html {
    scroll-behavior: smooth;
}

.to_you_list ul{
    padding: 0;
}
.top_nav ul{
    display: flex;
    gap:5px;
    object-fit: cover;
    object-position: center;
}
button.button_long{
    width:300px !important;
}
.top_image_link a button{
    color:var(--color-brown) !important;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style-type: none;
}
.text_bold{
    font-weight: bold;
}
.text-left{
    text-align: left;
}

.text-center {
    text-align: center;
}
.underline{
    text-decoration: underline;
}

.message.success {
    background: #e3fcec;
    color: #1f9d55;
    border-color: #51d88a;
}
.message, .error-message {
    padding: 1rem;
    background: #eff8ff;
    color: #2779bd;
    border-color: #6cb2eb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin: 1em 0;
}

.hover_none a{
     pointer-events: none;
     color:black !important;
 }
.center{
    text-align: center;
}
.justify {
    text-align: justify;
}

main a{
    /*color: #2f85ae;*/
}
p.title{
    background-color: var(--main-bg-color);
    padding: 0.5em 1em;
    margin-bottom: 1em;
    font-weight: bold;
}

th.sub{
    font-size: 0.8rem;
}

img.qrcode{

}
.separator{
    height: 4px;
    background-color: var(--secondary-background);
}


.full_length{
    width:100%;
}
.input label{
    display:block;
}
.input.radio_list label {
    display: inline-block;
    white-space: nowrap;
    width:auto;
}
input[type="file"]{
    display: block;
    margin-bottom: 20px;
}
input.short_input,select.short_input{
    width:300px;
}
input.long_input{
    width:100%;
}
textarea.long_input{
    height:300px;
}
@media screen and (max-width:640px) {

    input.short_input,select.short_input{
    }

    img.qrcode{
        width: 80%;
    }


    .top_nav ul.top_nav_ul01{
        display: flex;
        gap:5px;
        flex-wrap: wrap;
    }

    .top_nav ul.top_nav_ul01 li a{
        font-size: 0.8rem;
        text-decoration: underline;
    }
}


.text_size_l{
    font-size: 1.5em;
}
.text_size_ml{
    font-size: 1.2em;
}
.text_size_s{
    font-size: 0.9em;
}

.input {
}

.note{
    color: red;
    font-size: 0.8em;
}

.center {
    text-align: center;
}

.row .column-responsive {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}

.index table tr td:last-child{
    font-weight: bold;
}
.hall_list ul{
    border-top: 1px solid rgba(0,0,0,0.3);
}
.hall_list ul li{
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding: 10px 0;
}
.hall_list ul li:hover{
    background-color: #f3f3f3;
}

@media (min-width: 640px){
    .row .column-responsive {
        margin-bottom: inherit;
        padding: 0 1.0rem;
    }
    .row .column-responsive.column-80 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .row .column-responsive.column-100 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.side-nav-item {
    display: block;
    padding: 0.5rem 0;
}
.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}
.row .column {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}
@media (min-width: 640px) {
    .row {
        flex-direction: row;
        /*width: calc(100% + 2.0rem);*/
    }
    .row .column {
        margin-bottom: inherit;
        padding: 0 1.0rem;
        margin-left: 0;
    }
}

.form_box{
    background-color: lightgray;
    width:80%;
    padding: 2em;
    margin: 0 auto;
}

main.main{
    width:1180px;
    margin:0 auto 0 auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
    min-height: 50px;
}

div.container{
    width:1180px;
    min-height:200px;
    background:none;
    /*position:relative;*/
    overflow:hidden;
}

.main_box{
    border:1px solid #ddd;
    width: 100%;
    height:auto;
    background-color:#fff;
    clear:both;
    padding:20px;
    box-sizing: border-box;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:auto;
    margin-right:auto;
    box-shadow: 0 2px 10px rgba(100,100,100,0.2);
}

.top-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1180px;
    width:1180px;
    padding: 0;
    margin: 0 auto;
}
.customer_menu_wrapper{
    width: 100%;
    background-color: #fff;
}
.customer_menu{
    max-width: 900px;
    margin: 0 auto;
}
.customer_menu_wrapper.fixed{
    position: fixed;/*fixedを設定して固定*/
    z-index: 999;/*最前面へ*/
    top:0;/*位置指定*/
    left:0;/*位置指定*/
}



/*分割デザイン*/
.half_link_group ul{
    display: table;
    width:100%;
    padding: 0;
}
.half_link_group ul li{
display: table-cell;
    width:50%;
}
.half_link_group ul li:first-child{
    padding-right: 1%;
}
.half_link_group ul li:last-child{
    padding-left: 1%;
}
.half_link_group ul li .half_link_group_inner{
    background-color: var(--main-button-color);
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.half_link_group ul li .half_link_group_inner img{
    width:60px;
}


/*検索*/
.search_index{
    position: relative;
    height:60px;
}

.search_index_input{
    position: absolute;
    top:0;
    width:100%;
}
.search_index_btn{
    position: absolute;
    top:0;
    right:0;
    width:30%;
}
.search_index_btn button{
    border-radius: 0 6px 6px 0;
    margin-top: 2px;
    width:100%;
}
.search_index_input input[type="text"]{
    width:100% !important;
    height:var(--input-height);
    padding-right: 30%;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}

.main_button{
    color:var(--color-brown) !important;
}


/*ダイアログ*/
.dialog_block{
    position: fixed;
    width:100%;
    height:100%;
    z-index:99999;
}
.dialog_wrapper_inner{
    position:relative;
    background-color: white;
    width:600px;
    margin: 0 auto;
    padding: 20px;
}
.



/*プレビュー*/
.no_scroll{
    overflow: hidden;
}
.layer_dark:after{
    position: fixed;
    display: block;
    content:"";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%;
    text-align: center;
    pointer-events: none;
    background-color: rgba(0,0,0,0.4);
    height:100%;
    overflow: auto;
    z-index:999;
}
.preview_wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%;
    text-align: center;
    font-size:0.9em;
    /*background-color: rgba(0,0,0,0.4);*/
    height:100%;
    color:var(--text-color);
}


.preview_wrapper_inner{
    position: relative;
    display: inline-block;
    margin: 100px auto;
    background-color: rgba(255,255,255,1);
    width:400px;
    z-index:99999;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.5);

}
.view_gallery_wrapper{
    position: relative;
}
.preview_wrapper_inner a{
    color:inherit

}
.view_close{
    position: absolute;
    right:-10px;
    top:-20px;
    width:45px;
}
.preview_main_content{
    width:90%;
    margin: 0 auto;
}

.preview_gallery_list {
    position: relative;
}
.preview_gallery_list ul{
    position: relative;
    display: flex;
    gap:0 10px;
    overflow-x: scroll;
    padding: 10px 0;
}
.preview_gallery_list ul li{
    width: 100%;
    margin: 5px;
    flex-shrink: 0;
}
.preview_gallery_list ul li .caption{
    text-align: justify;
    padding: 3px;
}
.preview_gallery_list ul li img{
    object-fit: cover;
    width:100%;
    height:200px;
}
.preview_gallery_list ul::-webkit-scrollbar {
    height: 2px !important;
}
.preview_gallery_list ul::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 10px;
}

.preview_gallery_list ul::-webkit-scrollbar-thumb {
    background: var(--scroll-color) !important;
    border-radius: 10px;
}

.scroll_arrow{
    position: absolute;
    bottom:-4px;
    left:0;
    width:35px;
    z-index:9;
}





.preview_top_img img{
    object-fit: cover;
    width:100%;
    height:300px;
}
.preview_sales_copy{
    margin-top: 5px;
}
.preview_hall_name{
    font-size:1.8em;
    line-height: 1.2;
    margin-bottom: 10px;
}
.preview_hall_name span{
    font-size:0.7em;
    padding-left: 5px;
}
.preview_content, .preview_gallery_list .caption, .preview_data_list{
    text-align: justify;
}
.preview_gallery_list .caption{
    font-size: 0.9em;
    margin-top: 5px;
}
.preview_data_list ul{
    padding-left: 0;
}
.preview_data_list ul li{
    margin-bottom: 10px;
}
.preview_data_title{
    font-weight: bold;
    text-align: left;
}
.preview_link_list ul{
    display: table;
    width:100%;
}
.preview_link_list ul li{
    display: table-cell;
    text-align: center !important;
    vertical-align: center;
    font-size: 0.8em;
}
.preview_link_list ul li:first-child{
    width:30%;
}
.preview_link_list ul li:last-child{
    width:70%;
}
.preview_link_list ul li:last-child .main_button{
    width:100% !important;
    font-size:1.5em;
}
.preview_link_list ul li a{
    color:var(--text-color);
}
.preview_fav img{
    width:30px;
}







@media screen and (max-width: 640px){
    .preview_wrapper_inner{
        width:90%;

    }

    .half_link_group ul li .half_link_group_inner{
        padding: 20px 5px;
    }
}





/*ログイン*/
.login_logo{
    display: block;
    width:200px;
    margin:0 auto;
}
.login_box{
    display: table;
    position: relative;
    vertical-align: middle;
    width:800px;
    padding:20px;
}
.login_box:after{
    display: block;
    content:"";
    clear: both;
    height: 0;
}
.login_box div{
    vertical-align:middle;
}
.customer_login_box{
    width:600px;
    margin:0 auto;
}
.customer_login_wrapper{
    display:table;
    width:100%;
}
.customer_login_wrapper div{
    vertical-align: middle;
}
.login_left{
    display: table-cell;
    width: 50%;
}
.login_left div.title{
    display: block;
    color:#605143;
    font-size:18px;
    font-weight:bold;
    text-align: center;
    margin-top:5px;
}
.login_left div.version{
    margin-top:10px;
    text-align: center;
}
.login_input{
    text-align: left;
}
.login_input div.line{
    margin:10px 0;
}
.button-panel{
    margin:2rem 0;
    text-align: center;
}
.buttons_right{
    float: right;
    margin-bottom: 2em;
}


@media screen and (max-width: 640px){
    .customer_login_box{
        width:100%;
    }
}


.customer_regist_button{
    width:100%;
}

/*ドロップダウンメニュー*/
#dropmenu{
    display: flex;
    justify-content: space-between;
    position:relative;
    width: auto;
    list-style-type: none;
    float:none;
    height: 50px;
    margin: 0;
    padding: 0;
    background: none;
    z-index: 9999;
}
#dropmenu li{
    position: relative;
    margin: 0;
    padding: 0 1rem;
    text-align: center;
}
#dropmenu li a{
    display: block;
    margin: 0;
    padding: 11px 0 11px;
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}
#dropmenu li ul{
    list-style: none;
    position: absolute;
    top: 40px;
    left: 0;
    margin: 0;
    width:80px;
    padding: 0;
}
#dropmenu li:last-child ul{
    width: 100%
}
#dropmenu li ul li{
    overflow: hidden;
    padding: 0 1rem;
    width: 250%;
    left:-10%;
    height: 0;
    background:rgba(255,255,255,0.9);
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
#dropmenu li ul li:hover{
    background: gray;
    color:#fff;
}
#dropmenu li ul li:hover a{
    color:#fff;
}
#dropmenu li ul li a{
    background:none;
    color: #333;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.6em;
    padding-left: 5px;
}
#dropmenu li:hover > a{
    background: none;
    color: var(--brand-color);
}

#dropmenu > li:hover > a{
    border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
    overflow: visible;
    height: 50px;
    padding:5px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#dropmenu li:hover ul li:first-child{
    border-top: 0;
}
#dropmenu li:hover ul li:last-child{
    border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
    border-radius: 0 0 3px 3px;
}

@media screen and (max-width: 640px){
    #dropmenu {
        display: block;
    }
    nav ul#dropmenu li{
        display: block;
        width:100%;
        text-align: center;
    }
    #dropmenu li ul li {
        left: 0;
    }
    nav ul#dropmenu li ul li a{
        display: block;
        width:100%;
        text-align: left;
        border-bottom: 1px solid var(--brand-color);
        padding: 1em;
    }
    nav ul#dropmenu li a{
        font-size: 1.2em;
        text-align: center;
    }
}
.member_arrow{
    display: inline-block;
    width:15px;
    margin:0 auto;
}

.top_logo{
    width:250px;
    float:left;
    margin:20px 0;
}

/*フッタ*/
.footer {
    margin-top:30px;
    border-top:1px solid var(--brand-color);
}
.footer_inner{
    width:1000px;
    padding:20px 0;
    vertical-align: middle;
    margin:0 auto;
    min-height:80px;
}
.copyright{
    width:100%;
    background: var(--brand-color);
    font-size:10px;
    padding:10px;
    color:#fff;
    text-align: center;
}
.footer_manual{
    margin-top: 5px;
    text-decoration: underline;
}

.count{
    font-size: 1.5em;
    font-weight: 700;
    color:var(--brand-color)
}

p.note_required{
    margin-bottom: 1em;
}
.required label:after{
    display: inline-block;
    content:"*";
    color: red;

}
span.required{
    color: red;
}

.button.back {
    background-color: #666;
    color:white;
    border: #666;
}

.button.cancel {
    background-color: var(--quaternary-color);
    color:white;
}

.area_content {
    overflow: hidden;
    max-width: 1240px;
    margin: 20px auto;
    padding: 0 20px;
    color: var(--color-black);
}


.area_search {
    clear: both;
    text-align: center;
    padding: 20px;
    background-color: var(--main-bg-color);
}

.area_search .search_title {
    max-width: 600px;
    font-size: 3rem;
    text-align: center;
    margin: 0 auto;
}

.area_search table {
    border-collapse: separate;
    border-spacing: 0 5px;
    max-width: 820px;
    margin: 0 auto 1em auto;
}

.area_search table th {
    padding: 0.4em 1em;
    text-align: center;
    font-size: 0.8em;
    background-color: #DCDDDD;
    white-space: nowrap;
}

.area_search table td {
    font-size: 0.8em;
    background-color: #ffffff;
    padding: 0.5em;
}


.address1 .input{
    margin-bottom: 0;
}
@media screen and (max-width: 640px){
    .area_search table {
        display: block;
        width: 100%;
    }
    .area_search table tr{
        display: block;
        width: 100%;
    }
    .area_search table th, .area_search table td {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 800px){
    .content_wide {
        padding: 0;
    }
}

.area_search_count {
    overflow: hidden;
    padding: 0 1%;
    font-size: 1.67em;
}
.area_search_count span {
    font-size: 1.5em;
}

.search_list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
.search_list li {
    position: relative;
    width: calc(94% / 3);
    margin: 30px 1% 0 1%;
    background-color: #ffffff;
    border: solid 1px gray;
    line-height: 1.3em;
}
.search_list li span{
    line-height: 1.2em;
}

picture.size_standarad {
    position: relative;
    display: block;
    width: 100%;
    background-size: contain;
    text-align: center;
}
picture.size_standarad img {
    max-height: 260px;
}
.search_list .area_info_top {
    padding: 0.5em 1em;
    background-color: var(--main-bg-color);
    min-height: 4em;
}
.search_list .area_info {
    padding: 1em;
}
.search_list .link_over {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.meta_address, .meta_tel, .meta_category {
    font-size: 0.8em;
}
.area_shopname {
    font-size: 1.2em;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin:0.5em 0;
    font-weight: 700;
}
.search_list .meta_description {
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: dotted 1px gray;
}

.area_box_plan .box_plan_title span, .area_shopname .meta_shop, .area_shopname .meta_shop_sub {
    overflow-wrap: anywhere;
}
.area_shopname .meta_shop_sub {
    margin-right: 0.7em;
    font-size: 0.75em;
}

@media screen and (max-width: 640px){
    .search_list li {
        font-size: 1.2em;
        width: 100%;
    }
    ul{
        padding-left: 0;
    }
}

.page_title{
    background-color: var(--secondary-background);
    text-align: center;
    padding: 0.5em;
    font-size:1.2em;
    margin-bottom: 1rem;
}

.form_content .required label:after{
    display: none;
}
.form_title{
    background-color: #f3f3f3;
    padding: 10px 5px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 1.5rem;
}
.form_content label{
    font-size: 1em;
}

@media screen and (max-width: 640px){
    .form_title{
        font-size: 1.3em;
    }
    .form_content label{
        font-size: 1.2em;
    }
}


.card {
    padding: 2rem;
    background: #ffffff;
    border-radius: 0.4rem;
    box-shadow: 0 7px 14px 0 rgb(60 66 87 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
    margin:0 auto 2em auto;
}
.card_narrow {
    width: 800px;
}

.paginator {
    text-align: right;
    margin-top: 20px;
}
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}
.pagination li {
    margin: 0 0.5rem;
}
.prev.disabled a, .next.disabled a {
    cursor: not-allowed;
    color: #606c76;
}
.prev.disabled a, .next.disabled a {
    cursor: not-allowed;
    color: #606c76;
}


/*スマホ対応*/
@media screen and (max-width:640px) {
    .card_narrow {
        width: 100%;
    }
}

.sponsorship{
    margin: 4em auto 2em;
    width: 80%;
    border: 1px solid gray;
    border-radius: 0.4rem;
    padding: 2em;
    font-size: 2rem;
}
.sponsorship .title{
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 2.5rem;
    font-weight: 600;
}
@media screen and (max-width:640px) {
    .sponsorship{
        width: 100%;
        padding: 1em;
        font-size: 1.5rem;
    }
    .sponsorship .title{
        font-size: 2rem;
    }
}

.done_message{
    margin:0;
    padding: 0;
}
.done_message_title {
    font-size: 1.5rem;
    font-weight: 600;
}
.done_message p{
    font-size: 1rem;
}






@media screen and (max-width:640px) {
    .done_message_title {
        font-size: 2rem;
    }
    .done_message p{
        font-size: 1.5rem;
    }
}


#map {
    text-align: center;
    width: 600px;
    height: 300px;
}
#map_big {
    margin: 0 auto;
    text-align: center;
    width: 800px;
    height: 400px;
}

.points_list ul li{
    list-style-type: none;
}
.points_list ul li .list_title{
    font-weight: bold;
}
.points.form img{
    display: block;
    object-fit: cover;
    width:200px;
    height:200px;
    vertical-align: middle;
}



.view .text{
    margin-bottom:20px;
}
.view table{
    margin-bottom: 20px;
    width:100%;
    table-layout: fixed
}
.view table th{
    width:30%;
}
.view table td{
     width:70%;
 }

@media screen and (max-width:640px) {
    #map {
        width: 100%;
        height: 300px;
    }
    #map_big {
        width: 100%;
        height: 300px;
    }
}

.mobile_visible{
    display: none;
}
.pc_visible{
    display: block;
}


@media screen and (max-width:640px) {
    .pc_visible{
        display: none;
    }
    .mobile_visible{
        display: block;
    }



    ul li{
        margin: 0;
        list-style-type: none;
    }

    .pure-drawer{
        padding: 100px 20px 20px 20px;
        background-color: rgba(255,255,255,0.9);
    }
    .pure-toggle:focus ~ .pure-toggle-label {
        /*border-color: var(--brand-color);*/
        color: var(--text-color);
    }

    .pure-toggle-label {
        display: none;
        cursor: pointer;
        display: block;
        position: fixed;
        top: 15px;
        left:10px !important;
        z-index: 99;
        color: var(--text-color);
        background-color: rgba(255,255,255,0.8);
        width: 50px;
        height: 55px;
        -webkit-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        /*border: 2px solid var(--brand-color);*/
        border:none;
        border-radius:0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

    .pure-toggle-label:hover {
        border-color:var(--text-color);
        color: var(--text-color);
    }
    .pure-toggle-label:hover .pure-toggle-icon,
    .pure-toggle-label:hover .pure-toggle-icon:before,
    .pure-toggle-label:hover .pure-toggle-icon:after {
        background-color: var(--text-color);
    }
    .pure-toggle-label .pure-toggle-icon,
    .pure-toggle-label .pure-toggle-icon:before,
    .pure-toggle-label .pure-toggle-icon:after {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 4px;
        width: 30px;
        cursor: pointer;
        background: var(--text-color);
        display: block;
        content: '';
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label[data-toggle-label='left'],
    .pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'],
    .pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label[data-toggle-label='top'] {
        border-color: var(--text-color);
        color: var(--text-color)
    }
    .pure-toggle-label .menu_title{
        position: absolute;
        bottom:-6px;
        font-size: 0.5em;
        width:100%;
        text-align: center;
    }



    .member_arrow {
        display: inline-block;
        width: 30px;
        margin: 0 auto;
    }


    /*shopのメニュー*/
    aside{
        margin-bottom: 20px;
    }
    .side-nav a{
        display: inline-block;
        width:48%;
        margin: 1%;
        float: left;
        background-color: #ccc;
        border-radius: 7px;
        padding:10px 0;
        text-align: center;
        font-size: 0.9em;
        color:#333;
        font-weight: 600;
    }
    .side-nav a.button_add_color{
        background-color: var(--main-button-color);
    }
    .side-nav a.button_edit_color{
        background-color: var(--secondary-color);
        color:#fff;
    }
    .side-nav a.button_list_color{
        background-color: var(--tertiary-color);
        color:#fff;
    }
    .side-nav a.button_delete_color{
        background-color: var(--quaternary-color);
        color:#fff;
    }
    .side-nav a.button_view_color{
        background-color: var(--quinary-color);
        color:#fff;
    }

    h4.heading{
        display: none;
    }



    /*ログイン*/
    .login_box{
        width: 100%;
    }
    .login_left, .login_right{
        display: block;
        width:100%;
    }





    /*画像編集*/
    .shops.form hr{
        width:75% !important;
    }
    .shops.form .input img{
        width:75% !important;
    }


    /*フッタ*/
    .footer{
        overflow: hidden;
        font-size:1em;
    }

    .footer_inner{
        padding: 10px 20px;
        font-size:0.7em;
    }


    /*メイン*/
    main.main{
        width:100%;
        padding-top: 40px;
    }


    .customer_menu{
        max-width: 100%;
        width: 100%;
    }
    div.container{
        width:100% !important;
        max-width:100%;
    }


    /*ヘッダーナビ*/
    .top-nav-wrapper{
        position: fixed;
        display: block;
        width: 100%;
        max-width: 100%;
        z-index:999;
        padding: 0.5rem 1rem;
        margin: 0 auto;
        background-color: #fff;
    }
    .top_logo{
        float:none;
    }
    .top-nav-title a{
        display: block;
        width:200px;
        margin:0 auto;
        padding-left: 50px;
    }

    .top-nav-inner{
        width:100%;
    }


    .content{
        width:100%;
    }

    table{
        display: table;
    }
    table tbody {
        display: block;
        overflow-x: auto;
        white-space: normal;
    }
    table tr{
        display: table-row;
        width: 100%;
    }
    table tbody th{
        display: table-cell;
        white-space: normal;
        width: 30%;
    }
    table tbody td{
        display: table-cell;
        width: 65%;
    }

    /*
    table tbody{
        width: 100%;
        overflow-x: auto;
        white-space: normal;
    }

    */

    table.with_data_label{
        /*
        display: block;
        */
    }

    table.with_data_label tbody {
        display: block;
        white-space: normal;
    }

    table.with_data_label thead{
        display: none;
    }
    table.with_data_label tbody{
        width:95%;
        height: auto;
        margin: 0 auto;
    }
    table.with_data_label tr{
        display: block;
        width:100%;
        height: auto;
        border:none;
        margin: 1em 0 2em 0;
    }

    /*
    table th, table tbody td{
        display: block;
        width:50% !important;
        float:left;
        font-size:0.9em;
        padding:5px 0;
        margin: 0;
    }
    */
    table.with_data_label td{
        display: block;
        text-align: left;
        width: 100%;
        height: auto;
        padding: 0.2em 2px;
        border:none;
        border-bottom: 1px dotted lightgray;
    }

    table.with_data_label td div{
        display: inline-block;
        width: 65%;
    }

    table.with_data_label td:before{
        float: left;
        content: attr(data-label);
        margin-right: 10px;
        font-weight: bold;
        width: 30%;
        vertical-align: top;
    }

    table.with_data_label tbody td:first-child{
        border-bottom: 1px solid lightgray;
    }




}




/*カルーセル*/
.view_gallery_list {
    position: relative;
}
.owl-stage .photo img{
    object-fit: cover;
    width:100%;
    height:400px;
}
.owl-stage .photo.photo_admin img{
    object-fit: cover;
    width:100%;
    height:200px;
}

@media screen and (max-width: 640px){
    .owl-stage .photo img{
        height:300px;
    }
    .owl-stage .photo.photo_admin img{
        height:300px;
    }
}




/*フェアプレビュー*/
.preview_fair_wrapper_inner{
    position: relative;
    display: inline-block;
    margin: 100px auto;
    background-color: rgba(255,255,255,1);
    width:400px;
    z-index:99999;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    font-size:0.8em;

}
.fair_wrapper{
    padding: 0 15px;
    background-color: #aaa;
}
.fair_header_hall_name{
    font-weight: bold;
    text-align: center;
}
.fair_header_line{
    height:3px;
    background-color: var(--secondary-background);
}
.fair_header_menu_list ul{
    display: flex;
}
.fair_header_menu_list ul li{
    text-align: center;
    color:var(--brown-text-color);
    font-weight: bold;
}
.preview_fair_wrapper_inner .fair_header_menu_list ul li img{
    width:70%;
}

.fair_content_hall_name{
    font-weight: bold;
    font-size:1.5em;
    text-align: center;
}
.fair_category_list{
    margin-top: 5px;
}
.fair_category_list ul{
    display: flex;
    flex-wrap: wrap;
    gap:5px;
}
.fair_category_list ul li{
    border-radius: 5px;
    border: 1px solid var(--main-button-color);
    padding:5px;
    font-size:0.8em;
}

.fair_category_list ul li.category_closing{
background-color: var(--main-button-color);
}
.fair_title{
    font-size: 1.4em;
    font-weight: bold;
}

.fair_date_block ul {
    display: table;
    width: 100%;
}
.fair_date_block ul li{
    display: table-cell;
    vertical-align: middle;

}
.fair_date_block ul li:last-child{
    color:var(--main-button-color);
}
.fair_content{
}
.fair_content_list ul{
    display: flex;
    flex-wrap: wrap;
}
.fair_content_list ul li{
    display: flex;
    width:50%;
    align-items: center;

}
.fair_content_list ul li img{
    display: flex;
    width:40%;
    padding-right: 10px;

}

.fair_month_midashi{
    font-weight: bold !important;
    font-size:1.4em !important;
    color:var(--main-button-color);
    text-align: center;
}
.fair_index_date{
    font-size:1.2em;
    font-weight: bold;
    background-color: #fafafa;
    border-radius: 5px;
    padding:5px;
}
.fair_index_title{
font-size: 1.3em;
    font-weight: bold;
}

.fair_index_block ul{
    display: flex;
    align-items: center;
}
.fair_index_block ul li:first-child{
   width:65%;
}
.fair_index_block ul li:last-child{
    width:35%;
    padding-left: 20px;
}

/*プレビュー用のスタイル*/
.preview_fair_wrapper_inner .fair_index_block ul{
    display: block;
}
.preview_fair_wrapper_inner .fair_index_block ul li{
    width:100%;
}
/*プレビュー用のスタイルここまで*/

.fair_index_data_block{
    display: flex;
}
.fair_index_data_block_left{
    width:20%;
}
.fair_index_data_block_left img{
    object-fit: cover;
    width:100%;
    height:100px;
}
.fair_index_data_block_right{
    width:80%;
    padding-left: 10px;
}
.fair_midashi{
    font-size: 1.4em;
    font-weight: bold;
}
.fav_btn_block ul{
    display: flex;
    align-items: center;
    width:100%;
    gap:5px;
}
.fav_btn_block ul li:first-child{
    width:20%;
    text-align: center;
}
.fav_btn_block ul li:last-child{
    width:79%;
}
.fav_btn_block ul li img{
    width:20px;
    vertical-align: middle;
}
.fav_btn_block ul li button{
    width:100%;
}

.caution_common{
    padding: 10px;
    text-align: center;
    background-color:var(--main-button-color);
}

.button-panel button img{
    width: 20px;
    vertical-align: middle;
}
button.seconday_button{
    background-color: #fff;
    color:var(--main-button-color);
}
.preview_fair_wrapper_inner .button-panel{
    margin: 0;
}
.preview_fair_wrapper_inner .button-panel button{
    width:100%;
    padding:0;
    margin-bottom: 10px;
}
@media screen and (max-width: 640px){
    .preview_fair_wrapper_inner{
        width:90%;

    }
    .fair_index_block ul{
        display: block;
    }
    .fair_index_block ul li:first-child{
        width:100%;
    }
    .fair_index_block ul li:last-child{
        width:100%;
        padding-left: 0;
    }
    .fair_date_block ul {
        display: block;
        width: 100%;
    }
    .fair_date_block ul li{
        display: block;
        vertical-align: middle;

        width: 100%;

    }
    .fair_index_data_block_left{
        width:30%;
    }
}



.preferred_date_wrapper .preferred_date_title{
    margin-top: 20px;
}
.preferred_date_title{
    font-weight: bold;
    font-size:1.2em;
    margin-top: 0.5em;
}
.reserve_radio label{
    display:block;
}




@media screen and (max-width: 640px){
    .main_title {
    }
}


.contents {
    padding:2em 1em;
}

.content_group {
    padding:1em 0 0 0;
}
.content_group .content_group {
    padding:1em 0 0 1em;
}
.contents h2 {
    margin: 3em 0 0.5em 0;
}
.contents h3 {
    margin: 1em 0 0.5em 0;
}
.contents p {
    margin: 0 0 0.5em 0;
}
.contents ul{
    padding-left:1.5em!important;
}
.contents ul li{
    list-style: disc;
}
.contents *:first-child{
    margin-top: 0;
}
