body {
  margin: 0;
  padding: 0;
  color: #444;
}

/* * {
  box-sizing: border-box;
} */

.pc {
  display: none !important;
}

#contentsArea {
  position: relative;
  background: #f0f0f0;
}

#contents {
  padding: 0;
}
#contents .swiper-container {
  z-index: 1;
  position: relative;
  overflow: hidden;height: 380px;
}

/* btm_nav */
.btmNav {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #fff;
}

@media screen and (min-width: 0px) and (max-width: 240px) {
  .btmNav {
    width: 240px;
  }
}

.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% - 60px);
  top: 5px;
  background-size: 100%;
}

.btmNav .column2 a {
  float: left;
  width: 48%;
  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 span.nv {
  float: left;
  display: block;
  max-width: 24.9%;
  width: 24.9%;
  padding: 0;
  box-sizing: border-box;
  background-color: #0a1b4f;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  margin: 0;
  min-height: 60px;
  border-right: 1px solid #fff;
}
.btmNav span.nv:nth-child(3) a {
  padding-top: 0;
}
.btmNav span.nv.nobd {
  border-right: 0;
}

.btmNav span.nv a {
  color: #fff !important;
  display: block;
  padding: 0;
  margin: 0;
}

.btmNav span.nv img {
  display: block;
  margin: 5px auto;
}

.btmNav.sp .btn {
  float: left;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  background-color: #0a1b4f;
  font-weight: normal;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}

@media screen and (max-width: 330px) {
  .btmNav span.nv {
    font-size: 11px;
  }
}
.btmNav span.nv a,
.btmNav span.nv span {
  display: block;
  padding: 4px 0 0;
}

.btmNav .btn em {
  display: inline-block;
  transform: rotate(0deg);
  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: #b7c3e8;
}

.btmNav .chose em {
  transform: rotate(180deg);
} */

#schPCSP {
  display: block !important;
  background-color: #273566;
  z-index: 10;
  box-shadow: none;
  color: #fff;

  margin: 0 10px;
}

#schPCSP .close {
  position: relative;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  padding: 8px 0;
  padding-top: 12px;
  width: 100%;
  display: block;
  color: #fff;
}

#schPCSP .close 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%;
}

#schPCSP .close em {
  display: none;
}

#schPCSP .close:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  content: "";
}

#schPCSP .close.open:after {
  transform: rotate(-45deg);
  margin-top: -2px;
}

#search-box {
  background-color: transparent;
  position: relative;
  border: 0;
  margin: 0;
  text-align: left;
}

#search-box #search-box-title,
#search-box .searchCategory {
  display: none;
}

#search-box .remindMsg {
  text-align: center;
}

#search-box #search-box-body {
  display: block;
}

#search-box #search-box-body #domestic-search-box {
}

#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl {
  display: block;
  width: 96%;
  margin: auto;
  overflow: hidden;
}

#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dt {
  padding-right: 20px;
  padding-top: 5px;
  display: block;
  overflow: hidden;
}

#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dd {
  margin-bottom: 0;
}

#search-box
  #search-box-body
  #domestic-search-box
  #searchSwitchArea1
  dl
  dd
  select,
#search-box
  #search-box-body
  #domestic-search-box
  #searchSwitchArea1
  dl
  dd
  input,
#search-box
  #search-box-body
  #domestic-search-box
  #searchSwitchArea1
  dl
  dd
  a#dh-child-popup {
  margin-bottom: 4px;
  border: 1px solid #fff;
  /* background-color: #f7f7f4; */
  border-radius: 6px;
  font-size: 16px !important;
  height: 38px;
  font-weight: 500;
}

#search-box
  #search-box-body
  #domestic-search-box
  #searchSwitchArea1
  dl
  dd.heyasu
  select {
  width: 85%;
}

#search-box
  #search-box-body
  #domestic-search-box
  #searchSwitchArea1
  dl
  dd.number
  select {
  width: 62px;
  font-size: 16px !important;
}

#search-box
  #search-box-body
  #domestic-search-box
  #searchSwitchArea1
  dl
  dd.number
  ul
  li {
  width: 48%;
  max-width: none;
  white-space: nowrap;
  text-align: left;
}

#search-box
  #search-box-body
  #domestic-search-box
  #searchSwitchArea1
  dl
  dd.number
  ul
  li
  a {
  width: 46%;
  display: inline-block;
  background: #fff !important;
}

#search-box
  #search-box-body
  #domestic-search-box
  #searchSwitchArea1
  dl
  dd.number
  ul
  li.adult {
  float: left;

  padding-top: 0;
}

#search-box
  #search-box-body
  #domestic-search-box
  #searchSwitchArea1
  dl
  dd.number
  ul
  li.child {
  float: right;
  margin-top: 0;
}

#search-box
  #search-box-body
  #domestic-search-box
  #searchSwitchArea1
  dl
  dd.area
  select {
  font-size: 16px !important;
}

#search-box
  #search-box-body
  #domestic-search-box
  #searchSwitchArea1
  dl
  dd.prcBox
  select {
  width: 65%;
  font-size: 16px !important;
}

.sltBox td {
  font-size: 14px !important;
}

.sltBox table select {
  font-size: 16px !important;
}

#search-box p.searchSubmit {
  display: block;
  overflow: hidden;
  width: 160px;
  margin: 12px auto 2px auto;
}

#search-box p.searchSubmit a {
  border-radius: 100px;
  border: 0;
  padding: 6px 0;
  width: 160px;
  margin: 2px auto 8px auto;
  font-size: 100%;
  box-shadow: none;
}

#search-box .inputDate,
#search-box
  #search-box-body
  #domestic-search-box
  #searchSwitchArea1
  dl
  dd
  select {
  font-size: 13px;
}
#search-box .inputDate {
  width: 100%;
}
#search-box
  #search-box-body
  #domestic-search-box
  #searchSwitchArea1
  dl.structure.structure2.lft {
  width: 49%;
  float: left;
}
#search-box
  #search-box-body
  #domestic-search-box
  #searchSwitchArea1
  dl.structure.structure2.lft:last-child {
  margin-left: 2%;
}

#search-box
  #search-box-body
  #domestic-search-box
  #searchSwitchArea1
  dl
  dd
  select {
  border-radius: 4px;
  font-size: 16px !important;
}

#search-box .number ul li.child a {
  line-height: 1.2;
}

body .childBox.popup-contents {
  z-index: 999 !important;
}

#search-box #search-box-body dl.structure label {
  font-size: 16px;
}

@media screen and (max-width: 330px) {
  #search-box #search-box-body dl.structure label {
    font-size: 14px;
  }
}
#ui-datepicker-div {
  z-index: 10000000000000002000 !important;
}

.jdsAlwaysFix2.end {
  display: none !important;
}

.rt-footer {
  z-index: 1 !important;
}

.arealist.kenlist {
  bottom: 1px !important;
  width: 100%;
  z-index: 999;
}

#showMsg {
  display: none !important;
}

#search-box #f_chu {
  margin-top: 0px !important;
  display: inline;
}

#sevInfo h2 {
  width: 100% !important;
}
#sevInfoH2::after {
  content: url(../images/sevInfo.png);
}
#sevInfo table {
  border-color: #0a1b4f;
}
#sevInfo table tr td {
  border-color: #0a1b4f;
  background-color: #e6e6e6;
  color: #0a1b4f;
}
#sevInfo table a {
  color: #0a1b4f !important;
}
#sevInfo table tr.last th {
  border-color: #0a1b4f;
}
#sevInfo table tr th {
  background: #0a1b4f;
}
.btmNav span.noBdr {
  border-right: none;
}

#widewrapper .pagetop {
  position: fixed !important;
  width: 50px;
  height: 50px;
  right: 5px;
  bottom: 74px;
  z-index: 100;
}
#widewrapper .pagetop .cpnAnchor {
  position: relative;
  margin-bottom: 4px;
}
#widewrapper .pagetop .cpnAnchor .close {
  position: absolute;
  height: 40px;
  background: url(../images/close.png) 90% 10px no-repeat;
  background-size: 10px;
  top: -6px;
  left: 0;
  right: -6px;
  text-indent: 9999px;
  display: block;
  z-index: 20;
}
#widewrapper .pagetop a img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#widewrapper .pagetop a:before {
  display: none;
}

#widewrapper .pagetop a {
  display: block;
  width: 100%;
  height: auto;
  background: none;
  border-radius: 0;
}

#contentsArea {
  position: relative;
  background: #fff;
}

/* ----- linkbnr -----*/

.jdsAlwaysFix2.end {
  display: none !important;
}

.rt-footer {
  z-index: 1 !important;
}

.arealist.kenlist {
  bottom: 1px !important;
  width: 100%;
  z-index: 99;
}

.clearFix:after {
  content: "";
  display: block;
  clear: both;
}

#widewrapper {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 200;
  width: 100%;

  box-sizing: border-box;
  color: #444;
  position: relative;
  overflow: hidden;

  z-index: 2;
  /* background: url(../images/topbnr.jpg); */
}

#contentsArea {
  position: relative;
  width: 100%;
  background: #e6e6e6;
  z-index: 1;
}

#contents {
  overflow: visible;
  /* background-color: #000; */
  width: 100% !important;

  margin-bottom: 20px;
  /* background: url(../images/topbnr.jpg); */
  /* overflow: hidden; */
  background-color: transparent;

  position: relative;
  z-index: 1;
}

#contents .twoblock {
  position: relative;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  /* position: absolute;
  top: 36px; */
  /* overflow: hidden; */

  margin: 0 auto;
  z-index: 999;
}

/* ----- AreaSearch -----*/
.columleft {
  order: 2;
  /* margin-top: 30px; */
}

.columright {
  position: absolute;
  top: 36px;
  z-index: 1000;
  right: 6vw;
}

#search-box {
  border: none;
  background: transparent;
}

#schPCSP {
  border: none;
}

#search-box .inputDate {
  background-color: #fff;
}

#search-box #f_heya_su {
  width: 176px;
  padding: 0.56em 5px;
}

#search-box #dh-adlt {
  width: 56px;
  text-align: center;
  padding: 0.4em 5px;
}

#search-box #f_chu,
#search-box #f_shou,
#search-box #f_sai {
  width: 220px;
  padding: 0.56em 5px;
  margin-bottom: 5px;
}

#search-box #dh-adlt,
#search-box #f_heya_su,
#search-box #f_chu,
#search-box #f_shou,
#search-box #f_sai {
  background: #fff;

  border-radius: 5px;
  margin-right: 3px;
  border: 1px solid #777777;

  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0),
    inset 0px 1px 5px rgba(171, 171, 171, 0.6);
  color: #333333;
  line-height: 1.7;
}

#search-box #f_chu {
  margin-top: 5px;
  display: block;
}

#search-box .inputDate {
  background-color: #fff;
  background-image: url(../images/icon_cal.png);
  background-position: center right 10px;
}

#search-box dd.number ul {
  border: none;
  margin-top: 0 !important;
}

#search-box p.searchSubmit a {
  background: transparent;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  text-indent: 2%;
  width: 160px;
  line-height: 16px;
  height: auto;
  border: 1px solid #fff;
}

#search-box p.searchSubmit a:hover {
  color: #ffffff;
}
#search-box .number ul li.adult {
  width: 53%;
}

#search-box .number ul li.child {
  width: 46%;
}

.alwaysFix {

  z-index: 100;
  position: relative;
 
}
.alwaysFix .nav {
  padding: 10px 0;
}

#sevInfo {
  padding: 0 16px;
  color: #333;
}
#sevInfoH2 img {
  display: none;
}
#sevInfo table {
  width: auto;
}
#sevInfoH2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* #sevInfoH2::before {
  content: url(../images/icon_info.png);
} */

.fixTop_bottom {
  bottom: 0;
  top: auto !important;
  position: absolute !important;
  margin-bottom: 40px;
}

/* ----- AreaSearch -----*/

nav.arealist {
  width: 254px;
  padding: 0;
  z-index: 1099;
  /* background: rgba(0, 0, 0, 0.8); */

  color: #999;
}
#ui-datepicker-div {
  z-index: 200 !important;
}
nav.arealist h2 {
  text-align: center;
}

nav.arealist span.sub-arrow {
  display: none;
}

.rt-header .rt-nav-link li a {
  box-sizing: content-box;
}

#search-box {
  /* display: none; */
  margin-bottom: 0;
}
#search-box p.searchSubmit .damibtn {
  transition: all 0.3s ease-out;
}
#search-box p.searchSubmit .damibtn {
  background: #ba0100;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  text-indent: 2%;
  width: 80px;
  line-height: 16px;
  height: auto;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
#search-box p.searchSubmit .damibtn:hover {
  opacity: 0.8;
}

.midashi {
  font-size: 34px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4b3d2f;
  margin-bottom: 48px;
}

.toplogo {
  background-color: #fff;
  clear: both;
  text-align: center;
  padding: 12px;
  padding-bottom: 8px;
}
.toplogo img {
  width: 80%;
}
.toppr {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  background-color: #424242;
  width: 100%;
  clear: both;
  line-height: 1.4;
  text-align: center;
  padding: 8px 0;
  color: #fff;
}

.toppr span {
  color: #d3932f;
}

.bg-full {
  position: relative;

  background-size: cover !important;

  background-position: center center;
  background-repeat: no-repeat !important;
  height: 460px;
  /* transition-duration:2000ms!important; */
}
/* .bg-full:nth-child(4){
background-position: left center;

} */

.bg-full span {
  position: absolute;
  bottom: 0px;
  color: #d2d2d2;
  left: 18px;
  font-size: 12px;
  z-index: 10;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #000000;

  writing-mode: tb-rl;
  float: left;
}
/* .swiper-slide-active {transform: scale(1.04);} */

.swiper-pagination-bullet {
  width: 40px;
  border-radius: 4px;
  height: 2px;
  background-color: #999;
}
.swiper-pagination-bullet-active {
  background-color: #d2d2d2;
}

#PICKUP .swiper-pagination {
  top: auto;
  height: 70px;
  left: 50% !important;

  transform: translateX(-50%);

  width: 300px !important;
  z-index: 1000;

  bottom: 0px;
}
#PICKUP {
  z-index: 0;
}
#PICKUP .swiper-pagination-bullet {
  width: 30px;
}
.swiper-pagination {
  height: 50px;
  left: 50% !important;

  transform: translateX(-50%);

  width: 300px !important;
  z-index: 1000;

  top: 460px;
}

#search-box .structure dt {
  /* font-size: 16px; */
  padding-bottom: 4px !important;
  padding-top: 10px !important;
}

.down {
  margin: 0 auto;
  color: #fff;
  padding: 0px 0 40px;
}
.parts {
  padding: 0 16px 40px;
}
#AREA.parts {
  padding-bottom: 40px;
}
#WHATIS h2 {
  padding-top: 20px;
  margin: 0 32px;
  z-index: 1;
  position: relative;
}
#WHATIS h2 img {
  width: 100%;
}
#sevInfoH2 {
  padding-top: 20px;
}
.parts h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 22px;
  color: #d3932f;
}
.hotelbox {
}
.hotelbox .hotel {
  background-color: #fff;

  box-sizing: border-box;
  color: #dadada;
}
#AREA .hotelbox {
  flex-wrap: wrap;
  display: flex;
  gap: 16px;
}
#AREA .hotelbox .hotel {
  /* border: 1px solid #fff; */
  width: calc((100% - 16px) / 2);
  box-sizing: border-box;
  color: #0a1b4f;
  /* margin-bottom: 24px; */
}
#AREA .hotel .photo img {
}
.hotelbox .hotel a {
  color: #0a1b4f  !important;
  text-decoration: none !important;
}
.hotelbox .hotel a:hover {
  opacity: 0.8;
}
.hotel .photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  /* height: 180px; */
  object-fit: cover;
}
.hotel .hotel-name {
  margin: 0 8px;

  font-size: 10px;
  font-weight: bold;

  padding: 12px 0 0;
  box-sizing: content-box;
  /* display: -webkit-box;

  -webkit-line-clamp: 3; */

  /* text-overflow: ellipsis;
  overflow: hidden;

  -webkit-box-orient: vertical;

  word-wrap: break-word; */
  /* word-break: break-all; */
}
.hotel .area {
  border-top: 1px solid #084a9e;
  margin: 8px 8px 0;
  /* display: flex;
  justify-content: center; */
  /* white-space: nowrap;*/
  /* transform: scale(0.8);  */
  font-size: 10px;
  padding: 10px 8px 0;
  text-align: center;
  font-weight: 500;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  text-overflow: ellipsis;
  overflow: hidden;

  -webkit-box-orient: vertical;

  word-wrap: break-word;
  word-break: break-all;
}
#AREA .hotel .area span {
  display: none;
}

.hotel .pr {
  font-weight: 500;
  font-size: 10px;
  padding: 10px 8px 0;
  line-height: 1.6;

  min-height: 67px;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  text-overflow: ellipsis;
  overflow: hidden;

  -webkit-box-orient: vertical;

  word-wrap: break-word;
  word-break: break-all;
}

.hotel .price {
  font-weight: bold;
  font-feature-settings: "palt";
  margin: 8px 8px 0;
  border-top: 1px solid #084a9e;
  border-bottom: 1px solid #084a9e;
  text-align: center;
}
.hotel .price b {
  font-weight: normal;
  white-space: nowrap;
  transform: scale(0.8);
  font-size: 10px;
  margin-left: -16px;
  display: block;
}

.hotel .price a {
  display: block;

  padding: 8px 0;
}
.hotel .badge {
  width: 30%;

  position: absolute;
  top: -26px;
  right: 0px;
}
.hotel .badge img {
  width: 100%;
}

#AREA .hotelbox .price span {
  display: block;
  line-height: 1.4;
}
#AREA .hotel .price span {
  font-size: 10px;
}
.hotel .price span {
  display: block;

  font-size: 14px;
}
#AREA .hotel .price span em {
  font-size: 16px;
}
.hotel .price span em {
  font-size: 20px;
  font-style: normal;
}

.hotel .point {
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
}

.hotel .point .pdetails {
  font-size: 11px;
  margin-left: -16px;
}
.hotel .point .pdetails span {
}
#AREA .point .pdetails span {
}
#AREA .hotel .point .pdetails em {
  font-size: 16px;
}
.hotel .point .pdetails em {
  font-size: 20px;
  font-style: normal;
}
@media screen and (max-width: 321px) {
  #AREA .hotel .price b {
    white-space: inherit;
  }
  #AREA .hotel .price span em {
    font-size: 15px;
  }
}
.naviholder {
  z-index: 1001;
  height: 80px;
  position: relative;

}
.tabbox {
  top: 0;
  z-index: 100;
  --position: static;
  position: var(--position);
  width: 100%;
  margin: 0 auto;

}

.tabbox.noSub .tabs li:last-child {
  border: none;
}
.tabbox.noSub .tabs li:last-child:after {
  border: none;
}
.tabbox.noSub .tabcontent {
  display: none !important;
}

.tabs {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.tabs li {
  text-align: center;
  /* opacity: 0.85; */
  background-color: #1a275c;
  /* border: 1px solid #999; */

  line-height: 1.5;
  box-sizing: border-box;
  width: calc(100% / 3);
  font-size: 10px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border-right: 1px dashed #fff;
}
.tabs li a,
.tabs li a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.tabs li:after {
  display: block;
  position: absolute;
  /* box-sizing: border-box; */
  border-right: 1px solid #27417a;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #27417a;
  opacity: 0.9;

  content: "";
}
.tabs li:before {
  display: block;
  content: "";
  position: absolute;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  height: 0;
  width: 0;
  bottom: -14px;
  left: 50%;
  z-index: 1001;
}
.tabs li.active {
  /* margin-bottom: -1px;
  border-bottom: 1px solid #000; */
}

.tabs li.active:after {
  background-color: #fff;
  opacity: 1;
}
.tabs li.active:before {
  border-top: 5px solid #1a275c;
}
.tabcontent {
  display: none;
}
.tabcontent > div {
  height: 40px;
  border: 1px solid #999;
  align-items: center;
  display: flex;
}
.tabcontent p {
  cursor: pointer;
  margin-left: 10px;
  font-size: 14px;
}
.tabholder {
  /* display: none; */
}
.tabwrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}

.areattl {
  position: relative;
  z-index: 1;
  margin-left: -12px;
  margin-right: -12px;

  padding: 20px;
}
.areattl img {
  width: 100%;
}

.prebox {
  flex-direction: column;
  display: flex;
}
.prebox li {
  position: relative;
  line-height: 1.5;

  background-color: #0a1b4f;
  box-sizing: border-box;
  padding: 20px;
}
.prebox li:not(:last-child) {
  margin-bottom: 28px;
}
.prebox li dl {
  display: flex;
  flex-direction: column;
}
.prebox li .point {
  width: 120px;
  margin: 0 auto 10px;
  text-align: center;
}
.prebox li .point img {
  width: 100%;
}
.prebox li .title {
  order: 1;
  font-size: 22px;
  text-align: center;
  padding: 16px 0;
}
.prebox li .text {
  font-size: 14px;

  padding: 10px 0;
  text-align: left;
  margin-top: 10px;
}
.prebox li .img {
  text-align: center;
  order: 2;
}
.prebox li .img img {
  width: 100%;
}
.prebox li span {
  width: 40vw;
}
.prebox li span img {
  width: 100%;
}
.prebox li:nth-child(1) span {
  top: -100px;
  position: absolute;
  left: -51px;
}
.prebox li:nth-child(3) span {
  top: -104px;
  position: absolute;
  left: -45px;
}
.prebox li:nth-child(2) span {
  top: -100px;
  position: absolute;
  right: -41px;
}
#f_kin,
#f_kin2 {
  background-color: #fff !important;
}
body.mask {
  position: relative;
}
body.mask::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  margin: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  z-index: 10000;
}

body.mask::after {
  z-index: 10001;
  display: block;
  content: "";
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translate(0, 0);
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;

  text-indent: -9999em;

  animation: load5 1.1s infinite ease;
}

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff,
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.5),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7),
      1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff,
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff,
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff,
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff,
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.5),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff,
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.mainbadge {
  width: 20vw;
  z-index: 1000;
  position: absolute;
  right: 2vw;
  top: 120px;
  transform: translate(0, -50%);
}
.mainbadge img {
  width: 100%;
}
.mainttl {
  width: 85vw;
  z-index: 999;
  position: absolute;
  left: 50%;
  top: 190px;

  transform: translate(-50%, -50%);
}
.mainttl img {
  width: 100%;
}

.mainpr {
  font-weight: 500;
  line-height: 1.5;
  margin: 0 10px;
  font-size: 13px;
  color: #082f52;
  position: relative;
  top: -16px;
  text-align: center;
  z-index: 999;
}

.bigbtn {
  padding: 30px 0;
  border-top: 1px dotted #4f577c;
  border-bottom: 1px dotted #4f577c;
  margin: 30px 16px 20px;
}
.bigbtn ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.bigbtn ul li img {
  width: 100%;
}

.sw1 {
  background-image: url(../images/topbnr1_sp.jpg) !important;
}
.sw2 {
  background-image: url(../images/topbnr2_sp.jpg) !important;
}
.sw3 {
  background-image: url(../images/topbnr3_sp.jpg) !important;
}
.sw4 {
  background-image: url(../images/topbnr4_sp.jpg) !important;
}
.sw5 {
  background-image: url(../images/topbnr5_sp.jpg) !important;
}
.sw6 {
  background-image: url(../images/topbnr6_sp.jpg) !important;
}
.sw7 {
  background-image: url(../images/topbnr7_sp.jpg) !important;
}
.sw8 {
  background-image: url(../images/topbnr8_sp.jpg) !important;
}
.sw9 {
  background-image: url(../images/topbnr9_sp.jpg) !important;
}
.sw10 {
  background-image: url(../images/topbnr10_sp.jpg) !important;
}
.sw11 {
  background-image: url(../images/topbnr11_sp.jpg) !important;
}
.sw12 {
  background-image: url(../images/topbnr12_sp.jpg) !important;
}
.sw13 {
  background-image: url(../images/topbnr13_sp.jpg) !important;
}

.wholder {
  height: 423px;
  z-index: -1;
  margin-top: -423px;
  position: relative;
  margin-left: -50vw;
  margin-right: -50vw;
  top: 10px;
  background-image: url("../images/cloud.png");
  background-size: cover;

  animation: slidein 100s;
  opacity: 0.8;
  animation-fill-mode: forwards;

  animation-iteration-count: infinite;
}
.wholder.low {
  top: 100px;
}

/* Animation */

.parallax > use {
  animation: move-forever 50s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 9s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 11s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 15s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 22s;
}
.parallax > use:nth-child(5) {
  animation-delay: -7s;
  animation-duration: 29s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.icos {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 50px;
  padding-bottom: 30px;
}
.icos li {
  line-height: 1.2;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 66px;
  font-size: 13px;
  white-space: nowrap;
  align-items: center;
  color: #3346a9;
}
.icos li img {
  padding-bottom: 10px;
}

/**/
#osu {
  background-color: #fff;
  padding: 16px;
  position: relative;
  margin: 16px;
}
#osu .pgH2 {
  background: url(../images/icon_kiji.png) center top no-repeat;
  padding-top: 30px;
  background-size: 26px;
  margin: 8px auto 12px auto;
  font-size: 24px;
  text-align: center;
  color: #0a1b4f;
}
#osu .pgH2 span {
  /* background: url(https://img.travel.rakuten.co.jp/tdr/202104/images/icon_kiji.png) left center no-repeat;
    padding: 0 50px; */
}
#osu .swiper-container {
  position: relative !important;
  padding-bottom: 30px;
  z-index: 0;
  overflow: hidden;
}

#osu .swiper-container .swiper-slide {
  width: 300px;
  font-size: 14px;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  padding-bottom: 16px;
  box-sizing: border-box;
}

#osu .swiper-container .swiper-slide {
  color: #000;
  line-height: 1.5;
}
#osu .swiper-container .swiper-slide p {
  margin: 12px;
}
#osu .swiper-container .swiper-slide p span {
  display: block;
  text-align: right;
  font-size: 13px;
  margin-bottom: 6px;
}
#osu .swiper-container .swiper-slide img {
  border-radius: 3px 3px 0 0;
  height: 214px;
  object-fit: cover;
  width: 100%;
}
#osu .swiper-container .swiper-slide .kiji_link {
  display: block;
  width: 90%;
  margin: auto;
  text-align: center;
  color: #fff;
  background: #083258;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
#osu .swiper-container .swiper-slide .kiji_link:hover {
  opacity: 0.8;
}
#osu .swiper-container-horizontal > .swiper-scrollbar {
  opacity: 1 !important;
}
.swiper-container-horizontal > .swiper-scrollbar.swiper-scrollbar2 {
  bottom: 0px;
}

.animate__bounceIn {
  animation-duration: 0.75s;

  animation-name: bounceIn;
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.tabpr {
  text-align: center;
  padding-bottom: 32px;
  font-weight: 400;
  font-size: 13px;
  color: #082f52;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: calc(50% - 16px);
  display: inline-block;
  width: 50px !important;
  height: 50px !important;

  background-image: url(../images/slide_arrow_svg.svg) !important;
  background-position: center center;
  background-size: cover;

  background-repeat: no-repeat;
  border-radius: 100%;
  border: 0;
  cursor: pointer;
  z-index: 66;
  right: -9px !important;

  opacity: 0.8;
}
.swiper-button-prev {
  left: -9px !important;
}
.swiper-button-next {
  transform: scaleX(-1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
}
.note {
  font-size: 12px;
  color: #000;
  padding: 16px;
  padding-top: 0;
}

.shade {
  height: 200px;
  width: 100%;
  position: absolute;
  top: 205px;
  z-index: 999;
  background-image: linear-gradient(
    to bottom,
    rgba(230, 230, 230, 0) 0%,
    rgba(230, 230, 230, 1) 80%
  );
  /* background: linear-gradient(0deg, rgba(230, 230, 230, 1) 100%, rgba(230, 230, 230, 0) 0%); */

  /* background-color: #fff; */
}
@keyframes slidein {
  from {
    background-position: 0 0px;
    background-size: 2761px;
  }
  to {
    background-position: 2761px 0px;
    background-size: 2761px;
  }
}
.cloud1 {
  height: 100px;

  position: absolute;
  top: 0;
  z-index: 11;
  background-image: url("../images/cloud.png");
  background-size: cover;
  background-repeat: no-repeat;

  animation: slidein 90s;

  animation-fill-mode: forwards;

  animation-iteration-count: infinite;
  opacity: 0.7;
}
.cloud2 {
  height: 423px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  background-image: url("../images/cloud.png");
  background-size: cover;

  animation: slidein 120s;
  opacity: 0.4;
  animation-fill-mode: forwards;

  animation-iteration-count: infinite;
}

.notice-error {
  text-align: center;
  margin: 30px auto;
  color: #333;
  font-weight: 500;
}

#topLogo{background-color: #fff;border-top: 1px solid #eaeaea;padding: 12px;text-align: center;}
#topLogo img{width: 100%;}

#OVERVIEW .holder {
  background-color: #FFF;
  margin: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;
  color: #000;
}
#OVERVIEW .holder .title span {
  display: block;
  font-size: 14px;
  padding-bottom: 8px;
}
#OVERVIEW .holder dl {
  line-height: 1.6;
  padding-bottom: 4px;
  color: #000;
}
#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;
}
#OVERVIEW h2 {
    text-align: center;
    font-weight: 500;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    color: #bf0000;
    font-size: 20px;
}