@charset "utf-8";
/* CSS Document */

body.is-fixed {
    position: fixed;
    width: 100%;
}
.lounge-map {
    position: relative;
    padding: 38px 0;
}
.lounge-map>img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.lounge-map button.modalBtn {
    display: flex;
    align-items: center;
    position: absolute;
    background: #FFF;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #2A344B;
    border: solid 1px #B7C1CD;
    border-radius: 1.5em;
    padding: 0 1em;
    height: 2.3em;
    cursor: pointer;
}
.lounge-map button.modalBtn:hover {
    text-decoration: underline;
}
.lounge-map button.modalBtn_hokkaido {
    top: 19vw;
    left: 59vw;
}
.lounge-map button.modalBtn_tohoku {
    top: 39vw;
    left: 50vw;
}
.lounge-map button.modalBtn_kanto-chubu {
    top: 53vw;
    left: 42vw;
}
.lounge-map button.modalBtn_kansai-chugoku-shikoku {
    top: 67vw;
    left: 22vw;
}
.lounge-map button.modalBtn_kyushu {
    top: 80vw;
    left: 8vw;
}
.lounge-map button.modalBtn_okinawa {
    top: 22vw;
    left: 9vw;
}
.modal {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}
.modal.is-active {
    visibility: visible;
    opacity: 1;
}
.modal__inner {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
}
.modal__inner::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
}
.modalPanel {
    position: relative;
    width: 100%;
    max-width: 872px;
    padding: 45px 20px;
    height: auto;
    min-height: 300px;
    background: #fff;
    border-radius: 16px;
}
.modalPanel__close {
    position: absolute;
    width: 19px;
    height: 19px;
    top: 28px;
    right: 20px;
    padding: 0;
    background: transparent;
    border-width: 0px;
    cursor: pointer;
}
.modalPanel h3 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
.lounge_legend {
    border: 1px solid #D0D0D0;
    padding: 20px;
    margin-top: 20px;
}
.lounge_legend h4 {
    font-weight: 700;
    color: #333;
    font-size: 1.4rem;
    margin-bottom: 8px;
}
.lounge_legend ul {
    display: block;
}
.lounge_legend ul li {
    width: 100%;
    margin-top: 16px;
}
.lounge_legend ul li>div {
    display: table;
}
.lounge_legend ul li img {
    padding-right: 10px;
    display: table-cell;
}
.lounge_legend ul li span {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.4rem;
}
.lounge_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.lounge_list li {
    width: 100%;
    border-bottom: 1px solid #DEDEDE;
}
.lounge_list a {
    display: flex;
    align-items: center;
    margin: 16px 0;
}
.lounge_list a .inText {
    background: url(/commonY15/img/icon_arrow_right_red_01.png) 0 35% no-repeat;
    padding-left: 10px;
    text-decoration: none !important;
}
.lounge_list a .iconPic {
    padding-left: 10px;
    display: flex;
    flex-wrap: nowrap;
}
.lounge_list a .iconPic img:first-child {
    margin-left: 0px;
}
.lounge_list a .iconPic img {
    margin-left: 8px;
    width: 24px;
}
@media screen and (min-width: 740px) {
    .lounge-map>img {
        width: 813px;
    }
    .lounge-map button.modalBtn {
        font-size: 1.6rem;
        border-radius: 1.5em;
        height: 3em;
    }
    .lounge-map button.modalBtn_hokkaido {
        top: 127px;
        left: 622px;
    }
    .lounge-map button.modalBtn_tohoku {
        top: 317px;
        left: 554px;
    }
    .lounge-map button.modalBtn_kanto-chubu {
        top: 477px;
        left: 475px;
    }
    .lounge-map button.modalBtn_kansai-chugoku-shikoku {
        top: 530px;
        left: 260px;
    }
    .lounge-map button.modalBtn_kyushu {
        top: 626px;
        left: 187px;
    }
    .lounge-map button.modalBtn_okinawa {
        top: 164px;
        left: 212px;
    }
    .modal__inner {
        padding: 20px;
        align-items: center;
    }
    .modalPanel {
        padding: 55px 36px;
    }
    .modalPanel__close {
        top: 36px;
        right: 36px;
    }
    .lounge_legend {
        margin-top: 40px;
    }
    .lounge_legend ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .lounge_legend ul li {
        padding-right: 1em;
        min-width: 20%;
        margin-top: 0;
    }
    .lounge_legend ul li:first-child {
        width: 175%;
    }
    .lounge_list {
        justify-content: space-between;
    }
    .lounge_list>li {
        width: calc(50% - 15px);
    }
    .lounge_list a {
        display: flex;
        align-items: center;
        margin: 20px 0 10px;
    }
}
