@charset "UTF-8";
/*
 * CSS for PC
 * @date     2018
 * @author   sarahchan
 */
/* ------------------------------------------

------------------------------------------ */
.sp {
  display: none !important;
}

#keyVisual {
  width: 100%;
  margin-bottom: 0; height: 500px; overflow: hidden;
}

#keyVisual h1 {  text-indent: 0px; position: absolute; z-index: 10; padding-top: 205px ; width: 100%; height: 186px; left:0; text-align: center;}
#keyVisual h1 span { display: block; margin: 0 auto; height: 178px; overflow: hidden; animation: topShow3 1.4s ease; animation-delay: 1.2s; animation-fill-mode: forwards;}
#keyVisual .jdsSlides1 {
  position: relative;
  height: 500px;
}

#keyVisual .jdsSlides1 li {
  font-size: 0;
  height: 500px;
  width: 100%;
}

#keyVisual .jdsSlides1 .bg01 {
  background: url(../images/kv_bg01.jpg) no-repeat center center;
}

#keyVisual .jdsSlides1 .bg02 {
  background: url(../images/kv_bg02.jpg) no-repeat center center;
}

#keyVisual .jdsSlides1 .bg03 {
  background: url(../images/kv_bg03.jpg) no-repeat center center;
}
.cloud1 { position: absolute; left: -590px; bottom: -87px; animation: topCloud1 0.7s ease; animation-fill-mode: forwards; z-index: 80;}
.cloud2 { position: absolute; right: -620px; bottom: -134px; animation: topCloud2 0.7s ease; animation-fill-mode: forwards; z-index: 80;animation-delay: 0.2s;}
@keyframes topCloud1 {
  0% { transform: translateX(0);}
  100% { transform: translateX(526px);}
}
@keyframes topCloud2 {
  0% { transform: translateX(0);}
  100% { transform: translateX(-518px);}
}
@keyframes topShow1 {
  0% { opacity: 0;}
  100% { opacity: 1;}
}
@keyframes animX{
  0% {right:calc(50% - 230px); opacity: 1;}
  95%{right:calc(50% + 152px); opacity: 0.9;}
  100% {right:calc(50% + 152px); opacity: 0;}
}
@keyframes animX2{
  0% {right:calc(50% - 230px); opacity: 1;}
  100%{right:calc(50% - 40px); opacity: 1; transform: translateY(-90px);}
}
.topPlane2 {
  position: absolute;
  z-index: 20;
  top: 155px;
  right: calc(50% - 230px);
  transform: rotate(20deg);
  animation: animX2 1.6s cubic-bezier(0.36,0,0.64,1);
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 4.8s;
}
@keyframes animY{
  0% {top: 160px;}
  50% {top: 70px;}
  100% {top: 160px;}
}
@keyframes topShow2 {
  0% { width:0px; right: 0;}
  100% { width: 341px; right: 0;}
}
@keyframes topShow3 {
  0% { width: 0;}
  100% { width: 734px;}
}
@keyframes topMove1 {
  0% { transform: rotate(0)}
  50% { transform: rotate(10deg)}
  100% { transform: rotate(0)}
}
@keyframes topMove2 {
  0% { transform: translate(0px);}
  50% { transform: translate(15px,-2px);}
  100% { transform: translate(0px);}
}
@keyframes topMove3 {
  0% { transform: rotate(0) translateY(0px);}
  50% { transform: rotate(-2deg) translateY(-14px);}
  100% { transform: rotate(0) translateY(0px);}
}
@keyframes pgShow1 {
	0% { transform: scale(0.2) rotate(-15deg);}
	100% { transform: scale(1) rotate(0deg);}
}
@keyframes pgShow2 {
	0% { transform: scale(0.95);}
	50% { transform: scale(1);}
	100% { transform: scale(0.95);}
}
@keyframes hover1 {
  0% { transform: translateX(0);}
  50% { transform: translateX(6px);}
  100% { transform: translateX(0);}
}
#contentsArea { font-family: 'Roboto', sans-serif; line-height: 1.6; position: relative;}
.ft18 { font-size: 18px;}
.ft14 { font-size: 14px;}
.tp01 { position: absolute; left:5%; bottom: 11px; z-index: 85; opacity: 0; animation: topShow1 0.8s ease-in-out; animation-fill-mode: forwards; animation-delay: 1.5s;}
.tp02 { position: absolute; left:15%; bottom: 30px; z-index: 85;opacity: 0; animation: topShow1 0.7s ease-in-out; animation-fill-mode: forwards; animation-delay: 1s;}
.tp03 { position: absolute; right:15%; bottom: 22px; z-index: 85;opacity: 0; animation: topShow1 0.6s ease-in-out; animation-fill-mode: forwards; animation-delay: 0.8s;}
.tp04 { position: absolute; right:5%; bottom: 11px; z-index: 85;opacity: 0; animation: topShow1 0.8s ease-in-out; animation-fill-mode: forwards; animation-delay: 1.2s;}
.topCr { position: absolute; z-index: 8; top: 98px; left: calc(50% - 170px);animation: topShow1 0.8s ease-in-out; animation-fill-mode: forwards; animation-delay: 1.5s; opacity: 0;}
.topCr span { display: block; overflow: hidden; width: 341px; height: 338px; position: relative; text-align: right;}
.topCr span small { width: 0px; height:338px ; background: url(../images/topSemi.png) right top no-repeat; right: 0; top: 0; display: block; animation: topShow2 3.5s cubic-bezier(0.36,0,0.64,1); animation-fill-mode:forwards; animation-delay: 1.1s; text-align: right; overflow: hidden; position: absolute;}
.topPlane { position: absolute; z-index: 20; top: 155px; right:calc(50% - 230px); transform:rotate(20deg); animation: animX 3.2s cubic-bezier(0.36,0,0.64,1) , animY 3.2s cubic-bezier(0.36,0,0.64,1);animation-fill-mode: forwards; opacity: 0; animation-delay: 1.2s;}
.topic01 { position: absolute; top: 100px; left: 15%; z-index: 30; opacity: 0; animation: topShow1 0.6s ease; animation-delay: 4s; animation-fill-mode: forwards;}
.topic01 img { animation: topMove1 1s ease infinite; transform: rotate(-5deg);  }
.topic02 { position: absolute; top: 50px; left: 20%; z-index: 30; opacity: 0; animation: topShow1 0.5s ease; animation-delay: 5s; animation-fill-mode: forwards;}

.topic03 { position: absolute; top:140px; right:20%; z-index: 30; opacity: 0; animation: topShow1 0.6s ease; animation-delay: 3.7s; animation-fill-mode: forwards;}
.topic03 img { animation: pgShow2 0.6s ease infinite; }

.topic04 { position: absolute; top: 60px; right:15%; z-index: 30; opacity: 0; animation: topShow1 0.6s ease; animation-delay: 4.8s; animation-fill-mode: forwards;}
.topic04 img { animation: topMove2 1.7s ease infinite;  }

#widewrapper {
  width: 100%;
  position: relative;clear: both;
}

#cboxOverlay {
  opacity: 0.6 !important;
}

.hotels a.btn {
  display: block;
  background: #179C55;
  color: #fff !important;
  font-size: 20px;
  padding: 22px;
  border-radius: 100px;
  position: relative;
  letter-spacing: 2px;
  margin: 20px auto;
  width: 300px;
  text-align: center;
}

a.btn:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

a.btn:after {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  top: 40%;
  right: 30px;
}

a.btn.blue {
  background: #00A0F0;
}

/*修改滚动条样式*/
div::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  /**/
}

div::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 2px;
}

div::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}

div::-webkit-scrollbar-thumb:hover {
  background: #333;
}

div::-webkit-scrollbar-corner {
  background: #179a16;
}

.greybox {
  background: #44B9FF;
  padding: 100px 0;
}

.greybox .w1440 {
  background: #fff;
  margin-bottom: 100px;
}

#part4 .kiji { background: #fff; margin: auto; box-sizing: border-box; padding: 110px 0 80px 0; position: relative;
}
.p3h3 { position: absolute; top: -42px; left: calc(50% - 158px)}

#part4 .kiji .swiper-wrapper .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #CED5DB;
  box-sizing: border-box;
}

#part4 .kiji .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  min-height: 110px;
}

#part4 .kiji .swiper-wrapper .swiper-slide p {
  font-size: 12px;
  padding: 16px;
  line-height: 150%;
}

#part4 .kiji .swiper-wrapper .swiper-slide p span {
  display: block;
  padding-bottom: 15px;
  min-height: 37px;
}
#P3 { position: relative;}
.plane2 { position: absolute; top: 108px; right: calc(50% - 820px);}
.p3box { width: 1300px; margin: auto auto 80px auto; box-sizing: border-box; border: 3px solid #000; border-radius: 15px; padding: 55px 10px 45px 10px; position: relative;}
.p3box:last-of-type { margin-bottom: 50px;}
.p3h4 { position: absolute; top:-34px; left: calc(50% - 185px);}
.p3boxUl1 li { padding: 15px; border-bottom: 1px solid #B4B4B4;}
.p3boxUl1 li:last-of-type { border: none; padding-bottom: 0;}
.safeHotels { display: flex; justify-content:space-between; flex-wrap: wrap; margin-top: 20px; justify-content: center;}
.safeHotels dl { width: 300px; background: #F1F4F4; border-radius: 8px; text-align: center; font-size: 14px; box-sizing: border-box; padding: 20px 16px 24px 16px; margin-bottom: 36px; margin: 5px}
.safeHotels dl b { display: block; font-size: 16px; margin: 2px 0 4px 0;}
.p3box2 { padding-bottom: 30px;}
.boxBtn { text-align: center;}
.boxBtn img:hover { animation: hover1 0.5s ease infinite;}
#part4 .kiji .swiper-wrapper .swiper-slide p a {
  display: block;
  text-align: center;
  background: #F68D6F;
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
  border-radius: 5px;
}

#part4 .kiji .swiper-wrapper .swiper-slide p a:hover {
  text-decoration: none;
}

#Searchbox .searchWide {
  width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

#Searchbox #search-box {
  border: none;
}

#Searchbox #search-box p.searchSubmit a:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}

#part6 ul.bnr {
  padding: 0 0 20px 0;
  display: flex; width: 1200px; margin: auto;
}

#part6 ul.bnr li {
  margin: 0 1%;
}

#part6 ul.bnr li a {
  display: block;
}

#part6 ul.bnr li a img {
  width: 100%;
}

.sidenavi {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 103px;
  z-index: 99;
}

.sidenavi li {
  border: 1px solid #179C55;
  text-align: center;
  background: #fff;
  border-bottom: none;
  font-weight: bold;
  font-size: 15px;
}

.sidenavi li:first-child {
  border-radius: 5px 5px 0 0;
}

.sidenavi li:nth-child(7) {
  border-radius: 0 0 5px 5px;
  border-bottom: 1px solid #179C55;
}

.sidenavi li a {
  display: block;
  text-align: center;
  color: #179C55 !important;
  padding: 10px 0;
}

.sidenavi li a:hover {
  text-decoration: none !important;
}

.sidenavi li a span {
  display: block;
  padding: 5px 0;
}

.sidenavi li:last-child {
  border: none;
  background: none;
  margin-top: 10px;
}

.sidenavi li:last-child a {
  padding: 0;
}

.sidenavi li:last-child img {
  display: block;
}

.htlwrap {
  position: relative;
}

.htlwrap .htlbox.right .htlpic {
  float: left;
}

.htlwrap .htlbox.right .htldtl {
  right: 0;
}

.htlwrap .htlbox {
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
	padding-bottom: 30px;
}

.htlwrap .htlbox .htlpic {
  width: 800px;
  float: right;
}

.htlwrap .htlbox .htldtl {
  position: absolute;
  width: 635px;
  background: #faf6dd;
  z-index: 10;
  top: 35px;
  padding: 30px;
}

.htlwrap .htlbox .htldtl .dtl {
  text-align: center;
}

.htlwrap .htlbox .htldtl .dtl .icon {
  background: #fff;
  font-size: 14px;
  color: #555555;
  border: 1px solid #555555;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
}

.htlwrap .htlbox .htldtl .dtl .htlarea {
  font-size: 12px;
  padding: 15px 0;
}

.htlwrap .htlbox .htldtl .dtl .htlname {
  font-size: 24px;
  font-weight: bold;
}

.htlwrap .htlbox .htldtl .disinfection {
  display: block;
  border-top: 1px solid #CED5DB;
  margin-top: 5px;
  padding-top: 10px;
}

.htlwrap .htlbox .htldtl .disinfection dl.iconbox {
  text-align: center;
}

.htlwrap .htlbox .htldtl .disinfection dl.iconbox dt {
  background: #179C55;
  color: #fff;
  padding: 6px 30px 6px 20px;
  position: relative;
  display: inline-block;
  border-radius: 5px;
}

.htlwrap .htlbox .htldtl .disinfection dl.iconbox dt:after {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  top: 30%;
  right: 10px;
}

.htlwrap .htlbox .htldtl .disinfection dl.iconbox dd {
  padding: 15px 0;
}

.htlwrap .htlbox .htldtl .disinfection dl.iconbox dd ul {
  display: flex;
  justify-content: center;
}

.htlwrap .htlbox .htldtl .disinfection dl.iconbox dd ul li {
  text-align: center;
  padding: 10px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 5px;
}

.htlwrap .htlbox .htldtl .txt {
  font-size: 14px;
  line-height: 150%;
}

.htlwrap .htlbox .htldtl a.more {
  display: block;
  text-align: right;
  font-size: 14px;
  text-decoration: underline !important;
  margin: 30px 0;
}

.htlwrap .htlbox .htldtl .btn2 {
  display: flex;
  justify-content: space-between;
}

.htlwrap .htlbox .htldtl .btn2 li {
  width: 48%;
}

.htlwrap .htlbox .htldtl .btn2 li:first-child a {
  background: #179C55;
}

.htlwrap .htlbox .htldtl .btn2 li:last-child a {
  background: #EBBE01;
}

.htlwrap .htlbox .htldtl .btn2 li a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  padding: 14px 20px 14px 10px;
  border-radius: 5px;
  position: relative;
}

.htlwrap .htlbox .htldtl .btn2 li a:hover {
  text-decoration: none !important;
}

.htlwrap .htlbox .htldtl .btn2 li a:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  top: 36%;
  right: 15px;
}

#hotel #cboxLoadedContent {
  background: #fff;
  border: none;
  width: 100% !important;
}

#hotel #cboxContent {
  background: none;
}

#hotel #cboxClose {
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../images/close.png);
  right: 0;
}

#hotel #colorbox {
  position: fixed !important;
  top: 8% !important;
}

#hotel .dif dl {
  padding: 40px;
}

#hotel .dif dl dt {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#hotel .dif dl dd {
  padding-top: 40px;
}

#hotel .dif dl dd ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#hotel .dif dl dd ul li {
  width: 40%;
  margin-right: 2%;
  margin-bottom: 20px;
  border: 1px solid #CED5DB;
  padding: 10px 2% 10px 5%;
  display: flex;
  line-height: 150%;
}

#hotel .dif dl dd ul li h3 {
  width: 40%;
  font-size: 20px;
}

#hotel .dif dl dd ul li p {
  width: 70%;
  font-size: 18px;
}

#hotel .dif dl dd ul li:nth-child(2n) {
  margin-right: 0;
}

#hotel .dif dl dd ul .staff {
  background: url(../images/icon01.png) no-repeat 15px 15px;
}

#hotel .dif dl dd ul .disinfect {
  background: url(../images/icon02.png) no-repeat 15px 15px;
}

#hotel .dif dl dd ul .freshair {
  background: url(../images/icon03.png) no-repeat 15px 15px;
}

#hotel .dif dl dd ul .checkin {
  background: url(../images/icon04.png) no-repeat 15px 15px;
}

#hotel .dif dl dd ul .room {
  background: url(../images/icon05.png) no-repeat 15px 15px;
}

#hotel .dif dl dd ul .food {
  background: url(../images/icon06.png) no-repeat 15px 15px;
}

#hotel .dif dl dd ul .bathroom {
  background: url(../images/icon07.png) no-repeat 15px 15px;
}

#hotel .dif dl dd ul .request {
  background: url(../images/icon08.png) no-repeat 15px 15px;
}

#hotel .dif dl dd ul .emergency {
  background: url(../images/icon09.png) no-repeat 15px 15px;
}

a.sunshine:before {
  display: block;
  content: "";
  display: block;
  width: 85px;
  height: 38px;
  background: url(../images/sunshine.png) no-repeat;
  position: absolute;
  top: -50px;
  right: 35%;
}


#topNav{width: 100%; background: #fff;z-index: 99; height: 163px;opacity:0.9}
#topNav ul {width: 100%;max-width: 1100px; margin: 0 auto;display: flex; padding: 20px 0; justify-content: center;}
#topNav ul li { width: 23%; margin: 0 1%;}
#topNav ul li:hover { animation: hover1 0.5s ease infinite;}
#topNav ul li img { width: 100%;}

.topbtn{width: 1440px; margin: 0 auto;padding: 10px 0; display: flex;justify-content: space-between;}
.topbtn li{width:24%; padding:10px; line-height: 1.5;}
.topbtn li a{display: block; color: #179C55 !important;border: 4px solid #179C55;text-align: center; padding: 10px 0; border-radius: 5px;font-size: 20px;font-weight: bold; background-color: #faf6dd;}
.topbtn li a:hover{text-decoration: none !important;background: #179c55; color: #fff !important;}

.btn a.btn {
  display: block;
  color: #fff !important;
  font-size: 20px;
  padding: 22px;
  border-radius: 100px;
  position: relative;
  letter-spacing: 2px;
  margin: 20px auto;
  width: 400px;
  text-align: center;
}

.jdsTab a.hotelbtn {
  display: block;
  background: #179C55;
  color: #fff !important;
  font-size: 20px;
  padding: 22px;
  border-radius: 100px;
  position: relative;
  letter-spacing: 2px;
  margin: 20px auto;
  width: 400px;
  text-align: center;
}

.pageTerms { position: relative; margin-bottom: 20px; margin-top: 30px; box-sizing: border-box;}
.terms0 { width: 790px; margin: auto; font-size:18px;}
.terms0 span { display: block; text-align: center; margin: 16px auto;}
.tm01 { position: absolute; left:calc(50% - 920px) ; top: 25px;}
.tm02 { position: absolute; left:calc(50% - 720px) ; top: 5px;}
.tm03 { position: absolute; right:calc(50% - 920px) ; top: 25px;}
.tm04 { position: absolute; right:calc(50% - 720px) ; top: 5px;}
.tm05 { position: absolute; left:calc(50% - 510px) ; top: 20px;}
.tm05 img { animation: topMove2 2.2s ease infinite;}
.tm06 { position: absolute; right:calc(50% - 500px) ; top: 20px;}

.pgH2 { text-align: center; margin: auto auto 30px auto;}
.pgH2 img { margin: auto;}

#P1 { background: #F5F5F5; padding: 80px 0 ; margin-top: 60px;}
.p1tb { width: 1600px; margin: auto; box-sizing: border-box; background: #fff; padding: 80px 0; text-align: center; margin-top: 50px; position: relative;}
.p1tbCon table { display: inline-block; width: auto; padding-right: 9px;}
.p1tbCon table thead { display: table-header-group !important;}
.p1tbCon table thead th{ width: 136px; border-left: 1px solid #fff;}
.p1tbCon table thead th tr { border-bottom:0;}
.p1tbCon table thead th.r01{ display: inline-block; width: 135px;}


.tb1 { width: 100%; line-height: 1.5; margin-bottom: 24px; font-size: 13px;}
.tb1 tr { border-bottom: 1px solid #fff;}
.tb1 tr:first-of-type { background: #FBF3AD; font-weight: bold; font-size: 16px;}
.tb1 tr td { text-align: center; height: 80px; vertical-align: middle; width: 128px; background: #FFF9C6; border-right: 1px solid #fff; padding: 5px;}
.tb1 tr td:first-of-type { background: #FBF3AD; font-weight: bold; font-size: 15px; }
.tb1 tr.bu td{ background: #E9F5F3 !important;}
.tb1 tr.bu td:first-of-type { background: #D0EFEA !important;}
.tb1 tr:first-of-type td { height: 50px;}
.p1Ul { font-size: 18px; margin:60px auto 0 auto;}
.p1Ul li { margin-bottom: 20px; text-align: left; display: flex; justify-content: center; align-items: center;}
.p1ic { width: 160px; display: block; margin: 0 12px;}
.p1txt { width: 640px; display: block; margin: 0 12px;}
.p1txt b { display: block; font-size: 20px; margin-bottom: 8px; }
.fl_l { float: left;}
.fl_r { float: right;}
.p1ft14 { width: 960px; margin:0 auto; text-align: left}

.p1bk2 { max-width: 1200px; width: 100%; margin: 40px auto 0 auto; background: #fff url(../images/p1ic05.png) left 48px top 20px no-repeat; box-sizing: border-box; padding: 50px 0 60px 0; position: relative;}
.p1bk2:before { width: 166px; height: 193px; display: block; content: ""; background: url(../images/p1ic06.png) 0 0 no-repeat; position: absolute; top:0; right: 30px;}
.pgH2_p1_2 { border-bottom: 4px solid #000; padding-bottom: 32px; margin-bottom: 60px; margin-left: 200px; margin-right: 200px;}
.p1Ul2 {  width: 100%; max-width:800px; overflow: hidden; margin: 0 auto; font-size: 14px; }
.p1Ul2 li { display: block; width:100% ; float: left; margin: 0;overflow: hidden;}
.p1Ul2 li dl { display: block; width:100%; overflow: hidden; text-align: left;}
.p1Ul2 li dl dt { width:310px; height: 200px; float: left; overflow: hidden;}
.p1Ul2 li dl dt img { width:100%; float: left;}
.p1Ul2 li dl dd { width:448px; margin-left: 40px; float: left; overflow: hidden;}
.p1Ul2 li dl dd b { display: block; margin-bottom: 16px; font-size: 16px; }

.p1p2ic01 { position: absolute; left: -80px; top: 35px;}
.p1p2ic02 { position: absolute; right: 10px; bottom: 0px; z-index: 99;}
.p1p2ic02 img { animation: topMove1 1.8s ease infinite;}

#P3 { background: #FEFFD0; padding: 50px 0 60px 0;}
.p3h2 { width: 1600px; border-bottom: 1px dashed #666; padding-bottom: 30px; margin-bottom: 40px;}

#SearchBlock { background: #F5F5F5; padding: 80px 0;}
.wd1600 { box-sizing: border-box; background: #fff; margin: auto auto 80px auto; padding: 50px 60px 50px 60px;}
.htUl { width: 100%; max-width: 1100px; margin: 20px auto; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.htUl li { transition: all 0.3s ease; position: relative; margin:0 20px 40px 20px; width: 227px;}
.htUl li img { width: 100%;}
.htUl li:before { display: block; content: ""; width: 58px; height: 58px; background: url(../images/check_icon.png) 0 0 no-repeat; bottom: -8px; right:-8px; position: absolute;}
.htUl li:hover { transform: rotate(-10deg); transition: all 0.3s ease; cursor: pointer;}
.htUl li:hover:before { background: url(../images/check_icon_on.png) 0 0 no-repeat; transition: all 0.3s ease;}
.htUl li.here { transform: rotate(-10deg);}
.htUl li.here:before { background: none;}

.wd1440 { width: 1200px; margin: auto auto 20px auto; display: flex; justify-content: space-between; flex-wrap: wrap;}
.htlSec { width:32%; overflow: hidden; margin-bottom: 36px;border: 1px solid #9d9d9d;
border-radius: 5px;}
#contentsArea .htlSec a { transition: all 0.3s ease; display: block;}
#contentsArea .htlSec a:hover { opacity: 0.8; transition: all 0.3s ease; text-decoration: none;}
.imgBox img { width: 100%; border-radius: 5px 5px 0 0; display: block;}
.imgBox a { display: block; position: relative;}
.imgBox a:before { width: 108px; display: block; content: "施設情報 ＞"; padding: 4px 0; position: absolute; right: 12px; bottom: 12px; color: #fff; font-size: 12px; background: rgba(0,0,0,0.7); text-align:center; border-radius: 5px; padding-left: 6px;}
.htlSafe { padding: 10px 16px 16px 16px; border-top: none;}
.rg { font-size: 19px; text-align: center; margin: auto auto 10px auto;}
.rg span { display: block; font-size: 12px; margin-bottom: 4px;}
.planDiv { background: #F0F0F0; border-radius: 8px; padding: 12px 16px; margin-bottom: 16px; font-size: 12px; }
.planDiv span { display: block; text-align: right; margin-top: 4px;}
.safeUl { display: flex; justify-content: space-between;}
.safeUl li { width: 49%; font-size: 14px;}
.safeUl li:first-of-type a { display: block; background: #f68d6f; border-radius: 5px; text-align: center; padding: 15px 0; color:#fff;}
.safeUl li:last-of-type a { display: block; background: #75bee9; border-radius: 5px; text-align: center; padding: 15px 0; color:#fff;}
.swiper-container { padding-bottom: 2px;}

.semtd { width: 49.5%;}
.tbSub { width: 100%;}
.tb1 .tbSub tr td, .tb1 .tbSub tr:nth-of-type(2) { border: none;}
.tb1 .tbSub tr td.semtd:first-of-type { border-right: 1px solid #fff;}

@media screen and (min-width: 1920px) {
  #keyVisual .jdsSlides1 .bg01 {
    background: url(../images/kv_bg01.jpg) no-repeat center center; background-size: cover;
  }
  
  #keyVisual .jdsSlides1 .bg02 {
    background: url(../images/kv_bg02.jpg) no-repeat center center; background-size: cover;
  }
  
  #keyVisual .jdsSlides1 .bg03 {
    background: url(../images/kv_bg03.jpg) no-repeat center center; background-size: cover;
  }
}
@media screen and (max-width: 1400px){
  .cloud1 { width: 500px;}
  .cloud2 { width: 550px;}
  .cloud1 img, .cloud2 img { width: 100%;}
}

@media screen and (max-width: 1600px) {
  #contentsArea { width: 100%; max-width: 1600px; position: relative;}
  .pageTerms { min-height: 0; padding-bottom: 60px;}
  .pageTerms img { width: 100%;}
  .terms0 { width:45%;}
  .tm01 { left: 1%; width: 8%;}
  .tm05 { left: 20%; width: 5%;}
  .tm02 { left: 10%; width: 8%;}
  .tm06 { width: 3%; right: 20%}
  .tm04  { width: 8%; right: 10%}
  .tm03  { width: 8%; right: 2%}
  #topNav ul { max-width: 960px;}
  #topNav ul li { width: 23%; margin: 0 1%;}
  #topNav img { width: 100%;}
  .p1tb { width: 100%; box-sizing: border-box; padding-left: 10px; padding-right: 10px;
}
.p1p2ic01 { left: 12px; top: -30px; z-index: 50;}
.plane2 {right: 10px;}
.p3h2 { width: auto; padding-left: 20px; padding-right: 20px;}
#part6 ul.bnr { width: auto;}
#part4 .kiji { width:calc(100% -180px); max-width: 1280px; padding:140px 90px 0;}
.p3box { width: auto; max-width: 1280px;}
.wd1440 { width: auto; max-width: 1280px;}
.safeHotels dl { width: 23.5%; margin-bottom: 24px;}
}
@media screen and (max-width: 1441px){
  .p1tbCon { width: 100%;}
}

.area_ttl{
	font-size:20px;
	margin: 0 auto;

}

.area_ttl b{
	font-size:25px;
	margin: 0 auto;

}

.pcbnr {width: 100%; text-align: center;}
.pcbnr img{width: 100%; max-width: 600px; margin: 40px auto;}

.news { width: calc(45% - 32px); max-width: 754px; position: relative; margin: 40px auto 0; background: #F5F5F5; padding:10px 16px; border: 1px solid #000; border-radius: 4px;}
.news.jdsCoponSwitch:hover { cursor: pointer;}
.news.jdsCoponSwitch:before { display: block; position: absolute; top:50%; margin-top: -9px; right:8px; content: "▼"; font-size: 16px; width: 14px; height: 18px; overflow: hidden; }
.news.jdsCoponSwitch.active-submenu:before { content: "▲"; }
.news span { position: absolute; top: -21px; left:16px; display: inline-block; content: "New"; font-size: 12px; padding: 4px 8px; background: #bf0000; border-radius: 4px; color: #fff; font-weight: bold; text-align: center;}
.newsinfor  {width: calc(45% - 32px);max-width: 760px; margin: 24px auto 0; font-size: 16px; line-height: 24px;}
.newsinfor a { color: #1D54A7 !important;}

.odbnr {display: block; width: 100%; text-align: center; font-size: 0; background: #F68D6F;}
.odtext {display: block; width: 100%; text-align: center; font-size: 30px; font-weight: bold; padding: 16px 0; color: #F68D6F; background: #FEFFD0;}
.odtext span { font-size: 21px;}


.p1txt a { text-decoration: underline !important;}
.p1txt a:hover { text-decoration: none !important;}


p.date { font-weight: bold; text-align: center; margin-bottom: 16px;}
.cpnholder.jssBox.allList { max-width:1200px !important; width: 100% !important; margin: 0 auto; background: none !important; display: flex; justify-content: center;}
.cpnholder.jssBox.allList li.jss { width: 411px !important; padding: 0 !important; margin: 0 !important; min-height: 0;}
a.kakunin.jss_couponPopUp { color: #1D54A7 !important;}

#COUPON.cs { position: relative; }
#COUPON.cs::before{ display:flex; justify-content: center; align-items: center; position: absolute; top: -32px; width: 100%; z-index: 9999; height:100%; text-align: center; content: "COMING SOON..."; font-size:48px; color: #fff; background: #333; opacity: 0.65;}
ul.svs li:first-child { width: 60%;}
ul.svs li:nth-child(2){ width: 40%;}

.cpnholder .ov.guam .couponimg p:after { width: 50px; height: 71px; top: -50px; background: url(../images/logo_guam.png) no-repeat !important; background-size:50px 71px;}
.tb1 tr td.semth{ background:#FBF3AD;;}

.swiper-wrapper { padding-bottom: 16px !important; margin-top: 16px;}
.p1tbCon table thead th.amc { width: 276px;}
.p1tbCon table thead th.amc td.semth { border-top: 1px solid #fff;}



.tableNew { width: 100%; max-width: 1200px; margin: 0 auto 24px; font-size: 13px; text-align: center; overflow: hidden;overflow-x: scroll; }
.tableNew ul.toptl   { display:block; width:1665px; float: left; overflow: hidden; }
.tableNew ul.toptl li{ width:137px; float: left; height:80px; background: #FBF3AD; line-height: 70px; padding: 16px 0 0; font-weight: bold; border-left: 1px solid #fff;}
.tableNew ul.toptl li.area2 { width:275px; line-height: 30px;}
.tableNew ul.toptl li.area2 p { padding-top: 4px;}
.tableNew ul.toptl li.area2 p span { display: inline-block; width:calc(50% - 1px); border-top: 1px solid #fff;border-left: 1px solid #fff; padding: 8px 0;}
.tableNew ul.toptl li.area2 p span.nob {border-left:0;}
.tableNew div.tableinform { width:1385px; height: 500px; float: left; overflow-y: scroll;}
.tableNew div.tableinform  ul.lefttl {display: flex; justify-content: flex-start;}
.tableNew div.tableinform  ul.lefttl li {display: flex; justify-content: center; flex-wrap: wrap; align-items: center;width: calc(10% - 1px); background: #FFF9C6; padding: 16px 0; border-left: 1px solid #fff; border-top: 1px solid #fff;}
.tableNew div.tableinform  ul.lefttl li:first-child { font-weight: bold; background: #FBF3AD;}
.tableNew div.tableinform  ul.lefttl li:first-child em { font-size: 12px;}
.tableNew div.tableinform  ul.lefttl li.area2{ width: calc(20% - 1px);}
.tableNew div.tableinform  ul.lefttl li.blue { background: #D0EFEA !important;}
.tableNew div.tableinform  ul.lefttl li.area9{ width: calc(90% - 1px); background: #E9F5F3 ; text-align: left !important; display: block;}
.tableNew div.tableinform  ul.lefttl li.area8{ width: calc(80% - 1px); background: #E9F5F3 ; text-align: left !important; display: block;display: flex; justify-content: flex-start; align-items: center;}
.tableNew div.tableinform  ul.lefttl li.area { background: #E9F5F3 ;}

   /*外层div，设置宽高度*/
   .tableNew {
    overflow-y: auto;
    width: 1200px;
    height: 500px;
    border-bottom: 0;
    border-right: 0;
}

.tableNew table {
    border-collapse: separate;

    table-layout: fixed;

    width: 100%;
    word-break: break-all;

}

.tableNew  th {
    background-color: #FBF3AD;
}

.tableNew td,
.tableNew th {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100px;
    padding:8px;
    box-sizing: border-box;
    text-align: center;
}
.tableNew  td {background: #FFF9C6;}

.tableNew  th:first-child {
    width: 120px;
    position: sticky;
    left: 0;

    z-index: 1;
}

.tableNew  thead tr th {
    position: sticky;
    top: 0;
  
}


.tableNew  thead th:first-child {
    z-index: 2;
    background-color:#FBF3AD;
}


.tableNew thead tr th.area2{ width: 201px; padding: 8px 0 0;}
.tableNew thead tr th.area2 span { display: inline-block; padding: 8px 4px; border-left: 1px solid #fff; border-top: 1px solid #fff;}
.tableNew thead tr th.area2 span.nob {border-left: 0;}
.tableNew th.blue { background: #D0EFEA;}
.tableNew td.area { background: #E9F5F3; text-align: left;}

.rslides_nav { display: block; width: 60px; height: 60px; border-radius: 40px;overflow: hidden;  font-size: 0; z-index: 999;}
.rslides_nav.prev { position: absolute; top:53%; left:8%; background: url(../images/prev.png) no-repeat center center;}
.rslides_nav.next { position: absolute; top:53%; right:8%; background: url(../images/next.png) no-repeat center center;}

.rslides_tabs { display: flex; justify-content: center; margin-top: 40px; z-index: 999;}
.rslides_tabs li { width:10px; height:10px; margin: 0 5px; border-radius: 5px; background: #999; font-size: 0;}
.rslides_tabs li.rslides_here { background: #000;}


.tableSimple { width: 100%; max-width: 960px; margin: 0 auto 24px; font-size: 14px; overflow: hidden; background: #FFF9C6; }
.tableSimple ul { width: 100%; overflow: hidden; background: #FBF3AD;}
.tableSimple ul li { width: calc((100% - 142px) / 2); float: left; padding: 24px 0 0; border-left: 1px solid #fff; border-bottom: 1px solid #fff; font-weight: bold; text-align: center;}
.tableSimple ul li em { display: block; font-size: 9px;}
.tableSimple ul li:first-child { width: 139px; padding: 12px 0;}
.tablecountry { width: 100%; overflow: hidden; clear: both; cursor: pointer; background: #FFF9C6; }
.tablecountry p { width: calc((100% - 212px) / 2); float: left; text-align: left; padding: 8px 0 8px 35px; border-left: 1px solid #fff; border-bottom: 1px solid #fff;}
.tablecountry p:first-child { width: 139px; padding: 8px 0; text-align: center;font-weight: bold;}
.tablecountry p.dblue  { background: url(../images/dblue.png) 5px 5px no-repeat; background-size: 25px 25px; padding: 8px 0 8px 35px; }
.tablecountry p.blue  { background: url(../images/blue.png) 5px 5px no-repeat; background-size: 25px 25px; padding: 8px 0 8px 35px; }
.tablecountry p.blueE { background: url(../images/blueE.png) 5px 5px no-repeat; background-size: 25px 25px; padding: 8px 0 8px 35px; }
.tablecountry p.green  { background: url(../images/green.png) 5px 5px no-repeat; background-size: 25px 25px; padding: 8px 0 8px 35px; }
.tablecountry p.yellowE { background: url(../images/yellowE.png) 5px 5px no-repeat; background-size: 25px 25px; padding: 8px 0 8px 35px; }
.tablecountry p.orange  { background: url(../images/orange.png) 5px 5px no-repeat; background-size: 25px 25px; padding: 8px 0 8px 35px; }
.tablecountry p.redE { background: url(../images/redE.png) 5px 5px no-repeat; background-size: 25px 25px; padding: 8px 0 8px 35px; }
.tablecountry p.pink  { background: url(../images/pink.png) 5px 5px no-repeat; background-size: 25px 25px; padding: 8px 0 8px 35px; }
.tablecountry.detail  { font-size: 12px;}
.tablecountry.detail p{ width: calc((100% - 143px) / 2);float: left;padding:0 0 8px; background: #fff;}
.tablecountry.detail p:first-child { width: 139px; border-bottom: 0; background: #FFF9C6; }

.tablecountry.detail p span { display: block;font-weight: bold; padding:6px; margin:0 0 6px; background:#FBB040;}
.tablecountry.detail p.blue span { background: #0097F5; color: #fff;}
.tablecountry.detail p.red span { background: #E01F25; color: #fff;}
.tablecountry.detail p.yellow span { background:#FBB040; color: #fff;}
.tablecountry.detail p.pink span { background:#FFD8E6; color: #000;}
.tablecountry.detail p.orange span { background:#FFD3A1; color: #000;}
.tablecountry.detail p.green span { background:#B9FF9F; color: #000;}
.tablecountry.detail p.blue span { background:#A5F1FF; color: #000;}
.tablecountry.detail p.dblue span { background:#BBCFFF; color: #000;}

.tablecountry p em.small { display: block; font-size: 7px;}
.tablecountry.detail p a { color: #1D54A7 !important;}


