@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=Kiwi+Maru:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

@font-face
{
font-family: 手書き雑フォント;
src: url('https://cdn.leafscape.be/tegaki_zatsu/851tegaki_zatsu_web.woff2')
     format("woff2");
}
:root {
	/*------▼基本設定▼------*/
	--color-background: #fff;
	--color-font: #111;
	--color-primary: #F57F31;
	--color-primary-shade: #FFBF00;
	--color-primary-tint: #FCE295;
	--color-secondary: #FCF5F7;
	--color-secondary-tint: #d33232;
	--color-table-border: #707070;
	--body-font-size: min(calc(1.9rem + (1vw - 19.2px) * 0.1294), 1.9rem); /* 1.6-1.4rem (1920-375) */
	--body-font-family: "Kiwi Maru", serif;
	--content-max-width: 1440px;
	--max-wide:calc(((100vw - 100%) / 2) * -1);
	--max-wide-inner:calc((100vw - var(--content-max-width)) / 2);
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFFDF6;
	--header-color-font: #111;
	--header-color-primary: #F57F31;
	--header-color-primary-shade: #FFBF00;
	--header-color-primary-tint: #f53215;
	/*------▼フッター設定▼------*/
	--footer-background: #F57F31;
	--footer-color-font: #fff;
	--footer-color-primary: #fff;
	/*------▼フォント設定▼------*/
	--font-family01: "Allura", cursive;
	--font-family02: "手書き雑フォント", sans-serif;
}

.bg_re{
	position:relative;
}
.bg_max{
	margin-left:var(--max-wide);
	margin-right:var(--max-wide);
}
.w_fit{
	max-width:fit-content
}
.flex_wrap{
	flex-wrap: wrap;
}
.gap_col_row {
    row-gap: 3em;
}
.txt_red {
	color:red;
}
.txt_white{
	color:white;
}
.ap_1 img{
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;	
}
.ap_3_2 img{
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
.ap_8_5 img{
	width: 100%;
	aspect-ratio: 8/5;
	object-fit: cover;
}
.min_txt, .post .min_txt {
    font-size: 2.2rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: var(--color-primary-shade); */
}
.em_txt, .post .em_txt{
	font-size: var(--rem24w);
	color: var(--color-primary);
}
.mid_txt, .post .mid_txt {
    font-size: var(--rem30);
    color: var(--color-primary);
}
.post p {
	line-height:2.0;
}
.w25{
	width:25%;
}


/*GM*/
@media print, screen and (min-width: 1024px) {	
	nav#mainNav ul li a:hover span, nav#mainNav ul li a:active span,    nav#mainNav ul li.current-menu-item a span,
	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,nav#mainNav ul li.current-menu-parent a span {
		color: var(--header-color-primary);
	}
nav#mainNav ul li a span{
		font-family:var(--font-family01);
		font-weight:100;
	}
	#header a.head_btn {
        flex-direction: row;
	 }
	#header a.head_btn span{
		margin-left: 0.5em;
		font-weight: 500;
	}
	#header a.head_btn:hover {
        background: var(--header-color-primary);
		opacity:0.8;
	}
	#header a.head_btn.tel_btn:hover{
		background: var(--header-color-primary-shade);
	}
	nav#mainNav ul li a {
		padding: var(--px20) var(--px12);
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover,
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
	#header .logo img {
		max-width: max-content;
		max-height: 35px;
	}
	nav#mainNav ul li a b, nav#mainNav ul li a span{
		font-weight: 400;
	}
	nav#mainNav ul li a span{
		font-size:15px;
	}
}
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a,
    nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover {
        background: var(--header-background);
    }
}
/*blog-list*/
#front_top_content, #front_bottom_content {
    background: transparent;
}
#front-sectionPost {
    width: 100%;
    margin: 0;
}
#wrapper{
	width:90%;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: var(--color-primary-tint);
    padding: 7.5px 15px;
    border-radius: 5px;
    color: var(--color-primary);
}
.post2b h2, .post4b h2, .post2b h2 a, .post4b h2 a {
    /* color: var(--color-primary-shade); */
}
.post4b_img img {
	border-radius:20px;
}
.post .time a, .post2b .time a, .post4b .time a, .postlist .time a{
	color: var(--color-primary);
	font-weight: 500;
}
#front-sectionPost{
	max-width: unset;
}
/*li*/
ul.square li{
	list-style-type: square;
}
@media print, screen and (max-width: 768px){
	ul.square li{
		margin-left: var(--rem12);
	}
}
/*h1*/
h1.title, .post h1{
	font-size: var(--rem60);
    color: var(--color-primary);
    font-weight: 600;
	font-family:var(--body-font-family);
}
h1.title .sub_ttl, .post h1 .sub_ttl{
    font-size: var(--rem18);
    color: var(--color-font);
    font-family: var(--body-font-family);
    font-weight: 500;
}
h1.title{
	font-size: var(--rem48);
	color: var(--color-primary);
	font-weight: 500;
	line-height: 1.0;
	text-align: center;
}
h1.title .sub_ttl, .post h2 .sub_ttl {
    display: block;
    font-size: var(--rem40);
    font-family: var(--font-family01);
    font-weight: 500;
    color: var(--color-primary-shade);
}
header#h1Header h1.title{
	font-family: var(--body-font-family);
}
@media print, screen and (max-width: 1023px) {
    nav#mainNav ul li a b{
		font-weight:500;
	}
}
/*h2*/
.post h2{
	font-family:var(--body-font-family);
	color:var(--color-primary);
	font-weight:500;
	font-size: var(--rem40);
}
.post h2::after{
	content:none;
}
/*h3*/
.post h3,h3{
	color:var(--color-primary);
	font-family:var(--body-font-family);
	font-weight:500;
	padding-left:0;
}
/*h4*/
.post h4{
	color:var(--color-primary);
	font-size: var(--rem24w);
	font-family:var(--body-font-family);
	font-weight:400;
}
/*linkBtn*/
.linkBtn, .post .linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 260px;
    color: var(--color-primary);
    line-height: 1.8;
    text-align: center;
    background: var(--color-primary-tint);
    border-radius: 0;
    font-weight: 500;
    padding: 10px;
    border-radius:1000px;
}
.linkBtn::after, .post .linkBtn::after{
	content:none;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: var(--color-primary-tint);
    color: var(--color-primary);
    opacity:0.8;
}
.post .subimitarea .linkBtn input[type="submit"] {
	padding:0;
	color: var(--color-primary);
}
/*table*/
.post table th{
	background: var(--color-primary-tint);
	/* color: var(--color-primary); */
	font-weight: 500;
}
.post table td{
	background:white;
}
/*contact*/
.wpcf7-form .must {
    background: var(--color-secondary-tint);
}
/*sitemap*/
.post ul#sitemap_list.sitemap_disp_level_0 > li a{
	font-family:var(--body-font-family);
	font-weight:400;
}
/*top*/
.top01 .txt_area{
	padding-right:var(--max-wide-inner);
}
.top01 .img_area img{
	border-top-right-radius:100px;
}
.top02{
	background:url(/wp-content/uploads/top02-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
}

.top03 .wh_box_100{
	box-shadow: 3px 2px 10px 0 rgba(0, 0, 0, .2);
}
.top03 .wh_box_100 .txt_area{
	line-height:1.5;
}
.top03 img{
	 border-top-left-radius:20px;
	 border-top-right-radius:20px;
}
.top03 .min_txt{
	/* color: var(--color-primary); */
	font-size: var(--rem24w);
	font-weight: 500;
}
.top03 .card{
	position:relative;
	height:300px;
	background: var(--color-secondary);
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}
.top03 .card .linkBtn{
	position:absolute;
	bottom:20px;
	transform: translateX(-50%);
}
.top04{
	background: var(--color-secondary);
}
.top04 .txt_area{
	padding-left:var(--max-wide-inner);
}
.top04 img{
	border-top-left-radius: 50px;
}
.top04 .linkBtn.r_btn{
	background: var(--color-primary);
	color: white;
}
.top04 .linkBtn i{
	margin-right:0.5rem;
}
@media print, screen and (max-width: 1440px) {
	.top01 .txt_area{
		padding-right:5%;
	}
	.top02{
		background-size: auto;
	}
	.top04 .txt_area{
		padding-left:5%;
	}

}
@media print, screen and (max-width: 1024px){
	.top03 .card{
		height:330px;
	}
	.top03 .card .linkBtn{
		max-width: 180px;
	}
}
@media print, screen and (max-width: 768px) {
	.top01 .txt_area{
		margin:auto;
		width: 90%;
	}
	.top02 .max_w900{
		margin:auto;
		width: 90%;
	}
	.top03 .wh_box_100 .txt_area{
		padding-bottom:6rem;
	}
	.top03 .card{
	height: auto;
	padding-bottom: 3rem!important;
	}
	.top03 .card .txt_c{
		margin:auto;
	}
	.top03 .card .linkBtn {
	    position: absolute;
	    display: inline-block;
	}
	.top03 .flexbox{
		margin:auto;
		width: 70%;
	}
	.top03 .w25{
		width: 100%;
		display: inline-block;
		margin-bottom: 20px;
	}
	.top04 .flexbox{
		width:95%;
		margin:auto;
	}
	.top04 .txt_area{
		padding-right:5%;
		padding-top: 3rem;
	}
	.top01 .w50.ap_3_2,
	.top04 .w50.ap_3_2{
		width:90%;
		margin:auto;
	}
	.top01 .w50.ap_3_2 img,
	.top04 .w50.ap_3_2 img{
		border-radius:20px;
	}
	.top04 img{
		border-radius: 0;
	}
	.top04 .mt3.flexbox.gap3 .w50{
		text-align:center;
	}
}
@media print, screen and (max-width: 430px){
	.top03 .flexbox{
		width: 100%;
	}
}
.recruit img{
	width:100%;
}

/*下層*/
/*アイキャッチ*/
#thumbImg::before, header#h1Header::before {
    opacity: 0;
}
header#h1Header h1.title{
	color: var(--color-primary);
	font-weight: 400;
}
#h1Header #thumb img{
	opacity: 0.9;
}
header#h1Header{
	background:transparent;
}
/*about*/
.r_20 img{
	border-radius:20px;
}

/*strengths*/
.strengths01 .card{
	width: 47%;
}
.strengths01 .card .card-inside,
.strengths01 .card{
	background:white;
	padding: 2rem;
	border: solid 1px var(--color-primary);    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 1px var(--color-primary);    /* 外側の線になる一本線の枠線をひく*/
	outline-offset: 10px;        /* 外側の線と内側の線の空き具合を調整*/
	margin: 0px;
}

.strengths01 .card h3{
	padding-bottom:0;
	line-height:1.3;
	align-items: center;
}
.strengths01 .card .num{
	font-family:var(--font-family01);
	font-size:var(--rem60);
	margin-right: 1.0rem;
}
.strengths01 .card img{
	border-radius:100%;
}
@media print, screen and (max-width: 1024px){
	.strengths01 .flexbox.gap3{
		display:block;
	}
	.strengths01 .flexbox.gap3 .w30,
	.strengths01 .flexbox.gap3 .w70{
		width:100%;
		margin:auto;
	}
	.strengths01 .flexbox.gap3 .w30{
		margin-top:20px;
		max-width:300px;
	}
}
@media print, screen and (max-width: 768px) {
	.strengths01 .card{
		width: 100%;
		margin-bottom: 5rem;
	}
	.strengths01 .card .w30{
		margin:auto;
		width: 60%;
	}
}
@media print, screen and (max-width: 430px) {
	.strengths01 .card .w30{
		margin:auto;
		width:100%;
	}
	.strengths01 .card h3{
		padding-bottom:1rem;
		align-items: flex-start;
	}
}

/*--FAQ-------------------------------------------*/

.toggle {
	display: none;
}

.top_faq {
	margin-bottom: max(50px, min(5.71vw, 80px));
}

.faq_list {
	margin-bottom: 15px;
}

.faq_question {
	font-size: max(14px, min(1.82vw, 20px));
	line-height: 1.5;
	padding: 1em 2.5em 1em 3em;
	display: block;
	background: var(--color-primary-tint);
	position: relative;
}

.faq_question::before {
	content: "Q";
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
	color: var(--color-primary);
	font-size: 1.2em;
	font-weight: 600;
	font-family: var(--body-font-family-serif);
}

.faq_question span {
	padding-right: 10px;
}

.faq_question,
.faq_answer {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.faq_answer {
	background: #FFF;
	padding-left: 3em;
	margin: 0 auto;
}

.faq_answer p {
	padding-left: 2.0em;
}

.faq_answer::before {
	content: "A";
	position: absolute;
	top: 23px;
	left: 0.75em;
	color: #E779A4;
	font-size: 1.4em;
	font-weight: 500;
	font-family: var(--body-font-family-serif);
}

.faq_question::after {
	content:"";
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--color-primary);
	border-right: 2px solid var(--color-primary);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 7px );
	right: max(15px, min(2.14vw, 30px));
	transform: rotate(135deg);
}

.faq_answer {
	height: 0;
	overflow: hidden;
}

.toggle:checked + .faq_question + .faq_answer {
	height: auto;
	padding:20px;
	transition: all .3s;
	background: var(--color-secondary);
	font-size: max(14px, min(1.82vw, 20px));
}

.toggle:checked + .faq_question::after {
	transform: rotate(-45deg) !important;
}

.for-first-timers01 .bg_re{
	background: white;
	border-radius: 20px;
	border: solid 1px var(--color-primary);
}
.for-first-timers01 .bg_re:not(:last-child){
	margin-bottom: 10em;
}
.for-first-timers01 .bg_re:not(:last-child)::after {
	content: "";
	position: absolute;
	bottom: -7.5em;
	left: 50%;
	transform: translatex(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 50px;
	border-color: var(--color-primary) transparent;
}
.for-first-timers01 button{
	aspect-ratio:1;
	background:var(--color-primary);
	border:none;
	color:white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius:100%;
	padding:10px;
	width: 100%;
	max-width: 80px;
}
.for-first-timers01 button .num{
	font-size: var(--rem48w);
}
.staff .card{
	width:48%;
	border:solid 1px var(--color-primary);
	background:white;
	padding: 2rem;
	border-radius: 20px;
}
.staff .card ul.square{
	margin-left:1em;
}
@media print, screen and (max-width: 768px){
	.staff .flexbox{
		display:flex;
	}
}
@media print, screen and (max-width: 430px){
	.staff .flexbox{
		display: block;
	}
	.staff .card{
		width:100%;
		margin-bottom:20px;
		padding: 1rem;
	}
}

.recruit01{
	background: var(--color-secondary);
}
@media print, screen and (max-width: 1440px){
	.post .inner{
		width:90%;
	}
}

/*ひなた訪問鍼灸マッサージ*/