/*
 * CSS for PC
 * @date     2018
 */
/* ------------------------------------------

------------------------------------------ */
.pc {
  display: none !important;
}

img {
  max-width: 100%;
}

/* btm_nav */
.btmNav {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  background-color: #008F95;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btmNav span.nv {
  display: block;
  width: 24%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #008F95;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  margin: 0;
  min-height: 60px;
  border-right: 1px solid #fff;
}

.btmNav.btmNav4 span.nv {
  width: 25%;
}

.btmNav span.nv:last-of-type {
  border-right: none;
}

.btmNav span.nv a {
  color: #fff !important;
  display: block;
  padding: 0;
  margin: 0;
}

.btmNav span.nv img {
  display: block;
  margin: 5px auto;
}

.btmNav span.nv a, .btmNav span.nv span {
  display: block;
  padding: 0;
}

.btmNav .dropup-menu {
  display: none;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 1px solid #008F95;
  background-color: #fff;
  z-index: 9999;
}

.btmNav .dropup-menu a {
  position: relative;
}

.btmNav .dropup-menu li {
  text-align: center;
  margin: auto;
  padding: 0;
}

.btmNav .dropup-menu li:first-child {
  text-align: center;
}

.btmNav .dropup-menu li:first-child img {
  width: 5%;
}

.btmNav .dropup-menu.areachos {
  padding-bottom: 5px;
}

.btmNav .dropup-menu.areachos li {
  padding: 5px 0;
}

.btmNav .dropup-menu.areachos li select {
  border-radius: 4px;
  padding: 10px;
  background-color: #f7f7f4;
  font-size: 0.9em;
}

.btmNav .dropup-menu.areachos li.remindMsg {
  padding: 0;
}

.btmNav .dropup-menu:last-of-type .close {
  padding: 8px 0;
  text-indent: -9999px;
}

.btmNav .dropup-menu:last-of-type .close strong {
  padding: 3px 0 3px 29px;
  background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/icon_search.png) 0 -1px/18px auto no-repeat;
}

.btmNav .dropup-menu .close {
  position: relative;
  font-weight: 700;
  background-color: #f1f1f1;
  color: #008F95;
  cursor: pointer;
}

.btmNav .dropup-menu .close, .btmNav .dropup-menu a {
  display: block;
  padding: 8px 0;
  font-size: 15px;
}

.btmNav .dropup-menu .close em, .btmNav .dropup-menu a em {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/close.gif) 0 0/100% 100%;
}

.btmNav a.invoice:before {
  content: "";
  background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/ico_info.png) center;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: calc(50% - 64px);
  top: 12px;
  background-size: 100%;
}

.btmNav .column2 a {
  float: left;
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/arrow1right.gif) -5px -5px no-repeat;
  position: relative;
}

/* .btmNav .column2 a.invoice:before{top:5px} */
.btmNav .column2 a.wid98 {
  width: 98%;
}

.btmNav:after {
  content: "";
  display: block;
  clear: both;
}

.btmNav .isShow {
  display: block;
}

.btmNav .btn em {
  display: inline-block;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btmNav .btn:first-child {
  border-right: 1px solid #f0f0f0;
}

.btmNav .btn.btn2 {
  width: calc((100% - 1px) / 2);
}

.btmNav .btn.btn3 {
  width: 33.33%;
}

.btmNav .unchose {
  background-color: #333;
}

.btmNav .chose {
  background-color: #00337E;
}

.noNewArival a {
  color: #333;
  text-decoration: underline;
}

.w1280 {
  margin: 10px;
}

h2.ttl {
  text-align: center;
}

#part1 {
  background: #EEFCFF;
  padding: 40px 0 120px;
}
#part1 p.sub {
  font-size: 14px;
  padding: 20px 0;
  line-height: 1.5;
}
#part1 .icondtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../images/dotbg.png);
  border: 4px dotted #EB6E80;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  margin: 0 auto;
}
#part1 .icondtl li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 10px 0;
  width: 48%;
  margin: 0.5%;
}
#part1 .icondtl li img {
  padding-right: 5px;
  width: 40px;
}
#part1 p.tips {
  font-size: 14px;
  padding: 20px 0;
  margin: 0 auto;
}
#part1 .whatsdeal {
  padding-top: 20px;
}
#part1 .example h3 {
  text-align: center;
  position: relative;
}
#part1 .example h3::before {
  display: block;
  content: url(../images/arrow_down.svg);
  padding-bottom: 25px;
}
#part1 .example ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#part1 .example ul li {
  width: 41%;
  border-radius: 6px;
  margin: 1%;
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 3px #e6e6e6;
          box-shadow: 0 0 3px #e6e6e6;
}
#part1 .example ul li img {
  display: block;
  margin: 0 auto;
}
#part1 .example ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#part1 .example ul li p span {
  display: block;
  background-color: #008F95;
  color: #fff;
  font-size: 10px;
  width: 40px;
  text-align: center;
  border-radius: 50px;
  margin-right: 10px;
  padding: 6px 0;
}
#part1 .example ul li p b {
  width: calc(100% - 60px);
  font-weight: normal;
}

a.seegaiyo {
  display: block;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff url(../images/gaiyobtnbg.png) no-repeat 90% center;
  font-size: 18px;
  font-weight: bold;
  width: 70%;
  margin: 40px auto 0;
  color: #333 !important;
  padding: 20px 40px 20px 10px;
  text-align: center;
}

#part2 {
  background-color: #FFFAD0;
  border-top: 2px solid #008F95;
  padding-bottom: 80px;
}
#part2 .ttl {
  position: relative;
  margin-top: -25%;
  text-align: center;
}
#part2 .ttl img.sp {
  position: absolute;
  top: 27%;
  right: 0;
}
#part2 .ttl .ttlbg {
  width: 80%;
}
#part2 .areanav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
}
#part2 .areanav li {
  margin: 0.5%;
  width: 24%;
  display: table;
}
#part2 .areanav li a {
  display: table-cell;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #999;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  padding: 10px;
  vertical-align: middle;
}

.hotellist .hotelbox {
  border: 2px solid #008F95;
  background-color: #fff;
  border-radius: 0 4px 4px 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 60px auto;
  padding: 20px 20px 0 20px;
  text-align: center;
  position: relative;
}
.hotellist .hotelbox ul.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
}
.hotellist .hotelbox ul.icon li {
  margin: 0 5px;
}
.hotellist .hotelbox h3 {
  font-size: 20px;
  color: #333;
  padding: 10px;
  background: url(../images/ttl_bottom_line.png) repeat-x bottom;
  display: inline-block;
  width: auto;
  margin: 0 auto;
}
.hotellist .hotelbox .hotelimages {
  padding: 40px 0;overflow: hidden;
}
.hotellist .hotelbox .hotelimages .swiper-pagination-bullet-active {
  background-color: #EB6E80;
}
.hotellist .hotelbox .hotelimages .swiper-pagination-bullet{margin: 0 2px;}
.hotellist .hotelbox .hotelimages .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          
}
#part2 .swiper-pagination{text-align: center;width: calc(100% - 40px);}
.hotellist .hotelbox .hotelimages .swiper-wrapper .swiper-slide-prev, .hotellist .hotelbox .hotelimages .swiper-wrapper .swiper-slide-next {
  opacity: 0.8;
}
.hotellist .hotelbox .hotelimages .swiper-wrapper .swiper-slide {
  width: 60%;
  padding: 0 5px;
}
.hotellist .hotelbox .hotelimages .swiper-wrapper .swiper-slide p {
  font-size: 12px;
  text-align: left;
  padding-top: 10px;
}
.hotellist .hotelbox .area {
  position: absolute;
  top: -38px;
  background-color: #008F95;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 20px;
  left: -2px;
  border-radius: 3px 3px 0 0;
}

.planlist {
  padding: 20px 0;
}
.planlist .hotelplan {
  background-color: #EEFCFF;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto;
  position: relative;
}
.planlist .hotelplan .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.planlist .hotelplan .point p {
  position: absolute;
  color: #fff;
  font-size: 10px;
}
.planlist .hotelplan .point p b {
  font-size: 18px;
}
.planlist .hotelplan .plandtl .planname {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: left;
}
.planlist .hotelplan .plandtl .price {
  font-size: 12px;
  text-align: left;
}
.planlist .hotelplan .plandtl .price em {
  font-style: normal;
  color: #bf0000;
}
.planlist .hotelplan .plandtl .price em b {
  font-size: 20px;
}

a.bigbtn {
  display: block;
  background-color: #008F95;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
a.bigbtn:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 40%;
  right: 40px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#part2 .special {
  background: url(../images/dotbg.png);
  border: 4px dotted #EB6E80;
  padding: 20px;
  margin: 40px auto;
  line-height: 150%;
  font-size: 14px;
}
#part2 .special h2 {
  text-align: center;
  padding-bottom: 10px;
}

#part3 {
  background: #EEFCFF;
  padding: 20px 10px;
}
#part3 .swiper-container .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#part3 .swiper-container .swiper-wrapper .swiper-slide {
  margin: 1%;
  width: 48%;
}
#part3 .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}

#OVERVIEW {
  background-color: #EEFCFF;
  padding: 20px 0 40px;
}

#OVERVIEW .holder {
  background-color: #fff;
  margin: 24px 16px 0;
  padding: 16px;
  padding-bottom: 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
}

#OVERVIEW .holder .title {
  padding-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 16px;
  font-weight: bold;
}

#OVERVIEW .holder .title span {
  display: block;
  font-size: 14px;
  padding-bottom: 8px;
}

#OVERVIEW .holder dl {
  line-height: 1.6;
  padding-bottom: 4px;
}

#OVERVIEW .holder dl:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 16px;
}

#OVERVIEW .holder dl dt {
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}

#OVERVIEW .holder dl dd span {
  display: inline-block;
  font-weight: bold;
  padding: 4px 8px;
  background: #ebebeb;
  font-weight: 400;
}

#OVERVIEW .holder dl dd p {
  padding: 4px 0 14px;
  font-weight: 300;
}

#OVERVIEW .holder dl dd p em {
  font-style: normal;
  text-decoration: underline;
}

#OVERVIEW .holder dl dd a {
  text-decoration: underline;
}
.gotop{display: block;position: fixed;right: 0;bottom: 64px;width: 50px; height: 50px;z-index: 9999;}
.gotop img{width: 100%;}



/* new */
.button-container {
  display: flex;
  justify-content: center; 
  padding-top: 40px;
  background-color: #EEFCFF;
}

.area-search-button {
  background-color: #008F95;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 18px 68px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex; 
  align-items: center; 
  justify-content: center;
  gap: 6px; 
}

.area-search-button::after {
  content: "";
  display: inline-block;
  width: 24px; 
  height: 24px; 
  background-image: url(../images/Chevron\ Right.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#OVERVIEW h2{font-size: 0; position: relative;height:40px;}
#OVERVIEW h2::before{  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 48px; /* 可根据实际图片高度调整 */
  position: absolute;
  right: 10px;
  top: 0;
  background-image: url(../images/ttl05_sp.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;}
#OVERVIEW img{display: none;}

#topLogo {
    position: relative;
    padding: 12px;
      border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background-color: #fff;
}
#topLogo img{max-width: 100%;}