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

/* font-family: "Shippori Mincho", serif; */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

/*font-family: "Noto Sans JP", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..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: 10;
	background: unset;
}

#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, #fff 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: 1200px;
	margin: 0 auto;
}
.postlist .post_text {
	padding: 26px 0;
}
.post .time, .postlist .time {
	font-weight: 500;
	color: #272220 !important;
	background: linear-gradient(62deg,rgba(229, 201, 129, 1) 0%, rgba(255, 240, 200, 1) 50%, rgba(115, 101, 65, 1) 100%);
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 0;
}
.post .time a, .postlist .time a {
	font-weight: 500;
	color: #272220!important;
}
.postlist .post_text,
.postlist .ttls,
.postlist .ttls a,
.postlist .date {
	color: #fff;
}

.post4b li .post4b_contents {
	opacity: 1;
	/* 	display: none; */
}
.post4b .time {
	display: block;
	background: linear-gradient(62deg,rgba(229, 201, 129, 1) 0%, rgba(255, 240, 200, 1) 50%, rgba(115, 101, 65, 1) 100%);
	color: #272220 !important;
}
.post4b .time a {
	color: #272220 !important;
}

.post_link a {
	color: #272220!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;
	color: #fff;
	background-color: #272220; /* 背景色 */
	background-image: url(/wp-content/uploads/top_concept_bg.png); /* 背景画像 */
	background-repeat: repeat-y; /* 縦方向に繰り返す */
	background-position: center; /* 横方向中央寄せ */
	background-size: 100% auto; /* デフォルト：画像のサイズを保持 */
}

body p {
	line-height: 2;
	color: #fff;
}

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: #000000;
	opacity: 0.3;
}
header#h1Header h1.title {
	font-family: "Shippori Mincho", serif;
	font-size: var(--rem48);
	font-weight: 400;
	color: #fff;
}
header#h1Header h1.title::after {
	display: none!important;
}

body.home #header {
	position: absolute;
	background: rgba(39, 34, 32, .25);
}
body.home .sticky-header #header > .inner {
	background: rgba(39, 34, 32, .25);
}
#header {
	background: #272220;
}
.sticky-header #header > .inner {
	background: #272220;
}
#header-upper {
	display: none!important;
}
#header .logo {
	padding: 5px 10px;
}
#header .logo img {
	width: 100%;
	max-width: 300px;
	max-height: 55px;
	height: auto;
}
#header a.head_btn {
	align-items: center;
	position: relative;
}
#header a.head_btn span {
	margin-top: -14px;
}
#header a.head_btn::before {
	font-size: 1em;
	margin-top: -11px;
	margin-bottom: 0;
	margin-right: 4px;
	color: #E5C981;
}
#header a.head_btn.access_btn {
	background: #AD9A74;
	color: #fff;
	flex-direction: unset;
}
#header a.head_btn.access_btn::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 18px;
	background: url(/wp-content/uploads/acces-icon.png)no-repeat;
	background-size: contain;
	margin-right: 4px;
}
#header a.head_btn.tel_btn {
	background: #9D8E70;
	color: #fff;
	flex-direction: unset;
}
#header a.head_btn.mail_btn {
	background: #8A7346;
	color: #fff;
	flex-direction: unset;
}
#header a.head_btn .note {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	font-weight: 400;
	font-size: 10px;
	margin: 0;
}
nav#mainNav ul li a {
	color: #fff;
	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: #fff;
}
nav#mainNav ul li a:hover,
nav#mainNav ul li a:hover b {
	color: #fff;
}
nav#mainNav ul li.current-menu-item a:hover b {
	color: #E5C981;
}
nav#mainNav ul li a:active,
nav#mainNav ul li a:hover,
nav#mainNav ul li.current-menu-ancestor a,
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li.current-menu-parent a {
	background: unset;
}
nav#mainNav ul li.current-menu-item a b {
	color: #E5C981;
	text-decoration: underline;
	text-underline-offset: 5px;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #E5C981;
}

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

a#scrollUp {
	background: #8A7346;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #fff;
	background: #272220;
}
#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: 15px;
}
#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 {
	color: #fff;
}

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

h1.title {
	font-family: "Shippori Mincho", serif;
	font-size: var(--rem48);
	letter-spacing: .01em;
	color: #fff;
	line-height: 1.4;
	font-weight: 700;
	display: block;
	margin-bottom: 40px;
	width: fit-content;
	position: relative;
}
h1.title .ja {
	display: block;
	font-size: var(--rem20);
}

.post h2 {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	font-size: var(--rem40);
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}

.post h3 {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
}

.post h4::before {
	background: #8A7346;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Shippori Mincho", serif;
	background: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	max-width: unset;
	font-weight: 700;
	color: #E5C981;
	margin: 0;
	padding: 0;
	margin-top: 40px;
}
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: #E5C981;
	opacity: .7;
}

.contact_sec {
	position: relative;
	padding-top: 150px;
	margin-bottom: 40px;
}
.contact_sec .wrap {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
}
.contact_sec::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 90%;
	width: 100%;
	background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.contact_sec h1 {
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	font-size: var(--rem48)!important;
	line-height: 1.6;
	color: #263129!important;
	margin-bottom: 30px;
}
.contact_sec .box {
	padding: 45px 40px;
	background: #fff;
	box-shadow: 2px 2px 4px #ccc;
	margin-top: 100px;
}
.contact_sec .btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 14px;
}
.contact_sec a {
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	width: 300px;
	height: 55px;
	max-width: 100%;
	position: relative;
	padding: 10px 0;
}
.contact_sec a::before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 1em;
	margin-top: 3px;
	font-weight: 400;
	line-height: 1;
	color: #E5C981;
}
.contact_sec a::after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.contact_sec a:hover {
	opacity: .7;
}
.contact_sec a.accessLink {
	background: #AD9A74;
	border: solid 1px #E5C981;
}
.contact_sec a.accessLink::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 22px;
	background: url(/wp-content/uploads/acces-icon.png)no-repeat;
	background-size: contain;
	margin-right: 4px;
}
.contact_sec a.accessLink::after {
	background: #E5C981;
}
.contact_sec a.telLink {
	font-size: 22px;
	background: #9D8E70;
	border: solid 1px #E5C981;
}
.contact_sec a.telLink::before {
 	content: '\f095';
}
.contact_sec a.telLink::after {
	background: #FFFFFF;
}
.contact_sec a.mailLink {
	background: #8A7346;
	border: solid 1px #E5C981;
	color: #ffffff;
}
.contact_sec a.mailLink::before {
 	content: '\f0e0';
}
.contact_sec a.mailLink::after {
	background: #E5C981;
}
.contact_sec .wrap p {
	text-align: center;
	font-size: var(--rem14);
	color: #263129;
}

#breadcrumb,
#breadcrumb ul,
#breadcrumb ul li,
#breadcrumb ul li a,
#breadcrumb ul li span {
	color: #fff;
}

/*-----------------------------
Top
------------------------------*/
.top_concept {
	padding: 120px 0;
}
.top_concept h2 {
	font-size: var(--rem48);
	text-align: center;
	margin-bottom: 60px;
}
.top_concept h2 span {
	font-weight: 400;
	display: block;
	font-size: var(--rem20);
	margin-top: 10px;
}
.top_concept p {
	text-align: center;
	line-height: 2.5;
}

.top_company {
	position: relative;
	padding-bottom: 120px;
}
.top_company::after {
	content: '';
	display: inline-block;
	background: linear-gradient(62deg,rgba(138, 115, 70, 1) 0%, rgba(242, 229, 203, 1) 100%);
	height: 88%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.top_company .flex {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.top_company .text {
	width: 34%;
}
.top_company .image {
	width: 60%;
	flex: 1;
	margin-left: calc(50% - 50vw);
	margin-right: 4%;
}
.top_company .image img {
	width: 100%;
}
.top_company h1 {
	color: #272220;
	text-align: left;
	margin-left: 0;
}
.top_company p {
	color: #272220;
}
.top_company .linkBtn {
	color: #272220;
	justify-content: flex-start;
}
.top_company .linkBtn::after {
	background: url(/wp-content/uploads/arrow02.png)no-repeat;
	background-size: contain;
	background-position: center;
}

.top_strengths {
	padding: 120px 0;
	background: url(/wp-content/uploads/top_strengths_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.top_strengths .flex {
	display: flex;
	gap: 70px;
}
.top_strengths h1 {
	text-align: left;
	color: #E5C981;
	margin: 0;
	width: fit-content;
	writing-mode: vertical-rl;
}
.top_strengths h1::after {
	display: none;
}
.top_strengths ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	gap: 40px;
}
.top_strengths .image {
	margin-bottom: 20px;
}
.top_strengths .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.top_strengths h3 {
	font-size: var(--rem30);
	text-align: center;
	margin-bottom: 12px;
}

@media print, screen and (max-width: 768px) {
	.top_concept {
		padding: 70px 0;
	}
	.top_concept h2 {
		margin-bottom: 30px;
	}
	.top_concept p {
		line-height: 2;
	}

	.top_company {
		padding-bottom: 70px;
	}
	.top_company .flex {
		flex-direction: column-reverse;
		gap: 30px;
	}
	.top_company .text {
		width: 100%;
	}
	.top_company .image {
		width: 100%;
		margin: 0;
		margin-inline: auto;
	}
	.top_company h1 {
		text-align: center;
		margin-inline: auto;
	}
	.top_company .linkBtn {
		justify-content: center;
	}

	.top_strengths {
		padding: 70px 0;
	}
	.top_strengths .flex {
		flex-direction: column;
		gap: 35px;
	}
	.top_strengths h1 {
		text-align: center;
		writing-mode: unset;
		margin-inline: auto;
		margin-bottom: 0!important;
	}
	.top_strengths ul {
		grid-template-columns: repeat(1,1fr);
	}
}

/*-----------------------------
事業所一覧
------------------------------*/
body.page-offices #content.wide {
	padding-top: 0;
}
.offices.sec01 {
	background: url(/wp-content/uploads/offices_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}
.offices.sec01 h2 {
	font-size: var(--rem40);
	color: #263129;
}
.offices.sec01 h2 span {
	font-size: var(--rem20);
	display: block;
}
.offices.sec01 .flex {
	display: flex;
	gap: 20px 40px;
}
.offices.sec01 .image,
.offices.sec01 .map {
	width: 100%;
}
.offices.sec01 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.offices.sec01 .map iframe {
	width: 100%;
	aspect-ratio: 3 / 2;
}
.offices.sec01 .box01 table,
.offices.sec01 .box01 th,
.offices.sec01 .box01 td {
	background: unset!important;
	font-weight: 400!important;
	border: none!important;
	color: #272220!important;
}
.offices.sec01 .box01 tr {
	border-bottom: 1px solid #272220;
}
.offices.sec01 .box02 {
	padding-top: 120px;
}
.offices.sec01 ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	gap: 25px;
}
.offices.sec01 li {
	background: #272220;
	padding: 40px 25px;
}
.offices.sec01 h3 {
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
}
.offices.sec01 .box02 table,
.offices.sec01 .box02 th,
.offices.sec01 .box02 td {
	background: unset!important;
	font-weight: 400!important;
	border: none!important;
	color: #fff!important;
}
.offices.sec01 .box02 tr {
	border-bottom: 1px solid #fff;
}

.offices.sec02 {
	padding: 100px 0;
}
.offices.sec02 .wrap {
	display: flex;
	flex-direction: column;
	gap: 100px;
}
.offices.sec02 h2 {
	font-size: var(--rem40);
	color: #fff;
	padding-bottom: 16px;
	position: relative;
	margin-bottom: 40px;
}
.offices.sec02 h2::after {
	content: '';
	display: inline-block;
	background: #E5C981;
	width: 80px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.offices.sec02 h2 span {
	font-size: var(--rem20);
	display: block;
}
.offices.sec02 .flex {
	display: flex;
	gap: 20px 40px;
}
.offices.sec02 .image,
.offices.sec02 .map {
	width: 100%;
}
.offices.sec02 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: center top;
}
.offices.sec02 .map iframe {
	width: 100%;
	aspect-ratio: 3 / 2;
}
.offices.sec02 table,
.offices.sec02 th,
.offices.sec02 td {
	background: unset!important;
	font-weight: 400!important;
	border: none!important;
	color: #fff!important;
}
.offices.sec02 tr {
	border-bottom: 1px solid #fff;
}

@media print, screen and (max-width: 768px) {
	.offices.sec01 {
		padding: 60px 0;
	}
	.offices.sec01 .flex {
		flex-direction: column;
	}
	.offices.sec01 .image,
	.offices.sec01 .map {
		width: 100%;
	}
	.offices.sec01 .box02 {
		padding-top: 60px;
	}
	.offices.sec01 ul {
		grid-template-columns: repeat(1,1fr);
	}
	.offices.sec01 li {
		padding: 30px 25px;
	}

	.offices.sec02 {
		padding: 60px 0;
	}
	.offices.sec02 .wrap {
		gap: 60px;
	}
	.offices.sec02 .flex {
		flex-direction: column;
	}
	.offices.sec02 h2 {
		margin-bottom: 30px;
	}
}

/*-----------------------------
企業理念
------------------------------*/
.philosophy.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.philosophy.sec01 li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.philosophy.sec01 li:nth-child(even) {
	flex-direction: row-reverse;
}
.philosophy.sec01 li:nth-child(odd) .image {
	flex: 1;
	margin-left: calc(50% - 50vw);
	margin-right: 4%;
}
.philosophy.sec01 li:nth-child(even) .image {
	flex: 1;
	margin-right: calc(50% - 50vw);
	margin-left: 4%;
}
.philosophy.sec01 .image,
.philosophy.sec01 .text {
	width: 47%;
}
.philosophy.sec01 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.philosophy.sec01 h2 {
	text-align: left;
	margin-left: 0;
	padding-bottom: 8px;
	border-bottom: solid 1px #E5C981;
}

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

/*-----------------------------
採用
------------------------------*/
.recruit.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.recruit.sec01 li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.recruit.sec01 li:nth-child(even) {
	flex-direction: row-reverse;
}
.recruit.sec01 li:nth-child(odd) .image {
	flex: 1;
	margin-left: calc(50% - 50vw);
	margin-right: 4%;
}
.recruit.sec01 li:nth-child(even) .image {
	flex: 1;
	margin-right: calc(50% - 50vw);
	margin-left: 4%;
}
.recruit.sec01 .image,
.recruit.sec01 .text {
	width: 47%;
}
.recruit.sec01 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.recruit.sec01 h2 {
	text-align: left;
	margin-left: 0;
	padding-bottom: 8px;
	border-bottom: solid 1px #E5C981;
}

.recruit.sec02 {
	padding-top: 120px;
}
.recruit.sec02 .wrap {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.recruit.sec02 .box {
	background: url(/wp-content/uploads/recruit-bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px;
}
.recruit.sec02 h2 {
	font-size: var(--rem40);
	color: #263129;
	padding-bottom: 16px;
	position: relative;
	margin-bottom: 40px;
}
.recruit.sec02 h2::after {
	content: '';
	display: inline-block;
	background: #263129;
	width: 80px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.recruit.sec02 h2 span {
	font-size: var(--rem20);
	display: block;
}
.recruit.sec02 table,
.recruit.sec02 th,
.recruit.sec02 td {
	background: unset!important;
	font-weight: 400!important;
	border: none!important;
	color: #263129!important;
}
.recruit.sec02 tr {
	border-bottom: 1px solid #263129;
}

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

	.recruit.sec02 {
		padding-top: 70px;
	}
	.recruit.sec02 .wrap {
		gap: 25px;
	}
	.recruit.sec02 .box {
		padding: 35px 25px;
	}
	.recruit.sec02 h2 {
		margin-bottom: 30px;
	}
}

/*-----------------------------
サイトマップ
------------------------------*/
.post ul#sitemap_list li,
.post ul#sitemap_list li a {
	color: #fff;
}

/*-----------------------------
プライバシーポリシー
------------------------------*/
#privacy h3 {
	color: #fff;
}

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


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

	.mobile #header {
		background: #272220;
	}

	nav#mainNav ul li a {
		padding: 20px 10px;
	}
	nav#mainNav ul li a span {
		display: none;
	}
	nav#mainNav ul li.current-menu-item a:hover b {
		color: #fff;
	}
	nav#mainNav ul li a,
	nav#mainNav ul li a:active,
	nav#mainNav ul li a:hover,
	nav#mainNav ul li.current-menu-ancestor a,
	nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li.current-menu-parent a {
		background: #272220!important;
	}
	nav#mainNav ul li.current-menu-item a b {
		color: #fff;
		text-decoration: unset;
	}
	nav#mainNav ul li.current-menu-parent a b {
		color: #fff;
	}
}

@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; }

	h1.title {
		margin-bottom: 30px;
	}

	.contact_sec {
		padding-top: 60px;
		margin-bottom: 0;
	}
	.contact_sec .logo {
		max-width: 160px;
	}
	.contact_sec .box {
		margin-top: 40px;
		row-gap: 20px;
		padding: 35px 25px;
	}
	.contact_sec a {
		font-size: 16px;
	}
	.contact_sec a.telLink {
		font-size: 18px;
	}
}

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