@charset "utf-8";

/* CSS Document */

.txt_notes{
    font-size: 10px;
}

.hall_frame01{
    background: none;
}

.hall_sub01{
    padding: 8px 0;
}

.hall_sub01 p{
    font-size: 10px;
    padding: 2px 0 1px 35px;
}

.hall_sub01 p:not(:first-of-type){
    margin-top: 10px;
}

.hall_sub01 p span.ttl {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 100%;
    background: #231815;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    left: 0;
    top: 0;
    font-size: 10px;
}

.hall_sub01 p span.txt_small {
    position: relative;
    font-size: 8px;
    background: none;
    color: #000;
}

.hall_sub01 p.ttl_capacity{
    display: flex;
    align-items: center;
    height: 33px;
}

.hall_item01 li a{
    padding: 8px 8px 0;
}

.hall_item01 a dl{
    height: 34px;
}

.hall_item01 a dt{
    width: 30px;
    height: 34px;
    font-size: 26px;
}

.hall_item01 a dd{
    width: auto;
    font-size: 12px;
}

.hall_item01 li:after{
    display: none;
}

.hall_sub01 p.more_details{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #A6840D;
    height: 20px;
    font-size: 12px;
    color: #fff;
    padding: 0;
}

.hall_sub01 p.more_details::after {
    position: absolute;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    top: calc(50% - 3px);
    right: 10px;
}

.hall_sub01.row3 p.more_details{
    margin-top: 66px;
}

.btn_01.bg_gray a{
    background: #837F6F;
}

.hall_frame01 .btn_01.bg_gray a{
    margin-bottom: 40px;
}

.hall_inner_ctn .hall_h3{
    line-height: 1.2;
}

.hall_slider_main .slick-prev, .hall_slider_main .slick-next{
    top: 50%;
    background-color: #707070;
}

.hall_slider_txt{
    background: rgba(255, 255, 255, 0.7);
    color: #231815;
    font-weight: bold;
}

.hall_layout{
    margin-bottom: 20px;
}

.slider_layout{
    margin-bottom: 10px;
}

.slider_layout_thumb{
    margin: 0 -5px;
}

.slider_layout_thumb .slick-slide {
    margin: 0 5px;
}

.hall_inner_ctn02 .hall_tbl02 th,
.hall_inner_ctn02 .hall_tbl02 td{
    font-size: 12px;
}

.hall_tbl02_2 td,.hall_tbl02_3 td{
    text-align: left;
    vertical-align: baseline;
    padding: 8px;
}

.hall_inner_ctn02 .hall_h4{
    font-weight: bold;
    margin-top: 40px;
}

.tit_option{
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
    font-size: 16px;
    color: #fff;
    background-color: #231815;
    margin: 0 auto;
    outline: 1px solid #fff;
    outline-offset: -3px;
    text-indent: 20px;
}

.content_list{
    display: flex;
    flex-wrap: wrap;
}

.content_list li{
    width: auto;
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 8px;
}

.content_list li::before{
    content: '・';
}

.hall_accordion_01 .hall_mb02 .hall_item03.hall_item03_img_list{
    justify-content: space-between;
}

.hall_accordion_01 .hall_mb02 .hall_item03.hall_item03_img_list li.hall_item03_img_ct{
    width: 49%;
    padding: 8px 0 0 0;
    margin-bottom: 0;
}

.hall_accordion_01 .hall_mb02 .hall_item03.hall_item03_img_list li.hall_item03_img_ct img{
    height: 140px;
    object-fit: cover;
}

.hall_accordion_01 ul.hall_item03 li:last-child dl div p span.price_it{
    font-size: calc(21px + (32 - 14) * ((100vw - 300px) / (768 - 300)));
}

.hall_accordion_01 ul.hall_item03 li:last-child dl div p span.tax_it{
    font-size: 12px;
}

.content_list.w100 li{
    width: 100%;
}

.enkai_acc_detail{
    padding: 0;
    border: none;
}

.hall_accordion dl dd .enkai_acc table tbody tr th{
    background-color: #837F6F;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.tit_02a{
    font-weight: bold;
}

.hall_green_room_arona_ct .hall_item03_content{
    margin-bottom: 0;
}

.hall_accordion_01.hall_green_room_arona_ct ul.hall_item03 li:last-child dl div p span{
    font-size: 24px;
}

.tit_12 {
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "MS P明朝", "MS PMincho", serif;
    font-size: 28px;
    margin-top: 30px;
    border-bottom: 1px solid rgb(182, 169, 138);
}

.doc_notes{
    text-align: right;
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
    .hall_frame01 .btn_01.bg_gray a{
        width: 100%;
    }
    .slider_layout img,.slider_layout_thumb img{
        width: 100%;
    }
    .hall_h3{
        min-height: 55px;
        justify-content: center;
    }
    #breadcrumbs{
        display: none!important;
    }
}

@media screen and (min-width: 751px) {
    .btn_01 a{
        margin-bottom: 20px;
    }
    .hall_sub01 p span.ttl{
        width: 50px;
    }
    .hall_sub01 p{
        padding: 2px 0 1px 60px;
    }
    .hall_h3{
        height: 60px;
        justify-content: center;
    }
    .hall_layout img{
        width: 100%;
    }
    .hall_layout:not(.col1){
        display: grid;
        grid-template-columns: 680px 1fr;
    }
    .slider_layout img{
        height: 500px;
        object-fit: cover;
    }
    .slider_layout_thumb,
    .slider_layout_thumb .slick-slide{
        margin: 0;
    }
    .slider_layout_thumb{
        width: 240px;
        height: 500px;
    }
    .slider_layout_thumb .slick-slide{
        place-items: flex-end;
    }
    .slider_layout_thumb .slick-slide:not(:last-of-type){
        margin-bottom: 10px;
    }
    .slider_layout_thumb img{
        width: 220px;
        height: 160px;
        object-fit: cover;
    }
    .slider_layout_thumb.slick-vertical .slick-slide{
        border: none;
    }
    .hall_layout.col1 .slider_layout img{
        width: 100%;
        height: auto;
    }
    .hall_flex{
        display: flex;
        justify-content: space-between;
    }
    .hall_flex .flex_item{
        width: 450px;
    }
    .hall_mb04{
        margin-bottom: 60px;
    }
    .hall_accordion_01.hall_green_room_ct li.hall_item03_content{
        width: 100%;
        padding: 30px 0;
        text-align: left;
    }
    .content_list li{
        font-size: 14px;
    }
    .hall_accordion_01 ul.hall_item03 li:last-child dl div p span,
    .hall_accordion_01 ul.hall_item03 li:last-child dl div p span.price_it{
        font-size: 33px;
    }
    .tit_option{
        font-size: 20px;
        height: 50px;
    }
    .hall_item03_content.order1{
        order: 1;
    }
    .hall_item03_content.order2{
        order: 2;
    }
    .hall_item03_content.order3{
        order: 3;
    }
    .hall_accordion_01 .hall_mb02 .hall_item03.hall_item03_img_list{
        justify-content: flex-start;
        margin-top: 30px;
    }
    .hall_accordion_01 .hall_mb02 .hall_item03.hall_item03_img_list li.hall_item03_img_ct:first-of-type{
        margin-left: auto;
        margin-right: 10px;
    }
    .hall_accordion_01 .hall_mb02 .hall_item03.hall_item03_img_list li.hall_item03_img_ct{
        width: 250px;
        height: 200px;
        margin-right: 0;
        padding-top: 0;
    }
    .hall_accordion_01 .hall_mb02 .hall_item03.hall_item03_img_list li.hall_item03_img_ct img{
        height: 200px;
    }
    .hall_accordion_01 .hall_mb02 .hall_item03.hall_item03_img_list li.hall_item03_img_ct:last-child{
        margin-right: 0;
    }
    .hall_accordion_01 ul.hall_item03 li:last-child dl div{
        padding-top: 0;
    }
    .enkai_acc{
        max-width: 840px;
        margin: 0 auto;
    }
    .hall_green_room_arona_ct{
        margin-top: 60px;
    }
    .hall_item03_grid{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 30px;
    }
    .hall_accordion_01.hall_green_room_arona_ct .hall_item03 > li{
        width: 260px;   
        margin-right: 0;
    }
    .hall_inner_ctn03{
        max-width: 840px;
        margin: 0 auto;
    }
    .hall_accordion_01 ul.hall_item03 li:last-child dl div p.txt_type{
        font-size: 16px;
        margin-top: 30px;
    }
    .tit_02a{
        font-size: 16px;
    }
    .hall_accordion_01.hall_green_room_arona_ct ul.hall_item03 li:last-child dl div p span{
        font-size: 32px;
    }
    .hall_accordion_01.hall_green_room_arona_ct .content_list li{
        width: 50%;
        margin-right: 0;
    }
    .hall_tbl02.col1{
        max-width: 600px;
        margin: 0 auto;
    }
    .hall_inner_ctn02 .hall_tbl02 th{
        font-weight: bold;
    }
    .hall_inner_ctn02 .hall_tbl02 th, .hall_inner_ctn02 .hall_tbl02 td{
        font-size: 14px;
    }
    .hall_inner_ctn{
        margin-top: 80px;
    }
    .hall_arona_layout .slider_layout,
    .hall_arona_layout .slider_layout img,
    .hall_arona_layout .slider_layout_thumb{
        height: 440px;
    }
    .hall_arona_layout .slider_layout_thumb img{
        height: 140px;
    }
    section.document_list_ct,
    .document_list_ct section{
        padding: 45px 0;
    }
}