:root {
    --base: #fff5cc;
    --main01: #442d00;
    --main02: #86c17e;
    --sub01: #1bdbea;
    --swiper-theme-color: #1bdbea;
}

body {
    background-image: none;
    background-color: var(--base);
}

.ryoukinhenkou {
    position: relative;
    width: 295px;
    padding: 7px 0 7px 30px;
    margin: 80px auto;
    border: 1px solid #ccc;
    font-size: 14px;
    letter-spacing: -1px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    background-color: #ffffffcc;
}

.ryoukinhenkou::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 1em;
    color: var(--main01);
}


.type {
    margin: 20px auto 200px;
}

.typeFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-img-img {
    width: 100%;
    height: auto;
}


.typeFlex-L {
    width: 65%;
    position: relative;
}

.typeFlex-R h3 {
    margin: 0 0 12px 0;
    font-size: 50px;
    line-height: 0.7;
    font-weight: normal;
    color: var(--main01);
}

.typeFlex-R h3 span {
    padding: 0 0 0 .3em;
    display: inline-block;
    font-size: 14px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.typeFlex-R {
    padding: 0 0 0 10px;
}

.typeFlex-R h3 {
    margin: 0 0 .5em;
}

.lowestpriceBox {
    margin: 0 0 0 1em;
    padding: 20px 0 0 0;
    color: var(--main01);
}

.lowestprice {
    margin: 0 0 10px;
}

.lowestprice p {
    margin: 0 0 0 2.2em;
    font-size: 15px;
    position: relative;
}

.plan {
    margin: 20px auto;
    width: 100%;
}

.plan-h {
    margin: 0 auto;
    width: 230px;
    font-size: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: var(--main01);
    text-align: center;
}

.plan-h-eg {
    font-size: 10px;
}

.roomImg {
    margin: 0 5px;
}

.roomImg img {
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.typeFlex-R-box {
    text-align: center;
}

.plan-anotation {
    text-align: center;
    padding: 1em 0;
}

.plan-anotation p {
    font-size: 11px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: var(--main01);
}

.planFlex {
    display: flex;
    justify-content: center;
}

.planSheet {
    text-align: center;
}

section.slid-index {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.Trigger01 {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -160px;
    width: 100%;
}


.slid {
    animation: slidIN 3s ease forwards;
    opacity: 0;
}

@keyframes slidIN {
    flom {
        transform: translateX(-30%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.slidIn_box-1 img {
    width: 200px;
    height: auto;
    vertical-align: bottom;
    margin: 10px;
}

/* メニュー */
.pc-menu {
    padding: 40px 0 0 0;
    background-color: #fff;
    height: 120vh;
    position: fixed;
    top: 0;
    left: -120%;
    z-index: 99999999;
    transition: all 0.6s;
}

.pc-menu.panelactive {
    left: 0;
}

/* PC用ボタン */
.pc-navbtn {
    width: 5%;
    height: auto;
    cursor: hand;
    display: flex;
    justify-content: left;
    position: fixed;
    z-index: 999999999;
    top: 0;
}

/* アコーディオン */
.s_01 .accordion_one {
    max-width: 1024px;
    margin: 0 auto;
}

.accordion_one .accordion_header {
    background-color: var(--main02);
    width: 90%;
    margin: 0 auto 20px;
    color: var(--main01);
    font-size: 16px;
    padding: 9px;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition-duration: 0.2s;
}


.accordion_one .accordion_header:hover {
    opacity: .8;
}

.accordion_one .accordion_header::after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: 1.3em;
    top: 50%;
    transform: translateY(-50%);
}

.accordion_one .open::after {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: 1.3em;
    top: 50%;
    transform: translateY(-50%);
}

.accordion_one .accordion_inner {
    display: none;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}

.accordion_one .accordion_inner .box_one {
    height: 300px;
}

.accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}

#Btype .typeFlex .typeFlex-L {
    order: 2;
}

#Btype .typeFlex .typeFlex-R {
    order: 1;
}

/* table */
/* テーブルスタイル */
.planSheet table {
    margin: 0 auto;
}

.planBox table,
tr,
th,
td {
    border: var(--main01) 1px solid;
    border-collapse: collapse;
    width: 300px;
    margin: 10px 5px;
    color: var(--main01);
}

thead {
    background-color: var(--main01);
}

thead tr td {
    padding: .6em 0;
}

thead tr td h4 {
    color: var(--base);
    text-align: center;
    font-family: '貂ｸ譏取悃', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

h4 {
    margin: 0 auto;
    font-size: 16px;
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: var(--main01);
    text-align: left;
    position: relative;
}

h4 span {
    background-color: var(--base);
    padding-left: 1em;
}


h4.lowestprice::before {
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: -0.2em;
    top: -.1em;
}

h4.lowestprice-Stay::before {
    content: '\f236';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: -0.4em;
    top: -.1em;
}

h4::after {
    content: "";
    width: 259px;
    height: 1px;
    background-color: var(--main01);
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: -1;
}


h4 p {
    font-size: 18px;
    position: relative;
    padding-top: 0.3em;
}

p span.lowestprice-time {
    font-size: 18px;
    text-align: left;
    padding-left: 6em;
}

p span.lowestprice-time-Stay {
    font-size: 18px;
    text-align: left;
    padding-left: 7.4em;
}

span.mini {
    text-align: left;
    padding-left: 10.6em;
}

h4 p.time {
    font-size: 12px;
}


h4 p.dayuse {
    font-size: 18px;
    text-align: center;
}

h4 p.stay {
    font-size: 18px;
    text-align: center;
}

h4 p.eng {
    font-size: 13px;
    text-align: center;
}

h5::after {
    content: "";
    width: 259px;
    height: 1px;
    background-color: var(--main01);
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: -1;
}

h4 .eng {
    font-size: 10px;
}

.tr-date {
    font-size: 11.5px;
}

.shorttime .tr-date {
    letter-spacing: -.05em;
}

.tr-date th {
    padding: .4em;
}

td {
    padding: .4em 0;
}

.weekday {
    background-color: #cda7001a;
    text-align: center;
}

.weekend {
    background-color: #cd960031;
    text-align: center;
}

.plantype {
    padding: .4em .5em .4em 0;
    text-align: right;
    width: 78px;
}


.tr-time td {
    font-size: .7em;
    font-weight: normal;
    line-height: 1.3em;
}

.extension {
    padding: .7em 0;
    font-size: .8em;
    text-align: center;
}

#payment {
    padding: 10px;
}

.payment-title {
    font-size: 21px;
    font-weight: bold;
    padding: 20px 0 15px;
}

.payment-datails {
    background: rgba(255, 255, 255, 0);
    border: solid 1px var(--main01);
    border-radius: 0 5px 5px;
    padding: 0 20px 10px;
    font-size: 15px;
    margin: 0 10px 15px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    color: #000000;

    @media (max-width:768px) {
        font-size: 3vw;
    }
}

.payment-imgs {
    display: flex;
    justify-content: center;
}

.payment-imgs img {
    width: 100px;
    box-shadow: none;

    @media (max-width:768px) {
        width: 19%;
    }
}

@Media screen and (max-width:767px) {
    .typeFlex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .typeFlex-L {
        width: 90%;
    }

    .typeFlex-R {
        margin: 10px 0 0 0;
    }

    .planFlex {
        margin: 0 auto;
        display: block;
    }

    .Trigger01 img {
        width: 110px;
        margin: 0;
        margin: 0.1em;
    }

    #Btype .typeFlex .typeFlex-L {
        order: 1;
    }

    #Btype .typeFlex .typeFlex-R {
        order: 2;
    }

    .pc-navbtn {
        display: none;
    }

    .planSheet {
        margin-left: 9px;
    }

}