@charset "utf-8";

body{
    overflow-wrap: anywhere; /* 収まらない場合に折り返す */
    word-break: normal; /* 単語の分割はデフォルトに依存 */
    line-break: strict; /* 禁則処理を厳格に適用 */
}

p,
span,
a,
h2 {
    font-family: serif;
    color: #2b2b2b;
}

img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.tel {
    color: #000;
}

.tel a {
    font-family: 'Courier New', Courier !important;
    color: #000;
}

.tel img {
    width: 20px;
    margin-right: 10px;
    margin-bottom: 15px;
}

main {
    /*background-image: url(../img/room_back.png);*/
    background-size: cover;
    padding-top: 0px;
}

.breadcrumb {
    padding: 20px 0;
}

#room {
    /*padding: 0 0 170px 0;*/
}

#room h2 {
    text-align: center;
}

#room h2 img {
    width: 220px;
}

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

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

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

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

.room_flex div {
    width: 50%;
}

.room_flex div {
    text-align: center;
}

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

.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 .room_text {
    line-height: 30px;
}

.room_text span {
    display: block;
    font-size: 12px;
    line-height: 25px;
}

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

.font12w p {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.room1mei h2 {
    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;
}

/* タブ切り替え */
.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;
}

.panel-group {
    margin-top: 60px;
}

.panel {
    display: none;
}

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

.panel.is-show {
    display: block;
}

/*  ルームタイプ */
#room_type {
    padding: 0 0 60px 0;
}

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

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

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

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


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

.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;
}

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

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

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

.room_content .madorizu {
    width: 100%;
}

.room_content a {
    width: 80%;
}

.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;
}

.floor_list div p {
    width: 80%;
    margin-right: 40px;
    line-height: 24px;
}

.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;
}

.slider {
    display: none;
}

/* トップへ戻る */
.top_return {
    position: fixed;
    bottom: 3%;
    right: 3%;
}

.top_return img {
    width: 60px;
}

/* お子様料金について */
.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;
}

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

.child_hosoku {
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
    margin-bottom: 20px;
}

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

/*温泉の菌検査について*/
.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;
}

.txt_space {
    width: 15px;
    display: inline-block;
}

@media screen and (max-width: 480px) {
    .hosoku {
        text-align: left;
    }

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

    .txt_space {
        display: none;
    }
}

/*アメニティバー*/

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

.setsubi_p h2 {
    font-size: 20px;
    margin-top: 5px;
}

.setsubi_p h3 {
    margin-top: 5px;
    margin-top: 5px !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

.box_setsubi {
    margin: 2em 0 0;
}

.tleft {
    text-align: left;
}

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

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

.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;
}

@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;
}

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

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

.floor_map_box p {
    text-align: center;
}

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


/* 以下、久織亭CSSのコピペ　必要なものだけ選別 */
.accordian {
    margin: 14px auto 0px;
    /* height: 380px; */
    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: 38em; */
    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: 380px */
    ;
    height: auto;
    max-width: unset;
}

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

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

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

    .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;
    }

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

    .tab {
        width: 40%;
    }

    .tab img {
        width: 90%;
    }

    .accordian {
        display: none;
    }

    .slider {
        display: block;
    }

    .room_content_flex {
        display: block;
    }

    .room_content .madorizu {
        width: 70%;
        display: block;
        margin: 0 auto;
    }

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

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

    .room_kensaku img {
        width: 265px;
    }

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

    .top_return img {
        width: 40px;
    }

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

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

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

    .room_p {
        margin-right: 10px;
    }

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

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

    .child_hosoku_bottom {
        text-align: left;
    }


    .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;
    }
}


/*キャンセルポリシー*/
.cancellation-con {
    max-width: 500px;
    margin: 100px auto 0;
    background-color: #eee;
    padding: 20px;
}

.cancellation-con h3 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
}

.small-txtc {
    font-size: 12px;
}

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

/* 施設のご案内 */
#annnai {
    padding: 50px 0;
    /*background-color: rgba(242,242,242,0.5);*/
}

#annnai p {
    color: #fff;
}

.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;
}

#annnai_mb {
    position: relative;
    background: url(../img/kuturogu_top.jpg) no-repeat center;
    background-position: 50% 50%;
    background-size: cover;
    height: 100vh;
    margin: 0;
    padding: 25px 0 0 0;
}

#annnai_mb p {
    color: #fff;
}

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

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

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

@media screen and (min-width:481px) and (max-width:767px) {
    #annnai_mb {
        height: auto !important;
    }
}

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

    #annnai_mb {
        height: auto;
    }
}

#barba-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.access01 {
    padding-bottom: 100px;
}

/*タイトル*/
.titlearea {
    margin: 50px auto;
    max-width: 1000px;
}

.titlearea h2 {
    margin: 0 !important;
    font-family: 'UtsukushiFONT', serif !important;
    font-size: 24px !important;
    text-align: center !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;
}


/* 温泉画像 */
.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%;
    }
}

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

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

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

    .menseki_top {
        width: 143px !important;
    }

}


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

    .accordian {
        display: none;
    }
}