/* CSS for SmartPhone @date     2019.6.10 @author  gyy */
/* ------------------------------------------

------------------------------------------ */
body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.wid98 {
  width: 98%;
}

#widewrapper .pc {
  display: none !important;
}

#contentsArea {
  position: relative;
  background: #FFF;
}

.red {
  color: #b00;
}

#contents {
  background: #fff;
  box-shadow: inset 0px 15px 10px -15px #999;
  padding: 0 0 10px;
}

/* ----- pickup -----*/
.contentright h2 {
  padding: 35px 10px 0;
  text-align: center;
}

.contentright h2 img {
  width: 100%;
  max-width: 373px;
}

ul.pickup {
  overflow: hidden;
}

ul.pickup li {
  width: 47%;
  float: left;
  margin-left: 2%;
  margin-top: 15px;
  line-height: 0;
  text-align: left;
}

ul.pickup li img {
  width: 100%;
}

ul.pickup li a .area_pkup {
  font-size: .8em;
  background-color: #66b821;
  padding: 2px 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  clear: both;
  line-height: 1.5em;
  display: inline;
}

ul.pickup li img {
  box-shadow: 2px 2px 3px #c9c9c9;
}

ul.pickup1 {
  text-align: center;
}

ul.pickup1 li {
  float: none;
  display: inline-block;
}

/* ----- linkbnr -----*/
ul.leftbnr {
  text-align: center;
  margin: 15px;
}

ul.leftbnr li {
  margin-bottom: 10px;
}

ul.leftbnr li img {
  width: 100%;
  max-width: 200px;
}

#contents .superSale a {
  color: #ba0100;
}

.superSale {
  font-weight: normal;
  font-size: 15px;
  display: none;
}

.dropup-menu .navimds.superSale {
  display: block;
}

nav.arealist li.superSale {
  padding-left: 0;
}

nav.arealist li.superSale a {
  padding-left: 0;
  padding-right: 0;
  background: none;
}

nav.arealist li.superSale a:hover {
  background: #eee;
}

nav.arealist li.allarea {
  border-top: none;
}

nav.arealist li.allarea a {
  position: relative;
  display: block;
}

nav.arealist li.allarea a.noken {
  background-image: none;
}

nav.arealist li.allarea a.open {
  background-image: url(https://img.travel.rakuten.co.jp/superdeal/images/base/arrow1down.gif);
}

.area13 {
  line-height: 1.5;
}

.area13>ul {
  display: none;
}

.area13>.isShow {
  display: block;
}

/* btm_nav */
.btmNav {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  background-color: #5d1811;
}

@media screen and (min-width:0px) and (max-width:240px) {
  .btmNav {
    width: 240px;
  }
}

.btmNav .dropup-menu {
  display: none;
  /* box-shadow: 0px 3px 15px #999;  */
  position: absolute;
  bottom: 100%;
  width: 100%;
  border: 1px solid #5d1811;
  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 li:first-child img {
  width: 5%;
}

.btmNav .dropup-menu.areachos {
  padding-bottom: 5px;
}

.btmNav .dropup-menu.areachos li {
  padding: 5px 0;
}

.btmNav .dropup-menu.areachos li select {
  border-radius: 4px;
  padding: 10px;
  background-color: #f7f7f4;
  font-size: .9em;
}

.btmNav .dropup-menu.areachos li.remindMsg {
  padding: 0;
}

.btmNav .dropup-menu:last-of-type .close {
  padding: 8px 0;
}

.btmNav .dropup-menu:last-of-type .close strong {
  padding: 3px 0 3px 29px;
  background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/icon_search.png) 0 -1px/18px auto no-repeat;
}

.btmNav .dropup-menu .close {
  position: relative;
  font-weight: bold;
  background-color: #f1f1f1;
  color: #5d1811;
  cursor: pointer;
}

.btmNav .dropup-menu a,
.btmNav .dropup-menu .close {
  display: block;
  padding: 3px 0;
  font-size: 15px;
}

.btmNav .dropup-menu span strong {
  display: block;
  padding-right: 25px;
  white-space: nowrap;
}

.btmNav .dropup-menu a em,
.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 .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: #5d1811;
  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: #5d1811;
  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: 0;
}

.btmNav .btn em {
  display: inline-block;
  transform: rotate(0deg);
  transition: .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: #5d1811;
}

.btmNav .chose em {
  transform: rotate(180deg);
}




#schPCSP {
  position: relative;
  bottom: 0;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  z-index: 10;
  box-shadow: none;
  border: 1px solid#ba0100;
  border-top: none;
  left: 0;
  display: block !important;
  margin: 16px auto;
}

#schPCSP .close {
  position: relative;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  padding: 8px 0;
  width: 100%;
  display: block;
  color: #FFFFFF;
  background: #ba0100;
}

#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 {
  content: "+";
  color: #FFFFFF;
  position: absolute;
  border: 1px solid #fff;
  padding: 1px 5px 2px 5px;
  font-size: 12px;
  top: 5px;
  right: 5px;
  display: none;
}

#schPCSP .close.open:after {
  content: "-";
}


#search-box {
  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 {
  padding: 0;
}

#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 #747474;
  background-color: #f7f7f4;
  border-radius: 6px;
  font-size: 16px !important;
}


#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;
}

#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dd.number ul li.adult {
  float: left;
  margin-top: 2px;
  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: 0 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%;
}

#search-box .inputDate,
#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dd select {
  font-size: 13px;
}

#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl.structure.structure2.lft {
  width: 46%;
  float: left;
  margin-left: 2%;
}

.hasDatepicker {
  padding: 1px 3px;
}

#search-box #search-box-body #domestic-search-box #searchSwitchArea1 dl dd select {
  height: 30px;
  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: 14px;
}

@media screen and (max-width:330px) {
  #search-box #search-box-body dl.structure label {
    font-size: 12px;
  }
}

#ui-datepicker-div {
  z-index: 9999999999999999999 !important;
}


.jdsAlwaysFix2.end {
  display: none !important;
}

.rt-footer {
  z-index: 1 !important;
}

.mt10 {
  margin-top: 10px !important;
}

#ss_special {
  display: none;
}

#ss_the_sale {
  display: none;
}

.ebnr {
  display: none;
}

.ss1bnr {
  display: none;
}

.ss2bnr {
  display: none;
}

.arealist.kenlist {
  bottom: 1px !important;
  width: 100%;
  z-index: 999;
}

#showMsg {
  display: none !important;
}

#search-box #f_chu {
  margin-top: 5px;
  display: inline;
}

#sevInfo h2 {
  width: 100% !important;
}

.btmNav .dropup-menu li.dealTop {
  width: 184px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.btmNav .dropup-menu li.dealTop a {
  float: none;
  width: 100%;
  margin: 2px 0;
  background: url(https://img.travel.rakuten.co.jp/superdeal/images/base/arrow1right.gif) -5px -7px no-repeat;
}

.btn.btn-default.moreIco.nv {
  border: none;
}

.btmNav span.noBdr {
  border-right: none;
}

/* top */
#top {
  position: relative;
  background: url(https://travel.rakuten.co.jp/superdeal/special/kinkicolor/images/top_bg_sp.jpg) center bottom no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  /* margin-top: 20px; */
  padding-top: 10px;
}

#top h1 {
  margin: 0 5px 0 0;
}

#top h1 img {
  display: block;
  width: 79%;
  margin: 0 auto -8px;
}

.blackmask {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(000, 000, 000, 0.1);
  display: none;
  content: "";
  z-index: 9;
}

.swiper-container {
  height: 170px;
  margin-bottom: 15px;
  z-index: 0 !important;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
  /* width: auto !important; */
  height: 170px;
}

.swiper-slide.t1 {
  width: 110px;
}

.swiper-slide.t2 {
  width: 153px;
}

.swiper-slide.t3 {
  width: 183px;
}

.swiper-slide.t4 {
  width: 174px;
}

.swiper-slide.t5 {
  width: 141px;
}

.swiper-slide.t6 {
  width: 171px;
}

.swiper-slide.t7 {
  width: 164px;
}

.swiper-slide img {
  width: auto;
  height: 170px;
}

.brush {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
  padding-left: 2%;
}

.brush img {
  transform: rotate(39deg);
  -ms-transform: rotate(39deg);
  -moz-transform: rotate(39deg);
  -webkit-transform: rotate(39deg);
  -o-transform: rotate(39deg);
  margin: 10px 1.6% -18px;
  width: 32px;
  height: 75px;
}

.brush img:hover {
  transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  cursor: pointer;
}

.MV {
  opacity: 0;
  position: absolute;
  top: 20px;
  right: 0;
  width: 100%;
  height: 60%;
  z-index: 100;
  display: none;
}

.MV img {
  display: block;
  margin: 0 auto;
  width: 60%;
}

/* navi */
.navi {
  background: url(https://travel.rakuten.co.jp/superdeal/special/kinkicolor/images/tab_bg.png) center top no-repeat;
  background-size: auto 64%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 15px 0 150px;
}

.navi:after {
  position: absolute;
  content: '';
  right: -80px;
  top: 75px;
  width: 150px;
  height: 175px;
  background: url(https://travel.rakuten.co.jp/superdeal/special/kinkicolor/images/up_i_tsuta.png) no-repeat;
  background-size: 100% auto;
  z-index: 0;
}

.navi li {
  width: 36%;
  position: relative;
  z-index: 10;
  margin: 5px -3%;
}

.navi li img {
  display: block;
  width: 100%;
}

.navi li:hover {
  cursor: pointer;
}

/* tabBox */
.areaBox {
  margin: -150px 0 20px;
  position: relative;
  padding-top: 15px;
  line-height: 1.8;
  overflow: hidden;
}

#osakaBox {
  background: url(https://travel.rakuten.co.jp/superdeal/special/kinkicolor/images/bg_wall_osaka_2.png) center top repeat-y;
  background-size: 130% auto;
}

#naraBox {
  background: url(https://travel.rakuten.co.jp/superdeal/special/kinkicolor/images/bg_wall_nara_2.png) center top repeat-y;
  background-size: 130% auto;
}

#wakayamaBox {
  background: url(https://travel.rakuten.co.jp/superdeal/special/kinkicolor/images/bg_wall_wakayama_2.png) center top repeat-y;
  background-size: 130% auto;
}

.ttl img {
  display: block;
  width: 54%;
  margin: 20px auto;
}

#osakaBox .i_curtain,
#naraBox .i_curtain,
#wakayamaBox .i_curtain {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 27%;
}

#o_spot3,
#n_spot3,
#w_spot3,
#o_spot6,
#n_spot6,
#w_spot6 {
  position: relative;
}

#o_spot3:after,
#n_spot3:after,
#w_spot3:after {
  position: absolute;
  content: '';
  top: -70px;
  right: -10px;
  z-index: 10;
  width: 100px;
  height: 193px;
  background: url(https://travel.rakuten.co.jp/superdeal/special/kinkicolor/images/up_i_chandelier_2.png) no-repeat;
  background-size: cover;
}

#o_spot6:after {
  position: absolute;
  content: '';
  left: -10px;
  top: -1280px;
  width: 140px;
  height: 156px;
  background: url(https://travel.rakuten.co.jp/superdeal/special/kinkicolor/images/up_i_bird_1.png) no-repeat;
  background-size: 100% auto;
}

#n_spot6:after {
  position: absolute;
  content: '';
  left: -10px;
  top: -70px;
  width: 140px;
  height: 171px;
  background: url(https://travel.rakuten.co.jp/superdeal/special/kinkicolor/images/up_i_deer_1.png) no-repeat;
  background-size: 100% auto;
}

#w_spot6:after {
  position: absolute;
  content: '';
  left: -10px;
  top: -40px;
  width: 140px;
  height: 145px;
  background-size: 100% auto;
}

#wakayamaBox .i_chandelier {
  position: absolute;
  top: 1230px;
  right: 0;
  z-index: 10;
  width: 25%;
}

.i_bird {
  position: absolute;
  left: 0;
  top: 2960px;
  z-index: 10;
  width: 30%;
}

.i_deer {
  position: absolute;
  left: 0;
  top: 2920px;
  z-index: 10;
  width: 30%;
}

.i_panda {
  position: absolute;
  left: 0;
  top: 3040px;
  z-index: 10;
  width: 40%;
}

.phBox {
  padding: 0 10px;
}

/* .phBox .phList{
  padding-bottom: 20px;
} */
.phBox .phList .ph {
  padding: 0 0 0 4%;
}

.phBox .phList .ph img {
  display: block;
  width: 100%;
}

.phBox .phList .ph ul {
  display: flex;
  justify-content: center;
  margin: -20px 0 20px;
}

.phBox .phList .ph ul li {
  width: 42%;
}

.phBox .phList .ph img {
  display: block;
  max-width: 100%;
  width: auto;
}

.phBox .phList .text {
  margin: -10px auto 40px;
}

.phBox #o_spot5.phList .text,
.phBox #n_spot5.phList .text,
.phBox #w_spot5.phList .text {
  margin-bottom: 80px;
}

.phBox .phList .text .subTtl img {
  display: block;
  width: 82%;
  margin: 0 auto 10px;
}

.phBox .phList .text p {
  font-size: 14px;
  color: #fff;
  padding: 0 10%;
  opacity: .9;
}

.phBox .phList .text p span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

.btnBox {
  padding: 0 1% 0 4%;
  margin: 20px 0 40px;
}

.btnBox a img {
  display: block;
  width: 100%;
}

/* map */
.map {
  position: relative;
  margin: 0 15px 40px;
  overflow: hidden;
}

.mapBg {
  display: block;
  width: 100%;
}

.map h2 {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
}

.map h2 img {
  margin: 0 auto 3%;
  display: block;
  width: 40%;
}

.mapBox {
  position: absolute;
  left: 0;
  bottom: 6%;
  padding: 0 10px;
}

.mapBox>img {
  display: block;
  margin: 0 auto 12%;
  width: 68%;
}

.mapBox ul li a {
  display: block;
  margin-top: 5px;
}

.mapBox ul li a img {
  display: block;
  margin: 0 auto;
  width: 78%;
}

#contents .pagetop {
  position: fixed !important;
  width: 50px;
  height: 50px;
  right: 10px;
  bottom: 75px;
  z-index: 100;
}

#contents .pagetop img {
  display: block;
  width: 100%;
}

#contents .pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background: none;
  border-radius: 0;
}

#contents .pagetop a:before {
  display: none;
}

.surveyArea {
  margin-bottom: 80px;
}

ul.ptexp li .foreg {
  display: none !important;
}

/*-----------------------------

サービス概要

-------------------------------*/
#OVERVIEW {
  padding: 32px 0;
}


#OVERVIEW h2{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bf0000;
}

#OVERVIEW .holder {
  box-sizing: border-box;
  margin: 20px 16px 0;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
  background-color: #fff;
  color: #333;
}

#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: 400;
  padding: 4px 8px;
  background: #ebebeb;
}

#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 .holder dl b {
  font-weight: 700;
}
#topLogo {
  position: relative;
  padding: 12px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background-color: #fff;
}
#topLogo img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#o_spot6 ul {
  width: 100%;
  margin-top: -10px;
  margin-left: -13px;
}
#o_spot6 ul li {
  width: calc(50% - 10px);
}

#w_spot3 ul li:last-child img {
  margin-left: -24px
}