@charset "UTF-8";

/* ==========================================================================
   ceremonyhall.php（式場で選ぶ）専用スタイル
   tab1 の YUISO HALL 稲沢 紹介カード
   セレクタは body.ceremonyhall 配下に閉じ込めて他ページに影響しないようにする
   ========================================================================== */

/* 白の外枠（3つのポイントまで白背景を延長） */
.ceremonyhall .hall_intro {
    background-color: #fff;
    padding: 50px 40px;
    border-radius: 8px;
    margin-top: 50px;       /* リード文との間隔（style.php の .styles_plan と同じ） */
}

/* === 上段：白カード（写真+情報） === */
.ceremonyhall .hall_intro_card {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 30px;
}
.ceremonyhall .hall_intro_card .img {
    flex: 0 0 45%;
}
.ceremonyhall .hall_intro_card .img > img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
/* === メイン写真 Swiper === */
.ceremonyhall .hall_img_swiper {
    width: 100%;
    height: 280px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.ceremonyhall .hall_img_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ceremonyhall .hall_img_swiper .swiper-pagination {
    bottom: 8px;
}
.ceremonyhall .hall_img_swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
    width: 8px;
    height: 8px;
}
.ceremonyhall .hall_img_swiper .swiper-pagination-bullet-active {
    background: #68C3C5;
    opacity: 1;
}
.ceremonyhall .hall_img_swiper .swiper-button-prev,
.ceremonyhall .hall_img_swiper .swiper-button-next {
    color: #fff;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    transition: background 0.2s;
}
.ceremonyhall .hall_img_swiper .swiper-button-prev:hover,
.ceremonyhall .hall_img_swiper .swiper-button-next:hover {
    background: rgba(0,0,0,0.5);
}
.ceremonyhall .hall_img_swiper .swiper-button-prev::after,
.ceremonyhall .hall_img_swiper .swiper-button-next::after {
    font-size: 14px;
    font-weight: 700;
}
.ceremonyhall .hall_intro_card .info {
    flex: 1;
    text-align: left;
}
.ceremonyhall .hall_intro_card .info .title {
    font-size: 26px;
    font-weight: 500;
    color: #222;
    margin: 0 0 12px;
    letter-spacing: 0.05em;
}
.ceremonyhall .hall_intro_card .info .address {
    font-size: 14px;
    color: #444;
    margin: 0 0 24px;
    line-height: 1.6;
}
.ceremonyhall .hall_intro_card .info .btn_wrap {
    text-align: center;
}
.ceremonyhall .hall_intro_card .info .btn_detail {
    display: inline-block;
    border: 1.5px solid #68C3C5;
    color: #68C3C5;
    padding: 12px 48px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 15px;
    transition: background-color 0.2s, color 0.2s;
    background-color: #fff;
}
.ceremonyhall .hall_intro_card .info .btn_detail .arrow {
    margin-left: 12px;
    font-size: 10px;
}
.ceremonyhall .hall_intro_card .info .btn_detail:hover {
    background-color: #68C3C5;
    color: #fff;
}

/* === 下段：薄ベージュ角丸ボックス（番号付き特徴3つ） === */
.ceremonyhall .hall_features {
    background-color: #EAE7DD;
    border-radius: 8px;
    padding: 36px 48px;
    margin: 30px 0 0;
    list-style: none;
}
.ceremonyhall .hall_features .feature_item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 18px 0;
}
.ceremonyhall .hall_features .num {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border: 1.5px solid #C9BC72;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C9BC72;
    font-family: "Zen Old Mincho", serif;
    font-size: 20px;
    line-height: 1;
    box-sizing: border-box;
}
.ceremonyhall .hall_features .text {
    flex: 1;
    padding-top: 6px;
}
.ceremonyhall .hall_features .ft_title {
    color: #C9BC72;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 6px;
    letter-spacing: 0.05em;
}
.ceremonyhall .hall_features .ft_desc {
    color: #222;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* === レスポンシブ === */
@media (max-width: 768px) {
    .ceremonyhall .hall_intro {
        padding: 30px 16px;
    }
    .ceremonyhall .hall_intro_card {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    .ceremonyhall .hall_intro_card .img {
        flex: 1 1 auto;
        width: 100%;
    }
    .ceremonyhall .hall_intro_card .info .title {
        font-size: 22px;
    }
    .ceremonyhall .hall_features {
        padding: 24px 20px;
    }
    .ceremonyhall .hall_features .feature_item {
        gap: 14px;
        padding: 14px 0;
    }
    .ceremonyhall .hall_features .num {
        width: 36px;
        height: 36px;
        font-size: 17px;
    }
    .ceremonyhall .hall_features .ft_title {
        font-size: 15px;
    }
    .ceremonyhall .hall_features .ft_desc {
        font-size: 14px;
    }
}

/* ==========================================================================
   tab1 下部の WP会葬事例 Slick スライダー（hall_yui_inazawa カテゴリ）
   cerca_inazawa.php と同じ機構だがカードサイズを小さくし、両端見切れなし。
   ========================================================================== */

.ceremonyhall .ch_jirei_block {
    margin-top: 40px;
    padding: 20px 0 0;
}
.ceremonyhall .ch_jirei_block .ttl_wrapper {
    text-align: center;
    margin-bottom: 30px;
}
.ceremonyhall .ch_jirei_block .ttl_wrapper .en {
    display: block;
    color: #C9BC72;
    letter-spacing: 4px;
    font-size: 15px;
    font-family: "Zen Old Mincho", serif;
}
.ceremonyhall .ch_jirei_block .ttl_wrapper h2 {
    font-size: 28px;
    color: #4E9E9C;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    margin-top: 6px;
}
.ceremonyhall .ch_jirei_block .ttl_wrapper .description {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

/* スライダー本体 */
.ceremonyhall .ch_jirei_slide {
    padding: 0 40px;
    position: relative;
}
.ceremonyhall .ch_jirei_slide .post_jirei {
    margin: 0 10px;
    background-color: #68C3C5;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.ceremonyhall .ch_jirei_slide .post_jirei img.thum,
.ceremonyhall .ch_jirei_slide .post_jirei .thum {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    border-radius: 0;
}
.ceremonyhall .ch_jirei_slide .post_jirei .text_wrapper {
    padding: 15px;
    color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 150px;
    background-color: #68C3C5;
}
.ceremonyhall .ch_jirei_slide .post_jirei .text_wrapper h3.ttl {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    font-family: "Zen Old Mincho", serif;
    margin: 0;
}
.ceremonyhall .ch_jirei_slide .post_jirei .text_wrapper .post_txt {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    padding: 8px 0 0;
    flex: 1;
}
.ceremonyhall .ch_jirei_slide .post_jirei .text_wrapper a.btn {
    display: inline-block;
    border: 1.5px solid #fff;
    color: #fff;
    padding: 5px 14px;
    font-size: 12px;
    border-radius: 999px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    align-self: flex-end;
    background-color: transparent;
}
/* legacy-style.css の a.btn::before（右側の三角矢印）が文字と重なるため非表示 */
.ceremonyhall .ch_jirei_slide .post_jirei .text_wrapper a.btn::before {
    display: none;
}

/* Slick 矢印 */
.ceremonyhall .ch_jirei_slide .slide-arrow {
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}
.ceremonyhall .ch_jirei_slide .prev-arrow { left: 5px; }
.ceremonyhall .ch_jirei_slide .next-arrow { right: 5px; }

/* SP */
@media (max-width: 768px) {
    .ceremonyhall .ch_jirei_block {
        margin-top: 40px;
        padding: 30px 0;
    }
    .ceremonyhall .ch_jirei_block .ttl_wrapper h2 {
        font-size: 24px;
    }
    .ceremonyhall .ch_jirei_slide {
        padding: 0 25px;
    }
    /* SP では文字量に依らずカードサイズを統一（画像160 + テキスト部160） */
    .ceremonyhall .ch_jirei_slide .post_jirei {
        margin: 0 6px;
        height: 320px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .ceremonyhall .ch_jirei_slide .post_jirei img.thum,
    .ceremonyhall .ch_jirei_slide .post_jirei .thum {
        flex: 0 0 160px;
        height: 160px;
        width: 100%;
        object-fit: cover;
    }
    .ceremonyhall .ch_jirei_slide .post_jirei .text_wrapper {
        flex: 0 0 160px;
        height: 160px;
        min-height: 0;
        padding: 10px 12px;
        overflow: hidden;
    }
    /* タイトル2行で切る */
    .ceremonyhall .ch_jirei_slide .post_jirei .text_wrapper h3.ttl {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 13px;
        line-height: 1.4;
    }
    /* 本文2行で切る */
    .ceremonyhall .ch_jirei_slide .post_jirei .text_wrapper .post_txt {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 11px;
        line-height: 1.4;
        padding-top: 5px;
    }
    .ceremonyhall .ch_jirei_slide .post_jirei .text_wrapper a.btn {
        margin-top: 6px;
        padding: 4px 10px;
        font-size: 11px;
    }
}

/* ==========================================================================
   ご利用可能なプラン（hall_plan）— 薄緑外枠 + 白カード + 薄ベージュ箇条書き
   ========================================================================== */
.ceremonyhall .hall_plan {
    background-color: #EAF5EC;       /* 薄緑 */
    padding: 30px 35px;
    border-radius: 8px;
    margin-top: 50px;
}
.ceremonyhall .hall_plan_title {
    font-size: 20px;
    color: #222;
    margin: 0 0 20px;
    font-weight: 500;
    font-family: "Zen Old Mincho", serif;
}
.ceremonyhall .hall_plan_card {
    background-color: #fff;
    border-radius: 6px;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
/* 同じ hall_plan 内に複数カードがある場合のカード間スペース */
.ceremonyhall .hall_plan .hall_plan_card + .hall_plan_card {
    margin-top: 20px;
}
.ceremonyhall .hall_plan_img {
    flex: 0 0 35%;
}
.ceremonyhall .hall_plan_img img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 4px;
}
.ceremonyhall .hall_plan_body {
    flex: 1;
}
.ceremonyhall .hall_plan_name {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    margin: 0 0 16px;
}
.ceremonyhall .hall_plan_points {
    background-color: #F2EFE5;       /* 薄ベージュ */
    border-radius: 6px;
    padding: 16px 22px;
    list-style: none;
    margin: 0 0 16px;
}
.ceremonyhall .hall_plan_points li {
    position: relative;
    padding-left: 22px;
    margin: 6px 0;
    font-size: 14px;
    color: #222;
    line-height: 1.6;
}
.ceremonyhall .hall_plan_points li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #68C3C5;
    position: absolute;
    left: 6px;
    top: 9px;
}
.ceremonyhall .hall_plan_btn_wrap {
    text-align: right;
}
.ceremonyhall .hall_plan_btn_wrap .btn_detail {
    display: inline-block;
    border: 1.5px solid #68C3C5;
    color: #68C3C5;
    padding: 8px 30px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    background-color: #fff;
    transition: background-color 0.2s, color 0.2s;
}
.ceremonyhall .hall_plan_btn_wrap .btn_detail .arrow {
    margin-left: 8px;
    font-size: 9px;
}
.ceremonyhall .hall_plan_btn_wrap .btn_detail:hover {
    background-color: #68C3C5;
    color: #fff;
}

/* SP */
@media (max-width: 768px) {
    .ceremonyhall .hall_plan {
        padding: 20px;
    }
    .ceremonyhall .hall_plan_card {
        flex-direction: column;
        gap: 16px;
        padding: 18px;
    }
    .ceremonyhall .hall_plan_img {
        flex: 1 1 auto;
        width: 100%;
    }
    .ceremonyhall .hall_plan_name {
        font-size: 18px;
    }
}
