html,body{
    width:100%;
    height:100%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.menu-nav { display: none; background-color: #3E1E5C; box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.3) inset; text-align: center; padding: 100px 10px 10px; margin-bottom: -100px; width: 100%; position: fixed; top: 0; left: 0; z-index: 9998; }
.menu-nav ul { border-bottom: 2px dotted #FFFFFF; width: 50%; margin: 0 auto; }
.menu-nav ul li { color: #FFFFFF; border-bottom: 1px dotted #FFFFFF; width: 100px; padding: 8px 0 7px; margin: 0 auto; }
.menu-nav ul li:last-child { border-bottom: none; }
.menu-nav .menu-text { color: #FFFFFF; margin: 10px auto; }

#goodlugg-wrapper { width: 100%; margin: 0 auto; min-height: 100%; }

header { width: 100%; background-color: #ffffff; height: 61px; position: fixed; z-index: 9999;}
header .container { max-width: 910px; }
header .logo { height: 61px; float: left; line-height: 61px;}
header .logo img{ width: 100px;}
header .menu-wrapper { height: 61px; display: table; float: right;}
header .menu-wrapper .menu { list-style: none; vertical-align: middle; display: table-cell; }
header .mobile-menu-icon { display: none; }
header #mobileLanguageHeader { height: 39px; border-bottom: 1px solid #eee; display: none; align-items: center; }

section.price-info-area { background-color: #eeeeee; width: 100%; }

section.price-info-area .price-info .price-title { margin: 20px 0 55px;  }
section.price-info-area .price-info .price-title h2 { text-align: left; margin-top: 0; margin-bottom: 0;}
section.price-info-area .price-info .price-title p { text-align: left; margin-bottom: 0; font-size: 17px; }
section.price-info-area .price-info .price-title .title-table { margin: 0 auto; }
section.price-info-area .price-info .price-title .money-icon { margin-right: 10px; }

section.price-info-area .price-info-table { width: 80%; text-align: center; margin: 30px auto; }
section.price-info-area .price-info-table tbody th, section.price-info-area .price-info-table tbody td { padding: 10px; border: 2px solid #512772; }
section.price-info-area .price-info-table thead td { text-align: center; width: 40%; border: none; padding-bottom: 5px; }
section.price-info-area .price-info-table thead th { width: 20%; }
section.price-info-area .price-info-table thead td .img-2 { height: 100%; }
section.price-info-area .price-info-table thead td img { height: 100%; }
section.price-info-area .price-info-table thead td span { color: white; font-size: 16px; word-break: keep-all; white-space: nowrap; }
section.price-info-area .price-info-table tbody th { width: 23%; background-color: #512772; color: #FFFFFF; text-align: center; min-width: 68px; }
section.price-info-area .price-info-table tbody td { width: 40%; background-color: #FFFFFF; color: #333; text-align: center; font-weight: 700; font-size: 15px;}
section.price-info-area .price-info-title-icon-wrapper { width: 50px; height: 50px; display: inline-block; text-align: right; margin-right: -5px; }
section.price-info-area .price-info-title-text-wrapper { background-color:#512772; display:inline-block; text-align: center; padding: 5px 10px; vertical-align: middle; margin-top: 5px; }

section.booking{ margin-top : 30px; margin-bottom: 60px;}
section.booking .booking-wrapper {}
section.booking .booking-wrapper .booking-title2 { margin: 20px 0 35px;  }
section.booking .booking-wrapper .booking-title2 h2 { text-align: left; margin-top: 0; margin-bottom: 0;}
section.booking .booking-wrapper .booking-title2 p { text-align: left; margin-bottom: 0; font-size: 17px; }
section.booking .booking-wrapper .booking-title2 .title-table { margin: 0 auto; }
section.booking .booking-wrapper .booking-title2 .city-icon { margin-right: 10px; }
section.booking .booking-wrapper .booking-content .img-wrapper { width: 100%; text-align: center; }
section.booking .booking-wrapper .booking-content .city-wrapper { width: 33.33%; margin-bottom: 10px; float:left; padding-right: 5px; padding-left: 5px;}
section.booking .booking-wrapper .booking-content .city-wrapper img{ width: 100%; }
section.booking .booking-wrapper .booking-content .city-wrapper .city-img-text{ position: absolute; top: 50%; left: 0; width: 100%; text-align: center; transform: translateY(-50%); padding: 0 10px; }
section.booking .booking-wrapper .booking-content .city-wrapper .city-img-text .city-name{ font-size: 3vw; color: #fff; font-weight: 900; margin-bottom: 3.5vh; line-height: 1.2;}
section.booking .booking-wrapper .booking-content .city-wrapper .city-img-text .city-name2{ font-size: 2.5vw; }
section.booking .booking-wrapper .booking-content .city-wrapper .city-img-text .btn-city-img{  border: 2px solid #FFFFFF;  background-color: transparent;  color: #FFFFFF;  width: 70%;  border-radius: 0;  padding: 5px;  font-size: 2vh;  }
section.booking .booking-wrapper .booking-content .city-wrapper .city-img-text .btn-city-img:hover{  color: #fff;  text-decoration: none;  background: rgba(255,255,255,.1);  }

section.booking .booking-wrapper .booking-content .booking-city { padding: 0 100px; margin-bottom: 120px; }

section.login-area { width:100%; background-color: #eeeeee; padding-bottom:30px;}
section.login-area .login-title { margin: 50px 0 15px; text-align: center; }
section.login-area .login-content .img-wrapper img { width: 100%; }
section.login-area .login-content .img-wrapper { width: 45px;  display: inline-block;  margin-top: 5px;  margin-left: 3px;}

.city-icon { width: 50px; }
.money-icon {width : 30px;}
/*.m-city { display: none; }
.pc-city { display: block; }*/

span.menu-sep{  font-size: 14px;  padding: 0px 8px;  }

.price-text{  padding-bottom: 10px;  font-size: 13px;  color: #555;}

/* �좎럩伊싮뇡占� �곸궠占썼キ占� �좎럡�댐옙占� */
section.booking .booking-wrapper .booking-content .s-city-wrapper { width: 50%; float:left; max-width:400px;padding-right: 10px;  padding-left: 10px;  }
section.booking .booking-wrapper .booking-content .s-city-wrapper img{ width: 100%; margin-bottom: 5px; }
section.booking .booking-wrapper .booking-content .s-booking-city { padding: 0 180px; margin-bottom: 120px; }

@media screen and (min-width: 1080px){
    section.booking .booking-wrapper .booking-content .city-wrapper .city-img-text .city-name{ font-size: 36px;}
    section.booking .booking-wrapper .booking-content .city-wrapper .city-img-text .city-name2{ font-size: 32px;}
    section.booking .booking-wrapper .booking-content .city-wrapper .city-img-text .btn-city-img{ font-size : 21px; }
}

@media screen and (max-width: 1199px){

    section.icon-area .icon-wrapper { padding: 0; text-align: center; width: 100%; margin: 0 auto; }
    section.icon-area .icon-wrapper .icon-set li img { width: 90%; }

}

@media screen and (max-width: 991px){
    section.price-info-area .price-info-table { width: 100%; }
    section.booking .booking-wrapper .booking-content .booking-city { padding: 0 50px; }
    /* �좎럩伊싮뇡占� �곸궠占썼キ占� �좎럡�댐옙占� */
    section.booking .booking-wrapper .booking-content .s-booking-city { padding: 0 50px; }
}

@media screen and (max-width: 767px){
    .container{padding:0 20px}
    section.price-info-area .price-info-wrapper { margin: 60px; }
}

@media screen and (max-width: 620px) {

    header { height: 100px }
    header .logo { float: none; display: block; text-align: center;}
    header .menu-wrapper { float: none; position: absolute; top: 39px; right: 0; padding-right: 10px; }
    header .menu-wrapper .menu { display: none; }
    header .menu-wrapper .mobile-menu-icon { display: block; padding: 20px 0; }
    header .menu-wrapper .mobile-menu-icon img { width: 30px;}
    header #mobileLanguageHeader { display: flex; }

    section.how-to-area .how-to-wrapper { width: 100%; }
    section.price-info-area .price-info { width: 100%; padding : 0;}

    section.price-info-area .price-info-table tbody th, section.price-info-area .price-info-table tbody td { padding: 2px; }
    section.price-info-area .price-info-table thead td span { font-size: 12px; }

    section.price-info-area .price-info-wrapper { margin: 0; }

    section.how-to-area .how-to-content .how-to li img { width: 90%; }

    section.booking .booking-wrapper .booking-content .img-wrapper img { width: 90%; }

    section.price-info-area hr.dot {width: 100%;}
    section.how-to-area .how-to-content .how-to { height: 150px; }

    section.booking .booking-wrapper .booking-content .booking-city { padding: 0 10px; }

    section.price-info-area hr.dot { margin: 0; }

    section.booking .booking-wrapper .booking-title2 .title-table h2{ font-size:20px; }
    section.price-info-area .price-info .price-title .title-table h2{ font-size:20px; }

    section.booking .booking-wrapper .booking-content .city-wrapper { width: 50%; }
    section.booking .booking-wrapper .booking-content .city-wrapper .city-img-text .city-name{ font-size: 2.5vh; margin-bottom: 5vh;}
    section.booking .booking-wrapper .booking-content .city-wrapper .city-img-text .city-name2{ font-size: 2.5vh; }
    section.booking .booking-wrapper .booking-content .city-wrapper .city-img-text .btn-city-img{  font-size : 1.8vh; border: 1px solid #FFFFFF; }

    section.price-info-area .price-info-table tbody th, section.price-info-area .price-info-table tbody td { font-size: 12px; white-space: nowrap; padding: 5px 0 5px 0; }
    section.price-info-area .price-info-title-icon-wrapper { width: 30px; height: 30px; margin-right: -4px; }
    section.price-info-area .price-info-title-text-wrapper { padding: 3px; }

    /*   .m-city { display: block; }
       .pc-city { display: none; }*/

    /* �좎럩伊싮뇡占� �곸궠占썼キ占� �좎럡�댐옙占� */
    section.booking .booking-wrapper .booking-content .s-booking-city { padding: 0 10px; }
}

@media screen and (max-width: 363px) {
    section.price-info-area .price-info-table th, section.price-info-area .price-info-table td { padding: 1px; }
    section.price-info-area .price-info-wrapper { margin: 0px auto; }
}
