@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=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
:root {
    /*------▼基本設定▼------*/
    --color-background: #FEF9F3;
    --color-font: #333;
    --color-primary: #51310C;
    --color-primary-shade: #F9F3EB;
    --color-primary-tint: #B79842;
    --color-secondary: #F73737;
    --color-secondary-tint: #F86464;
    --color-table-border: #D4D4D4;
    --body-font-size: clamp(16px, .94vw, 18px);
    --body-line-height: 2;
    --head-line-height: 1.5;
    --body-letter-spacing: .03em;
    --body-font-family: "Noto Sans JP", sans-serif;
    --content-max-width: 1100px;
    /*------▼ヘッダー設定▼------*/
    --header-background: #FEF9F3;
    --header-color-font: #333;
    --header-color-primary: #51310C;
    --header-color-primary-shade: #F9F3EB;
    --header-color-primary-tint:#B79842;
    /*------▼フッター設定▼------*/
    --footer-background: #51310C;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
    /*------▼フォント設定▼------*/
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Zen Maru Gothic", sans-serif;
    /*------▼フォントサイズ設定▼------*/
    --font-size12: clamp(10px, .63vw, 12px);
	--font-size13: clamp(10px, .73vw, 13px);
    --font-size14: clamp(12px, .73vw, 14px);
    --font-size16: clamp(14px, .84vw, 16px);
    --font-size18: clamp(16px, .94vw, 18px);
    --font-size20: clamp(18px, 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-size31: clamp(22px, 1.7vw, 31px);
    --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-size48: clamp(30px, 2.61vw, 48px);
    --font-size50: clamp(30px, 2.61vw, 50px);
    --font-size52: clamp(32px, 2.71vw, 52px);
    --font-size60: clamp(36px, 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-44: clamp(20px, 2.61vw, 44px);
    --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-190: clamp(100px, 10.42vw, 190px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
}
/*--追記--------------------------------------------*/
/* == == == == == == == == == == == == == == == == == == 
* inner/outer
* == == == == == == == == == == == == == == == == == == */
.wrapper_content {
	position: relative;
	width: 94%;
	max-width: var(--content-max-width);
	margin: 0 auto;
}
.content_inner {
    position: relative;
    z-index: 0; 
    width: 90%;
}
.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;
}
.max_w1500 {
	max-width: 1500px;
}
.max_w1600 {
	max-width: 1600px;
}
/* == == == == == == == == == == == == == == == == == == 
*  テキスト/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 {
    font-family: var(--font-family01);
    color: var(--color-font);
    line-height: var(--body-line-height);
}
.post h1, .post h2, .post h3, .post h4, .post h5 {
    font-family: var(--font-family02);
    color: var(--color-primary);
    line-height: var(--head-line-height);
}
.post p, .post h1, .post h2, .post h3, .post h4, .post h5 {
    letter-spacing: var(--body-letter-spacing);
}
.post p {
    font-size: var(--font-size18);
    margin-bottom: 1.5em;
    font-weight: 500;
}
.post h2 {
    font-size: var(--font-size40);
    margin-bottom: .5em;
    font-weight: bold;
}
.post h3 {
    font-size: var(--font-size30);
    margin-bottom: .5em;
    font-weight: bold;
}
.post h4 {
    font-size: var(--font-size22);
    margin-bottom: .5em;
    font-weight: bold;
}
.post h5 {
    font-size: var(--font-size20);
    margin-bottom: .5em;
    font-weight: bold;
}
.post .lead {
    line-height: 1.45;
	margin-bottom: .8em; 
}
/* ==== text / ユーティリティ ===== */
.weight_400, .post .weight_400 {font-weight: 400}
.weight_500, .post .weight_500 {font-weight: 500}
.weight_600, .post .weight_600 {font-weight: 600}
.weight_regular, .post .weight_regular {font-weight: 400}
.weight_mid, .post .weight_mid {font-weight: 500}
.weight_bold, .post .weight_bold {font-weight: bold}
.weight_black, .post .weight_black {font-weight: 900}
.ff_01, .post .ff_01 {font-family: var(--font-family01);}
.ff_02, .post .ff_02 {font-family: var(--font-family02);}
.ff_03, .post .ff_03 {font-family: var(--font-family03);}
.color-font, .post .color-font {color: var(--color-font);}
.color-primary, .post .color-primary {color: var(--color-primary);}
.color-tint, .post .color-tint {color: var(--color-primary-tint);}
.color-shade, .post .color-shade {color: var(--color-primary-shade);}
.color-white, .post .color-white {color: #FFF;}
.color-secondary, .post .color-secondary {color: var(--color-secondary);}
.px12, .post .px12 {font-size: var(--font-size12)!important;}
.px13, .post .px13 {font-size: var(--font-size13)!important;}
.px14, .post .px14 {font-size: var(--font-size14)!important;}
.px16, .post .px16 {font-size: var(--font-size16)!important;}
.px18, .post .px18 {font-size: var(--font-size18)!important;}
.px20, .post .px20 {font-size: var(--font-size20)!important;}
.px22, .post .px22 {font-size: var(--font-size22)!important;}
.px24, .post .px24 {font-size: var(--font-size24)!important;}
.px26, .post .px26 {font-size: var(--font-size26)!important;}
.px28, .post .px28 {font-size: var(--font-size28)!important;}
.px30, .post .px30 {font-size: var(--font-size30)!important;}
.px32, .post .px32 {font-size: var(--font-size32)!important;}
.px34, .post .px34 {font-size: var(--font-size34)!important;}
.px36, .post .px36 {font-size: var(--font-size36)!important;}
.px38, .post .px38 {font-size: var(--font-size38)!important;}
.px40, .post .px40 {font-size: var(--font-size40)!important;}
.px44, .post .px44 {font-size: var(--font-size44)!important;}
.px46, .post .px46 {font-size: var(--font-size46)!important;}
.px50, .post .px50 {font-size: var(--font-size50)!important;}
.px52, .post .px52 {font-size: var(--font-size52)!important;}
.px60, .post .px60 {font-size: var(--font-size60)!important;}
/* ===== text / 追加ユーティリティ ===== */
.txt-underline, .post .txt-underline {text-decoration: underline;}
a:hover .txt-underline, a.txt-underline:hover {text-decoration: unset;}
.txt-marker, .post .txt-marker {background: linear-gradient(0, #6E9BA340 25%, transparent 25%);}
.txt-bg, .post .txt-bg {
	padding: 0 .3em;
	display: inline-block;
	margin: 0 .3em;
    background: var(--color-primary);
    color: #FFF;
    border-radius: 5px;
}
.text-indent_1 {
    text-indent: 1em;
    display: block;
}
.line-height_1-2, .post .line-height_1-2 {line-height: 1.2;}
.line-height_1-3, .post .line-height_1-3 {line-height: 1.3;}
.line-height_1-4, .post .line-height_1-4 {line-height: 1.4;}
.line-height_1-5, .post .line-height_1-5 {line-height: 1.5;}
.line-height_1-6, .post .line-height_1-6 {line-height: 1.6;}
.line-height_1-7, .post .line-height_1-7 {line-height: 1.7;}

/* == == == == == == == == == == == == == == == == == == 
*  レイアウト/あしらい
*  == == == == == == == == == == == == == == == == == == */
.content {position: relative;}
.gap {gap: 4%;}
.box-shadow {box-shadow: 0 0 20px #8888880D;}
.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, .post .bg-white {background: #FFF;}
.bg-transparent, .post .bg-transparent {background: transparent;}
.bg-gray, .post .bg-gray {background: #F7F8F9;}
.bg-primary, .post .bg-primary {background: var(--color-primary);}
.bg-tint, .post .bg-tint {background: var(--color-primary-tint);}
.bg-shade, .post .bg-shade {background: var(--color-primary-shade);}
.bg-purple, .post .bg-purple {background: #F8F4F8;}
.outline {outline: 1px solid;}
.border-radius_5 {
	border-radius: 5px;
    overflow: hidden;
}
.border-radius {
	border-radius: 10px;
    overflow: hidden;
}
.border-radius_20 {
	border-radius: 20px;
    overflow: hidden;
}
.border-bottom {
    border-bottom: 2px solid!important;
}
.border-top {
    border-top: 1px solid #ACACAC;
}

.anchor_link::before {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}
.img-area img {
    width: 100%;
}
.txt-area, .img-area {
    position: relative;
}
.googlemap {
    padding-top: 0;
	padding-bottom: clamp(250px, 23.5vw, 450px);
}
@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: 94%;
        width: 100%;
        margin: 0 auto;
    }
}
/* ==== 追加 ==== */
.object-fit_2-1 img {
    aspect-ratio: 2/1;
    object-fit: cover;
}
.img-stretch img {
	height: 100%;
    object-fit: cover;
	object-position: center;
}
.mx-auto, .post .mx-auto {
	margin: 0 auto;
}
.pl1 {
	padding-left: 1em;
}
@media print, screen and (min-width: 769px) {
    .pc_mx-auto {margin: 0 auto;}
    .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;}
    .pc_pt1 {padding-top: 1rem !important;}
    .pc_pt2 {padding-top: 2rem !important;}
    .pc_pt3 {padding-top: 3rem !important;}
    .pc_pt4 {padding-top: 4rem !important;}
    .pc_pt5 {padding-top: 5rem !important;}
    .pc_pt6 {padding-top: 6rem !important;}
    .pc_pt7 {padding-top: 7rem !important;}
    .pc_pt8 {padding-top: 8rem !important;}
    .pc_pt9 {padding-top: 9rem !important;}
    .pc_pt10 {padding-top: 10rem !important;}
    .pc_pt15 {padding-top: 15rem !important;}
    .pc_pt16 {padding-top: 16rem !important;}
    .pc_pb1 {padding-bottom: 1rem !important;}
    .pc_pb2 {padding-bottom: 2rem !important;}
    .pc_pb3 {padding-bottom: 3rem !important;}
    .pc_pb4 {padding-bottom: 4rem !important;}
    .pc_pb5 {padding-bottom: 5rem !important;}
    .pc_pb6 {padding-bottom: 6rem !important;}
    .pc_pb7 {padding-bottom: 7rem !important;}
    .pc_pb8 {padding-bottom: 8rem !important;}
    .pc_pb9 {padding-bottom: 9rem !important;}
    .pc_pb10 {padding-bottom: 10rem !important;}
    .pc_pb15 {padding-bottom: 15rem !important;}
    .pc_pb16 {padding-bottom: 16rem !important;}
}
@media screen and (max-width: 768px) {
    .sp_mx-auto {margin: 0 auto;}
    .sp_pt1 {padding-top: 0.5rem !important;}
    .sp_pt2 {padding-top: 1rem !important;}
    .sp_pt3 {padding-top: 1.5rem !important;}
    .sp_pt4 {padding-top: 2rem !important;}
    .sp_pt5 {padding-top: 2.5rem !important;}
    .sp_pt6 {padding-top: 3rem !important;}
    .sp_pt7 {padding-top: 3.5rem !important;}
    .sp_pt8 {padding-top: 4rem !important;}
    .sp_pt9 {padding-top: 4.5rem !important;}
    .sp_pt10 {padding-top: 5rem !important;}
    .sp_pb1 {padding-bottom: 0.5rem !important;}
    .sp_pb2 {padding-bottom: 1rem !important;}
    .sp_pb3 {padding-bottom: 1.5rem !important;}
    .sp_pb4 {padding-bottom: 2rem !important;}
    .sp_pb5 {padding-bottom: 2.5rem !important;}
    .sp_pb6 {padding-bottom: 3rem !important;}
    .sp_pb7 {padding-bottom: 3.5rem !important;}
    .sp_pb8 {padding-bottom: 4rem !important;}
    .sp_pb9 {padding-bottom: 4.5rem !important;}
    .sp_pb10 {padding-bottom: 5rem !important;}
    .sp_pd2 {padding: 1rem !important;}
    .sp_pd3 {padding: 1.5rem !important;}
    .sp_pd4 {padding: 2rem !important;}
    .sp_pd5 {padding: 2.5rem !important;}
    .sp_mt1 {margin-top: 0.5rem !important;}
    .sp_mt2 {margin-top: 1rem !important;}
    .sp_mt3 {margin-top: 1.5rem !important;}
    .sp_mt4 {margin-top: 2rem !important;}
    .sp_mt5 {margin-top: 2.5rem !important;}
    .sp_mt6 {margin-top: 3rem !important;}
    .sp_mt7 {margin-top: 3.5rem !important;}
    .sp_mt8 {margin-top: 4rem !important;}
    .sp_mt9 {margin-top: 4.5rem !important;}
    .sp_mt10 {margin-top: 5rem !important;}
    .sp_mt15 {margin-top: 7.5rem !important;}
    .sp_mt16 {margin-top: 8rem !important;}
    .sp_mb1 {margin-bottom: 0.5rem !important;}
    .sp_mb2 {margin-bottom: 1rem !important;}
    .sp_mb3 {margin-bottom: 1.5rem !important;}
    .sp_mb4 {margin-bottom: 2rem !important;}
    .sp_mb5 {margin-bottom: 2.5rem !important;}
    .sp_mb6 {margin-bottom: 3rem !important;}
    .sp_mb7 {margin-bottom: 3.5rem !important;}
    .sp_mb8 {margin-bottom: 4rem !important;}
    .sp_mb9 {margin-bottom: 4.5rem !important;}
    .sp_mb10 {margin-bottom: 5rem !important;}
    .sp_mb15 {margin-bottom: 7.5rem !important;}
    .sp_mb16 {margin-bottom: 8rem !important;}
}
/* == == == == == == == == == == == == == == == == == == 
*  flex / card
* == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
* flex 
* == == == == == == == == */
.col-1{ width: 100%;}
.col-2{width: calc((100% - (var(--clamp-50) * 1)) / 2);}
.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%;}
.flex_1 {flex: 1;}
.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_start {align-items: start;}
.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;
    flex-wrap: wrap;
}
.card--col-2 {gap: 20px var(--clamp-50);}
.card--col-3 {gap: 20px var(--clamp-40)}
.card--col-4 {gap: 20px;}
.card--col-5 {gap: 20px;}
.card__item--col-1 {width: calc((100% - (20px * 0)) / 1);}
.card__item--col-2 {width: calc((100% - (var(--clamp-50) * 1)) / 2);}
.card__item--col-3 {width: calc((100% - (var(--clamp-40) * 2)) / 3);}
.card__item--col-4 {width: calc((100% - (20px * 3)) / 4);}
.card__item--col-5 {width: calc((100% - (20px * 4)) / 5);}
.card p:last-child {margin: 0;}
.card__num {
    background-color: var(--color-primary);
    color: #FFF;
    font-size: var(--font-size26);
    font-weight: bold;
    font-family: var(--font-family02);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3em;
    height: 3em;
    margin: 0 auto;
    border-radius: 50vw;
}
@media print, screen and (max-width: 1023px) {
    .card__item--col-5 {width: calc((100% - (20px * 3)) / 4);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.card {
		width: 94%;
		margin: 0 auto;
	}
    .card {flex-direction: row;}
    .card--col-2, .card--col-3 {
        gap: 15px;
    }
    .card__item--col-2, .card__item--col-3 {
        width: 100%;
        margin-bottom: 0;
    }
    .card__item--col-4, .card__item--col-5 {
        width: calc((100% - (20px * 1)) / 2);
        margin-bottom: 0;
    }
}
@media print, screen and (max-width: 500px) {
    .card__item--col-4, .card__item--col-5 {
        width: 100%;
		margin: 0 auto;
    }
}
/* == == == == == == == == == == == == == == == == == == 
* テーブル、マップ調整/table,map
* == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1.2em 1em;
    font-size: var(--body-font-size);
    font-family: var(--font-family02);
    line-height: var(--body-line-height);
    color: var(--color-font);
    background: transparent;
    border-bottom: 1px solid var(--color-table-border);
    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;
		padding: 1em;
    }
	.post table th {
        background: var(--color-primary-shade);
	}
}
/* == == == == == == == == == == == == == == == == == == 
* ボタン/btn
* == == == == == == == == == == == == == == == == == == */
.linkBtn, .post .linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 550px;
    font-family: var(--font-family01);
    font-size: var(--font-size16);
    font-weight: bold;
    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, a:hover .linkBtn {
    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: 2px solid;
    border-bottom: 2px solid;
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* アイキャッチ/eyecatch
* == == == == == == == == == == == == == == == == == == */
header#h1Header h1.title {
    font-weight: bold;
    font-size: var(--font-size60);
    font-family: var(--font-family02);
}
#thumbImg::before, header#h1Header::before {
    opacity: 0.3;
    background: #000;
}
@media print, screen and (max-width: 1024px) {
	#h1Header #thumb img {
		width: 100%;
        object-fit: cover;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
#breadcrumb {
	background: var(--color-background);
}
#breadcrumb ul li, #breadcrumb ul li a {
	font-weight: 500;
    color: var(--color-font);
}
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.postlist li {
    border-bottom: 1px solid var(--color-table-border);
}
 .postlist li:first-child {
    border-top: 0;
}
.postlist .time {
    font-size: var(--font-size16);
	font-family: var(--font-family02);
    background: var(--color-primary);
    font-weight: bold;
    padding: .5em 1em;
    border-radius: 5px;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size18);
    font-weight: 500;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	display: block;
}
.post h2.cat-loop {
	font-size: var(--font-size18);
	font-family: var(--font-family02);
	font-weight: bold;
}
.post .post_img img, .post_img img, .post2b img, .post4b img {
    object-fit: cover;
}
.post2b h2, .post4b h2, .post2b h2 a, .post4b h2 a {
	font-weight: bold;
	font-size: var(--font-size18);
}
.post_link, .post2b_link, .post4b_link {
	color: var(--color-primary);
	border-bottom: 1px solid;
}
.post_link a, .post2b_link a, .post4b_link a {
	color: var(--color-primary);
}
@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: auto;
    }
    #header-layout {
		padding: 0 2%;
    }
    #header-layout, .sticky-header #header-layout {
		background: var(--header-background);
        height: 100px;
	}
	nav#mainNav {
		width: 100%;
		max-width: unset;
	}
	.sticky-header #header > .inner {
		background: transparent;
		box-shadow: unset;
	}
	body.sticky-header nav#mainNav {
		margin: 0 auto;
	}
	#header .logo {
		padding: 10px var(--px20);
	}
	#header .logo img {
		max-width: 290px;
		max-height: 100px;
	}
	#header .header__nav-contact {
		gap: var(--px24);
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a b {
		font-family: var(--font-family02);
        font-size: var(--font-size18);
		font-weight: bold;
		letter-spacing: var(--body-letter-spacing);
		color: var(--header-color-font);
		position: relative;
		padding-bottom: 5px;		
	}   
    nav#mainNav ul li a span {
        font-family: var(--font-family02);
        font-size: var(--font-size12);
		font-weight: bold;
		letter-spacing: .05em;
		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(--color-primary);
	}
	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(--color-primary);
	}
	nav#mainNav ul li a b::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: var(--color-primary);
		left: 0;
		bottom: 0;
		transition: .5s ease;
		transform-origin: center;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	nav#mainNav ul li a:hover b::before,
	nav#mainNav ul li.current-menu-item a 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);
	}
	nav#mainNav ul li.mail {
		display: none;
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ__サブメニュー
 * == == == == == == == == */
	nav#mainNav ul li li a, nav#mainNav ul li li.current-menu-item li a, nav#mainNav ul li.current-menu-ancestor li a, nav#mainNav ul li.current-menu-item li a {
		background: var(--header-color-primary-shade);
		color: var(--header-color-font);
		font-size: var(--font-size16);
		font-weight: 500;
	}
	nav#mainNav ul li ul.sub-menu li a:hover, nav#mainNav ul li ul.sub-menu li.current-menu-item a, nav#mainNav ul li.current-menu-item ul.sub-menu li a {
		background: var(--color-primary);
		color: #FFF;
	}
	
/* == == == == == == == ==
 * ヘッダー下部__コンタクトナビゲーション
 * == == == == == == == == */
	#header ul.header__contact {
		gap: var(--clamp-30);
	}
	#header ul.header__contact li {
		display: flex;
		align-items: center;
	}
    #header a.head_btn {
	    height: 50px;
	    flex-direction: row;
	    border-radius: 50vw;
	    width: 11.5em;
        font-size: var(--font-size18);
		font-family: var(--font-family02);
		font-weight: bold;
		color: #FFF;
		background: var(--header-color-primary);
		letter-spacing: .03em;
		gap: .5em;
        transition: .5s ease;
		padding: .5em;
    }
	#header a.head_btn::before {
		font-size: 1em;
		margin-bottom: 0; 
	}
	#header a.head_btn:hover {
		background:  #FFF;
		color: var(--header-color-primary);
		opacity: 1;
		outline: 1px solid;
	}
	#header a.head_btn.tel_btn {
		background: #FFF;
		color: var(--header-color-primary);
		outline: 1px solid var(--header-color-primary);
		font-size: var(--font-size18);
	}
	#header a.head_btn.tel_btn::before {
		content: '\f3cd';
	}
	#header a.head_btn.tel_btn:hover {
		background: var(--header-color-primary);
		color: #FFF;
	}
	
}
/* == == == == == == == ==
* スマホ
* == == == == == == == == */
.spmenu #menu p {
	margin-bottom: 0;
	    line-height: 1.5;
}
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background: var(--header-background);
		color: var(--color-font);
		font-family: var(--font-family01);
	}
	nav#mainNav ul li a:hover,
    nav#mainNav ul li.current-menu-item a {
		background: var(--header-background);
		color: var(--color-primary);
	}
	nav#mainNav ul li li a {
		background: var(--header-background);
		color: var(--color-font);
		font-family: var(--font-family01);
		font-weight: bold;
    } 
    nav#mainNav ul li.current-menu-item li a,
    nav#mainNav ul li li:last-child a {
		background: var(--header-background);
		color: var(--color-font);
	}
	nav#mainNav ul li li a:hover, 
    nav#mainNav ul li.current-menu-item li a:hover,
    nav#mainNav ul li li:last-child a:hover, 
    nav#mainNav ul li.current-menu-item li:last-child a:hover,
    nav#mainNav ul li li.current-menu-item a, 
    nav#mainNav ul li li.current-menu-item:last-child a {
		background: var(--header-background);
		color: var(--color-primary);
	}
}
/* == == == == == == == == == == == == == == == == == == 
*  フッター調整/footer 
* == == == == == == == == == == == == == == == == == == */
#footer {
	padding-top: 0;
    padding-bottom: 0;
}
#footer a {
	transition: .5s ease;
}
#footer .inner {
	padding-top: 10px;
}
#copyright {
    background: var(--footer-background);
    color: var(--footer-color-font);
    padding: 10px 0;
    margin: 0;
}
#footer h2, #footer h3, #footer p {
	text-align: left;
}
#footer a.c-btn .txt {
    position: relative;
    padding-left: 1.3em;
}

#footer a.c-btn .txt::before {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    background-image: url(/wp-content/uploads/icon_mail01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#footer a.c-btn.tel .txt::before {
    background-image: url(/wp-content/uploads/icon_mobile01.png);
}
#footer a.c-btn:hover {
	background: #FFF!important;
	color: var(--color-primary)!important;
	opacity: .6;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {   
	#footer .days {
		text-align: left;
	}
}
/* == == == == == == == == == == == == == == == == == == 
* その他の調整 / other
* == == == == == == == == == == == == == == == == == == */
/* == #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
* == == == == == == == == == == == == == == == == == == */
.page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* component / c-~~
* == == == == == == == == == == == == == == == == == == */
/* ==== c-ttl-bg ==== */
.c-ttl-bg, .post .c-ttl-bg {
    background: var(--color-primary);
    color: #FFF;
    text-align: center;
    padding: .5em;
}

/* ==== c-ttl-02 ==== */
/* .c-ttl-02, .post .c-ttl-02 {
}
.c-ttl-02 .en, .post .c-ttl-02 .en {
}
.c-ttl-02 .en::before, .post .c-ttl-02 .en::before {
}
.c-ttl-02 .jp, .post .c-ttl-02 .jp {
} */
/* ==== c-subTtl ==== */
/* .c-subTtl, .post .c-subTtl {
} */
/* ==== c-btn-content ==== */
.c-btn-content, .post .c-btn-content {
    display: flex;
    flex-direction: row;
    gap: 20px var(--clamp-40);
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
}
@media print, screen and (min-width: 769px) {
    .c-btn-content--left, .post .c-btn-content--left {
        justify-content: flex-start;
    }
    .c-btn-content--right, .post .c-btn-content--right {
        justify-content: flex-end;
    }
	.c-btn-content--pc_nowrap, .post .c-btn-content--pc_nowrap {
		flex-wrap: nowrap;
	}
}
@media print, screen and (max-width: 768px) {
	.c-btn-content, .post .c-btn-content {
		gap: 10px;
	}
}

/* ==== c-btn ==== */
.c-btn, .post .c-btn, a.c-btn {
    transition: .5s ease;
    display: inline-block;
    position: relative;
    font-size: var(--font-size18);
    font-family: var(--font-family02);
    font-weight: 500;
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    text-align: center; 
    color: var(--color-primary);
    background: #FFF;
    outline: 1px solid;
    width: 90%;
    max-width: 260px;
    padding: .8em 2.5em;
    border-radius: 50vw;
}
.c-btn:hover, .post .c-btn:hover, a.c-btn:hover {
    color: #FFF;
    background: var(--color-primary);
    box-shadow: 0 0 20px #8888880D;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.c-btn::after, .post .c-btn::after, a.c-btn::after {
    content: '→';
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s ease;
}
@media print, screen and (max-width: 768px) {
}
/* ==== c-btn-item ==== */
.c-btn-item, a.c-btn-item, .post .c-btn-item {
    transition: .3s ease;
}
.c-btn-item:hover, a.c-btn-item:hover, .post .c-btn-item:hover {
    opacity: .6;
    transform: translateY(-2px);
}
.c-btn-item:hover img, a.c-btn-item:hover img, .post .c-btn-item:hover img {
    opacity: 1;
}
/* ==== c-btnTxt ==== */
.c-btnTxt {
    font-size: var(--font-size18);
    font-weight: 500;
    font-family: var(--font-family02);
    color: var(--color-primary);
    border: 1px solid;
    border-radius: 50vw;
    padding: .3em .8em;
    display: inline-block;
    transition: .3s ease;
}
.c-btnTxt::after {
    content: '→';
    margin-left: 1em;
}
.c-btnTxt:hover, a:hover .c-btnTxt {
    background: var(--color-primary);
    color: #FFF;
}
/* ==== .c-table ==== */
table.c-table, table.c-table th, table.c-table td,
.post table.c-table, .post table.c-table th, .post table.c-table td {
    border: 0;
}
table.c-table th, .post table.c-table th,
table.c-table td, .post table.c-table td {
    border: 1px solid  var(--color-table-border);
    padding: 1.5em 2em;
} 
table.c-table th, .post table.c-table th {
    background: var(--color-primary);
    color: #FFF;
}
table.c-table td, .post table.c-table td {
    background: #FFF;
    color: var(--color-font);
}
table.c-table--02 th, .post table.c-table--02 th,
table.c-table--02 td, .post table.c-table--02 td {
    padding: .3em .5em .3em 0;
    color: var(--color-font);
    border: 0;
    border-bottom: 1px solid var(--color-table-border);
}
table.c-table--02 th, .post table.c-table--02 th {
    background: transparent;

}
@media print, screen and (max-width: 768px) {
    table.c-table th, .post table.c-table th,
    table.c-table td, .post table.c-table td {
        padding: 1em;
    }
    table.c-table--02 th, .post table.c-table--02 th,
    table.c-table--02 td, .post table.c-table--02 td {
        padding: .3em 1em;
    }
    table.c-table--02 th, .post table.c-table--02 th {
        background: var(--color-primary-shade);
    }
}
@media print, screen and (max-width: 1023px) {
}
@media print, screen and (max-width: 768px) {	
}
/* ==== c-list-dot ==== */
.c-list-dot, .post .c-list-dot {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* 2等分 */
    position: relative;
    font-size: var(--font-size18);
    font-weight: bold;
}
.c-list-dot__item, .post .c-list-dot__item {
    position: relative;
    padding-left: 1em;
    letter-spacing: var(--body-letter-spacing);
}
.c-list-dot__item::before, .post .c-list-dot__item::before {
    content: '';
    position: absolute;
    width: .4em;
    height: .4em;
    background: var(--color-font);
    border-radius: 50vw;
    left: 0;
    top: .85em;
}
.c-list-dot--col-2, .post ul.c-list-dot--col-2 {
  grid-template-columns: repeat(2, 1fr); /* 2等分 */
  gap: 0 var(--clamp-40); 
}
/* ==== c-list-num ==== */
.c-list-num, .post .c-list-num {
    display: flex;
    flex-direction: column;
    gap: .8em;
    position: relative;
    font-size: var(--font-size18);
    font-weight: bold;
}
.c-list-num__item, .post .c-list-num__item {
    position: relative;
    padding-left: 1.2em;
    letter-spacing: var(--body-letter-spacing);
    line-height: 1.7;
}
.c-list-num__item .num, .post .c-list-num__item .num {
    content: '';
    position: absolute;
    border-radius: 50vw;
    left: 0;
    top: 0;
}
.c-list-num__item .sub, .post .c-list-num__item .sub {
    font-weight: 500;
    font-size: var(--font-size16);
}
/* ==== c-list-history ==== */
.c-list-history, .post .c-list-history {
    display: flex;
    flex-direction: column; 
    position: relative;
    font-size: var(--font-size18);
    font-weight: 500;
}
.c-list-history::before, .post .c-list-history::before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 1em);
    background: var(--color-primary);
    left: .5em;
    bottom: 0;
}
.c-list-history__item, .post .c-list-history__item {
    position: relative;
    padding: .5em 0;
    margin-left: 2em;
    border-bottom: 1px solid #D4D4D4;
    display: flex;
    gap: 1em;
}
.c-list-history__item::before, .post .c-list-history__item::before {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    border-radius: 50vw;
    background: var(--color-primary);
    left: -2em;
    top: 1em;
}
.c-list-history__date, .post .c-list-history__date {
    font-family: var(--font-family02);
    color: var(--color-primary);
    font-weight: bold;
    width: 9em;
}
.c-list-history__desc, .post .c-list-history__desc {
    flex: 1;
}
@media print, screen and (max-width: 768px) {	
	.c-list-history__item, .post .c-list-history__item {
		flex-direction: column;
	}
}
/* ==== c-grid ==== */
.c-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 20px;
	min-width: 700px;
}
.c-grid {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
    gap: 0;
    background: #FFF;
    padding: 0 5%;
}


/* == == == == == == == == == == == == == == == == == == 
* project / p-~~
* == == == == == == == == == == == == == == == == == == */
/* ==== p-tTopic ==== */
.p-tTopic {
    padding-top: var(--clamp-70);
}

@media print, screen and (min-width: 769px) {
	.p-tTopic h2 {
		white-space: nowrap;
	}
	.p-tTopic  .sc_geneleted_list {
		flex: 1;
	}
}
/* ==== p-tAbout ==== */
.p-tAbout {
    padding-top: var(--clamp-70);
}
.p-tAbout .flexbox {
    padding: var(--clamp-50) 0;
    position: relative;
}
.p-tAbout .flexbox::before {
    content: '';
    position: absolute;
    width: 65%;
    height: 100%;
    background-color: #FFF;
    border-radius: var(--clamp-100) 0 0 var(--clamp-100);
    top: 0;
    z-index: -1;
}
.p-tAbout--01 .flexbox::before {
    right: 0;
}
.p-tAbout--02 .flexbox::before {
    left: 0;
    transform: scaleX(-1);
}
.p-tAbout .flexbox {
    position: relative;
}

.p-tAbout .flexbox::after {
    content: '';
    position: absolute;
    width: var(--clamp-140);
    height: var(--clamp-130);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: calc((var(--clamp-130) /2) * -1);

}

.p-tAbout--01 .flexbox::after {
    background-image: url(/wp-content/uploads/top_bg01.png);
    right: 0;
}
.p-tAbout--02 .flexbox::after {
    background-image: url(/wp-content/uploads/top_bg02.png);
    left: 0;
}
.p-tAbout .txt-inner {
    max-width: 760px;
    width: 90%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.p-tAbout .img-area img {
    min-height: 300px;
    object-fit: cover;    
}
.p-tAbout--01 .img-area img {
    border-radius: 0 var(--clamp-100) var(--clamp-100) 0;
}
.p-tAbout--02 .img-area img {
    border-radius: var(--clamp-100) 0 0 var(--clamp-100);
}
@media print, screen and (max-width: 768px) {	
    .p-tAbout .flexbox {
        padding: 0;
    }
    .p-tAbout .flexbox::before {
        display: none;
    }
    .p-tAbout .img-area {
        width: 96%;
    }
    .p-tAbout--02 .img-area {
        margin-left: auto;
    }
    .p-tAbout .img-area img {
        min-height: unset;
        aspect-ratio: 2/1;
    }
}
/* ==== p-tEffrots ==== */
.p-tEffrots {
    padding-top: var(--clamp-100);
}
.p-tEffrots::after {
    content: '';
    position: absolute;
    width: var(--clamp-140);
    height: var(--clamp-130);
    background-image: url(/wp-content/uploads/top_bg03.png);    
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    top: 0;
    right: 0;
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-tRecruit ==== */
.p-tRecruit {
    padding-top: var(--clamp-100);
    padding-bottom: var(--clamp-100);
}
.p-tRecruit .wrapper_content {
    background-image: linear-gradient(#FFFFFFD9, #FFFFFFD9), url(/wp-content/uploads/top_recruit_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: var(--clamp-50);
}
.p-tRecruit::after {
    content: '';
    position: absolute;
    width: var(--clamp-140);
    height: var(--clamp-130);
    background-image: url(/wp-content/uploads/top_bg04.png);    
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    top: 0;
    left: 0; 
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-tHistory ==== */
.p-tHistory {
    padding-top: var(--clamp-80);
    padding-bottom: var(--clamp-80);
    background-color: var(--color-primary-shade);
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p- ==== */
@media print, screen and (max-width: 768px) {	
}
/* ==== p- ==== */
@media print, screen and (max-width: 768px) {	
}
/* ==== p- ==== */
@media print, screen and (max-width: 768px) {	
}
.overflow-x {
    overflow-x: scroll;
}

.days {
    display: flex;
    gap: 1em;
    font-size: inherit;
}
.days__date {
    width: 5em;
}
.days__desc {
    flex: 1;
}


/* ==== 一時対応 ==== */
/* #header a.head_btn::before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1em;
    height: 1em;
}
#header a.head_btn.mail_btn:hover {
	opacity: .6;
    color: #FFF;
    background: var(--header-color-primary);
}
#header a.head_btn.tel_btn:hover {
	opacity: .6;
    color: var(--header-color-primary);
    background: #FFF;
}
#header a.head_btn.mail_btn::before {
    content: '';
    background-image: url(/wp-content/uploads/icon_mail02.png);
}
#header a.head_btn.tel_btn::before {
    content: '';
    background-image: url(/wp-content/uploads/icon_mobile01.png);
} */




