@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

/* font-family: "Noto Sans JP", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* font-family: "Noto Serif JP", serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

.front_contents {
	position: relative;
	padding: min(calc(150px + (1vw - 19.2px) * 4.5307), 150px) 0; /* 150-80px (1920-375) */
	z-index: 10;
}
.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}
#front_top_content, #front_bottom_content {
	position: relative;
	padding: min(calc(120px + (1vw - 19.2px) * 3.2362), 120px) 0; /* 120-70px (1920-375) */
	z-index: 0;
	background: #FFFCD8;
}
#front-sectionPost .postlist li {
	border: none!important;

}
.postlist li,
.postlist li:first-child {
	border: none!important;
}
.postlist .post_text {
	position: relative;
}
.postlist .post_text:after {
	content: '';
	display: inline-block;
	background-size: 3px 1px;
	background-image: linear-gradient(to right, #000000 1px, transparent 1px);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	position: absolute;
	height: 1px;
	bottom: 0;
	right: 0;
	width: 92%;
}
body:not(.home) #front_bottom_content {
	display: none;
}

#front-sectionPost {
	width: 94%;
	max-width: 1400px;
	margin: 0 auto;
}
.postlist .post_text {
	padding: 26px 0;
}
.post .time, .postlist .time {
	font-weight: 400;
	color: #fff !important;
	background: #FF841F;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 8px;
}
.post .time a, .postlist .time a {
	font-weight: 400;
	color: #fff!important;
}

.post4b li .post4b_contents {
	/* 	opacity: 1; */
	display: none;
}
.post4b .time {
	display: block;
	background: #FF841F;
	border-radius: 8px;
}
.post4b img {
	border-radius: 10px;
}

.post_link a {
	color: #262626!important;
}
.post_link {
	border-bottom: none;
}

#wrapper {
	max-width: unset;
	padding: 0;
	position: relative;
	z-index: 1;
}

body {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	background: #FFFCD8;
}

body p {
	line-height: 2;
}

body:not(.home) #wrapper {
	width: unset;
}
body.category #wrapper, body.archive #wrapper , body.single #wrapper , body.page-contact #wrapper , body.page-thanks #wrapper , body.page-privacy #wrapper , body.error404 #wrapper {
	width: 94%;
	max-width: var(--content-max-width);
}

.page-id-17 #wrapper {
	width: 94%!important;
	max-width: var(--content-max-width);
	margin-inline: auto;
}
#thumbImg, header#h1Header {
	height: 150px;
}
#thumbImg::before, header#h1Header::before {
	background: #FF841F;
	opacity: 1;
}
header#h1Header h1.title {
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 700;
	color: #fff;
}

#header-upper {
	display: none!important;
}
#header,.sticky-header #header > .inner {
	background: #FFFCD8;
}
.header__nav-contact {
	padding-right: 14px;
}
#header ul.header__contact {
	column-gap: 10px;
}
#header ul.header__contact li {
	height: auto;
}
#header a.head_btn {
	display: flex;
	justify-content: center;
	align-items: center;	
	flex-wrap: wrap;
	border-radius: 80px;
	color: #fff;
}
#header a.head_btn::before {
	display: inline-block;
	font-size: 1.4rem;
	margin-top: 4px;
	margin-right: 4px;
}
#header a.head_btn.tel_btn {
	position: relative;
	background: #1F2674!important;
	flex-direction: unset;
	max-width: 180px;
}
#header a.head_btn.tel_btn::before {
	content: '';
	direction: inline-block;
	background: url(/wp-content/uploads/tel.png)no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
}
#header a.head_btn.line_btn {
	position: relative;
	background: #05C756!important;
	flex-direction: unset;
	max-width: 180px;
}
#header a.head_btn.line_btn::before {
	content: '';
	direction: inline-block;
	background: url(/wp-content/uploads/line.png)no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
}
#header a.head_btn.mail_btn {
	position: relative;
	background: #FF841F!important;
	flex-direction: unset;
	max-width: 180px;
}
nav#mainNav ul li a {
	color: #262626;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a,
nav#mainNav ul li a:hover,
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li.current-menu-item a:hover {
	background: #FFFCD8;
}
nav#mainNav ul li a b {
	font-weight: 500;
	color: #262626;
}
nav#mainNav ul li.current-menu-item a span {
	color: #FF841F;
	position: relative;
}
nav#mainNav ul li.current-menu-item a span::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #FF841F;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}
nav#mainNav ul li.current-menu-item a b {
	color: #FF841F;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #262626;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #262626;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #FFFCD8;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #FF841F;
}
.spmenu #menu p {
	color: #FF841F;
	white-space: nowrap;
}

a#scrollUp {
	background: #FF841F;
}

#footer {
	padding: 30px;
	position: relative;
	z-index: 16;
}
#footer,#copyright {
	color: #fff;
	background: #FF841F;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #fff;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}
#footer .socialicon {
	margin-bottom: 20px;
}

.inner {
	width: 94%;
	max-width: 1400px;
	margin-inline: auto;
}

h1 {
	position: relative;
	z-index: 10!important;
}

h1.title {
	font-family: "Noto Serif JP", sans-serif;
	font-size: var(--rem60);
	letter-spacing: .01em;
	color: #FF841F;
	line-height: 1.6;
	font-weight: 700;
	display: block;
	margin-bottom: 40px;
	width: fit-content;
}

h1.title .ja {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: var(--rem20);
	color: #262626;
	display: block;
}

.post h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: var(--rem40);
	margin-top: 0;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}
.post h2:after {
	display: none;
}

.post h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.post h4 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	position: relative;
	z-index: 2;
}

.post h4::before {
	display: none;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Noto Sans JP", sans-serif;
	background: #FF841F;
	display: block;
	max-width: 300px;
	border-radius: 50px;
	padding: 16px;
	color: #fff;
	margin-top: 40px;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: #FF841F;
	color: #fff;
	opacity: .7;
}

.cta {
	padding: 120px 0;
	background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 16;
}
.cta .box {
	background: rgba(255, 251, 216, 0.8);
	padding: 60px 40px;
}
.cta .footer__logo {
	width: 100%;
	max-width: 220px;
	margin-inline: auto;
	margin-bottom: 40px;
}
.cta .footer__logo img {
	width: 100%;
	max-width: 100%;
}
.cta .flex {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.cta a {
	width: 100%;
	max-width: 320px;
	border-radius: 50px;
	padding: 14px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #fff;
}
.cta a::before {
	content: '';
	direction: inline-block;
	width: 30px;
	height: 30px;
	margin-top: 4px;
	margin-right: 4px;
}
.cta a .note {
	font-size: 12px;
	width: 100%;
	display: block;
	text-align: center;
}
.cta .telLink {
	font-size: 24px;
	background: #1F2674;
}
.cta .telLink::before {
	background: url(/wp-content/uploads/tel.png)no-repeat;
	background-size: contain;
}
.cta .mailLink {
	font-size: 22px;
	background: #FF841F;
}
.cta .mailLink::before {
	content: '\f0e0';
	font-family: 'FontAwesome';
	font-size: 2.4rem;
	width: unset;
	height: unset;
	margin-top: 0;
}
.mvText {
	font-size: 12px;
	text-align: left;
}

/*-----------------------------
Top
------------------------------*/
.top_concept {
	padding: 160px 0 180px;
}
.top_concept .flex {
	width: 90%;
	max-width: 1400px;
	margin-inline: auto;
	display: flex;
	position: relative;
}
.top_concept .image {
	width: 60%;
}
.top_concept .text {
	width: 57%;
	position: absolute;
	bottom: 5%;
	right: 0;
	background: #fff;
	border-radius: 30px;
	padding: 40px 30px;
	border: solid 3px #FF841F;
}
.top_concept h1.title {
	text-align: left;
	margin-left: 0;
}

.top_reason {
	padding: 120px 0;
	background: #fff;
}
.top_reason h1 {
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 500;
	font-size: var(--px120);
	color: #FF841F;
	text-align: center;
	margin-top: -200px !important;
	line-height: 1.2;
}
.top_reason h1 .ja {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: var(--rem40);
	color: #FF841F;
	display: block;
}
.top_reason ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 40px;
}
.top_reason li .image {
	margin-bottom: 20px;
}
.top_reason li .image img {
	border-radius: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.top_reason h3 {
	text-align: center;
	color: #FF841F;
	margin-bottom: 10px;
}
.top_reason h3 span {
	font-size: var(--rem40);
	display: block;
	width: fit-content;
	margin-inline: auto;
	padding-bottom: 5px;
	border-bottom: 1px solid #FF841F;
}
.top_reason .remark {
	font-size: 12px;
	display: block;
}
.top_reason .box {
	margin: 60px 0 20px;
}
.top_reason h2 {
	font-family: "Noto Serif JP", sans-serif;
	color: #FF841F;
	font-size: var(--px80);
	font-weight: 700;
	margin-bottom: 0;
}

.top_area {
	padding-top: 140px;
	position: relative;
}
.top_area::after {
	content: '';
	display: inline-block;
	background: #fff;
	width: 140px;
	height: 70px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.top_area .flex {
	display: flex;
	gap: 30px;
}
.top_area .box01 {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 20%;
}
.top_area .box02 {
	width: 50%;
}
.top_area .box03 {
	width: 30%;
}
.top_area .color01 h2,
.top_area .color01 p {
	color: #C5A149;
}
.top_area .color02 h2,
.top_area .color02 p {
	color: #77A0FF;
}
.top_area .color03 h2,
.top_area .color03 p {
	color: #90D255;
}
.top_area .color04 h2,
.top_area .color04 p {
	color: #FFB320;
}
.top_area .color05 h2,
.top_area .color05 p {
	color: #FFAED0;
}
.top_area .image img {
	width: 100%;
}
.top_area h2 {
	font-weight: 400;
	text-align: left;
	margin-left: 0;
	font-size: var(--rem24);
	margin-bottom: 0;
}

.top_recruit {
	padding-top: 120px;
}
.top_recruit .wrap {
	background: #fff;
	border-radius: 15px;
	border: solid 5px #FF841F;
	padding: 40px 7%;
	position: relative;
}
.top_recruit .flex {
	display: flex;
	justify-content: space-between;
}
.top_recruit .text {
	width: 65%;
	text-align: center;
}
.top_recruit h3 {
	font-weight: 700;
	color: #FF841F;
	margin-bottom: 20px;
}
.top_recruit h3 b {
	font-size: var(--rem40);
	color: #FF0000;
}
.top_recruit h3 .under {
	text-underline-offset: 6px;
	text-decoration: underline;
}
.top_recruit .telLink {
	width: 100%;
	max-width: 280px;
	margin-top: 20px;
	margin-inline: auto;
	border-radius: 50px;
	padding: 14px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	background: #1F2674;
	line-height: 1;
}
.top_recruit .telLink::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 4px;
	background: url(/wp-content/uploads/tel.png) no-repeat;
	background-size: contain;
}
.top_recruit .telLink .note {
	font-size: 12px;
	width: 100%;
	display: block;
	text-align: center;
}
.top_recruit .image {
	position: absolute;
	bottom: 0;
	right: 2%;
	width: 30%;
}

@media print, screen and (max-width: 1023px) {
	.top_concept {
		padding: 0 0 100px;
	}
	.top_concept .flex {
		flex-direction: column-reverse;
		gap: 40px;
	}
	.top_concept .image {
		width: 100%;
	}
	.top_concept .text {
		width: 100%;
		position: static;
		bottom: unset;
		right: unset;
		padding: 30px 25px;
	}
	.top_concept h1.title {
		text-align: center;
		margin-inline: auto;
		margin-bottom: 20px;
	}

	.top_reason {
		padding: 70px 0;
	}
	.top_reason h1 {
		font-size: var(--px80);
		margin-top: -100px!important;
	}
	.top_reason h1 .ja {
		font-size: var(--rem24);
	}
	.top_reason ul {
		grid-template-columns: repeat(1,1fr);
	}
	.top_reason .box {
		margin: 30px 0 15px;
	}
	.top_reason h2 {
		font-size: var(--rem48);
	}

	.top_area {
		padding-top: 80px;
	}
	.top_area::after {
		width: 100px;
		height: 50px;
	}
	.top_area .flex {
		flex-direction: column;
		gap: 18px;
	}
	.top_area .box01 {
		order: 2;
		width: 100%;
	}
	.top_area .box02 {
		order: 1;
		width: 100%;
		max-width: 280px;
		margin-inline: auto;
	}
	.top_area .box03 {
		width: 100%;
		order: 3;
	}

	.top_recruit {
		padding-top: 70px;
	}
	.top_recruit .wrap {
		padding: 30px 25px 0 25px;
	}
	.top_recruit .flex {
		flex-direction: column;
		gap: 40px;
	}
	.top_recruit .text {
		width: 100%;
	}
	.top_recruit .image {
		position: static;
		bottom: unset;
		right: unset;
		width: 100%;
		max-width: 200px;
		margin-inline: auto;
	}
}

/*-----------------------------
店舗情報
------------------------------*/
.information.sec01 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.information.sec01 .image {
	width: 40%;
}
.information.sec01 .text {
	width: 55%;
}
.information.sec01 table,
.information.sec01 th,
.information.sec01 td {
	border: none!important;
}
.information.sec01 th,
.information.sec01 td {
	padding: 18px 5%!important;
	vertical-align: middle!important;
}
.information.sec01 th {
	background: #FFFAF0!important;
	text-align: center!important;
	color: #FF841F!important;
	font-weight: 500!important;
}
.information.sec01 tr {
	border-bottom: 1px solid #FF841F;
}
.information.sec01 tr:first-child {
	border-top: 1px solid #FF841F;
}
.information.sec01 iframe {
	width: 100%;
	height: 350px;
}

@media print, screen and (max-width: 768px) {
	.information.sec01 .flex {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 40px;
	}
	.information.sec01 .image {
		width: 100%;
	}
	.information.sec01 .text {
		width: 100%;
	}
}

/*-----------------------------
商品・料金
------------------------------*/
.products h2 {
	font-weight: 500;
	color: #FF841F;
	padding-bottom: 8px;
	display: block;
	width: 100%;
	border-bottom: 4px solid #FF841F;
	margin-bottom: 40px;
}

.products.sec01 .flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.products.sec01 a {
	margin: 0;
}
.products.sec01 a::after {
	display: none!important;
}

.products.sec02 {
	padding-top: 120px;
}
.products.sec02 .head {
	font-weight: 700;
	font-size: var(--rem48);
	color: #FF841F;
	text-align: center;
	margin-bottom: 10px;
}
.products.sec02 .banner {
	display: flex;
	margin-bottom: 20px;
}
.products.sec02 .left {
	font-family: "Noto Serif JP", sans-serif;
	background: #000;
	font-size: var(--px80);
	color: #fff;
	font-weight: 700;
	padding: 2px 8px;
	text-align: center;
	display: flex;
	align-items: center;
}
.products.sec02 .right {
	text-align: center;
	background: #fff;
	padding: 25px 30px;
	flex-grow: 1;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.products.sec02 .text01 {
	font-weight: 700;
	font-size: var(--rem48);
}
.products.sec02 .text01 .under {
	border-bottom: 6px solid #CF0200;
}
.products.sec02 .text02 {
	color: #CF0200;
	font-weight: 900;
	font-size: var(--rem48);
}
.products.sec02 .text02 b {
	font-size: var(--px80);
}
.products.sec02 .text03 {
	font-weight: 700;
	font-size: var(--rem36);
}
.products.sec02 p.text {
	font-weight: 500;
	text-align: center;
	font-size: var(--rem30);
	line-height: 1.6;
	margin-bottom: 30px;
}
.products.sec02 ul {
	display: flex;
	flex-direction: column;
	gap: 18px;
	max-width: 600px;
	margin-inline: auto;
	margin-bottom: 90px;
}
.products.sec02 li p {
	font-size: var(--rem24);
	color: #CF0200;
	font-weight: 500;
	padding-left: 5%;
}
.products.sec02 li h3 {
	font-size: var(--rem36);
	letter-spacing: 2px;
	background: #fff;
	border-radius: 50px;
	margin: 0;
	text-align: center;
	font-weight: 700;
	padding: 10px;
}
.products.sec02 .image {
	max-width: 500px;
	margin-inline: auto;
	position: relative;
}
.products.sec02 .image > img {
	width: 100%;
}
.products.sec02 .mark {
	width: 160px;
	position: absolute;
	top: -60px;
	left: -80px;
	z-index: 1;
}
.products.sec02 .mark img {
	width: 100%;
}
.products.sec02 .textFlex {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px 140px;
	margin-bottom: 20px;
}
.products.sec02 .textFlex p {
	color: #FF841F;
	font-weight: 700;
	font-size: var(--rem24);
	text-align: center;
}
.products.sec02 table,
.products.sec02 th,
.products.sec02 td {
	border: solid 1px #FF841F!important;
}
.products.sec02 table {
	margin-bottom: 0;
}
.products.sec02 th.orabge {
	background: #FF841F!important;
	text-align: center!important;
	color: #fff;
	font-weight: 500!important;
	border: solid 1px #fff !important;
}
.products.sec02 th.orabge.head {
	font-size: var(--rem24);
}
.products.sec02 th.blue {
	background: #1F2674!important;
	text-align: center!important;
	color: #fff;
	font-weight: 500!important;
}
.products.sec02 th.blue.head {
	font-size: var(--rem24);
}
.products.sec02 td {
	background: #FFFAF0!important;
}
.products.sec02 td .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.products.sec02 td .sub {
	font-size: var(--rem16);
	font-weight: 500;
	display: block;
	width: fit-content;
	text-align: center;
	line-height: 1.2;
}
.products.sec02 td .price01 {
	font-size: var(--rem24);
	font-weight: 500;
}
.products.sec02 td .price02 {
	font-size: var(--rem40);
	font-weight: 900;
	color: #CF0200;
}
.products.sec02 .remark {
	font-size: 12px;
}

.products.sec03 {
	padding-top: 120px;
}
.products.sec03 .flex {
	width: 90%;
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.products.sec03 .image {
	width: 47%;
}
.products.sec03 .image img {
	width: 100%;
}
.products.sec03 .logos {
	width: 47%;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	gap: 15px;
}
.products.sec03 .logo img {
	width: 100%;
}
.products.sec03 .text {
	font-weight: 500;
	text-align: center;
	font-size: var(--rem30);
	margin-bottom: 30px;
}
.products.sec03 table {
	margin-bottom: 0;
}
.products.sec03 th {
	width: auto;
	background: #FF841F!important;
	text-align: center!important;
	color: #fff;
	font-size: var(--rem24);
	border: solid 1px #fff!important;
}
.products.sec03 td {
	width: auto;
	background: #FFFAF0!important;
	text-align: center!important;
	border: solid 1px #FF841F!important;
}
.products.sec03 td p {
	color: #CF0200;
	font-size: var(--rem36);
	font-weight: 700;
}
.products.sec03 td p span {
	color: #1E1E1E;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin-right: 20px;
}
.products.sec03 .remark {
	font-weight: 400;
	margin-top: 10px;
	text-align: right;
	font-size: var(--rem30);
}

.products.sec04 {
	padding-top: 120px;
}
.products.sec04 .text {
	font-weight: 500;
	text-align: center;
	font-size: var(--rem30);
	margin-bottom: 30px;
}
.products.sec04 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.products.sec04 .left {
	width: 55%;
	display: flex;
	align-items: center;
	gap: 10px;
}
.products.sec04 .image img {
	width: 100%;
}
.products.sec04 .price {
	width: 40%;
}
.products.sec04 .text02 {
	color: #FF841F;
	font-weight: 700;
	font-size: var(--rem40);
}
.products.sec04 .box {
	background: #FF841F;
	font-weight: 900;
	color: #fff;
	font-size: var(--rem40);
	padding: 10px 40px;
	display: inline-block;
}

.products.sec05 {
	padding-top: 120px;
}
.products.sec05 img {
	width: 100%;
}

@media print, screen and (max-width: 768px) {
	.products h2 {
		font-size: var(--rem48);
		border-bottom: 2px solid #FF841F;
	}

	.products.sec02 {
		padding-top: 70px;
	}
	.products.sec02 .head {
		font-size: var(--rem40);
	}
	.products.sec02 .banner {
		flex-direction: column;
	}
	.products.sec02 .left {
		padding: 20px;
		justify-content: center;
	}
	.products.sec02 .right {
		line-height: 1.5;
		padding: 15px;
		display: block;
	}
	.products.sec02 p.text {
		font-size: var(--rem24);
	}
	.products.sec02 .mark {
		width: 100px;
		top: -40px;
		left: -20px;
	}
	.products.sec02 .textFlex {
		gap: 15px 40px;
	}
	.products.sec02 .tableScroll {
		overflow-x: scroll;
	}
	.products.sec02 table {
		width: 800px;
		margin-inline: auto;
	}

	.products.sec03 {
		padding-top: 70px;
	}
	.products.sec03 .flex {
		flex-direction: column;
		gap: 30px;
	}
	.products.sec03 .image {
		width: 100%;
	}
	.products.sec03 .logos {
		width: 100%;
		gap: 10px;
	}
	.products.sec03 .text {
		font-size: var(--rem24);
		margin-bottom: 20px;
	}
	.products.sec03 .tableScroll {
		overflow-x: scroll;
	}
	.products.sec03 table {
		width: 800px;
		margin-inline: auto;
	}
	.products.sec03 .remark {
		font-size: var(--rem24);
	}

	.products.sec04 {
		padding-top: 70px;
	}
	.products.sec04 .text {
		font-size: var(--rem24);
		margin-bottom: 20px;
	}
	.products.sec04 .flex {
		flex-direction: column;
		gap: 30px;
	}
	.products.sec04 .left {
		width: 100%;
	}
	.products.sec04 .price {
		width: 100%;
		text-align: center;
	}

	.products.sec05 {
		padding-top: 70px;
	}
}

/*-----------------------------
サービス案内
------------------------------*/
.service.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.service.sec01 li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service.sec01 li:nth-child(even) {
	flex-direction: row-reverse;
}
.service.sec01 .image {
	width: 45%;
}
.service.sec01 .image img {
	width: 100%;
	border-radius: 20px;
	object-fit: cover;
}
.service.sec01 .text {
	width: 50%;
}
.service.sec01 h2 {
	font-weight: 500;
	color: #FF841F;
	text-align: left;
	margin-left: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #FF841F;
	margin-bottom: 20px;
}

@media print, screen and (max-width: 768px) {
	.service.sec01 ul {
		gap: 60px;
	}
	.service.sec01 li {
		flex-direction: column;
		gap: 40px;
	}
	.service.sec01 li:nth-child(even) {
		flex-direction: column;
	}
	.service.sec01 .image {
		width: 100%;
	}
	.service.sec01 .text {
		width: 100%;
	}
}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
}
body.page-contact .post table th {
	background: #FF841F!important;
	color: #fff!important
}
.wpcf7-form .must {
	background: #fff!important;
	color: #FF841F!important;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff!important;
	padding: 20px;
	width: 300px;
	border-radius: 50px;
	background: #FF841F;
}


/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 100%;
	}

	#front_top_content {
		padding: 50px 0;
	}
	#front_top_content h1 {
		margin-bottom: 0;
	}

	.mobile #header {
		background: #FFFCD8;
	}

	body.mobile #header .logo img {
		max-width: 140xp;
	}

	nav#mainNav ul li a {
		padding: 20px 10px;
	}
	nav#mainNav ul li a span {
		display: none;
	}
}

@media screen and (min-width: 769px){	
	.dsp_hp { display:block; }
	.dsp_smt { display:none; }
}
@media screen and (max-width: 768px){
	.dsp_hp { display:none; }
	.dsp_smt { display:block; }

	.cta {
		padding: 70px 0;
	}
	.cta .box {
		padding: 30px 20px;
	}
	.cta .footer__logo {
		max-width: 140px;
		margin-bottom: 30px;
	}
	.cta a::before {
		width: 24px;
		height: 24px;
	}
	.cta .telLink {
		font-size: 18px;
	}
	.cta .lineLink {
		font-size: 18px;
	}
	.cta .mailLink {
		font-size: 16px;
	}
	.cta .mailLink::before {
		font-size: 1.6rem;
		margin-top: 1px;
	}
}

@media print, screen and (max-width: 640px) {
	.postlist .post_text:after {
		width: calc(100%);
	}
}

