body {
    color: #3a3a3a;
}

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

共通

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


.lower-atf{
    background-position: bottom;
}


.main_lower {
    max-width: 1300px;
    margin: 50px auto;
    padding: 0 20px;
}

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

キャッチコピー

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


.important-tagline-area {
    background: url(../images/important_bk02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 20px;
}

.important-box-facility {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 20px;
}

.important-box-facility h3 {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}

.important-box-facility p {
    line-height: 2.5;
    text-align: center;
}

.important-box-facility .minagi {
    text-align: right;
}


.important-tagline-area img {
    width: 100%;
}


@media screen and (max-width:999px) {
    .important-box-facility {
        padding: 50px 100px;
    }

    .facility-detail-btn {
        padding: 0;
    }
}

@media screen and (max-width:767px) {
    .important-box-facility {
        padding: 40px 0px;
    }

    .important-box-facility h3 {
        text-align: left;
        font-size: 24px;
    }
}

@media screen and (max-width:645px) {
    .important-box-facility p {
        text-align: left;
    }
}

@media screen and (max-width:480px) {
    .important-box-facility h3{
        font-size: 20px;
        line-height: 2.2;
    }
}

@media screen and (max-width:360px) {
    .important-tagline-area {
        padding: 50px 20px;
    }

    .important-box-facility {
        padding: 50px 0px;
    }
}



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

館内案内

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


.facility-container h4 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.facility-img {
    text-align: center;
    margin-bottom: 50px;
}

.facility-img img {
    width: 100%;
    max-width: 750px;
    border-radius: 20px;
}

@media screen and (max-width:480px) {
.facility-container h4{
    font-size: 18px;
}
}

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

タブ切り替え

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



.tab-spa {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    gap: 20px;
}

.tab01 {
    width: calc(50% - 10px);
    border: 1px solid #000;
    border-radius: 6px;
}

.tab01 a {
    position: relative;
    display: block;
    padding: 25px 20px;
    border-radius: 6px;
    color: #000;
    text-align: center;
}


.tab01 a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
}


.tab02 {
    width: calc(50% - 10px);
    border: 1px solid #000;
    border-radius: 6px;
}

.tab02 a {
    position: relative;
    display: block;
    padding: 25px 20px;
    border-radius: 6px;
    color: #000;
    text-align: center;
}


.tab02 a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
}


.tab03 {
    width: calc(50% - 10px);
    border: 1px solid #000;
    border-radius: 6px;
}

.tab03 a {
    position: relative;
    display: block;
    padding: 25px 20px;
    border-radius: 6px;
    color: #000;
    text-align: center;
}


.tab03 a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
}


.tab04 {
    width: calc(50% - 10px);
    border: 1px solid #000;
    border-radius: 6px;
}

.tab04 a {
    position: relative;
    display: block;
    padding: 25px 20px;
    border-radius: 6px;
    color: #000;
    text-align: center;
}


.tab04 a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
}



@media screen and (max-width:480px) {
    .tab01 a{
        padding: 15px 20px;
    }
    .tab02 a{
        padding: 15px 20px;
    }
    .tab03 a{
        padding: 15px 20px;
    }
    .tab04 a{
        padding: 15px 20px;
    }
}


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

レジオネラ菌対策について

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



.modal-1__content h3 {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

.modal-1__content p {
    text-align: left;
}




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

タブ切り替え 大浴場・露天風呂

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

#spa01,
#spa02,
#rental-room03,
#restaurant04{
    margin-top: -100px;
    padding-top: 100px;
}

#rest-area{
    margin-top: -100px;
    padding-top: 100px;
}

.smart-border {
    margin-top: 80px;
}

.smart-border h3 {
    font-size: 28px;
    margin: 100px 0 50px;
    text-align: center;
    font-weight: normal;
}

.tab-box01 p {
    text-align: center;
    line-height: 2.5;
}


.facility-price {
    margin: 50px 0;
}


.facility-cell800{
    max-width: 800px;
    margin: 50px auto;
}


.facility-price dl {
    display: grid;
    grid-template-columns: 20% 80%;
}


.facility-price dt {
    padding: 24px 0;
    border-top: 1px solid #eee;
    font-weight: bold;
}

.facility-price dd {
    padding: 24px 20px;
    border-top: 1px solid #eee;
    font-weight: bold;
}


.facility-price .dlast {
    border-bottom: 1px solid #eee;
}

.facility-price .tlast:last-child {
    border-bottom: 1px solid #eee;
}

.facility-price .tlast p {
    line-height: 2;
}


@media screen and (max-width:480px) {
    .smart-border h3{
        font-size: 22px;
        margin:50px 0 30px;
    }
    .tab-box01 p {
        text-align: left;
    }

    .facility-price dl {
        grid-template-columns: 100%;
    }
    .facility-price dt {
        padding: 24px 10px 24px 20px;
    }
    .facility-price dd {
        padding: 24px 10px 24px 20px;
    }
    
}


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

タブ切り替え 家族風呂

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


.spa02-text {
    text-align: center;
    line-height: 2.5;
}

.tab-box02 .facility-price dd {
    padding: 24px 20px;
}



.family-title h3 {
    font-size: 28px;
    margin: 100px 0 50px;
    text-align: center;
    font-weight: normal;
}





.tab-btn {
    width: 50%;
    margin: 20px auto 0;
}


.tab-btn .button01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 40px 20px;
    border-radius: 6px;
    color: #343434;
    position: relative;
}

.tab-btn .btn-br {
    border: 1px solid #343434;
    transition: 0.3s;
}


.tab-btn .btn-br:hover {
    border: 1px solid #343434;
    background-color: #660b06;
    color: #fff;
    text-decoration: none;
}

.tab-btn .btn-colr01 {
    background-color: #660b06;
    color: #fff;
}


.tab-btn .btn-colr01:hover {
    background-color: #8b6b69;
    color: #fff;
    transition: 0.3s;
}


@media screen and (max-width:480px) {
    .family-title h3{
        font-size: 22px;
        margin:50px 0 30px;
    }
}







.spa-box03 .facility-price {
    margin: 30px 0 50px;
}

.spa-box03 h4 {
    text-align: left;
    font-size: 20px;
    margin: 50px 0 20px;
}

.spa-box03-container {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.spa-box03-container p {
    text-align: center;
}

.spa-box03-container .facility-price .tlast p {
    text-align: left;
}

.spa-box03-container .facility-price dd {
    padding: 24px 20px;
}

.spa-box03-facility-img {
    text-align: center;
    margin: 0 auto 100px;
    width: calc(50% - 10px);
}

.spa-box03-facility-img img {
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
}

.spa-box03 {
    width: calc(50% - 10px);
}

.facility-kyukei dl {
    display: block;
}

.facility-kyukei .tlast {
    width: 100%;
}

@media screen and (max-width:767px) {
    .spa-box03-container {
        flex-direction: column;
    }

    .spa-box03-facility-img {
        margin: 0 auto;
    }

    .spa-box03 {
        width: calc(100% - 0px);
    }
}

@media screen and (max-width:480px) {
    .tab-spa {
        flex-direction: column;
    }

    .tab01 {
        width: calc(100% - 0px);
    }

    .tab02 {
        width: calc(100% - 0px);
    }

    .tab03 {
        width: calc(100% - 0px);
    }

    .tab04 {
        width: calc(100% - 0px);
    }

    .spa02-text {
        text-align: left;
    }

    .tab-btn {
        width: 100%;
    }

    .spa-box03-facility-img {
        width: calc(100% - 0px);
    }
}


.restaurant-tit {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}


.restaurant-img-area {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}


.restaurant-box {
    width: 100%;
    max-width: 300px;
}

.restaurant-box img {
    width: 100%;
}


/* モーダルのスタイル */
.image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: zoomIn 0.3s;
}

@keyframes zoomIn {
    from { transform: translate(-50%, -50%) scale(0.7); }
    to { transform: translate(-50%, -50%) scale(1); }
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
    color: #bbb;
}

/* 画像にカーソルポインターを追加 */
.restaurant-box img {
    cursor: pointer;
    transition: opacity 0.3s;
}

.restaurant-box img:hover {
    opacity: 0.8;
}

.small{
    font-size: 12px;
}


@media screen and (max-width:767px) {
    .restaurant-img-area {
        flex-wrap: wrap;
    }

    .restaurant-box {
        max-width: 100%;
        width: calc(50% - 5px);
    }
}




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

よくある質問

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




.faq_area {
    max-width: 1500px;
    margin: 100px auto 0;
    padding-bottom: 150px;
}



.faq-work-tit h3 {
    font-size: 28px;
    margin: 100px 0 50px;
    text-align: center;
    font-weight: normal;
}




summary::-webkit-details-marker {
    display: none;
}

.qa-1 {
    max-width: 1500px;
    margin: 0 40px 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #1b5c5c;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1:nth-child(even) {
    background-color: #f6f7f8;
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    text-align: left;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #f08c1e;
    line-height: 1.2;
    content: "A";
}

@media screen and (max-width:767px) {
    .qa-1 {
        margin: 0 20px 7px;
    }
}
