@charset "utf-8";

html,
body {
    width: 100%;
    overflow-x: hidden;
}

html.on,
body.on {
    overflow: hidden;
}

h2,
.tit,
.t,
.ti,
.mMod0,
.tel {
    line-height: 120%;
}

.txt,
.tx {
    line-height: 160%;
}

#wrap {
    position: relative;
    width: 100%;
    max-width: 1260px;
    padding: 80px 30px 0px 30px;
    box-sizing: border-box;
    margin: 0 auto;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.541);
    z-index: 1;
}

.logobx {
    display: flex;
    align-items: center;
    margin-bottom: 66px;
}

.mMod1 {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 45%;
    overflow: hidden;
    background-color: #fff;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.mMod1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.mMod0 {
    font-size: 30px;
    color: #fff;
    margin-left: 20px;
}

.content {
    position: relative;
    height: 100%;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 49px;
    width: 3px;
    height: 100%;
    background-color: rgba(204, 204, 204, 0.507);
}

.line {
    position: relative;
    padding-left: 64px;
    margin-left: 52px;
    box-sizing: border-box;
    z-index: 1;
}

.mMod3 {
    position: relative;
    padding-bottom: 87px;
}

.mod3img {
    position: absolute;
    top: 0px;
    left: -32px;
}

.mMod3 h2 {
    font-size: 48px;
    color: #fff;
}

.mMod3 .txt {
    position: relative;
    font-size: 30px;
    color: #fff;
    margin-top: 10px;
}

.mMod6 {
    position: relative;
    padding-bottom: 94px;
}

.tel {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.tel::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -94px;
    width: 60px;
    height: 60px;
    background-image: url(../image/tel.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.mMod6 .txt {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin-top: 36px;
}

.mMod7 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 75px;
}

.mMod7 a {
    position: relative;
    color: #fff;
    font-size: 22px;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}

.mMod7 a::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -88px;
    width: 44px;
    height: 44px;
    background-image: url(../image/link.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.mMod7 a+a {
    margin-top: 40px;
    font-weight: 400;
}

.media {
    margin-left: 23px;
    position: relative;
    z-index: 1;
}

.flex {
    display: flex;

}

.flex a {
    display: inline-block;
    font-size: 0;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.btn_pic {
    background-image: url(../image/pic.png);
    margin-right: 20px;
}

.btn_vid {
    background-image: url(../image/vid.png);
}

.btn_pic.on {
    background-image: url(../image/pic_selected.png);
}

.btn_vid.on {
    background-image: url(../image/vid_selected.png);
}

.picbx {
    margin-top: 30px;
    display: none;
}

.picbx.on {
    display: block;
}

.mMod9 .swiper-container {
    width: 571px;
    overflow: visible;
    margin: 0;
}

.mMod9 .swiper-slide {
    position: relative;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.mMod9 .swiper-slide p {
    padding: 15px;
    box-sizing: border-box;
    margin-top: 0;
    font-size: 18px;
}

.mag {
    position: absolute;
    top: 322px;
    left: 20px;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../image/mag.png);
    font-size: 0;
    text-indent: -9999px;
}

.mMod9 img {
    width: 100%;
    height: 375px;
    object-fit: cover;
    border-radius: 25px;
}

.vidbx {
    display: none;
}

.vidbx.on {
    display: block;
}

.mMod8 {
    margin-top: 30px;
}

.iframebx {
    position: relative;
    width: 571px;
    height: 375px;
    border-radius: 25px;
    border: 1px solid #ccc;
    overflow: hidden;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

iframe {
    width: 100%;
    height: 100%;
}


.mMod4 {
    position: relative;
    margin-top: 45px;
    color: #fff;
    padding-bottom: 99px;
}

.mMod4::before {
    content: '';
    position: absolute;
    top: -13px;
    left: -32px;
    background-image: url(../image/mod4.png);
    width: 60px;
    height: 60px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.mMod4 .tit {
    font-size: 32px;
    font-weight: 500;
}

.mMod4 .txt {
    margin-top: 30px;
    font-size: 20px;
}


.mMod4 .swiper-slide+.swiper-slide {
    margin-top: 50px;
}

.mMod5 {
    color: #fff;
    padding-bottom: 93px;
}

.navi {
    position: relative;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
}

.navi::before {
    position: absolute;
    content: '';
    top: -12px;
    left: -94px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../image/navi.png);
}

.gMap {
    width: 540px;
    height: 375px;
    border: 1px solid #ccc;
    border-radius: 25px;
    overflow: hidden;
    margin: 40px 0;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.map {
    position: relative;
    width: 100%;
    height: 100%;
}

.t {
    display: block;
    font-size: 32px;
    margin-bottom: 20px;
}

.ti {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
}

.tx {
    font-size: 20px;
    font-weight: 200;
}


.mMod10 {
    padding-bottom: 70px;
}

.mMod10 a {
    position: relative;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}

.mMod10 a::before {
    content: '';
    position: absolute;
    top: -12px;
    left: -94px;
    background-image: url(../image/down.png);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
}


.mMod11 {
    position: relative;
    z-index: 1;
    padding-left: 21px;
    box-sizing: border-box;
}

.mMod11 a {
    display: inline-block;
    font-size: 0px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 60px;
    height: 60px;
}

.mMod11 a+a {
    margin-left: 15px;
}

.mMod11 .facebook {
    background-image: url(../image/facebook.png);
}

.mMod11 .instagram {
    background-image: url(../image/instagram.png);
}

.mMod11 .twitter {
    background-image: url(../image/twitter.png);
}

.mMod11 .youtube {
    background-image: url(../image/youtube.png);
}

.lMod9 {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.479);
    z-index: 9999;
}

.lMod9.on {
    display: flex;
}

.btn_close {
    width: 60px;
    height: 60px;
    background-image: url(../image/close.png);
    font-size: 0;
    text-indent: -9999px;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.lMod9 .swiper-container {
    max-width: 1200px;
    width: 100%;
    height: 80vh;
    padding: 50px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 25px;
}

.lMod9 .swiper-slide {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.swiper-zoom-container {
    height: auto;
}

.lMod9 .swiper-slide::-webkit-scrollbar {
    width: 5px;
}

.lMod9 .swiper-slide::-webkit-scrollbar-thumb {
    background-color: #000;
}

.lMod9 .swiper-slide::-webkit-scrollbar-track {
    background-color: #ccc;
}

.lMod9 img {
    width: 100%;
}

.sms {
    display: none;
}

.qrpopup {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 99999;
    border-radius: 10px;
    box-shadow: 0 0 4px 2px rgba(160, 160, 160, 0.486);
}

.qrpopup.on {
    display: flex;
}

.qrbx {
    width: 50%;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
}

.qrbx::-webkit-scrollbar {
    width: 0;
}

.qrbx .mMod3 {
    margin-bottom: 0px;
    padding: 0;
}

.qrbx .mMod3 h2 {
    font-size: 25px;
    margin-bottom: 0px;
    color: #000;
}

.save {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
    border-radius: 30px;
    border: 1px solid #000;
    padding: 5px 20px;
    box-sizing: border-box;
    line-height: 160%;
}

.info2 {
    font-size: 16px;
}

#qr {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    box-sizing: border-box;
}

#qr img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.close2 {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0;
    top: -72px;
    left: 50%;
    transform: translateX(-50%);
}

.btn_QR {
    display: block;
    position: absolute;
    top: 77px;
    left: -31px;
    background-image: url(../image/star.png);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    text-indent: -9999px;
}


video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}