:root {
    --base: #ededed;
    --main01: #0047c4;
    --main02: #000f33;
    --sub01: #c6c6c6;
    --swiper-theme-color: #00bbed;
}


body {
    background-image: none;
    background-color: #fff;
    color: var(--main02);
}

.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 {
    padding: 20px 0 40px;
}

.type:last-child {
    padding: 20px 0 20px;
}

.typeFlex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.plan-img-img {
    width: 100%;
    height: auto;
}

.typeFlex-L {
    width: 57%;
    position: relative;
}

.typeFlex-R {
    width: 300px;
    padding: 0 0 0 10px;
}

.typeFlex-R h3 {
    margin: .4em 0;
    font-size: 46px;
    font-weight: normal;
}

.typeFlex-R h3 span {
    padding: 0 0 0 .3em;
    width: 86%;
    display: block;
    text-align: right;
    font-size: 14px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.lowestpriceBox {
    margin: 0 auto;
    padding: .5em 0 0 0;
}

.lowestprice {
    margin: 0 0 1em;
    font-weight: bold;
}

.lowestprice h5 {
    margin: 0 0 0em 2em;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.lowestprice h5 span {
    display: inline;
    background-color: #fff;
}

.lowestprice p {
    text-align: center;
    font-size: 18px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

p.lowestpriceFreetime-price-free {
    padding-right: 1.03em;
}

.lowestprice h5::before {
    color: var(--main03);
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: -1.3em;
    top: -.1em;
}

.lowestprice h5::after {
    content: '';
    height: 1px;
    width: 235px;
    background-color: var(--main02);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

.lowestprice-time {
    display: block;
    font-size: 11px;
}


.lowestprice .lowestpriceStay-h::before {
    content: '\f236';
    left: -1.4em;
}

.lowestpriceStay-price .lowestpriceFreetime-price {
    padding: 11px 0;
}

.plan {
    margin: 20px auto;
}

.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 {
    margin: 0 auto;
    width: 94%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#Double .planFlex {
    margin: 0 auto;
    width: 94%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 5px 151px;
}

#Single .planFlex {
    margin: 0 auto;
    width: 94%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 5px 151px;
}

.planSheet {
    margin: 0 auto;
    width: 350px;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}


.planSheet table {
    margin: 25px auto;
    width: 100%;
    table-layout: fixed;
    font-weight: bold;
}

.planSheet table,
tr,
th,
td {
    border: #3d3d3d 1px solid;
    border-collapse: collapse;
    background-color: #fff;
}

thead {
    background-color: var(--main03);
}

thead tr td {
    padding: .6em 0;
}

thead tr td h4 {
    color: var(--main02);
    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(--main02);
    text-align: left;
}

h4 .eng {
    font-size: 10px;
}

.tr-date {
    font-size: 12px;
}

.shorttime .tr-date {
    letter-spacing: -.05em;
}

.tr-date th {
    padding: .4em;
}

td {
    padding: .4em 0;
}

.weekday {
    background-color: #d4d4d41c;
}

.weekend {
    background-color: #98a5a898;
}

.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;
}


/* アコーディオン */
.s_01 .accordion_one {
    margin: 0 auto;
}

.accordion_one .accordion_header {
    width: 80%;
    background-color: var(--main01);
    border: var(--main03) 1px solid;
    border-radius: 50px;
    margin: 0 auto 20px;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    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';
    color: var(--main03);
    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 {
    margin: 0 auto;
    display: none;
    box-sizing: border-box;
}

.accordion_one .accordion_inner .box_one {
    height: 300px;
}

.accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}




/* レイアウトのためのスタイル */
.container {
    margin: 50px auto 0;
    max-width: 500px;
}

.main-img {
    width: 100%;
    height: auto;
}

.main-img img {
    height: auto;
    width: 100%;
}

.sub-img {
    display: flex;
    flex-wrap: wrap;
    /* 折返し指定 */
    margin-top: 10px;
}

.sub-img li {
    margin-right: 2%;
    width: calc(90% / 5);
}

.sub-img li img {
    border: 2px solid transparent;
    transition: border .5s;
}

.sub-img img {
    cursor: pointer;
    width: 100%;
}

/* ↑料金表部屋写真スライド↑ */




#Speriordouble .typeFlex .typeFlex-L {
    order: 2;
}

#Speriordouble .typeFlex .typeFlex-R {
    order: 1;
}

#Moderate .typeFlex .typeFlex-L {
    order: 2;
}

#Moderate .typeFlex .typeFlex-R {
    order: 1;
}

#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 3px var(--main01);
    border-radius: 0 5px 5px;
    padding: 0 20px 10px;
    font-size: 100%;
    margin: 0 10px 15px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.payment-imgs img {
    width: 100px;
}

@media (max-width:480px) {
    .payment-datails {
        font-size: 3.5vw;
    }

    .payment-imgs img {
        width: 20%;
    }
}

@Media screen and (max-width:767px) {
    .typeFlex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .typeFlex-L {
        width: 90%;
    }

    .typeFlex-R {
        margin: 10px auto 0;
    }

    .planFlex {
        margin: 0 auto;
        display: block;
    }

    .week {
        font-size: 13px;
        letter-spacing: -.05em;
    }

    #Speriordouble .typeFlex .typeFlex-L {
        order: 1;
    }

    #Speriordouble .typeFlex .typeFlex-R {
        order: 2;
    }

    #Moderate .typeFlex .typeFlex-L {
        order: 1;
    }

    #Moderate .typeFlex .typeFlex-R {
        order: 2;
    }

    #Double .planFlex {
        padding: 0;
    }

    #Single .planFlex {
        padding: 0;
    }
}