@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=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ms+Madi&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #64574F;
	--color-primary: #BA8973;
	--color-primary-shade: #80644A;
	--color-primary-tint: #D0B5A7;
	--color-secondary: #ED6A5A;
	--color-table-border: #DDD;
	--color-table-th: #f2f2f2;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #EAD4C7;
	--header-color-font: #444;
	--header-color-primary: #BA8973;
	--header-color-primary-tint: #D0B5A7;
	/*------▼フッター設定▼------*/
	--footer-background: #D0B5A7;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Noto Serif JP', serif;
}

.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}
#content:has(.fw_contents), body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
}

/*================================================
				　店舗
================================================*/

.post .lead {
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); /* 3.2-2.4rem (1920-375) */
	font-weight: 500;
	font-style: italic;
}

.post .lead_en {
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);
	/* -- 1920 1.8rem 375 1.3rem -- */
	color: var(--color-primary-shade);
	letter-spacing: 0.8rem;
}

/*--スタイルリストエリア--------------------------------------------*/

ul.box_style01 > li {
	position: relative;
	gap: 40px;
	width: 100%;
	background: #fff;
	padding: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px) min(calc(35px + (1vw - 19.2px) * 0.6472), 35px);
	border-radius: 20px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	text-align: left;
}
.post ul.box_style01 .box_style_ttl {
	width: 100%;
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 400;
	padding: 0.6rem 0 0.6rem 2rem;
	margin: 0 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/*15-10px (1920-375) */
	border-bottom: none;
	border-left: 3px solid var(--color-primary-shade);
	text-align: left;
	font-style: italic;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	ul.box_style01 > li {
		display: flex;
	}
}

/*--ボタン別アイコン--------------------------------------------*/

a.external.ico_phone::before {
	content: '\f095';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_mail::before {
	content: '\f0e0';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_phone::after, a.external.ico_mail::after {
	content: none;
}
	
/*---table_style04-------------------------------------*/

.post table.table_style04 th {
	background-color: transparent;
}
.post table.table_style04, .post table.table_style04 th, .post table.table_style04 td{
	border: none;
}
table.table_style04 tr:first-child {
	border-top: 1px solid #ababab;
}
table.table_style04 tr:last-child {
	border-bottom: 1px solid #ababab;
}
table.table_style04 tr {
	border-top: 1px dashed #ababab;
	letter-spacing: 1px;
}
table.table_style04 th, table.table_style04 td {
	padding: 50px 30px;
}
table.table_style04 th {
	position: relative;
	z-index: 0;
}
table.table_style04 th:before {
	position: absolute;
	content: "";
	background: rgb(247 247 247);
	top: 7px;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: auto;
	z-index: -1;
}
table.table_style04 td ul li {
	padding-left: 1em;
	position: relative;
	line-height: 2;
}
table.table_style04 td ul li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}
@media print, screen and (max-width: 768px) {
	table.table_style04 th, table.table_style04 td {
		padding: 35px 10px;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	table.table_style04 th {
		width: 32%;
	}
	table.table_style04 td {
		width: 68%;
	}
}

/*================================================
					メニュー
================================================*/


/*--list_style02--------------------------------------------*/

.list_style02 dl {
	display: table;
	width: 100%;
	border-bottom: solid #e4e4e4;
	border-width: 1px 0;
}
.list_style02 dt {
	display: table-cell;
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
	font-weight: 400;
}
.list_style02 dd {
	text-align: right;
	display: table-cell;
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
}
.list_style02 dd:after {
	display: inline-block;
	content: "";
	width: 1.2rem;
	font-size: 1rem;
}
.list_style02 dd.from:after {
	content: "〜";
}

/*--list_style03--------------------------------------------*/

.list_style03 {
	column-count: 2;
	column-gap: 80px;
}
.list_style03 dl {
	display: inline-flex;
	padding-bottom: 8px;
	border-bottom: var(--color-table-border) 1px dotted;
	margin-bottom: 8px;
	width: 100%;
	column-count: 2;
	column-gap: 40px;
	padding: 0;
}
.list_style03 dt, .list_style03 dd {
	font-size: var(--body-font-size);
	font-family: var(--body-font-family);
	font-weight: normal;
	color: var(--color-font);
}
.list_style03 dt {
	font-weight: 600;
	color: var(--color-primary-shade);
}
.list_style03 dd {
	margin-right: 0;
	margin-left: auto;
}
.list_style03 dd:after {
	display: inline-block;
	content: "";
	width: 1.2rem;
	font-size: 1rem;
}
.list_style03 dd.from:after {
	content: "〜";
}
.list_style03 dt, .list_style03 dd {
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
}
@media screen and (max-width: 640px){
	.list_style03 {
		column-count: 1;
	}
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); 
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: #fafafa;
}
.widecolor01 {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); 
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: #eee;
}
.widecolor02 {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); 
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: var(--color-primary-shade);
}






/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post table th {
	background: var(--color-table-th);
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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 a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-font);
		font-weight: normal;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 20px;
		font-family: var(--font-family02);
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-family: 'FontAwesome';
		font-size: 18px;
		font-weight: 400;
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
		font-weight: normal;
	}
	#header a.head_btn.mail_btn {
		flex-direction: row;
		font-weight: normal;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
	}
	/**/
	nav#mainNav {
		height: auto;
		font-family: var(--font-family02);
	}
	nav#mainNav ul li a b,
	nav#mainNav ul li a span {
		font-weight: bold;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
	}
	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; }
	body.mobile #header { z-index: 200; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	max-height: var(--px100);
}
#copyright {
	background: none;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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_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%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post p {
	line-height: 1.8;
}
.post .linkBtn {
	width: auto;
	max-width: none;
	padding: 15px 30px;
	padding-right: 60px;
	border-radius: 0;
	line-height: 1.4;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home #content h1 b {
	display: block;
}
/**/
#top_about::before {
	background: url(/wp-content/uploads/top_about_bg.jpg) no-repeat center center / cover;
}
#top_about h1 {
	font-size: var(--rem28);
}
/**/
#top_contents .bg_wide::before {
	background: #F6EEEA;
}
#top_contents h1 {
	text-align: left;
}
#top_contents h1 {
	font-size: 120%;
	text-align: left;
}
#top_contents h1::after {
	display: block;
	width: 60px;
	height: 1px;
	background: var(--color-font);
	margin: 10px 0 0;
	content: "";
}
#top_contents h1 b {
	display: block;
	color: #EAD4C7;
	font-size: var(--rem72);
	font-weight: normal;
	font-family: "Ms Madi", cursive;
	line-height: 1;
}
#top_contents .photo {
	padding: 40px 0 0 40px;
}
#top_contents .photo img {
	box-shadow: -40px -40px 0 #e3cdc0;
}
#top_contents .txt .linkBtn {
	display: inline-block;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents .photo,
	#top_contents .map {
		width: 50%;
	}
	#top_contents .txt {
		width: 45%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents .photo {
		padding: 20px 0 0 20px;
	}
	#top_contents .photo img {
		box-shadow: -20px -20px 0 #e3cdc0;
	}
	#top_contents .txt {
		margin-bottom: 30px;
	}
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/top_contact_bg.jpg) no-repeat center center / cover;
}
#contact_box h1 {
	color: #fff;
}
#contact_box h1 span {
	display: block;
	font-size: 55%;
}
#contact_box a {
	height: 100%;
	padding: 20px;
	background: var(--color-primary);
	color: #fff;
	text-align: center;
	line-height: 1.4;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box a:hover {
	background: var(--color-primary-tint);
}
#contact_box a i {
	margin-right: 8px;
}
#contact_box .btn li {
	margin-bottom: 15px;
}
#contact_box .btn a {
}
#contact_box .btn a b {
	font-size: 160%;
	font-weight: 500;
}
#contact_box .btn a b i {
	font-size: 80%;
}
#contact_box .box {
	padding: 20px;
	background: #F6EEEA;
}
#contact_box .box h2 {
	color: var(--color-font);
	font-size: var(--rem24);
	text-align: left;
}
#contact_box .mail a b {
	margin-bottom: 2px;
	font-weight: 500;
}
#contact_box .mail a span {
	font-size: 85%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 49%;
		margin-bottom: 20px;
	}
	#contact_box .box {
		padding: 30px;
	}
	#contact_box .txt {
		width: 40%;
	}
	#contact_box .mail {
		width: 55%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contact_box .txt {
		margin-bottom: 20px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
#front-sectionPost h1::after {
	display: block;
	width: 100px;
	height: 1px;
	background: var(--color-font);
	margin: 10px auto 0;
	content: "";
}
#front-sectionPost .linkBtn {
	display: inline-block;
	width: auto;
	max-width: none;
	background: none;
	padding: 10px 40px 10px 5px;
	border-bottom: 2px solid var(--color-primary);
	border-radius: 0;
	color: var(--color-font);
	font-family: var(--font-family02);
	line-height: 1.4;
}
#front-sectionPost .linkBtn::after {
	right: 5px;
	border-width: 2px;
	border-color: var(--color-primary);
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	font-family: var(--font-family02);
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-primary-shade);
	font-family: var(--font-family02);
}
.post h2.noline::after {
	display: none;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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;
}
.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;
}
.marker.pink {
    background: linear-gradient(transparent 60%, #ead4c7 60%);
}
/*--------------------------------------------------
	MV
--------------------------------------------------*/
body:not(.home) .subpagenone {
	display: none;
}