@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/* font-family: "Quicksand", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&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: #fff;
}

#front_bottom_content .postlist li {
	border-bottom: solid 1px #ddd;
}

body:not(.home) #front_bottom_content {
	display: none;
}

#front-sectionPost {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
}
#front-sectionPost .postlist li {
	border-bottom: none;
}
.postlist li {
	border: none;
}
.postlist li:first-child {
	border-top: 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: calc(100% - 92px);
}
.post .time, .postlist .time {
	font-weight: 400;
	color: #fff !important;
	background: #E2D3C3;
	padding: 8px 20px;
	letter-spacing: 1px;
}
.post .time a, .postlist .time a {
	font-weight: 400;
	color: #fff!important;
}

.post4b li .post4b_contents {
	opacity: 1;
}
.post4b .time {
	display: block;
	background: #777777;
}

.post_link a {
	color: #111111!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;
}

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: 90%;
	max-width: var(--content-max-width);
}

.page-id-17 #wrapper {
	width: 90%!important;
	max-width: var(--content-max-width);
	margin-inline: auto;
}
header#h1Header {
	background: #fff;
}
#thumbImg::before, header#h1Header::before {
	background: #163387;
	opacity: .4;
	mix-blend-mode: darken;
}
header#h1Header h1.title {
	font-weight: 400;
	color: #fff;
}
header#h1Header h1.title::after {
	display: none;
}

#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
}
#header .logo img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
#header .header__contact {
	column-gap: 14px;
	padding-right: 20px;
}
#header .header__contact li {
	height: auto!important;
}
#header a.head_btn {
	font-weight: 400;
	align-items: center;
}
#header a.head_btn::before {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 4px;
}
#header a.head_btn.calendar_btn {
	background: #E2D3C3;
	color: #6A3906;
	flex-direction: unset;
	flex-wrap: wrap;
	max-width: 250px;
	height: 45px;
}
#header a.head_btn.calendar_btn::before {
	content: "";
	display: inline-block;
	background: url(/wp-content/uploads/calendar.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 20px;
	height: 20px;
}
#header a.head_btn.tel_btn {
	background: unset;
	color: #6A3906;
	flex-direction: unset;
	flex-wrap: wrap;
	max-width: 250px;
	height: 45px;
	border:solid 1px #6A3906;
}
#header a.head_btn.tel_btn span {
	font-size: 20px;
}
nav#mainNav ul li a {
	color: #6A3906;
	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: 500;
	color: #6A3906;
}
nav#mainNav ul li a span {
	font-family: "Quicksand", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #E2D3C3;
	display: inline-block;
	margin-top: 4px;
} 
nav#mainNav ul li a:hover span {
	color: #E2D3C3;
}
nav#mainNav ul li.current-menu-item a b {
	color: #6A3906;
}
nav#mainNav ul li.current-menu-item a span {
	color: #E2D3C3;
	position: relative;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #6A3906;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #6A3906;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #fff;
}

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

#footer {
	padding: 30px;
}
#footer .socialicon {
	margin-bottom: 20px;
}
#footer,#copyright {
	color: #292929;
	background: #fff;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #292929;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}
#footer .snsList {
	display: flex;
	justify-content: center;
	column-gap: 16px;
	margin-bottom: 20px;
}
#footer .snsList li {
	width: 35px;
}
#footer .snsList li a {
	display: block;
	width: 35px;
}
#footer .snsList li a img {
	width: 100%;
}

a#scrollUp {
	background: #6A3906;
}

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

body.home h1.title {
	color: #6A3906;
}
h1.title {
	font-family: "Quicksand", sans-serif;
	font-size: var(--rem48);
	color: #D19E8C;
	line-height: 1.4;
	font-weight: 500;
	display: block;
	margin-bottom: 40px;
	width: fit-content;
	text-align: center;
	position: relative;
}
h1.title .ja {
	font-family: "Noto Sans JP", sans-serif;
	display: block;
	font-size: var(--rem18);
	color: #413030;
}

.post h2 {
	font-family: "Quicksand", sans-serif;
	font-size: var(--rem36);
	font-weight: 500;
	color: #413030;
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}

.post h3 {
	font-weight: 500;
	border: none;
	padding: 0;
}

.post h4 {
	font-weight: 400;
}

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

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
	color: #413030;
	background: unset;
	display: block;
	border: solid 1px #413030;
	max-width: 300px;
	border-radius: 0;
	text-align: center;
	margin-top: 40px;
	padding: 16px 5%;
}
a.linkBtn::before {
	display: block;
	content: '';
	background: #413030;
	position: absolute;
	bottom: -5px;
	left: 5px;
	width: 100%;
	height: 1px;
}
a.linkBtn::after {
	display: block;
	content: '';
	background: #413030;
	position: absolute;
	top: 5px!important;
	right: -5px!important;
	width: 1px!important;
	height: 100%!important;
	border: none!important;
	transform: unset!important;
	margin-top: 0!important;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: unset;
	opacity: .7;
	color: #413030;
}

.cta {
	padding-top: 50px;
}
.cta .line img {
	width: 100%;
}
.cta .ctaList {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.cta li {
	width: 140px;
	text-align: center;
	border-left: solid 1px #262626;
	border-right: solid 1px #262626;
	margin-left: -1px;
}
.cta li span {
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 6px;
}
.cta li .image img {
	width: 50px;
	object-fit: contain;
}

/*-----------------------------
Top
------------------------------*/
.top_banner {
	padding-top: 100px;
}
.top_banner .wrap {
	background: url(/wp-content/uploads/top_banner.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 40px 50px;
}
.top_banner .box {
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	padding: 45px 4%;
}
.top_banner p {
	font-family: "Quicksand", sans-serif;
	color: #413030;
	font-size: var(--rem20);
	margin-bottom: 25px;
}
.top_banner a {
	font-family: "Quicksand", sans-serif;
	font-size: var(--rem16);
	color: #840044;
	position: relative;
	padding-left: 88px;
	display: inline-block;
	text-align: left;
}
.top_banner a::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/arrow.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 78px;
	height: 12px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.top_concept {
	padding: 120px 0;
	background: linear-gradient(180deg, rgba(226,211,195,1) 0%, rgba(243,234,229,1) 50%, rgba(249,243,241,1) 100%);
}
.top_concept .flex {
	display: flex;
	justify-content: space-between;
}
.top_concept .image {
	width: 48%;
}
.top_concept.image img {
	width: 100%;
}
.top_concept .text {
	width: 48%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.top_concept .text::after {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/top_concept_illust.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	max-width: 160px;
	height: 240px;
	position: absolute;
	bottom: -40px;
	right: 0;
}
.top_concept h1 {
	color: #C59D72!important;
	position: absolute;
	top: -40px;
	right: 0;
	writing-mode: vertical-rl;
}
.top_concept h2 {
	margin-left: 0;
	text-align: left;
}
.top_concept p {
	position: relative;
	z-index: 2;
}
.top_concept .linkBtn {
	margin-left: 0;
	position: relative;
	z-index: 2;
}

.top_menu {
	padding-top: 120px;
}
.top_menu ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	column-gap: 25px;
	row-gap: 40px;
}

.top_instagram {
	padding: 120px 0;
}

.top_access .wrap {
	position: relative;
	background: #E9DACB;
	padding: 120px 0;
}
.top_access .wrap::before {
	content: '';
	background: url(/wp-content/uploads/top_access_line01.png)no-repeat;
	background-size: cover;
	background-position: center;
	display: inline-block;
	width: 100%;
	height: 140px;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.top_access .wrap::after {
	content: '';
	background: url(/wp-content/uploads/top_access_line02.png)no-repeat;
	background-size: cover;
	background-position: center;
	display: inline-block;
	width: 100%;
	height: 140px;
	object-fit: contain;
	position: absolute;
	bottom: 0;
	left: 0;
}
.top_access .logo {
	width: 200px;
	margin-inline: auto;
	margin-bottom: 25px;
	position: relative;
	z-index: 2;
}
.top_access .logo img {
	width: 100%;
}
.top_access p {
	text-align: center;
	position: relative;
	z-index: 2;
}
.top_access .acessList {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 20px;
	margin-top: 40px;
	position: relative;
	z-index: 2;
}
.top_access li {
	width: 140px;
	text-align: center;
	border-left: solid 1px #262626;
	border-right: solid 1px #262626;
	margin-left: -1px;
}
.top_access li span {
	font-family: "Quicksand", sans-serif;
	font-weight: 500;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 4px;
}
.top_access li p {
	font-weight: 400;
}
.top_access iframe {
	width: 100%;
	height: 350px;
}

@media print, screen and (max-width: 768px) {
	.top_banner {
		padding-top: 80px;
	}
	.top_banner .wrap {
		padding: 30px 25px;
	}
	.top_banner .box {
		padding: 30px 4%;
	}
	.top_banner p br {
		display: none;
	}
	.top_banner a {
		padding-left: 70px;
	}
	.top_banner a::before {
		width: 60px;
		height: 8px;
	}

	.top_concept {
		padding: 80px 0;
	}
	.top_concept .flex {
		flex-direction: column;
		row-gap: 80px;
	}
	.top_concept .image {
		width: 100%;
	}
	.top_concept .text {
		width: 100%;
	}
	.top_concept .text::after {
		max-width: 160px;
		height: 240px;
		bottom: -40px;
	}
	.top_concept h2 {
		margin-left: center;
		text-align: auto;
	}
	.top_concept .linkBtn {
		margin-left: auto;
	}
	.top_concept .text::after {
		max-width: 120px;
		height: 170px;
		bottom: 8px;
	}

	.top_menu {
		padding-top: 80px;
	}
	.top_menu ul {
		grid-template-columns: repeat(1,1fr);
		row-gap: 40px;
	}

	.top_instagram {
		padding: 80px 0;
	}

	.top_access .wrap {
		padding: 100px 0;
	}
	.top_access .wrap::before {
		height: 80px;
	}
	.top_access .wrap::after {
		height: 80px;
	}
}

/*-----------------------------
メニュー
------------------------------*/
.menu.sec01 .btn_wrap {
	display: flex;
	column-gap: 40px;
	row-gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}
.menu.sec01 .btn_wrap a {
	margin: 0;
}

.menu.sec02 {
	padding-top: 120px;
}

.menu.sec03 {
	padding-top: 120px;
}

.menu .wrap {
	display: flex;
	flex-direction: column;
	row-gap: 70px;
}
.menu .imageList {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	column-gap: 25px;
	row-gap: 40px;
}
.menu .imageList li {
	text-align: center;
}
.menu .imageList li p {
	margin-top: 10px;
}
.menu .textList {
	margin-top: 25px;
}
.menu .textList li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 12px;
	padding: 16px 10px;
	border-bottom: 1px solid #262626;
}
.menu .textList li p span {
	color: #FF0000;
}

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

	.menu.sec03 {
		padding-top: 80px;
	}

	.menu .imageList {
		grid-template-columns: repeat(1,1fr);
	}
}

/*-----------------------------
店舗情報
------------------------------*/
.infomation.sec01 table,
.infomation.sec01 th,
.infomation.sec01 td {
	border: none!important;
	vertical-align: middle!important;
	background: unset!important;
}
.infomation.sec01 tr {
	border-bottom: 1px solid #262626;
}
.infomation.sec01 iframe {
	width: 100%;
	height: 350px;
}

.infomation.sec02 {
	padding-top: 120px;
}

.infomation.sec03 {
	padding-top: 120px;
}

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

	.infomation.sec03 {
		padding-top: 80px;
	}
}

/*-----------------------------
スタッフ紹介
------------------------------*/
body.page-staff #content.wide {
	padding-top: 0;
}
.greeting.sec01 {
	padding: 120px 0;
	background: linear-gradient(180deg, rgba(226,211,195,1) 0%, rgba(243,234,229,1) 50%, rgba(249,243,241,1) 100%);
}
.greeting.sec01 .flex {
	display: flex;
	justify-content: space-between;
}
.greeting.sec01 .image {
	width: 48%;
}
.greeting.sec01 .image img {
	width: 100%;
}
.greeting.sec01 .text {
	width: 48%;
}
.greeting.sec01 h1 {
	margin-left: 0;
	text-align: left;
}
.greeting.sec01 p.right {
	text-align: right;
	margin-top: 20px;
}

.staff.sec01 {
	padding-top: 120px;
}
.staff.sec01 .inner {
	max-width: 1400px;
}
.staff.sec01 ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	column-gap: 50px;
	row-gap: 40px;
}
.staff.sec01 .image {
	text-align: center;
	margin-bottom: 20px;
}
.staff.sec01 .image img {
	width: 90%;
	max-width: 260px;
}
@media print, screen and (max-width: 768px) {
	.greeting.sec01 {
		padding: 80px 0;
	}
	.greeting.sec01 .flex {
		flex-direction: column;
		row-gap: 35px;
	}
	.greeting.sec01 .image {
		width: 100%;
	}
	.greeting.sec01 .text {
		width: 100%;
	}
	.greeting.sec01 h1 {
		margin-left: auto;
		text-align: center;
	}

	.staff.sec01 {
		padding-top: 80px;
	}
	.staff.sec01 ul {
		grid-template-columns: repeat(1,1fr);
	}
}

/*-----------------------------
お問い合わせ
------------------------------*/
.page-contact .post table th {
	background: #E9DACB;
	color: #413030!important;
}
.page-contact .subimitarea .linkBtn {
	padding: 0;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #413030!important;
	padding: 20px 35px;
}
span.g-recaptcha > div {
	margin-inline: auto;
	margin-top: 40px;
}

/*--メディアクエリ--------------------------------------------*/
@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;
	}

}
@media print, screen and (max-width: 768px) {

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