@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
    :root {
    /*------▼基本設定▼------*/
    --color-background: #FFF;
    --color-font: #333;
    --color-primary: #323D5E;
    --color-primary-shade: #616983;
    --color-primary-tint: #FCF8F2;
    --color-secondary: #E55656;
    --color-secondary-tint: #FD3D3D;
    --color-table-border: #DCDDDD;
    --body-font-size: clamp(14px, .84vw, 16px);
    --body-font-family: "Shippori Mincho", serif;
    --content-max-width: 1100px;
    /*------▼ヘッダー設定▼------*/
    --header-background: #FFF;
    --header-color-font: #323D5E;
    --header-color-primary: #323D5E;
    --header-color-primary-shade: #616983;
    --header-color-primary-tint: #FCF8F2;
    /*------▼フッター設定▼------*/
    --footer-background: #323D5E;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
    /*------▼フォント設定▼------*/
    --font-family01: "Shippori Mincho", serif;
    --font-family02: "Noto Sans JP", sans-serif;
    /*------▼フォントサイズ設定▼------*/
    --font-size12: clamp(10px, .63vw, 12px);
    --font-size14: clamp(12px, .73vw, 14px);
    --font-size16: clamp(14px, .84vw, 16px);
    --font-size18: clamp(14px, .94vw, 18px);
    --font-size20: clamp(15px, 1.1vw, 20px);
    --font-size22: clamp(18px, 1.15vw, 22px);
    --font-size24: clamp(18px, 1.25vw, 24px);
    --font-size26: clamp(20px, 1.36vw, 26px);
    --font-size28: clamp(20px, 1.6vw, 28px);
    --font-size30: clamp(22px, 1.7vw, 30px);
    --font-size32: clamp(22px, 1.7vw, 32px);
    --font-size34: clamp(24px, 1.85vw, 34px);
    --font-size36: clamp(24px, 1.85vw, 36px);
    --font-size38: clamp(26px, 2vw, 38px);
    --font-size40: clamp(26px, 2.1vw, 40px);
    --font-size42: clamp(26px, 2.3vw, 42px);
    --font-size46: clamp(26px, 2.4vw, 46px);
    --font-size50: clamp(30px, 2.61vw, 50px);
    --font-size52: clamp(26px, 2.71vw, 52px);
    --font-size60: clamp(30px, 3.13vw, 60px);
    /* ---- 追加 ---- */
    /*------▼clampバリエーション設定▼------*/
    --clamp-10: clamp(5px, 0.52vw, 10px);
    --clamp-14: clamp(7px, 0.73vw, 14px);
    --clamp-20: clamp(10px, 1.04vw, 20px);
    --clamp-30: clamp(15px, 1.56vw, 30px);
    --clamp-40: clamp(20px, 2.08vw, 40px);
    --clamp-50: clamp(25px, 2.61vw, 50px);
    --clamp-60: clamp(30px, 3.13vw, 60px);
    --clamp-70: clamp(35px, 3.65vw, 70px);
    --clamp-80: clamp(40px, 4.17vw, 80px);
    --clamp-90: clamp(45px, 4.69vw, 90px); 
    --clamp-100: clamp(50px, 5.42vw, 100px);
    --clamp-110: clamp(55px, 5.73vw, 110px);
    --clamp-120: clamp(60px, 6.25vw, 120px);
    --clamp-130: clamp(65px, 6.78vw, 130px);
    --clamp-140: clamp(70px, 7.3vw, 140px);
    --clamp-150: clamp(76px, 7.92vw, 150px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
}
::selection {
    background-color: var(--color-primary-shade);
    color: var(--color-primary-tint);
}
/* == == == == == == == == == == == == == == == == == == 
* inner/outer
* == == == == == == == == == == == == == == == == == == */
.wrapper_content {
	position: relative;
	width: 94%;
	max-width: var(--content-max-width);
	margin: 0 auto;
}
.content_inner {
    position: relative;
    z-index: 0; 
}
.max_w630 {max-width: 630px;}
.max_w700 {max-width: 700px;}
.max_w1240 {max-width: 1240px;}
.max_w1280 {max-width: 1280px;}
.max_w1440 {max-width: 1440px;}
.max_w1500 {max-width: 1500px;}
.max_w1700 {max-width: 1700px;}
.max_wFull {
    position: relative;
    width:100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_wFull::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}
/* == == == == == == == == == == == == == == == == == == 
*  テキスト/text 
*  == == == == == == == == == == == == == == == == == == */
.post h2, .post h3, .post h4 {
    padding: 0;
    margin: 0; 
    border: none;
}
.post h2::before, .post h3::before, .post h4::before, .post h2::after{
    content: none;
}
/* ==== post ~ ===== */
.post p, .post h1, .post h2, .post h3, .post h4, .post h5 {
    color: var(--color-font);
}
.post p, .post h1, .post h2, .post h3, .post h4, .post h5 {
    letter-spacing: 0;
}
.post h1, .post h2, .post h3, .post h4, .post h5 {
    color: var(--color-primary);
}
.post p {
    color: var(--color-font);
}
.post p, #footer p {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1.5em;
    font-weight: 500;
}
.post h2, #footer h2 {
    font-size: var(--font-size30);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: 500;
}
.post h3, #footer h3 {
    font-size: var(--font-size26);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: 500;
}
.post h4, #footer h4 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: 500;
}
.post h5, #footer h5 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: 500;
}
.post p.lead, p.lead {
    font-weight: 500;
    line-height: 1.75;
    font-size: var(--font-size22);
    margin-bottom: .6em;
}
.post p.name, p.name {
    font-size: var(--font-size22);
    font-weight: 500; 
    font-family: var(--font-family01);
}
.post p.name .sub, p.name .sub {
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: 400;
    margin-right: 1.2em;
}
/* ==== text / ユーティリティ ===== */
.regular {font-weight: 400!important;}
.mid {font-weight: 500!important;}
.semi-bold {font-weight: 600!important;}
.bold {font-weight: bold!important;}
.ja {font-family: var(--font-family01);}
.en {font-family: var(--font-family02);}
.ff-01 {font-family: var(--font-family01);}
.ff-02 {font-family: var(--font-family02);}
.color-font {color: var(--color-font);}
.color-primary {color: var(--color-primary);}
.color-tint {color: var(--color-primary-tint);}
.color-shade {color: var(--color-primary-shade);}
.color-white {color: #FFF;}
.color-secondary {color: var(--color-secondary);}
.px12 {font-size: var(--font-size12)!important;}
.px14 {font-size: var(--font-size14)!important;}
.px16 {font-size: var(--font-size16)!important;}
.px18 {font-size: var(--font-size18)!important;}
.px20 {font-size: var(--font-size20)!important;}
.px22 {font-size: var(--font-size22)!important;}
.px24 {font-size: var(--font-size24)!important;}
.px26 {font-size: var(--font-size26)!important;}
.px28 {font-size: var(--font-size28)!important;}
.px30 {font-size: var(--font-size30)!important;}
.px32 {font-size: var(--font-size32)!important;}
.px34 {font-size: var(--font-size34)!important;}
.px36 {font-size: var(--font-size36)!important;}
.px38 {font-size: var(--font-size38)!important;}
.px40 {font-size: var(--font-size40)!important;}
.px46 {font-size: var(--font-size46)!important;}
.px50 {font-size: var(--font-size50)!important;}
.px52 {font-size: var(--font-size52)!important;}
.px60 {font-size: var(--font-size60)!important;}
/* ===== text / 追加ユーティリティ ===== */
.txt-underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.txt-marker {background: linear-gradient(0, #6E9BA340 25%, transparent 25%);}
.txt-border {
    border: 2px solid;
    padding: .3em .8em!important;
}
.txt-bg-primary {
    display: inline-block;
    background: var(--color-primary)!important;
    color: #FFF;
    padding: 0 .5em!important;
    margin-bottom: 2px;
}
/* == .ttl == */
.ttl, .post .ttl {
    font-size: var(--font-size36);
    line-height: 1.5;
}
.ttl .sub, .post .ttl .sub {
    font-size: .67em;
}
/* == .ttl-num == */
.ttl-num, .post .ttl-num {
    font-size: var(--font-size24);
    color: #FFF;
    background: var(--color-primary);
    line-height: 1;
    width: 2.25em;
    height: 2.25em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .5em;
}
/* == .ttl-main-primary == */
.ttl-main-primary, .post .ttl-main-primary {
    display: block;
    font-size: var(--font-size36);
    font-weight: 500;
    line-height: 1.5;
}
.ttl-main-primary--white, .post .ttl-main-primary--white {
    color: #FFF;
}
.ttl-main-primary .main, .post .ttl-main-primary .main,
.ttl-main-primary .sub, .post .ttl-main-primary .sub {
    display: block;
}
.ttl-main-primary .main, .post .ttl-main-primary .main {
    position: relative;
}
.ttl-main-primary .main::before, .post .ttl-main-primary .main::before,
.ttl-main-primary .main::after, .post .ttl-main-primary .main::after {
    content: '';
    position: absolute;
    width: 35%;
    height: .35em;
    border-top: 1px solid;
    border-bottom: 1px solid;
    top: 50%;
    z-index: -1;
}
.ttl-main-primary .main::before, .post .ttl-main-primary .main::before {
    left: 0;
}
.ttl-main-primary .main::after, .post .ttl-main-primary .main::after {
    right: 0;
}
.ttl-main-primary .sub, .post .ttl-main-primary .sub {
    font-size: .67em;
}
@media print, screen and (max-width: 768px) {
    .ttl-main-primary .main::before, .post .ttl-main-primary .main::before,
    .ttl-main-primary .main::after, .post .ttl-main-primary .main::after {
        width: 20%;
    }
}
@media print, screen and (max-width: 499px) {
    .ttl-main-primary .main::before, .post .ttl-main-primary .main::before,
    .ttl-main-primary .main::after, .post .ttl-main-primary .main::after {
        width: 10%;
    }
}
/* == .ttl-main-secondary == */
.ttl-main-secondary, .post .ttl-main-secondary {
	padding-bottom: .3em;
    border-bottom: 1px solid;
    font-size: var(--font-size24);
}
/* == .ttl-sub-primary == */
/* .ttl-sub-primary, .post .ttl-sub-primary {

} */
/* == .ttl-sub-secondary == */
/* .ttl-sub-secondary, .post .ttl-sub-secondary {

} */
/* == == == == == == == == == == == == == == == == == == 
*  レイアウト/あしらい
*  == == == == == == == == == == == == == == == == == == */
.content {position: relative;}
.gap {gap: 4%;}
.box-shadow {box-shadow: 0 3px 20px #0000000D;}
.dis-block, .dis-inline-block, .dis-flex {position: relative;}
.dis-block {display: block;}
.dis-inline-block {display: inline-block;}
.dis-flex {display: flex;}
.bg-white {background: #FFF;}
.bg-gray {background: #F7F8F9;}
.bg-primary{background: var(--color-primary);}
.bg-tint {background: var(--color-primary-tint);}
.bg-shade {background: var(--color-primary-shade);}
.bg-img {
    background-image: url();
    background-size: cover;
    background-position: center;
}
.border-radius {
	border-radius: 10px;
    overflow: hidden;
}
.border-bottom {
    border-bottom: .5px solid #D1D1D1;
}
.anchor-offset {
    position: relative;
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
    z-index: -10;
}
.img-area img {
    width: 100%;
}
.txt-area, .img-area {
    position: relative;
}
.txt-inner {
    max-width: 528px;
    width: 94%;
}
@media print, screen and (min-width: 769px) {
    .ml-auto {margin-left: auto!important;}
    .mr-auto {margin-right: auto!important;}
}
@media print, screen and (max-width: 768px) {
    .sp_center {
        text-align: center;
    }
    .txt-inner {
        max-width: 80%;
        width: 100%;
        margin: 0 auto;
    }
}
/* ==== 追加 ==== */
.object-fit_2-1 img {
    aspect-ratio: 2/1;
    object-fit: cover;
}
@media print, screen and (min-width: 769px) {
    .pc_mt1 {margin-top: 1rem !important;}
    .pc_mt2 {margin-top: 2rem !important;}
    .pc_mt3 {margin-top: 3rem !important;}
    .pc_mt4 {margin-top: 4rem !important;}
    .pc_mt5 {margin-top: 5rem !important;}
    .pc_mt6 {margin-top: 6rem !important;}
    .pc_mt7 {margin-top: 7rem !important;}
    .pc_mt8 {margin-top: 8rem !important;}
    .pc_mt9 {margin-top: 9rem !important;}
    .pc_mt10 {margin-top: 10rem !important;}
    .pc_mt15 {margin-top: 15rem !important;}
    .pc_mt16 {margin-top: 16rem !important;}
    .pc_mb1 {margin-bottom: 1rem !important;}
    .pc_mb2 {margin-bottom: 2rem !important;}
    .pc_mb3 {margin-bottom: 3rem !important;}
    .pc_mb4 {margin-bottom: 4rem !important;}
    .pc_mb5 {margin-bottom: 5rem !important;}
    .pc_mb6 {margin-bottom: 6rem !important;}
    .pc_mb7 {margin-bottom: 7rem !important;}
    .pc_mb8 {margin-bottom: 8rem !important;}
    .pc_mb9 {margin-bottom: 9rem !important;}
    .pc_mb10 {margin-bottom: 10rem !important;}
    .pc_mb15 {margin-bottom: 15rem !important;}
    .pc_mb16 {margin-bottom: 16rem !important;}
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
*  flex / card
* == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
* flex 
* == == == == == == == == */
.col-1{ width: 100%;}
.col-2{width: calc(50% - 22px);}
.col-3{width: calc(100% / 3);}
.col-4{width: calc(100% / 4);}
.col-5{width: calc(100% / 5);}
.w25 {width: 25%;}
.w35 {width: 35%;}
.w45 {width: 45%;}
.w55 {width: 55%;}
.w65 {width: 65%;}
.w75 {width: 75%;}
.w85 {width: 85%;}
.wrap {flex-wrap: wrap;}
.nowrap {flex-wrap: nowrap;}
.jc_between {justify-content: space-between;}
.jc_around {justify-content: space-around;}
.jc_evenly {justify-content: space-evenly;}
.ai_center {align-items: center;}
.ai_end {align-items: end;}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5 {
        width: 100%;
        margin-bottom: 20px;
    } 
    .w25, .w35, .w45, .w55, .w65, .w75, .w85 {
        width: 100%;
        margin-bottom: 20px;
    }
}
/* == == == == == == == ==
* card
* == == == == == == == == */
.card {
    display: flex;
    flex-direction: row;
}
.card:has(.col-2) {gap: 20px 44px;}
.card:has(.col-3) {gap: clamp(20px, 3.125vw, 60px);}
.card:has(.col-4) {gap: 20px;}
.card:has(.col-5) {gap: 20px;}
.card .col-2 {
    width: calc((100% / 2) - 22px);
}
.card .col-3 {
    width: calc((100% - (clamp(20px, 3.125vw, 60px) * 2)) / 3);
}
.card .col-4 {
    width: calc((100% / 4) - 15px);
}
.card .col-5 {
    width: calc((100% / 5) - 16px);
}
.card .img-area {
    position: relative;
}
.card .txt-area {
    padding: 0 min(40px, 8%);
}
.card p:last-child {margin: 0;}
@media print, screen and (max-width: 1023px) {
    .card .col-5 {width: calc((100% / 4) - 20px);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .card:has(.col-2), .card:has(.col-3) {
        gap: 20px;
    }
    .card {flex-direction: row;}
    .card .col-2, .card .col-3 {
        width: 94%;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .card .col-4, .card .col-5 {
        width: calc((100% / 2) - 10px);
        margin-bottom: 0;
    }
}
@media print, screen and (max-width: 500px) {
    .card .col-4, .card .col-5 {
        width: 100%;
    }
}
/* == == == == == == == == == == == == == == == == == == 
* テーブル、マップ調整/table,map
* == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1em;
    font-size: var(--font-size16);
    line-height: 1.8;
    color: var(--color-font);
    background: transparent;
    border-bottom: 1px solid var(--color-table-border);
    font-weight: 500;
}
.post table th {
    font-weight: bold;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
        display: block;
    }
	.post table th {
        background: #F6F6F6;
	}
}
/* ==== .page-content table ==== */
@media print, screen and (min-width: 769px) {
    .page-content table th {
        width: 30%;
    }
}
@media print, screen and (max-width: 768px) {

}
/* == == == == == == == == == == == == == == == == == == 
* ボタン/btn
* == == == == == == == == == == == == == == == == == == */
.linkBtn, .post .linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 550px;
    font-family: var(--font-family01);
    font-size: var(--font-size18);
    font-weight: 500;
    line-height: 2;
    text-align: center;
    color: #FFF;
    background: var(--color-primary);
    padding: 1em 2em;
    margin: 0;
    border-radius: 5px;
    transition: all .3s ease;
    outline: 1px solid;
}
.linkBtn:hover, .post .linkBtn:hover {
    color: var(--color-primary);
    background: #FFF;
    box-shadow: 0 6px 20px #0000001A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
    border-right: 1px solid;
    border-bottom: 1px solid;
}
.linkBtn--primary, .post .linkBtn--primary {
    outline: unset;
    text-align: left;
    background: transparent;
    margin: 0;
    transition: .3s ease; 
    max-width: 260px;
    padding: 1em 4em 1em .5em;
    color: var(--color-primary);
    border-bottom: 1px solid;
    border-radius: 0;
}
.linkBtn--primary:hover, .post .linkBtn--primary:hover {
    box-shadow: 0 0 0 #000;
    background: transparent;
    opacity: .6;
}
.linkBtn--primary::before, .linkBtn--primary::after,
.post .linkBtn--primary::before, .post .linkBtn--primary::after {
    content: '';
    position: absolute;
    font-size: var(--font-size16);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s ease;
}
.linkBtn--primary::before, .post .linkBtn--primary::before {
    width: 1.5em;
    height: 1.5em;
    border: 1px solid;
    border-radius: 50vw;
    right: .5em;
}
.linkBtn--primary::after, .post .linkBtn--primary::after {
    width: 1.5em;
    height: 1px;
    border-bottom: 1px solid;
    right: 1.4em;
    margin: 0;
    border-right: 0;
}
.linkBtn--primary:hover::before, .post .linkBtn--primary:hover::before {
    width: 2em;
    height: 2em;
}
.linkBtn--primary:hover::after, .post .linkBtn--primary:hover::after {
    width: 1em;
    right: .5em;
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
 *  ul ol / リスト
 *  == == == == == == == == == == == == == == == == == == */
/* ====  ==== */
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == == == == == == == == == == == == 
* アイキャッチ/eyecatch
* == == == == == == == == == == == == == == == == == == */
header#h1Header h1.title {
    font-weight: 500;
    font-size: var(--font-size46);
    font-family: var(--font-family01);
}
#thumbImg::before, header#h1Header::before {
    opacity: .5;
    background: #000;
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
 #breadcrumb {
	background: #FFF;
}
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.postlist li {
    border-bottom: 1px dashed var(--color-table-border);
}
 .postlist li:first-child {
    border-top: 0;
}
.postlist .time {
    font-size: var(--font-size16);
    background: var(--color-primary);
    font-weight: 500;
    padding: .3em 1em;
    border-radius: 5px;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size16);
    font-weight: 500;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	display: block;
}
@media only screen and (min-width: 769px) {
} 
/* == == == == == == == == == == == == == == == == == == 
* サイトマップ
* == == == == == == == == == == == == == == == == == == */
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
    font-family: var(--font-family01);
    font-weight: 500;
}
/* == == == == == == == == == == == == == == == == == == 
* コンタクトフォーム
* == == == == == == == == == == == == == == == == == == */
.wpcf7-form .must {
    border-radius: 5px;
}
.wpcf7-form .linkBtn {
    padding: 0;
    max-width: 550px;
	margin: 0 auto;
}
.wpcf7-form  .linkBtn input[type="submit"] {
	color: #FFF;
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
	color: var(--color-primary);
}
.post .subimitarea .linkBtn input[type="submit"] {
	padding: 1em 2em;
}
/* == == == == == == == == == == == == == == == == == == 
* ヘッダー調整/header
* == == == == == == == == == == == == == == == == == == */
#header {
    position: relative;
}
@media print, screen and (min-width: 1024px) {
    #header {
        height: 160px;
        background: var(--header-background);
    }
	body.home #header {
		position: absolute;
	}
	#header-layout {
		padding: 0 2%;
	}
    .sticky-header #header-layout {
        height: 160px;
    }
    .sticky-header #header > .inner {
        background: var(--header-background);
    }
	#header .logo {
		padding: 10px var(--px20);
	}
	#header .logo img {
		max-width: 350px;
		max-height: 120px;
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a b {
		font-family: var(--font-family01);
        font-size: var(--font-size20);
		font-weight: bold;
		letter-spacing: 1px;
		color: var(--header-color-font);
		position: relative;
		padding-bottom: 5px;
	}
    nav#mainNav ul li a span {
        font-family: var(--font-family01);
        font-size: var(--font-size14);
		font-weight: bold;
		letter-spacing: 1px;
		padding-bottom: 5px;
		position: relative;
    }
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: transparent;
	}
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		color: var(--header-color-font);
	}
	nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li a:hover span, nav#mainNav ul li a:active span, nav#mainNav ul li.current-menu-parent a span {
		color: var(--header-color-font);
	}
	nav#mainNav ul li a b::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: var(--header-color-font);
		left: 0;
		bottom: 0;
		transition: .5s ease;
		transform-origin: center;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	nav#mainNav ul li.current-menu-item a b::before, 
	nav#mainNav ul li a:hover b::before, 
	nav#mainNav ul li a:active b::before, 
	nav#mainNav ul li.current-menu-parent a b::before {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	#header .header__nav-contact {
		flex-direction: column;
		align-items: end;
	}
	#header ul.header__contact {
		gap: 20px;
	}
	#header ul.header__contact li {
		display: flex;
		align-items: center;
	}
    #header a.head_btn {
        font-size: var(--font-size20);
		font-weight: bold;
		flex-direction: row;
		background: var(--header-background);
		outline: 1px solid;
		min-width: 270px;
		height: 60px;
		border-radius: 5px;
		color: var(--header-color-font);
    }
	#header a.head_btn::before {
		margin-right: .5em;
		font-size: 1em;
	}
	#header a.head_btn:hover {
		background: var(--header-color-primary);
		color: #FFF;
	}
    #header a.head_btn.shop_btn::before {
        content: '\f07a';
    }
    #header a.head_btn.line_btn {
        min-width: unset;
        padding: 0;
        outline: 0;
        font-size: calc(var(--font-size20) * 2.3);
    }
	#header a.head_btn.tel_btn, 
	#header a.head_btn.tel_btn:hover {
		background: transparent;
		color: var(--color-primary);
	}
	#header a.head_btn.tel_btn {
		outline: 0;
		font-size: var(--font-size32);
		padding: 0;
	}
	#header a.head_btn.tel_btn::before {
        font-size: .8em;
        margin-bottom: 0;
	}
	#header a.head_btn.tel_btn:hover {
		opacity: .6;
	}
	#header a.head_btn.line_btn:hover {
		color: var(---color-primary);
		background: transparent;
		opacity: .6;
	}
}
/* == == == == == == == ==
* スマホ
* == == == == == == == == */
/* .spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
    background: #FFF;
}
.spmenu #menu p {
    color: #FFF;
} */

@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background: #FFF;
		color: var(--color-font);
		font-family: var(--font-family01);
	}
	nav#mainNav ul li a b {
		font-weight: 400!important;
	}
}
/* == == == == == == == == == == == == == == == == == == 
*  フッター調整/footer 
* == == == == == == == == == == == == == == == == == == */
#footer {
	padding-top: 0;
    padding-bottom: 0;
}
#footer p {
	color: var(--color-font);
	text-align: center;
	color: #FFF;
}
#footer a {
	transition: .5s ease;
}
#footer .footer-content {
	background: transparent;
	padding-top: var(--clamp-80);
	padding-bottom: var(--clamp-50);
	text-align: center;
}
#footer .footer__logo img {
    max-height: 100px;
}
#footer .inner {
	padding-top: 15px;
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
}
#footer .footer__logo:not(:last-child) {
    text-align: center;
}
#footer a.linkBtn {
    display: block;
    margin-right: 0;
}
#footer .footerBtn-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
#footer a.footerBtn {
    color: #FFF;
    font-family: var(--font-family01);
    font-weight: bold;
    display: inline-block;
}
#footer a.footerBtn .main {
    position: relative;
    padding-left: 1.2em;
}
#footer a.footerBtn .main::before {
    content: '';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    top: 0;
}
#footer a.footerBtn--tel {
    font-size: var(--font-size32);
    position: relative;
}
#footer a.footerBtn--tel:hover {
	opacity: .6;
}
#footer a.footerBtn--tel .main::before {
    content: '\f095';
}
#footer a.footerBtn--mail {
    width: 90%;
    max-width: 270px;
    outline: 1px solid;
    font-size: var(--font-size20);
    padding: 1em;
    border-radius: 5px;
}
#footer a.footerBtn--mail:hover {
	color: var(--color-primary);
	background: #FFF;
}
#footer a.footerBtn--mail .main::before {
    content: '\f0e0';
}
@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {
	#footer p {
		text-align: center;
	}
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
	#footer a.linkBtn {
		margin: 0 auto;
	}
	
}
/* == == == == == == == == == == == == == == == == == == 
* その他の調整 / other
* == == == == == == == == == == == == == == == == == == */
.metaslider .flexslider {
    margin-bottom: 0!important;
}
/* == #content.wide ==== */
#content, body:not(.home) #content.wide {
    padding-top: 0;
    padding-bottom: 0;
}
body.archive.category #content.wide,
body.single #content.wide,
body.page-contact #content.wide,
body.page-thanks #content.wide,
body.page-sitemap #content.wide,
body.page-privacy #content.wide {
    padding: var(--clamp-80) 0;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* トップ、下層調整/ .top-content, .page-content
* == == == == == == == == == == == == == == == == == == */
.mv-content, .top-content, .page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.top-content::before, .page-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}
body.home {
    position: relative;
}
body.home::before {
    content: '';    
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-image: url(/wp-content/uploads/top_bg.jpg);
    background-size: cover;
    background-position: top left;
    z-index: -1;
}
.top-content {
    padding: var(--clamp-100) 0;
    background-image: url(/wp-content/uploads/page_bg.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center ;
}
/* == == == == == == == == == == == == == == == == == == 
* project / p-~~
* == == == == == == == == == == == == == == == == == == */
/* == p-tAbout-us == */
/* .p-tAbout-us {
    
} */
.p-tAbout-us__ttl-area, .post .p-tAbout-us__ttl-area {
    max-width: 1680px;
    width: 100%;
    position: relative;
}
.p-tAbout-us__ttl-area::before, .post .p-tAbout-us__ttl-area::before {
    content: '';
    position: absolute;
    width: 97%;
    height: 100%;
    background-image: url(/wp-content/uploads/about-us_01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 clamp(30px, 3.125vw, 60px) 0 0;
    z-index: 0;
    left: 0;
    top: 0;
}
.p-tAbout-us__ttl, .post .p-tAbout-us__ttl {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: var(--clamp-60) 0;
    color: var(--color-primary);
    font-size: var(--font-size36);
    letter-spacing: .3em;
    gap: .5em;
}
.p-tAbout-us__ttl .main, .post .p-tAbout-us__ttl .main,
.p-tAbout-us__ttl .sub, .post .p-tAbout-us__ttl .sub {
    background: #FFF;
    display: inline-block;
    padding: .8rem .2rem;
}
.p-tAbout-us__ttl .sub, .post .p-tAbout-us__ttl .sub {
    font-size: .67em;
}
.p-tAbout-us__txt-area, .post .p-tAbout-us__txt-area {
    margin-top: var(--clamp-70);
	text-align: right;
}
.p-tAbout-us__txt-area img, .post .p-tAbout-us__txt-area img {
    border-radius: 0 0 clamp(30px, 3.125vw, 60px) 0;
    height: 100%;
    object-fit: cover;
    object-position: 20%;
}
.p-tAbout-us__txt, .post .p-tAbout-us__txt {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    letter-spacing: .1em;
    gap: 1.2em;
    height: 504px;
	text-align: left;
}
@media print, screen and (min-width: 769px) {
    .p-tAbout-us__txt-area .txt-area, .post .p-tAbout-us__txt-area .txt-area {
       min-width: 440px;
    }
}
@media print, screen and (max-width: 768px) {
    .p-tAbout-us__txt-area, .post .p-tAbout-us__txt-area {
        position: relative;
        padding: var(--clamp-70) 0;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .p-tAbout-us__txt-area .img-area, .post .p-tAbout-us__txt-area .img-area {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 0;
        opacity: .2;
        top: 0;
        left: 0;
    }
    .p-tAbout-us__txt-area .txt-inner, .post .p-tAbout-us__txt-inner {
        max-width: unset;
        width: 94%;
        margin: 0 auto;
    }
	.p-tAbout-us__txt, .post .p-tAbout-us__txt {
		height: 440px;
	    justify-content: center;
	}
}
@media print, screen and (max-width: 499px) {
	.p-tAbout-us__txt, .post .p-tAbout-us__txt {
        writing-mode: unset;
        letter-spacing: .05em;
        height: auto;
        gap: 1em;
    }   
}
/* == p-tCommitment == */
.p-tCommitment {
    background: #323D5ED9;
}
.p-tCommitment .linkBtn--primary, .p-tCommitment .linkBtn--primary:hover {
    color: #FFF;
}
/* == p-tShop == */
.p-tShop, .post .p-tShop {
    background: #FFF;
    padding: 0;
}
.p-tShop .img-area, .post .p-tShop .img-area {
    width: 100%;
}
.p-tShop .txt-area, .post .p-tShop .txt-area {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5% 3%;
}
@media print, screen and (min-width: 769px) {
    .p-tShop .img-area, .post .p-tShop .img-area {
        width: 60%;
    }
    .p-tShop img, .post .p-tShop img {
        min-height: 400px;
        object-fit: cover;
    }   
    .p-tShop .txt-area, .post .p-tShop .txt-area {
        min-width: 400px;
        width: 40%;
    }
}
/* == p-tProducts == */
.p-tProducts, .post .p-tProducts {
    background: linear-gradient(#FFF8EE99, #FFF8EE99), url(/wp-content/uploads/page_bg.jpg);
}
/* == p-tInstagram, p-tBlog, p-tNews == */
.p-tNews, .p-tBlog,
.post .p-tNews, .post .p-tBlog {
    padding-top: 0;
}
/* == p-pMessage == */
.p-pMessage, .post .p-pMessage {
    background-image: url(/wp-content/uploads/page_bg.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center ;
}
/* == p-pGreeting == */
.p-pGreeting, .post .p-pGreeting {
    background-image: url(/wp-content/uploads/greeting_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* == p-pHistory == */
.p-pHistory, .post .p-pHistory {
    background: var(--color-primary-tint);
}
/* == == == == == == == == == == == == == == == == == == 
* component / c-~~
* == == == == == == == == == == == == == == == == == == */
/* == c-card == */
.c-card__ttl, .post .c-card__ttl {
    background-image: url(/wp-content/uploads/card__ttl-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
    font-size: var(--font-size22);
    font-weight: 500;
    text-align: center;
    padding: .8em .5em;
    margin: 0;
}
/* == c-products == */
.c-products, .post .c-products {
    background: #FFF;
    box-shadow: 0 3px 20px #0000000D;
	position: relative;
}
.c-products__content, .post .c-products__content {
    padding: var(--clamp-20);
    padding-bottom: calc((var(--font-size24) * 2) + var(--clamp-20));
}
.c-products__ttl, .post .c-products__ttl {
    text-align: center;
    font-size: var(--font-size24);
    line-height: 1.3;
    padding-bottom: var(--clamp-20);
    margin-bottom: var(--clamp-20);
    border-bottom: 1px solid #C9C9C9;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c-products__desc, .post .c-products__desc {
    margin-bottom: 0;
}
.c-products__price, .post .c-products__price {
    font-size: var(--font-size24);
    font-weight: 500;
    line-height: 1.3;
    display: flex;
    align-items: end;
    gap: .5em;
    position: absolute;
    bottom: var(--clamp-20);
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.c-products__price .note, .post .c-products__price .note {
    font-size: .67em;
}
.c-products__tag, .post .c-products__tag {
    background: var(--color-secondary);
    color: #FFF;
    font-size: var(--font-size14);
    font-weight: bold;
    padding: .3em 1em;
    margin-bottom: .3em;
    border-radius: 30px;
}
/* == .c-btn == */
.c-btn-content, .post .c-btn-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(10px, 1.57vw, 30px) clamp(10px, 1.05vw, 20px);
	position: relative;
	z-index: 100;
}
.c-btn, .post .c-btn {
    display: inline-block;
    position: relative;
    width: calc((100% - (clamp(10px, 1.05vw, 20px) * 3)) / 4);
    border-bottom: 1px solid;
    font-size: var(--font-size18);
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-primary);
    padding: .5em 1.5em .5em .5em;
    transition: .3s ease;
}
.c-btn:hover, .post .c-btn:hover {
    opacity: .6;
}
.c-btn::after, .post .c-btn::after {
    content: '';
    position: absolute;
    width: .3em;
    height: .3em;
    border-right: 1px solid;
    border-bottom: 1px solid;
    top: 50%;
    right: .5em;
    -webkit-transform: rotate(45deg) translateY(-45%);
    transform: rotate(45deg) translateY(-45%);
    transition: .3s ease;
}
.c-btn:hover::after, .post .c-btn:hover::after {
    top: 60%;
}
@media print, screen and (max-width: 768px) {
    .c-btn, .post .c-btn {
        width: calc((100% - (clamp(10px, 1.05vw, 20px) * 2)) / 3);
    }
}
@media print, screen and (max-width: 499px) {
    .c-btn, .post .c-btn {
        width: calc((100% - (clamp(10px, 1.05vw, 20px) * 1)) / 2);
    }
}
/* == c-shop-list == */
.c-shop-list, .post .c-shop-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}
.c-shop-list li, .post .c-shop-list li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-table-border);
    padding: min(3%, 20px);
}
.c-shop-list__ttl, .post .c-shop-list__ttl,
.c-shop-list__desc, .post .c-shop-list__desc {
    width: calc(50% - 22px);
    font-weight: 500;
}
.c-shop-list__ttl, .post .c-shop-list__ttl {
    font-size: var(--font-size22);
}
.c-shop-list__desc, .post .c-shop-list__desc {
    font-size: var(--font-size16);
}
@media print, screen and (max-width: 768px) {
    .c-shop-list__ttl, .post .c-shop-list__ttl,
    .c-shop-list__desc, .post .c-shop-list__desc {
        width: 100%;
        font-weight: 500;
    }   
}
/* == c-our-store == */
.c-our-store, .post .c-our-store {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: var(--clamp-80);
}
.c-our-store__item, .post .c-our-store__item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c-our-store__desc, .post .c-our-store__desc,
.c-our-store__img, .post .c-our-store__img {
    width: calc(50% - 22px);
    font-weight: 500;
}
.c-our-store img, .post .c-our-store img {
    height: 100%;
    object-fit: cover;
	aspect-ratio: 2 / 1;
}
@media print, screen and (max-width: 768px) {
    .c-our-store__item, .post .c-our-store__item {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .c-our-store__desc, .post .c-our-store__desc,
    .c-our-store__img, .post .c-our-store__img {
        width: 100%;
        font-weight: 500;
    }   
}
/* ==  c-greeting == */
@media print, screen and (max-width: 768px)  {
    .c-greeting__img, .post .c-greeting__img {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
/* == .c-banner == */
.c-banner {
    background: var(--color-primary-tint);
    border: 1px solid var(--color-primary);
    position: fixed;
    bottom: 10%;
    right: 0;
    border-radius: 10px 0 0 10px;
	z-index: 9999;
}
.c-banner ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--px16);
    padding: var(--px16);
}
.c-banner a {
    display: flex;
    font-size: var(--font-size30);
    color: var(--color-primary);
	transition: .2s ease;
}
.c-banner a:hover {
    opacity: .6;
}