:root {
    --base: #fff;
    --main01: #3D1D00;
    --main02: #163F00;
    --sub01: #66A045;
    --swiper-theme-color: #C6FFA4;
}

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 50px;
}

.typeFlex {
    display: flex;
    justify-content: space-between;
    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;
}

.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;
}

.lowestprice {
    margin: 0 0 10px;
}

.plan {
    margin: 20px auto;
    max-width: 700px;
}

.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;
}

.planFlex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.planSheet {
    text-align: center;
}

.planBox {
    margin: 1em 0.3em;
    width: 350px;
}

/* アコーディオン */
.s_01 .accordion_one {
    max-width: 1024px;
    margin: 0 auto;
}

.accordion_one .accordion_header {
    background-color: var(--sub01);
    width: 90%;
    margin: 0 auto 20px;
    color: var(--base);
    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;
    box-sizing: border-box;
}

.accordion_one .accordion_inner .box_one {
    height: 300px;
}

.accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}

#Pretty .typeFlex .typeFlex-L {
    order: 2;
}

#Pretty .typeFlex .typeFlex-R {
    order: 1;
}

/* テーブルスタイル */
.planSheet table {
    margin: 0 auto;
}

.planBox table,
tr,
th,
td {
    border: var(--sub01) 1px solid;
    border-collapse: collapse;
    width: 320px;
}

thead {
    background-color: var(--sub01);
}

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: #fff;
    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 p {
    font-size: 18px;
    position: relative;
    padding-top: 0.3em;
}

p span.lowestprice-time {
    font-size: 18px;
    text-align: left;
    padding-left: 6em;
}

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;
}

h4::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: #00cda11a;
    text-align: center;
}

.weekend {
    background-color: #00cd7831;
    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;

    @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;
    }

    .typeFlex-L {
        width: 90%;
    }

    .typeFlex-R {
        margin: 10px 0 0 0;
    }

    .planFlex {
        margin: 0 auto;
    }

    #Pretty .typeFlex .typeFlex-L {
        order: 1;
    }

    #Pretty .typeFlex .typeFlex-R {
        order: 2;
    }

    table {
        width: 330px;
    }

}