/*
 * CSS for PC
 * @date     2018
 */
/* ------------------------------------------

------------------------------------------ */
.sp {
  display: none !important;
}

#widewrapper {
  width: 100%;
  clear: both;
  position: relative;
  overflow: hidden;
}
#widewrapper a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#topLogo {
  text-align: center;
  padding: 10px 0;
}

#contents {
  background-color: #FFFAD0;
}

#keyvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  clear: both;
}

#TOPBNR {
  background: url(../images/keyvisual.png) #EEFCFF center center;
  position: relative;
  height: 595px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#TOPBNR img {
  position: absolute;
  right: calc(50% - 600px);
}

.w1280 {
  width: 1280px;
  margin: 0 auto;
}

h2.ttl {
  text-align: center;
}

#part1 {
  background: #EEFCFF;
  padding: 80px 0 260px;
  background-image: url(../images/part1_bg_lft.png), url(../images/part1_bg_rgt.png);
  background-position: bottom left, top right;
  background-repeat: no-repeat, no-repeat;
  position: relative;
}
#part1 p.sub {
  font-size: 20px;
  text-align: center;
  padding: 40px 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: 42px 65px;
  width: 670px;
  margin: 0 auto;
}
#part1 .icondtl li {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  padding: 10px 0;
  min-width: 40%;
}
#part1 .icondtl li img {
  padding-right: 10px;
}
#part1 p.tips {
  font-size: 14px;
  padding: 20px 0;
  margin: 0 auto;
  width: 800px;
}
#part1 .whatsdeal {
  padding-top: 80px;
}
#part1 .example{z-index: 20;position: relative;}
#part1 .example h3 {
  text-align: center;
  position: relative;
  padding-top: 50px;
}
#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;
}
#part1 .example ul li {
  width: 22%;
  border-radius: 6px;
  background-color: #fff;
  padding: 1%;
  -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: 16px;
  -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: 14px;
  width: 50px;
  text-align: center;
  border-radius: 50px;
  margin-right: 10px;
  padding: 10px 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: 24px;
  font-weight: bold;
  width: 300px;
  margin: 40px auto 0;
  color: #333 !important;
  padding: 20px 40px 20px 10px;
  text-align: center;
}

.ani01 {
  position: absolute;
  top: 200px;
  left: 0;
}

.ani02 {
  position: absolute;
  right: -40px;
  bottom: 400px;
}

#part2 {
  background-color: #FFFAD0;
  border-top: 6px solid #008F95;
  background-image: url(../images/part2_bg_lft.png), url(../images/part2_bg_rgt.png);
  background-position: bottom left, top right;
  background-repeat: no-repeat, no-repeat;
  padding-bottom: 80px;
  position: relative;
}
#part2 .ttl {
  position: relative;
  margin-top: -176px;
}
#part2 .ttl img.pc {
  position: absolute;
  top: 80px;
  right: calc(50% - 164px);
}
#part2 .areanav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#part2 .areanav li {
  margin: 0 5px;
}
#part2 .areanav li a {
  display: block;
  border-radius: 6px;
  border: 1px solid #999;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  padding: 10px;
}

.hotellist .hotelbox {
  z-index: 20;
  border: 4px solid #008F95;
  background-color: #fff;
  border-radius: 4px;
  width: 1080px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 40px auto 64px;
  padding: 60px 60px 40px 60px;
  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: 28px;
  color: #333;
  padding: 20px;
  background: url(../images/ttl_bottom_line.png) repeat-x bottom;
  display: inline-block;
  width: auto;
  margin: 0 auto;
}
.hotellist .hotelbox .hotelimages {
  padding: 40px 0;
}
.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;
}
.hotellist .hotelbox .hotelimages .swiper-wrapper .swiper-slide {
  width: 32%;
}
.hotellist .hotelbox .hotelimages .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.hotellist .hotelbox .hotelimages .swiper-wrapper .swiper-slide p {
  font-size: 12px;
  text-align: left;
  padding-top: 10px;
}
.hotellist .hotelbox .area {
  border-radius:6px 0 0 6px;
  position: absolute;
  top: -4px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  background-color: #008F95;
  color: #fff;
  font-weight: bold;
  padding:22px;
  letter-spacing: 0.5em;
  font-size: 32px;
  left: -80px;
}

.planlist {
  padding: 20px 0;
}
.planlist .hotelplan {
  background-color: #EEFCFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  margin: 20px auto;
}
.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;
  margin-left: -50px;
}
.planlist .hotelplan .point p {
  position: absolute;
  color: #fff;
  font-size: 12px;
}
.planlist .hotelplan .point p b {
  font-size: 18px;
}
.planlist .hotelplan .plandtl {
  padding-left: 50px;
}
.planlist .hotelplan .plandtl  a {
  color: #333;
  text-align: left;
}
.planlist .hotelplan .plandtl .planname {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.planlist .hotelplan .plandtl .price {
  font-size: 12px;
}
.planlist .hotelplan .plandtl .price em {
  font-style: normal;
  color: #bf0000;
}
.planlist .hotelplan .plandtl .price em b {
  font-size: 24px;
}

a.bigbtn {
  display: block;
  background-color: #008F95;
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50px;
  padding: 35px 0;
  width: 50%;
  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;
  width: 30%;
  padding: 20px;
  margin: 80px auto;
  line-height: 150%;
  font-size: 14px;
}
#part2 .special h2 {
  text-align: center;
  padding-bottom: 10px;
}

.heartBeat {
  -webkit-animation: heartBeat 2s ease-out 2;
          animation: heartBeat 2s ease-out 2;
  opacity: 1;
  -webkit-animation-name: heartBeat;
          animation-name: heartBeat;
}

@-webkit-keyframes heartBeat {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes heartBeat {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
#part2 .ani03 {
  position: absolute;
  right: 0;
  top: 200px;
}

#part2 .ani04 {
  position: absolute;
  top: 1800px;
  left: 0;
}

#part3 {
  background: url(../images/part3top.png) top center no-repeat #EEFCFF;
  padding-top: 150px;
}
#part3 .swiper-container {
  padding: 40px 0 20px;overflow: hidden;
}
#part3 .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}

#OVERVIEW {
  background-color: #EEFCFF;
  padding: 80px 0;
}

#OVERVIEW .holder {
  background-color: #fff;
  margin-top: 32px;
  margin-bottom: 80px;
  padding: 40px;
  padding-bottom: 28px;
  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;
}

.sidenav {
  position: fixed;
  bottom: 0;
  right: 0;
  background: url(../images/sidenavtop.png) top center no-repeat;
  padding-top: 95px;
  z-index: 999;
}
.swiper-scrollbar{height: 3px;}
div#grpLocationArea{font-size: 82%;}

@media screen and (max-width: 720px) {}


/* new */

.area-search {
  text-align: center;
  padding-top: 80px ;
  background-color: #EEFCFF;
}

.area-search h2 img {
  width: auto;
  max-height: 100%; 
  display: inline-block;
  margin-bottom: 43px;
}

.area-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  list-style: none; 
  padding: 0;
  margin: 0;
}

.area-buttons li {
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
}

.area-buttons li a {
  display: block;
  padding: 10px 23px;
  text-decoration: none;
  color: inherit; 
}

#OVERVIEW h2{font-size: 0; background: url(../images/ttl05.png);width: 318px;height: 84px;margin: 40px auto;;}
#OVERVIEW img{display: none;}
#OVERVIEW .holder{width: 1200px;margin:0 auto;}