@charset "UTF-8";
/* Gallery Map */
.main{background: linear-gradient(to right, #e4e9e5 0%, #e4e9e5 50%, #e9edf0 51%, #e9edf0 100%); padding: 200px 0 180px; font-size: 14px; line-height: 1.7;}
.container{background: #e3e3e3; max-width: 1200px; margin: 0 auto; padding: 60px 0;}
.bottomCV-btn{margin-bottom: 50px;}

.galleryWrap{max-width: 1000px; margin: 0 auto; width: calc(100% - 40px);}
.galleryTit{font-size: 24px; line-height: 1.5; text-align: center; margin: 0 0 25px;}
.galleryTit span{font-size: 40px; line-height: 1.1; display: block; font-family: "Cormorant Infant",serif; margin: 0 0 0.1em;}

.galleryTit .txt--small{
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .main{padding: 100px 0 80px;}
    .container{padding: 40px 0 50px;}
    .bottomCV-btn{margin-bottom: 40px;}
}

@media screen and (max-width: 550px) {
    .main{font-size: 3.2vw;}
    .galleryTit{font-size: 5vw;}
    .galleryTit span{font-size: 6vw;}
}

/* Access */
.access{width: 100%; max-width: 440px; margin: 40px auto 50px;}
.accessTit{line-height: 1.4; margin: 0 0 15px;}
.accessTit:before{content: ''; width: 10px; height: 3px; background: #000; display: inline-block; vertical-align: middle; margin: 0 20px 0 0;}

.accessList{display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; padding: 0 0 0 30px;}
.accessList p:not(:last-of-type){padding: 0 0 0.5em;}

.accessNote{padding: 20px 0 25px;}
.accessNote li{margin: 0 0 10px;}

.accessNote2{max-width: 800px; margin: 0 auto 60px; width: 100%; background: #fff; text-align: center; color: #a72221; padding: 28px 20px 30px;}
.accessNote2__tit{line-height: 1.3; margin: 0 0 15px;}

@media screen and (max-width: 767px) {
    .access{margin: 30px auto 40px;}
    .accessNote2{margin: 0 auto 40px;}
}

.btnGmap{margin: 65px auto 80px; max-width: 340px; width: 100%; padding: 18px 25px; background: #377d33; color: #fff; letter-spacing: 0.1em; display: block; position: relative;}
.btnGmap:after{content: ''; width: 0; height: 0; border-top: 0.5em solid transparent; border-left: 0.7em solid #fff; border-bottom: 0.5em solid transparent; position: absolute; top: 50%; right: 20px; margin-top: -0.5em;}

@media screen and (max-width: 767px) {
    .btnGmap{margin: 40px auto 60px;}
}

.zoomMap{position: relative; line-height: 1;}
.zoomControl{position: absolute; top: 0; right: 0; width: 40px; z-index: 10;}
.zoomBtn{margin: 0 0 1px;}
.galleryMap2{max-width: 845px; margin: 0 auto;}

/* Tab */
.mainNav{display: flex;}
.mainNav li{padding: 19px 0; text-align: center; width: 50%; background: #b3b3b3; color: #fff;}
.mainNav li.isActive{background: #515b61;}

.mainTab{margin: 0 0 60px; display: none;}
#mTab01{padding: 60px 0 0 0;}
#mTab02{padding: 40px 0 0 0;}

@media screen and (max-width: 767px) {
    .mainTab{margin: 0 0 40px;}
    #mTab01{padding: 40px 0 0 0;}
    #mTab02{padding: 30px 0 0 0;}
}

.guideTit{text-align: center;}
.guideDesc{text-align: center; padding: 15px 0 30px;}

.subNav{display: flex; justify-content: center;}
.subNav li{width: 122px; margin-right: 3px; text-align: center; color: #fff; background: #b3b3b3;  padding: 4px 0 8px; display: block; position: relative;}
.subNav li:last-of-type{margin-right: 0;}
.subNav li:after{content: ''; width: 100%; height: 3px; opacity: .3; display: block; position: absolute; bottom: 0; left: 0;}
.subNav li:nth-of-type(1):after{background: #006cb6;}
.subNav li:nth-of-type(2):after{background: #0081cc;}
.subNav li:nth-of-type(3):after{background: #009740;}
.subNav li:nth-of-type(4):after{background: #e8380d;}
.subNav li:nth-of-type(5):after{background: #796baf;}
.subNav li:hover,
.subNav li.isActive{background: #666666;}
.subNav li:hover:after,
.subNav li.isActive:after{opacity: .6;}

.subTab{background: #fff; padding: 80px 20px 80px 30px; margin-bottom: 20px; position: relative; display: none;}

.guideMap__wrap{display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; line-height: 1.4; font-size: 14px;}
.guideMap__img{width: 65%;}
.guideMap__map{width: 100%; position: relative; margin: 0 0 5px;}

.guideMap__map p{width: 3.6%; display: flex; justify-content: center; position: absolute; background: url("../imgs/point_white.svg") no-repeat top left/100% auto; font-size: 13px;}
.guideMap__map p:after{content: ''; padding-bottom: 135.29%; display: block;}
.guideMap__map p.isActive{background: url("../imgs/point_yellow.svg") no-repeat top left/100% auto;}

.guideMap__cont{width: 32%;}
.guideMap__info li{margin: 0 0 13px; position: relative; padding: 0 0 0 24px;}
.guideMap__info li span{position: absolute; top: 0; left: 0; width: 17px; height: 23px; background: url("../imgs/point_white.svg") no-repeat top left/100% auto; display: block; text-align: center; line-height: 16px; font-size: 10px;}
.guideMap__info li.isActive span{background: url("../imgs/point_yellow.svg") no-repeat top left/100% auto;}

.guideMap__goalTit{text-align: center; position: relative; display: block;}
.guideMap__goalTit:after{content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background: #ccc;}
.guideMap__goalTit span{display: inline-block; padding: 0 0.5em; background: #fff; z-index: 1; position: relative; color: #928e83;}
.guideMap__goalTxt{padding: 5px 0 10px;}
.guideMap__goalImg{width: 100%; display: block; margin: 0; padding: 0;}

.guideMap__btn{position: absolute; bottom: 0; left: 0; width: 100%; display: flex;}
.guideMap__btn li{margin-right: 5px; max-width: 150px; width: 50%;}
.guideMap__btn a{height: 34px; display: flex; justify-content: center; align-items: center; font-size: 12px; line-height: 1.4; color: #fff;}
.guideMap__btn .btnModal{background: #006f94;}
.guideMap__btn .btnModal:before{content: ''; background: url("../imgs/ic_wheelchair.svg") no-repeat top left/100% 100%; width: 21px; height: 21px; margin-right: 10px;}
.guideMap__btn .btnFloor{background: #928e83;}
.guideMap__btn .btnFloor:after{content: ''; border: solid #fff; border-width: 0 1px 1px 0; display: inline-block; padding: 3px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); margin: 0 0 0 7px; position: relative; top: 2px;}

@media screen and (max-width: 767px) {
    .subTab{padding: 30px 15px 65px;}
        
    .guideMap__img{width: 100%; margin: 0 0 25px;}
    .guideMap__map p{font-size: 2vw;}
    .guideMap__cont{width: 100%;}
}

#sTab01 .guideMap__img .num01{bottom: 36%; left: 30%;}
#sTab01 .guideMap__img .num02{bottom: 44%; left: 39%;}
#sTab01 .guideMap__img .num03{bottom: 77.5%; left: 68.5%;}
#sTab01 .guideMap__img .num04{bottom: 69%; left: 77.5%;}
#sTab01 .guideMap__img .num05{bottom: 56.5%; left: 90.3%;}

#sTab02 .guideMap__img .num01{bottom: 40.5%; left: 27.5%;}
#sTab02 .guideMap__img .num02{bottom: 36%; left: 33%;}
#sTab02 .guideMap__img .num03{bottom: 35%; left: 40%;}
#sTab02 .guideMap__img .num04{bottom: 45%; left: 51.5%;}
#sTab02 .guideMap__img .num05{bottom: 52%; left: 66%;}
#sTab02 .guideMap__img .num06{bottom: 48.5%; left: 69%;}
#sTab02 .guideMap__img .num07{bottom: 52%; left: 72.2%;}
#sTab02 .guideMap__img .num08{bottom: 56%; left: 69%;}
#sTab02 .guideMap__img .num09{bottom: 71.5%; left: 52%;}

#sTab03 .guideMap__img .num01{bottom: 71.5%; left: 39%;}
#sTab03 .guideMap__img .num02{bottom: 77%; left: 44.5%;}
#sTab03 .guideMap__img .num03{bottom: 70%; left: 52%;}
#sTab03 .guideMap__img .num04{bottom: 56%; left: 65.9%;}

#sTab04 .guideMap__img .num01{bottom: 33%; left: 68.5%;}
#sTab04 .guideMap__img .num02{bottom: 36.5%; left: 72.5%;}
#sTab04 .guideMap__img .num03{bottom: 45%; left: 68%;}
#sTab04 .guideMap__img .num04{bottom: 60.5%; left: 52%;}

#sTab05 .guideMap__img .num01{bottom: 48.5%; left: 65%;}
#sTab05 .guideMap__img .num02{bottom: 58%; left: 52.5%;}

a.zoom{pointer-events: none;}

@media screen and (max-width: 767px) {
    a.zoom{pointer-events: auto; position: relative; display: block;}
    a.zoom:after{content: ''; width: 40px; height: 40px; background: url("../imgs/ic_zoom.svg") no-repeat top left/100% 100%; position: absolute; bottom: 0; right: 0;}
}

.galleryAdd{display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.galleryAdd__img{width: 47%;}
.galleryAdd__cont{width: 47%;}
.galleryAdd__tit{line-height: 1.4; margin: 0 0 15px;}
.galleryAdd__tit:before{content: ''; width: 10px; height: 3px; background: #f7e5e0; display: inline-block; vertical-align: middle; margin: 0 20px 0 0;}
.galleryAdd__txt{padding: 0 0 0 30px;}
.galleryAdd__tit .txt--small{
    font-size: 1.8rem;
}
.text--indent{
    text-indent: -1.35em;
    padding-left: 1.35em;
}
@media screen and (max-width: 550px){
    .galleryAdd__tit .txt--small {
        font-size: 3.1vw;
    }
    .galleryTit .txt--small{
        font-size: 4vw;
    }
}
@media screen and (max-width: 767px) {
    .galleryAdd__img{width: 100%; margin: 0 0 25px;}
    .galleryAdd__cont{width: 100%;}
}

/* Modal */
.modal{position: fixed; z-index: 10000; top: 0; left: 0; width: 100%; height: 100%; overflow: auto; background: rgba(0,0,0,.8); visibility: hidden; opacity: 0; pointer-events: none; transition: .5s;}
.modal.isActive{visibility: visible; opacity: 1; pointer-events: auto;}
.modalOverlay{position: absolute; z-index: 5; top: 0; left: 0; width: 100%; height: 100%;}
.modalWrap{position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; text-align: center; box-sizing: border-box; font-size: 0; letter-spacing: 0; padding: 0 70px;}
.modalWrap::before{content: ""; display: inline-block; vertical-align: middle; height: 100%;}
.modalContainer{position: relative; z-index: 10; display: inline-block; vertical-align: middle; width: 100%; text-align: left; max-width: 1480px; margin: 0 auto;}
.modalContent{position: relative; z-index: 10; width: 100%; background: #fff; box-shadow: 10px 10px 10px rgba(170, 167, 160, .08); font-size: 14px; padding: 60px 0 30px;}
.modalClose{position: absolute; z-index: 1; top: 0; right: 0; width: 60px; height: 60px; background-color: #928e83; cursor: pointer;}
.modalClose::before,
.modalClose::after{content: ""; position: absolute; z-index: 1; top: 50%; left: 50%; width: 2px; height: 70%; background: #fff;}
.modalClose::before{transform: translateX(-50%) translateY(-50%) rotate(45deg);}
.modalClose::after{transform: translateX(-50%) translateY(-50%) rotate(-45deg);}
.modalTit{text-align: center; font-size: 18px; margin: 0 0 30px;}
.modalTit span{display: inline-block; line-height: 1; background: #b60014; color: #fff; padding: 1px 10px 3px; margin: 0 8px;}
.modalInner{max-width: 1100px; margin: 0 auto; width: 90%; position: relative; text-align: right;}
.modalDesc{font-size: 20px; line-height: 1.5; text-align: left; position: absolute; top: 0; left: 0;}          

@media screen and (max-width: 767px) {    
    .modalWrap{padding: 0;}
    .modalClose{width: 45px; height: 45px;}
    .modalTit{font-size: 4vw;}
    .modalDesc{font-size: 5vw;}
    .modalDesc{position: static; margin: 0 0 20px;}
}