/*--------------------------ファーストビュー--------------------------*/

@media screen and (max-width:560px) {

    #top3 .top_img {
        width: 100%;
        display: block;
        object-fit: cover;
        height: 25vh;
    }
}

/*--------------------------メイン--------------------------*/

main {
    background-size: cover;
    padding-top: 0px;
    overflow: hidden;
}

/* レスポンシブ */
@media screen and (max-width:1000px) {
    main {
        padding: 0 20px;
    }
}

/*--------------------------タイトル--------------------------*/

.titlearea {
    margin: 50px auto;
    max-width: 1000px;
}

.titlearea h2 {
    margin: 0 !important;
    font-family: 'UtsukushiFONT', serif !important;
    font-size: 24px !important;
}

.titlearea p {
    margin: 0 !important;
    font-size: 30px;
    font-size: 16px !important;
    position: relative;
    padding: 0.4rem;
    text-align: center;
}

.titlearea p span {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
}

.titlearea p:before {
    position: absolute;
    bottom: -6px;
    left: calc(50% - 30px);
    width: 55px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #9C0100;
}

.titlearea p {
    margin-top: 10px;
    color: #9C6900;
}



/*--------------------------補足--------------------------*/


.hosoku {
    margin: 10px auto 100px;
    max-width: 700px;
    padding: 20px;
    font-family: serif;
    text-align: center;
    border: solid 5px;
}

.hosoku p {
    font-size: 24px;
    font-weight: bold;
    color: #D93B26;
    line-height: 35px;
}

.hosoku a {
    padding: 15px 15px;
    background-color: #000;
    color: #fff;
    display: block;
    width: 300px;
    margin: 10px auto 0;
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width: 480px) {

    .hosoku {
        text-align: left;
    }

    .hosoku a {
        font-size: 16px;
        width: calc(100% - 40px);
    }

}



/*--------------------------客室 room--------------------------*/


#room h2 {
    text-align: center;
    color: #2b2b2b;
}

#room h2 img {
    width: 220px;
}

#room > p {
    text-align: center;
    color: #2b2b2b;
    margin: 60px 0;
    font-size: 20px;
    font-family: serif;
    letter-spacing: 3px;
    line-height: 40px;
}

.room_text span {
    display: block;
    font-size: 12px;
    line-height: 25px;
    font-family: serif;
    color: #2b2b2b;
}

.room_txt02 {
    margin: 20px 0 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}



@media screen and (max-width:768px) {
    #room h2 img {
        width: 150px;
    }

    #room > p {
        font-size: 15px;
    }
}


@media screen and (max-width:480px) {
    #room {
        padding: 20px 0 40px 0;
    }
}

@media screen and (max-width:350px) {
    .room_text {
        text-align: left !important;
    }
}

/*=================8室ボタン=================*/

.room_flex {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 15px;
}

.room_flex div {
    width: 50%;
    text-align: center;
}

.room_flex img {
    width: 100%;
    vertical-align: bottom;
}

.room_flex div:first-child {
    margin-right: 10px;
}

.room_flex div:nth-child(2) {
    margin-left: 10px;
}

.room_flex div:nth-child(3) {
    margin-left: 10px;
}

.room_flex div:nth-child(4) {
    margin-left: 10px;
}

.room_flex div:nth-child(5) {
    margin-left: 20px;
}

.room_flex div p:nth-child(2) {
    margin: 20px 0;
    font-size: 15px;
}


@media screen and (max-width:768px) {

    .room_flex {
        display: block;
    }

    .room_flex div {
        width: 100%;
    }

    .room_flex div:first-child {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .room_flex div:nth-child(2) {
        margin-left: 0;
    }

    .room_flex div:nth-child(3) {
        margin-left: 0;
    }

    .room_flex div:nth-child(4) {
        margin-left: 0;
    }

    .room_flex div:nth-child(5) {
        margin-left: 0;
    }
}

/*-------------------------- ルームタイプ --------------------------*/

#room_type {
    padding: 0 0 60px 0;
    max-width: 1000px;
    margin: 0 auto;
}

.roomtxtarea {
    font-size: 12px;
    text-align: center;
}


/*================= タブ切り替え =================*/

.tab-group {
    display: flex;
    justify-content: center;
}

.tab {
    flex-grow: 1;
    padding: 5px;
    list-style: none;
    text-align: center;
    cursor: pointer;
}

.tab:hover {
    opacity: 0.6;
}

.tab-A h2 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: normal;
    margin-bottom: 30px;
    font-family: serif;
    color: #2b2b2b;
}

.tab-B h2 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: normal;
    margin-bottom: 30px;
    font-family: serif;
    color: #2b2b2b;
}

.tab-C h2 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: normal;
    margin-bottom: 30px;
    font-family: serif;
    color: #2b2b2b;
}


.tab-D h2 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: normal;
    margin-bottom: 30px;
    font-family: serif;
    color: #2b2b2b;
}

.tab.is-active {
    color: #FFF;
    transition: all 0.2s ease-out;
}


@media screen and (max-width:768px) {

    .tab-group {
        flex-wrap: wrap;
        width: 100%;
    }

    .tab {
        width: 40%;
    }

    .tab img {
        width: 90%;
    }
}



/*-------------------------- ツインスタンダード 1F/2F --------------------------*/


.room1mei h2 {
    font-family: serif;
    color: #2b2b2b;
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 30px;
}

.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}


/*=================== アコーディオン設定=================== */

.accordian {
    margin: 14px auto 0px;
    height: auto;
    overflow: hidden;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    flex-basis: 600px;
    max-width: 1000px;
}

.accordian ul {
    width: 1000px;
    margin: 0 0 0 0;
}

.accordian li {
    position: relative;
    display: block;
    width: 150px;
    float: left;
    border-left: 1px solid #888;
    box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.accordian ul:hover li {
    width: 30px;
}

.accordian ul li:hover {
    width: 900px;
}

.accordian ul li a:hover {
    opacity: 1.0;
}

.accordian li img {
    display: block;
    width: auto;
    height: auto;
    max-width: unset;
}


@media screen and (max-width:768px) {

    .accordian {
        display: none;
    }
}

/*=================== SP版スライドショー =================== */

.slider {
    display: none;
}

@media screen and (max-width:768px) {

    .slider {
        display: block;
    }
    
    
    .mypattern {
        width: 90%;
        max-width: 1000px;
        margin-top: 20px;
    }
    .mypattern .slick-slide {
        margin: 10px;
    }
    .slick-slide img {
        width: 100%;
        height: auto;
    }

    .slick-prev:before,
    .slick-next:before {
        color: #000;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 40px;
    }
    .slick-dots li button:before {
        font-size: 10px;
    }
    
}


/* レスポンシブ横向きの場合 */
@media (max-device-width: 767px) and (orientation: landscape) {
    .slider {
        display: block;
    }

    .accordian {
        display: none;
    }
}


/*=================== 客室設備 =================== */


.room_content {
    margin: 60px 0 100px 0;
}

.room_content_flex {
    display: flex;
}

.room_content .room_content_flex div > span:first-child {
    background-color: #000;
    color: #fff;
    padding: 5px;
    font-family: serif;
}

.room_content div > span:nth-child(2) {
    background-color: #b59948;
    color: #fff;
    margin-left: 10px;
    padding: 5px 10px;
    font-family: serif;
    line-height: 2;
}

.room_name {
    margin: 40px 0;
    font-size: 24px;
    letter-spacing: 3px;
}

.room_p {
    line-height: 35px;
    margin-right: 40px;
}


@media screen and (max-width:768px) {

    .room_content_flex {
        display: block;
    }

    .room_name {
        margin: 20px 0 10px 0;
    }
}


@media screen and (max-width:480px) {

    .room_p {
        margin-right: 10px;
    }
    
    .room_content .room_content_flex div > span:first-child{
        font-size: 12px;
    }
    
    .room_content div > span:nth-child(2){
        font-size: 12px;
    }
    .room_name{
        font-size: 20px;
    }
}

/*=================== 客室クリック箇所 =================== */


.font12w p {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    font-family: serif;
    color: #2b2b2b;
}



/*=================== クリッカブルマップクリック箇所 =================== */


.floor_list {
    margin: 30px auto;
}

.floor_list div {
    display: flex;
    width: 100%;
    padding: 15px 0;
    margin: 0 auto;
    border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}

.floor_list div:nth-child(6) {
    border: none;
}

.floor_list div span {
    width: 30%;
    margin-left: 40px;
    line-height: 24px;
    font-family: serif;
    color: #2b2b2b;
}

.floor_list div p {
    width: 80%;
    margin-right: 40px;
    line-height: 24px;
    font-family: serif;
    color: #2b2b2b;
}

.menseki_menu {
    margin-left: 0 !important;
    width: 100px !important;
    display: inline-block;
    border: solid 1px rgba(200, 200, 200, 0.5);
    border-bottom: none;
    text-align: center;
    padding: 3px 0;
    margin-top: 5px;
    background-color: rgba(200, 200, 200, 0.2);
}

.menseki_val {
    margin-left: 0 !important;
    width: 100px !important;
    display: inline-block;
    border: solid 1px rgba(200, 200, 200, 0.5);
    text-align: center;
    padding: 3px 0;
}

.pc_menseki {
    display: block;
}

.sp_menseki {
    display: none;
}


.room_content .room_kensaku {
    border-bottom: none;
    text-align: center;
    width: auto;
}

.room_kensaku img {
    width: 380px;
}


.slick-dots li button:before {
    font-size: 10px;
}


@media screen and (max-width:480px) {

    .room_kensaku img {
        width: 265px;
    }

    button.slick-next.slick-arrow {
        right: calc(50% - 140px);
    }

    button.slick-prev.slick-arrow {
        left: calc(50% - 140px);
    }

    .floor_list div p {
        margin-right: 10px;
    }

    .floor_list div span {
        margin-left: 10px;
        width: 180px;
    }

    .pc_menseki {
        display: none;
    }

    .sp_menseki {
        display: block;
    }

    .menseki_top {
        width: 163px !important;
        margin: 0 !important;
        padding: 5px 0 5px 7px;
        border: solid 1px rgba(200, 200, 200, 0.5);
        border-bottom: solid 1px rgba(200, 200, 200, 0.5);
        display: inline-block;
    }

    .menseki_menu {
        width: 85px !important;
        font-size: 14px;
        text-align: left;
        padding-left: 7px;
        border-top: none;
        border-right: none;
        border-bottom: solid 1px rgba(200, 200, 200, 0.5);
        margin-top: 0;
    }

    .menseki_val {
        width: 70px !important;
        font-size: 14px;
        text-align: left;
        padding-left: 7px;
        border-top: none;
    }
}

@media screen and (max-width:350px) {

    .menseki_menu {
        width: 75px !important;
        font-size: 12px;
    }

    .menseki_val {
        width: 60px !important;
        font-size: 12px;
    }

    .menseki_top {
        width: 143px !important;
    }
}

/*--------------------------○全室共通客室設備--------------------------*/


.setsubi_p {
    display: block;
    text-align: center;
    width: 500px;
    margin: 50px auto 95px;
    border: double 3px;
    padding: 20px;
}

.setsubi_p .setsubi_title {
    text-align: center;
}


.box_setsubi {
    margin: 2em 0 0;
}

.tleft {
    text-align: left;
}


/*=======================アメニティバー=======================*/


.box8_setsubi {
    padding: 0.5em 1em;
    margin: 1em 0 1em;
    color: #232323;
    background: #fffaf0;
    border-left: solid 10px #B49948;
}

.box8_setsubi p {
    margin: 0;
    padding: 0;
}

.sub_y1 {
    margin-bottom: 10px;
}

.setsubi_img {
    display: block;
    margin: 0 auto;
}

.img1_setsubi {
    background: url(../img/kyakusitu/px1000_20230922_073722650.jpg) no-repeat center;
    width: 250px;
    height: 250px;
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 100%;
    margin: 30px auto 0;
}

.box_setsubi table {
    border-collapse: collapse;
    width: 100%;
    background: #fffaf0;
    margin-top: 2em;
    margin-bottom: 0.5em;
    font-family: serif;
}

.box_setsubi th,
.box_setsubi td {
    border: solid 1px #B49948;
    padding: 10px;
    color: #2b2b2b;
}

@media screen and (max-width:500px) {
    .setsubi_p {
        width: 85%;
    }

    .sub_y1 {
        text-align: left;
    }
}

@media screen and (max-width:320px) {
    .img1_setsubi {
        width: 200px;
        height: 200px;
    }
}


/*-------------------------- フロアマップ --------------------------*/


.floor_map {
    max-width: 540px;
    margin: 0 auto;
}

.floor_map h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    font-family: serif;
    color: #2b2b2b;
}

.floor_map_flex {
    display: flex;
    justify-content: space-between;
}

.floor_map_box {
    display: block;
    width: 45%;
}

.floor_map_box p {
    text-align: center;
    font-family: serif;
    color: #2b2b2b;
}

.floor_map img {
    width: 100%;
    border: solid 1px rgb(200, 200, 200);
}


/*-------------------------- お子様料金について --------------------------*/


.child_title {
    text-align: center;
    margin: 20px 0 5px;
    line-height: 20px;
    font-size: 18px;
}

.child_table {
    width: 100%;
}

.child_table td {
    border: 1px solid rgb(200, 200, 200);
    padding: 5px 10px;
    font-family: serif;
    color: #2b2b2b;
}

.child_table .kikan {
    text-align: center;
    background-color: #000;
    color: #fff;
    font-family: serif;
}


.child_hosoku_bottom {
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
    margin-bottom: 60px;
    margin-right: 0;
    text-align: center;
}


@media screen and (max-width:480px) {

    .child_hosoku_bottom {
        text-align: left;
    }
}

/*--------------------------キャンセルポリシー--------------------------*/


.cancellation-con {
    max-width: 500px;
    margin: 0 auto;
    background-color: #eee;
    padding: 20px;
}

.cancellation-con h3 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
    font-family: serif;
    color: #2b2b2b;
}

.cancellation-con h4 {
    font-family: serif;
    color: #2b2b2b;
    margin: 10px 0;
}


/*--------------------------温泉 画像--------------------------*/


.onsenarea_flex {
    display: flex;
    width: 100%;
}

.onsen_img {
    position: relative;
    height: 500px;
    width: 50%;
}

.onsen1 {
    background: url(../img/onsen_img.jpg) no-repeat center;
    background-position: 50% 75%;
    background-size: cover;
}

.onsen2 {
    background: url(../img/onsen_img2.jpg) no-repeat center;
    background-position: 30% 75%;
    background-size: cover;
}

@media screen and (max-width:1000px) {
    .onsen_img {
        height: 350px;
    }
}

@media screen and (max-width:767px) {
    .onsen_img {
        height: 250px;
    }

    .onsen2 {
        background-position: 15% 75%;
    }
}

/*--------------------------温泉 効能--------------------------*/


.onsen-poster {
    max-width: 1000px;
    margin: 70px auto 0;
}

.onsen-poster p {
    text-align: center;
    font-size: 12px;
}

.onsen-poster img {
    width: 100%;
}


#annnai {
    padding: 50px 0;
}

.annnai_container {
    margin: 0 auto;
    max-width: 1000px;
}

.annnai_container p {
    padding: 30px 30px;
    font-size: 16px;
    font-family: serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.annnai_container p:last-child {
    border-bottom: none;
}

.annnai_container p span:first-child {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.annnai_container p span:nth-child(2) {
    width: 75%;
    display: inline-block;
}

@media screen and (max-width:480px) {
    .annnai_container p {
        padding: 25px 5px;
        font-size: 14px;
    }
}



/*-------------------------- トップへ戻る --------------------------*/


.top_return {
    position: fixed;
    bottom: 3%;
    left: 3%;
}

.top_return img {
    width: 60px;
}


@media screen and (max-width:480px) {

    .top_return {
        position: fixed;
        bottom: 1%;
        right: 2%;
    }

    .top_return img {
        width: 40px;
    }
}
