@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=Zen+Maru+Gothic:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #fff;
	--color-font: #232323;
	--color-primary: #5AC2D8;
	--color-primary-shade: #E3F3F6;
	--color-primary-tint: #FAC115;
	--color-secondary: #0089D1;
	--color-secondary-tint: #d33232;
	--color-thirdonry: #D6F8FF;
	--color-thirdonry-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: "Zen Kaku Gothic New", serif;
	--content-max-width: 1400px;
	--max-wide:calc(((100vw - 100%) / 2) * -1);
	--max-wide-inner:calc((100vw - var(--content-max-width)) / 2);
	/*------▼ヘッダー設定▼------*/
	--header-background: #5AC2D8;
	--header-color-font: #fff;
	--header-color-primary: #F18F49;
	--header-color-primary-shade: #FAC115;
	--header-color-primary-tint: #f53215;
	/*------▼フッター設定▼------*/
	--footer-background: transparent;
	--footer-color-font: #5AC2D8;
	--footer-color-primary: #5AC2D8;
	/*------▼フォント設定▼------*/
	--font-family01: "Zen Maru Gothic", serif;
	--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: clamp(1rem, 7vw + 0.5rem, 5rem);
	font-weight: 500;
	line-height: 1.5;
	font-family: var(--font-family01);
}

.mid_txt, .post .mid_txt {
    font-size: var(--rem30);
    color: var(--color-primary);
}
.r_img_30 img{
	border-radius:20px;
}
.content_inner {
    margin: 0 auto;
    width: 90%;
}
/*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: white;
    padding: 7.5px 15px;
    border-radius: 5px;
    color: var(--color-primary-tint);
}
.post2b h2, .post4b h2, .post2b h2 a, .post4b h2 a {
    color: var(--color-primary);
    font-family: var(--body-font-family);
    font-weight: 400;
    font-size: var(--px24);
}
.post h2.cat-loop{
	margin: 0!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}
.post4b_img img {
	border-radius:20px;
}
.post .time a, .post2b .time a, .post4b .time a, .postlist .time a{
	color: var(--color-primary-tint);
	font-weight: 500;
}
.post4b li .post4b_contents{
	font-size: var(--rem14);
	margin-top: 5px;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after{
	content:none;
}
#front-sectionPost{
	max-width: unset;
}
/*linkbtn*/
.linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 250px;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: var(--color-primary);
    padding: 10px 10px;
    margin: 0 auto;
    border-radius: 50px;
    transition: all .3s;
    box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.15);
}
.linkBtn a {
	color: #fff;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	opacity: 0.8;
	background:var(--color-primary);
}
.linkBtn input[type="submit"], .post .linkBtn input[type="submit"] {
	background: none;
	padding: inherit;
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	display: block;
	content: '';
	position: absolute;
	top: 47.5%;
	left: 2em;
	width: 15px;
	height: 10px;
	clip-path: polygon(0 0, 50% 50%, 0 100%);
	background:white;
	margin-top: -3px;
	transform: none;
}
/*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-shade);
	}
	nav#mainNav ul li a span{
		font-family:var(--font-family01);
	}
	#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: 500;
		font-family: var(--body-font-family);
		font-size: var(--px18);
	}
	nav#mainNav ul li a span{
		font-size:15px;
		font-weight: 400;
	}
	#header .logo {
        padding: 3px 10px;
    }
}
@media only screen and (max-width: 1023px) {
    nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a{
		background: var(--color-primary-shade);
	}
	nav#mainNav ul li a {
        color: var(--color-primary);
    }
}
span.marker.orange {
	background: linear-gradient(transparent 90%, #FAC115 90%);
}

/*--テーブル--------------------------------------------*/
.post table, .post table th, .post table td {
    border: none;
}

.post table {
    margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;
}

.post table th, .post table td {
    padding: min(calc(20px + (1vw - 19.2px) * 0.3236), 20px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
    border-bottom: 3px dotted var(--color-primary);
}

.post table th {
    text-align: center;
    width: 25%;
    color: var(--color-primary);
    font-weight: 600;
    vertical-align: middle;
    background: transparent;
}

.post table td {
    color: var(--color-font);
    background: none;
    font-weight: 500;
}

.post table:first-child {
    margin-top: 0;
}

.post table:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 640px){
	.post table.responsive td {
	    text-align: left;
	}
}
/*--Googleマップ--------------------------------------------*/

.googlemap {
	padding-bottom: 70%;
}
.googlemap:first-child {
	margin-top: 0;
}
.googlemap:last-child {
	margin-bottom: 0;
}
@media print, screen and (max-width: 768px) {
	.googlemap {
		padding-bottom: 80%;
	}
}
/*h1*/
h1.title, .post h1 {
	position: relative;
	margin: 0 auto min(calc(60px + (1vw - 19.2px) * 1.2945), 60px); /* 0 auto 60-40px (1920-375) */
	font-family: var(--font-family01);
	color: var(--color-primary);
}
h1.title .sub_ttl, .post h1 .sub_ttl {
	display: block;
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.2589), 1.6rem); /* 3.2-2.4rem (1920-375) */
}
h1.title span{
	border-bottom: dotted 4px var(--color-primary-tint);
	padding-bottom: 0.2em;
}
/*h2*/
.post h2 {
	font-size: min(calc(2.6rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 600;
	letter-spacing: .2rem;
	padding: 0;
	margin: 0; /* 120-65px auto 50-35px (1920-375) */
	padding-left:1em;
	color: var(--color-primary);
	text-align: left;
}

.post h2::before {
	content: '';
	position: absolute;
	width: .7em;
	height: 2px;
	background: var(--color-primary);
	top: .8em;
	left: 0;
}
.post h2::after {
	content: none;
}
ul.content_wrapper {
    margin: 0 auto;
	width:100%;
}
/*h3*/
.post h3{
	color:var(--color-primary);
	padding-left:0;
}
/*top*/
.top_block::before{
	position: absolute;
	content:"";
	background: var(--color-primary-shade);
	width:100%;
	height: 86%;
	z-index: -2;
	bottom: 10%;
}
.top02{
	box-shadow:0px 0px 10px rgba(185,185,185,0.5);
	padding:3%;
	background: var(--color-primary-tint);
	margin-bottom:-100px;
}

.top02 figure.card img{
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius:100%;
	z-index: 0;
	position: relative;
}
.top02 figure.card {
	position: relative;
}
.top02 figure.card figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: var(--color-secondary);
	font-size: 26px;
	font-weight: 700;
	z-index: 20;
	width: 100%;
	text-align: center;
}

.top02 figure.card::after {
  content: '';
  display: inline-block;
  background: rgba(225,225,225,.8);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top02 h2,.top02 p{
	color:white;
}
.top02 h2:before{
	background:white;
}
.top05 .linkBtn,
.top02 .linkBtn,
.linkBtn.white_btn{
	background:white;
	color: var(--color-primary);
}
.top05 .linkBtn::after,
.top02 .linkBtn::after,
.linkBtn.white_btn::after{
	background:var(--color-primary);
}
.top05 .linkBtn:hover,
.top02 .linkBtn:hover,
.linkBtn.white_btn:hover{
	background:white;
	color: var(--color-primary);
	opacity:0.8;
}
.top03 figure img{
	width: 100%;
	aspect-ratio: 8/5;
	object-fit: cover;
	border-radius:30px;
	z-index: 0;
	position: relative;
}
.top03 figure {
	position: relative;
}
.top03 figure figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: white;
	font-size: 26px;
	font-weight: 700;
	z-index: 20;
	width: 100%;
	text-align: center;
}
.top03 figure::after {
  content: '';
  display: inline-block;
  background: rgba(90, 194, 216, 0.7);
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.top03{
	padding-top: 20rem;
	padding-bottom: 15rem;
}
.top03::before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:url(/wp-content/uploads/top03_bg.png) no-repeat;
	top: 0;
	background-size: cover;
}
.top03 .wh_box_70{
	padding: 2%;
	height: 175px;
}
.top05{
	background: var(--color-primary);
}
.top05 .bg_re.w50::before {
	content:"";
	position: absolute;
	background: linear-gradient(25deg, rgba(198,228,225,0.6), rgba(252,226,214,0.6));
	z-index: 999;
	width: 100%;
	height: 100%;
}
.top05 h2{
	color:white;
}
.top05 h2::before{
	background:white;
}
.inner_area{
	margin-left: var(--max-wide-inner);
	z-index: 5;
	position: relative;
}
.cta{
	background: var(--color-primary-tint);
}
.cta h1{
	color:white;
}
.cta h1 span{
	border-bottom: white dotted 4px;
}
.bg_white{
	background:white;
	color: var(--color-primary);
	margin-bottom: 3rem;
	padding: 0.5rem !important;
}
.cta dl{
	padding-bottom: 1rem;
	padding-top: 1rem;
	border-bottom:dotted white;
}
.cta dl dt{
	font-weight:400;
}
.cta img{
	border-radius:100%;
}
@media print, screen and (max-width: 1400px){
	.post .inner{
		width: 95%!important;
	}	
}
@media print, screen and (max-width: 768px){
	.top02{
		padding: 10% 5%;
	}
	.top03{
		padding-top: 10rem;
		padding-bottom: 5rem;
	}
	.top03::before{
		background-size: cover;
		background-position-x:45%;
	}
	.top03 ul li.w30 {
		margin-bottom:20px;
	}
	.inner_area{
		width:95%;
		margin: auto;
	}
}
/*下層*/
#thumbImg::before, header#h1Header::before{
	opacity:0;
}
header#h1Header{
	background:transparent;
}
header#h1Header h1.title{
	color: var(--color-primary);
	font-family: var(--font-family03);
	font-weight: 500;
}
header#h1Header h1.title span{
	border-bottom:none;
}

.reception02 figure img{
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
	border-radius:30px;
	z-index: 0;
	position: relative;
	object-position: top 0 left 0;
}

.reception02 figure {
	position: relative;
}

.reception02 figure figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: var(--color-secondary);
	font-size: 26px;
	font-weight: 700;
	z-index: 20;
	width: 100%;
	text-align: center;
}

.reception02 figure::after {
  content: '';
  display: inline-block;
  background: rgba(225,225,225,.7);
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.reception02 .w50{
	width: 47.5%;
}

.bg_rightblue {
    text-align: center;
    background: var(--color-primary-shade);
    padding: 1.5%;
}
.txt_blue {
    font-size: x-large;
    font-weight: 500;
    color: var(--color-secondary);
}
.flowlist {
  padding-left: 15rem;
  position: relative;
}
.flowlist::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #EBEBEB;
  margin-left: 15px;
  display: block;
  position: absolute;
  top: 0;
  left: 10rem;
}
.flowlist > li {
  position: relative;
  border-bottom: 2px dashed #DFDFDF;
  line-height: 3;
}
.flowlist > li:not(:last-child) {
  margin-bottom: 5vh;
}
.flowlist > li .icon {
  color: #fff;
  background: var(--color-secondary);
  padding: 0.8rem 2rem;
  display: block;
  position: absolute;
  top: 7px;
  left: -13rem;
  z-index: 100;
  font-weight: 500;
  border-radius: 10px;
  line-height: 2;
}
.flowlist > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent var(--color-secondary);
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flowlist > li dl {
  padding-left: 0rem;
  position: relative;
  padding-top: 0.7rem;
}
.flowlist > li dl::before,
.flowlist > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
}
.flowlist > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: 8px;
  background: var(--color-secondary);
  border-radius: 50%;
  left: -31px;
}

.flowlist > li dl dt {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.6rem;
}

.reception04 img{
	margin-top: -25px;
	width:100px;
	z-index:99;
	position: relative;
}

.flow01 .bg_re{
	background: white;
	border-radius: 20px;
	border: solid 1px var(--color-primary);
}
.flow01 .bg_re:not(:last-child){
	margin-bottom: 10em;
}
.flow01 .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;
}
.flow01 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: 100px;
}
.flow01 button .num{
	font-size: var(--rem48w);
}

@media (max-width: 768px){
	.reception02 .w50{
		width:100%;
	}
	.reception02 figure img{
		width: 100%;
		aspect-ratio: 7/3;
	}
	.reception02 .w50 p{
		margin-bottom:30px;
	}	
}

/*--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);
	position: relative;
}

.faq_question::before {
	content: "Q";
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
	color: var(--color-thirdonry);
	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: var(--color-secondary);
	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-secondary);
	border-right: 2px solid var(--color-secondary);
	-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-thirdonry);
	font-size: max(14px, min(1.82vw, 20px));
}

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

.staff .em_txt{
	font-size: var(--rem24w);
	color: var(--color-primary);
}
.staff img{
	aspect-ratio:1;
	border-radius:100%;
}
.staff .card{
	width: 31%;
	border:solid 1px var(--color-primary);
	background: transparent;
	padding: 3rem;
	border-radius: 20px;
}
.staff .card_wide{
	border:solid 1px var(--color-primary);
	background: transparent;
	padding: 3rem;
	border-radius: 20px;
	margin-bottom: 3rem;
	line-height:2.0;
}
.staff .card ul.square{
	margin-left:1em;
}
@media print, screen and (max-width: 768px){
	.staff .card{
		width: 48.0%;
	}
	.staff .flexbox{
		display:flex;
	}
}
@media print, screen and (max-width: 430px){
	.staff .flexbox{
		display: block;
	}
	.staff .card_wide,
	.staff .card{
		width:100%;
		margin-bottom:20px;
		padding: 1rem;
	}
}
/*リコエル*/