@charset "utf-8";

:root {
    --color-751e06: #751e06;
    --color-563008: #563008;
    --color-847f6f: #847f6f;
    --color-text: #231815;
    --color-white: #fff;
    --color-a3482f: #a3482f;
    --color-ba5f46: #ba5f46;
    --color-8b5823: #8b5823;
    --color-a6840d: #a6840d;
    --color-black: #000000;
    --color-a19983: #a19983;
    --font-mincho: font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
}

.f10 {
    color: var(--color-text);
    font-size: 10px;
    font-weight: normal;
}

.f12 {
    color: var(--color-text);
    font-size: 12px;
    font-weight: normal; 
}

#event_party .mainvisual {
    background-image: url(/images/shop/common/enkai/plan/index/event_party_main.webp);
}

#event_party #sec_event_party {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
}

.event_box {
    margin-top: 80px;
}

.inner_box {
    margin-top: 30px;
}

.box_price_structure_ex {
    display: grid;
    grid-template-columns: 30% 5% 30% 5% 30%;
    justify-content: center;
    margin: 30px 40px;
}

.card_price_strct {
    text-align: center;
}

.tag_price_strct {
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 20px;
    color: var(--color-white);
    font-size: 24px;
    font-weight: bold;
}

.tag_red {
    background: var(--color-751e06);
}

.tag_brown {
    background: var(--color-563008);
}

.tag_gray {
    background: var(--color-847f6f);
}

.tag_yellow {
    background: var(--color-a6840d);
}

.plus, .equal {
    position: relative;
    width: 30px;
    height: 76px;
    margin: 0 5px;
}

.plus::before,
.plus::after,
.equal::before,
.equal::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    border-radius: 10px;
    background: var(--color-text);
}

.plus::before {
    width: 30px;
    height: 5px;
}

.plus::after {
    width: 5px;
    height: 30px;
}

.equal::before,
.equal::after {
    width: 4px;
    height: 20px;
}

.equal::before {
    left: -10px;
}

.equal::after {
    left: 10px;
}

.btn_sq_gray a {
    background: var(--color-a19983);
}

.btn_sq_gray a[target="_blank"]::before {
    content: none;
}

.btn_01.btn_sq_gray a[target="_blank"]::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/images/shop/common/enkai/picture_as_pdf.svg) no-repeat center;
    background-size: contain;
    border: none;
}

@media screen and (min-width: 751px) {
    #event_party section{
    padding: 1.6vw 0 !important;
}
.tit_02a{
    margin-top: 0;
}
}
@media screen and (max-width: 750px) {
    #event_party #sec_event_party {
        width: 100%;
    }

    #event_party #sec_event_party h2 {
        margin-bottom: 10vw;
    }

    .plan_box_01 {
        margin-top: 0;
        padding: 0 3vw 1px 3vw;
    }
    
}


/* 料金体系 */
#event_price .event_box {
    margin: 0 auto 55px;
}

#event_price .event_box.inner_content:has(.tit_sub_bg_black) {
    margin-bottom: 20px;
}

.event_box .btn_01 a {
    max-width: 100%;
}

.tit_sub_bg_black {
    position: relative;
    padding: 5px 5px 5px 28px;
    border-left: 6px solid var(--color-white);
    background: var(--color-text);
    color: var(--color-white);
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
    font-weight: bold;
    font-size: 22px;
}

.tit_sub_bg_black::before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 5px;
    height: 65%;
    background: var(--color-white);
}

.hall_usage_fee {
    width: 860px;
    margin: 30px auto 0;
}

.title_usage_fee {
    display: grid;
    grid-template-columns: 30% auto;
    align-items: center;
    border-radius: 20px 20px 5px 5px;
    color: var(--color-white);
}

.title_usage_fee div:first-child {
    border-right: 1px solid var(--color-white);
}

.title_usage_fee p {
    padding: 20px 40px;
    font-size: 24px;
    font-weight: bold;
}

.title_usage_fee ul {
    padding-left: 30px;
}

.hall_price_tbl {
    width: 860px;
    margin: 20px auto 0;
}

.hall_price_tbl:has(.hall_grande_price_tbl) {
    margin-top: 0;
}

.hall_price_tbl:has(.hall_arona_price_tbl) {
    margin-top: 10px;
}

.hall_price_tbl table {
    width: 100%;
    border-collapse: separate;
    border: 1px solid var(--color-751e06);
    border-radius: 5px;
    background: var(--color-white);
}

.hall_price_tbl table.hall_arona_price_tbl {
    width: fit-content;
}

.hall_price_tbl th,
.hall_price_tbl td {
    padding: 5px;
    font-size: 12px;
    text-align: center;
}

.hall_price_tbl .bg_hall {
    padding-left: 10px;
    border-radius: 5px 5px 0 0;
    border: none;
    border-left: 1px solid #751e06;
    background: #751e06;
    color: var(--color-white);
    text-align: left;
}

.bg_black {
    background: var(--color-text);
    color: var(--color-white);
}

.bg_black:not(:last-child) {
    border: none;
    border-right: 1px solid var(--color-white);
}

.bg_black:last-child {
    border-right: none;
}

.bg_black:first-of-type {
    border-left: 1px solid var(--color-text);
}

.bg_red01,
.bg_red02 {
    width: 100px;
}

.bg_red01 {
    border-right: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    background: var(--color-a3482f);
    color: var(--color-white);
}

.border_red01_left {
    border-left: 1px solid var(--color-a3482f);
}

.bg_red02 {
    border-right: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    background: var(--color-ba5f46);
    color: var(--color-white);
}

.border_red02_left {
    border-left: 1px solid var(--color-ba5f46);
}

.border_red {
    border-right: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-751e06);
}

.price_red:not(span.f10) {
    color: #9e2602;
    font-size: 14px;
    font-weight: bold;
}

.border-radius_b_l {
    border-radius: 0 0 0 5px;
}

.border-radius_b_r {
    border-radius: 0 0 5px 0;
}

.bg_wh_bdr {
        min-width: 140px;
    border-right: 1px solid var(--color-751e06);
    border-bottom: 1px solid var(--color-751e06);
}

.hall_price_tbl tr td.bg_wh_bdr:last-of-type {
    border-right: none;
}

.hall_price_tbl td.bg_red02.border_red.border_red02_left:first-of-type,
.hall_price_tbl tr:last-of-type .border_red,
.hall_price_tbl tr:last-of-type .bg_wh_bdr {
    border-bottom: none;
}

.btn_01.btn_sq_gray a {
    max-width: 100%;
}

.btn_dl a::after{
    display: none;
}
@media screen and (max-width: 750px) {
    .event_box {
        margin-top: 40px;
    }

    .inner_content {
        width: 100%;
        padding: 0 3vw;
        box-sizing: border-box;
    }

    #event_price .event_box {
        margin-bottom: 30px;
    }

    .box_price_structure_ex {
        margin: 30px 0px;
    }

    .tag_price_strct {
        display: grid;
        align-items: center;
        font-size: 14px;
        aspect-ratio: 1 / 1;
    }

    .plus, .equal {
        width: 90%;
        height: 120px;
        margin: 0 auto;
    }

    .plus::before {
        width: 16px;
        height: 3px;
    }

    .plus::after {
        width: 3px;
        height: 16px;
    }

    #event_price .event_box.inner_content:has(.tit_sub_bg_black) {
        margin-bottom: 10px;
    }

    .tit_sub_bg_black {
        border-left: none;
    }

    .btn_01 a {
        width: 100%;
    }

    .hall_usage_fee {
        width: 100%;
    }

    .title_usage_fee {
        grid-template-columns: 38% auto;
    }

    .title_usage_fee p {
        padding: 20px 28px;
        font-size: 14px;
        text-align: center;
    }

    .title_usage_fee ul {
        padding-left: 10px;
    }

    .title_usage_fee ul li {
        font-size: 12px;
    }

    .hall_price_tbl {
        padding: 0 3vw;
    }

    .layout_list a img{
        width: 100%;
    }

    .inner_content.dl_inner_content{
        padding: 0;
    }
}


/* パーティー料金 */
.hall_price_tbl table:has(.bg_brown01) {
    border: 1px solid var(--color-8b5823);
}

.box_tbl_price {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 20px;
}

.border_brown {
    width: 31%;
    border-right: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-8b5823);
}

.bg_brown01 {
    width: 31%;
    border-right: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    background: var(--color-8b5823);
    color: var(--color-white);
}

.hall_price_tbl td.bg_brown01.border_brown,
.hall_price_tbl tr:last-of-type td.bg_brown01:first-of-type {
    border-bottom: none;
}

@media screen and (max-width: 750px) {
    .cont_party_fee .title_usage_fee.tag_brown {
        border-radius: 20px 20px 0px 0px;
    }

    .cont_party_fee .hall_price_tbl {
        width: 100%;
        padding: 0;
        margin-top: 0;
    }

    .cont_party_fee .box_tbl_price {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .cont_party_fee .hall_price_tbl table {
        border-radius: 0 0 10px 10px;
    }

    .cont_party_fee .hall_price_tbl table:first-child {
        border-top: none;
        border-radius: 0;
    }

    .cont_party_fee .hall_price_tbl table:nth-child(n+2) {
        border-top: 1px solid var(--color-white);
    }

    .cont_party_fee .hall_price_tbl table:last-child td.bg_brown01.border_brown  {
        border-radius: 0 0 0 10px;
    }
}

/* オプション */
.title_usage_fee.tag_gray {
    border-radius: 20px;
}

.option_list {
    display: grid;
    grid-template-columns: 25% auto;
}

.optional_fees {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-area: 2/1/3/3;
    border: 1px solid var(--color-847f6f);
    border-radius: 0 0 20px 20px;
    background: var(--color-white);
    color: var(--color-text);
    text-align: center;
}

.optional_fees p {
    font-size: 16px;
    font-weight: normal;
}

.optional_fees a .price_red {
    text-decoration: underline;
}

.optional_fees a:hover .price_red {
    text-decoration: none;
}

.layout_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}


@media screen and (max-width: 750px) {
    .cont_option .title_usage_fee p {
        padding: 30px 0px;
    }

    .option_list {
        grid-template-columns: 1fr;
    }

    .optional_fees{
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 20px 0;
    }

    .title_usage_fee .optional_fees > p{
        padding: 0;
    }

    .layout_list{
        grid-template-columns: 1fr;
    }
}

/* ご利用パターン */
.pattern_box {
    width: 860px;
    margin: 30px auto;
    padding: 40px 0;
    border-radius: 10px;
    background: var(--color-white);
}

.box_ttl_pattern {
    margin-bottom: 30px;
    text-align: center;
}

.txt_yel_bold {
    color: var(--color-a6840d);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.ttl_meeting {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1;
    
}

.pattern_wrap_inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    gap: 40px
}

.pattern_wrap_inner {
    padding: 0 40px;
}

.pattern_wrap_inner div.pattern_wrap_left {
    padding-right: 40px;
    border-right: 1px solid var(--color-text);
}

table.pattarn_info_ex {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

table.pattarn_info_ex tr {
    border-top: 1px dotted var(--color-text);
}

table.pattarn_info_ex tr:last-child {
    border-bottom: 1px dotted var(--color-text);
}

.pattarn_info_ex th,
.pattarn_info_ex td {
    padding: 6px;
    font-size: 12px;
    text-align: center;
}

table.pattarn_info_ex th {
    text-align: left;
}

table.pattarn_info_ex td {
    font-weight: bold;
    text-align: right;
}

.txt_wh_bold {
    color: var(--color-white);
    font-size: 14px;
    font-weight: bold;
}

.time_tbl_ex {
    margin-top: 30px;
}

.time_tbl_ex ul {
    margin-top: 20px;
}

.time_tbl_ex ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
    padding: 10px 20px;
    border-radius: 5px;
    background: var(--color-a6840d);
    color: var(--color-white);
}

.fee_break {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.card_fee {
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
}

.card_fee_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    align-items: center;
}

.card_fee_box + .card_fee_option_detail {
    margin-top: 10px;
}

.card_fee_ttl {
    color: var(--color-white);
    font-size: 16px;
    font-weight: bold;
}

.card_fee_ttl > span {
    font-size: 12px;
    font-weight: normal
}


.card_fee_price {
    display: grid;
    align-items: center;
    padding: 16px;
    border-radius: 5px;
    background: var(--color-white);
    color: var(--color-black);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.card_fee_option_detail {
    color: var(--color-white);
}

.fee_break .plus::before {
    width: 20px;
    height: 4px;
}

.fee_break .plus::after {
    width: 4px;
    height: 20px;
}

.fee_break .plus,
.fee_break .equal {
    width: 100%;
    height: 20px;
}

.wrap_btn_inner {
    margin: 30px 40px 0;
}

.wrap_btn_inner .btn_link_gray {
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    border-radius: 50px;
    background: var(--color-a19983);
    color: var(--color-white);
}

.btn_arrow_t:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border-top: none;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    margin-top: -3px;
}

a.btn_arrow_b:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border-top: none;
    border-top: 10px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    margin-top: -3px;
}

@media screen and (max-width: 750px) {
    .pattern_box {
        width: 100%;
    }

    .txt_yel_bold {
        font-size: 14px;
    }

    .ttl_meeting {
        font-size: 20px;
    }
    
    .pattern_wrap_inner {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0 25px;
    }

    .pattern_wrap_inner div.pattern_wrap_left {
        margin-bottom: 30px;
        padding-right: 0;
        border-right: none;
    }

    .card_fee_box + .card_fee_option_detail {
        word-break: keep-all;
    }

    .wrap_btn_inner {
        margin: 30px 25px 0;
    }
}

/* プラン選択 */
.tab_01_content {
    margin-bottom: 0;
    background: none;
}
/* hall_frame01 */
@media screen and (min-width: 751px) {
.hall_frame01{
    margin: 0 auto 40px;
}
}

/* 店舗情報 */
#sec_access {
    margin-bottom: 60px;
}

#sec_access .tbl_05 {
    margin-top: 60px;
}