button{
    -webkit-appearance: none; /* 1 */
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit; /* 2 */
    outline: none;
    border: 0;
    cursor: pointer;
}
#modal{
    visibility: hidden;
    position: relative;
    z-index: 999;
}
#modal.is-show{
    visibility: visible;
}
.modal-bg{
    background-color: rgb(0 0 0/60%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    transition: 0.3s;
}
.is-show .modal-bg{
    opacity: 1;
}
.close-btn{
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    display: block;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
}
.close-btn::before, .close-btn::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 2px;
    width: 80%;
    background-color: #000;
}
.close-btn::before{
    transform: rotate(45deg);
}
.close-btn::after{
    transform: rotate(-45deg);
}
.modal-screen{
    width: 900px;
    max-width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-left: auto;
    margin-right: auto;
}
#panorama{
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #fff;
}
@keyframes point-anime{
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(1%);
    }
}
.viewer-btn{
    animation: point-anime 1.5s infinite alternate;
    cursor: pointer;
}
.btnArea{
    text-align: right;
    padding: 10px;
}
.zoom-btn{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.zoom-btn+.zoom-btn{
    margin-left: 10px;
}
.pnlm-panorama-info{
    left: 0;
}
.facility-map{
    position: relative;
}
.facility_int .links_subtit{
    margin-bottom: 40px;
}
#under_base_beginners .block .icon_base{
    background-color: #eee;
    border: 1px solid #275597;
}
#under_base_beginners .block .icon_base .inbase{
    column-gap: 0.5%;
    row-gap: 8px;
}
#under_base_beginners .block .icon_base .inbase .thum{
    color: #275597;
    line-height: 1;
    width: calc((100% - 3%) / 6);
    margin-bottom: 0;
}
#under_base_beginners .block .icon_base .inbase .thum.none{
   display: none;
}
#under_base_beginners .block .icon_base .inbase .thum img{
    height: 30px;
    width: auto;
    margin-right: 5px;
    margin-top: 0;
}
#under_base_beginners .block .icon_base .inbase .thum i{
    font-size: 0.8em;
}
#under_base_beginners .block .icon_base .subtit{
    color: #275597;
}
#under_base_beginners .block .icon_base .subtit:before, #under_base_beginners .block .icon_base .subtit:after{
    background-color: #275597;
}
#under_base_beginners .block .icon_base .inbase .thum .num{
    background-color: #275597;
    color: #fff;
}
.floor_head li:first-child{
    width: calc(100% / 5 * 4);
}
.floor_head li:last-child {
    width: calc(100% / 5);
}
.surface_table .kutsurogi{
    background-color: #adbce0;
}
.surface_table .box_seat{
    background-color: #b9efff;
}
.surface_table .ippan_seat03{
    background-color: #f8cbc5;
}
.surface_table .ippan_seat{
    background-color: #f8ea8d;
}
.surface_table .ippan_seat02{
    background-color: #ffd6ac;
}
@media screen and (max-width: 1024px){
    .facility-note_txt{
        text-align: left;
    }
    #under_base_beginners .block .icon_base {
        padding: 10px;
    }
    #under_base_beginners .block .icon_base .inbase .thum{
        width: calc((100% - 1%) / 3);
    }
    #under_base_beginners .block .icon_base .inbase .thum img{
        height: 20px;
        width: auto;
    } 
}