@charset "UTF-8"; /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer {
    background: #E9E9E9;
    padding-bottom: 16rem;
	max-width: 750px;
	margin: 0 auto;
}

footer p.logo {
    width: 16rem;
    margin: 0 auto -6rem;
    position: relative;
    top: -9rem;
}

footer p.logo img {
}

footer p.btn.contact {
}

footer p.btn.contact a {
    letter-spacing: .02em;
    color: #fff;
    background: var(--theme_a_color);
    font-weight: 700;
    width: 34rem;
    height: 7rem;
    border-radius: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5rem;
}

footer div.f_nav_wrap {
    justify-content: center;
    gap: 8rem;
	margin: 0 auto 7rem;
    max-width: 750px;
}

footer div.f_nav_wrap ul.f_nav_list {
    width: 25%;
}

footer div.f_nav_wrap ul.f_nav_list li {
}

footer div.f_nav_wrap ul.f_nav_list li a {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: .06em;
}

footer p.privacy {
}

footer p.privacy a {
    font-size: 2.6rem;
    display: block;
    text-align: center;
    margin-bottom: 3rem;
}

footer p.copyright {
    font-size: 2.6rem;
    text-align: center;
}

/**********************************
スマホ固定
**********************************/
.sp_fixed_bottom {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1500;
    position: fixed;
    transition: .2s ease-in;
	max-width: 750px;
}

@media screen and (min-width: 751px) {
	.sp_fixed_bottom {
		transform: translateX(-50%);
		left: 50%;
	}
}

.sp_fixed_bottom.active {
    opacity: 1;
    visibility: visible;
}

.sp_fixed_bottom .sp_nav_menu02 {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
}

.sp_fixed_bottom .sp_nav_menu02 li {
    list-style: none;
    width: 33.3333%;
}

.sp_fixed_bottom .sp_nav_menu02 li a {
    font-size: 2.8rem;
    height: 13.6rem;
    background: var(--theme_a_color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3214285;
	position: relative;
}

.sp_fixed_bottom .sp_nav_menu02 li a::before {
    content: "";
    display: inline-block;
    background: no-repeat 50%/ contain;
    margin-right: 1.5rem;
}

.sp_fixed_bottom .sp_nav_menu02 li.open a::before {
    width: 4rem;
    height: 4rem;
    background-image: url("../images/common/open.svg");
}

.sp_fixed_bottom .sp_nav_menu02 li.map a::before {
    width: 2.8rem;
    height: 4.3rem;
    background-image: url("../images/common/map_fixed.svg");
}

.sp_fixed_bottom .sp_nav_menu02 li.menu a::before {
    width: 4.4rem;
    height: 3.4rem;
    background-image: url("../images/common/menu_icon.svg");
}

.sp_fixed_bottom .sp_nav_menu02 li:not(:last-child) a::after {
	position: absolute;
	content: "";
	width: .2rem;
	height: 80%;
	background: #fff;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.pop_up {
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    top: 46px;
    left: 0;
    z-index: 9999;
    padding: 12.2rem 0;
}

.pop_up.active {
    overflow: auto;
}

.pop_up .close {
    width: 5.6rem;
    height: 5.6rem;
    margin-left: auto;
    position: absolute;
    top: 5rem;
    right: 5.5rem;
}

.pop_up .close span.line {
    width: 100%;
    height: 3px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
}

.pop_up .close span.line:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}

.pop_up .close span.line:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.pop_up .bg_wrap {
    background: #fff;
    width: 66rem;
    margin: 0 auto;
    padding: 5rem 0;
}

.pop_up .bg_wrap .inner {
}

.pop_up .bg_wrap .inner h2.main_ttl {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 4rem;
}

.pop_up .bg_wrap .inner .box.bg_grey {
    background: #E9E9E9;
    padding: 4rem 3rem;
    width: 60rem;
    margin: 0 auto;
}

.pop_up .bg_wrap .inner .box.bg_grey:not(:last-child) {
    margin-bottom: 4rem;
}

.pop_up .bg_wrap .inner .box.bg_grey h3.ttl {
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: .02em;
    line-height: 1.38888888;
    text-align: center;
    margin-bottom: 4rem;
}

.pop_up .bg_wrap .inner .box.bg_grey .btn_wrap {
    gap: 2rem;
}

.pop_up .bg_wrap .inner .box.bg_grey .btn_wrap p.btn {
}

.pop_up .bg_wrap .inner .box.bg_grey .btn_wrap p.btn a {
}

.pop_up .bg_wrap .inner .box.bg_grey h4.no_reserve {
}

.pop_up .bg_wrap .inner p.close_btn {
    font-size: 3.2rem;
    letter-spacing: .02em;
    position: relative;
    margin: 0 auto;
    display: table;
    padding: 0 5rem;
}

.pop_up .bg_wrap .inner p.close_btn::before {
    position: absolute;
    content: "";
    background: url("../images/common/close.png") no-repeat 50% / 1.3rem 1.4rem;
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    top: 61%;
    transform: translateY(-50%);
    left: 0;
}

.popup_reserve {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.popup_reserve.active {
    visibility: visible;
    opacity: 1;
}

.popup_reserve .close {
}

.popup_reserve .close span.line {
}

.popup_reserve .bg_wrap {
}

.popup_reserve .bg_wrap .inner {
}

.popup_reserve .bg_wrap .inner h2.main_ttl {
    color: #B22930;
}

.popup_reserve .bg_wrap .inner .box.bg_grey {
}

.popup_reserve .bg_wrap .inner .box.bg_grey:nth-of-type(3) h3.ttl {
    margin-bottom: 2rem;
}

.popup_reserve .bg_wrap .inner .box.bg_grey .btn_wrap {
    justify-content: center;
}

.popup_reserve .bg_wrap .inner .box.bg_grey .btn_wrap p.btn {
}

.popup_reserve .bg_wrap .inner .box.bg_grey .btn_wrap p.btn a {
    font-size: 3.2rem;
    color: #fff;
    letter-spacing: .02em;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 26rem;
    height: 10rem;
    border-radius: 5rem;
    background: #B22930;
    position: relative;
    padding: 1rem 5rem;
}

.popup_reserve .bg_wrap .inner .box.bg_grey .btn_wrap p.btn a::after {
    position: absolute;
    content: "";
    right: 3.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/common/arrow_w.svg) no-repeat 50% / contain;
    width: 1.4rem;
    height: 2.8rem;
}

.popup_reserve .bg_wrap .inner .box.bg_grey h4.no_reserve {
    font-size: 3.2rem;
    text-align: center;
    line-height: 1.5;
    color: #B22930;
}

.popup_reserve .bg_wrap .inner p.close_btn::before {
    background-color: #B22930;
}

.popup_Btns {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.popup_Btns.active {
    visibility: visible;
    opacity: 1;
}

.popup_Btns .close {
}

.popup_Btns .close span.line {
}

.popup_Btns .bg_wrap {
}

.popup_Btns .bg_wrap .inner {
}

.popup_Btns .bg_wrap .inner h2.main_ttl {
    color: var(--theme_a_color);
}

.popup_Btns .bg_wrap .inner .box.bg_grey {
}

.popup_Btns .bg_wrap .inner .box.bg_grey h3.ttl {
}

.popup_Btns .bg_wrap .inner .box.bg_grey p.btn {
}

.popup_Btns .bg_wrap .inner .box.bg_grey p.btn a {
    font-size: 3.2rem;
    letter-spacing: .02em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    background: var(--theme_a_color);
    width: 45rem;
    height: 10rem;
    border-radius: 5rem;
    margin: 0 auto;
}

.popup_Btns .bg_wrap .inner .box.bg_grey p.btn a::before, .popup_Btns .bg_wrap .inner .box.bg_grey p.btn a::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}

.popup_tel .bg_wrap .inner .box.bg_grey p.btn a::before {
	background-image: url("../images/common/tel.svg");
	width: 3.2rem;
    height: 3.3rem;
	left: 6rem;
}


.popup_Btns .bg_wrap .inner .box.bg_grey p.btn a::after {
    background: url(../images/common/arrow_w.svg) no-repeat 50% / contain;
    width: 1.4rem;
    height: 2.8rem;
    right: 5rem;
}

.popup_Btns .bg_wrap .inner p.close_btn::before {
    background-color: var(--theme_a_color);
}

.popup_bh {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.popup_bh.active {
    visibility: visible;
    opacity: 1;
}

.popup_bh .close {
}

.popup_bh .close span.line {
}

.popup_bh .bg_wrap {
}

.popup_bh .bg_wrap .inner {
}

.popup_bh .bg_wrap .inner h2.main_ttl {
    color: var(--theme_a_color);
}

.popup_bh .bg_wrap .inner .box.bg_grey {
    padding: 4rem 3rem 5rem 6rem;
}

.popup_bh .bg_wrap .inner .box.bg_grey h3.ttl {
}

.popup_bh .bg_wrap .inner .box.bg_grey .time_wrap {
}

.popup_bh .bg_wrap .inner .box.bg_grey .time_wrap:not(:last-child) {
    margin-bottom: 3rem;
}

.popup_bh .bg_wrap .inner .box.bg_grey .time_wrap h4.ttl {
    font-size: 3rem;
    font-weight: bold;
    color: var(--theme_a_color);
    position: relative;
}

.popup_bh .bg_wrap .inner .box.bg_grey .time_wrap h4.ttl::before {
    content: "";
    display: inline-block;
    background: var(--theme_a_color);
    width: 1em;
    height: 1em;
    border-radius: 100%;
    vertical-align: middle;
}

.popup_bh .bg_wrap .inner .box.bg_grey .time_wrap ul.time_list {
}

.popup_bh .bg_wrap .inner .box.bg_grey .time_wrap ul.time_list li {
    padding-left: 2em;
    text-indent: -2em;
}

.popup_bh .bg_wrap .inner p.close_btn::before {
    background-color: var(--theme_a_color);
}

