@charset "utf-8";
/*////////////// BasicCSS Document //////////////*/

/* ===============================================
 all（基本事項/全共通）　
=============================================== */
#headerArea {
  padding-bottom: 1rem;
}
.cntsWrap #headerArea .titleArea.main {
  margin: 0 3.1% 1rem;
}
.titleArea {
  margin: 0;
  padding: 0 3.1%;
}
#hotelArea .titleArea, #tourArea .titleArea {
  margin-top: -3.5rem;
}
.titleArea .titleText {
  color: #333;
  text-align: center;
  font-size: 1.4rem;
  padding: 1rem 0;
}
.phArea {
  padding-bottom: 5px;
}
.descText {
  margin: 0 3.1%;
}
.cap {
  font-size: 1rem;
  line-height: 1.2;
}
/*cntsWrap（背景）---------------------------*/
.cntsWrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("https://www.his-j.com/smp/kanto/special/disney/images/common/bg_01.png") no-repeat 0 0 /100% auto;
  display: block;
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
}
/*linkArea.btn（リンクボタン）---------------------------*/
.linkArea.btn {
  border-radius: 0;
  background: url("https://www.his-j.com/smp/kanto/special/disney/images/common/arrow_right_002.png") no-repeat 97% 50% / 12px 15px, url("https://www.his-j.com/smp/kanto/special/disney/images/common/bg_02.png") repeat top left / 10px 10px;
  box-shadow: 0 3px 0 #3FB4AE;
  margin: 6% 6%;
}
.linkArea.btn.newWindow {
  background: url("/cmn/img/kanto/icon/instruction/box_white001.png") no-repeat 95% 50% / 15px 13px, url("https://www.his-j.com/smp/kanto/special/disney/images/common/bg_02.png") repeat top left / 10px 10px;
}
/*orgText（テキスト）---------------------------*/
.orgText {
  display: block;
  color: #F66868;
  font-weight: bold;
}
.grnText {
  font-weight: bold;
  color: #07817A;
}
/* ===============================================
 slide (スライド)
=============================================== */
div[class^="swiper-container"] {
  overflow: hidden;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
}
.swiper-slide .phArea {
  padding: 0 10% 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}
.swiper-pagination-bullet {
  background: #A0A0A0;
  opacity: 1;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background: url("https://www.his-j.com/smp/kanto/special/disney/images/common/slide_left_001.png") no-repeat center / 100% auto;
  left: 0;
  width: 9%;
  height: 70px;
  top: 9.5rem;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background: url("https://www.his-j.com/smp/kanto/special/disney/images/common/slide_right_001.png") no-repeat center / 100% auto;
  right: 0;
  width: 9%;
  height: 70px;
  top: 9.5rem;
}
.slideCnts {
  padding: 0 3.1%;
}
/*blueSlide（青スライド）---------------------------*/
.blueSlide .swiper-slide {
  background-color: #BCE1DF;
  padding: 10px 0;
}
.blueSlide .swiper-slide .cntsPtn01 .mapTitle {
  width: 90%;
  padding-top: 1px;
}
.blueSlide .swiper-pagination-bullet-active {
  background: #07817A;
}
/*disney_sha（上海）---------------------------*/
#disney_sha #parkArea .blueSlide .slideCnts {
  height: 11rem;
}
/* ===============================================
 cntsPtn01 (テキスト+画像)
=============================================== */
.cntsPtn01 {
  clear: both;
  overflow: hidden;
}
/*テキスト60%+画像39%---------------------------*/
.cntsPtn01 .Box01 {
  float: right;
  width: 39%;
  margin-left: 1%;
}
.cntsPtn01 .Box02 {
  float: right;
  width: 60%;
}
/* ===============================================
 frameArea (フレームボックス)
=============================================== */
.frameArea {
  padding: 0 3.1%;
  margin-bottom: 25px;
}
.frameArea .titleArea {
  padding: 0;
}
.frameArea .frameBox {
  background: url("https://www.his-j.com/smp/kanto/special/disney/images/common/frame_bg_001.jpg") repeat-y top left / 100% 100%;
  padding: 15px 6.2% 25px;
  position: relative;
}
.frameArea .frameBox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25px;
  left: 0;
  bottom: 0;
  background: url("https://www.his-j.com/smp/kanto/special/disney/images/common/frame_btm_001.jpg") no-repeat 0 100% /100% auto;
}
/* ===============================================
 infoArea　
=============================================== */
.infoList > li+li {
  margin-top: 5px;
  padding-top: 10px;
  border-top: dotted 1px #BBB;
}
.infoList > li > p >span {
  font-weight: bold;
  display: block;
}
/*ribbonList (リボンリスト)---------------------------*/
.ribbonList, .ribbonList02 {
  margin-bottom: 5px;
}
.ribbonList > li, .ribbonList02 > li {
  display: inline-block;
  margin: 0;
  padding-right: 10px;
  background: url("https://www.his-j.com/smp/kanto/special/disney/images/common/icon_ribbon_001.png") no-repeat top right /10px 100%;
  width: 10rem;
}
.ribbonList02 > li {
  background: url("https://www.his-j.com/smp/kanto/special/disney/images/common/icon_ribbon_002.png") no-repeat top right /10px 100%;
  width: auto;
}
.ribbonList > li+li, .ribbonList02 > li+li {
  margin-left: 1rem;
}
.ribbonList > li span {
  background-color: #F66868;
  color: #FFF;
  font-weight: bold;
  padding: 1px 5px;
  display: block;
}
.ribbonList02 > li span {
  background-color: #fcd475;
  color: #333;
  font-weight: bold;
  padding: 1px 5px;
  display: block;
}
/*textLink (テキストリンク)---------------------------*/
.textLink {
  text-align: right;
}
.textLink > li {
  display: inline-block;
}
.textLink > li > a {
  text-decoration: underline;
}
.textLink > li > a:after {
  content: "＞";
}
.textLink > li+li {
  margin-left: 0.5rem;
}
.linkArea.btn a {
    font-size: 1.2em;
}
/* ===============================================
 searchArea　
=============================================== */
#searchArea .searchTitle {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #333;
}
#searchArea #tour_search_module .end-place select.dstselect, #searchArea #tour_search_module .selectBox {
  background-color: rgba(255, 255, 255, 0.6);
}
#searchArea #tour_search_module .squeeze-area .btn-area .orange-btn04 {
  border-radius: 0;
  background: url("https://www.his-j.com/smp/kanto/special/disney/images/common/bg_02.png") repeat top left /10px 10px;
  box-shadow: 0 3px 0 #3FB4AE;
}
#searchArea .otherLinkArea {
  border-top: 1px dotted #333;
}
#all-footer.hf201411 {
  background-color: #FFF;
}
/* ===============================================
 floatingMenu　
=============================================== */
#floatingMenu {
  position: fixed;
  bottom: 0;
  height: auto;
  z-index: 999;
  width: 100%;
}
#floatingMenu img {
  width: 100%;
}
#floatingMenu .footerMenu {
  position: relative;
  clear: both;
  overflow: hidden;
  margin-top: 0.5rem;
  padding-top: 2%;
}
#floatingMenu .footerMenu .navTitleTop {
  float: left;
  width: 65%;
  margin: 2% 0 0 1%;
}
#floatingMenu .footerMenu #floatingTop {
  float: left;
  width: 15%;
  margin-bottom: 2%;
}
input[type="checkbox"].on-offBtn {
  display: none;
}
input[type="checkbox"].on-offBtn + label {
  color: #FFF;
  display: block;
  padding: 0.5rem 0 0 0.5rem;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
input[type="checkbox"].on-offBtn + label:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 50rem;
  top: -100%;
  background: rgba(238,238,238,0.8);
  z-index: -2;
}
input[type="checkbox"].on-offBtn:checked + label:before {
  background-color: #F1F1F1;
  border-top: solid 3px #FCD475;
}
input[type="checkbox"].on-offBtn + label > span {
  float: left;
  width: 15%;
  margin: 0 1.5%;
}
#floatingMenu .footerMenu > .navCnts {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  display: block;
}
input[type="checkbox"].on-offBtn + label + .navTop + .navCnts {
  height: 0;
  overflow: hidden;
}
input[type="checkbox"].on-offBtn:checked + label + .navTop + .navCnts {
  height: 25rem;
}
.navCnts .navList {
  background-color: #FFF;
}
.navCnts .navList > li {
  border-top: solid 1px #BFBFBF;
  padding: 2%;
}
.navCnts .navList > li .areaTitle {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 2%;
}
.navCnts .navList > li > .navLinkList {
  clear: both;
  overflow: hidden;
}
.navCnts .navList > li > .navLinkList > li {
  float: left;
  width: 33.3%;
  text-align: center;
}
.navCnts .navList > li > .navLinkList > li a {
  font-size: 120%;
  color: #000;
  display: block;
  line-height: 3rem;
  background: url("https://www.his-j.com/smp/kanto/special/disney/images/common/icon_flag_001.png") no-repeat 15% 20% /auto 85%, url("https://www.his-j.com/smp/kanto/special/disney/images/common/arrow_right_003.png") no-repeat 85% 50% /auto 50%;
}
label.closeBtn {
  display: block;
  text-align: center;
  font-size: 160%;
  padding: 2rem;
  background-color: #FCD475;
}
.go-to-top {
  display: none;
}