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

/* font-family: "Marcellus", serif; */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

@font-face {
	font-family:"こころ明朝";
	src: url('https://cdn.leafscape.be/kokoro/Kokoro_web.woff2')
		format("woff2");
}

.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: 10;
	background: #fff;
}
#front_top_content {
	padding-top: 200px;
}
#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: #311106;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 0;
}
.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: #311106;
}

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

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

body {
	font-weight: 400;
	font-family:"こころ明朝";
}

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;
}
header#h1Header {
	background: #fff;
}
#thumbImg::before, header#h1Header::before {
	background: #311106;
	opacity: 0.4;
}
header#h1Header h1.title {
	font-family:"こころ明朝";
	font-weight: 400;
	color: #fff;
}

#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
}
#header .logo img {
	width: 100%;
	max-width: 300px;
	max-height: 60px;
	height: auto;
}
#header a.head_btn {
	align-items: center;
}
#header a.head_btn::before {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-top: -11px;
	margin-right: 4px;
}
#header a.head_btn.tel_btn {
	background: #F8F8F8;
	color: #311106;
	flex-direction: unset;
	position: relative;
}
#header a.head_btn.tel_btn .note {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	font-weight: 400;
	font-size: 12px;
	color: #311106;
}
#header a.head_btn.tel_btn span {
	margin-top: -14px;
}
#header a.head_btn.mail_btn {
	background: #311106;
	color: #fff;
	flex-direction: unset;
	position: relative;
}
#header a.head_btn.mail_btn small {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	margin: 0;
}
#header a.head_btn.mail_btn span {
	margin-top: -10px;
}
nav#mainNav ul li a {
	color: #202020;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a b {
	font-weight: 400;
	color: #202020;
} 
nav#mainNav ul li.current-menu-item a b {
	color: #202020;
	position: relative;
}
nav#mainNav ul li.current-menu-item a b::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #311106;
}
nav#mainNav ul li.current-menu-item a b {
	color: #202020;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #202020;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #202020;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #fff;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover {
	background: #eee;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #311106;
}
.spmenu #menu p {
	color: #311106;
}

a#scrollUp {
	background: #311106;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #202020;
	background: #ffffff;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #202020;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}

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

h1.title {
	font-family: "Marcellus", serif;
	font-size: var(--rem60);
	letter-spacing: .01em;
	color: #202020;
	line-height: 1.4;
	font-weight: 400;
	display: block;
	margin-bottom: 40px;
	width: fit-content;
	position: relative;
}
h1.title .ja {
	font-family:"こころ明朝";
	font-weight: 400;
	letter-spacing: 0;
	display: block;
	font-size: var(--rem24);
	color: #202020;
}

.post h2 {
	font-family:"こころ明朝";
	font-weight: 400;
	font-size: var(--rem40);
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}
.post h2.title {
	text-align: center;
	width: fit-content;
	margin-inline: auto;
	position: relative;
	margin-bottom: 50px !important;
}
.post h2.title::before {
	content:'';
	display: inline-block;
	background: #311106;
	width: 60px;
	height: 2px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
}

.post h3 {
	font-family:"こころ明朝";
	font-weight: 400;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	font-family:"こころ明朝";
	font-weight: 400;
}

.post h4::before {
	background: #202020;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	background: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	max-width: unset;
	color: #202020;
	margin: 0;
	padding: 0;
	margin-top: 40px;
}
.linkBtn::after,
a.linkBtn::after {
	background: url(/wp-content/uploads/arrow.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 60px!important;
	height: 5px!important;
	border: none!important;
	transform: rotate(0)!important;
	position: static!important;
	top: unset!;
	right: unset!important;
	margin: 0!important;
	margin-left: 10px!important;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: unset;
	color: #202020;
	opacity: .7;
}

#mainImg {
	position: relative;
	z-index: 2;
}
.floatMenu {
	position: absolute;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
	width: 70%;
	max-width: 700px;
	z-index: 6;
	display: block;
}
.floatMenu img {
	width: 100%;
}

.cta {
	background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 120px 0;
}
.cta .logo img {
	width: 100%;
}
.cta .logo {
	width: 380px;
	margin-inline: auto;
	margin-bottom: 40px;
}
.cta address {
	text-align: center;
	color: #fff;
	font-size: var(--rem30);
	margin-bottom: 20px;
}
.cta .flex {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.cta a {
	background: #fff;
	color: #311106;
	font-size: var(--rem24);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 360px;
	padding: 16px;
	position: relative;
}
.cta a::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.cta a.tellink::before {
	background: url(/wp-content/uploads/cta_icon01.png)no-repeat;
	background-size: contain;
}
.cta a.maillink::before {
	background: url(/wp-content/uploads/cta_icon02.png)no-repeat;
	background-size: contain;
}
.footerMap iframe {
	width: 100%;
	height: 350px;
}

/*-----------------------------
Top
------------------------------*/
.top_about {
	background: #EFECEC;
	padding: 120px 0;
}
.top_about .inner {
	max-width: 900px;
}
.top_about p.red {
	text-align: center;
	margin-bottom: 20px;
	color: #9F0000;
	font-size: var(--rem24);
}
.top_about h2 {
	text-align: center;
	margin-bottom: 60px;
}
.top_about .flex {
	display: flex;
	justify-content: center;
	gap: 40px;
}
.top_about .box {
	width: 100%;
	max-width: 430px;
	background: #fff;
	padding: 25px;
	display: flex;
	flex-direction: column;
}
.top_about .box h3 {
	text-align: center;
}
.top_about .box .image {
	margin-bottom: 20px;
	position: relative;
}
.top_about .box .image img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	width: 100%;
}
.top_about .box .caption {
	position: absolute;
	width: 90%;
	max-width: 320px;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, .8);
	padding: 15px;
	text-align: center;
}
.top_about .box .caption .price {
	font-size: var(--rem30);
}
.top_about .box .caption .price small {
	font-size: var(--rem16);
}
.top_about .box .caption .red {
	color: #F15C5C;
}
.top_about .box .caption .remark {
	font-size: 12px;
	margin: 0;
}
.top_about .box p {
	margin-bottom: 40px;
}
.top_about .box .linkBtn {
	margin-top: auto;
}
.top_about .option {
	padding-top: 120px;
}
.top_about .option .subTitle {
	font-size: var(--rem30);
	text-align: center;
	margin-bottom: 40px;
}
.top_about .option p {
	text-align: center;
}
.top_about .option .content {
	margin-top: 60px;
	position: relative;
	background: #fff;
	padding: 40px;
}
.top_about .option .content::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/option_icon.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.top_about .option h3 {
	text-align: center;
}
.top_about .option ul {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.top_about .option li {
	background: #311106;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
}

.top_cta {
	padding: 120px 0;
}
.top_cta .inner {
	max-width: 900px;
}
.top_cta .wrap {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.top_cta a {
	display: block;
}
.top_cta a img {
	width: 100%;
}

.top_service {
	padding: 120px 0;
	background: #EFECEC;
}
.top_service ul {
	display: flex;
	justify-content: center;
	gap: 30px 40px;
	flex-wrap: wrap;
}
.top_service li {
	width: 100%;
	max-width: 430px;
}
.top_service li a {
	position: relative;
	display: block;
}
.top_service li a::after {
	content: '';
	display: inline-block;
	background: #311106;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
	z-index: 1;
}
.top_service li img {
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
}
.top_service h3 {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: #fff;
	z-index: 2;
}
.top_service h3 span {
	font-style: var(--rem18);
	display: block;
}
.top_service .linkBtn {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	margin: 0;
	width: fit-content;
	z-index: 2;
}
.top_service .linkBtn::after {
	background: url(/wp-content/uploads/arrow_white.png)no-repeat;
	background-size: contain;
	background-position: center;
}
.top_service .linkBtn:hover {
	color: #fff;
}

.top_area {
	padding-top: 120px;
}
.top_area .wrap {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.top_area p {
	text-align: center;
}
.top_area .inner {
	max-width: 900px;
}
.top_area .image {
	width: 90%;
	max-width: 700px;
	margin-inline: auto;
	margin-top: 30px;
	margin-bottom: 40px;
}

@media print, screen and (max-width: 768px) {
	.top_about {
		padding: 70px 0;
	}
	.top_about h2 {
		margin-bottom: 40px;
	}
	.top_about .flex {
		flex-direction: column;
		gap: 30px;
	}
	.top_about .box p {
		margin-bottom: 30px;
	}
	.top_about .option {
		padding-top: 70px;
	}
	.top_about .option .subTitle {
		margin-bottom: 30px;
	}
	.top_about .option .content {
		margin-top: 40px;
		padding: 40px 25px;
	}

	.top_cta {
		padding: 70px 0;
	}
	.top_cta .wrap {
		gap: 20px;
	}

	.top_service {
		padding: 70px 0;
	}

	.top_area {
		padding-top: 70px;
	}
	.top_area .wrap {
		gap: 40px;
	}
}

/*-----------------------------
選ばれる理由
------------------------------*/
body.page-reason #content.wide {
	padding-top: 0;
}
.reason.sec01 {
	background: #EFECEC;
	padding: 100px 0;
}
.reason.sec01 .wrap {
	background: #fff;
	padding: 50px 40px;
}
.reason.sec01 h3 {
	text-align: center;
}
.reason.sec01 p.right {
	text-align: right;
	margin-top: 30px;
}

.reason.sec02 {
	padding-top: 120px;
}
.reason.sec02 ul {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}
.reason.sec02 li {
	width: 100%;
	max-width: 405px;
}
.reason.sec02 .image {
	margin-bottom: 20px;
}
.reason.sec02 h3 {
	text-align: center;
}

.reason.sec03 {
	padding-top: 120px;
}
.reason.sec03 h3 {
	text-align: center;
	margin-bottom: 0;
}
.reason.sec03 h3 span {
	font-size: var(--rem16);
	display: block;
}
.reason.sec03 table {
	border: none!important;
}
.reason.sec03 th,
.reason.sec03 td, {
	border: solid 1px #311106!important;
}
.reason.sec03 th,
.reason.sec03 td {
	padding: 15px 5px!important;
	text-align: center!important;
	vertical-align: middle;
}
.reason.sec03 th.borderNone {
	border: none!important;
	background: unset!important;
}
.reason.sec03 th.bgNone {
	background: unset!important;
}
.reason.sec03 th.bg {
	background: #311106!important;
}
.reason.sec03 th.bg h3 {
	color: #fff;
}
.reason.sec03 td.bg02 {
	background: #F8F8F8!important;
}
.reason.sec03 td.bg03 {
	background: #EFECEC!important;
}
.reason.sec03 td h2 {
	color: #F15C5C;
	white-space: nowrap;
	margin-bottom: 0;
}
.reason.sec03 td h2 span {
	font-size: var(--rem16);
}
.reason.sec03 ul {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.reason.sec03 ul.bg li {
	background: #EFECEC;
}
.reason.sec03 ul.bg::after {
	display: none;
}
.reason.sec03 li {
	width: 65px;
	text-align: center;
	padding: 10px 0;
	background: #fff;
	position: relative;
}
.reason.sec03 li:not(:last-child)::after {
	content: '';
	display: inline-block;
	background: #707070;
	position: absolute;
	top: 50%;
	right: -20px;
	width: 20px;
	height: 1px;
}

@media print, screen and (max-width: 768px) {
	.reason.sec01 {
		padding: 70px 0;
	}
	.reason.sec01 .wrap {
		padding: 40px 25px;
	}
	.reason.sec01 p.right {
		margin-top: 20px;
	}

	.reason.sec02 {
		padding-top: 70px;
	}

	.reason.sec03 {
		padding-top: 70px;
	}
	.reason.sec03 .wrap {
		overflow-x: scroll;
	}
	.reason.sec03 table {
		min-width: 780px;
	}


}

/*-----------------------------
料金プラン
------------------------------*/
.price.sec01 .wrap {
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.price.sec01 .box {
	background: #EFECEC;
	padding: 60px 0;
}
.price.sec01 .box .inner {
	max-width: 1100px;
	width: 94%;
	margin-inline: auto;
}
.price.sec01 h3 {
	text-align: center;
	background: #311106;
	padding: 6px 0;
	color: #fff;
	margin-bottom: 0;
}
.price.sec01 .flex {
	background: #fff;
	padding: 30px;
	display: flex;
	gap: 50px;
}
.price.sec01 .text {
	width: 100%;
}
.price.sec01 .image {
	width: 100%;
}
.price.sec01 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.price.sec01 .subTitle {
	font-size: var(--rem30);
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: 1px solid #311106;
	margin-top: 40px;
	margin-bottom: 25px;
}
.price.sec01 ul {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.price.sec01 li {
	background: #311106;
	text-align: center;
	color: #fff;
	line-height: 1;
	padding: 6px 12px;
}
.price.sec01 .priceBox {
	background: #EFECEC;
	padding: 20px;
	text-align: center;
}
.price.sec01 .price {
	font-size: var(--rem30);
}
.price.sec01 .price .red {
	color: #F15C5C;
}
.price.sec01 .price small {
	font-size: var(--rem16);
}
.price.sec01 .remark {
	font-size: var(--rem16);
}
.price.sec01 .plusIcon {
	width: 30px;
	margin-inline: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.price.sec01 th {
	background: #311106!important;
	text-align: center!important;
	padding: 0 5px!important;
}
.price.sec01 th h3 {
	color: #fff;
}
.price.sec01 th h3 span {
	font-size: var(--rem40);
}
.price.sec01 td {
	padding: 20px!important;
	vertical-align: middle;
}
.price.sec01 td:first-child {
	width: 70%;
}
.price.sec01 td .red {
	color: #F15C5C;
}
.price.sec01 .total {
	background: #fff;
	padding: 20px;
	text-align: center;
	font-size: var(--rem48);
}
.price.sec01 .total .red {
	color: #F15C5C;
}
.price.sec01 .total small {
	font-size: var(--rem24);
}

.price.sec02 {
	padding-top: 120px;
	text-align: center;
}
.price.sec02 h3 {
	text-align: center;
}

.price.sec03 {
	padding-top: 120px;
}
.price.sec03 th {
	background: #311106!important;
	text-align: center!important;
	padding: 0 5px!important;
}
.price.sec03 th h3 {
	color: #fff;
	margin-bottom: 0;
}
.price.sec03 th h3 span {
	font-size: var(--rem40);
}
.price.sec03 td {
	padding: 20px!important;
	vertical-align: middle;
}
.price.sec03 td:first-child {
	width: 70%;
}
.price.sec03 td .red {
	color: #F15C5C;
}

.price.sec04 {
	padding-top: 120px;
	text-align: center;
}
.price.sec04 h3 {
	text-align: center;
}
.price.sec04 .under {
	text-decoration: underline;
}

@media print, screen and (max-width: 768px) {
	.price.sec01 .wrap {
		gap: 60px;
	}
	.price.sec01 .box {
		padding: 40px 0;
	}
	.price.sec01 .flex {
		padding: 25px;
		flex-direction: column;
		gap: 40px;
	}
	.price.sec01 .subTitle {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.price.sec01 .plusIcon {
		width: 20px;
	}
	.price.sec01 td:first-child {
		width: 67%;
	}
	.price.sec01 td .red {
		display: block;
	}

	.price.sec02 {
		padding-top: 70px;
	}

	.price.sec03 {
		padding-top: 70px;
	}
	.price.sec03 td:first-child {
		width: 67%;
	}

	.price.sec04 {
		padding-top: 70px;
	}
}

/*-----------------------------
よくある質問
------------------------------*/

.faq.sec01 h3 {
	text-align: center;
}

.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	font-family: "Marcellus", serif;
	color: #311106;
	background: #EFECEC;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qa_list .qa_list_inner .q_ico {
	font-family: "Marcellus", serif;
	background: #311106;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: 400;
	color: #fff;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #cccccc;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
	line-height: 1.8;
	width: 100%;
}
.qa_list .qa_list_inner dt:after {
	content: '';
	position: absolute;
	top: 46%;
	right: 3rem;
	width: 12px;
	height: 12px;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
	top: 43%;
	right: 2rem;
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}

.qa_list .qa_list_inner summary {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
	cursor: pointer;
	list-style: none;
}
.qa_list .qa_list_inner summary::-webkit-details-marker {
	display:none;
}
.qa_list .qa_list_inner .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
	display: flex;
	align-items: center;
}
.qa_list .qa_list_inner .q_desc {
	padding: 1.5rem 2rem 1.5rem 2rem;
}
.qa_list .qa_list_inner .a_desc {
	line-height: 1.8;
	width: 100%;
}
.qa_list .qa_list_inner summary:after {
	content: '';
	position: absolute;
	top: 46%;
	right: 2rem;
	width: 12px;
	height: 12px;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner details[open] summary:after {
	top: 43%;
	right: 1rem;
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner .ans_flex {
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}

@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner .q_desc {
		padding: 0.5rem 2rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}


/*-----------------------------
会社案内
------------------------------*/
.company.sec01 table,
.company.sec01 th,
.company.sec01 td {
	background: unset!important;
	font-weight: 400!important;
	border: none!important;
}
.company.sec01 th,
.company.sec01 td {
	padding: 16px 5%!!important;
}
.company.sec01 tr {
	border-bottom: 1px solid #202020;
}

.company.sec02 {
	padding-top: 120px;
}
.company.sec02 iframe {
	width: 100%;
	height: 350px;
}

.company.sec03 {
	padding-top: 120px;
}
.company.sec03 .wrap {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.company.sec03 p {
	text-align: center;
}
.company.sec03 .inner {
	max-width: 900px;
}
.company.sec03 .image {
	width: 90%;
	max-width: 700px;
	margin-inline: auto;
	margin-top: 30px;
	margin-bottom: 40px;
}

@media print, screen and (max-width: 768px) {
	.company.sec02 {
		padding-top: 70px;
	}

	.company.sec03 {
		padding-top: 70px;
	}
	.company.sec03 .wrap {
		gap: 40px;
	}
}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
}
body.page-contact .post table th {
	background: #311106!important;
	color: #fff!important
}
.wpcf7-form .must {
	background: #F9F9F9!important;
	color: #311106!important;
}
.post .subimitarea .linkBtn {
	max-width: 300px;
	margin-inline: auto;
}
.post .subimitarea .linkBtn::after {
	display: none!important;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff!important;
	background: #311106;
	padding: 20px;
}


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

	nav#mainNav ul li a {
		padding: 20px 10px;
	}
	nav#mainNav ul li a span {
		display: none;
	}
	nav#mainNav ul li.current-menu-item a b::after {
		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; }

	#front_top_content {
		padding-top: 80px;
	}

	.floatMenu {
		bottom: -40px;
	}

	.postlist .post_text {
		padding: 15px 0;
	}

	.post h2.title {
		margin-bottom: 40px !important;
	}
	.post h2.title::before {
		bottom: -15px;
	}


	.cta {
		padding: 70px 0;
	}
	.cta .logo {
		width: 200px;
		margin-bottom: 30px;
	}
}

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