.sp-br{
    display: none;
}
.amenity{
    margin: 0 auto;
    border-radius:30px;
    padding: 82px;
    padding-top: 60px;
    width: 100%;
    max-width: 1364px;
    background-color: #EEEEEE;
}
.amenity .amenity-ttl{
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    z-index:0;
}
.amenity  .amenity-ttl::before{
    content:"";
    position:absolute;
    width: 100%;
    border-bottom: 2px dotted #b8002e;
    height: 1px;
    /* background-image:url("../../assets2026/img/amenity-ttl_line.png"); */
    background-size:cover;
    z-index:-1;
}
.amenity  .amenity-ttl span{
    padding: 0 40px;
    width: fit-content;
    height: 100%;
    font-size:26px;
    font-weight:700;
    line-height:30px;
    letter-spacing:0.12em;
    background-color: #fff;
}
.amenity.second{
    padding: 60px 82px;
}
.amenity-thumbnail{
    margin-top: 50.5px;
    border-radius:15px;
    overflow: hidden;
}
.amenity-corner{
    margin-top: 50px;
    border-radius:15px;
    padding: 50px;
    padding-bottom: 40px;
    background-color: #fff;
}
.amenity-corner.always{
    padding-top: 32.5px;
}
.amenity-corner__flex{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.amenity-corner__flex > div:nth-of-type(1){
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:15px;
    padding: 30px;
    /* width: calc(60.45% - 15px); */
    width: calc(100% - 30px - 420px);
    background-color: #f5f5f5;

}
.amenity-corner__flex > div:nth-of-type(2){
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* width: calc(39.55% - 15px); */
    width: 420px;
    gap:17px;
}
.amenity-corner__flex > div:nth-of-type(2) .goods-list__img{
    /* height: calc(50% - 8.5px); */
}
.amenity-corner__flex > div:nth-of-type(2) .goods-list__img img{
    width: 100%;
}
.amenity-corner__flex .goods-list_wrap{
    padding: 0;
}
.amenity-corner__flex .goods-list{
    margin: 0;
    justify-content: center;
    gap:23px;
}
.amenity .goods-list .goods-list__item{
    margin: 0;
    width: 125px;
    max-width:initial;
}
.goods-list__item .goods-list__body{
    font-weight:500;
}
.amenity .goods-list .goods-list__item .goods-list__head{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}
.always .goods-list{
    justify-content: center;
    gap:40px;
}
.amenity .always .goods-list .goods-list__item .goods-list__head{
    background-color: #EEEEEE;
}
.amenity.second .goods-list{
    gap:44px;
}
.amenity .goods-list{
    padding-bottom: 0;
}
@media(max-width:1250px){
    .amenity-corner__flex{
        display: block;
    }
    .amenity-corner__flex > div:nth-of-type(1){
        width: 100%;
    }
    .amenity-corner__flex > div:nth-of-type(2){
        flex-direction: row;
        justify-content: space-between;
        margin-top: 30px;
        width: 100%;
    }
    .amenity-corner__flex > div:nth-of-type(2) .goods-list__img{
        width: calc(50% - 15px);
    }
}
@media(max-width:1000px){
    .amenity .goods-list{
        margin-top: 0;
    }
}
@media(max-width:768px){
    .sp-br{
        display: block;
    }
    .amenity{
        border-radius:0;
        padding: 50px 4%;
    }
    .amenity  .amenity-ttl{
        margin-bottom: 24.5px;
    }
    .amenity  .amenity-ttl span{
        padding: 0 15px;
        font-size:18px;
    }
    .amenity-thumbnail{
        border-radius:10px;
    }
    .amenity-corner{
        border-radius:10px;
        padding: 30px 4.64%;
    }
    .amenity .goods-list{
        justify-content: start;
        gap: 25px 27px;
    }
    .amenity .goods-list .goods-list__item{
        /* width: 113px; */
        width: calc((100% - 54px) / 3);
    }
    .amenity .goods-list .goods-list__item .goods-list__head img{
        width: 75%;
    }
    .amenity-corner__flex > div:nth-of-type(2){
        flex-direction: column;
        gap:15px;
    }
    .amenity-corner__flex > div:nth-of-type(2) .goods-list__img{
        width: 100%;
    }
    .amenity-corner__flex > div:nth-of-type(2) .goods-list__img img{
        border-radius:10px;
    }
    .goods-list__item .goods-list__body{
        font-size:14px;
    }
    .amenity.second{
        padding: 50px 15px;
    }
    .amenity.second .goods-list .goods-list__item{
        width: 105px;
    }
    .amenity.second .goods-list .goods-list__item .goods-list__head{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        border-radius:10px;
        width: 105px;
        height: 105px;
        overflow:hidden;
    }
    .amenity.second .goods-list{
        margin-top: 25.5px;
        gap:15px;
    }
    .amenity.second .goods-list .goods-list__item .goods-list__body{
        font-size:12px;
    }
    .amenity.second .goods-list .goods-list__item .goods-list__head img{
        width: 110%;
        max-width:initial;
    }
}
@media(max-width:600px){
    .amenity .goods-list .goods-list__item{
        /* width: 113px; */
        width: 100%;
        max-width: calc((100% - 27px) / 2);
    }
}