@charset "utf-8";
:root{
    --white: #ffffff;
    --black: #333333;
    --orange: #f46e45;
    --orangeOff: #ea8a59;
    --navy: #2a315b;
    --gray: #717070;
    --gray-b3: #b3b3b3;
    --warm-gray: #e1d8d1;
    --cream: #fdf5e8;
    --info-title: #f9ebd7;

    --Caslon: 'Libre Caslon Text',serif;
    --ZenKakuGothicNew: "Zen Kaku Gothic New","Yu Gothic","Meiryo","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    --NotoSansJP: "Noto Sans JP","Yu Gothic","Meiryo","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
}
/* topページのローディングのためのcssを打ち消し。全下層ページに必要 */
#header,#mainvisual,main,footer{opacity: 1;}

#lodging{
    width: 100%;
    background: var(--cream);
    padding: 8rem 0 0;
    line-height: 0;
    position: relative;

    hgroup{
        width: 80%;
        margin: 0 auto 11.8rem;
        text-align: center;
        h2{
            width: 107px;
            aspect-ratio: 107/63;
            margin: 0 auto 1rem;
        }
        h3{
            width: fit-content;
            margin: 0 auto;
        }
        .wave-line-gray{
            width: 160px;
            margin: 1rem auto 2rem;
        }
        p{
            line-height: 3.1;
        }
    }
}
#roomtype{
    width: 100%;
    background: var(--cream);
    line-height: 0;
    padding: 0 0 4rem;
    overflow: hidden;

    hgroup{
        margin: 0 auto 6rem;
        text-align: center;
        h2{
            width: 274px;
            aspect-ratio: 274/63;
            margin: 0 auto 1rem;
        }
        h3{
            width: fit-content;
            margin: 0 auto;
        }
        .wave-line-gray{
            width: 160px;
            margin: 1rem auto 2rem;
        }
    }

    .roomtype-inner{
        width: min(1250px,100%);
        height: auto;
        margin: 0 auto 4rem;
    }

    .sec-card{
        width: min(1014px,90%);
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        row-gap: 4rem;
        column-gap: 3rem;

        .card-item{
            width: 306px;
            height: auto;
            text-align: center;
            line-height: 1.8;
            display: flex;
            flex-direction: column;

            .item-img{
                height: auto;
                aspect-ratio: 1;
                margin: 0 auto 0.5rem;
                overflow: hidden;
                a{
                    position: relative;

                    img{
                        object-fit: cover;
                    }
                    .label{
                        width: 22.8%;
                        height: auto;
                        align-self: 106/141;
                        position: absolute;
                        right: 0;
                    }
                }
            }

            .item-text{
                width: 100%;
                margin: 0 auto;
                flex: 1;

                span{
                    font-family: var(--Caslon);
                    font-weight: 500;
                }
                
                h4{
                    font-size: 18px;
                    margin: 0 auto;
                    letter-spacing: 0;
                }

                .wave-line-gray{
                    width: 94%;
                    margin: 0 auto 1rem;
                }

                p{
                    font-size: 1rem;
                }

                small{
                    color: var(--orangeOff);
                }
            }

            .btn-more{
                margin-top: auto;
            }
        }
    }

    .sec-card2{
        width: min(926px,100%);
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        row-gap: 5rem;
        column-gap: 7.62rem;
        padding: 8rem 0;

        .card-item{
            width: min(402px,85%);
            height: auto;
            text-align: center;
            line-height: 1.8;
            display: flex;
            flex-direction: column;

            .item-img{
                height: auto;
                aspect-ratio: 1;
                margin: 0 auto 0.5rem;
                overflow: hidden;
                
                a{
                    position: relative;
                    img{
                        object-fit: cover;
                    }
                    .label{
                        width: 22.8%;
                        height: auto;
                        align-self: 106/141;
                        position: absolute;
                        right: 0;
                    }
                }
            }

            .item-text{
                margin: 0 auto;
                flex: 1;
                font-weight: normal;

                h4{
                    width: fit-content;
                    font-size: 1.5rem;
                    margin: 0 auto;
                    color: var(--orange);
                    .sp-br{
                        display: none;
                        height: 0;
                    }
                }

                .wave-line-gray{
                    width: 94%;
                    margin: 0 auto 1rem;
                }

                p{
                    font-size: 1rem;
                    .sp-br{
                        display: none;
                        line-height: 0;
                    }
                }
            }

            .btn-more{
                margin-top: auto;
            }
        }
    }
}
.padding{
    padding: 6rem 0;
}

@media screen and (max-width:820px){
    main{
        #lodging hgroup{
            width: 100%;
            margin: 0 auto 10rem;
            .wave-line-gray{
                width: min(290.01px, 80%);
            }
            h2{
            width: 61.74px;
            }
            p{
                width: 90%;
                margin: 0 auto;
            }
        }
        #roomtype .sec-card2{
            padding-top: 7rem;
        }
        #roomtype hgroup{
            margin: 0 auto 4rem;
            h2{
                width: 156.38px;
            }
            .wave-line-gray{
                width: min(290.01px, 80%);
            }
        }
        .z-layout{
            .text{
                margin: 0 auto 4rem;
            }
        }
        #sec-wide .sec-inner hgroup{
            .meal{
                width: 233.9px;
            }
            .wave-line-gray{
                width: min(290.01px, 80%);
            }
        }
        #sec-wide .sec-inner hgroup{
            .faclity{
                width: 93.06px;
            }
        }
    }
}
@media screen and (max-width:540px){
    #lodging{
        padding: 6rem 0 0;
        hgroup {
            margin: 0 auto 6rem;
        }
    }
    #roomtype{
        padding: 0 0 2rem;
        hgroup{
            margin: 0 auto 4rem;
        }
        .sec-card2{
            .card-item{
                .item-text{
                    width: 94%;
                    p .sp-br{
                        display: block;
                        line-height: 0;
                    }
                    h4{
                        width: 100%;
                        font-size: 1.5rem;
                        .sp-br{
                            display: block;
                        }
                    }
                    .wave-line-gray{
                        width: 100%;
                    }
                }
            }
        }
    }
    #sec-wide .sec-inner hgroup small{
        line-height: 0;
    }
}