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



/* フォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

/* 変数 */
:root {
    --color-background: #fff;
    --color-background02: #FBF8EF;
    --color-font: #111;
    --color-primary: #D47327;
    --color-secondary: #89CC58;
	--color-secondary-link: #71BA3A;
    --color-accent: #BEA591;
    --color-table-border: #ddd;
	--color-border: #ddd;


    --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    --body-font-family: 'Noto Sans JP', sans-serif;
    --font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;


    --content-max-width: 1400px;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-size: var(--body-font-size);
    font-family: var(--font-family01);
	color: var(--color-font);
	line-height: 1.65;
}
#wrapper, .inner {
	width: 100%;
	max-width: 100%;
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1024px) {}
@media print, screen and (max-width: 1023px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}





/*------------------------------------------------------
ベース
------------------------------------------------------*/
.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}
#content:has(.fw_contents), body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
}
.fw_contents .page_contents_inner:nth-child(even) {
	background: var(--color-background02);
}
#content, #content.wide {
	width: 100%;
}
#wrapper {
	padding: 0;
}
body:not(.home) #wrapper {
	width: 96%;
	max-width: var(--content-max-width);
	margin: 0 auto;
}

/*--幅フル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: var(--color-background02);
}
.post .widecolor > h2:first-child {
	margin-top: 0 !important;
}

/*------------------------------------------------------
カラムリスト
------------------------------------------------------*/

/*---------coln02-----------*/

.post .col2_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col2_list > li {
    width: 49%;
	margin-bottom: 2%;
}
@media print, screen and (max-width: 414px) {
	.post .col2_list > li {
		width: 100%;
	}
	.post .col2_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col03-----------*/

.post .col3_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col3_list > li {
    width: 32%;
	margin-bottom: 6%;
}
.post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}
.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
@media print, screen and (max-width: 768px) {
	.post .col3_list > li {
		width: 49%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 600px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col4-----------*/

.post .col4_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col4_list > li {
    width: 24%;
	margin-bottom: 1.5%
}
.post .col4_list::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}
.post .col4_list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
@media print, screen and (max-width: 1240px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media print, screen and (max-width: 768px) {
	.post .col4_list > li {
		width: 49%;
	}
	.post .col4_list::before, .post .col4_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}

/*------------------------------------------------------
カードスタイル
------------------------------------------------------*/

/*---------style02-------------*/

.card01_list.cardstyle02 > li .txtarea {
    background: #fff;
    padding: 20px 20px 30px 20px;
}

/*---------style03-------------*/

.card01_list.cardstyle03 > li {
    padding: 16px 16px 32px 16px;
    background: #fff;
    box-shadow: 0 0 26px 0 rgba(0, 0, 0, .1);
	border-radius: 10px;
}

/*---------txtstyle02 -----------*/

.post .txtstyle02, .txtstyle02 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
    color: var(--color-font);
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
	content: none;
}
.post .card01_list .txtstyle02, .card01_list .txtstyle02 {
	font-size: var(--rem20);
	margin: 2rem 0;
    text-align: center;
}

/*------------------------------------------------------
タイトル
------------------------------------------------------*/
.post h2.top_title_l {
	color: var(--color-primary);
	font-family: var(--font-family02);
	font-size: var(--px40);
	margin: 0 0 var(--px40);
	text-align: left;
	position: relative;
}
.post h2.top_title_l::after {
	content: "";
	width: 10%;
	height: 1px;
	background: var(--color-primary);
	margin: var(--px20) 0 0;
	display: block;
}
.post h2.top_title_c {
	color: var(--color-primary);
	font-family: var(--font-family02);
	font-size: var(--px40);
	margin: 0 auto var(--px60);
	text-align: center;
	position: relative;
}
.post h2::after {
	content: "";
	width: 10%;
	height: 1px;
	background: var(--color-primary);
	margin: var(--px20) auto 0;
	display: block;
}
.post h2.color_w {
	color: #fff;
}
.post h2.color_w::after {
	content: "";
	width: 10%;
	height: 1px;
	background: #fff;
	margin: var(--px20) auto 0;
	display: block;
}
#front-sectionPost h1.title,
#front-sectionPost .post h1.title {
	color: var(--color-primary);
	font-family: var(--font-family02);
	font-size: var(--px40);
	margin: 0 auto var(--px60);
	text-align: center;
	position: relative;
}
#front-sectionPost h1.title::after,
#front-sectionPost .post h1.title::after  {
	content: "";
	width: 10%;
	height: 1px;
	background: var(--color-primary);
	margin: var(--px20) auto 0;
	display: block;
}

/*------------------------------------------------------
ボタン
------------------------------------------------------*/
.linkBtn, .post .linkBtn, a.linkBtn, .post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: block;
    width: 100%;
    max-width: 240px;
    font-size: var(--rem16);
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: var(--color-secondary);
    font-weight: 600;
    padding: var(--rem20) 30px var(--rem20) 20px;
    margin: var(--px40) auto 0;
    border: solid 2px;
    border-radius: 50vh;
    transition: all .3s;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
    border-color: #fff;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover, .post .subimitarea .linkBtn input[type="submit"]:hover {
    color: var(--color-secondary-link);
    background: #fff;
    border-color: var(--color-secondary-link);
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: var(--color-secondary-link);
}
.subimitarea > .linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}
.linkBtn.txt_l, .post .linkBtn.txt_l, a.linkBtn.txt_l, .post .subimitarea .linkBtn.txt_l input[type="submit"] {
    margin: var(--px40) 0 0;
}
@media print, screen and (max-width: 768px) {
	.linkBtn.txt_l, .post .linkBtn.txt_l, a.linkBtn.txt_l, .post .subimitarea .linkBtn.txt_l input[type="submit"] {
		margin: var(--px40) auto 0;
	}}

/*------------------------------------------------------
Hover
------------------------------------------------------*/
a:hover {
    opacity: .7;
    cursor: pointer;
}

/*------------------------------------------------------
Header
------------------------------------------------------*/
#header a.head_btn.tel_btn::before {
    display: none;
}

/* ナビゲーション */
nav#mainNav ul li a {
    padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(3.5rem + (1vw - 1.92rem) * 2.5670), 35px);
}

/* ボタン共通 */
#header a.head_btn span {
    display: block;
}

/* 電話ボタン */
#header a.head_btn.tel_btn {
    background: #fff;
    color: var(--color-font);
    font-family: var(--font-family01);
    font-weight: bold;
    font-size: 2.4rem;
}
#header a.head_btn.tel_btn .tel_icon::before {
    content: '\f095';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    padding-right: 6px;
}
#header a.head_btn .tel_text-sub {
    font-size: 1.2rem;
}
#header a.head_btn.tel_btn:hover {
    opacity: .7;
}

/* メールボタン */
#header ul.header__contact {
    height: auto;
}
.header__inner,
#header a.head_btn.mail_btn {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
}
#header a.mail_btn {
    background: var(--color-secondary);
    flex-direction: row;
    gap: 6px;
    color: #fff;
    font-size: calc(1.6rem + (1vw - 19.2px) * 0.2232);
    font-weight: 600;
    line-height: 1.4;
    padding: 14px 26px;
    transition: all .3s;
	margin-right: var(--px30);
}
#header a.head_btn.mail_btn::before {
    font-size: 1.8rem;
    margin-bottom: -.1em;
}
#header a.head_btn.mail_btn:hover {
    opacity: .7;
}

/* SP */
@media print, screen and (max-width: 768px) {
	nav#mainNav ul li a {
		padding: 16px;
	}
	nav#mainNav ul li a {
		border-bottom: 1px solid var(--color-border);
	}
}

/*------------------------------------------------------
Footer
------------------------------------------------------*/
#footer {
	color: var(--footer-color-font);
	font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.1942), 1.4rem); /* 1.4-1.1rem (1920-375) */
	padding: min(calc(50px + (1vw - 19.2px) * 0.9709), 50px) 0 30px; /* 50-35px(1920-375) */
	background: var(--color-background02);
}
#footer a {
	-webkit-transition: .2s;
	transition: .2s;
}
#footer .inner {
	width: 94%;
	max-width: var(--content-max-width);
}
#footer ul {
	font-size: 100%;
	padding: 0;
}
#footer ul li {
	display: block;
	padding: 0;
	margin: 0;
}
#footer ul li::before {
	content: none;
	position: static;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	background: none;
}
#footer ul li a {
	padding: 0;
	margin-left: 3px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: var(--color-font);
}
#footer img {
	width: auto;
	max-width: 100%;
}
/*------フッターロゴ
--------------------------------------------*/
#footer .footer__logo:not(:last-child) {
	text-align: center;
	margin-bottom: 20px;
}
#footer .footer__logo img {
	max-width: 320px;
	max-height: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px);
	-o-object-fit: contain;
	object-fit: contain;
}
/*------フッターナビ
--------------------------------------------*/
#footer .footnav {
	float: none;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 30px;
}
#footer .footnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#footer .footnav ul > li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-right: 20px;
}
#footer .footnav ul > li:last-child {
	margin-right: 0;
}
#footer .footnav ul > li::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	display: block;
	font-size: var(--rem12);
	color: var(--color-font);
	font-weight: 600;
}

/*------コピーライト
--------------------------------------------*/
#copyright {
	color: var(--color-font);
	font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem); /* 1.2-1rem (1920-375) */
	letter-spacing: .1rem;
	padding: 0;
	margin: 30px auto 0;
	background: var(--color-background02);
}


/*------------------------------------------------------
新着情報
------------------------------------------------------*/
.post .time, .postlist .time, .post2b .time, .post4b .time {
	background: var(--color-accent);
}


/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.post ul#sitemap_list li {
	margin-bottom: min(calc(2.0rem + (1vw - 1.92rem) * 0.2589) ,20px);
	padding-left: 0;
	padding-bottom: min(calc(2.0rem + (1vw - 1.92rem) * 0.2589) ,20px);
	border-bottom: 1px solid var(--color-border);
}

/*------------------------------------------------------
お問い合わせ
------------------------------------------------------*/
.post h2.contact_title {
	font-family: var(--font-family01);
	text-align-last: left;
	font-size: min(calc(3.0rem + (1vw - 1.92rem) * 0.6472), 3.0rem);
	margin: 0 auto var(--px30);
    text-align: left;
}
.post h2.contact_title::after {
    content: none;
}
.aligncenter {
	text-align-last: left;
	font-family: var(--font-family01);
	font-weight: normal;
}
.wpcf7-form .must {
	background: var(--color-primary);
}
.contact_area {
	font-family: var(--font-family01);
	font-weight: normal;
}
.contact_area th {
	font-weight: bold;
}
.contact_area th.sup {
	font-size: 1.2rem;
	color: var(--color-primary);
}
.post .subimitarea .linkBtn input[type="submit"] {
	font-family: var(--font-family01);
}

.post .thanks {
	text-align: center;
}
.post .thanks_btn {
	margin-top: var(--px60) !important;
	margin: 0 auto;
	display: block;
}
.post table th {
	background: var(--color-background02);
}
.post h2.thanks::after {
	content: none;
}
.subimitarea > .linkBtn {
	margin: var(--px60) auto 0 !important;
}

@media print, screen and (max-width: 768px) {
	.post .thanks {
		text-align: left;
	}
}


/*------------------------------------------------------
TOP
------------------------------------------------------*/

/* ご挨拶 */

.widearea {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}
.teleco_v1 .w50.image_box{
	position: relative;
	overflow: hidden;
}
.teleco_v1 .w50.image_box::before {
	content: '';
	display: block;
}
.teleco_v1 .w50.image_box img {
	position: absolute;
	width: 102%;
	height: auto;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.teleco_v1 .w50.text_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #ffffff;
	padding: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px); /* 120-65px (1920-375) */
}
.teleco_v1 .w50.text_box p {
	font-size: var(--rem16);
	color: var(--color-font);
	line-height: 1.65;
}

@media print, screen and (min-width: 769px) {
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	}
	.teleco_v1 .w50.image_box img {
		width: auto;
		height: 116%;
	}
}
@media print, screen and (max-width: 768px) {
	.teleco_v1 .w50.image_box{
		margin-bottom:0;
	}
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	}
	.teleco_v1 .w50.text_box {
		padding: 30px 20px 60px;
		margin-bottom:0;
	}
}

/* 当院の特徴 */

.topFeature {
	background: var(--color-background02);
	padding: min(calc(12.0rem + (1vw - 1.92rem) * 3.8835) ,120px) 0;
}
.card01_inner {
	max-width: var(--content-max-width);
	width: 94%;
	margin: 0 auto;
}
.card01_list > li {
	position: relative;
	background: transparent;
}
.card01_list .imgarea {
	width: 100%;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	line-height: 0;
}
.card01_list .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.card01_list .txtarea {
	padding: 0;
	line-height: 1.6;
	text-align: left;
	background: transparent;
}
.post .topFeature_ttl, .topFeature_ttl {
	font-family: var(--font-family02);
	font-size: var(--rem24);
	font-weight: 600;
	text-align: center;
	margin: var(--rem20) auto;
	background: transparent;
    color: var(--color-primary);
    line-height: 1.4;
	padding: 0;
}
.post .topFeature_ttl:before, .post .topFeature_ttl:after, .topFeature_ttl:before, .topFeature_ttl:after {
	content: none;
}
.post .topFeature_text, .topFeature_text {
	text-align: center;
	font-size: var(--rem16);
	color: var(--color-font);
	line-height: 1.75;
}


/* 店舗案内 */
.topShop {
	padding: var(--px120) 0;
	background: var(--color-background02);
}
.column03_wrap {
	position: relative;
	max-width: var(--content-max-width);
	width: 94%;
    margin: 0 auto;
	z-index: 1;
}
.topShop .txtarea {
    display: flex;
    align-items: center;
    padding: 0 var(--px40) 0 0;
    margin: 0;
}
.topShop .txtarea .txtinner {
    max-width: 540px;
	width: 100%;
}
.topShop .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.topShop .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topShop .topShop_ttl {
	font-family: var(--font-family02);
	color: var(--color-primary);
	font-weight: 600;
	margin-bottom: var(--px20);
	text-align: left;
	font-size: var(--rem24);
}
.topShop .topShop_list .topShop_item {
	color: var(--color-font);
	text-align: left;
	font-size: var(--rem14);
	line-height: 1.4;
	margin-bottom: .3em;
}
.topShop .topShop_list .topShop_item:last-child {
	margin-bottom: 0;
}
.topShop .topShop_note {
	font-size: var(--rem12);
	color: var(--color-font);
	margin-top: .3em;
}

@media print, screen and (max-width: 768px) {
	.topShop .imgarea iframe {
		width: 100%;
	}
	.topShop .txtarea {
		display: block;
		padding: 30px 0 0;
		margin: 0;
	}
	.topShop .txtarea .txtinner {
		max-width: 100%;
	}
}

/* 受付時間 */
.reception_area {
	width: 100%;
	margin: var(--px20) 0;
}
.post table.reception_inner {
	border-width: 2px;
    border-color: var(--color-primary);
	line-height: 1.25;
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
}
.post table.reception_inner thead th {
	background: var(--color-primary);
	color: #fff;
	font-weight: bold;
	font-size: var(--rem12);
	text-align: center;
	width: 7%;
    padding: 0;
}
.post table.reception_inner tbody td {
	width: 7%;
    padding: 0;
}
.post table.reception_inner thead th:first-child,
.post table.reception_inner tbody th:first-child {
	text-align: left;
	padding-left: 10px;
	width: 40%;
	padding: 8px;
}
.post table.reception_inner tbody th {
	background: #fff;
	color: var(--color-font);
}
.post table.reception_inner tbody td {
	background: #fff;
	color: var(--color-primary);
	text-align: center;

}
.post table.reception_inner thead th,
.post table.reception_inner thead td {
	border-width: 1px;
    border-color: #fff;
	vertical-align: middle;
	text-align: center;
}
.post table.reception_inner tbody th,
.post table.reception_inner tbody td {
	border-width: 1px;
    border-color: var(--color-primary);
	line-height: 1.15;
	vertical-align: middle;
}

/* お問い合わせ */

#foot-contact_pt05 {
	clear: both;
	position: relative;
	background: url(/wp-content/uploads/bg_cta.png) no-repeat center / cover;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(90px + (1vw - 19.2px) * 1.9417), 90px) calc((100vw - 100%) / 2);
}
#foot-contact_pt05 a.f-contact_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	padding: min(calc(20px + (1vw - 19.2px) * 0.5178), 20px) min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	transition: .3s;
}
#foot-contact_pt05 a.f-contact_btn.telBtn {
	color: var(--color-primary);
	background: #FFF;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn {
	color: #FFF;
	background: var(--color-primary);
}
#foot-contact_pt05 a.f-contact_btn::after {
	content: none;
}
#foot-contact_pt05 a.f-contact_btn .ico::before {
	display: inline-block;
	font-size: min(calc(3rem + (1vw - 19.2px) * 0.5825), 3rem);
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: .4em;
}
#foot-contact_pt05 a.f-contact_btn.telBtn .ico {
	display: block;
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.4531), 3.2rem);
}
#foot-contact_pt05 a.f-contact_btn .ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.5178), 2.4rem);
}
#foot-contact_pt05 a.f-contact_btn.telBtn .ico::before {
	content: '\f095';
}
#foot-contact_pt05 a.f-contact_btn.mailBtn .ico::before {
	content: '\f0e0';
}
#foot-contact_pt05 a.f-contact_btn .note {
	font-size: var(--rem14);
	font-weight: 500;
}
#foot-contact_pt05 ul.contactbtn_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 800px;
	margin: min(calc(40px + (1vw - 1.92rem) * 1.2945),40px) auto;
	z-index: 10;
}
#foot-contact_pt05 ul.contactbtn_list > li {
	width: 100%;
}
#foot-contact_pt05 ul.contactbtn_list > li a.f-contact_btn {
	width: 100%;
	max-width: none;
	min-width: inherit;
}
#foot-contact_pt05 ul.contactbtn_list:first-child {
	margin-top: 0;
}
#foot-contact_pt05 ul.contactbtn_list:last-child {
	margin-bottom: 0;
}
/*レスポンシブ対応*/
@media print, screen and (min-width: 641px) {
	#foot-contact_pt05 ul.contactbtn_list > li {
		width: calc((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2);
	}
}
/*FireFox対応*/
@-moz-document url-prefix() {
	@media print, screen and (min-width: 641px) {
		#foot-contact_pt05 ul.contactbtn_list > li {
			width: calc(((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2) - 1px);
		}
	}
}

/* 新着情報 */
#front_top_content, #front_bottom_content {
	background: #fff;
}


/*================================================
店舗情報
================================================*/

.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.5rem;
	color: var(--color-secondary);
}
.marker.green {
	background: linear-gradient(transparent 60%, #B7E794 60%);
	line-height: 1.4;
}
.message {
	line-height: 2;
}

/*---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 var(--color-table-border);
}
table.table_style04 tr:last-child {
	border-bottom: 1px solid var(--color-table-border);
}
table.table_style04 tr {
	border-top: 1px dashed var(--color-table-border);
	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: var(--color-background02);
	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%;
	}
}


/*================================================
特徴
================================================*/
.post p.service_text {
	font-size: var(--rem16);
	line-height: 2;
}


/*================================================
料金
================================================*/
.fw_contents .page_contents_inner.price_inner {
	background: #fff !important;
	margin-top: 0;
	padding-top: 0;
}
.post p.menu_ttl {
	font-family: var(--font-family02);
	color: var(--color-primary);
}
.post h3.price_ttl {
	font-size: var(--rem24);
	font-family: var(--font-family02);
	color: var(--color-primary);
    font-weight: 600;
    letter-spacing: .1rem;
    padding: 0 0 .4em;
    margin: 0 0 var(--px20);
    border-bottom: 1px solid var(--color-primary);
}
.price_note {
	text-align: right;
	margin-bottom: .5em;
	font-size: var(--rem12);
}

.post .list_style01 li {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	justify-content: space-between;
	flex-shrink: 0;
	border-bottom: solid 1px var(--color-table-border);
}
.post .list_style01 li:last-child {
	border-bottom: none;
}
.post .list_style01 li .head {
	width: 55%;
	padding: 10px 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.post .list_style01 li .body {
	padding: 10px 24px;
	display: flex;
	flex-direction: column;
	text-align: right;
	align-items: flex-end;
}
.post .list_style01 li:nth-child(odd) {
	background: #fff;
}
.post .list_style01 li:nth-child(even) {
	background: var(--color-background02);
}
