@charset "UTF-8";
:root{
--color-b: #0066cc;
}

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; 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; font-weight: 500;}
p a{color: var(--color-link); text-decoration: underline;}
.inside{padding: 0 2%;}

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

.tit{width: 100%; display: inline-block; margin: 40px 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_wrap{display: flex; justify-content: center; margin: 30px 0; flex-wrap: wrap;}
.tit_wrap h2{color: var(--color-bk); font-weight: 900; font-size: 2.5rem; line-height: 1.375; letter-spacing: 1px; border-bottom: none; margin: 0; padding: 0;}
.tit_wrap h2 span{color: var(--color-g);}
.tit_wrap p{width: 100%; text-align: center; margin-top: 5px; font-weight: 500;}

.nav_wrap{width: 100%; background: var(--color-b); float: left;}
.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: 12px 0; border-right: 1px solid var(--color-w);}
.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;}
#stickyHeader.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 9;}

.division-map{display: flex; justify-content: space-between; align-items: center;}
.content-intro{width: 50%; text-align: left; padding: 0 40px;}
.content-intro h2{font-size: var(--second-size); color: var(--color-g); margin-bottom: 20px;}
.content-intro p{margin-bottom: 10px; font-size: var(--fourth-size);}
.content-intro-pic{width: 50%; overflow: hidden; position: relative;}
.content-intro-pic img{width: 100%; display: block; transition: transform 0.4s ease;}
.first{flex-direction: row;}
.second{flex-direction: row-reverse;}

.link{background-color: var(--color-b); display: inline-block; border-radius: 20px; font-size: var(--fourth-size);}
.link a{display: block; width: 100%; height: 100%; cursor: pointer; padding: 2px 20px 3px; color: var(--color-w); font-weight: 700; transition: .3s; border-radius: 20px;}
.link a:hover{text-decoration: none; background-color: #fac505; transition: .3s;}

/* table */
table{width: 100%; border-collapse: collapse; border-spacing: 0; background: var(--color-w); border: 1px solid var(--color-line); line-height: 1.875;}
table.rg-table tr{text-align: left; color: var(--color-k); border-top: 1px solid var(--color-line); display: flex; flex-wrap: wrap;}
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:last-child{border-right: none;}
table.rg-table td{padding: 20px; border-right: 1px solid var(--color-line); width: 50%; display: flex; flex-wrap: wrap; align-items: stretch;}
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-k); font-weight: 500; border-bottom: none; margin-bottom: 0; padding-bottom: 0; line-height: 1.5; width: 100%;}
table.rg-table td p{color: var(--color-g); font-size: var(--basics-size);}

.pic{display: flex; width: 100%; justify-content: center; position: relative; padding: 20px 0 40px;}
.pic img{width: 24%; object-fit: cover; padding: 0 0.5%;}
.pic2{justify-content: center;}
.pic2 img{width: 30%; object-fit: cover; margin: 0 1%;}

.tabs{font-size: 0; list-style: none; padding-left: 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--color-line);}
.tabs li{width: 33%; text-align: center;}
.tabs li a{text-decoration: none; display: block; padding: 6px 20px; position: relative; color: var(--color-w);}
.tabs li a h2, .tabs li a p{position: relative; z-index: 1; color: var(--color-grey); border-bottom: none;}
.tabs li a::before,.tabs li a::after{
content: ''; position: absolute; backface-visibility: hidden; z-index: 0; bottom: 0; width: 50%; height: 100%; transition: .5s;}
.tabs li a::before{left: 0; border-radius: 10px 0 0 0; transform-origin: left bottom;}
.tabs li a::after{border-radius: 0px 10px 0 0; right: 0; transform-origin: right bottom;}
.tabs li a::before, .tabs li a::after{background: #e3e4de;}
.tabs li.active a h2, .tabs li.active a p, .tabs li a:hover h2, .tabs li a:hover p{color: var(--color-w);}
.tabs li.active a::before, .tabs li.active a::after,
.tabs li a:hover::before, .tabs li a:hover::after{background: var(--color-b); transition: .5s;}
.tabs li h2{font-size: 1.5rem; display: inline; font-weight: 700;}
.tabs li p{font-size: var(--basics-size); display: inline; font-weight: 700; padding: 0 10px;}

.entry-content{width: 100%; float: left; margin-bottom: 10px; border-radius: 0 0 5px 5px;}
/* 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: 33.33%; display: inline-flex; align-items: stretch;}
.product_list li:nth-child(2), .product_list li:nth-child(5),
.product_list li:nth-child(8){border-right: none; border-left: none;}
.product_list li.noo{display: block;}

.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-k); font-weight: 500; transition: .5s; border-bottom: none; padding-bottom: 0;}
.card_td p{line-height: 1.75; color: var(--color-k); margin-bottom: 10px;}
.card_price{font-size: var(--smallest-size); color: #555; text-align: right; margin-top: auto; font-weight: 500; width: 100%;}
.big{color: var(--color-o); font-size: var(--first-size); text-decoration: none; font-weight: 700; padding: 0 5px; line-height: 1.5;}
.card_td ul.sp{ margin-bottom: 20px;}
.card_td ul.sp li{ width: 100%; border: none; font-weight: 500; padding: 0; margin-bottom: 5px; color: var(--color-g);}
.card_td ul.sp li::before{ content: '•'; margin-right: 5px;}

.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(--basics-size); display: block; font-weight: 700; line-height: 2; margin-top: 20px;}
.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(--basics-size); color: var(--color-grey); line-height: 2; padding: 0 20px 0 65px; font-weight: 500; width: 100%;}
.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;}
.ps li span{color: var(--color-o); font-weight: 700;}
.ps2 li{list-style-type: disc;}

.button-wrap{text-align: center;}
.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: 30px 0 40px;}
.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%;}

@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%;}
.menu li a{padding: 8px 40px;}
.tabs li a{padding: 6px 20px 8px;}
.tabs li p{display: block; line-height: 1.5;}
}

@media screen and (max-width: 800px){
h3{padding: 0 10px;}
.tabs li h2, .tabs li p,
.product_list li ul li{font-size: var(--fourth-size);}
h3{padding: 0 10px;}
.pic{position: relative; width: 100%; padding-top: 56.25%; overflow: hidden;}
.pic img, .pic2 img{position: absolute; width: 90%; height: 90%; top: 5%; left: 5%; transition: opacity 1s ease; padding: 0;}
.pic img.active, .pic2 img.active{opacity: 1;}
.product_list li{width: 50%;}
.product_list li:nth-child(2), .product_list li:nth-child(8){border-right: 1px solid var(--color-line);}
.product_list li:nth-child(4), .product_list li:nth-child(6){border-left: none;}
.product_list li:nth-child(5){border-left: 1px solid var(--color-line); border-right: 1px solid var(--color-line);}
.big{font-size: var(--third-size);}
.menu li{font-size: var(--fourth-size);}
.menu li a{padding: 8px 25px;}
.division-map{flex-wrap: wrap; margin-bottom: 20px;}
.content-intro{width: 100%; padding: 0 10px;}
.content-intro-pic{width: 100%; margin-bottom: 10px;}
.content-intro h2, .card_td h2{font-size: var(--third-size);}
.content-intro h2{ margin: 5px 0;}
.content-intro p{font-size: var(--basics-size);}
.content ul{margin-left: 20px;}
}

@media screen and (max-width: 700px) {
.product_list li{width: 100%;}
.product_list li:nth-child(2), .product_list li:nth-child(4), .product_list li:nth-child(6), .product_list li:nth-child(7),  .product_list li:nth-child(8){border-left: 1px solid var(--color-line);}
.product_list li:nth-child(3),.product_list li:nth-child(5), .product_list li:nth-child(7){border-right: 1px solid var(--color-line);}
.tabs li p{font-size: var(--basics-size);}
.tabs li a{padding: 6px 10px;}
}

@media screen and (max-width: 600px){
.entry-content{border-radius: 5px;}
.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: #2a7dd0; 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 dotted #006d49; width: 100%;}
.menu li a{display: block; width: 100%; font-weight: 700; padding: 15px 20px; color: var(--color-w);}
.menu li a:hover{color: var(--color-line);}
.menu li:last-child{border-bottom: none;}
.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;}
.tabs{ justify-content: left; flex-wrap: wrap; margin-bottom: 10px; border-bottom: none; justify-content: center;}
.tabs li{width: auto; margin: 8px 5px;}
.tabs li a{padding: 6px 15px 8px 25px;}
.tabs li a::before{border-radius: 20px 0 0 20px;}
.tabs li a::after{border-radius: 0 20px 20px 0;}
.tabs li p{display: inline;}
.product_list li:nth-child(1){border-top: 1px solid var(--color-line);}
}

@media screen and (max-width: 500px){
.action-wrap{margin: 20px 0 0;}
h2{font-size: 1.75rem;}
h3{padding: 0 5px;}
p, .link{font-size: var(--basics-size);}
.tit_wrap{margin-bottom: 20px;}
.tit_wrap h2{font-size: var(--big-size);}
table.rg-table td h2, .card_td h2, .button, .tit h4{ font-size: var(--fourth-size);}
}
@media screen and (max-width: 360px) {
.button{padding: 0.75rem 3rem;}
}