@charset "UTF-8";
/* ----------------------------------------------------------------
  Base
----------------------------------------------------------------- */
/* chromeで画像ぼける対策 */
img {
  image-rendering: -webkit-optimize-contrast;
}

/* rollover */
.roll_opacity {
  transition: all 0.05s ease;
}
.roll_opacity:hover {
  opacity: 0.8;
}

/* .str-contents
----------------------------------------------- */
.str-contents {
  width: auto;
}

/* ----------------------------------------------------------------
  Contents
----------------------------------------------------------------- */
/* .area_contents
----------------------------------------------- */
.sp .area_contents img {
  width: 100%;
}

/* .area_section
----------------------------------------------- */
.area_section {
  padding: 50px 0;
  margin-bottom: 50px;
}

.sp .area_section {
  padding: 20px 0;
  margin-bottom: 20px;
}

.pc .area_section_inner {
  width: 1100px;
  margin: 0 auto;
}

.sp .area_section_inner {
  padding: 0 8px;
}

/* .area_search
----------------------------------------------- */
.area_search {
  margin-top: 60px;
  margin-bottom: 80px;
}

.sp .area_search {
  margin-top: 10px;
  margin-bottom: 0;
}
.sp .area_search .dp-search {
  margin-top: 0;
  margin-bottom: 0;
}
.sp .area_search .dp-search .search-main-content-01 {
  margin-top: 0;
  margin-bottom: 0;
}
.sp .area_search a {
  text-decoration: none;
}

.copyright_photo {
  font-size: 20px;
  margin-top: 50px;
  text-align: center;
}

.sp .copyright_photo {
  font-size: 10px;
  margin-bottom: 30px;
}

.copyright_btn {
  margin-top: 24px;
}
.copyright_btn a {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  display: block;
  background: #292929;
  padding: 15px 0 15px 50px;
  width: 555px;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 100px;
  position: relative;
}
.copyright_btn a:hover {
  text-decoration: none;
}
.copyright_btn a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.sp .copyright_btn {
  text-align: center;
}
.sp .copyright_btn a {
  text-align: left;
  width: auto;
  display: inline-block;
  padding: 11px 52px 11px 27px;
  font-size: 14px;
  font-weight: normal;
}

.area_contents {
  width: 100%;
}
.area_contents_inner {
  width: 1000px;
  margin: 0 auto;
}

.sp .area_contents_inner {
  width: 90%;
}

/* .area_mv
----------------------------------------------- */
.area_mv {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.area_mv img {
  width: 100%;
}

/* .spot_area
----------------------------------------------- */
/* アクティブな画像の枠線を変更 */
.sub-img li.current img {
  border: 2px solid #50A2D2;
  transition: border 0.5s;
}

.sp .main-img {
  min-height: 180px;
  height: auto;
}

.sub-img {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}
.sub-img li {
  width: 23%;
}
.sub-img li img {
  border: 2px solid transparent;
  transition: border 0.5s;
  cursor: pointer;
  width: 100%;
  object-fit: cover;
  height: 61px;
}

.spot_area {
  position: relative;
}
.spot_area_ttl .image {
  width: 172px;
  margin: 0 auto;
  padding-top: 54px;
}
.spot_area_ttl .image img {
  width: 100%;
}
.spot_area_ttl h2.spot_ttl {
  color: #FF5AA7;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  padding: 0 0 54px;
}
.spot_area .spot_box.spot_box-01 {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  position: relative;
}
.spot_area .spot_box.spot_box-01 .spot_box_image {
  width: 47%;
}
.spot_area .spot_box.spot_box-01 .spot_box_image img {
  width: 100%;
}
.spot_area .spot_box.spot_box-01 .main-img {
  width: 100%;
}
.spot_area .spot_box.spot_box-01 .main-img img {
  object-fit: cover;
  height: 261px;
  width: 100%;
}
.spot_area .spot_box.spot_box-01 .spot_box_txtarea {
  width: 48%;
}
.spot_area .spot_box.spot_box-01 .spot_box_txtarea h4.spot_ttl {
  font-size: 24px;
  font-weight: bold;
  color: #235888;
  padding-bottom: 32px;
  line-height: 32px;
}
.spot_area .spot_box.spot_box-01 .spot_box_txtarea p.spot_txt {
  font-size: 16px;
  color: #000;
  line-height: 180%;
}
.spot_area .spot_area_sub_ttl {
  width: 80%;
  margin: 0 auto;
  padding: 54px 0;
}
.spot_area .spot_area_sub_ttl h3.spot_ttl {
  text-align: center;
  font-size: 24px;
  color: #FF5AA7;
  border-top: solid 2px #EAB7D0;
  border-bottom: solid 2px #EAB7D0;
  line-height: 56px;
}
.spot_area p.lead_txt {
  font-size: 20px;
  text-align: center;
  line-height: 180%;
  padding-bottom: 54px;
}
.spot_area .spot_box_area {
  display: flex;
  width: 80%;
  margin: 0 auto;
  gap: 4%;
  flex-wrap: wrap;
}
.spot_area .spot_box.spot_box-02 {
  position: relative;
  width: 48%;
  padding-bottom: 39px;
}
.spot_area .spot_box.spot_box-02 .spot_box_image {
  width: 100%;
}
.spot_area .spot_box.spot_box-02 .spot_box_image img {
  width: 100%;
}
.spot_area .spot_box.spot_box-02 .main-img {
  width: 100%;
}
.spot_area .spot_box.spot_box-02 .main-img img {
  object-fit: cover;
  height: 241px;
  width: 100%;
}
.spot_area .spot_box.spot_box-02 h4.spot_ttl {
  background: #FF5AA7;
  color: #fff;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 14px;
  margin: 14px 0;
}
.spot_area .spot_box.spot_box-02 p.spot_txt {
  font-size: 16px;
  color: #000;
  line-height: 180%;
}
.spot_area .spot_box.spot_box-02 .spot_txt_access {
  display: flex;
  margin-top: 15px;
}
.spot_area .spot_box.spot_box-02 .spot_txt_access .icon {
  width: 25px;
  padding-right: 4px;
}
.spot_area .spot_box.spot_box-02 .spot_txt_access .icon img {
  width: 100%;
}

.sp .spot_area_ttl .image {
  width: 130px;
}
.sp .spot_area_ttl h2.spot_ttl {
  font-size: 22px;
  line-height: 40px;
  padding: 0 0 32px;
}
.sp .spot_area .spot_box.spot_box-01 {
  flex-wrap: wrap;
}
.sp .spot_area .spot_box.spot_box-01 .spot_box_image {
  width: 100%;
}
.sp .spot_area .spot_box.spot_box-01 .main-img {
  width: 100%;
}
.sp .spot_area .spot_box.spot_box-01 .spot_box_txtarea {
  width: 100%;
}
.sp .spot_area .spot_box.spot_box-01 .spot_box_txtarea h4.spot_ttl {
  font-size: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
  line-height: 28px;
}
.sp .spot_area .spot_area_sub_ttl {
  width: 100%;
  padding: 32px 0;
}
.sp .spot_area .spot_area_sub_ttl h3.spot_ttl {
  font-size: 22px;
  line-height: 32px;
}
.sp .spot_area p.lead_txt {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 32px;
}
.sp .spot_area .spot_box_area {
  width: 100%;
}
.sp .spot_area .spot_box.spot_box-02 {
  width: 100%;
  padding-bottom: 39px;
}
.sp .spot_area .spot_box.spot_box-02 .spot_box_image {
  width: 100%;
}
.sp .spot_area .spot_box.spot_box-02 p.spot_txt {
  line-height: 28px;
}
.sp .spot_area .spot_box.spot_box-02 .spot_txt_access {
  margin-top: 10px;
}

.wrap_slide_items ul {
  display: flex;
  margin: 0 atuo;
  position: relative;
  padding: 0px 50px;
}
.wrap_slide_items ul li {
  width: 419px;
  border: solid 4px #FF5AA7;
  background: #FFF0F0;
  border-radius: 10px;
}
.wrap_slide_items ul li .slide_item_ttl {
  background: #FF5AA7;
  border-radius: 8px 8px 0px 0px;
  padding: 6px 17px;
}
.wrap_slide_items ul li .slide_item_ttl p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.wrap_slide_items ul li .slide_item_access {
  padding: 0 17px 17px;
}
.wrap_slide_items ul li .slide_item_access .slide_item_root p.spot_ttl_access {
  color: #FF5AA7;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 2px #FF5AA7;
  padding: 8px 0;
  margin-top: 8px;
}
.wrap_slide_items ul li .slide_item_access .slide_item_root p.spot_ttl_access span {
  font-size: 20px;
}
.wrap_slide_items ul li .slide_item_access .slide_item_root .spot_txt_access {
  display: flex;
  margin-top: 15px;
}
.wrap_slide_items ul li .slide_item_access .slide_item_root .spot_txt_access .icon {
  width: 25px;
  padding-right: 4px;
}
.wrap_slide_items ul li .slide_item_access .slide_item_root .spot_txt_access .icon img {
  width: 100%;
}
.wrap_slide_items ul li .slide_item_access .slide_item_root .spot_txt_access .spot_txt {
  font-size: 16px;
}

.sp .wrap_slide_items ul {
  padding: 0px 0px;
}
.sp .wrap_slide_items ul li {
  width: 320px;
}

/* .sliderカスタマイズ
----------------------------------------------- */
.slide-items .slick-track {
  display: flex !important;
  gap: 42px;
}
.slide-items .slick-slide {
  height: auto !important;
}
.slide-items .slick-slide img {
  width: 100%;
}
.slide-items .slide-arrow {
  z-index: 10;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  box-sizing: border-box;
}
.slide-items .prev-arrow {
  background: url("//s.skygate.co.jp/pc/dp/campaign/thai/beachresort/images/icon_03.png");
  background-size: 100%;
  position: absolute;
  left: 0px;
}
.slide-items .next-arrow {
  background: url("//s.skygate.co.jp/pc/dp/campaign/thai/beachresort/images/icon_04.png");
  background-size: 100%;
  position: absolute;
  right: 0px;
}

/* ----------------------------------------------------------------
  .area_ao,.area_dp
----------------------------------------------------------------- */
.area_ao, .area_dp {
  margin-top: 50px;
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
}
.area_ao_ttl, .area_dp_ttl {
  font-size: 30px;
  font-weight: bold;
  color: #2670A3;
  text-align: center;
  padding-bottom: 16px;
}
.area_ao_note, .area_dp_note {
  font-size: 16px;
  color: #616161;
  text-align: center;
  padding-top: 16px;
}

.sp .area_ao, .sp .area_dp {
  margin-top: 40px;
  border-radius: 8px;
  padding: 24px 16px;
}
.sp .area_ao_ttl, .sp .area_dp_ttl {
  font-size: 20px;
  padding-bottom: 16px;
}
.sp .area_ao_note, .sp .area_dp_note {
  font-size: 12px;
  text-align: left;
  padding-top: 16px;
}

/* ----------------------------------------------------------------
  area_notice
----------------------------------------------------------------- */
.area_notice {
  margin-top: 50px;
}
.area_notice .wrap_notice {
  display: flex;
  justify-content: center;
}
.area_notice .wrap_notice .box_notice_logo {
  width: 208px;
}
.area_notice .wrap_notice .box_notice_logo img {
  width: 100%;
}

.topicPath {
  width: 1100px !important;
  padding-top: 100px;
}

.sp .topicPath {
  width: auto !important;
  padding-top: 10px;
}

/* .scrollbar
----------------------------------------------- */
/* スクロールバーの高さ */
ul.airways_contents::-webkit-scrollbar {
  height: 12px;
}

/* スクロールバーの軌道 */
ul.airways_contents::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #fff;
}

/* スクロールバーの動く部分 */
ul.airways_contents::-webkit-scrollbar-thumb {
  background: #a8a8a8;
  border-radius: 10px;
}

ul.airways_contents {
  scrollbar-width: auto; /*細さ(幅・高さ両方に適用)*/
  scrollbar-color: #a8a8a8 #fff; /*つまみの色 軌道の色*/
}
