div#grpLocationArea {
  position: relative;
  z-index: 10;
}

#widewrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#contentsArea {
  font-family: "Yu Gothic", sans-serif;
  word-wrap: break-word;
  background: #FCFBF6;
  position: relative;
  line-height: 1.6;
}
#contentsArea a:hover {
  transition: all 0.2s ease;
}

#contentsArea #contents {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
  color: #333;
  position: relative;
}

.sp {
  display: none !important;
}

#Top {
  position: relative;
  margin-bottom: 32px;
}
#Top h1 {
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 10;
}
#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: 16px;
  bottom: 20px;
  font-size: 14px;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
#Top .swiper-pagination-bullet {
  margin: 0 6px;
  width: 12px;
  height: 12px;
  background: none;
  opacity: 1;
  box-sizing: border-box;
  border: 1px solid #644915;
}
#Top .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #644915;
}

.bg1 {
  background: url(https://img.travel.rakuten.co.jp/package/special/lounge/202312/images/bg1.png) no-repeat center/100%;
  padding-bottom: 40px;
}

.bg2 {
  background-color: #F5F3F0;
  background-image: url(https://img.travel.rakuten.co.jp/package/special/lounge/202312/images/bg2_1.png), url(https://img.travel.rakuten.co.jp/package/special/lounge/202312/images/bg2_2.png);
  background-size: auto 100%, auto 100%;
  background-position: left, right;
  background-repeat: no-repeat;
  padding: 40px 0 56px;
}

.bg3 {
  background: url(https://img.travel.rakuten.co.jp/package/special/lounge/202312/images/bg3.png) no-repeat center/100%;
  padding: 80px 0;
}

.midashi {
  margin-bottom: 40px;
  text-align: center;
}

.note {
  font-size: 16px;
  text-align: center;
}
.note small {
  font-size: 14px;
  display: block;
}

#about .swiper-wrapper {
  transform: none !important;
  justify-content: center;
  padding: 40px 0;
}
#about .swiper-wrapper .swiper-slide {
  background: #fff;
  width: 282px !important;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin: 0 12px !important;
}
#about .swiper-wrapper .swiper-slide h3 {
  text-align: center;
  padding: 16px;
  font-size: 14px;
}
#about .swiper-wrapper .swiper-slide p {
  font-size: 14px;
  color: #777;
  text-align: center;
  padding: 0 16px 16px;
}

.folder {
  width: 1200px;
  margin: 0 auto;
}

#contentsArea .anchor {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#contentsArea .anchor li {
  margin: 0 12px;
}
#contentsArea .anchor li a {
  padding: 12px 32px;
  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;
}
#contentsArea .anchor li a:hover, #contentsArea .anchor li a:active {
  color: #fff;
  background: #644915;
  text-decoration: none !important;
}

.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 .swiper-wrapperDad {
  transform: none !important;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad {
  width: 580px !important;
  margin: 0 0 48px !important;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #E2E3E8;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .baseArea {
  padding: 40px;
  position: relative;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .mainLink {
  position: absolute;
  top: -41px;
  right: 8px;
  background: rgba(0, 0, 0, 0.6);
  padding: 8px 32px 8px 12px;
  font-size: 16px;
  color: #fff;
  z-index: 10;
  border-radius: 4px;
  line-height: 1;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .mainLink:before {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -4px;
  content: "";
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .mainLink:hover {
  text-decoration: none;
  opacity: 0.7;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .area {
  font-size: 16px;
  margin-bottom: 24px;
  color: #777;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .htlName {
  font-size: 24px;
  margin-bottom: 24px;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .explain {
  font-size: 14px;
  margin-bottom: 24px;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .tagBar {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .tagBar li {
  margin: 0 8px;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .btn li {
  width: 242px;
  margin-top: 16px;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .btn li a {
  display: block;
  text-align: center;
  padding: 12px 0;
  background: #fff;
  color: #644915;
  border: 1px solid #644915;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-slideDad .btn li a:hover {
  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:hover {
  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:hover {
  color: #CC0000;
  background: #fff;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  left: 16px;
  bottom: 16px;
}
#contentsArea .swiperDad .swiper-wrapperDad .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  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: 26px;
}

#osu .tabs li {
  font-size: 16px;
  padding: 12px 32px;
  border: 1px solid #644915;
  border-radius: 4px;
  margin: 0 12px;
  color: #644915;
  font-family: "Yu Mincho", sans-serif;
  font-weight: bold;
}

#osu .tabs li:hover, #osu .tabs li.active {
  cursor: pointer;
  background: #644915;
  color: #fff;
}

#osu .hotel-box .swiper-container {
  position: relative !important;
  padding-bottom: 30px;
}

#osu .hotel-box .swiper-container .swiper-slide {
  width: 20%;
  font-size: 14px;
  border: 1px solid #C3C3C3;
  border-radius: 4px;
  padding-bottom: 16px;
  overflow: hidden;
}

#osu .hotel-box .swiper-container .swiper-slide {
  color: #000;
  line-height: 1.5;
}

#osu .hotel-box .swiper-container .swiper-slide p {
  margin: 12px;
}

#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: 12px 0;
  font-size: 14px;
  border-radius: 4px;
}

#osu .hotel-box .swiper-container .swiper-slide .kiji_link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.dpBnr {
  width: 730px;
  margin: 0 auto 80px;
}
.dpBnr a:hover {
  opacity: 0.8;
}

#contents .pagetop {
  width: 44px;
  height: 37px;
  text-indent: -9999px;
  font-size: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999 !important;
}

#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;
}/*# sourceMappingURL=contents_pc.css.map */

.sidenavi{    font-family: 'Noto Serif JP', serif;position: fixed;bottom: 60px;right: 20px;z-index: 999;}
.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;}