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

.action-wrap{width: 100%; display: inline-flex; justify-content: center; flex-wrap: wrap; margin-top: 20px;}
.action-td{width: 1280px; padding: 0 30px; margin: 0 auto;}
.kv-pic{width: 96%; margin: 10px 2% 20px;}
.introduce{font-weight: 700; margin-bottom: 5px; color: var(--color-k);}

.nav-wrap{width: 100%; background: #5e4343; margin-bottom: 20px;}
.menu{text-align: center; display: flex; justify-content: center; align-items: center;}
.menu li{font-size: var(--third-size); font-weight: 700; display: inline; cursor: pointer; margin: 7.5px 0; border-right: 1px solid #aaa;}
.menu li:last-child{border-right: none;}
.menu li a{display: inline-block; color: var(--color-w); padding: 8px 60px; transition: 0.5s;}
.menu li a:hover{color:var(--color-line); transition: 0.5s;}
.mobile{display: none;}
.m_tit{display: none;}

.cd-auto-hide-header{transform: translateZ(0); will-change: transform; transition: transform .5s;}
.cd-secondary-nav{position: relative; z-index: 9; transform: translateZ(0); will-change: transform; transition: transform .5s;}
.cd-secondary-nav.fixed{position: fixed; top: 0; box-shadow: 1px 2px 18px 1px #cacaca;}
.cd-secondary-nav.slide-up{transform: translateY(-85px);}

.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;}

.two-button-wrap{display: flex; justify-content: center;}
.button-wrap{text-align: center; margin: 0 20px;}
.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: #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%;}
.button2:after{background: var(--color-link);}
.button2:before{background: #43c9cb;}

/* table */
.container{font-size: var(--basics-size); color: var(--color-k); width: 100%; background: var(--color-w); margin: 0 0 40px; line-height: 2; font-weight: 500;}
.container a{color: var(--color-link);}
.container a:hover{text-decoration: underline;}
.container p{padding: 0;}
table{width: 100%; border-collapse: collapse; border-spacing: 0; background: var(--color-w); border: 1px solid var(--color-line); margin-bottom: 20px;}
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: #f5f9ff;}
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);}
table.rg-table th:first-child{width: 20%; min-width: 100px;}
table.rg-table th:last-child{border-right: none;}
table.rg-table td{padding: 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.other{width: 50%;}
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 ul{list-style-type: disc; color: var(--color-k); font-size: var(--basics-size);}

.pic{display: flex; width: 100%; justify-content: space-evenly; position: relative; padding: 20px 0; border: 1px solid var(--color-line); border-bottom: none;}
.pic img{width: 23.5%; object-fit: cover;}

/* hotel */
.product_list{width: 100%; background: var(--color-w); border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; display: flex; text-align: left; flex-wrap: wrap;}
.product_list li{border-right: 1px solid var(--color-line); border-left: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); width: 50%; display: inline-flex; align-items: stretch;}
.product_list li:nth-child(1){border-right: none;}

a.menulink{transition: .5s; flex-grow: 1; display: flex; flex-direction: column;}
a.menulink:hover h2{color: #CA4931; transition: .5s;}
a.menulink:hover img{opacity: 80%; transition: .5s;}
a.menulink:hover .card_btn{ background: #CA4931; transition: .5s;}

.card{padding: 15px; flex-grow: 1; display: flex; flex-direction: column;}
.card_td img{width: 100%; margin-bottom: 10px; transition: .5s;}
.card_td h2{font-size: var(--second-size); color: var(--color-bk); font-weight: 500; transition: .5s; margin-bottom: 5px; border-bottom: none; padding-bottom: 0;}
.card_td p{line-height: 1.75; color: var(--color-g); margin-bottom: 10px; padding-left: 0;}
.card_price{font-size: var(--smallest-size); color: #555; text-align: right; margin-top: auto; font-weight: 500; padding-top: 10px;}
.big{color: var(--color-o); font-size: var(--first-size); text-decoration: none; font-weight: 700; padding: 0 5px; line-height: 1.5;}

.price{color: var(--color-o); font-weight: 700;}
span.price{font-size: var(--third-size);}
.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, .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;}
.card_td span{padding: 0;}
.ps{padding: 0 20px}
.ps li{list-style-type: disc;}
.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;}
.ps2 li{list-style-type: decimal;}
.feature{font-size: var(--fourth-size); color: var(--color-k); font-weight: 700; text-align: center; display: block; padding: 10px; background: #e4f6ff; border: 1px solid var(--color-line); border-top: none;}
.date{text-align: center; font-weight: 700;}
.product_list li.m-none, .product_list li.m-none2{display: block;}

@media screen and (max-width: 1360px) {
.action-td{width: 100%;}
}

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

@media screen and (max-width: 1023px) {
.action-td{padding: 0 5%;}
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;}
.menu li a{padding: 8px 40px;}
}

@media screen and (max-width: 800px) {
.nav-wrap{position: relative; z-index: 999;}
.mobile{display: block;}
.nav-wrap ul{padding: 0; opacity: 0;}
.nav{width: 60px; height: 0; color: var(--color-w);}
.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: var(--color-b); 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); font-weight: normal;  margin: 0; border-bottom: 1px solid #aaa; width: 50%;}
.menu li:nth-of-type(1), .menu li:nth-of-type(2){border-top: 1px solid #aaa;}
.menu li:nth-of-type(3), .menu li:nth-of-type(4){border-bottom: none;}
.menu li a{display: block; width: 100%; font-weight: 700; padding: 15px 20px;}
.menu li a:hover{color: var(--color-line);}
.menu li:after{content: none;}
.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-w);}
.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; line-height: 62px; left: 70px;}
.m_tit h2{color: var(--color-w); font-size: var(--fourth-size); font-weight: 700; border-bottom: none;}

h3{ padding: 0 10px;}
.pic{position: relative; width: 100%; padding-top: 56.25%; overflow: hidden; border-left: 1px solid var(--color-line); border-right: 1px solid var(--color-line);}
.pic img{position: absolute; width: 90%; height: 90%; top: 5%; left: 5%; transition: opacity 1s ease; padding: 0;}
.pic img.active{opacity: 1;}
.big{font-size: var(--third-size);}
}

@media screen and (max-width: 700px) {
  .two-button-wrap{flex-wrap: wrap;}
  .button2{margin: 0 20px 20px;}
}

@media screen and (max-width: 640px) {
/* .ps{padding: 0 20px 0 46px;} */
.ps2{padding: 0 20px;}
.product_list li{width: 100%;}
.product_list li:nth-child(1){border-right: 1px solid var(--color-line); border-top: 1px solid var(--color-line);}
.product_list li.m-none{display: none;}
.feature{border-bottom: none;}
}

@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, .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;}
}