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

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

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

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

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

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

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


/*-------------------------- 館内マップ ポップアップ部分 --------------------------*/

.contents_imglist {
    width: 100%;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contents_imglist h3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
}

.contents_imglist ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    list-style-type: none;
}

.contents_imglist li {
    margin: 10px;
}

.contents_imglist img {
    width: 150px;
}

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


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

    .contents_imglist ul {
        flex-wrap: wrap;
    }

    .contents_imglist img {
        width: 100%;
    }

    .contents_imglist li {
        margin: 5px;
        width: 35%;
    }
}

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

.floor-txt {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.floor_imglist img {
    width: 100% !important;
    max-width: 300px !important;
}

.floor-txt02 {
    text-align: center;
    font-size: 10px;
}

/*-------------------------- 館内のご案内 --------------------------*/

.annai_block {
    width: 40%;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 50px;
}

.annai_block h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
}

.annai_block table {
    width: 100%;
    border-collapse: collapse;
}

.annai_block tr {
    border-top: 1px solid rgb(200, 200, 200);
}

.annai_block th {
    font-size: 14px;
    width: 150px;
    padding: 10px 15px;
    text-align: left;
}

.annai_block td {
    font-size: 14px;
    padding: 10px;
}


@media screen and (max-width:900px) {
    .annai_block {
        width: 60%;
    }
}


@media screen and (max-width:767px) {
    .annai_block {
        width: 80%;
        padding: 20px;
    }
}


@media screen and (max-width:350px) {
    .annai_block {
        width: 90%;
        padding: 10px;
    }

    .annai_block th {
        padding: 0;
        font-size: 12px;
    }
}



/*-------------------------- 共用設備 --------------------------*/

.setsubi_block {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
    padding-top: 50px;
}

.setsubi_block h3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}

.setsubi_flex {
    display: flex;
    justify-content: space-around;
}

.setsubi {
    display: block;
    width: 30%;
    margin: 0 15px;
}

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

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

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

.img3 {
    background: url(../../img/onsen1.jpg) no-repeat center;
}

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


.setsubi p {
    text-align: center;
}

.txt_left {
    text-align: left !important;
}

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

    .img1,
    .img2 {
        width: 200px;
        height: 200px;
    }
}


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

    .img1,
    .img2 {
        width: 250px;
        height: 250px;
    }

    .setsubi_flex {
        display: block;
    }

    .setsubi {
        width: 100%;
        margin: 0;
        margin-bottom: 50px;
    }
}
