@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=Great+Vibes&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #000000;
    --color-font: #FFFFFF;
    --color-primary: #242526;
    --color-primary-shade: #333434;
    --color-primary-tint: #101010;
    --color-secondary: #F73737;
    --color-secondary-tint: #DDD;
    --color-table-border: #C7C7C7;
	--body-font-size: clamp(14px, .94vw, 16px);
	--body-font-family: 'Shippori Mincho', serif;
	--content-max-width: 1100px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #151717;
    --header-color-font: #FFFFFF;
    --header-color-primary: #242526;
    --header-color-primary-shade: #333434;
    --header-color-primary-tint: #DDD;
	/*------▼フッター設定▼------*/
	--footer-background: #242526;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
    --font-family01: 'Shippori Mincho', serif;
    --font-family02: 'Great Vibes', serif;
	--font-family03: '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(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-size27: clamp(20px, 1.41vw, 27px);
    --font-size28: clamp(20px, 1.6vw, 28px);
    --font-size30: clamp(22px, 1.7vw, 30px);
    --font-size32: clamp(22px, 1.7vw, 32px);
    --font-size36: clamp(24px, 1.85vw, 36px);
    --font-size38: clamp(26px, 2vw, 38px);
    --font-size40: clamp(26px, 2.1vw, 40px);
	--font-size46: clamp(26px, 2.4vw, 46px);
    --font-size50: clamp(26px, 2.61vw, 50px);
    --font-size52: clamp(26px, 2.71vw, 52px);
    --font-size60: clamp(30px, 3.13vw, 60px);
    --font-size70: clamp(30px, 3.65vw, 70px);
    --font-size178: clamp(135px, 9.27vw, 178px);
	/*------▼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: #DDD;
    color: var(--color-primary);
}
a, a:hover {
	color: var(--color-font);
}
/* == == == == == == == == == == == == == == == == == == 
 * 非表示
 * == == == == == == == == == == == == == == == == == == */
 .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;
}
/* == == == == == == == == == == == == == == == == == == 
 * inner/outer
 * == == == == == == == == == == == == == == == == == == */
 .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_w1530 {
    max-width: 1530px;
}
.content_inner {
	position: relative;
	z-index: 0; 
}
 /* == == == == == == == == == == == == == == == == == == 
 *  テキスト/text 
 *  == == == == == == == == == == == == == == == == == == */
.post p, .post h2, .post h3, .post h4, .post h5, h1.title {
	color: var(--color-font);
}
.post p {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1.5em;
	font-weight: 400;
    letter-spacing: .5px;
}
.post h2 {
    font-size: var(--font-size32);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: .3em;
}
.post h3 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: .7em;
    padding-bottom: .3em;
	font-weight: 400;
}
.post h4 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: .5em;
	font-weight: 400;
}
.post h5 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: .5em;
	font-weight: 400;
}
p.lead {
    font-size: var(--font-size22);
    font-family: var(--font-family01);
    font-weight: 400!important;
    line-height: 1.75;
    margin-bottom: .5em;
}
p.name {
    font-size: var(--font-size18);
    font-weight: 600; 
    font-family: var(--font-family03);
    text-align: center;
}
p.name span {
    font-size: var(--font-size14);
    font-family: var(--font-family01);
    font-weight: 500;
    margin-right: .8em;
}
.mid {font-weight: 500!important;}
.bold {font-weight: bold!important;}
.ja {font-family: var(--font-family01);}
.en {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;}
.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;}
.px32 {font-size: var(--font-size32)!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;}
.px60 {font-size: var(--font-size60)!important;}
.px70 {font-size: var(--font-size70)!important;}
.txt-underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.txt-marker {background: linear-gradient(0, #FCA10580 35%, transparent 35%);}
.txt-bg-primary {
    display: inline-block;
    background: var(--color-primary)!important;
    color: #FFF;
    padding: 0em 1em!important;
}
/* テキスト追加あしらい */
h2.top-ttl .en {
    line-height: 1;
    font-size: var(--clamp-100);
    opacity: .5;
    white-space: nowrap;
}
.sub-ttl .ja {
    font-size: var(--font-size16);
    display: inline-block;
    padding: 0 .8em;
    position: relative;
}
.sub-ttl .ja::before, .sub-ttl .ja::after {
    content: '';
    position: absolute;
    width: .35em;
    height: 2px;
    background: #FFF;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sub-ttl .ja::before {
    left: 0;
}
.sub-ttl .ja::after {
    right: 0;
}
.sub-ttl .en {
    font-size: var(--font-size40);
    display: inline-block;
    position: relative;
    border-bottom: 1px solid;
}
.sub-ttl.center .en {
    border-bottom: 0;
}

.sub-ttl.center .en::before {
    content: '';
    position: absolute;
    width: 1em;
    height: 1px;
    background: #FFF;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == == == == == == == == == == == == 
 *  レイアウト/あしらい調整
 *  == == == == == == == == == == == == == == == == == == */
.gap {
    gap: 4%;
}
.box-shadow {
    box-shadow: 0 3px 20px #00000026;
}
.border {
    border: 1px solid #E5E5E5;
}
.border-bottom {
    border-bottom: 1px solid !important;
}
.border-left {
    border-left: .2em solid #808080 !important;
    padding-left: .4em !important;
}
.border-radius {
    border-radius: 20px;
    overflow: hidden;
}
.bg-white {background: #FFF;}
.bg-gray {background: #FBFBFB;}
.bg-primary{background: var(--color-primary);}
.bg-tint {background: var(--color-primary-tint);}
.bg-shade {background: var(--color-primary-shade);}
.content-item {
    padding-top: var(--clamp-50);
    padding-bottom: var(--clamp-50);
}
.sticky_space {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}
.txt-area {
    position: relative;
}
.img-area img {
    width: 100%;
}
@media print, screen and (max-width: 768px) {
	.sp_center {
		text-align: center;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * ヘッダー調整/header
 * == == == == == == == == == == == == == == == == == == */
#header {
	position: relative;
}
#header-layout {
    padding: 0 2%;
}
@media print, screen and (min-width: 1024px) {
/* == == == == == == == ==
 * ヘッダー下部
 * == == == == == == == == */
    #header {
        height: 100px;
    }
	body.home #header {
		position: absolute;
		background: transparent;
	}
	#header .logo img {
		max-height: 85px;
		max-width: 380px;
	}
/* == == == == == == == ==
 * スティッキーヘッダー
 * == == == == == == == == */
    .sticky-header #header-layout {
        height: 100px;
    }
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a b {
		font-family: var(--font-family02);
        font-size: var(--font-size20);
		font-weight: 400;
		letter-spacing: 1px;
		color: var(--header-color-font);
	}
    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 a span::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: var(--header-color-font);
		left: 0;
		bottom: 0;
		transform-origin: left;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
		transition: .3s ease;
	}
	nav#mainNav ul li.current-menu-item a span::before, 
	nav#mainNav ul li a:hover span::before, 
	nav#mainNav ul li a:active span::before,
	nav#mainNav ul li.current-menu-parent a span::before {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	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 ul.sub-menu {
        width: 180px;
    }
    nav#mainNav ul li ul.sub-menu li a {
        font-size: var(--font-size14);
        font-weight: 500;
        color: var(--color-font);
        background: #1C1D1E;
    }
	nav#mainNav ul li li a:hover, 
	nav#mainNav ul li li.current-menu-item a, 
	nav#mainNav ul li li.current-menu-item li a:hover, 
	nav#mainNav ul li.current-menu-item li a:hover, 
	nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, 
	nav#mainNav ul li.current-menu-ancestor li a:hover {
        background: #1C1D1E;
	}
	nav#mainNav ul li ul.sub-menu li a:hover {
		background: #D5D5D5;
		color: var(--color-primary);
	}
/* == == == == == == == ==
 * ヘッダー下部__コンタクトボタン
 * == == == == == == == == */
	#header ul.header__contact li {
		display: flex;
		align-items: center;
	}
    #header a.head_btn.tel_btn {
        font-size: var(--font-size28);
		font-weight: bold;
		flex-direction: column;
		height: 80px;
		border-radius: 3px;
    }
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn .sub {
		font-size: .5em;
	}
	#header a.head_btn.tel_btn:hover {
		background: #D5D5D5;
		color: var(--color-primary);
	}

}
/* == == == == == == == ==
 * スマホ
 * == == == == == == == == */
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
    background: var(--color-font);
}

.spmenu #menu p {
    color: var(--color-font);
    width: 110%;
    letter-spacing: 0;
}
@media print, screen and (max-width: 1023px) {
    nav#mainNav ul li a:hover span, nav#mainNav ul li.current-menu-item a span {
        color: var(--header-color-primary);
    }
	nav#mainNav ul li a, nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li:last-child a {
		background: var(--color-primary-shade);
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a, nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li:last-child a {
		color: var(--color-font);
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * トップ記事投稿（archive） 
 * == == == == == == == == == == == == == == == == == == */
#front_top_content, #front_bottom_content {
	background: transparent;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
}
#front-sectionPost {
	width: 90%;
	max-width: var(--content-max-width);
	margin: 0 auto;
}
/* == == == == == == == == == == == == == == == == == == 
 *  リスト表示
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == == == == == == == == == == == == 
 * アイキャッチ/eyecatch
 * == == == == == == == == == == == == == == == == == == */
 header#h1Header h1.title {
    font-weight: 400;
    font-size: var(--font-size46);
    font-family: var(--font-family01);
}
#thumbImg::before, header#h1Header::before {
    opacity: .5;
	background: #000000;
}
/* == == == == == == == == == == == == == == == == == == 
 *  フッター調整/footer 
 * == == == == == == == == == == == == == == == == == == */
 #footer {
	padding: 0;
}
#footer p {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1.5em;
    font-weight: 400;
    letter-spacing: .5px;
}
#footer .footer-content {
	padding: var(--clamp-100) 0;
	background-image: url(/wp-content/uploads/footer_bg.jpg);
	background-size: cover;
	background-position: center;
}
#footer .btn-content {
    flex-direction: column;
    gap: 20px;
}
#footer a {
    transition: .5s ease;
}
#footer .tel_btn {
    font-size: var(--font-size28);
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: .3s ease;
    color: #FFF;
	max-width: 260px;
}
#footer .tel_btn:hover {
	opacity: .6;
}
#footer .tel_btn .sub {
    font-size: 14px;);
}
#footer .mail_btn span::before {
    font-family: 'FontAwesome';
    content: '\f0e0';
    margin-right: .5em;
}
#footer .inner {
	padding-top: 10px;
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
    #footer {
        text-align: left;
    }
    #footer .footer__logo:not(:last-child) {
        text-align: left;
    }
}
@media print, screen and (max-width: 768px) {
	#footer .btn-content {
		align-items: center;
		margin-bottom: 40px;
	}
	#footer .tel_btn {
		text-align: center;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
 .postlist li:first-child {
    border-top: 0;
}
.postlist li {
    border-bottom: 1px solid #DDDDDD;
}
.postlist .time {
    font-size: var(--font-size16);
    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-size16);
    font-weight: 500;
}
/* == == == == == == == == == == == == == == == == == == 
 *  flex / card
 * == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
 * flex 
 * == == == == == == == == */
.col-2{width: 50%;}
.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%;}
.w65 {width: 65%;}
.w75 {width: 75%;}
.w85 {width: 85%;}
.jc_between {justify-content: space-between;}
.jc_around {justify-content: space-around;}
.jc_evenly {justify-content: space-evenly;}
.ai_center {align-items: center;}
.txt-inner {
    max-width: 530px;
    width: 100%;
}
@media print, screen and (min-width: 769px) {
	.ml-auto {margin-left: auto;}
	.mr-auto {margin-right: auto;}
}
@media print, screen and (max-width: 768px) {
    .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;
    }
	.flex_1 {
		margin-bottom: 40px;
	}
    .txt-inner {
        max-width: 94%;
		width: 100%;
        margin: 0 auto;
    }
}
/* == == == == == == == ==
 * card
 * == == == == == == == == */
.card {
    display: flex;
    flex-direction: row;
}
.wrap {
    flex-wrap: wrap;
}
.nowrap {
    flex-wrap: nowrap;
}
.card:has(.col-2) {gap: 44.5px;}
.card:has(.col-3) {gap: 25px;}
.card:has(.col-4) {gap: 13px;}
.card:has(.col-5) {gap: 10.5px;}
.card .col-2 {
    width: calc(50% - 24px);
    background: #FFF;
}
.card .col-3 {
	width: calc((100% / 3) - 17px);
    overflow: hidden;
}
.card .img-area {
    position: relative;
}
.card .txt-area {
    margin: 0;
    padding: 5% 7% 7%;
}
.card .txt-area .btn_txt {
    position: absolute;
    bottom: var(--clamp-40);
    left: 50%;
    transform: translateX(-50%);
}
.card h3 {
    margin-top: .5em;
    margin-bottom: .5em;
}
.card p.ttl {
    font-size: var(--font-size20);
    text-align: center;
}
.card .col-4 {width: calc((100% / 4) - 10px);}
.card .col-5 {width: calc((100% / 5) - 10px);}
.card p:last-child {margin: 0;}
@media print, screen and (max-width: 1023px) {
	.card .col-5 {width: calc((100% / 4) - 10px);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .card {flex-direction: row;}
    .card .col-2, .card .col-3 {
        width: 100%;
        margin-bottom: 0;
    }
	.card .col-4, .card .col-5 {
	    width: calc((100% / 2) - 10px);
        margin-bottom: 0;
	}
    .card .phone-img {
        margin: var(--clamp-20) auto;
    }
}
@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 0;
    font-size: var(--body-font-size);
    font-weight: 500;
	background: transparent;
	color: var(--color-font);
    border-bottom: 1px solid #808080;
}
.post table th {
    font-weight: 600;
}
.post table td {
    font-weight: 400;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
		font-size: var(--font-size16);
        padding: 1em;
    }
    .post table th {
        background: var(--color-primary-shade);
    }
}
/* == .post table.menu-table ===== */
.post table.menu-table {
    line-height: 2;
}
.post table.menu-table th {
    font-size: var(--font-size18);
}
@media print, screen and (min-width: 769px) {
    .post table.menu-table th {
        width: 30%;
    }
    .post table.menu-table td {
        padding-left: 1em;
    }
    .post table.menu-table td:nth-child(2) {
        width: 40%;
    }
    .post table.menu-table td:nth-child(3) {
        width: 30%;
        text-align: right;
    }
}
/* ==== .page-content table ==== */
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
 * ボタン/btn
 * == == == == == == == == == == == == == == == == == == */
.linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    transition: .5s ease;
    line-height: 1.5;
    text-align: center;
    padding: 1em;
    border-radius: 0;
    width: 90%;
    max-width: 260px;
    color: #FFF;
    background: var(--color-primary);
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: 400;
    outline: 1px solid #D5D5D5;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-5px);
	/* box-shadow: 0 6px 20px #00000020; */
	color: var(--color-primary);
    background: #D5D5D5;
}
.linkBtn::before, .post .linkBtn::before, a.linkBtn::before {
    position: absolute;
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #757676;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: .3s ease;
}
/* .linkBtn:hover::before, .post .linkBtn:hover::before, a.linkBtn:hover::before {
    opacity: 0;
} */
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
    display: none;
}
.btn-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4%;
}
.btn-content a.linkBtn {
    margin: 0;
}
@media print, screen and (max-width: 768px) {

}
/* == == == == == == == == == == == == == == == == == == 
 *  ul ol / リスト
 *  == == == == == == == == == == == == == == == == == == */
 .menu-list li {
    border-bottom: 1px solid #808080;
    padding-bottom: .5em;
    margin-bottom: .5em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;
}
@media print, screen and (max-width: 768px) {
	.menu-list li {
		flex-direction: column;
		gap: 0;
		margin: 0;
	}
	.menu-list li span {
		padding: 1em;
	}
	.menu-list li span:first-child {
		background: var(--color-primary-shade);
	}
}
@media print, screen and (max-width: 499px) {
}
/* == == == == == == == == == == == == == == == == == == 
 * トップ、下層調整/ .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;
}
.top-content {
    padding-top: var(--clamp-100);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
 * TOP / section
 * == == == == == == == == == == == == == == == == == == */
/* ==== about ==== */
.section__about {
    padding-top: calc(var(--clamp-100) + var(--clamp-80));
}
.section__about .flexbox {
    align-items: flex-start;
}
.section__about .img-area {
    width: 50%;
    position: relative;
    margin-top: 5%;
}
.section__about .txt-area {
    width: 60%;
    margin-left: -10%;
    padding: 5% 3% 5% 13%;
    background-image: url(/wp-content/uploads/top_about_bg.jpg);
	background-size: cover;
	background-position: center;
}
.section__about .img-01 {
    margin-top: var(--clamp-100);
}
.section__about h2 {
    position: absolute;
    top: calc(var(--clamp-50) * -1);
    left: calc(var(--clamp-50) * -1);
}
@media print, screen and (min-width: 769px) {
    .section__about img {
        min-height: 500px;
        object-fit: cover;
        object-position: center;
    }
}
@media print, screen and (max-width: 768px) {
    .section__about .txt-area {
        width: 100%;
        margin: 0;
        padding: var(--clamp-100) 3%;
    }
    .section__about .img-area {
        width: 94%;
        margin: 20px auto 0;
    }
    .section__about .img-area .flexbox {
        display: flex;
    }
    .section__about h2 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/* ==== concept ==== */
.section__concept h2 {
    margin-bottom: calc(var(--clamp-50) * -1);
    padding: 0;
}
.section__concept .concept-01, .section__concept .concept-02 {
    background-size: cover;
    background-position: center;
    padding: var(--clamp-100) 0;
}
.section__concept .concept-01 {
    background-image: url(/wp-content/uploads/top_concept_bg01.jpg);
}
.section__concept .concept-02 {
    background-image: url(/wp-content/uploads/top_concept_bg02.jpg);
}
@media print, screen and (max-width: 768px) {
	.section__concept .txt-area {
		margin-bottom: 0;
	}

}
/* ==== menu ==== */
.menu-img {
    display: flex;
}
.menu-img .col-1 {
    width: 100%;
}
.menu-img .col-2 {
    width: 50%;
}
.section__menu .menu {
    background: var(--color-primary-shade);
    border-radius: 3px;
    padding: min(6%, 30px) min(5%, 20px);
}
.section__menu .menu-list li {
    border-color: #DCDDDD;
    padding-bottom: .2em;
    margin-bottom: .2em;
}
@media print, screen and (max-width: 768px) {
	.section__menu .menu-list li {
		margin-bottom: .5em;
	}
	.section__menu .menu-list li span {
		padding: 0;
	}
}
/* ====  ==== */
@media print, screen and (max-width: 768px) {

}
/* == == == == == == == == == == == == == == == == == == 
 * page / section
 * == == == == == == == == == == == == == == == == == == */
.page-content .page-bg {
    background-image: url();
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}
/* == .page-access ==== */
body.page-access .gallery {
    margin: 0!important;
}
body.page-access .gallery-item {
	margin-bottom: 10px;
}
/* == .page-menu ==== */
@media screen and (max-width:768px) {
	body.page-menu .menu-list li span:first-child {
		border-bottom: 1px solid #808080;
	}
}
@media screen and (min-width:641px) {
	body.page-menu .gallery .gallery-item:nth-child(odd) {
		margin-top: 20px!important;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * サイトマップ
 * == == == == == == == == == == == == == == == == == == */
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
    color: var(--color-font);
    font-family: var(--font-family01);
}
/* == == == == == == == == == == == == == == == == == == 
 * コンタクトフォーム
 * == == == == == == == == == == == == == == == == == == */
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="url"], input[type="number"], select, textarea {
    background: var(--color-primary-shade);
    color: var(--color-font);
    border-color: #808080;
}
.wpcf7-form .must {
    border-radius: 5px;
	margin-right: 10px;
}
.wpcf7-form .linkBtn {
    padding: 0;
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
    color: var(--color-primary);
}
.post .subimitarea .linkBtn input[type="submit"] {
    padding: 1em 2em;
	position: relative;
}

/* == == == == == == == == == == == == == == == == == == 
 * その他の調整 / other
 * == == == == == == == == == == == == == == == == == == */
/* == body.home ==== */
body.home {
	background: #151717;
}	
body.home::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: url(/wp-content/uploads/top_bg.jpg);
    background-position: center;
    background-size: cover;
}
/* == #content.wide ==== */
#content, body:not(.home) #content.wide {
    padding-top: 0;
    padding-bottom: var(--clamp-80);
}
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;
}
/* == instagram feed ==== */
#sb_instagram .sbi_caption {
    color: #FFF!important;
}

/* ==一時非表示==== */
#sb_instagram .sbi_bio {
    display: non!importante;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {


}




