@charset "UTF-8";
.pc {
  display: none !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: #EAEAEA;
  z-index: 10000;
}

body.mask::after {
  z-index: 10001;
  display: block;
  content: "";
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translate(-0.5em, 0);
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
}

#widewrapper {
  color: #333;
  font-family: "Shippori Mincho", serif;
  background: #250305;
  line-height: 1.5;
}
#widewrapper a:hover {
  opacity: 0.8;
}
#widewrapper img {
  vertical-align: bottom;
}

#contents {
  margin: 0 auto;
}

h1 {
  padding: 12px;
  border-top: 1px solid #eaeaea;
  background-color: #fff;
  z-index: 9999;
  position: sticky;
  top: 0;
}
h1 img {
  width: 100%;
}

#TOPBNR {
  position: relative;
  z-index: 10;
}
#TOPBNR .mainBox .mainBg {
  position: absolute;
  left: 29vw;
  top: 2.5vh;
  width: 45vw;
}
#TOPBNR .mainBox .main {
  position: absolute;
  left: 39vw;
  top: 10vh;
  width: 23vw;
}
#TOPBNR .mainBox p {
  position: absolute;
  bottom: 4.5vh;
  letter-spacing: 1px;
  left: 0;
  width: 100%;
  color: #F8E756;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
}
#TOPBNR > img.sp {
  display: block;
  width: 100%;
}

.midashi {
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 600;
}
.midashi small {
  font-size: 20px;
}

.conditionBox {
  background: url(../images/bg_white.png) no-repeat;
  background-size: cover;
  padding: 56px 24px 48px;
  margin: -56px 0 32px;
  position: relative;
  z-index: 9;
}
.conditionBox:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 24px;
  background: url(../images/wave.png) no-repeat;
  background-size: 100% 24px;
  left: 0;
  bottom: -24px;
}
.conditionBox .midashi {
  color: #600F18;
  padding-top: 24px;
}
.conditionBox .folder {
  background: #250305;
  border-radius: 4px;
  padding: 40px 24px 24px;
}
.conditionBox ul {
  position: relative;
  display: flex;
  flex-direction: column;
}
.conditionBox ul::after {
  content: "＆";
  font-size: 40px;
  line-height: 1;
  color: #F8E756;
  order: 2;
  text-align: center;
  margin-bottom: 40px;
}
.conditionBox ul li {
  background: #fff;
  border-radius: 4px;
  margin: 16px 0 24px;
  padding: 64px 16px 8px;
  color: #600F18;
  position: relative;
  order: 3;
}
.conditionBox ul li:first-child {
  order: 1;
}
.conditionBox ul li img {
  display: block;
  margin: 0 auto 16px;
  width: 100%;
}
.conditionBox ul li img.condition2{width: 50%;}
.conditionBox ul li h4 {
  position: absolute;
  top: -30px;
  width: 100%;
  left: 0;
  text-align: center;
}
.conditionBox ul li h4 img {
  width: 80px;
}
.conditionBox ul li h3 {
  text-align: center;
  font-size: 48px;
  letter-spacing: 4px;
  margin-bottom: 16px;
  line-height: 1.2;
}
.conditionBox ul li h3 small {
  font-size: 20px;
  display: block;
  letter-spacing: 6px;
}
.conditionBox ul li p {
  font-size: 14px;
  font-weight: 500;
}
.conditionBox ul li p span {
  display: block;
  text-indent: -18px;
  padding-left: 18px;
}
.conditionBox .subTtl {
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  color: #F8E756;
  margin: 16px auto;
}
.conditionBox .sarani {
  background: #FBF5AA;
  background-size: cover;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 40px;
}
.conditionBox .sarani .off3{padding: 20px 0;}
.conditionBox .sarani .off3txt{padding-bottom: 20px;font-size: 14px;}
.conditionBox .sarani img {
  display: block;
  width: 100%;
}
.conditionBox .count {
  background: #570C14;
  border-radius: 10px;
  padding: 16px;
}
.conditionBox .count img {
  display: block;
  width: 100%;
}
.conditionBox .gensen img {
  display: block;
  margin: 32px auto;
  width: 100%;
}
.conditionBox .gensen p {
  font-size: 13px;
  color: #fff;
}
.conditionBox .gensen p span {
  font-size: 16px;
  display: block;
  text-align: center;
}

.parts {
  margin: 0 auto;
  padding: 48px 0 64px;
}
.parts h2 {
  text-align: center;
}
.parts h3 {
  border-left: 2px solid #bf0000;
  padding-left: 8px;
  font-weight: 400;
}

#FEATURES h2 img {
  width: 28px;
  padding-bottom: 3px;
  margin-right: 4px;
}

#FROMPLAN {
  padding-top: 32px;
}
#FROMPLAN .midashi {
  color: #F8E756;
}
#FROMPLAN .swiper-button-prev {
  width: 23px;
  height: 40px;
  background: url(../images/arr.png) no-repeat;
  background-size: 100%;
}
#FROMPLAN .swiper-button-prev:after {
  display: none;
}
#FROMPLAN .swiper-button-next {
  width: 23px;
  height: 40px;
  background: url(../images/arr.png) no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
}
#FROMPLAN .swiper-button-next:after {
  display: none;
}
#FROMPLAN .hotels {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px;
}
#FROMPLAN .hotels .htlPlan {
  background: #fff;
  line-height: 1.5;
  border-radius: 4px;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
#FROMPLAN .hotels .htlPlan a:hover {
  text-decoration: none;
}
#FROMPLAN .hotels .htlPlan .photo img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
#FROMPLAN .hotels .htlPlan .name {
  font-size: 18px;
  display: block;
  font-weight: bold;
  margin: 0 0 8px;
}
#FROMPLAN .hotels .htlPlan .name a {
  color: #2D2D2D;
}
#FROMPLAN .hotels .htlPlan .area {
  color: #656565;
  margin: 0 0 16px;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
}
#FROMPLAN .hotels .htlPlan .planName {
  font-size: 14px;
  font-weight: 600;
}
#FROMPLAN .hotels .htlPlan .planName a {
  color: #2D2D2D;
}
#FROMPLAN .hotels .htlPlan .box {
  padding: 16px 0;
}
#FROMPLAN .hotels .htlPlan .prpt a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#FROMPLAN .hotels .htlPlan .prpt a .badge {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  padding-bottom: 3px;
  width: 80px;
  height: 80px;
  background: url(../images/percent.png) no-repeat;
  background-size: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
}
#FROMPLAN .hotels .htlPlan .prpt a .badge span {
  color: #fff;
}
#FROMPLAN .hotels .htlPlan .prpt a .badge span em {
  font-style: normal;
  font-size: 20px;
  font-weight: 900;
}
#FROMPLAN .hotels .htlPlan .price-box {
  color: #bf0000;
  padding-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: calc(100% - 100px);
}
#FROMPLAN .hotels .htlPlan .price-box span {
  font-size: 20px;
  padding: 0 8px;
  font-weight: 900;
  font-family: "Murecho", sans-serif;
}
#FROMPLAN .hotels .htlPlan .price-box small {
  color: #2D2D2D;
  font-family: "Shippori Mincho", serif;
}
#FROMPLAN .hotels .htlPlan .point span {
  font-size: 26px;
  font-family: "Murecho", sans-serif;
}
#FROMPLAN .hotels .htlPlan.up .sideR {
  border-top: 1px solid #666;
  padding-top: 16px;
  position: relative;
}
#FROMPLAN .hotels .htlPlan.up .sideR p:first-of-type {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
#FROMPLAN .hotels .htlPlan.up .sideR p.detail {
  font-size: 14px;
  height: 67px;
  overflow: hidden;
  line-height: 1.6;
}
#FROMPLAN .hotels .htlPlan.up .sideR .more {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 43px;
  text-align: right;
  font-size: 14px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 20;
}
#FROMPLAN .hotels .htlPlan.up .sideR .more::after {
  content: "…もっと見る";
  background: #fff;
  padding-left: 16px;
}
#FROMPLAN .hotels .htlPlan.up .sideR.active p.detail {
  display: block;
}
#FROMPLAN .hotels .htlPlan.up .sideR.active p.detail {
  font-size: 14px;
  height: auto;
  overflow: none;
}
#FROMPLAN .hotels .htlPlan.up .sideR.active .more {
  margin-top: 0em;
}
#FROMPLAN .hotels .htlPlan.up .sideR.active .more::after {
  content: "▲閉じる";
}
#FROMPLAN .hotels .review a .num {
  color: #bf0000;
  font-size: 16px;
  font-weight: bold;
  font-family: "Murecho", sans-serif;
}
#FROMPLAN .hotels .review .stars {
  font-size: 16px;
  letter-spacing: 3px;
  margin-right: 7.5px;
  width: 96px;
  text-align: center;
  display: inline-block;
  position: relative;
}
#FROMPLAN .hotels .review .stars .review-base {
  padding-left: 1.5px;
  color: #eaeaea;
  width: 100%;
  box-sizing: border-box;
}
#FROMPLAN .hotels .review .stars .review-rst {
  padding-left: 1.5px;
  color: #ffba00;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  box-sizing: border-box;
}
#FROMPLAN .all-plan {
  width: 70%;
  height: 64px;
  margin: 24px auto 0;
}
#FROMPLAN .all-plan a {
  text-align: center;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #00b900;
  color: #fff;
  position: relative;
  font-size: 14px;
}
#FROMPLAN .all-plan a:hover {
  text-decoration: none;
}
#FROMPLAN .all-plan a:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(-45deg);
}

#OVERVIEW h2 {
  color: #fff;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  display: flex; justify-content: center;align-items: center;
}
#OVERVIEW .holder {
  margin: 24px 16px 0;
  padding: 16px;
  padding-bottom: 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
#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: #600F18;
  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;
  color: #F8E756;
}

.pagetop {
  width: 56px;
  height: 56px;
  position: fixed !important;
  bottom: 65px;
  right: 5px;
  z-index: 999;
}
.pagetop img {
  width: 100%;
}

@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;
  }
}
@media all and (max-width: 720px) {
  .btmNav {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    background-color: #154470;
  }
  .btmNav .dropup-menu {
    display: none;
    position: absolute;
    bottom: 100%;
    width: 100%;
    border: 1px solid #154470;
    background-color: #fff;
    z-index: 9999;
  }
  .btmNav.sp .btn {
    background-color: #154470;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }
  .btmNav span.nv {
    background-color: #154470;
    padding: 0;
    width: 19.8% !important;
    max-width: 19.8% !important;
    margin: 0 !important;
    border-right: 1px solid #fff;
  }
  .btmNav span.btn-default.moreIco {
    margin-right: 0;
    border: none;
  }
  .btmNav span.nv a {
    font-size: 12px;
    font-weight: normal;
  }
  .btmNav .dropup-menu li {
    text-align: center;
  }
  .btmNav .dropup-menu a {
    border-bottom: 1px dotted #ddd;
    margin: 0 1%;
  }
  #contentsArea .dropup-menu a:link:hover {
    text-decoration: none;
    background-color: #f1f1f1;
  }
  .btmNav li:last-child a {
    border-bottom: none;
  }
  .btmNav .dropup-menu .close {
    background-color: #f1f1f1;
    color: #154470;
    cursor: pointer;
  }
  .btmNav .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%;
  }
  .btmNav:after {
    content: "";
    display: block;
    clear: both;
  }
  .btmNav .btn {
    float: left;
    width: 100%;
    padding: 14px 0;
    box-sizing: border-box;
    background-color: #154470;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
  }
}
.btmNav.sp .btn {
  float: left;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  background-color: #154470;
  font-weight: normal;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}

@media all and (max-width: 500px) {
  .btmNav span.nv {
    background-color: #154470;
    padding: 0;
    width: 25% !important;
    max-width: 24.7% !important;
    min-height: 70px;
  }
}
@media all and (min-width: 500px) and (max-width: 720px) {
  .btmNav span.nv {
    background-color: #154470;
    padding: 0;
    width: 19.9% !important;
    max-width: 24.9% !important;
    min-height: 70px;
  }
}
@media (min-width: 0px) and (max-width: 720px) {
  .superSale {
    font-weight: normal;
    font-size: 15px;
    display: none;
  }
  .dropup-menu .navimds.superSale {
    display: block;
  }
  .btmNav {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    background-color: #600F18;
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media screen and (min-width: 0px) and (max-width: 720px) and (min-width: 0px) and (max-width: 240px) {
  .btmNav {
    width: 240px;
  }
}
@media (min-width: 0px) and (max-width: 720px) {
  .btmNav .dropup-menu {
    display: none;
    position: absolute;
    bottom: 100%;
    width: 100%;
    border: 1px solid #600F18;
    background-color: #fff;
    z-index: 9999;
  }
  .btmNav .dropup-menu a {
    position: relative;
  }
  .btmNav .dropup-menu li {
    text-align: center;
    margin: auto;
    padding: 0;
  }
  .btmNav .dropup-menu li:first-child {
    text-align: center;
  }
  .btmNav .dropup-menu:last-of-type .close {
    padding: 8px 0;
  }
  .btmNav .dropup-menu .close {
    position: relative;
    font-weight: bold;
    background-color: #f1f1f1;
    color: #600F18;
    cursor: pointer;
  }
  .btmNav .dropup-menu a, .btmNav .dropup-menu .close {
    display: block;
    padding: 3px 0;
    font-size: 15px;
  }
  .btmNav .dropup-menu .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%;
  }
  .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:after {
    content: "";
    display: block;
    clear: both;
  }
  .btmNav span.nv {
    float: left;
    display: block;
    max-width: 24.9%;
    width: 24.9%;
    padding: 0;
    box-sizing: border-box;
    background-color: #600F18;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    margin: 0;
    min-height: 60px;
    border-right: 1px solid #fff;
  }
  .btmNav span.nv.moreIco {
    margin-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: #600F18;
    font-weight: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
  }
}
@media screen and (min-width: 0px) and (max-width: 720px) and (max-width: 330px) {
  .btmNav span.nv {
    font-size: 11px;
  }
}
@media (min-width: 0px) and (max-width: 720px) {
  .btmNav span.nv a {
    display: block;
    padding: 0;
  }
  .btn.btn-default.moreIco.nv {
    border: none;
  }
  .btmNav span.nv {
    width: 33% !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 720px) and (max-width: 500px) {
  .btmNav span.nv {
    width: 33% !important;
    max-width: 33% !important;
  }
}
.btmNav .dropup-menu {
  display: none;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 1px solid #154470;
  background-color: #fff;
  z-index: 9999;
}

.btmNav .dropup-menu li {
  text-align: center;
}

.btmNav .dropup-menu a {
  border-bottom: 1px dotted #ddd;
  margin: 0 1%;
}

#contentsArea .dropup-menu a:link:hover {
  text-decoration: none;
  background-color: #f1f1f1;
}

.btmNav li:last-child a {
  border-bottom: none;
}

.btmNav .dropup-menu .close {
  background-color: #f1f1f1;
  color: #154470;
  cursor: pointer;
}

.btmNav .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%;
}

.superSale {
  font-weight: normal;
  font-size: 15px;
  display: none;
}

.dropup-menu .navimds.superSale {
  display: block;
}

.btmNav .dropup-menu {
  display: none;
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 1px solid #600F18;
  background-color: #fff;
  z-index: 9999;
}

.btmNav .dropup-menu a {
  position: relative;
}

.btmNav .dropup-menu li {
  text-align: center;
  margin: auto;
  padding: 0;
}

.btmNav .dropup-menu li:first-child {
  text-align: center;
}

.btmNav .dropup-menu:last-of-type .close {
  padding: 8px 0;
}

.btmNav .dropup-menu .close {
  position: relative;
  font-weight: bold;
  background-color: #f1f1f1;
  color: #600F18;
  cursor: pointer;
}

.btmNav .dropup-menu a, .btmNav .dropup-menu .close {
  display: block;
  padding: 3px 0;
  font-size: 15px;
}

.btmNav .dropup-menu .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%;
}

.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%;
}/*# sourceMappingURL=contents_sp.css.map */