@charset "UTF-8";
h2{font-size: var(--big-size); color: var(--color-bk);margin-bottom: 20px; border-bottom: 1px solid var(--color-light-gray); padding-bottom: 10px; font-weight: 700;}
h3{font-size: var(--third-size); color: var(--color-g); padding: 0 15px; font-weight: 700; line-height: 1.75; margin-bottom: 5px;}
p{font-size: var(--basics-size); color: var(--color-grey); line-height: 1.75; padding: 0 2%; font-weight: 500;}

.nav_wrap{width: 100%; background: #ddd; position: relative; z-index: 9999; float: left;}
.scroll-fix{ box-shadow: 0px 23px 19px -21px rgba(0, 0, 0, 0.1);}
.menu{text-align: center; display: flex; justify-content: center;}
.menu li{font-size: var(--third-size); font-weight: 500; line-height: 60px; border-right: 1px solid var(--color-w); display: inline-flex; align-items: center; justify-content: center; color: var(--color-bk); width: 100%; height: 100%; cursor: pointer; width: 15%;}
.menu li:last-child{border-right: none;}
.menu li:hover{background: var(--color-w); color: var(--color-link);}
.menu li span{ margin-right: 5px; color:#b79fcb;}
.mobile{display: none;}
.m_tit{display: none;}

.action_wrap{width: 100%; display: inline-flex; margin-bottom: 10px; justify-content: center; flex-wrap: wrap;}
.action_td{width: 1280px; padding: 0 30px; margin: 0 auto;}
.se_td{margin: 20px 0 0; float: left; width: 100%;}
.se_td img{width: 96%; margin: 10px 2% 20px;}
.introduce{font-weight: 700; margin-bottom: 5px; color: var(--color-k);}

.rg-container{margin: 0; width: 100%; float: left;}
.tit{width: 100%; display: inline-block; margin: 20px 0 0; background: var(--color-link); border-radius: 10px 10px 0 0; background: linear-gradient(to right, #3a7bd5, var(--color-link)); text-align: center;}
.tit h4{padding: 12px 20px; color: var(--color-w); font-size: var(--second-size); font-weight: 700;}
.tit h4 span{font-size: var(--basics-size); color: #fff6e8; font-weight: 500;}

.button-wrap{width: 100%; text-align: center; float: left;}
.button{display: inline-block; padding: 0.75rem 5rem; border-radius: 10rem; color: var(--color-w); font-size: var(--first-size); transition: all 0.3s; position: relative; overflow: hidden; z-index: 1;font-weight: 700; margin: 40px 0;}
.button:after{content: ""; position: absolute; bottom: 0; left: 0; width: 100%;height: 100%; background-color: #fdaa2c; border-radius: 10rem; z-index: -2;}
.button:before{content: ""; position: absolute; bottom: 0; left: 0; width: 0%; height: 100%; background: #fac505; transition: all 0.3s; border-radius: 10rem; z-index: -1;}
.button:hover{color: var(--color-w);}
.button:hover:before {width: 100%;}

/* table */
.hotel-wrap{width: 100%; display: flex; flex-wrap: wrap; background: var(--color-w); justify-content: space-between; border: 1px solid var(--color-line); border-bottom: none;}
.hotel-wrap li{display: inline-flex; border-radius: 15px; width: 33.33%; padding: 1em 1.2em; border-bottom: 1px solid var(--color-line); border-right: 1px solid var(--color-line); border-radius: 0;}
.hotel-wrap li:nth-child(3), .hotel-wrap li:nth-child(6), .hotel-wrap li:nth-child(9){border-right: none;}
.card{flex-grow: 1; display: flex; flex-direction: column;}
.card_td img{width: 100%; margin: 0 0 5px;}
.card_td h2{font-size: var(--third-size); line-height: 1.75; color: var(--color-g); border: none; margin: 5px 0; padding: 0;}
.card_td p{padding: 0; margin-bottom: 10px;}
.feature{ margin-bottom: 10px;}
.card_td ul.feature li{list-style-type: disc; padding: 0 10px 0 0; margin: 0 0 0 1.2em; color: var(--color-grey); width: 100%; display: list-item; border: none;}
.card_td ul.feature li p{padding: 0;}
.hotel-price-wrap{padding: 0; font-size: var(--first-size); line-height: 1.375; color: var(--color-o); font-weight: 700; margin: auto 0 0; text-align: right;}
.hotel-price-wrap span{font-size: var(--smallest-size); color: var(--color-grey); font-weight: 500; margin: 0 5px;}
.hotel-wrap li ul.sp{margin-bottom: 5px;}
.hotel-wrap li ul.sp li{width: 100%; border: none; font-weight: 500; padding: 0 10px 0 0; margin-bottom: 5px; color: var(--color-grey);}
.hotel-wrap li ul.sp li:last-child{margin-bottom: 0;}
.hotel-wrap li ul.sp li p{margin-bottom: 0;}
.hotel-wrap li ul.sp li::before{ content: '•'; margin-right: 5px;}
.hotel-wrap li.thing{width: 50%;}
.hotel-wrap li.thing h2{margin-top: 0;}
.hotel-wrap li.thing:nth-child(2), .hotel-wrap li.thing:nth-child(4),.hotel-wrap li.thing:nth-child(6), .hotel-wrap li.thing:nth-child(8){border-right: none;}
.hotel-wrap li.thing:nth-child(3){border-right: 1px solid var(--color-line);}


.price{color: var(--color-o); font-weight: 700;}
.sp{color: var(--color-g); font-weight: 700;}
.att{font-size: var(--smallest-size); display: block; color: var(--color-light-gray); font-weight: normal; line-height: 2; margin-top: 20px; font-weight: 500;}
.hr{border: 0; height: 1px; margin: 20px 0; background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));}
.del{text-decoration: line-through;}
.ps{display: inline-block; font-size: var(--smallest-size); color: var(--color-light-gray); line-height: 2; padding: 0 20px 0 58px; font-weight: 500;}
.ps li{list-style-type: decimal;}
.ps li a, .att a{color: var(--color-link); cursor: pointer;}
.ps li a:hover, .att a:hover{color: #43c9cb; text-decoration: underline; transition: .5s;}
.ps2{font-size: var(--basics-size); color: var(--color-grey); padding: 0 20px; line-height: 1.75;}

/* back to top*/
#back-top{position: fixed; bottom: 200px; right: 0; z-index: 999; text-align: center; width: 50px; height: 50px; display: block; border-radius: 3px; background: rgba(85,85,85,0.5); line-height: 50px; font-size: 24px; color: var(--color-w); font-weight: normal; transition: 1s;}
#back-top a{display: block; width: 100%; height: 100%; transition: 1s; color: var(--color-w);}
#back-top:hover {background-color: rgba(85,85,85,0.3);}

@media screen and (max-width: 1360px) {
.action_td{width: 100%;}
.menu li{width: 20%;}
}

@media screen and (max-width: 1280px) {
.button, .tit h4{font-size: var(--third-size);}
}

@media screen and (max-width: 1023px) {
.ps{padding: 0 20px 0 52px;}
.ps2{padding: 0 20px;}
.rg-container{width: 100%; margin: 0;}
.action_td{padding: 0 5%;}
.hotel-wrap{border-right: none;}
.hotel-wrap li{width: 50%;}
.hotel-wrap li:nth-child(3), .hotel-wrap li:nth-child(6), .hotel-wrap li:nth-child(9){border-right: 1px solid var(--color-line);}
.hotel-wrap li.thing:nth-child(2), .hotel-wrap li.thing:nth-child(4),.hotel-wrap li.thing:nth-child(6), .hotel-wrap li.thing:nth-child(8){border-right: 1px solid var(--color-line);}
.hotel-wrap li.thing{width: 100%;}
.m-br{display: none;}

.mobile{display: block;}
.nav_wrap ul{padding: 0; opacity: 0;}
.nav{width: 65px; height: 0; font-size: 10px; letter-spacing: 2px; color: var(--color-bk);}
.menu{margin-top: 60px; width: 100%; padding: 0; pointer-events: none; flex-wrap: wrap; justify-content: left; max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.5s ease-out, opacity 0.2s ease-out;}
.menu.open{background: #1B7FC3; pointer-events: auto; max-height: 100vh; opacity: 1; transition: max-height 1.5s ease-out, opacity 1s ease-out;}
.menu li{font-size: var(--basics-size); margin: 0; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; width: 50%; color: var(--color-w);}
.menu li:after{ content: none;}
.menu li.menuLink a{ display: block; padding: 0 0; height: auto;}
.hamburger{font-size: 50px; display: inline-block; width: 38px; height: 38px; margin: 0 auto; padding: 0; cursor: pointer; transition: transform .2s ease-in-out; margin: 15px 12px 0 12px; vertical-align: middle; border: 0 none; background: transparent;}
.hamburger:focus{outline: 0;}
.hamburger:before, .hamburger:after{content: ""; box-sizing: border-box;}
.hamburger:before, .hamburger .icon, .hamburger:after{display: block; width: 40px; height: 2px; margin: 0 0 6px; transition: transform .5s ease-in-out; background: var(--color-bk);}
.hamburger.active .icon{transform: scale(0);}
.hamburger.active:before{transform: translateY(7px) rotate(135deg);}
.hamburger.active:after{transform: translateY(-9px) rotate(-135deg);}
.m_tit{display: block; position: absolute; top: 15px; left: 70px; font-size: var(--second-size); font-weight: 500;}
.m_tit a{color: var(--color-bk);}
}

@media screen and (max-width: 768px) {
.hotel-price-wrap{font-size: var(--third-size);}
h3{ padding: 0 10px;}
}

@media screen and (max-width: 640px) {
.ps{padding: 0 20px 0 46px;}
.ps2{padding: 0 20px;}
.hotel-wrap li{width: 100%; padding: 1em;}
}

@media screen and (max-width: 500px) {
h2{font-size: 1.75rem;}
h3{padding: 0 5px;}
p{font-size: var(--basics-size);}
.button{margin: 20px 0 40px;}
}

@media screen and (max-width: 376px) {
.ps{padding: 0 20px 0 42px;}
.ps2{padding: 0 20px;}
}