@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF9ED;
    --color-font: #483934;
    --color-primary: #E68F72;
    --color-primary-shade: #111;
    --color-primary-tint: #666;
    --color-secondary: #E68F72;
    --color-secondary-tint: #eee;
    --color-table-border: #ccc;
	--body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem); /* 1.6-1.4rem (1920-375) */
	--body-font-family: "Zen Maru Gothic", serif;
	--content-max-width: 1100px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF9ED;
    --header-color-font: #483934;
    --header-color-primary: #E68F72;
    --header-color-primary-shade: #111;
    --header-color-primary-tint: #aaa;
	/*------▼フッター設定▼------*/
	--footer-background: #483934;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: "Zen Maru Gothic", serif;
	--font-family02: "Poppins", sans-serif;
	/*------▼フォントサイズ設定▼------*/
    --font-size-1: clamp(30px, 2.35vw, 42px);
    --font-size-2: clamp(22px, 1.46vw, 28px);
    --font-size-3: clamp(20px, 1.35vw, 25px);
    --font-size-4: clamp(18px, 1.05vw, 20px);
    --font-size-5: clamp(16px, 0.94vw, 18px);
    --font-size-p: clamp(16px, 0.94vw, 18px);
	/*------▼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-60: clamp(30px, 3.13vw, 60px);
    --clamp-80: clamp(40px, 4.17vw, 80px);
    --clamp-100: clamp(60px, 5.42vw, 100px);
    --clamp-120: clamp(60px, 6.25vw, 120px);
    --clamp-150: clamp(76px, 7.92vw, 150px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
    /*------▼pxバリエーション▼------*/
	--px240: min(calc(240px + (1vw - 19.2px) * 10.3560), 240px);/*240px-80px (1920-375)*/
	--px200: min(calc(200px + (1vw - 19.2px) * 6.4725), 200px);/*200px-100px (1920-375)*/
	--px180: min(calc(180px + (1vw - 19.2px) * 3.8835), 180px); /*180-120px (1920-375) */
	--px160w: min(calc(160px + (1vw - 19.2px) * 5.1780), 160px);/*160px-80px (1920-375)*/
	--px160: min(calc(160px + (1vw - 19.2px) * 6.4725), 160px);/*160px-60px (1920-375)*/
	--px150: min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); /*150-100px (1920-375) */
	--px140: min(calc(140px + (1vw - 19.2px) * 6.4725), 140px);/*140px-40px (1920-375)*/
	--px120: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/*120px-80px (1920-375)*/
	--px100w: min(calc(100px + (1vw - 19.2px) *  3.2362), 100px);/*100px-50px (1920-375)*/
	--px100: min(calc(100px + (1vw - 19.2px) *  3.8835), 100px);/*100px-40px (1920-375)*/
	--px96: min(calc(96px + (1vw - 19.2px) * 3.1068), 96px);/*96px-48px (1920-375)*/
	--px80w: min(calc(80px + (1vw - 19.2px) * 1.2945), 80px);/*80px-60px (1920-375)*/
	--px80: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);/*80px-40px (1920-375)x*/
	--px80s: min(calc(80px + (1vw - 19.2px) * 3.8835), 80px);/*80px-20px (1920-375)x*/
	--px60w: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px);/*60px-40px (1920-375)*/
	--px60: min(calc(60px + (1vw - 19.2px) * 1.9417), 60px);/*60px-30px (1920-375)*/
	--px50: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px);/*50px-30px (1920-375) */
	--px40w: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px);/*40px-30px (1920-375)*/
	--px40: min(calc(40px + (1vw - 19.2px) * 1.2945), 40px);/*40px-20px (1920-375)*/
	--px30w:min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);/*30px-20px (1920-375)*/
	--px30: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);/*30px-15px (1920-375)*/
	--px24: min(calc(24px + (1vw - 19.2px) * 0.6472), 24px);/*24px-14px (1920-375)*/
	--px20: min(calc(20px + (1vw - 19.2px) * 0.6472), 20px);/*20px-10px (1920-375)*/
	--px18: min(calc(18px + (1vw - 19.2px) * 0.2589), 18px);/*18px-14px (1920-375)*/
	--px16: min(calc(16px + (1vw - 19.2px) * 0.1294), 16px);/*16px-14px (1920-375)*/ 
	--px14: min(calc(14px + (1vw - 19.2px) * 0.1294), 14px);/*14px-12px (1920-375)*/
	--px12: min(calc(12px + (1vw - 19.2px) * 0.0647), 12px);/*12px-11px (1920-375)*/	
	/*------▼remバリエーション▼------*/
	--rem120: min(calc(12rem + (1vw - 1.92rem) * 3.8835), 12rem);/*12rem-6rem (1920-375)*/
	--rem80w: min(calc(8rem + (1vw - 1.92rem) * 1.2945), 8rem);/*8rem-6rem (1920-375)*/
	--rem80: min(calc(8rem + (1vw - 1.92rem) * 2.5890), 8rem);/*8rem-4rem (1920-375)x*/
	--rem72: min(calc(7.2rem + (1vw - 1.92rem) * 1.9417), 7.2rem);/*7.2rem-4.2rem (1920-375)*/
	--rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534), 6rem);/*6rem-3.6rem (1920-375)*/
	--rem48w: min(calc(4.8rem + (1vw - 1.92rem) * 0.6472), 4.8rem);/*4.8rem-3.8rem*/
	--rem48: min(calc(4.8rem + (1vw - 1.92rem) * 1.5534), 4.8rem);/*4.8rem-2.4rem (1920-375)*/
	--rem42w: min(calc(4.2rem + (1vw - 1.92rem) * 0.6472), 4.2rem);/*4.2rem-3.2rem (1920-375)*/
	--rem42: min(calc(4.2rem + (1vw - 1.92rem) * 1.1650), 4.2rem);/*4.2rem-2.4rem (1920-375)*/
	--rem42s: min(calc(4.2rem + (1vw - 1.92rem) * 1.4887), 4.2rem);/*4.2rem-1.9rem (1920-375)*/
	--rem40w: min(calc(4rem + (1vw - 1.92rem) * 0.6472), 4rem);/*4rem-3rem (1920-375)*/
	--rem40: min(calc(4rem + (1vw - 1.92rem) * 1.2945), 4rem);/*4rem-2rem (1920-375)*/
	--rem36: min(calc(3.6rem + (1vw - 1.92rem) * 0.7767), 3.6rem);/*3.6rem-2.4rem (1920-375)*/
	--rem32: min(calc(3.2rem + (1vw - 1.92rem) * 0.7767), 3.2rem);/*3.2rem-2rem (1920-375)*/
	--rem30w: min(calc(3rem + (1vw - 1.92rem) * 0.3883), 3rem);/*3rem-2.4rem (1920-375)*/
	--rem30: min(calc(3rem + (1vw - 1.92rem) * 0.6472), 3rem);/*3rem-2rem (1920-375)*/
	--rem30s: min(calc(3rem + (1vw - 1.92rem) * 0.9709), 3rem);/*3rem-1.5rem (1920-375)*/
	--rem28: min(calc(2.8rem + (1vw - 1.92rem) * 0.6472), 2.8rem); /*2.8rem-1.8rem (1920-375)*/
	--rem24w: min(calc(2.4rem + (1vw - 1.92rem) * 0.3883), 2.4rem);/*2.4rem-1.8rem (1920-375)*/
	--rem24: min(calc(2.4rem + (1vw - 1.92rem) * 0.6472), 2.4rem);/*2.4rem-1.4rem (1920-375)*/
	--rem22: min(calc(2.2rem + (1vw - 1.92rem) * 0.6472), 2.2rem);/*2.2rem-1.2rem (1920-375)*/
	--rem20w: min(calc(2rem + (1vw - 1.92rem) * 0.2589), 2rem);/*2rem-1.6rem (1920-375)*/
	--rem20: min(calc(2rem + (1vw - 1.92rem) * 0.3883), 2rem);/*2rem-1.4rem (1920-375)*/
	--rem18: min(calc(1.8rem + (1vw - 1.92rem) * 0.2589) ,1.8rem);/*1.8rem-1.4rem (1920-375)*/
	--rem16: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);/*1.6rem-1.4rem (1920-375)*/
	--rem14: min(calc(1.4rem + (1vw - 1.92rem) * 0.1294), 1.4rem);/*1.4rem-1.2rem (1920-375)*/
	--rem12: min(calc(1.2rem + (1vw - 1.92rem) * 0.0647), 1.2rem);/*1.2rem-1.1rem (1920-375)*/
}
/* == 非表示 =================================================== */
.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;
}
/* == ヘッダー調整/header =================================================== */
@media print, screen and (min-width: 1024px) {
/* ========================
ヘッダー下部
======================== */
    #header {
        height: 100px;
    }
/* ========================
スティッキーヘッダー
======================== */
    .sticky-header #header-layout {
        height: 100px;
    }
/* ========================
ヘッダー下部__グローバルナビ
======================== */
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-weight: bold;
	}
	nav#mainNav ul li a b {
		font-size: 1.042vw;/* 文字サイズ（上部）の設定 */
	}
	nav#mainNav ul li a span {
		color: var(--header-color-font);
		font-size: 11px;/* 文字サイズ（下部）の設定 */
	}
	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-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(--header-color-primary);/* アクション時の文字色（下部）の設定 */
	}
	/*------ヘッダー下部__コンタクトボタン
--------------------------------------------*/
    #header a.head_btn {
        font-size: 16px;
    }
	#header ul.header__contact {
		gap: 20px;
		margin-right: 20px;
	}
	#header ul.header__contact li {
		height: 60%;
	}
	#header a.head_btn {
		flex-direction: row;	
		gap: 10px;
		border-radius: 50px;
		padding: 0 2.084vw;
		font-size: 1.042vw;
	}
	#header a.head_btn::before {		
		margin-bottom: 0;
	}
	#header a.head_btn:hover {
		background: var(--header-color-primary);
		opacity: .7;
	}
	#header a.head_btn.tel_btn {
		background: transparent;
		color: var(--header-color-font);
		font-size: 1.875vw;
		font-family: var(--font-family02);
		padding: 0;
	}
	#header a.head_btn.tel_btn::before {
		font-size: 1em;
	}
}
/* == トップ記事投稿（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;
}
/* == リスト表示 =================================================== */
/* == フッター調整/footer =================================================== */
#footer {
    padding-top: 0;
    padding-bottom: 0;
}
#footer p {
	color: var(--color-font);
}
#footer h2 {
    position: relative;
    padding-top: 2.5em;
}
#footer h2::before {
    content: '';
    position: absolute;
    width: 2.3em;
    height: 2.3em;
    background-image: url(/wp-content/uploads/footer_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#footer .inner {
    max-width: 100%;
    width: 100%;
    padding: 25px 0 10px;
}

.footer-content {
    position: relative;
    background-image: url(/wp-content/uploads/footer_bg.png);
    background-size: cover;
    background-position: bottom;
    padding: var(--px50) 0;
    text-align: center;
}

.footer-content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
    top: 0;
    left: 0;
    opacity: .7;
    z-index: 0;
}
#footer .content_inner {
    z-index: 1;
    position: relative;
}
#footer a.btn {
    max-width: 360px;
	font-size: var(--rem20);
	transition: .5s;
	margin-bottom: 20px; 
}
#footer a.btn.tel_btn {
    background: transparent;
    color: var(--color-font);
    font-weight: bold;
    font-family: var(--font-family02);
    font-size: var(--rem36);
	padding: 0;
}
#footer a.btn.tel_btn:hover {
	background: transparent;
	outline: 0;
	opacity: .7;
	box-shadow: unset;
}
#footer a.btn.mail_btn {
	padding: .2em 1em;
	border-radius: 50px;
}
a.btn.tel_btn::before, a.btn.mail_btn::before, a.btn.tel_btn::after, a.btn.mail_btn::after {
    display: none;
}
#footer a.btn span::before {
    font-family: 'FontAwesome';
}
#footer a.btn.tel_btn span::before {
    content: '\f095';
    margin-right: .4em;
}
#footer a.btn.mail_btn span::before {
    content: '\f0e0';
    font-size: 1.4em;
    display: block;
}
#copyright {
	margin-top: 0;
	padding-bottom: 10px;
}
@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {
}
/* == アイキャッチ/eyecatch =================================================== */
header#h1Header h1.title {
    font-size: var(--font-size-1);
}
#thumbImg::before, header#h1Header::before {
    opacity: .74;
	background: #E68F72;
}
/* == postlist =================================================== */
.post2b h2, .post4b h2, .post2b h2 a, .post4b h2 a {
	font-weight: bold;
}
/* == 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;
}
/* == テキスト調整/text =================================================== */
.post p, .post h2, .post h3, .post h4, .post h5, h1.title {
	color: var(--color-font);
}
.post p, #footer p {
    font-size: var(--rem18);
    line-height: 2;
    margin-bottom: 1.5em;
	font-weight: bold;
}
.post h2, h1.title, #footer h2 {
    font-size: var(--rem32);
    line-height: 1.4;
    margin-bottom: 1em;
	font-weight: 900;
	color: var(--color-primary);
}
.post h2 span.en {
    font-size: .43em;
}
.post h3 {
    font-size: var(--rem28);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h4 {
    font-size: var(--rem24);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h5 {
    font-size: var(--rem20);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
/* 
.post h2 span.en, h1.title span.en {}
.post h2 span.sub, h1.title span.sub {} 
*/
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == レイアウト調整 =================================================== */
.gap_1 {
    gap: 1%;
}
.flex_1 {
    flex: 1;
}
.w25 {
    width: 25%;
}
.w35 {
    width: 35%;
}
.w45 {
    width: 45%;
}
.w65 {
	width: 65%;
}
.w75 {
    width: 75%;
}
.jc_between {
    justify-content: space-between;
}
.jc_around {
    justify-content: space-around;
}
.jc_evenly {
    justify-content: space-evenly;
}
.align_center {
	align-items: center;
}
.shadow {
    box-shadow: 0 4px 4px #00000026;
}
.content-item+.content-item { 
    padding-top: var(--clamp-150);
}
.imgarea img {
    width: 100%;
    border-radius: 20px;
}
@media print, screen and (min-width: 769px) {
	.ml-auto {
		margin-left: auto;
	}
	.mr-auto {
		margin-right: auto;
	}
}
@media print, screen and (max-width: 768px) {
    .w25, .w35, .w45, .w55, .w65, .w75 {
        width: 100%;
		margin-bottom: 20px;
    }
	.flex_1 {
		margin-bottom: 40px;
	}
}
/* == grid_container =================================================== */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-template-rows: auto;
    gap: 20px;
}
.grid-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
	border: 1px solid #DCDDDD;
	border-radius: 5px;
	background: #FFF;
}
.grid-item img {
    width: 100%;
    border-radius: 20px;
}
.gCol-3 {
	grid-template-columns: repeat(3, 1fr)!important;
}
.gCol-2 {
	grid-template-columns: repeat(2, 1fr)!important;
}
@media print, screen and (max-width: 768px){
	.gCol-2, .gCol-3 {
		grid-template-columns: repeat(1, 1fr)!important;
	}
}
/* == flex-container =================================================== */
.flex-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
.flex-container.wrap {
    flex-wrap: wrap;
}
.flex-container.nowrap {
    flex-wrap: nowrap;
}
.flex-container:has(.flex-container__col-3) {
    align-items: normal;
}
.flex-container__col-2 {
    width: calc(50% - 25px);
}
.flex-container__col-3 {
    width: calc(33.3333333333% - 25px);
}
.flex-container__img img {
    width: 100%;
}
.flex-container__text {
    width: 90%;
}
@media print, screen and (min-width: 769px) {
    .flex-container__text {
        max-width: 500px;
    }
    .flex-container.rev {
        flex-direction: row-reverse;
    }
}
@media print, screen and (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .flex-container__col-2, .flex-container__col-3 {
        width: 100%;
    }
    .flex-container__text {
        margin: 0 auto;
    }
}
/* == card ============================== */
.card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.card h3 {
	margin: 15px 0;
	text-align: center;
}
.card .num {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.card > .col-3 {
    width: calc((100% / 3) - 10px);
}
.card > .col-2 {
    width: calc((100% / 2) - 20px);
}
.card > .col-2 .imgarea img {
	border-radius: 10px;
}
.card > .col-3 h3 {
	color: var(--color-primary);
}
@media print, screen and (max-width: 768px) {	
	.card > .col-2, .card > .col-3 {
		width: 100%;
	}
}


/* == counter number =================================================== */
.num {
    font-size: var(--rem28);
	font-weight: bold;
}
h3 span.num, .num span {
    font-size: .5em;
    font-family: var(--font-family02);
    text-align: center;
    vertical-align: middle;
    background: var(--color-primary);
    line-height: 1;
    /* padding: 1.7em 1.5em; */
    border-radius: 50vw;
    color: #FFF;
    width: calc(var(--rem120) - 2px);
    height: calc(var(--rem120) - 2px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
h3 span.num::after, .num span::after  {
    counter-increment: number 1;
    content: "0" counter(number);
    font-size: 2.7em;
    display: block;
    margin-top: .2em;
}
.top-features, .page-about, .page-flow {
    counter-reset: number 0;
}

/* == テーブル、マップ調整/table,map =================================================== */
.post table, .post table th, .post table td {
    border: 0;
    font-size: var(--rem18);
    font-weight: bold;
}
.post table th {
    background: transparent;
    border-bottom: 1.5px solid var(--color-primary);
    color: var(--color-primary);
}
.post table td {
    border-bottom: 1.5px solid #D3D3D3;
}

.tablearea {
    background: #FFF;
    border-radius: 10px;
    padding: 3%;
}

.tablearea table th {
    width: 15%;
    min-width: 150px;
}
.tablearea table th, .tablearea table td {
	line-height: 1;
}
.tablearea table ul {
	margin-bottom: 1rem;
}
.tablearea table ul li {
    font-weight: 500;
    line-height: 1;
	padding-left: 1em;
}
.maparea {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
    }
	.tablearea table th, .tablearea table td {
		text-align: center;
	}
	.tablearea table ul li {
		padding-left: 0;
	}
}
/* == ボタン調整/btn =================================================== */
a.btn, .linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: block;
    transition: .5s;
    color: #FFF;
    background: var(--color-primary);
    font-size: var(--font-size-p);
    font-weight: bold;
    line-height: 1.5;
    padding: 1em;
    width: 90%;
    max-width: 270px;
    text-align: center;
    border-radius: 30px;
	margin: auto;
}
a.btn:hover, .linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-5px);
	box-shadow: 0 4px 6px #00000020;
	background: #FFF;
	color:var(--color-primary);
	outline: 1px solid;
}
a.btn::before, .linkBtn::before, .post .linkBtn::before, a.linkBtn::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: .5em;
	width: 2em;
	height: 2em;
    border-radius: 50vw;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    background: #FFF;
}
a.btn::after, .linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	display: block;
	content: '→';
	position: absolute;
	top: 50%;
	right: 1em;
	width: auto;
	height: auto;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
    color: var(--color-primary);
}
.btn_container {
    display: flex;
}
.wpcf7 .linkBtn {
    padding: 0;
}
.wpcf7 .linkBtn:hover input[type="submit"] {
    color: var(--color-primary);
}
@media print, screen and (max-width: 768px) {}
/*  */
/* == アコーディオン開閉 =================================================== */
.accordion {
    margin-bottom: 5px;
}
.accordion__summary {
    display: block;
    position: relative;
    list-style: none; /* 矢印を消す */
    cursor: pointer;
    padding: 2rem 4rem 2rem 7rem;
    font-size: var(--rem22);
    font-weight: bold;
    color: var(--color-font);
    background: #F4EADE;
    border-radius: 10px;
}
.accordion__summary::before {
    content: "Q";
    color: var(--color-primary);
    font-size: var(--rem36);
    line-height: 1;
    position: absolute;
    left: 2.5rem;
    top: .3em;
    font-family: var(--font-family02);
}
.accordion__summary::-webkit-details-marker {
    display: none;
}
.accordion__summary::after {
    content: "＋";
    transform: unset;
    width: auto;
    height: auto;
    font-size: var(--font-size02);
    font-family: var(--font-family02);
	font-weight: bold;
	color: var(--color-primary);
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.accordion[open] .accordion__summary::after {
    content: "－";
    top: 50%;
}
p.accordion__text {
    position: relative;
    padding: 2rem 4rem 2rem 7rem;
    font-size: var(--rem18);
    color: var(--color-font);
    background: #FFF;
    border-radius: 10px;
    margin-top: 5px;
}
p.accordion__text::before {
    content: "A";
    color: var(--color-primary);
    margin-right: 1rem;
    font-weight: bold;
    font-size: var(--rem36);
    line-height: 1;
    position: absolute;
    left: 2.5rem;
    top: .4em;
    font-family: var(--font-family02);
}
@media print, screen and (max-width: 768px) {
    .accordion__summary {
        padding: 2rem 4rem 2rem 4rem;
        font-size: var(--font-size07);
    }
    .accordion__summary::before {
        left: 1rem;
        top: .6em;
    }
    p.accordion__text {
        padding: 2rem 2rem 2rem 4rem;
    }
    p.accordion__text::before {
        left: 1rem;
        top: .6em;
    }
}
/* == トップ、下層調整/top,page =================================================== */
.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;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.top-service_flow .w50 {
		margin-bottom: 0;
	}
	.top-service_flow .imgarea img {
		aspect-ratio: 3/2;
		object-fit: cover;
	}
}
/* ========================
トップ調整/top
======================== */
.top-content {
    padding: var(--clamp-100) 0;
}
.top-content h2 {
	padding-bottom: .7em;
}
.top-content h2::before {
    content: "● ● ● ● ●";
    position: absolute;
    font-weight: 900;
    font-size: .375em;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.top-greeting .content_inner {
    position: relative;
    background: #FFF;
    border-radius: 50px;
    padding: var(--clamp-60) 5% 3%;
    margin-top: 17rem;
}
.top-greeting .content_inner::before {
    content: '';
    position: absolute;
    width: 22rem;
    height: 19rem;
    background-image: url(/wp-content/uploads/top_greeting_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -17rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.top-instagram {
    background: #F4EADE;
}
.top-features {
	padding-top: 0;
}
.top-features .flexbox {
    gap: 5%;
    margin-bottom: var(--clamp-60);
}
.top-features .flexbox:last-child {
    margin-bottom: 0;
}
.top-features h3 {
    display: flex;
    align-items: center;
    gap: 20px;
}
.top-service_flow {
	padding: 0;
}
.top-service_flow .w50 {
    position: relative;
}
.top-service_flow .imgarea {
    position: relative;
}
.top-service_flow .imgarea::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: .4;
}
.top-service_flow .imgarea img {
    border-radius: 0;
}
.top-service_flow .textarea {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 90%;
    text-align: center;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* ========================
下層調整/page
======================== */
.page-content h2 {
    font-size: var(--rem24);
}
.page-content h2 span.en {
    font-size: .59em;
}
.page-content .textarea {
    text-align: center;
    margin-bottom: var(--rem60);
}
.page-content+.page-content {
    padding-top: var(--clamp-100);
}
.flow {
    background: #FFF;
    border-radius: 10px;
    padding: 3% 5%;
}
.flow_content {
    position: relative;
    padding-bottom: var(--rem60);
}
.flow_content::after {
    position: absolute;
    content: '';
    border-top: var(--rem20) solid var(--color-primary);
    border-left: var(--rem18) solid transparent;
    border-right: var(--rem18) solid transparent;
    bottom: var(--rem20);
    left: 50%;
    transform: translateX(-50%);
}
.flow_content:last-child::after {
	display: none;
}
.flow_content h3 {
    display: flex;
    align-items: center;
    gap: 20px;
}
.flow_content p:last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* ========================
その他の調整/other
======================== */
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
