@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;}
p{font-size: var(--fourth-size); color: var(--color-grey); line-height: 1.75; padding: 0 2%; font-weight: 500;}

.action_wrap{width: 100%;}
.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);}

.tit{width: 100%; display: inline-block; margin: 20px 0 0; background: var(--color-link); line-height: 1.5; 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 */
.container{font-size: var(--basics-size); color: var(--color-k); width: 90%; background: var(--color-w); margin: 0 5% 40px; float: left; line-height: 2;}
.container a{color: var(--color-link);}
.container a:hover{text-decoration: underline;}
table{width: 100%; border-collapse: collapse; border-spacing: 0; background: var(--color-w); border: 1px solid var(--color-line);}
table.rg-table tr{text-align: left; color: var(--color-k); border-top: 1px solid var(--color-line);}
table.rg-table tr:first-child{border-top: none;}
table.rg-table.zebra tr:nth-child(even){background: #f8f7ee;}
table.rg-table th{font-weight: 700; padding: 5px; text-align: center; background: #e4f6ff; color: var(--color-k); font-size: var(--basics-size); border-right: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); width: 25%;}
table.rg-table th:last-child{border-right: none;}
table.rg-table td{padding: 15px 10px; border-right: 1px solid var(--color-line);}
table.rg-table td:last-child, .table.rg-table th:last-child{border-right: none;}
table.rg-table td h2{font-size: var(--second-size); color: var(--color-bk); font-weight: 500; border-bottom: none; margin-bottom: 0; padding-bottom: 0; text-align: center;}
table.rg-table td h3{font-size: var(--fourth-size); color: var(--color-g);}
table.rg-table td p{font-size: var(--basics-size); color: var(--color-k); line-height: 1.875;}
table.rg-table td p span{color: var(--color-o); font-weight: 700;}
table.rg-table td ul li{width: 100%; border: none; font-weight: 500; padding: 0 10px 0 15px; color: var(--color-k);}
.Place{width: 20%; text-align: center;}

/* hotel */
.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; border-right: 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;}
.card{flex-grow: 1; display: flex; flex-direction: column;}
.hotel-wrap li img, .card_td img{width: 100%; margin: 0 0 5px;}
.hotel-wrap li h2, .card_td h2{font-size: var(--second-size); line-height: 1.75; color: var(--color-bk); border: none; margin: 5px 0; padding: 0; font-weight: 500;}
.hotel-wrap li p, .card_td p{padding: 0; margin-bottom: 10px;}
.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{margin-bottom: 5px;}
.hotel-wrap li ul li{width: 100%; border: none; font-weight: 500; padding: 0 10px 0 0; margin-bottom: 5px; color: var(--color-k);}
.hotel-wrap li ul li:last-child{margin-bottom: 0;}
.hotel-wrap li ul li p{margin-bottom: 0;}
.hotel-wrap li ul li::before, table.rg-table td ul li::before{ content: '•'; margin-right: 5px;}
.hotel-wrap li.thing, .thing{width: 33.33%;}
.hotel-wrap li.thing h2, .thing h2{margin-top: 0;}
.hotel-wrap li.directions{width: 100%;}

.price{color: var(--color-o); font-weight: 700;}
span.price{font-size: var(--third-size);}
.sp, .hotel-wrap li ul.sp li{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, .card_td span{display: inline-block; font-size: var(--smallest-size); color: var(--color-light-gray); line-height: 2; padding: 0 20px 0 58px; font-weight: 500;}
.hotel-wrap li p, .card_td span{padding: 0;}
.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{padding: 0 20px;}

/* 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%;}
}

@media screen and (max-width: 1280px) {
table.rg-table td h2, .hotel-wrap li h2, .card_td h2, .button, .tit h4, .tabs li h2{font-size: var(--third-size);}
}

@media screen and (max-width: 1023px) {
.action_td{padding: 0 5%;}
.hotel-wrap{border-right: none;}
.hotel-wrap li{width: 50%;}
.hotel-wrap li.thing, .thing{width: 100%;}
.container{width: 100%; margin: 0 0 40px;}
table.oneline thead{display: none;}
table.oneline tbody{width: 100%;}
table.oneline th, table.oneline td{border: none;}
table.oneline tr,
table.oneline th,
table.oneline td{display: block; padding: 0;}
table.oneline td{border-bottom: none; border-top: none; padding: 0 1em;}
table.oneline td:first-child{padding-top: 0.5em;}
table.oneline td:last-child{padding-bottom: 0.5em;}
table.oneline tr:last-child{margin: 0; padding: 0; border-bottom: none;}
table.oneline.zebra tr:nth-child(odd){background-color: transparent;}
table.oneline .area, table.oneline .store{width: auto; text-align: left;}
}

@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, .hotel-wrap2 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;}
table.rg-table td h2, .hotel-wrap li h2, .card_td h2, .button, .tit h4{ font-size: var(--fourth-size);}
}

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