.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: 40px 5px;
}

.type h3 {
    font-size: 2.5rem;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    border-left: 5px solid var(--main01);
    /* ← 縦線追加 */
    margin-bottom: 20px;
}

.sub-title {
    font-size: 0.8rem;
    padding-left: 1.5rem;
}

.price-datails {
    display: flex;
}

.row-reserve {
    flex-direction: row-reverse;
}

.price-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.price-main-img,
.price-sub-img {
    border-radius: 4%;
}

.price-main-img {
    width: 65%;
    padding: 0 10px;
}

.price-sub-img {
    width: 100%;
}


.price-name {
    padding: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin-bottom: 20px;
}

.price-name .price {
    display: flex;
    align-items: center;
    font-size: 1.05rem;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
    line-height: 1.6;
}

.price-name .price:last-child {
    border-bottom: none;
}

.price-name .price i {
    font-size: 1.1rem;
    color: #da4e3c;
    margin-right: 10px;
}

.plan-img-img {
    width: 100%;
    height: auto;
}

.bath-img {
    border-radius: 5px;
}

.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: 320px;
    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;
    color: #000000;
}

thead {
    background-color: var(--main03);
}

thead tr td {
    padding: .6em 0;
}

thead tr td h4 {
    color: #000000;
    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: #000000;
    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: #daaaa450;
}

.weekend {
    background-color: #da4e3c71;
}

.plantype {
    font-size: .8em;
    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: #ffffff;
    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%;
}

/* ↑料金表部屋写真スライド↑ */

/*========= レイアウトのためのCSS ===============*/


#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%;
    }
}


/*画像を出現させるアニメーションCSS*/

.flipLeft {
    animation-name: flipLeft;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    perspective-origin: left center;
    opacity: 0;
}

@keyframes flipLeft {
    from {
        transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
        opacity: 0;
    }

    to {
        transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
        opacity: 1;
    }
}

@Media screen and (max-width:767px) {
    .price-main-img {
        width: 100%;
    }

    .price-sub-img {
        width: 45%;
        object-fit: cover;
    }

    .price-datails {
        flex-direction: column;
        align-items: center;
    }

    .price-right {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        padding: 20px 0;
    }

    .price-name {
        padding: 0 5px;
    }

    .week {
        font-size: 13px;
        letter-spacing: -.05em;
    }
}

@media (max-width: 480px) {
    .price-main-img {
        padding: 0;
    }

    .price-right {
        padding: 10px 0;
    }

    .price-name .price {
        font-size: 0.7rem;
    }

    .price-sub-img {
        height: 120px;
    }
}