@charset "utf-8";


/* 絵本のボタン */
#bb-nav-next,
#bb-nav-prev,
#bb-nav-first,
#bb-nav-last {
    position: relative;
    z-index: 9999 !important;
    /* 他の要素より絶対上にくるようにする */
    cursor: pointer;
    /* マウスを乗せたときに指の形になるか確認 */
}

/* サブメイン */
.hero3 {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2)), url(../images/family/family.jpg) center/cover no-repeat;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;

}

.hero3 .sample svg path {
    fill: #fff;
    animation: wave linear 4s infinite;
}



/* /* 家族風呂とは・酸素ルームについて  */

.family-title {
    text-align: left;
    border-bottom: 3px solid #333;
    font-size: 48px;
    margin-bottom: 20px;
}

.family-text {
    font-size: 18px;
    text-align: left;
    list-style: none;
    line-height: 2.8rem;
    margin-bottom: 10px;
}

.family-text ul li {
    font-size: 18px;
    text-align: left;
    list-style: none;
    line-height: 2.2rem;
    margin-bottom: 10px;

}

/* 浴室のご案内 */
.bath-map {
    width: 50%;
}

.bath-map img {
    width: 70%;
}



.bath-map-title {
    text-align: left;
    font-size: 30px;
    margin: 10px 0 20px 0;
    font-weight: bold;

}


.bath-text {
    width: 50%;
    padding: 10px;
}

.bath-map-title span {
    color: #ff681c;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline wavy #ff681c;
    text-underline-offset: 0.5rem;
    line-height: 2.5rem;
}

.bath-map-sub ul {
    margin-left: 15px;
    margin-bottom: 20px;
}

.bath-map-sub ul li {
    font-size: 16px;
    text-align: left;
    line-height: 2rem;
}

h5 {
    border-bottom: 3px solid #333;
    font-size: 24px;
    text-align: left;
    margin-bottom: 10px;
}





/* メインタイトル */
.main-header {
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #333;
    margin-bottom: 40px;
}

.main-header h1 {
    font-size: 2.5rem;
    font-weight: normal;
    letter-spacing: 0.1em;
}

/* ========================================== */
/* ○○とおふろ */
/* ========================================== */



.bath-container {
    margin: 80px 0 150px 0;
}



.plan-item {
    width: 100%;
    height: 500px;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: left;
    border-radius: 40px;
}

.plan-image {
    width: 50%;
}

.plan-image img {
    width: 100%;
    height: 450px;
    display: block;
    object-fit: cover;
}

.plan-content {
    width: 50%;
    height: 450px;
    display: block;
    object-fit: cover;


}

.plan-content h2 {
    margin: 15px 0;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
}

.plan-content p {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: left;
    line-height: 2.5rem;

}

/* テーブルデザイン */
.plan-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.plan-table th {
    background-color: #002e73;
    color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 18px;
}

.plan-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 予約する */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 予約するボタンの文字 */

.family-main-wrapper {
    width: 100%;
    margin: 50px 0 80px 0;
}

/* 案内掲示板の枠 */
.family-card {

    background-color: #fff;
    border: 5px solid #002e73;
    /* オレンジの太枠 */
    border-radius: 70px;
    /* 画像に近い大きな角丸 */
    padding: 50px 50px;
    margin-top: 100px;
    margin-bottom: 50px;
}


.yoyaku-title {
    font-size: 70px;
    text-align: center;
    border-bottom: 3px solid #002e73;
    margin-bottom: 30px;
    color: #002e73;
}


/* 予約ボタン */
.card-inner .button {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
}




/* ========================================== */

/* 温泉銭湯のバナー背景 */

.bg-sentou {
    background-image: url(../images/index/bg-sentou.jpg);
}


/* スマートフォン表示への対応 */
@media (max-width: 800px) {

    /* ========================================== */
    /* コンテナ */
    /* ========================================== */

    .container {
        padding: 0;
        margin-bottom: 80px;
    }

    /* ========================================== */
    /* 家族風呂とは */
    /* ========================================== */

    .family-title {
        text-align: center;
        font-size: 45px;
    }

    .family-text {
        font-size: 12px;
    }

    /* ========================================== */
    /* 酸素ルームとは */
    /* ========================================== */

    .sanso-room .event-content {
        display: flex;
        flex-direction: column-reverse;
    }

    .family-text ul li {
        font-size: 13px;
    }


    /* ========================================== */
    /* 浴室のご案内 */
    /* ========================================== */

    .bath-map {
        width: 100%;
    }

    .bath-text {
        width: 100%;
    }

    .bath-map-title {
        font-size: 23px;
    }

    .bath-map-sub {
        margin-top: 20px;

    }

    .bath-map-title span {
        font-size: 29px;
    }

    .family-container {
        margin-top: 0;
        margin-bottom: 125px;
    }

    /* ========================================== */
    /* 絵本 */
    /* ========================================== */

    .plan-item {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .plan-image,
    .plan-content {
        flex: 1 1 100%;
    }

    .main-header h1 {
        font-size: 1.8rem;
    }

    #bb-nav-first {
        display: none;
    }

    #bb-nav-last {
        display: none;
    }

    /* ========================================== */
    /* 予約について */
    /* ========================================== */

    .family-main-wrapper {
        margin: 160px 0 80px 0;
    }

    .family-card {
        padding: 20px 30px;
    }

    .yoyaku-title {
        font-size: 38px;
        margin: 0;
    }



    .yoyaku .notice-title {
        margin-bottom: 0;
    }

    .yoyaku .notice-normal {
        padding: 10px 0;
    }

    .yoyaku .button {
        margin-top: 0;
    }




}