@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=Kaisei+Opti:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tsukimi+Rounded:wght@300;400;500;600;700&display=swap');

:root {
	/*------▼基本設定▼------*/
	--color-primary: #ED6D00;  /* rgba(237, 109, 0, 1) */
	--color-primary-shade: rgba(237, 109, 0, 0.6);
	--color-primary-tint:  rgba(237, 109, 0, 0.6);
	--color-secondary: #562A29;
	--color-table-border: #EBEBEB;
	--color-brown: #562929;
	--body-font-family: 'Kaisei Opti', sans-serif;
	/*------▼ヘッダー設定▼------*/
	--header-color-font: #444;
	--header-color-primary: #ED6D00;  /* rgba(237, 109, 0, 1) */
	--header-color-primary-tint: rgba(237, 109, 0, 0.6);
	/*------▼フッター設定▼------*/
	--footer-background: #ED6D00;
	--footer-color-font: #FEF6F4;
	--footer-color-primary: #FEF6F4;
	/*------▼フォント設定▼------*/
	--font-family01: 'Tsukimi Rounded', sans-serif;
	--font-family02: 'Kaisei Opti', sans-serif;

	--rem32: min(calc(3.2rem + (1vw - 1.92rem) * 0.6472), 3.2rem);
}

/* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { */
p, th, td, li {
    font-size: var(--rem20);
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1024px) {}
@media print, screen and (max-width: 1023px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}

html {
	scroll-padding-top: 100px;
}

h1.title.front-post {
	display: none;
}

.post h2,
.cta01 h2,
h1.title.bottom-loop {
	color: var(--color-brown);
	font-family: var(--font-family01);
	font-weight: 400;
	font-size: var(--rem72);
	line-height: 1.6;
	text-align: center;
}
.post h2 span,
.cta01 h2 span,
h1.title.bottom-loop span span {
	display: block;
	color: var(--color-font);
	font-size: var(--rem32);
	font-family: var(--font-family02);
}
.post h2::after {
	content: none;
}
.post h3 {
	font-family: var(--font-family02);
	font-size: var(--rem30w);
	font-weight: 400;
	color: var(--color-brown);
	border: none;
	padding-left: 0;
}
.post h4 {
	font-family: var(--font-family02);
}

.cta01 h2 {
	margin: var(--px120) auto var(--px40);
}
.cta01 h2, .cta01 h2 span,
.top03 h2, .top03 h2 span {
	color: #FFF;
}

/* btn */
.linkBtn, .post .linkBtn, a.linkBtn, .post .subimitarea .linkBtn input[type="submit"] {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 240px;
	font-family: var(--font-family01);
	font-size: var(--rem20);
	color: #fff;
	line-height: 1.8;
	text-align: center;
	background: var(--color-primary);
	font-weight: 700;
	padding: var(--rem20) 30px var(--rem20) 20px;
	margin: var(--px40) auto 0;
	border: none;
	border-radius: 50vh;
	transition: all .3s;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
	/* border-color: #fff; */
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover, .post .subimitarea .linkBtn input[type="submit"]:hover {
	color: #fff;
	background: var(--color-primary-tint);
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
	border-color: #fff;
}
.subimitarea > .linkBtn {
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
	margin-top: 0;
}

#front_bottom_content .linkBtn {
	background: transparent;
	color: var(--color-font);
	text-align: left;
	border-radius: 0;
	border-bottom: solid 2px var(--color-primary);
	max-width: 200px;
}
#front_bottom_content .linkBtn::after {
	border-color: var(--color-primary);
}
#front_bottom_content .linkBtn:hover {
	color: #fff;
	background: var(--color-primary-tint);
	border-bottom: solid 2px transparent;
}
#front_bottom_content .linkBtn:hover::after {
	border-color: #FFF;
}

/*---ボタンリストレイアウト---*/

.post ul.linkbtn_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: var(--px40) auto;
	gap: 5%;
}
.post ul.linkbtn_list > li {
	width: auto;
	margin-bottom: var(--px20);
	text-align: center;
}
.post ul.linkbtn_list > li a.linkBtn {
	width: auto;
	min-width: 240px;
	/* height: 100%; */
	max-width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media print, screen and (max-width: 640px) {
	.post ul.linkbtn_list > li {
		width: 100%;
	}
	.post ul.linkbtn_list > li a.linkBtn {
		/* max-width: none; */
		max-width: 300px;
		width: 100%;
		min-width: auto;
	}
}

/* table */
.post table {
	border-collapse: separate;
	border-spacing: 0 2px;
}
.post table {
	border: none;
}
.post table th {
	border-right: none;
	background-color: var(--color-primary);
	color: #FFF;
	font-weight: 500;
}
.post table td {
	border-left: none;
}

@media only screen and (max-width: 640px) {
	.post table.responsive tr:last-child td:last-child {
		border-bottom: solid 1px var(--color-table-border);
	}
	.post table.responsive th {
		border-top: solid 1px var(--color-table-border);
		border-left: solid 1px var(--color-table-border);
		border-right: solid 1px var(--color-table-border);
	}
	.post table.responsive td {
		border-left: solid 1px var(--color-table-border);
		border-right: solid 1px var(--color-table-border);
	}
}

/* area */
.widearea {
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
.widearea .content {
	width: 90%;
	max-width: auto;
}

/* header */
header#h1Header h1.title{
	font-family: var(--font-family02);
}
header#h1Header::before {
	background: transparent;
}

@media print, screen and (min-width: 1024px) {
	nav#mainNav ul li a {
		font-size: var(--rem24);

	}
	#header a.head_btn {
		flex-direction: row;
		gap: 5%;
		width: 11em;
		font-size: var(--rem24);
	}
}


/* footer */
.home .cta01.footer,
.page-contact .cta01 {
  display: none;
}

/*--------------------------------------------
FOOTER03
--------------------------------------------*/

/* ----全体LAYOUT調整----*/

.footer__inner {
	width: 94%;
	margin: 0 auto;
}

/* ----top----*/

#footer .footer__logo:not(:last-child) {
	margin: 0;
	text-align: left;
}
.toparea .logoare {
	display: flex;
	flex-direction: column;
	gap: var(--px14);
	line-height: 1;
}
.footer__catchphrase {
	line-height: 1.2;
	text-align: left;
}
@media print, screen and (max-width: 768px) {
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
	.footer__catchphrase {
		text-align: center;
	}
}

/* ----SNSアイコン----*/

/*LAYOUT調整*/

#footer .socialicon ul, .socialicon ul {
	-webkit-box-pack: start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	gap: 10px;
}
#footer .socialicon ul li, .socialicon ul li {
	padding: 0;
}
@media print, screen and (max-width: 768px) {
	#footer .socialicon ul, .socialicon ul {
		justify-content: center;
	}
}

/*アイコンサイズ調整*/

#footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
	font-size: var(--rem24);
}

/* ----bottom----*/

.bottomarea {
	display: flex;
	justify-content: space-between;
	margin-top: var(--px40);
	gap: 5px;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 0;
}
#footer .footnav ul {
	-webkit-box-pack: start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}
#footer .footnav ul > li {
	margin: 0;
}
#copyright {
	margin: 0;
	background: transparent;
}
@media print, screen and (max-width: 768px) {
	.bottomarea {
		flex-direction: column;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#footer .footnav ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* news */
#front_bottom_content {
	background: var(--color-background);
}
.postlist {
	font-size: var(--rem20);
}
.postlist li:first-child {
	border-top: 1px solid #CCC;;
}
.postlist li {
	border-bottom: 1px solid #CCC;;
}
.postlist .post_text {
	padding: 20px 0;
	color: #CCC;
}
.postlist .time {
	background: var(--color-brown);
}
.postlist .date {
	color: var(--color-font);
}


/* contact */
.wpcf7-form .linkBtn {
	padding: 0;
}
.wpcf7-form .linkBtn input[type="submit"] {
	width: 100%;
	padding: 20px 0;
}
.wpcf7-spinner {
	display: none;
} 


/* top */

/*-----------------------------
column_01
------------------------------*/
.top01 {
	padding: var(--px40) 0 0;
}
.toptxtarea {
	/* max-width: 960px; */
	max-width: var(--content-max-width);
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.column01 {
	position: relative;
	margin: var(--px60) 0 0;
}
.column01_wrap {
	position: relative;
	/* max-width: 1600px; */
	max-width: var(--content-max-width);
	width: 94%;
	margin: 0 auto;
	z-index: 1;
}
.top01 .column01::before, .top02 .column01::before,
.service01 .column01::before, .service02 .column01::before {
	content:'';
	display: block;
	width: 60vw;
	height: 90%;
	position: absolute;
	top: var(--px80);
	z-index: -1;
	background: rgba(245, 241, 237, 0.5);
}
.top01 .column01::before, .service01 .column01::before {
	left: 0;
}
.top02 .column01::before, .service02 .column01::before {
	right: 0;
}

.column01 .txtarea {
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--px80) var(--px40);
	/* padding: var(--px40); */
	/* margin: 0; */
	margin: var(--px80) 0 0;
}

/* .column01 .txtarea .txtinner {
	max-width: 540px;
} */
.column01 .imgarea {
	/* overflow: hidden; */
	line-height: 0;
	margin: 0;
}
.top01 .column01 .imgarea, .top02 .column01 .imgarea,
.service01 .column01 .imgarea, .service02 .column01 .imgarea {
	margin-bottom: var(--px80);
}
.column01 .imgarea img {
	/* width: 100%;
	height: 100%; */
	width: 50vw;
	max-width: none;
	height: auto;
	object-fit: cover;
}
.top02 .column01 .imgarea img,
.service02 .column01 .imgarea img {
	margin-left: calc(((100vw - 200%) / 2)* -1);
}


@media print, screen and (max-width: 1023px) {
	.top01 .column01::before, .top02 .column01::before,
	.service01 .column01::before, .service02 .column01::before {
		width: 100vw;
		height: 100%;
		top: 0;
	}
	.top01 .column01 .txtarea, .top02 .column01 .txtarea,
	.service01 .column01 .txtarea, .service02 .column01 .txtarea {
		margin: 0;
	}
}

@media print, screen and (max-width: 768px) {
	.column01 .imgarea img {
		width: 100%;
	}
	.top02 .column01 .imgarea img,
	.service02 .column01 .imgarea img {
		margin-left: 0;
	}
}

/*---------txtstyle-----------*/

.post .txtstyle02, .txtstyle02 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	color: #111;
	line-height: 1.4;
	padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
	content: none;
}
.post .column01 .txtstyle02, .column01 .txtstyle02 {
	font-size: var(--rem20);
	margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	border: none;
	color: #111;
	line-height: 1.4;
	padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
	content: none;
}
.post .column01 .txtstyle04, .column01 .txtstyle04 {
	font-size: var(--rem36);
}
.post .column01 .txtstyle04:after, .column01 .txtstyle04:after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: var(--px80);
	height: 3px;
	background: #111;
	margin: var(--rem30) 0 0 0.5rem;
}


/*-----------------------------
fullwide01
------------------------------*/
.top03 {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/top03.jpg) no-repeat center/cover;
}
.fullwide01 {
	position: relative;
	/* background: #aaa; */
	padding: 0;
}
.fullwide01_wrap {
	/* background: #eee; */
	max-width: 1400px;
	width: 96%;
	margin: 0 auto;
	/* padding: var(--px80); */
	padding: var(--px80) var(--px80) var(--px40);
	display: flex;
	justify-content: center;
	align-items: center;
}
.fullwide01_inner {
	max-width: 960px;
}


/*-----------------------------
cta01_col2
------------------------------*/
.cta01 {
	background: linear-gradient(rgba(173, 170, 153, 0.6), rgba(173, 170, 153, 0.6)), url(/wp-content/uploads/cta01.jpg) no-repeat center/cover;
	position: relative;
	z-index: 0;
}
.cta01::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	backdrop-filter: blur(5px);
	z-index: -1;
}
.cta01 .cta01_wrap {
	max-width: 1240px;
	width: 90%;
	margin: 0 auto;
	padding: var(--px80) var(--px60);
	/* padding: var(--px60); */
	color: #FFF;
}

.cta01 .ctabtnlist {
	justify-content: center;
	max-width: 880px;
	margin: var(--px50) auto 0 auto;
}
.cta01 .ctabtnlist li {
	width: 60%;
	margin: 0;
	padding: 0;
	line-height: 1;
	display: flex;
}
.cta01 a.item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center; 
	justify-content: center;
	width: 100%;
	padding: var(--px30) 0;
	text-align: center;
	box-sizing: border-box;
	color: #111;
	border-radius: 0;
	transition: all ease .15s;
}
.cta01 a.item:hover{
	opacity: 0.8;
}
@media print, screen and (max-width: 768px) {
	.cta01 .ctabtnlist li, .cta01 .ctabtnlist a.item {
		width: 100%;
	}
	.cta01 .ctabtnlist li + li {
		margin-top: 1rem;
	}
}

/*ボタン共通パーツ*/

.cta01 .btnttl {
	display: block;
	font-weight: bold;
	margin-bottom: 1rem;
}
.cta01 .infotxt {
	font-size: var(--rem16);
	font-weight: 400;
}

/*電話ボタン*/

.cta01 .telnum {
	font-size: var(--rem36);
	margin-bottom: 1rem;
}
.cta01 .telbtn .btnttl {
	font-size: var(--rem20);
}
.cta01 a.telbtn {
	background: #111;
	color: #fff;
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
	font-size: var(--rem24);
	font-weight: 400;
}
.cta01 a.mailbtn {
	background: #6EBA7A;
	color: #FFF;
}

/*ボタンアイコン*/

.cta01 .mailbtn .btnttl::before, .cta01 .telnum::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
.cta01 .mailbtn .btnttl::before {
	content: '\f0e0';
}
.cta01 .telnum::before {
	content: '\f3cd';
}


/* service */
.service01 h2 {
	padding-left: var(--px40);
}
.service01 .linkBtn {
	max-width: 320px;
}
.service02 ul {
	list-style-type: disc;
	margin-left: 2rem;
}

/* products */
.products01 h3 {
	border-left: 10px solid var(--color-primary);
	border-bottom: none;
	padding: .4em .5em .2em;
}
.products01 .gallery-columns-1 .gallery-item img {
	max-width: 100%;
}
.products01 h4 {
	background: #FACF57;
	font-size: var(--rem20);
	font-weight: 400;
	padding: 0.5rem 1rem;
}
.products01 h4::before {
	content: none;
}

@media only screen and (max-width: 640px) {
	.products01 .gallery-columns-2 .gallery-item {
		margin-bottom: var(--px20);
	}
}

.products02 .linkBtn {
	width: 90%;
	max-width: 460px;
}

.products02 .info {
	background: #FFF5DB;
	color: var(--color-brown);
	width: 90%;
	max-width: 900px;
	margin: auto;
	padding: 4rem 8%;
}
.products02 .info .ttl {
	font-size: var(--rem24);
	margin-bottom: 2rem;
}