@charset "utf-8";


li {
    color: #1a1a1a;
    list-style-type: none;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
}

section {
    max-width: 1640px;
    margin: 0 60px;
    margin-top: 100px;
}

section a:hover {
    filter: invert(0.2);
}
.top_annotation>a{
    filter: invert(0.1);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

h2 {
    font-size: 42px;
    position: relative;
    margin-bottom: 53px;
}

h2:before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100px;
    border-bottom: 3px solid #097c66;
}

h2:after {
    content: "";
    position: absolute;
    left: 100px;
    bottom: -5px;
    width: 60px;
    border-bottom: 3px solid #f7546c;
}

h3 {
    font-size: 32px;
    position: relative;
}

h3:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 170px;
    border-bottom: 3px solid #097c66;
}

p {
    line-height: 1.78;
    font-size: 18px;
    color: #1a1a1a;
}

.sp {
    display: none;
}

nav {
    height: 0;
}

/*----------header----------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 10;
}

header .head-bg {
    background-color: #fff;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: -1;
}

header .logo_img {
    display: flex;
    height: 100px;
    align-items: center;
    margin-left: 60px;
}

header .main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

.logo_img > img {
    max-height: 50px;
}

.top_bg {
    position: absolute;
    width: 770px;
    height: 500px;
    right: 0;
    top: 0;
    z-index: -1;
    background-color: #d5f0e6;
    background-attachment: fixed;
}

.option_menu > p {
    margin-bottom: 48px;
}

.option_img1 {
    background-image: url(../img/option/option_kitchen.png);
    width: 200px;
    background-size: 70%;
    height: auto;
    background-position: center;
}

.option_img2 {
    background-image: url(../img/option/option_kitchenplus.png);
    width: 200px;
    background-size: 70%;
    height: auto;
    background-position: center;
}

.option_img3 {
    background-image: url(../img/option/option_.disposal.png);
    width: 200px;
    background-size: 70%;
    height: auto;
    background-position: center;
}

.option_img4 {
    background-image: url(../img/option/option_photo.png);
    width: 200px;
    background-size: 70%;
    height: auto;
    background-position: center;
}

.option_img5 {
    background-image: url(../img/option/option_shower.png);
    width: 200px;
    background-size: 70%;
    height: auto;
    background-position: center;
}

header .header-menu {
    display: flex;
    padding: 40px 0;
}

header .header-menu li > a:hover {
    color: #f7546c;
}

.main-menu > .logo_img {
    padding-left: 60px;
    padding-top: 20px;
}

.header-menu > li {

    margin-right: 20px;
}

.header-menu li a {
    position: relative;
    z-index: 1;
    color: #000;
}

.header-menu li > a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    /*テキストからの距離*/
    width: 0%;
    /*初期状態では下線非表示*/
    height: 2px;
    /*下線の高さ*/
    background: #f7546c;
    /*下線の色*/
    z-index: -1;
    transition: all 0.4s;
}

.header-menu li:hover a:after {
    width: 100%;
    /*hover時に表示*/
}

.sp_reservation,
.sp_caution {
    display: none;
}

.first_view {
    position: relative;
}

.first_view .swiper-slide > img {
    width: 80%;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    width: 80%;
}

.swiper-pagination-bullet-active {
    background: #097c66;
}

.swiper-pagination-bullet {
    width: 54px;
    height: 8px;
    border-radius: 30px;
}

.top_annotation {
    color: #f7546c;
    font-size: 18px;
}

.top_annotation > a {
    color: #f7546c;
    border-bottom: solid thin;
}
.top_annotation>a:hover{
    opacity: 0.5;
}
.annotation {
    color: #e11331;
    font-size: 16px;
}
.annotation>a{
    color: #e11331;
    border-bottom: solid thin;
}
.annotation>a:hover{
    opacity: 0.5;
}
.slider-box-sp {
    display: none;
}

.top_info {
    position: absolute;
    padding-top: 80px;
    padding-left: 80px;
    width: 600px;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.9);
}

.top_info > p {
    font-weight: 500;
    line-height: 2.7;
}

.plan_info > .annotation {
    margin-bottom: 30px;
}

.plan_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.plan_wrapper img {
    width: 170px;
}

.plan_bg {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    z-index: 1;
}

.plan_img {
    position: relative;
    z-index: 2;
}

.plan1 {
    position: relative;
    width: 48%;
    background-color: #faf8dd;
    padding: 60px 50px 40px;
    margin-bottom: 26px;
    margin-right: 26px;
    border-radius: 20px;
}

.one_hour {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.money1 {
    text-align: center;
    color: #eb7547;
    min-width: 200px;

}

.plan1 > a {
    display: block;
    margin-top: 32px;
    text-align: center;
    border-radius: 50px;
    height: 3em;
    line-height: 48px;
    background-color: #eb7547;
    color: #fff;
}

.plan2 {
    position: relative;
    width: 48%;
    background-color: #d5f0e6;
    padding: 60px 50px 40px;
    margin-bottom: 26px;
    border-radius: 20px;
}

.three_hour {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.money2 {
    text-align: center;
    color: #097c66;
    min-width: 200px;
}

.plan2 > a {
    display: block;
    margin-top: 36px;
    text-align: center;
    border-radius: 50px;
    height: 3em;
    line-height: 48px;
    background-color: #097c66;
    color: #fff;
}

.plan3 {
    position: relative;
    width: 48%;
    background-color: #d5efff;
    padding: 60px 50px 40px;
    margin-bottom: 26px;
    margin-right: 26px;
    border-radius: 20px;
}

.six_hour {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.money3 {
    text-align: center;
    color: #2b97da;
    min-width: 200px;
}

.plan3 > a {
    display: block;
    margin-top: 36px;
    text-align: center;
    border-radius: 50px;
    height: 3em;
    line-height: 48px;
    background-color: #2b97da;
    color: #fff;
}

.plan4 {
    position: relative;
    width: 48%;
    background-color: #ffe5e9;
    padding: 60px 50px 40px;
    margin-bottom: 26px;
    border-radius: 20px;
}

.eight_hour {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.money4 {
    text-align: center;
    color: #f7546c;
    min-width: 200px;
}

.plan4 > a {
    display: block;
    margin-top: 36px;
    text-align: center;
    border-radius: 50px;
    height: 3em;
    line-height: 48px;
    background-color: #f7546c;
    color: #fff;
}

.plan1 span,
.plan2 span,
.plan3 span,
.plan4 span {
    font-weight: 500;
    font-size: 28px
}

.option {
    display: flex;
    margin-bottom: 32px;
}

.option_title {
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 20px;
}

.option_title:before {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: 4px;
    border-bottom: 4px solid #fbb580;
    bottom: -10px;
    left: 20px;
}

.option_name {
    font-weight: 500;
}

.option_img1,
.option_img2,
.option_img3,
.option_img4,
.option_img5 {
    background-color: #fbb580;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.option_info {
    background-color: #ffdec5;
    width: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.option_money {
    font-size: 18px;
    min-width: 170px;
}

.option_money span {
    font-size: 28px;
}

.description {
    padding: 0 20px 40px;
}

section.reserve_step {
    margin-top: 100px;
}

.annotation_reserve {
    color: #e11331;
    font-size: 16px;
    margin-bottom: 10px;
}

.step_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.precautions1 {
    display: flex;
    margin-bottom: 48px;
}

.pay_table {
    margin: auto;
    width: 80%;
    text-align: center;
    border: 1px solid #e11331;
    margin-top: 40px;
}

.table_head {
    background-color: #e11331;
    color: #fff;
    font-size: 24px;
    padding: 15px 0;
}

.table_body {
    text-align: left;
    padding: 20px 60px;
}

.table_title {
    margin-bottom: 20px;
}

.pay1,
.pay2,
.cancel {
    color: #e11331;
    font-weight: bold;
}

.space_ban {
    background-color: #e11331;
    border-radius: 50px;
    width: 300px;
    color: #fff;
    margin-right: 20px;
    padding: 10px 10px;
    font-weight: 500;
}

.reserve_precaution {
    height: 3em;
    border-radius: 50px;
    width: 300px;
    background-color: #e11331;
    color: #fff;
    line-height: 48px;
    text-align: center;
    margin-right: 10px;
}

.slide_wrapper {
    position: relative;
}

.gallery_slide {
    margin: 0 auto;
}

.swiper-slide.swiper-slide-prev > p {
    display: none;
}

.swiper-slide.swiper-slide-next > p {
    display: none;
}

.thumb-list {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% / 2);
    height: 15vh;
    overflow: auto;
    margin: auto;
}

.swiper-button-next {
    background-image: url("../img/rigth.gif");
    right: 23%;
}

.swiper-button-prev {
    background-image: url("../img/left.gif");
    left: 23%;
}

.swiper-button-next,
.swiper-button-prev {
    width: 24px;
    height: 68px;
    background-size: 24px 68px;
    top: 40%;
    z-index: 5;
}

.thumb-item {
    list-style: none;
    margin: 5px;
    width: 20%;
}

.thumb-link {
    display: block;
    width: 100%;
}

.step {
    margin-right: 20px;
    width: 270px;
}

.step > .step_name {
    font-weight: 500;
    text-align: center;
}

.swiper-slide > p {
    font-size: 15px;
}

.datails_facility {
    position: relative;
}

.detail_wrapper {
    margin-top: 48px;
    display: flex;
    margin-bottom: 24px;
}

.detail_wrapper > div {
    width: 100%;
}

.detail_wrapper li {
    list-style-type: disc;
    list-style-position: inside;
}

.detail1,
.detail2,
.detail3 {
    padding: 30px;
}

.detail1 {
    background-color: #ffe5e9;
    margin-right: 24px;
    border-radius: 20px;
}

.detail2 {
    background-color: #faf8dd;
    margin-right: 24px;
    border-radius: 20px;
}

.detail3 {
    background-color: #d5f0e6;
    margin-right: 24px;
    border-radius: 20px;
}

.detail_img {
    text-align: center;
}

.detail_img img {
    width: 26px;
}

.detail_category {
    font-size: 26px;
    text-align: center;
}

.detail1 > p {
    color: #f7546c;
}

.detail2 > p {
    color: #eb7547;
}

.detail3 > p {
    color: #097c66;
}

.facility {
    margin-top: 60px;
    display: flex;
}

.title_img {
    display: flex;
    align-items: center;
}

.title_img img {
    width: 60px;
    height: 60px;
}

.facility_wrapper_bg {
    box-sizing: border-box;
    opacity: 0.9;
    top: 0;
    bottom: 0;
}

.facility_wrapper_bg2 {
    box-sizing: border-box;
    opacity: 0.9;
    top: 0;
    bottom: 0;
}

.facility_title {
    color: #2b97da;
    font-size: 24px;
    font-weight: 500;
    margin-right: 20px;
}

.title_img > p {
    font-size: 42px;
}

.facility_info {
    display: block;
    margin-bottom: 32px;
    align-items: baseline;
    flex-wrap: wrap;
}

.facility_items_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    background-color: #d5efff;
    border-radius: 20px;
    padding: 20px;
}

.facility_items_wrapper > p {
    width: 100%;
    padding: 0 10px;
}

.facility_top {
    display: flex;
    margin-bottom: 20px;
}

.facility_items {
    display: flex;
    align-items: center;
    padding: 10px;
}

.facility_items > img {
    width: 20px;
    height: 20px;
    margin: 5px;
}

.facility_img_pc {
    width: 50%;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.annotation_facility {
    color: #e11331;
    font-size: 16px;
    margin: 30px 0;
    font-weight: 500;
}

.facility_wrapper {
    position: relative;
    width: 900px;
}

.facility_wrapper > a {
    display: block;
    height: 3em;
    border-radius: 50px;
    width: 300px;
    background-color: #e11331;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}

.facility_img_sp {
    display: none;
}

.map {
    margin-bottom: 48px;
}

iframe {
    width: 100%;
}

.address {
    text-align: center;
}

.address > h3 {
    margin-bottom: 32px;
}

.address_wrapper {
    text-align: left;
    display: inline-block;
}

.address p:nth-child(3) {
    font-size: 14px;
}

.station {
    margin-top: 48px;
    border-top: 5px solid #d5f0e6;
    border-bottom: 5px solid #d5f0e6;
    padding: 15px 0;
}

.near_buildings {
    border-bottom: 5px solid #d5f0e6;
    padding: 15px 0;
}

.station,
.near_buildings {
    display: flex;
}

.station_item,
.building_item {
    font-weight: 500;
}

.station_item {
    margin-right: 1em;
    min-width: 80px;
}

.building_item {
    margin-right: 1em;
    min-width: 80px;
}

footer {
    margin-top: 140px;
    position: relative;
}

.foot_bg_pc {
    background-image: url(../img/reserve_bg_pc.jpg);
    height: 310px;
    background-size: cover;
    margin-bottom: 80px;
}

.foot_wrapper {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    display: flex;
}

.foot_info {
    margin-right: 30px;
    min-width: 650px;
    font-weight: 500;
}

.foot_info p:nth-child(1) {
    font-size: 24px;
}

.reserve_precaution {
    display: inline-block;
    height: 3em;
    border-radius: 50px;
    width: 300px;
    background-color: #e11331;
    color: #fff;
    line-height: 48px;
    text-align: center;
    padding: 0;
    font-weight: 500;
}

.precautions2 > .space_ban {
    margin-right: 20px;
}

.precautions2 > .reserve_precaution {
    margin: 20px auto;
}

.reserve_foot {
    width: 150px;
}

.reserve_foot > a {
    display: block;
}

.foot_bg_sp {
    display: none;
}

.terms {
    width: 790px;
    margin: auto;
    margin-bottom: 80px;
}

.terms > button {
    margin-right: 20px;
    color: #000;
    font-weight: 500;
}

.copyright {
    width: 790px;
    margin: auto;
    text-align: right;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    overflow-y: scroll;
}

.popup.is-show {
    opacity: 1;
    visibility: visible;
}

body .is-open {
    height: 100vh;
    overflow-y: hidden;
}

.popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    height: 70%;
    overflow: auto;
    padding: 50px;
    background-color: #fff;
    z-index: 2;
}

.popup-inner img {
    width: 100%;
}

.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;

}

.black-background {
    position: absolute;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
    cursor: pointer;
}

.space_ban:hover,
.reserve_precaution:hover {
    filter: invert(0.2);
}

.darkLayer {
    display: block;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: #0009;
    top: 0;
    left: 0;
    z-index: 20;
    cursor: pointer;
}

.modal_title a {
    text-decoration-line: underline;
    color: #1a1a1a;
}
.modal h2{
    margin-top: 10px;
}
.modal-open1:hover,
.modal-open2:hover,
.modal-open3:hover,
.modal-open4:hover {
    filter: invert(0.2);
}

.modal1 {
    display: none;
    position: fixed;
    top: 10%;
    width: 70%;
    height: 75%;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 60px;
    margin: auto;
    -webkit-overflow-scrolling: touch;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
    transition: .3s;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #424242;
}

.modal2 {
    display: none;
    position: fixed;
    top: 10%;
    width: 70%;
    height: 75%;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 60px;
    margin: auto;
    -webkit-overflow-scrolling: touch;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
    transition: .3s;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #424242;
}

.modal3 {
    display: none;
    position: fixed;
    top: 10%;
    width: 70%;
    height: 75%;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 60px;
    margin: auto;
    -webkit-overflow-scrolling: touch;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
    transition: .3s;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #424242;
}

.modal4 {
    display: none;
    position: fixed;
    top: 10%;
    width: 70%;
    height: 75%;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 60px;
    margin: auto;
    -webkit-overflow-scrolling: touch;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
    transition: .3s;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #424242;
}

.modal > h2 {
    text-align: center;
    color: #e11331;
}

.modal p {
    font-size: 16px;
}

.modal_title {
    margin-bottom: 40px;
}

.modal_title_end {
    margin-bottom: 0;
}

.modal_info {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #e11331;
}

.modal_middle {
    font-weight: bold;
    margin-bottom: 12px;
}

.modal > h2:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 150px;
    border-bottom: 3px solid #e11331;
    transform: translate(-50%);
}

.modal > h2:after {
    display: none;
}

.modal.active {
    display: block;
    animation: fadeIn .5s;
}

.modal-close {
    display: block;
    background-image: url("../img/close.png");
    position: fixed;
    background-color: #0009;
    right: 15%;
    top: 4%;
    width: 41px;
    height: 41px;
    cursor: pointer;
}

small {
    color: #868686;
}

.reserve_foot > a:hover {
    filter: invert(0.2);
}

.foot_bg {
    position: absolute;
    width: 100%;
    height: 25px;
    right: 0;
    bottom: -50px;
    z-index: -1;
    background-color: #d5f0e6;
}

@media screen and (min-width: 1760px) {
    section {
        margin: 100px auto 0;
    }

    .facility_img_pc {
        width: 1616px;
        right: 0;
        bottom: 0;
    }

    .thumb-list {
        height: 25vh;
    }
}

@media screen and (max-width: 1200px) {
    .top_info {
        position: static;
        padding: 0;
        width: auto;
    }

    .swiper-button-prev {
        left: 15%;
    }

    .swiper-button-next {
        right: 15%;
    }
}

@media screen and (max-width: 1000px) {
    section {
        margin: 0 15px;
        margin-top: 60px;
    }

    header {
        width: 100vw;
    }

    h2 {
        font-size: 32px;
    }

    p {
        font-size: 18px;
    }

    .sp {
        display: block;
    }

    header .logo_img {
        width: 50%;
        display: block;
        height: 50px;
        margin-top: 10px;
        margin-left: 15px;
    }

    header .head-bg {
        height: 60px;
    }

    .top_bg {
        display: none;
    }

    .top_bg2 {
        position: absolute;
        width: 100vw;
        height: 80%;
        bottom: 0;
        left: -15px;
        background-color: #d5f0e6;
    }

    .ham {
        position: absolute;
        height: 60px;
        width: 60px;
        top: 0;
        right: 0;
        background-color: #097c66;
        background-image: url(../img/nav.png);
        background-position: center;
        background-size: 50%;
    }

    .ham.clicked {
        background-image: url(../img/close.png);
    }

    .ham_darkLayer {
        display: block;
        position: fixed;
        height: 100vh;
        width: 100vw;
        background: #0009;
        top: 0;
        left: 0;
        cursor: pointer;
    }

    .reserve_btn {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 60px;
        background-color: #f7546c;
        border-radius: 50%;
        padding: 0 10px;
        background-image: url(../img/nav_reserve.png);
        background-position: center;
        background-size: 50%;
        margin-right: 10px;
        margin-top: 5px;
    }

    .reserve_btn > a {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
    }

    header .main-menu {
        position: relative;
        transform: translateX(100vw);
        transition: all 1s;
        opacity: 0;
    }

    .main-menu > .logo_img {
        margin-left: 15px;
        padding-left: 0;
        padding-top: 20px;
    }

    .sp_reservation {
        display: block;
    }
    .header-menu-wrapper{
        height: 100vh;
        background-color: #097c66;
        
    }
    header .header-menu {
        background-color: #097c66;
        padding: 20px;
        height: 70vh;
        justify-content: space-between;
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    header .clicked.main-menu {
        transform: translateX(0);

        opacity: 1;
    }

    header .logo_img > img {
        height: 40px;
    }

    header .header-menu > li {
        margin-right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(50% - 10px);
        height: 10%;
        border-radius: 30px;
        background-color: #fff;
    }

    .header-menu li a {
        color: #097c66;
        font-weight: 500;
    }

    .header-menu li > a:after {
        display: none;
    }

    .header-menu li .sp_reservation {
        color: #f7546c;
    }

    .sp_caution {
        display: block;
        text-align: center;
        width: 100%;
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
        margin: auto;
    }

    .sp_caution > p {
        color: #f7546c
    }

    .sp_caution > button {
        width: 100%;
        margin: 10px 0;
        background-color: #e11331;
        border-radius: 30px;
        color: #fff;
    }

    .slider-box-pc {
        display: none;
    }

    .slider-box-sp {
        display: block;
    }

    .first_view .slider-box-sp img {
        width: 100%;
        vertical-align: bottom;
    }

    .top_bg {
        position: absolute;
        width: 100vw;
        height: calc(1530px - 40%);
        top: 50%;
        left: 0;
        background-color: #d5f0e6;
        background-attachment: fixed;
    }

    .top_info {
        position: inherit;
        background-color: inherit;
        width: 100%;
        padding: 50px 15px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets {
        width: 100%
    }

    .swiper-pagination-bullet {
        width: 30px;
        height: 4px;
        border-radius: 30px;
    }

    h2 {
        text-align: center;
        position: relative;
        margin-bottom: 56px;
    }

    h2:before {
        content: "";
        position: absolute;
        bottom: -16px;
        left: 48%;
        width: 80px;
        border-bottom: 3px solid #097c66;
        transform: translate(-50%);
    }

    h2:after {
        content: "";
        position: absolute;
        left: 52%;
        bottom: -16px;
        width: 40px;
        border-bottom: 3px solid #f7546c;
    }

    .plan_info {
        font-size: 16px;
        margin-top: 70px;
    }

    .plan_info span {
        font-size: 24px;
    }

    .plan_wrapper {
        display: block;
        margin-top: 40px;
    }

    .one_hour,
    .three_hour,
    .six_hour,
    .eight_hour {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .plan_bg {
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        z-index: 1;
    }

    .plan1 {
        width: 100%;
        background-color: #faf8dd;
        padding: 32px 20px;
        margin-bottom: 26px;
    }

    .money1 {
        text-align: center;
        color: #eb7547;
        position: relative;
        z-index: 2;
    }

    .plan1 > a {
        display: block;
        margin-top: 20px;
        text-align: center;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        background-color: #eb7547;
        color: #fff;
    }

    .plan2 {
        width: 100%;
        background-color: #d5f0e6;
        padding: 32px 20px;
        margin-bottom: 26px;
    }

    .money2 {
        text-align: center;
        color: #097c66;
        position: relative;
        z-index: 2;
    }

    .plan2 > a {
        display: block;
        margin-top: 20px;
        text-align: center;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        background-color: #097c66;
        color: #fff;
    }

    .plan3 {
        width: 100%;
        background-color: #d5efff;
        padding: 32px 20px;
        margin-bottom: 26px;
    }

    .money3 {
        text-align: center;
        color: #2b97da;
        position: relative;
        z-index: 2;
    }

    .plan3 > a {
        display: block;
        margin-top: 20px;
        text-align: center;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        background-color: #2b97da;
        color: #fff;
    }

    .plan4 {
        width: 100%;
        background-color: #ffe5e9;
        padding: 32px 20px;
        margin-bottom: 26px;
    }

    .money4 {
        text-align: center;
        color: #f7546c;
        position: relative;
        z-index: 2;
    }

    .plan4 > a {
        display: block;
        margin-top: 20px;
        text-align: center;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        background-color: #f7546c;
        color: #fff;
    }

    .option_img1,
    .option_img2,
    .option_img3,
    .option_img4,
    .option_img5 {
        background-size: 230px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .option {
        display: block;
        margin-bottom: 32px;
    }

    .option_img1,
    .option_img2,
    .option_img3,
    .option_img4,
    .option_img5 {
        width: 100%;
        height: 300px;
    }

    .option_title {
        display: block;
        text-align: center;
        margin: 0;
        padding-top: 20px;
        padding-bottom: 16px;
    }

    .option-title > p {
        padding-bottom: 20px;
    }

    .option_name {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
    }

    .option_title:before {
        display: none;
    }

    .option_info {
        padding-bottom: 32px;
    }

    .option_info {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .btn-more.close {
        content: "閉じる";
    }

    .triger {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 5px solid #fbb580;
        border-radius: 30px;
        margin: auto;
        width: 80%;
        padding: 10px 0;
    }

    .triger > .option_triger {
        width: 28px;
        display: block;
        position: absolute;
        top: auto;
        left: 10px;
        color: #fbb580;
    }

    .description {
        display: none;
        position: relative;
        padding-top: 16px;
        text-align: left;
    }

    .description:before {
        content: "";
        position: absolute;
        width: calc(100% - 40px);
        height: 4px;
        border-bottom: 4px solid #fbb580;
        top: 0;
        left: 20px;
    }

    section.reserve_step {
        margin: 0 15px;
    }

    .annotation_reserve {
        text-align: center;
    }

    .step_wrapper {
        display: block;
        margin-bottom: 0;
    }

    .precautions1 {
        display: block;
    }

    .precautions1 > button {
        display: block;
        height: auto;
        line-height: normal;
        margin: auto;
        padding: 10px 10px;
    }

    .space_ban {
        max-width: 100%;
        display: block;
        margin: auto;
        text-align: center;
    }

    .precautions1 > .space_ban {
        margin-top: 26px;
        margin-bottom: 20px;
    }

    .step {
        margin-top: 40px;
        margin-right: 0;
        text-align: center;
        width: 100%;
    }

    .step > .step_name {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 24px;
    }

    .pay_table {
        width: 100%;
    }

    .table_body {
        padding: 20px;
    }

    .slide_wrapper p {
        margin-top: 26px;
        margin-bottom: 26px;
    }

    .swiper-button-next {
        right: 0;
    }

    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 30%;
    }

    .thumb-list {
        height: 20vh;
        width: 100%;

    }

    .thumb-item {
        width: 30%;
    }

    .datails_facility {
        margin-top: 70px;
    }

    .detail_wrapper {
        margin-top: 40px;
        display: block;
    }

    .popup-inner {
        padding: 20px;
        width: 90%;
        height: 90%;
    }

    .popup-inner > h2 {
        font-size: 20px;
    }

    .modal1,
    .modal2,
    .modal3,
    .modal4 {
        width: 90%;
        padding: 30px;
    }

    .modal-close {
        display: none;
    }

    .modal > h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .modal_title > p:not(:first-of-type) {
        font-size: 14px;
    }

    .modal_middle {
        font-size: 16px;
    }

    .modal > h2 {
        font-size: 20px;
    }

    .modal_info {
        font-size: 16px;
        text-align: center;
    }

    .swiper-slide img {
        width: 90%;
    }

    .swiper-slide {
        text-align: center;
    }

    .swiper-slide > p {
        font-size: 15px;
        text-align: left;
        width: 90%;
        margin: 26px auto 0;
    }

    .detail1,
    .detail2,
    .detail3 {
        padding-top: 20px;
        padding-bottom: 26px;
        margin-bottom: 26px;
    }

    .detail_wrapper ul {
        font-weight: 500;
    }

    .facility_title {
        margin-right: 0;
    }

    .facility_info {
        position: relative;
    }

    .fa-plus {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 0;
        color: #2b97da;
    }

    .fa-minus {
        display: none;
        position: absolute;
        top: 10px;
        ;
        right: 0;
        color: #2b97da;
    }

    .facility_items_wrapper {
        display: none;
        width: 100%;
    }

    .facility_top {
        border-bottom: 4px solid #2b97da;
    }

    .facility_wrapper_bg {
        width: auto;
        height: auto;
    }

    .facility_wrapper_bg2 {
        width: auto;
        height: auto;
    }

    .title_img,
    .facility,
    .facility_info {
        display: block;
    }

    .title_img > p {
        font-size: 32px;
    }

    .title_img,
    .facility_info {
        margin-bottom: 26px;
    }

    .facility_info {
        margin-right: 15px;
    }

    .facility_wrapper {
        width: 100%;
    }

    .facility_img_pc {
        display: none;
    }

    .facility_img_sp {
        display: block;
        margin-top: 30px;
    }

    .facility_img_sp > img {
        width: 100%;
    }

    .title_img {
        text-align: center;
    }

    .facility_items > p {
        font-weight: 500;
    }

    .facility_wrapper > .space_ban {
        margin: 20px auto;
    }

    .annotation_facility {
        margin-bottom: 30px;
    }

    iframe {
        height: 225px;
    }

    .map {
        margin-bottom: 26px;
    }

    .address > h3 {
        margin-bottom: 26px;
    }

    .address > h3,
    .address > p {
        text-align: center;
    }

    h3:before {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 130px;
        border-bottom: 3px solid #097c66;
        transform: translate(-50%);
    }

    .address_wrapper {
        text-align: inherit;
        margin-left: 0;
    }

    .station {
        margin-top: 26px;
        border-top: 5px solid #d5f0e6;
        border-bottom: 5px solid #d5f0e6;
        justify-content: normal;
    }

    .station > p {
        text-align: left;
    }

    .near_buildings {
        border-bottom: 5px solid #d5f0e6;
        justify-content: normal;
    }

    .near_buildings > p {
        text-align: left
    }

    .near_buildings span {
        display: none;
    }

    footer {
        margin-top: 70px;
    }

    .foot_bg_pc {
        display: none;
    }

    .foot_bg_sp {
        display: block;
        background-image: url(../img/reserve_bg_sp.jpg);
        height: 500px;
        background-size: cover;
    }

    .foot_wrapper {
        display: block;
        width: 100%;
        top: 0;
        left: 0%;
        transform: none;
        margin: 50px auto;
    }

    .foot_info {
        text-align: center;
        min-width: auto;
        margin: 0 15px;
    }

    .reserve_foot {
        width: 150px;
        margin: auto;
    }

    .reserve_precaution {
        display: block;
        max-width: 100%;
    }

    .precautions2 > .space_ban {
        margin: 20px auto;
        max-width: 100%;
    }

    .terms {
        text-align: center;
        margin: 50px 0;
        width: auto;
    }

    .terms > button {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        color: #000;
    }

    .copyright {
        text-align: center;
        width: 100%;
    }