@charset "UTF-8";
.btn_rsv{
    color: #fff;
    position: relative;
    display: flex;
    width: 100%;
    max-width: 330px;
    padding: 14px 0;
    line-height: 1.4;
    border-radius: 30px;
    background-color: #41301d;
    font-size: 14px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
&::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 24px;
    width: 20px;
    height: 14px;
    margin: auto;
    background-size: contain;
    clip-path: polygon(0% 45%, 86% 45%, 55% 0%, 65% 0%, 100% 50%, 65% 100%, 55% 100%, 86% 55%, 0% 55%);
    background-color: #fff;
}
}
/* concept */
.page .concept_num{
    color: var(--color-61C2BC);
    text-align: center;
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2.8px;
    margin: 50px auto 20px;
}
.page .concept_title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    text-align: center;
}
.page .concept_subtitle{
    font-size: 14px;
    opacity: 0.75;
    line-height: 1.6;
    text-align: center;
}
.page .concept_thumbnail{
    border-radius: 50%;
    margin: 40px auto 0;
    display: block;
}
.page .concept_desc{
    color: var(--black);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.714;
    margin: 40px auto 0;
}
.page .plan_point{
    border-radius: 30px;
    border: 1px solid var(--black);
    padding: 30px 25px;
    &:first-of-type{
        margin-top: 40px;
    }
    & + .plan_point{
        margin-top: 20px;
    }
}
.page .img_detail_point{
    border-radius: 30px;
}
.page .plan_point_num{
    color: var(--color-61C2BC);
    text-align: center;
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2.8px;
    margin: 0;
}
.page .plan_point_title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 15px;
    text-align: center;
}
.page .plan_point_desc{
    color: var(--black);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.714;
    margin: 15px auto 0;
    text-align: center;
}
.page .plan_point_link{
    color: var(--black);
    font-size: 12px;
    font-weight: 500;
    line-height: 2.666;
    letter-spacing: 1.2px;
    display: flex;
    position: relative;
    width: fit-content;
    margin: auto;
    &::after{
    content: '';
    position: absolute;
    background: url(/images-renewal/common/ico_arrow_circle.svg) no-repeat;
    width: 12px;
    aspect-ratio: 1/1;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    }
}
.page .btn_rsv{
    margin-top: 40px;
}
.detail_point .plan_point_num{
    margin: 50px auto 0;
}
.detail_point .detail_point_lead{
    color: var(--black);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 2px;
    margin: 20px auto 0;
}
.detail_point .detail_point_desc{
    color: var(--black);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.714;
    margin: 40px auto 0;
}
.plan_point_rooms{
    margin-top: 50px;
}
.plan_point_rooms .slick-slide{
    position: relative;
    aspect-ratio: 1/1;
}
.plan_point_rooms .caption_room_slide{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: var(--colorwhite);
    font-size: 10px;
    line-height: 1.4;
    padding: 9px 10px;
}
.shared_facilities {
    border-top: 1px solid #000;
    padding: 50px 0 0;
    margin-top: 50px;
}
.room_features{
& + .room_features{
    margin-top: 40px;
}
&:first-of-type{
    margin-top: 50px;
}
}
.room_features .room_features_name{
    color: var(--color-61C2BC);
    text-align: left;
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2.8px;
    margin-top: 20px;
}
.room_features .room_features_lead{
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.6px;
    margin-top: 15px;
}
.room_features .room_features_text{
    color: var(--black);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.666;
    margin-top: 20px;
}
.setitem {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 30px 0 0;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    background: #fff;
    row-gap: 16px;
}
.wrap_set .setitem img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    object-fit: contain;
}
.wrap_settitle {
    width: 100%;
    padding: 0 16px;
}
.small_settitle {
    text-align: left;
    color: #A3B6EA;
    font-size: 12px;
}
.name_setitem{
    text-align: left;
    margin: 0;
}
.setitem dl {
    margin-left: 0;
}
.setitem dt {
    padding: 0 16px;
    text-align: left;
    font-weight: bold;
    font-size: 28px;
& .txt_sml{
    font-size: 11px;
}
}
.setitem dd {
    padding: 16px;
}
.setitem dd .desc_setitem {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.7;
}
.setitem dd .desc_setitem02 {
    font-size: 12px;
    font-weight: 600;
}
.setitem dd .items_setitem{
    border-radius: 10px;
    padding: 12px 0;
}
.setitem dd ul {
    font-size: 12px;
    font-weight: 600;
}
.setitem dd .note_setitem {
    font-size: 12px;
    margin-bottom: 32px;
}
.cakes .small_settitle {
    color: #EBA217;
}
.cakes .lineup_cakes h4 {
    color: #EBA217;
    margin-top: 40px;
}
.cakes .lineup_cakes .wrap_lineup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 8px;
    margin: 40px 0 40px;
}
.cakes .lineup_cakes .wrap_lineup .item_cakes{
    border-radius: 30px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
}
.cakes .lineup_cakes .wrap_lineup .item_cakes img {
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.cakes .lineup_cakes dl.desc_cakes{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
}
.cakes .lineup_cakes dl.desc_cakes dt {
    text-align: left;
    font-weight: bold;
    padding: 0 16px;
}
.cakes .lineup_cakes dl.desc_cakes dd {
    font-size: 14px;
    padding: 0 16px;
    line-height: 1.6;
}
.cakes .lineup_cakes dl.desc_cakes{
    & .txt_lg_yen{
        font-size: 20px;
    }
    & .txt_sml{
        font-size: 11px;
        display: block;
    }
}
.txt_cakes_reserve {
    text-align: center;
    margin-top: 10px;
}
.notes{
    margin-top: 40px;
}
.note_list{
    background-color: var(--color-f0ede7);
    padding: 16px;
    border-radius: 10px;
& + .note_name{
    margin-top: 20px;
}
}
.note_list .note_item{
position: relative;
padding-left: 1em;
&::before{
    content: '\203B';
    position: absolute;
    top: 0;
    left: 0;
}
}
@media screen and (min-width: 1024px){
    .plan_point_rooms .slick-slide{
    aspect-ratio: 1/1;
}
.cakes .lineup_cakes dl.desc_cakes{
    & .txt_lg_yen{
        font-size: 28px;
    }
}
}

/* End concept */
/* scenes */
.page .content_scenes{
background: #a2998d;
}
.page .content_scenes .sec_ttl{
color: var(--colorwhite);
}
.page .content_scenes .scenes_indicator_item{
    color: var(--colorwhite);
}
.page .content_scenes .scenes_indicator_item.is-active .pile,
.page .content_scenes .scenes_indicator_item.is-active span {
    color: var(--black);
}
/* End scenes */

/* familyReserve */
.familyReserve{
    padding: 60px 0;
}
/* End familyReserve */
