/* CSS for SmartPhone @date     2019.6.10 @author  gyy */
/* ------------------------------------------

------------------------------------------ */
body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

#widewrapper .pc {
  display: none !important;
}

#contentsArea {
  position: relative;
  background: #fff;
}

#contents {
  background: #fff;
  box-shadow: inset 0px 15px 10px -15px #999;
  padding-top: 0 !important;
}



.nav {
  display: none;
}

/* ----- linkbnr -----*/

.superSale {
  font-weight: normal;
  font-size: 15px;
  display: none;
}

.dropup-menu .navimds.superSale {
  display: block;
}

nav.arealist li.allarea {
  border-top: none;
}

nav.arealist li.allarea a {
  position: relative;
  display: block;
}

/* btm_nav */
.btmNav {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  background-color: #252f39;
}

@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 #252f39;
  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: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: #dcdcdc;
  color: #252f39;
  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 .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: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: #252f39;
  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: #252f39;
  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 {
  display: block;
  padding: 0;
}

#schPCSP {
  position: relative;
  bottom: 0;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  z-index: 10;
  box-shadow: none;
  border: 1px solid #252f39;
  left: 0;
  display: block !important;
}

#schPCSP .close {
  position: relative;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  padding: 8px 0;
  width: 100%;
  display: block;
  color: #ffffff;
  background: #252f39;
}

#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 #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.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;
}

.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%;
}

#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;
}

#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;
  }
}

.arealist.kenlist {
  bottom: 1px !important;
  width: 100%;
  z-index: 999;
}

#search-box #f_chu {
  margin-top: 5px;
  display: inline;
}

.btn.btn-default.moreIco.nv {
  border: none;
}

#contents .pagetop {
  position: fixed !important;
  width: 50px;
  height: 50px;
  right: 10px;
  bottom: 75px;
  z-index: 100;
  display: none !important;
}

#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;
}
@media screen and (max-width: 320px) {
  .keyvisual .fadeIn img{transform: scale(0.4) !important;}
}
.keyvisual .fadeIn img{transform: scale(0.5);}
.keyvisual .bg{transform: scale(1);}
.keyvisual .fadeIn{z-index: 20;position: absolute;}
.keyvisual{display: flex;justify-content: center;align-items: center;position: relative;}
.keyvisual .kumo01{position: absolute; top: 2%;right: 5%;z-index: 20;animation: kumoright 0.4s;}
.keyvisual .kumo01 img,.keyvisual .kumo02 img{transform: scale(0.4);}
.keyvisual .kumo02{position: absolute; bottom: 2%;left:5%;z-index: 20;animation: kumoleft 0.4s;}
.columright img{max-width: 100%;}

#about{position: relative;background: #edeee9;padding-top: 10px;}
#about .p2{position: absolute;padding: 20px 10px 10px 30px;}
#about .p1{text-align: center;}
#about .p1 img{width: 46%;padding: 10px;}

#spot{margin: 20px 0;}
#spot .jdsTabNav{display: flex;}
#spot .jdsTabNav li{width: 50%;display: flex;justify-content: center; background: #d8d8d8;padding: 15px 0;}
#spot .jdsTabNav li.here{background: #252f3a;}
#spot .jdsTabNav li img.on{display: none;}
#spot .jdsTabNav li img{width: 60%;}
#spot .jdsTabNav li.here img.on{display: block;}
#spot .jdsTabNav li.here img.off{display: none;}

#spot .jdsTabMain{background: #334251;}
.maintxt{
  animation:leftDownUp 1s;
  position: absolute; 
right:50%;
 top: 27px;
width: 48%;
padding-left: 10px;
}

.kyotomain{background: url(../images/kyotomainmap.png) no-repeat 95%  center; height: 270px; position: relative;background-size: 40%;}
.shigamain{background: url(../images/shigamainmap.png) no-repeat 95%  center; height: 270px; position: relative;background-size: 40%;}

.spot{padding: 40px 20px;}
h2.spotname{position: relative;text-align: center; animation:titleAnisp 2s;}
#kyoto01 h2.spotname:before{display: block;content: "";position: absolute;background: url(../images/kyoto01icon.png) no-repeat;width: 32px;height: 30px;top: -44px;right: 44%;background-size: cover;}
#kyoto02 h2.spotname:before{display: block;content: "";position: absolute;background: url(../images/kyoto02icon.png) no-repeat;width: 32px;height: 30px;top: -44px;right: 44%;background-size: cover;}
#kyoto03 h2.spotname:before{display: block;content: "";position: absolute;background: url(../images/kyoto03icon.png) no-repeat;width: 25px;height: 33px;top: -44px;right: 44%;background-size: cover;}
#kyoto04 h2.spotname:before{display: block;content: "";position: absolute;background: url(../images/kyoto04icon.png) no-repeat;width: 37px;height: 25px;top: -44px;right: 44%;background-size: cover;}
#kyoto05 h2.spotname:before{display: block;content: "";position: absolute;background: url(../images/kyoto05icon.png) no-repeat;width: 32px;height: 30px;top: -44px;right: 44%;background-size: cover;}
#kyoto06 h2.spotname:before{display: block;content: "";position: absolute;background: url(../images/kyoto06icon.png) no-repeat;width: 37px;height: 30px;top: -44px;right: 44%; background-size: cover;}
#shiga01 h2.spotname:before{display: block;content: "";position: absolute;background: url(../images/shiga01icon.png) no-repeat;width: 32px;height: 30px;top: -44px;right: 44%;background-size: cover;}
#shiga02 h2.spotname:before{display: block;content: "";position: absolute;background: url(../images/shiga02icon.png) no-repeat;width: 41px;height: 19px;top: -39px;right: 44%;background-size: cover;}
#shiga03 h2.spotname:before{display: block;content: "";position: absolute;background: url(../images/shiga03icon.png) no-repeat;width: 32px;height: 32px;top: -44px;right: 44%;background-size: cover;}
#shiga04 h2.spotname:before{display: block;content: "";position: absolute;background: url(../images/shiga04icon.png) no-repeat;width: 44px;height: 20px;top: -39px;right: 44%;background-size: cover;}
#shiga05 h2.spotname:before{display: block;content: "";position: absolute;background: url(../images/shiga05icon.png) no-repeat;width: 30px;height: 34px;top: -39px;right: 44%;background-size: cover;}

.spottxt{animation:leftDownUp 0.5s;}
.spotimg img{border: 12px solid #252f3a; display: block;margin: 10px auto 20px;}
.spottxt{text-align: center;padding: 0 10px;}
#kyoto01,#shiga01{position: relative;background: url(../images/kyoto01bg.png) no-repeat top center;background-size: 100%;}
#kyoto02,#shiga02{position: relative;background: url(../images/kyoto02bg.png) no-repeat top center;background-size: 100%;}
#kyoto03,#shiga03{position: relative;background: url(../images/kyoto03bg.png) no-repeat top center;background-size: 100%;}
#kyoto04,#shiga04{position: relative;background: url(../images/kyoto04bg.png) no-repeat top center;background-size: 100%;}
#kyoto05,#shiga05{position: relative;background: url(../images/kyoto05bg.png) no-repeat top center;background-size: 100%;}
#kyoto06{position: relative;background: url(../images/kyoto06bg.png) no-repeat top center;background-size: 100%;}

.bigbtn{display: block;margin: 20px 10px;text-align: center;}
.columright,#contents{width: 100%;overflow: hidden;}
.gaiyoholder{padding-top: 20px;}

.covid{font-size: 16px; color: #f8efe5;font-family: 'Shippori Mincho B1', serif;font-weight: 600; padding:0 20px 40px 20px; line-height: 160%;}
.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;}


#sevInfo h2{width: 100% !important;padding-top: 30px !important;margin-top: 0;}




/* 202505 new gaiyou */
#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{max-width: 100%;}
#survey-list *{box-sizing: content-box !important;}
.keyvisual img{max-width: 100%;}
.keyvisual {margin-bottom: 10px;}
.columright{margin-top: 10px;}