@charset "utf-8";
/*
theme Name: ユノカ商事
Author: ユノカ商事
Description: ユノカ商事
version： 1.0.0
*/
/*@import url("css/meat.css");
@import url("css/company.css");
@import url("css/policy.css");*/
@charset "utf-8";

* {
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

html::-webkit-scrollbar {
    overflow: hidden;
    width: 5px;
    background: #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

html::-webkit-scrollbar:horizontal {
    height: 5px;
}

html::-webkit-scrollbar-button {
    display: none;
}

html::-webkit-scrollbar-piece {
    background: #eee;
}

html::-webkit-scrollbar-piece:start {
    background: #eee;
}

html::-webkit-scrollbar-thumb {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #333;
}

html::-webkit-scrollbar-corner {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #333;
}

body {
    /*background: #FFFFFF;*/
    font-size: 1.7rem;
    line-height: 1.7;
    font-weight: 400;
    font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    color: #333333;
    letter-spacing: 0px;
    font-family: 'M PLUS Rounded 1c';
}

a {
    color: #333333;
    text-decoration: underline;

}

a:hover {
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    line-height: 1.0;
}

.clear {
    clear: both;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

img.alignright {
    display: block;
    margin: 0 20px 20px auto;
}

/* �z�u�ʒu �E */

img.alignleft {
    display: block;
    margin: 0 auto 20px 0;
}

/* �z�u�ʒu �� */

img.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

/* �z�u�ʒu ���� */

img.float-left {
    float: left;
}

/* ��荞�� �� */

img.float-right {
    float: right;
}

/* ��荞�� �E */


.inner {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    /*overflow: hidden;*/
}

.btnBox ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.btnBox ul li {
    width: 100%;
    max-width: 240px;
    text-align: center;
    list-style: none !important;
    padding: 0 !important;
}

.btnBox ul li:before {
    display: none !important;
}

.btnBox a {
    letter-spacing: 2px;
    display: block;
    position: relative;
    padding: 15px;
    /* border: 0.5px solid #333333; */
    background: #c1272d;
    color: #FFFFFF;
    text-decoration: none;
    transition: .3s;

    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
}

.btnBox a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: 15px;
}

.btnBox a:hover {
    /*background: #FFFFFF;
    color: #333333;*/
    opacity: 0.6;
}

/*.btnBox a:hover:before {
    content: url("../images/common/btn-arrow-blk.svg");
}*/

.btnBox a i,
.btnBox a svg {
    margin: 0 10px 0 0;
}

/*---------------------------------------------------------------*/

/* Display Flex
 /*---------------------------------------------------------------*/

.flex {
    display: flex;
}

.flex.row {
    flex-direction: row;
}

.flex.row-reverse {
    flex-direction: row-reverse;
}

.flex.column {
    flex-direction: column;
}

.flex.column-reverse {
    flex-direction: column-reverse;
}

.flex.align-top {
    align-items: flex-start;
}

.flex.align-center {
    align-items: center;
}

.flex.align-bottom {
    align-items: flex-end;
}

/*---------------------------------------------------------------*/

/* Wrapper
 /*---------------------------------------------------------------*/

#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/*---------------------------------------------------------------*/

/* Header
 /*---------------------------------------------------------------*/

#header {
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

#header h1 img {
    height: 64px;
    width: auto;
}

#header .inner {
    padding: 0 !important;
}

#header .headerInner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 15px 25px 0;
}

#header .headerInner .head-address dl dt span {
    color: #c1272d;
    font-size: 2.8rem;
    letter-spacing: 0.1rem;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

#header .headerInner .head-address dl dt span img {
    height: 39px;
    width: auto;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

#header .headerInner .head-address dl dt {
    text-align: center;
    line-height: 1
}

#header .headerInner .head-address dl dd {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin: 0 0 5px;
    line-height: 1;
}

#header .headerInner .head-text {
    border: solid 1px #8c6239;
    color: #8c6239;
    max-width: 350px;
    text-align: center;
    padding: 10px;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin {
    position: fixed;
    z-index: 999;
    /*最前面へ*/
    /*animation: DownAnime 0.5s ease-in;*/

}

#header.HeightMin h1 img {
    height: 47.5px;
}

#header.HeightMin .headerInner {
    display: inline-block;
}

#header.HeightMin .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#header.HeightMin .head-address {
    display: none;
}

#header.HeightMin #g_nav {
    max-width: 960px;
}

#header.HeightMin #g_nav ul li img {
    height: 35px;
}

#header.HeightMin #g_nav ul li span {
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: -0.25px;
}

/*
@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-170px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
*/
/*---------------------------------------------------------------*/

/* G_Nav
 /*---------------------------------------------------------------*/
#g_nav {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

#g_nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

#g_nav ul li {
    text-align: center;

    font-size: 1.4rem;
    letter-spacing: 0;
    width: 16.66666666666667%;
}

#g_nav ul li:last-child {
    border-right: none;
}

#g_nav ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 15px 7.5px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
    z-index: 10;
}


#g_nav ul li img {
    width: auto;
    height: 40px;
}



/*== 背景が流れる（中央から横全体） */
#g_nav ul li a:before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /*色や形状*/
    background: rgba(252, 235, 192, 0.75);
    width: 100%;
    height: 100%;
    /*アニメーション*/
    transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: top;
}

/*hoverした際の形状*/
#g_nav ul li a:hover:before {
    transform: scale(1, 1);
}

/*---------------------------------------------------------------*/
/* H2-Title
/*---------------------------------------------------------------*/
#h2-title {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    /*padding: 0 40px 0;*/
    padding: 217px 40px 0;
}

#h2-title h2 {
    position: relative;
    z-index: 10;
    font-size: 4.0rem;
}

#h2-title .h2-titleInner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

#h2-title .h2-titleInner:before {
    content: '';
    background: inherit;
    -webkit-filter: blur(2.5px);
    -moz-filter: blur(2.5px);
    -o-filter: blur(2.5px);
    -ms-filter: blur(2.5px);
    filter: blur(2.5px);
    position: absolute;
    top: -2.5px;
    left: -2.5px;
    right: -2.5px;
    bottom: -2.5px;
    z-index: 0;
}

/*---------------------------------------------------------------*/

/* Contents
 /*---------------------------------------------------------------*/
#contents {
    padding: 120px 0;

}

.page #contents,
.archive #contents,
.single #contents,
.error404 #contents {
    padding: 120px 0;
}

#contents h2 {
    font-size: 4.0rem;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    color: #42210b;
}

#contents h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 60px;
    /*線の長さ*/
    height: 1px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #ff5e00;
    /*線の色*/
}

#contents .section-head {
    text-align: center;
}

.page #contents .article-area .article-head h3,
.archive #contents .article-area .article-head h3,
.single #contents .article-area .article-head h3,
.error404 #contents .article-area .article-head h3 {
    font-size: 3.5rem;
}

.page #contents .article-area .article-box .box-head h4,
.archive #contents .article-area .article-box .box-head h4,
.single #contents .article-area .article-box .box-head h4,
.error404 #contents .article-area .article-box .box-head h4 {
    font-size: 3rem;
}


.page #contents .article-box .box h5,
.archive #contents .article-box .box h5,
.single #contents .article-box .box h5,
.error404 #contents .article-box .box h5 {
    font-size: 2.5rem;
}


/*#contents ul li {
    position: relative;
    padding: 0 0 0 30px;
}*/

/*#contents ul li:before {
    position: absolute;
    line-height: 1;
    color: #333333;
    top: 5px;
    left: 10px;
    font-family: 'Font Awesome\ 5 Free';
    content: "\f105";
    font-weight: 900;
}*/
#contents ul li a {

    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
    text-decoration: none;
}

#contents table {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto 60px;
    border-collapse: separate;
    border-spacing: 0 2px;
}

#contents table tbody th {
    padding: 20px 15px;
}

#contents table tbody td {
    padding: 20px;
}

#contents table tbody tr:last-child td {
    border-bottom: none;
}

#contents .section-area {
    margin: 0 0 100px;
}

#contents .section-area .article-area {
    margin: 0 0 80px;
}

#contents .article-area .article-box {
    margin: 0 auto 100px;
}

#contents .article-area .article-box:first-of-type {
    padding: 60px 0 0;
}

#contents .article-box .box {
    margin: 0 0 40px;
}

#contents .section-area:last-child,
#contents .section-area .article-area:last-child,
#contents .article-area .article-box:last-child,
#contents .article-box .box:last-child {
    margin: 0 auto;
}

.description {
    font-size: 1.85rem;
    margin: 0 0 60px;
    text-align: center;
}

/*---------------------------------------------------------------*/

/* BreadThumbs
 /*---------------------------------------------------------------*/

.breadclumb {
    padding: 10px 0;
}

#breadcrumbs {
    font-size: 1.4rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0;
}

#breadcrumbs span a {
    position: relative;
    padding: 0 20px 0 0 !important;
}

#breadcrumbs span:last-child {
    padding: 0 !important;
}

#breadcrumbs .breadcrumb_last {
    font-weight: 500;
}

#breadcrumbs span a:after {
    position: absolute;
    top: 4px;
    right: 4px;
    content: "\f105";
    font-weight: 600;
    line-height: 1;
    font-family: 'Font Awesome\ 5 Free';
    color: #333333;
}

#breadcrumbs span:last-child:after {
    display: none;
}

/*------------------------------------------------------------*/

/* Pagenation
 /*------------------------------------------------------------*/

.pagination {
    text-align: center;
    text-shadow: none !important;
}

.pagination .page-of {
    display: none;
}

.pagination .pagination-box .current,
.pagination .pagination-box a {
    width: 46px;
    height: 46px;
    padding: 10px 15px;
    margin: 0 7.5px;
    display: inline-block;
    line-height: 1.5;

    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
}

.pagination .pagination-box .current {
    background: #ff5e00;
    color: #fff;
    border: 0.5px solid #ff5e00;
    font-weight: 400;
    padding: 10px 15px !important;
}

.pagination .pagination-box a {
    font-weight: bold;
    border: 0.5px solid #ff5e00;
    background: #FFFFFF;
    text-decoration: none;
}

.pagination .pagination-box a:hover {
    background: #ff5e00;
    color: #fff;
}

.pagination .pagination-box a:active {
    background: #fff;
}

.pagination.postlink {
    /*padding: 80px 0 0;*/
}

.pagination.postlink ul,
.pagination .pagination-box ul {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 640px;
    margin: 50px auto 0;
}

.pagination.postlink ul li {
    width: 31.33%;
    margin: 0 3% 0 0;
    padding: 0 !important;
    position: relative;
    padding: 0 !important;
}

.pagination .pagination-box ul li {
    padding: 0 !important;
}

.pagination.postlink ul li:before,
.pagination .pagination-box ul li:before {
    display: none;
}

.pagination.postlink ul li:last-child,
.pagination .pagination-box ul li:last-child {
    margin: 0;
}

.pagination.postlink ul li a:before,
.pagination.postlink ul li a:after {
    position: absolute;
    top: 50%;
    font-weight: 900;
    line-height: 1;
    font-family: 'Font Awesome\ 5 Free';
    color: #ff5e00;
    margin-top: -8.5px;
}

.pagination.postlink ul li.prev a:before {
    content: "\f104";
    left: 10px;
}

.pagination.postlink ul li.list a:before {
    content: "\f03a";
    left: 10px;
}

.pagination.postlink ul li.next a:before {
    content: "\f105";
    right: 10px;
}

.pagination.postlink ul li a {
    color: #333333;
    border: 0.5px solid #ff5e00;
    background: #FFFFFF;
    display: block;
    position: relative;
    text-decoration: none;

    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
}

.pagination.postlink ul li.prev a,
.pagination.postlink ul li.list a {
    padding: 5px 5px 5px 35px;

    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
}

.pagination.postlink ul li.next a {
    padding: 5px 35px 5px 5px;

    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
}

.pagination.postlink ul li a:hover {
    background: #ff5e00;
    color: #fff;
}

.pagination.postlink ul li a:active {
    background: #DFDFDF;
}

.pagination.postlink ul li a:hover::before,
.pagination.postlink ul li a:hover::after {
    color: #fff;
}

/*------------------------------------------------------------*/

/* GoogleMap
 /*------------------------------------------------------------*/

.ggmap {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------------------------------*/

/* SNS-Foot
 /*------------------------------------------------------------*/

.sns-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    max-width: 640px;
    width: 100%;
    margin: 0 0 0 auto;
}

.sns-button li {
    font-size: 1.3rem;
    text-align: center;
    width: 120px;
    margin: 0 10px 0 0;
    padding: 0 !important;
}

.sns-button li:before {
    display: none !important;
}

.sns-button li i,
.sns-button li svg,
.sns-button li strong {
    margin: 0 10px 0 0;
    font-size: 1.7rem;
    line-height: 1.0;
}

.sns-button li a {
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;

    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
}

.sns-button .sns-twitter {
    background: #55acee;
}

.sns-button .sns-facebook {
    background: #3B5998;
}

.sns-button .sns-line {
    background: #1dcd00;
}

/*---------------------------------------------------------------*/

/* Footer
 /*---------------------------------------------------------------*/
/*#footer {
    padding: 100px 0 0;
}*/
#footer .inner {
    padding: 0 40px;
}

#footer .flex {
    justify-content: space-between;
}

#footer .title {
    max-width: 320px;
}

#footer .address {
    max-width: 640px;
}

#footer .address .number dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 20px 0 0;
}

#footer .address .number dl dt {
    width: 35px;
}

#footer .address .number dl dd {
    width: 100%;
    margin: 0 0 0 -35px;
    padding: 0 0 0 40px;
}

#footer .copyright {
    padding: 25px;
    text-align: center;
    background: #42210b;
    color: #fff;
    margin: 100px 0 0;
    font-size: 1.5rem;
    letter-spacing: 0;
}

#footer .btnBox a {
    background: #ff5e00;
    max-width: 500px;
    margin: 50px auto;
    text-align: center;

    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
}

#footer h1 {
    text-align: center;

}

#footer dl {
    text-align: center;
    margin: 25px 0 0;
}

#footer h1 img {
    height: 45px;
    width: auto;
    margin: 0 15px 0 0;
    vertical-align: middle;
}

/*---------- WordPress CSS ----------*/

@import url("css/wp-css/editor-style.css");
/*@import url("css/wp-css/ie.css");
@import url("css/wp-css/ie7.css");*/

@media screen and (max-width: 1280px) {
    #header h1 img {
        height: 54px;
    }

    #header .headerInner .head-address dl dt span img {
        height: 34px;
    }

    #header .headerInner .head-address dl dt span {
        font-size: 2.5rem;
    }

    #header.HeightMin .inner {
        padding: 0 25px;
    }

    #header.HeightMin h1 img {
        height: 47.5px;
    }

    #header.HeightMin #g_nav {
        max-width: 835px;
        margin: 0 0 0 auto;
    }
}

@media screen and (max-width: 1136px) {
    #header h1 img {
        height: 50px;
    }

    #header .headerInner .head-text {
        max-width: 300px;
        font-size: 1.6rem;
    }

    #header .headerInner .head-address dl dt span img {
        height: 33px;
    }

    #header .headerInner .head-address dl dt span {
        font-size: 2.25rem;
    }

    #g_nav ul li {
        font-size: 1.35rem;

    }



    #header.HeightMin h1 img {
        height: 47px;
    }

    #header.HeightMin #g_nav {
        max-width: 768px;
    }

    #header.HeightMin #g_nav ul li a {
        padding: 15px 5px;
    }

    #header.HeightMin #g_nav ul li span {
        font-size: 1.2rem;
    }

    #contents h2 {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 1.6rem;
    }

    .inner {
        padding: 0 30px;
    }


    #header h1 {
        padding: 0 0 0 25px;
        position: relative;
        z-index: 1000;
    }

    #header.HeightMin .headerInner {
        padding: 18.5px 0 0;
    }

    #header.HeightMin h1 img {
        height: 40px;
    }

    #header.HeightMin #g_nav {
        max-width: 750px;
    }

    #header.HeightMin #g_nav ul li a {
        padding: 15px 2.5px;
    }

    #header.HeightMin #g_nav ul li span {
        letter-spacing: -0.5px;
    }

    #contents {
        padding: 100px 0;
    }

    .page #contents,
    .archive #contents,
    .single #contents,
    .error404 #contents {
        padding: 100px 0;
    }


    #header h1 img {
        height: 45px;
    }

    #header .headerInner .head-text {
        max-width: 245px;
        font-size: 1.5rem;
    }

    #header .headerInner .head-address dl dd {
        font-size: 1.15rem;
    }

    #header .headerInner .head-address dl dt span {
        font-size: 2rem;
    }

    #header .headerInner .head-address dl dt span img {
        height: 28px;
    }

    #g_nav ul li {
        font-size: 1.3rem;
    }

    #h2-title {
        border-radius: 17.5px;
        padding: 182px 30px 0;
    }

    #h2-title h2 {
        font-size: 3.5rem;
    }

    #contents .section-area {
        margin: 0 0 80px;
    }

    #contents .article-area .article-box {
        margin: 0 auto 80px;
    }

    #contents .article-box .box {
        margin: 0 0 30px;
    }

    #footer .inner {
        padding: 0 30px;
    }

    #footer .copyright {
        margin: 80px 0 0;
    }

    #footer .btnBox a {
        margin: 40px auto;

        -webkit-transition-property: all;
        -webkit-transition-duration: 0.125s;
        -webkit-transition-timing-function: linear;
    }
}

@media screen and (max-width: 960px) {

    #header .headerInner {
        padding: 15px 0;
    }

    #header h1 img {
        height: 40px;
    }


    #header .headerInner .head-text,
    #header .headerInner .head-address {
        display: none;
    }

    #header.HeightMin .headerInner {
        padding: 15px 0;
    }

    #header.HeightMin #g_nav ul li img {
        height: 40px;
    }

    #header.HeightMin #g_nav ul li span {
        font-size: inherit;
        line-height: inherit;
        letter-spacing: inherit;
    }

    #header.HeightMin #g_nav ul li a {
        padding: 40px 7.5px;
    }

    #h2-title {
        padding: 100px 30px 0;
    }

    #contents h2 {
        font-size: 3rem;
    }

    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        /*display: block;*/
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 0;
        right: 0;
        cursor: pointer;
        width: 70px;
        height: 70px;
    }

    .openbtn.fadeDown,
    .openbtn.active {
        display: flex;
        position: fixed;
    }

    /*×に変化*/
    .openbtn .btnInner {
        width: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .openbtn span {
        display: inline-block;
        transition: all .4s;
        /*position: absolute;
    left: 14px;*/
        height: 3px;
        border-radius: 1.5px;
        background-color: #42210b;
        ;
        width: 100%;
        margin: 0 0 5px;
    }

    .openbtn span:nth-of-type(3) {
        margin: 0;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 100%;
        margin: 0;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-5px) rotate(45deg);
        width: 100%;
        margin: 0;
    }

    /*========= ナビゲーションのためのCSS ===============*/

    .no-scroll {
        overflow: hidden;
    }

    #g_nav,
    #header.HeightMin #g_nav {

        transition: all 0.3s;
    }

    .g_nav {
        display: none;

        transition: all 0.3s;
    }

    #g_nav ul li {
        border-bottom: 1px dashed #42210b;
        border-right: 1px dashed #42210b;
    }

    #g_nav ul li:nth-child(3n) {
        border-right: none;
    }

    #g_nav ul li:nth-child(n+4) {
        border-bottom: none;
    }

    #g_nav ul li:last-child {
        border-right: none;
        border-bottom: none;
    }

    /*アクティブクラスがついたら透過なしにして最前面へ*/
    #g_nav.panelactive,
    .panelactive {
        display: block !important;
        max-width: inherit;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        max-width: inherit !important;
        /*ナビの高さ*/
        /*background: rgba(255, 255, 255, 0.85);*/
        /*動き*/
        z-index: 999;
        background: rgba(255, 255, 255, 0.85);
    }

    /*ナビゲーションの縦スクロール*/
    #g_nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*ナビゲーション*/
    #g_nav ul {
        display: none;
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 750px;
    }

    #g_nav.panelactive ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    #g_nav ul li {
        padding: 0;
        width: 33.33%;
        font-size: 1.5rem;
    }

    #g_nav ul li a {
        padding: 40px 7.5px;
    }

    .btnBox ul li {
        max-width: 220px;
    }

    .btnBox a {
        padding: 10px;
    }
}

@media screen and (max-width: 835px) {
    .inner {
        padding: 0 25px;
    }


    #h2-title {
        border-radius: 15px;
        padding: 95px 25px 0;
    }

    #h2-title h2 {
        font-size: 3rem;
    }

    .ggmap {
        height: 350px;
    }

    #contents {
        padding: 80px 0;
    }

    .page #contents,
    .archive #contents,
    .single #contents,
    .error404 #contents {
        padding: 80px 0;
    }

    #contents .section-area {
        margin: 0 0 60px;
    }

    #contents .article-area .article-box {
        margin: 0 auto 60px;
    }

    #contents .article-box .box {
        margin: 0 0 25px;
    }

    #footer .inner {
        padding: 0 25px;
    }

    #footer .copyright {
        margin: 60px 0 0;
    }

    #footer .btnBox a {
        margin: 30px auto;
    }
}

@media screen and (max-width: 768px) {
    #contents h2 {
        font-size: 2.5rem;
    }

}

@media screen and (max-width: 750px) {
    body {
        font-size: 1.5rem;
    }

    #header .headerInner {
        padding: 10px 0;
    }

    #header.HeightMin .headerInner {
        padding: 10px 0;
    }

    .openbtn {
        width: 60px;
        height: 60px;
    }

    #h2-title {
        padding: 85px 25px 0;
    }

    #h2-title h2 {
        font-size: 2.5rem;
    }

    #contents {
        padding: 60px 0;
    }

    
    .page #contents,
    .archive #contents,
    .single #contents,
    .error404 #contents {
        padding: 25px 0 80px;
    }

    .description {
        text-align: left !important;
        font-weight: 400 !important;
    }

    /*
    #contents .section-area {
        margin: 0 0 50px;
    }*/
    #contents .article-area .article-box {
        margin: 0 auto 50px;
    }

    #footer .copyright {
        margin: 50px 0 0;
    }

    #footer .btnBox a {
        margin: 25px auto;
    }
}

@media screen and (max-width: 640px) {
    #g_nav ul li a {
        padding: 22.5px 25px !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #g_nav.panelactive ul {
        flex-direction: column;
        display: table;
        width: 260px;
    }

    #g_nav.panelactive ul li {
        width: auto;
    }

    #g_nav .menu-image-title-below.menu-image-not-hovered>img,
    #g_nav .menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper,
    #g_nav .menu-image-title-below .menu-image-hover-wrapper {
        padding-bottom: 0 !important;
        margin: 0 15px 0 0 !important;
        width: 30px;
        height: auto !important;
        display: inline-block;
    }

    #g_nav ul li {
        border-bottom: 1px dashed #42210b;
        border-right: 1px none;
        font-size: 1.6rem;
    }

    #g_nav ul li:nth-child(3n) {
        border-right: none;
    }

    #g_nav ul li:nth-child(n+4) {
        border-bottom: 1px dashed #42210b;
    }

    #g_nav ul li:last-child {
        border-right: none;
        border-bottom: none;
    }


    #h2-title h2 {
        font-size: 2.25rem;
        font-weight: 600;
    }

    #footer .copyright {
        font-size: 1.3rem;
    }

    .ggmap {
        height: 250px;
    }

    #contents {
        padding: 60px 0;
    }

    #contents table tbody th {
        padding: 5px 15px;
        display: block;
        width: 100%;
    }

    #contents table tbody td {
        padding: 15px;
        display: block;
        width: 100%;
    }

    .btnBox ul li {
        max-width: 200px;
        font-size: 1.6rem;
    }

    #footer h1,
    #footer dl {
        font-size: 1.6rem;
    }

    #footer h1 img {
        height: 50px;
        display: block;
        margin: 0 auto 15px;
    }

    #contents h2 {
        font-size: 2.3rem;
        font-weight: 600;
    }

    /*---------------------------------------------------------------*/
    /* Pagenation
    /*---------------------------------------------------------------*/
    .pagination.postlink ul li {
        font-size: 1.3rem;
    }

    .pagination.postlink ul li a:before,
    .pagination.postlink ul li a:after {
        margin-top: -7.25px;
    }

    .pagination.postlink ul li.prev a,
    .pagination.postlink ul li.list a {
        padding: 5px 5px 5px 24px !important;
    }

    .pagination.postlink ul li.next a {
        padding: 5px 24px 5px 5px !important;
    }

    .pagination.postlink ul li.prev a:before,
    .pagination.postlink ul li.list a:before {
        left: 5px;
    }

    .pagination.postlink ul li.next a:before {
        right: 5px;
    }

}

@media screen and (max-width: 480px) {
    #footer .copyright {
        font-size: 1.1rem;
    }


    #h2-title h2 {
        font-size: 2rem;
    }


    #footer h1,
    #footer dl {
        font-size: 1.5rem;
    }

    #footer h1 img {
        height: 40px;
    }
}

@media screen and (max-width: 350px) {}




/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 下から */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(75px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* 上から */

.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-75px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 左から */

.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-75px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 右から */

.fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(75px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*==================================================
ボンッ
===================================*/

/* 拡大 */
.zoomIn {
    animation-name: zoomInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
    from {
        transform: scale(0.6);
    }

    to {
        transform: scale(1);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
    opacity: 0;
}