@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #F0F0E7;
	--color-font: #333;
	--color-primary: #A8D845;
	--color-primary-shade: #06C755;
	--color-primary-tint: #ED6A5A;
	--color-secondary: #ED6A5A;
	--color-table-border: #EBEBEB;
	--color-table-th: #A8D845;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #A8D845;
	--header-color-primary-shade: #333;
	--header-color-primary-tint: #ED6A5A;
	/*------▼フッター設定▼------*/
	--footer-background: #A8D845;
	--footer-color-font: #333;
	--footer-color-primary: #333;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Montserrat', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table {
	background: #fff;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header ul.header__contact {
		position: relative;
		margin-left: 10px;
	}
	#header ul.header__contact::before {
		position: absolute;
		top: 18px;
		left: 0;
		height: calc(100% - 36px);
		border-left: 1px solid #666;
		content: "";
	}
	#header a.head_btn {
		font-weight: 500;
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		padding-left: 30px;
		padding-right: 30px;
		background: none;
		color: var(--header-color-primary-shade);
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		color: var(--header-color-primary);
		font-size: 22px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		color: var(--header-color-primary);
		font-size: 80%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	#header a.head_btn.mail_btn {
		color: var(--header-color-primary-shade);
		flex-direction: row;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav ul li a b {
		font-size: 110%;
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
	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: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	max-height: var(--px50);
}
#footer .inner {
	border-bottom: 1px solid #666;
}
#copyright {
	background: none;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#footer .inner {
		padding-bottom: 15px;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	border-radius: 0;
	padding: 15px 60px;
	line-height: 1.4;
}
#content .linkBtn.btn_red {
	background: var(--color-primary-tint);
	border-radius: 999px;
	box-shadow: 0 -2px 0 #852F25 inset;
}
#content .linkBtn.btn_red:hover {
	background: #fff;
	color: var(--color-primary-tint);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1060, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1060 { width: 1060px; }
.w1000 { width: 1000px; }
/**/
.box_white {
	background: #fff;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
#top_msg::before {
	background: var(--color-primary);
}
#top_msg h1 {
	text-align: left;
}
#top_msg h1::after {
	display: block;
	width: 80px;
	height: 1px;
	margin: 15px 0 0;
	background: var(--color-font);
	content: "";
}
#top_msg h1 b {
	display: block;
	color: #fff;
	font-size: 130%;
}
#top_msg h1 b+span {
	display: block;
	font-size: 60%;
}
#top_msg .in {
	position: relative;
	margin-left: 50px;
	padding: 20px;
	font-size: 120%;
	font-weight: 500;
	text-align: center;
}
#top_msg .in ul {
	display: inline-block;
	text-align: left;
}
#top_msg .in li+li {
	margin-top: 5px;
}
#top_msg .in li span {
	color: var(--color-primary-tint);
}
#top_msg .ico {
	position: absolute;
	top: -20px;
	left: -50px;
	width: 90px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_msg .photo {
		width: 40%;
	}
	#top_msg .txt {
		width: 56%;
	}
	#top_msg .in {
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_msg .photo {
		margin-bottom: 20px;
	}
	#top_msg h1 b {
		margin-bottom: 5px;
		font-size: 100%;
	}
	#top_msg h1 b+span {
		font-size: 65%;
	}
	#top_msg .in {
		margin-left: 40px;
		padding: 20px;
	}
	#top_msg .ico {
		top: -25px;
		left: -40px;
		width: 60px;
	}
}
/**/
#top_leave::before {
	top: auto;
	bottom: 0;
	height: 50%;
	background: var(--color-primary);
}
#top_leave::after {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 100px;
	height: 30px;
	background: var(--color-primary);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	content: "";
}
#top_leave h1 b {
	display: block;
}
#top_leave h1 b+span {
	display: block;
	font-size: 85%;
	font-family: var(--font-family02);
}
#top_leave dl {
	margin-bottom: 30px;
	background: #fff;
}
#top_leave dt {
	text-align: center;
}
#top_leave dt b {
	display: block;
	padding: 20px;
	padding-bottom: 0;
	font-size: 120%;
}
#top_leave dd {
	padding: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_leave dl {
		width: 32%;
	}
}
/**/
#top_service dl {
	padding: 5px;
	background: #fff;
}
#top_service dt {
	text-align: center;
}
#top_service dt b {
	display: block;
	padding: 15px;
	padding-bottom: 0;
	font-size: 120%;
}
#top_service dd {
	padding: 15px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_service dl {
		width: 23.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_service dl+dl {
		margin-top: 20px;
	}
}
/**/
#top_works::before {
	background: url(/wp-content/uploads/top_works_bg.jpg.webp) no-repeat center center / cover;
}
#top_choose::before {
	background: url(/wp-content/uploads/top_choose_bg.jpg.webp) no-repeat center center / cover;
}
#top_works .in,
#top_choose .in {
	margin-left: 5%;
	margin-right: 5%;
}
.top_contents .txt {
	padding: 0 5%;
	background: url(/wp-content/uploads/bg.png.webp);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_works::before {
		left: auto;
		right: 0;
		width: 60vw;
		margin-left: 0;
	}
	#top_choose::before {
		width: 60vw;
		margin-right: 0;
	}
	.top_contents .txt,
	.top_contents .photo {
		width: 50%;
	}
	.top_contents .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
/**/
#top_area {
	background: var(--color-primary);
}
#top_area .txt h2 {
	text-align: left;
}
#top_area .txt h2 img {
	width: 450px;
}
#top_area .txt span {
	background: linear-gradient(transparent 60%, #fff 60%);
	font-size: var(--rem28);
	font-weight: 500;
}
#top_area .txt span b {
	font-size: 120%;
	font-weight: 500;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_area .map,
	#top_area .txt {
		width: 50%;
	}
}
/**/
body:not(.home) #content:has(#contact_box) {
	padding-bottom: 0 !important;
}
#contact_box::before {
	background: url(/wp-content/uploads/contact_bg.jpg.webp) no-repeat center center / cover;
}
#contact_box .btn {
	width: 1000px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	color: var(--color-font);
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	font-size: 150%;
}
#contact_box .btn .mail a {
	background: var(--color-primary);
}
#contact_box .btn .line a {
	background: var(--color-primary-shade);
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 32.5%;
	}
	#contact_box::before {
		width: calc(100vw - 10%);
		left: 5%;
	}
	body:not(.home) #contact_box {
		margin-bottom: 7rem;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contact_box .btn li+li {
		margin-top: 10px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
.post h2.noline::after {
	display: none;
}
.post h2::after {
	width: 100%;
	height: 15px;
	background: url(/wp-content/uploads/line.png.webp) no-repeat center center / contain;
	border: none;
}
.post h2 b {
	display: block;
	font-weight: 600;
	font-family: var(--font-family02);
	line-height: 1.2;
}
.post h2 b::first-letter {
	color: var(--color-primary);
	font-size: 150%;
}
.post h2 b+span {
	display: block;
	font-size: var(--rem16);
	font-weight: 500;
}
.post h2 b+span::first-letter {
	color: var(--color-primary);
}
.post h2.lft {
	text-align: left;
}
.post h2.lft::after {
	background-position: left center;
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	下層共通
--------------------------------------------------*/
body:not(.home) #wrapper {
	position: relative;
}
body:not(.home) #wrapper::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
	background: url(/wp-content/uploads/bg-sub.png) repeat top left / auto;
}
/*--------------------------------------------------
	事業内容
--------------------------------------------------*/
#service_list .box {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	border-radius: 10px;
}
#service_list h3 {
	padding: 0 0 0 15px;
	border: none;
	border-left: 10px solid var(--color-primary);
}
#service_list .ttl {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-font);
	font-size: var(--rem20w);
	font-weight: 600;
}
/*--------------------------------------------------
	塗装会社の選び方
--------------------------------------------------*/
#choose_list .box::before {
	background: #A8D845;
}
#choose_list dt {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--color-font);
	font-size: var(--rem28);
}
#choose_list dt b {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	font-size: var(--rem48w);
	font-family: var(--font-family03);
}
#choose_list dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#choose_list .box::before {
		width: 70vw;
	}
	#choose_list .box:not(.rev)::before {
		margin-right: 0;
		border-radius: 0 10px 10px 0;
	}
	#choose_list .box.rev::before {
		left: auto;
		right: 0;
		margin-left: 0;
		border-radius: 10px 0 0 10px;
	}
	#choose_list dl {
		width: 46%;
	}
	#choose_list .photo {
		width: 50%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#choose_list dl {
		margin-bottom: 20px;
	}
}
/**/
#choose_caution {
	padding: 20px;
	border: 1px solid var(--color-font);
}
#choose_caution dt {
	position: relative;
	margin-bottom: 15px;
	padding: 0 0 15px 22px;
	border-bottom: 1px solid var(--color-font);
	font-size: var(--rem20w);
}
#choose_caution dt::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 8px;
	height: 26px;
	background: var(--color-primary);
	content: "";
}
#choose_caution dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#choose_caution {
		padding: 30px;
	}
}
/**/
#choose_contact {
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#choose_contact dl,
#choose_contact .in {
	padding: 20px;
}
#choose_contact dl {
	background: var(--color-primary);
}
#choose_contact dt {
	margin-bottom: 10px;
	font-size: 115;
}
#choose_contact dd {
	padding: 0;
}
#choose_contact .in {
	background: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#choose_contact dl,
	#choose_contact .in {
		padding: 30px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
}