@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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

:root {
	/*------▼基本設定▼------*/
	--color-background: #fff;
	--color-font: #333333;
	--color-primary: #947864;
	--color-primary-shade: #5FD7FF;
	--color-primary-tint: #E6FAFF;
	--color-secondary: #E80303;
	--color-secondary-tint: #F9F9F9;
	--color-table-border: #947864;
	--body-font-size: min(calc(2.1rem + (1vw - 19.2px) * 0.1294), 2.1rem); /* 1.6-1.4rem (1920-375) */
	--body-font-family: "Noto Sans JP", sans-serif;
	--content-max-width: 1570px;
	--max-wide:calc(((100vw - 100%) / 2) * -1);
	--max-wide-inner:calc((100vw - var(--content-max-width)) / 2);
	/*------▼ヘッダー設定▼------*/
	--header-background: #ffffff;
	--header-color-font: #947864;
	--header-color-primary: #5FD7FF;
	--header-color-primary-shade: #E5FAFF;
	--header-color-primary-tint: #05C756;
	/*------▼フッター設定▼------*/
	--footer-background: #5FD7FF;
	--footer-color-font: #ffffff;
	--footer-color-primary: #ffffff;
	/*------▼フォント設定▼------*/
	--font-family01: "Zen Maru Gothic", serif;
	--font-family02: "Quicksand", sans-serif;
}
.post p{
	line-height:2.0;
}
@media print, screen and (max-width: 768px){
	body {
	    font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1294), 1.8rem);
	}
	.post p{
		line-height:1.75;
	}
}
.bg_re{
	position:relative;
}
.bg_max{
	margin-left:var(--max-wide);
	margin-right:var(--max-wide);
}
.gap1{
	gap:1%;
}
.post .txt_bold,.txt_bold{
	font-weight:600;
}
.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;
}
.ra_15 img{
	border-radius:15px;
}
.ra_25 img{
	border-radius:25px;
}
.ra_30 img{
	border-radius:30px;
}
.em_txt, .post .em_txt{
	font-size: var(--rem48w);
	line-height: 1.2;
	font-family: var(--font-family02);
}
.mid_txt, .post .mid_txt{
	font-size: var(--rem24);
	font-weight: 500;
}
.min_txt, .post .min_txt {
    font-size: var(--rem16);
    font-weight: 500;
    line-height: 1.3;
}
.em_txt, .post .em_txt{
	font-family: var(--font-family01);
}
/*blog*/
#front_top_content, #front_bottom_content{
	background: transparent;
}
.post .time, .postlist .time, .post2b .time, .post4b .time{
	border-radius:3px;
	background: #FFEE71;
}
/*metaslider*/
#mainImg img {
    height: auto;
}
/*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.current-menu-parent a span,
	nav#mainNav ul li a span,nav#mainNav ul li a:hover span,
	nav#mainNav ul li.current-menu-item a span{
		font-weight: 300;
	}
	#header a.head_btn {
        flex-direction: column;
        background: var(--header-background);
        color: white;
        padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(10px + (1vw - 19.2px) * 0.5580), 10px);
   }
	#header a.head_btn.tel_btn {
		background: var(--header-background);
	}
	#header a.head_btn:hover {
        background: var(--header-background);
    }
	#header a.head_btn span:hover {
        opacity: 0.7;
 	}
	#header a.head_btn.tel_btn span:hover{
		opacity: 0.7;
	}
    #header a.head_btn i,#header a.head_btn img{
        margin-right:0.5em;
    }
	#header a.head_btn img{
		vertical-align: bottom;
	}
	#header a.head_btn.tel_btn span{
        background: var(--header-color-primary-shade);
        padding: 12px 15px;
        border-radius:50px;
        color: var(--header-color-primary);
        font-family: var(--font-family01);
    }
	#header a.head_btn.mail_btn span{
        background: var(--header-color-primary);
        padding:12px 15px;
        border-radius:50px;
        font-family: var(--font-family01);
    }
	#header a.head_btn.line_btn span{
        background: var(--header-color-primary-tint);
        padding:12px 15px;
        border-radius:50px;
    }
	nav#mainNav ul li a:hover,.sticky-header #header > .inner,
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li.current-menu-item a:hover{
		background: var(--header-background);
	}
	nav#mainNav ul li ul.sub-menu li.current-menu-item a::before,
	nav#mainNav ul.sub-menu li a:hover::before{
		border-bottom:none;
	}
	#header a.head_btn.tel_btn::before,#header a.head_btn.mail_btn::before{
		content:none;
	}
	nav#mainNav ul li ul.sub-menu li.current-menu-item a,
	nav#mainNav ul li.current-menu-item ul.sub-menu li a,
	nav#mainNav ul li ul.sub-menu li a {
		margin-left: 15%;
		width: 200px;
		background: rgba(255,255,255,0.68);
		color: var(--header-color-font);
	}

	nav#mainNav ul li ul.sub-menu li a:hover {
		background: var(--header-color-primary-shade);
		width: 200px;
		margin-left: 15%;
	}
	nav#mainNav ul.sub-menu li.current-menu-item a::before, nav#mainNav ul.sub-menu li a:hover::before,
	nav#mainNav ul li:hover ul.sub-menu a:before{
		content:none;
	}
	nav#mainNav ul li a b{
		font-weight: 600;
		font-family: var(--font-family01);
	}
	nav#mainNav ul li a span {
        color: var(--header-color-primary);
        font-family: var(--font-family01);
    }
	nav#mainNav ul li.current-menu-item a::after, nav#mainNav ul li a:hover::after, nav#mainNav ul li a:active::after, nav#mainNav ul li.current-menu-parent a::after, nav#mainNav ul li.current-menu-ancestor a::after {
		width: 75%;
	}
	nav#mainNav ul li a::after {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        background: var(--header-color-primary);
        left: 50%;
        bottom: 20px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: .4s;
        transition: .4s;
    }
	nav#mainNav ul li.menu-item-type-custom a::after{
		content:none;
	}
}

/*h1*/
h1.title, .post h1.title ,.post h1,.cta h1{
	font-family: var(--font-family02);
	font-weight: 500;
	border:none;
	line-height: 1.5;
	font-size: var(--rem72);
	color: var(--color-primary);
}
h1.title .sub_ttl,.post h1.title .sub_ttl,.post h1 .sub_ttl,.cta .sub_ttl{
	display: block;
	font-size: var(--rem20);
	font-family: var(--body-font-family);
	font-weight: 400;
	text-align: center;
	display: block;
	width: fit-content;
	margin-inline: auto;
}
.post h1.title:after{
	content:none;
}
header h1.title.first {
    font-size: var(--rem30);
}
/*h2*/
.post h2{
	color: var(--color-primary);
	margin-top: 3rem;
	margin-bottom:2rem;
	font-weight: 600;
	line-height: 2.0;
}
.post h2 span{
	border-bottom:dotted 4px;
	padding-bottom: 1rem;
}
.post h2 .sub_ttl{
	display:block;
	color: var(--color-primary);
	font-size:var(--rem18);
	font-weight: 600;
	font-family: var(--font-family01);
	letter-spacing:0;
}
.post h2::after{
	content:none;
}
/*h3*/
.post h3{
    font-size: var(--rem30);
    font-weight: 600;
    padding-left: 0;
    font-family: var(--font-family01);
    border-bottom: none;
    /* text-align: center; */
    padding-right: 0;
    padding-bottom: 0rem;
    padding-top: 1rem;
    margin: 0;
    color: var(--color-primary-shade);
    border-bottom: dotted;
}
/*h4*/
.post h4{
    font-size: 2.2rem;
    font-weight: 400;
    padding-left: 8px;
    border-left: solid 3px var(--color-primary);
    color: var(--color-primary);
    font-family: var(--body-font-family);
}
.post h4::before{
    content:none;
}
/*footer*/
#footer .footnav ul > li::before, #footer .footnav ul > li::after{
	content:none;
}
body.home .cta.footer_cta{
	display:none;
}
/*icatch*/
header#h1Header::before{
	opacity: 0;
}
header#h1Header h1.title{
    font-size: var(--rem42);
    font-weight: 600;
    font-family: var(--font-family01);
    color: var(--color-primary);
}
/* table */
.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: 1px solid var(--color-table-border);
}
.post table th {
    text-align: left;
    width: 25%;
    font-weight: 500;
    vertical-align: top;
    background: transparent;
    color: var(--header-color-primary);
}
.post table td {
    color: var(--color-font);
    background: none;
    font-weight: 400;
}
.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;
	}
}
/*blog-list*/
.post2b li .post2b_contents, .post4b li .post4b_contents{
    font-size: var(--rem14);
    line-height: 1.5;
}
/*btn*/
.link_btn{
	max-width:300px;
	background: none;
	color: var(--color-primary);
	font-size: var(--rem20);
}
.link_btn::after{
	content: "→";
	background: var(--color-primary-shade););
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	left: var(--rem16);
	font-size: var(--rem20);
	font-weight: 500;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.link_btn:hover{
	background:none;
	color: var(--color-primary);
	opacity:0.8;
}
.post .subimitarea .linkBtn input[type="submit"] {
	padding: 0;
}

.linkBtn, .post .linkBtn{
	max-width: 400px;
	border-radius:50px;
}
.linkBtn:hover, .post .linkBtn:hover{
	background:var(--color-primary);
	opacity:0.5;
}
@media print, screen and (max-width: 1024px){
	#h1Header #thumb img {
		transform: translateX(-35%);
	}
}
/*ul*/
ul.dotto{
	list-style: none;
}
ul.dotto li{
	position: relative;
	line-height: 1.3;
	margin-bottom: 0.5rem!important;
	margin-left: 2rem;
	font-weight: 400;
}
ul.dotto li::before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -20px;
	width: 10px;
	height: 10px;
	background-color: var(--color-font);
	border-radius: 100px;
}
/*sitemap*/
.post ul#sitemap_list.sitemap_disp_level_0 > li a{
    font-weight: 400;
}
@media print, screen and (max-width: 1600px) {
	.post .inner ,.post .max_w1240,.post .max_w900{
		width:90%;
	}
}

/*top*/
.txt_blue{
	color: var(--color-primary-shade);
}
.txt_brown{
	color: var(--color-primary);
}
.top01 .card{
	padding-right: var(--max-wide-inner);
}
.top01 .w50 img{
	border-radius:0 25px 25px 0;
}
.top01 .img_area,.top02 .img_area{
	position:relative;
}
.top01 .design{
	width: 35rem;
	height: 35rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -100px;
	left: -140px;
}
.top02 .design{
	width: 15rem;
	height: 15rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -100px;
	right: 150px;
}
.top02 .card{
	padding-left: var(--max-wide-inner);
}
.top02 .w50 img{
	border-radius:25px 0 0 25px;
}
.top02 .em_txt{
	padding-right:2rem;
	font-weight:600;
}
.top02 .txt_brown{
	position:relative;
}
.top02 .txt_brown::before{
	position:absolute;
	content:"";
	width:150%;
	height:150%;
	background:url(/wp-content/uploads/top03-d.png);
	background-size:contain;
	background-repeat:no-repeat;
	z-index:-1;
}
.top03 h3{
	text-align:center;
	border-bottom:none;
	color: var(--color-primary);
}
.top03-bottom{
	background:url(/wp-content/uploads/curve.png);
	background-size:cover;
}
.top04 .inner{
	background: var(--color-secondary-tint);
	border-radius: 30px;
}
.top04 .em_txt{
	font-size: var(--rem30);
	font-family: var(--body-font-family);
	text-decoration: underline;
	padding-bottom: 2rem;
	font-weight: 400;
}
.top05 .inner{
	background:url(/wp-content/uploads/curve.png);
	background-size:cover;
	border-radius:30px;
	padding: 8rem 5rem;
}
.cta{
	background: var(--color-secondary-tint);
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.linkBtn.left_btn{
	background: var(--color-primary-tint);
	color: var(--color-primary-shade);
}
.linkBtn.left_btn:hover{
	opacity:0.5;
}
.linkBtn.right_btn{
	background: var(--color-primary-shade);
	color: white;
}
.linkBtn.right_btn:hover{
	opacity:0.5;
}
.cta .linkBtn{
	padding:7px;
	font-size: var(--rem30);
}
.cta .linkBtn i{
	padding-right: 2rem;
}
.cta .linkBtn::after{
	content:none;
}
.googlemap{
	margin:0;
	padding-bottom: 15%;
}
#copyright{
	margin-top:0;
}
@media print, screen and (max-width: 1600px){
	.top01 .card{
		padding-right: 5%;
	}
	.top02 .card{
		padding-left: 5%;
	}
}
@media print, screen and (max-width: 1200px){
	.top02 .flexbox .flexbox:last-child{
		display:block;
	}
	.top02 .flexbox .flexbox:last-child .w50{
		width:100%;
		margin-bottom: 1rem;
	}
}
@media print, screen and (max-width: 768px){
	.top01 .card,.top02 .card{
		padding-right:5%;
		padding-left:5%;
	}
	.top01 .design{
		width: 20rem;
		height: 20rem;
		bottom: -50px;
		left: -80px;
	}
	.top02 .design{
		width: 15rem;
		height: 15rem;
		top: -80px;
		right: 50px;
	}
}
@media print, screen and (max-width: 430px){
	.top05 .inner{
		padding:2rem;
	}
	.cta .linkBtn{
		max-width:300px;
	}
}
.service02{
	background: var(--color-primary-tint);
	padding: 10rem 5rem;
	border-radius: 30px;
}
.service02 li.w50{
	width:45%;
	padding: 3rem;
	background: white;
	border-radius: 25px;
	border: solid #FFEE71 3px;
}
.service02 ul.dotto li::before{
	background:#FFEE71;
}
@media print, screen and (max-width: 768px){
	.service02 ul.dotto li::before {
	    top:5px;
	}
	.service02 li.w50{
		width:100%;
		margin-bottom:2rem;
	}
}
@media print, screen and (max-width: 430px){
	.service02{
		padding: 5rem 2rem;
	}
}

.service03 ul {
	display: flex;
	flex-direction: column;
	row-gap: 80px;
}
.service03 li {
	background: var(--color-primary-tint);
	border-radius: 25px;
	padding: 35px 25px;
	position: relative;
}
.service03 li:not(:last-child)::after {
	content: '';
	display: inline-block;
	background: var(--color-primary-tint);
	height: calc(tan(60deg) * 30px / 2);
	width: 90px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%);
}
.service03 h3{
	border-bottom:none;
}
.service03 h3 span {
	background: var(--color-primary-shade);
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	border-radius: 36px;
	text-align: center;
	padding: 8px 20px;
	border-bottom: none;
	vertical-align: bottom;
}
@media print, screen and (max-width: 768px){
	.service03 h3 {
        display: flex;
        flex-direction: column;
        row-gap: 12px;
    }
	.service03 h3 span {
        font-size: 16px;
        margin-right: 0;
    }
}

.about_us03 .flexbox{
	margin:auto;
}
.about_us03 .w50{
	width:45%;
	border:solid #FFEE71 2px;
	padding:2rem;
	border-radius:20px;
}
.about_us03 h3{
	text-align:center;
	font-size:var(--rem24);
	border-bottom:none;
}
.about_us03 h4{
	border-left: none;
	border-bottom: solid 1px;
	color: var(--color-primary-shade);
	padding-left: 0;
}
@media print, screen and (max-width: 768px){
	.about_us03 li.w50{
		width:100%;
		margin-bottom:2rem;
	}
}

#footer .footnav:not(:last-child) {
    margin-bottom: 3px;
}
#footer .socialicon ul, .socialicon ul {
	margin-bottom: 10px;
}