@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+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Outfit:wght@100..900&display=swap');


/* 変数 */
:root {
    --color-background: #fff;
    --color-font: #333;
    --color-primary: #AC2719;
    --color-primary-shade: #FF5959;
    --color-secondary: #61402E;
    --color-secondary-shade: rgba(20,17,15,.7);
    --color-border: #ccc;
    --color-table-border: #ccc;

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


    --content-max-width: 1240px;

    --header-background: transparent;
    --header-color-font: #333;
    --header-color-primary: #AC2719;
    --header-color-primary-shade: #D14040;

    --footer-background: #fff;
    --footer-color-font: #333;
    --footer-color-primary: #333;
}

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

body {
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    color: var(--color-font);
    font-weight: 600;
    font-size: var(--px16);
}
.pad_anchor{
    display: block;
    margin-top: -100px !important;
    padding-top: 100px !important;
}
p {
    font-weight: 600;
}

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


/*------------------------------------------------------
ベース修正
------------------------------------------------------*/
#front_top_content, #front_bottom_content {
    background: transparent;
}
.post h2::after {
    content: none;
}
.post h3 {
    padding: 0;
    border: none;
}
#front-sectionPost {
    width: 94%;
}
.front_contents {
    padding: var(--px100) 0;
}
#content, body:not(.home) #content.wide {
    padding: var(--px60) 0 var(--px180);
    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-background01);
}
.widearea {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}

/*------------------------------------------------------
カラムリスト
------------------------------------------------------*/
/*---------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: 600px) {
	.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%;
}
.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%;
        margin-bottom: 8%;
	}
	.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: 600px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}

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

/*------------------------------------------------------
タイトル・テキスト
------------------------------------------------------*/
.post h2.main_ttl, h2.main_ttl {
    font-family: var(--font-family02);
    font-size: var(--rem60);
    font-weight: 700;
    color: #fff;
    line-height: 1.45;
    text-align: center;
    margin: 0 auto var(--px80);
}
.post h2.main_ttl span.sub_ttl, h2.main_ttl span.sub_ttl {
    font-size: 1.4rem;
    font-family: var(--font-family01);
    display: block;
}
.post h2.main_ttl::before, h2.main_ttl::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/icon_ttl.svg)no-repeat center / contain;
    width: 48px;
    height: 33px;
    text-align: center;
    margin: 0 auto var(--px20);
}


h1.title.bottom-loop,
h1.title.top-loop,
.post h2.lower_ttl, h2.lower_ttl {
    font-family: var(--font-family02);
    font-size: var(--rem60);
    font-weight: 700;
    color: var(--color-secondary);
    line-height: 1.45;
    text-align: center;
    margin: 0 auto var(--px80);
}
h1.title.bottom-loop span.sub_ttl, h1.title.top-loop span.sub_ttl,.post h2.lower_ttl span.sub_ttl, h2.lower_ttl span.sub_ttl {
    color: var(--color-font);
    font-size: 1.4rem;
    font-family: var(--font-family01);
    display: block;
}
h1.title.bottom-loop::before, h1.title.top-loop::before,
.post h2.lower_ttl::before, h2.lower_ttl::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/icon_ttl.svg)no-repeat center / contain;
    width: 48px;
    height: 33px;
    text-align: center;
    margin: 0 auto var(--px20);
}

/*------------------------------------------------------
Btn
------------------------------------------------------*/
.linkBtn, .post .linkBtn {
    color: var(--color-primary);
    max-width: 240px;
    background: transparent;
    border: 2px solid var(--color-primary);
    border-radius: 0;
    padding: 12px 30px 12px 10px;
}
.linkBtn::after, .post .linkBtn::after {
    border-right: 1px solid var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
}
.linkBtn:hover, .post .linkBtn:hover {
    background: var(--color-primary);
}
.linkBtn:hover::after, .post .linkBtn:hover::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.linkBtn.wBtn, .post .linkBtn.wBtn {
    max-width: 240px;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 12px 30px 12px 10px;
}
.linkBtn.wBtn::after, .post .linkBtn.wBtn::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.linkBtn.wBtn:hover, .post .linkBtn.wBtn:hover {
    background: #fff;
    color: var(--color-secondary);
}
.linkBtn.wBtn:hover::after, .post .linkBtn.wBtn:hover::after {
    border-right: 1px solid var(--color-secondary);
    border-bottom: 1px solid var(--color-secondary);
}

/*------------------------------------------------------
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.1205), 35px);
}
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 {
    font-family: var(--font-family02);
}
#header .inner, #header-layout, #header .logo, #header .sticky-logo, #header .logo a, #header .header__nav-contact, nav#mainNav, #mainNav .inner, nav div.panel, nav#mainNav ul, nav#mainNav ul li, nav#mainNav ul li a, #header ul.header__contact, #header ul.header__contact li, #header a.head_btn {
    font-family: var(--font-family02);
}
nav#mainNav ul ul.sub-menu {
    background: #fff;
}
.mobile #header {
    background: rgba(255, 255, 255, .6);
}
.sticky-header #header > .inner {
    background: rgba(255, 255, 255, .6);
}

/* ボタン共通 */
#header a.head_btn span {
    display: block;
}
#header a.head_btn span.note {
    font-family: var(--font-family02);
    font-size: 1.1rem;
    color: var(--color-font);
}

/* 電話ボタン */
#header a.head_btn.tel_btn {
    background: transparent;
    color:var(--header-color-font);
    font-family: var(--font-family02);
    font-weight: 600;
    font-size: 2.4rem;
    color: var(--color-primary);
}
#header a.head_btn.tel_btn .tel_icon::before {
    content: '\f095';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 2.0rem;
    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 a.head_btn.mail_btn {
    flex-direction: column;
    gap: 8px;
}
#header a.head_btn .mail_btn::before {
    content: '\f0e0';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1;
    padding-right: 6px;
}
#header a.head_btn .mail_text {
    font-family: var(--font-family01);
    font-size: var(--rem20);
    font-weight: 700;
    margin-right: 5px;
}
#header a.head_btn.mail {
    border-radius: 12px;
    margin-right: 12px;
    height: 80%;
    padding: 10px 24px;
}
#header a.head_btn:hover {
    background: var(--color-primary-shade);
}
a.mail::after {
    content: none;
    display: none;
}

/* SP */
@media print, screen and (max-width: 1023px) {
	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);
    background: var(--footer-background);
}
#footer .footer__logo img {
    max-width: 120px;
    max-height: fit-content;
}
#footer ul li a {
    color: var(--footer-color-font);
    margin-left: .5em;
}
#footer .footnav ul > li {
    margin-right: 20px;
}
#footer .footnav ul > li:last-child {
    margin-right: 0;
}
#footer .footnav ul > li::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    display: block;
    font-size: var(--rem14);
    font-weight: 600;
    color: var(--footer-color-font);
    background: none;
}
#footer .footnav ul > li::after {
    content: none;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
    color: var(--color-primary);
}
#copyright {
    background: transparent;
    color: var(--footer-color-font);
}
/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.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 p.contact_text, p.contact_text {
    font-size: var(--rem16);
    font-family: var(--font-family02);
    font-weight: 400;
    line-height: 1.85;
    margin-bottom: var(--px60);
}
#content .post table.contact_form {
    border: none;
}
#content .post table.contact_form th, #content .post table.contact_form td {
    font-family: var(--font-family02);
    background: transparent;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    border-left: none;
    border-right: none;
    padding: 16px;
}
#content .post table.contact_form th {
    font-weight: 700;
}
#content .post table.contact_form td {
    font-weight: 500;
}
#content .post table.contact_form th:first-child, #content .post table.contact_form td:first-child {
    border-top: 1px solid var(--color-border);
}
.post .subimitarea .linkBtn input[type="submit"] {
    color: var(--color-primary);
    font-weight: 700;
}
.post .subimitarea .linkBtn:hover input[type="submit"] {
    color: #fff;
}
@media print, screen and (max-width: 768px) {
    #content .post table.contact_form th, #content .post table.contact_form td {
        padding: 16px 0;
    }
}


.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;
    line-height: 1.85;
}
.wpcf7-form .must {
	background: var(--header-color-primary-shade);
}
.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(--header-color-primary-shade);
}
.post .subimitarea .linkBtn input[type="submit"] {
	font-family: var(--font-family01);
    padding: 0;
}
.image_auth_jp_description {
    margin: 12px 0;
}

/* 完了 */
.post .thanks_btn {
    margin: var(--px60) auto 0 !important;
    display: block;
}
@media print, screen and (max-width: 768px) {
    .post .thanks {
        text-align: left;
    }
}


/*------------------------------------------------------
TOP
------------------------------------------------------*/
/* メッセージ */
.About_inner {
    margin: 0 auto;
}
.About {
    padding: 0 0 var(--px60);
}
.About::after {
    content: "";
    display: block;
    background: url(/wp-content/uploads/bg_topAbout.png) no-repeat center / cover;
    width: 100vw;
    height: 0;
    padding-top: 60%;
    position: absolute;
    mix-blend-mode: multiply;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 0;
}
.post .About_inner p.About_text::before, .About_inner p.About_text::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/icon_ttl.svg)no-repeat center / contain;
    width: 48px;
    height: 33px;
    text-align: center;
    margin: 0 auto var(--px60);
}
.post .About_inner p.About_text, .About_inner p.About_text {
    font-family: var(--font-family02);
    font-size: var(--rem16);
    line-height: 2.4;
    font-weight: 600;
    text-align: center;
    margin: 0 auto var(--px60);
}
.post .About_inner .About_img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 1094px;
    width: 94%;
    position: relative;
    z-index: 10;
}

/* メニュー */
.Menu_inner {
	background: url(/wp-content/uploads/bg_topMenu.jpg) no-repeat center / cover;
}
.Menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: var(--px80);
	width: 94%;
    margin: 0 auto;
}
.Menu_wrap {
	position: relative;
	z-index: 1;
    max-width: 1600px;
	width: 94%;
    margin: 0 auto;
}
.Menu .txtarea {
    background: var(--color-secondary-shade);
    padding: var(--px100) var(--px40);
    margin: 0;
}
.Menu .txtarea h2.Menu_ttl {
    color: #fff;
    font-weight: 700;
    margin-bottom: var(--px80);
}
.Menu .txtarea p.Menu_text {
    color: #fff;
    text-align: center;
    font-size: var(--rem16);
    line-height: 1.85;
}
.Menu .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.Menu .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Menu_icon01::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/icon_topMenu01.svg) no-repeat center / contain;
    width: min(calc(28.2rem + (1vw - 1.92rem) * 4.0129) ,282px);
    height: min(calc(9.4rem + (1vw - 1.92rem) * 1.3269) ,94px);
    position: absolute;
    top: -9%;
    left: -4%;
}
.Menu_icon02::after {
    content: "";
    display: block;
    background: url(/wp-content/uploads/icon_topMenu02.svg) no-repeat center / contain;
    width: min(calc(27.5rem + (1vw - 1.92rem) * 6.1489) ,275px);
    height: min(calc(10rem + (1vw - 1.92rem) * 1.6828) ,100px);
    position: absolute;
    bottom: -9%;
    right: -7%;
}

/* アクセス */
.Map_wrap {
	position: relative;
	max-width: 1600px;
	width: 94%;
    margin: 0 auto;
    gap: var(--px60);
}
.Map iframe {
    width: 100%;
    height: 110%;
}
.Map .txtarea {
    background: transparent;
    padding: 2% 0;
    margin: 0;
}
.Map dl.Map_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.Map dl.Map_list dt {
    width: 16%;
}
.Map dl.Map_list dd {
    width: 84%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.Map dl.Map_list dd::before {
    content: ":";
    display: block;
    margin-right: 1em;
}
.post h2.main_ttl.Map_ttl, h2.main_ttl.Map_ttl {
    color: var(--color-secondary);
    text-align: left;
    margin: 0 auto var(--px40);
    display: inline-block;
}
.post h2.main_ttl.Map_ttl span.sub_ttl, h2.main_ttl.Map_ttl span.sub_ttl {
    color: var(--color-font);
}
@media print, screen and (max-width: 768px) {
    .Map iframe {
        height: 350px;
    }
    .post h2.main_ttl.Map_ttl, h2.main_ttl.Map_ttl {
        width: 100%;
        text-align: center;
    }
    .Map dl.Map_list {
        display: block;
    }
	.Map dl.Map_list dt {
    	width: 100%;
	}
    .Map dl.Map_list dt::after {
        content: ":";
        display: inline-block;
        margin-left: 1em;
        margin-bottom: .2em;
    }
    .Map dl.Map_list dd {
        width: 100%;
        display: block;
        margin-bottom: .5em;
    }
    .Map dl.Map_list dd::before {
        display: none;
    }
}

/* インスタ */
.post h2.main_ttl.insta_ttl, h2.main_ttl.insta_ttl {
    color: var(--color-secondary);
    margin: 0 auto var(--px40);
}
.post h2.main_ttl.insta_ttl span.sub_ttl, h2.main_ttl.insta_ttl span.sub_ttl {
    color: var(--color-font);
}
[data-header-size=medium] .sbi-header-type-text {
    display: none;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    margin: var(--px30) auto 0;
    background:var(--color-primary) !important;
}


/* お問い合わせ */
#foot-contact_pt05 {
	clear: both;
	position: relative;
	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) 0;
}
#foot-contact_pt05::after {
	content: '';
	position: absolute;
    background: url(/wp-content/uploads/bg_cta.png) no-repeat center / cover;
	width: 100%;
	height: 85%;
	top: 0;
	left: 0;
    z-index: -10;
}
#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: 125px;
	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.telBtn:hover {
	color: #FFF;
	background: var(--color-primary);
}
#foot-contact_pt05 a.f-contact_btn.mailBtn {
	color: #FFF;
	background: var(--color-primary);
}
#foot-contact_pt05 a.f-contact_btn.mailBtn:hover {
	color: var(--color-primary);
	background: #FFF;
}
#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);
    font-weight: 800;
}
#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);
    font-weight: 700;
}
#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: 1.5rem;
	font-weight: 600;
}
#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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	max-width: 1000px;
	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);
		}
	}
}

body.home #foot-contact_pt05.foot_bottom {
    display: none;
}


/*------------------------------------------------------
下層
------------------------------------------------------*/
.post h3.menu_ttl, h3.menu_ttl {
    background: #fff;
    text-align: center;
    color: var(--color-font);
    font-size: var(--rem30);
    font-weight: 700;
    letter-spacing: .1em;
    padding: 8px 20px;
    margin: 0 auto var(--px30);
}
.note {
    font-size: var(--rem14);
}

/*------------------------------------------------------
店舗情報
------------------------------------------------------*/
.post #shop table th {
    background: var(--color-secondary) !important;
    color: #fff;
    padding: 20px;
}
.post #shop table td {
    background: #fff;
    padding: 20px;
}


/*------------------------------------------------------
メニュー
------------------------------------------------------*/
.menu_inner.flexbox {
    gap: var(--px60);
}
.post h4.menu_subTtl, h4.menu_subTtl {
    color: var(--color-primary-shade);
    font-size: var(--rem30);
    text-align: left;
    padding: 0;
    margin: var(--px50) 0 var(--px20) 0;
}
.post h4.menu_subTtl::before, h4.menu_subTtl::before {
    display: none;
    content: none
}
.post h4.menu_subTtl span, h4.menu_subTtl span {
    font-size: var(--rem20);
    color: var(--color-font);
    padding-left: 10px;
}
.post h5.menu_name, h5.menu_name {
    font-size: var(--rem24);
    padding: 0;
    margin-bottom: 6px;
    font-weight: 800;
}
.menu_inner ul.menu_list li {
    margin-top: 2em;
    margin-bottom: 1em;
}
.menu_inner ul.menu_list li:first-child {
    margin-top: 0;
}
.menu_inner ul.menu_list li:last-child {
    margin-bottom: 0;
}
dl.menu_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-font);
    margin-bottom: 1em;
}
dl.menu_price:last-child {
    margin-bottom: 0;
}
dl.menu_price dt,
dl.menu_price dd {
    font-size: var(--rem24);
}
dl.menu_price dt {
    text-align: left;
}
dl.menu_price dd {
    text-align: right;
}
dl.menu_price dt span,
dl.menu_price dd span {
    font-size: var(--rem16);
    padding-left: 3px;
}
.post p.menu_text {
    font-size: var(--rem24);
    padding-left: 20px;
    text-align: left;
}

