.pc {
  display: none !important;
}

#contentsArea {
  background: #FCFBF6;
  overflow: hidden;
  position: relative;
  line-height: 1.4;
  font-family: "Yu Gothic", sans-serif;
}

#contentsArea #contents {
  padding: 0;
  background: none;
  color: #333;
}

#contents .pagetop {
  z-index: 999;
}

#Top {
  position: relative;
}
#Top h1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#Top h1 img {
  display: block;
  width: 100%;
}
#Top .swiper-container {
  position: relative;
  padding-bottom: 40px;
  z-index: 9;
}
#Top .swiper-container .swiper-slide {
  position: relative;
}
#Top .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
}
#Top .swiper-container .swiper-slide span {
  position: absolute;
  right: 0;
  left: 0;
  height: 160px;
  bottom: 0;
  padding: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  letter-spacing: 2px;
}
#Top .swiper-pagination-bullet {
  margin: 0 4px;
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #644915;
  box-sizing: border-box;
  opacity: 1;
}
#Top .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #644915;
}

.bg1, .bg2, .bg3 {
  padding: 40px 16px;
}

.bg2 {
  background: #F5F3F0 url(https://img.travel.rakuten.co.jp/package/special/lounge/202312/images/bg2_sp.png) no-repeat center top/100% auto;
}

.midashi img {
  display: block;
  width: 98%;
  margin: 0 auto 24px;
}

.note {
  font-size: 14px;
  text-align: center;
}
.note small {
  font-size: 12px;
  display: block;
}

#about .swiper-container {
  padding: 24px 0;
}
#about .swiper-container .swiper-slide {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: border-box;
}
#about .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
}
#about .swiper-container .swiper-slide h3 {
  text-align: center;
  margin: 12px;
  font-size: 14px;
}
#about .swiper-container .swiper-slide p {
  font-size: 12px;
  color: #777;
  text-align: center;
  margin: 0 12px 12px;
}

#contentsArea .anchor {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
#contentsArea .anchor li {
  margin: 0 6px;
}
#contentsArea .anchor li a {
  padding: 8px 22px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: "Yu Mincho", sans-serif;
  border-radius: 4px;
  border: 1px solid #644915;
  background: #fff;
  color: #644915;
  font-weight: bold;
  box-sizing: border-box;
}
#contentsArea .anchor li a:active {
  color: #fff;
  background: #644915;
  text-decoration: none;
}

.subMds {
  font-size: 16px;
  color: #644915;
  border-left: 2px solid #644915;
  padding: 2px 0 2px 8px;
  font-family: "Yu Mincho", sans-serif;
  margin-bottom: 33px;
  position: relative;
}
.subMds:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #E2E3E8;
  left: 0;
  bottom: -9px;
}

#contentsArea .swiperDad {
  padding-bottom: 24px;
  margin-bottom: 24px;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #E2E3E8;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .baseArea {
  padding: 10px;
  position: relative;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .mainLink {
  position: absolute;
  top: -24px;
  right: 4px;
  background: rgba(0, 0, 0, 0.6);
  padding: 4px 20px 4px 8px;
  font-size: 12px;
  color: #fff;
  z-index: 10;
  border-radius: 4px;
  line-height: 1;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .mainLink:before {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -3px;
  content: "";
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .area {
  font-size: 12px;
  margin-bottom: 8px;
  color: #777;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .htlName {
  font-size: 16px;
  margin-bottom: 8px;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .explain {
  font-size: 12px;
  margin-bottom: 8px;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .tagBar {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .tagBar li {
  margin: 0 4px;
  width: 56px;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .tagBar li img {
  display: block;
  width: 100%;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .btn li {
  margin-top: 4px;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .btn li a {
  display: block;
  text-align: center;
  padding: 6px 0;
  background: #fff;
  color: #644915;
  border: 1px solid #644915;
  border-radius: 4px;
  font-size: 14px;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .btn li a:active {
  background: #644915;
  color: #fff;
  text-decoration: none;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .btn li a.ana {
  background: #1C0F81;
  color: #fff;
  border-color: #1C0F81;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .btn li a.ana:active {
  color: #1C0F81;
  background: #fff;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .btn li a.jal {
  background: #CC0000;
  color: #fff;
  border-color: #CC0000;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .btn li a.jal:active {
  color: #CC0000;
  background: #fff;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  left: 8px;
  bottom: 8px;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0 2px;
  opacity: 1;
  background: #c4c4c4;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #644915;
}

.swiperKid .swiper-wrapperKid .swiper-slideKid img {
  display: block;
  width: 100%;
}

#osu .tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

#osu .tabs li {
  font-size: 16px;
  padding: 6px 20px;
  border: 1px solid #644915;
  border-radius: 4px;
  margin: 0 4px;
  color: #644915;
  font-family: "Yu Mincho", sans-serif;
}

#osu .tabs li:hover, #osu .tabs li.active {
  background: #644915;
  color: #fff;
}

#osu .swiper .swiper-slide p span {
  display: block;
  text-align: right;
  font-size: 13px;
  margin-bottom: 6px;
}

#osu .hotel-box .swiper-container {
  padding-bottom: 20px;
}

#osu .hotel-box .swiper-container .swiper-slide {
  width: 220px;
  font-size: 13px;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  padding-bottom: 12px;
}

#osu .hotel-box .swiper-container .swiper-slide {
  color: #000;
  line-height: 1.5;
}

#osu .hotel-box .swiper-container .swiper-slide p {
  margin: 10px;
}

#osu .hotel-box .swiper-container .swiper-slide p span {
  display: block;
  text-align: right;
  font-size: 13px;
  margin-bottom: 6px;
}

#osu .hotel-box .swiper-container .swiper-slide img {
  border-radius: 3px 3px 0 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#osu .hotel-box .swiper-container .swiper-slide .kiji_link {
  display: block;
  width: 90%;
  margin: auto;
  text-align: center;
  color: #fff;
  background: #064DA4;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
}

#osu .hotel-box .swiper-container .swiper-slide .kiji_link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.dpBnr {
  margin: 0 16px 40px;
}
.dpBnr img {
  display: block;
  width: 100%;
}
.dpBnr a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=contents_sp.css.map */


.sidenavi{    font-family: 'Noto Serif JP', serif;position: fixed;bottom: 60px;right: 2px;overflow: hidden;z-index: 99;}
.sidenavi dt{display: none;z-index: 999;position: relative;}
.sidenavi dt ul li a{display: block;color: #644915;background-color: #fff;border: 1px solid #D9D1AA;border-radius: 4px;margin-bottom: 5px;padding: 10px 50px 10px 10px;position: relative;}
.sidenavi dt ul li a:after{display: block;content: "";width: 10px;height: 10px;border-right: 1px solid #644915;border-bottom: 1px solid #644915;position: absolute;top:40%;right: 20px;transform: rotate(-45deg);}
.sidenavi dt ul li a:hover{text-decoration: none !important;opacity: 0.8;}
#contents .pagetop{width: 40px;height: 37px;}
#contents .pagetop a {
  width: 44px;
  height: 37px;
  display: block;
  background: url(https://img.travel.rakuten.co.jp/package/special/lounge/202312/images/pagetop.png) no-repeat;
  background-size:44px 37px;
}
#contents .pagetop a:before{border: none;}
.sidenavi dd.trigger{width: 44px;height: 37px; background: #fff url(https://img.travel.rakuten.co.jp/package/special/lounge/202312/images/menu.png) no-repeat center center;border: 1px solid #D9D1AA;border-radius: 4px;display: flex; background-size: 50%;float: right;z-index: 998; position: relative;}
.back{width: 100%;height: 100%;position: fixed;top: 0;right: 0;display: none;z-index: 997;}
