@charset "UTF-8";
/*////////////// tabibitonavi_waterpark/BasicCSS Document //////////////*/
/* ===============================================
 gNav（グローバルナビ部分）　
=============================================== */
#gNav {
  margin: 0;
  position: relative;
  top: 0;
  width: 100%;
  height: 45px;
  background-color: #FFF;
  z-index: 4;
  background-image: url("/cmn/img/kanto/tabi/tabibitonavi/header_menu_icon_001.png");
  background-position: 96% 50%;
  background-repeat: no-repeat;
  background-size: 37px;
}
#gNav .drawer-hamburger-logo {
  width: auto;
  height: 45px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
}
#gNav .drawer-hamburger-logo img {
  width: auto !important;
  height: 100%;
}
#gNav .drawer-hamburger {
  width: 45px;
  height: 45px;
  padding: 0 10px;
  position: relative;
  top: 0;
}
#gNav .drawer-hamburger-icon { display: none; }
#gNav .drawer-hamburger-icon,
#gNav .drawer-hamburger-icon:after,
#gNav .drawer-hamburger-icon:before { background-color: #FFF; }
#gNav .drawer-hamburger-image img {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
}
/* drawer-open（展開時）------------------*/
.drawer-open #gNav {
  position: inherit;
  z-index: 1;
  background: transparent;
}
.drawer-open #gNav .drawer-hamburger {
  position: fixed;
  top: 20px;
  z-index: 4;
}
.drawer-open #gNav .drawer-hamburger-icon {
  background-color: transparent;
  display: block;
}
.drawer-open #gNav .drawer-hamburger-image { display: none; }
.drawer-nav .drawer-menu {
  padding-top: 40px;
  border-bottom: 1px dotted #000;
}
.drawer-nav .drawer-menu li {
  background-image: url("http://smp.his-j.com/cmn/img/kanto/icon/instruction/arrow_right_black001.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 20px 12px;
  border-top: 1px dotted #000;
}
.drawer-nav .drawer-menu .drawer-menu-item { font-size: 1.3rem; }
.drawer-nav .item-title {
  padding: 2.5em 0 0.5em 0.5em;
  font-size: 1.6rem;
}
.drawer-nav .item-title+.drawer-menu { padding-top: 0; }
/* gNavWrap（追従時）------------------*/
#gNavWrap.fixed #gNav {
  position: fixed;
  top: 0px;
  z-index: 2;
}
/* #breadcrumbArea（パンくず）------------------*/
#breadcrumbArea .breadcrumbList { border-bottom: solid 1px #000; }

/* ===============================================
 all（全体）　
=============================================== */
#mainArea {
  margin: 0;
  color: #000;
}
#headerArea .titleArea.main,
#mainArea section { margin: 0; }
#headerArea .titleArea.main img { width: 100%; }
/* .phArea（画像）------------------*/
.phArea { margin-bottom: 0.7rem; }
/* .descText（テキスト）------------------*/
.descText { margin-bottom: 0.8rem; }
/* lNav（ローカルナビ）------------------*/
.lNav {
  background: url(https://www.his-j.com/smp/kanto/special/tabi/images/tabibitonavi/waterpark/bg_navi.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 1.5rem 0;
}
.lNav .phText {
  margin: 0 auto 1.5rem;
}
.lNav .tabMenu {
  overflow: hidden;
  margin: 0;
  display: flex;
}
.lNav .tabMenu > li:first-child { width: 35.33%; }
.lNav .tabMenu > li:nth-child(2) { width: 33.63%; }
.lNav .tabMenu > li:last-child { width: 31.03%; }
/* ===============================================
 aboutArea（ウォーターパーク概要説明コンテンツ）　
=============================================== */
#aboutArea {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  padding: 28px 5.3% 21.6%;
  position: relative;
}
#aboutArea:after {
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 13.4%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(https://www.his-j.com/smp/kanto/special/tabi/images/tabibitonavi/waterpark/bg_about_after.png) no-repeat 0 0;
  background-size: cover;
}
#aboutArea p {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
}
#waterpark_dubai #aboutArea {
  background-image: url(https://www.his-j.com/smp/kanto/special/tabi/images/tabibitonavi/waterpark/01_bg_about.jpg);
}
#waterpark_singapore #aboutArea {
  background-image: url(https://www.his-j.com/smp/kanto/special/tabi/images/tabibitonavi/waterpark/02_bg_about.jpg);
}
#waterpark_cebu #aboutArea {
  background-image: url(https://www.his-j.com/smp/kanto/special/tabi/images/tabibitonavi/waterpark/03_bg_about.jpg);
}

/* ===============================================
 highliteArea（ウォーターパークの見どころコンテンツ）　
=============================================== */
#highliteArea {
  background: url(https://www.his-j.com/smp/kanto/special/tabi/images/tabibitonavi/waterpark/bg_highlight.jpg) repeat-y 0 0;
  background-size: 100% auto;
  padding: 30px 0 60px;
  text-align: center;
  overflow: hidden;
}
#highliteArea h3 {
  margin: 0 2.6% 30px;
}
#highliteArea .subttl {
  background-color: #f6ff00;
  display: inline-block;
  padding: 5px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 auto 15px;
}
.highlite_slider {
  position: relative;
  opacity: 0;
  transition: 3s;
  margin-bottom: 20px;
}
.slick-initialized{ opacity: 1; }
.highlite_slider .arrow {
  position: absolute;
  width: 8.5%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.highlite_slider .prev { left: 1.5%; }
.highlite_slider .next { right: 1.5%; }
.highlite_slider .slick-list { margin: 0 5.3%; }
div[class^="attraction"] {
  color: #fff;
  margin-bottom: 50px;
}
div[class^="attraction"] h4 {
  margin: 0 5.3% 15px;
  font-size: 1.8rem;
  font-weight: bold;
}
div[class^="attraction"] p {
  margin: 0 5.3%;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
}
.attraction02 .thumb { margin: 0 5.3% 20px; }
#highliteArea .access,
#highliteArea .citydata {
  margin: 0 5.3%;
  background: #fff;
  border-radius: 20px;
  padding: 20px 5.97% 30px;
}
#highliteArea .access { margin-bottom: 30px; }
#highliteArea .ttl {
  color: #fb5e91;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}
#highliteArea .ttl span {
  display: block;
  margin: 0 auto 5px;
}
.access .txt {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 15px;
}
#highliteArea .access .ttl span { width: 34.4%; }
#highliteArea .citydata .ttl span { width: 44.7%; }
.citydata .data_detail {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.data_detail .time,
.data_detail .currency {
  width: 50%;
  margin-bottom: 20px;
}
.data_detail .clothes { width: 100%; }
.data_detail .item_ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 10px;
}
.data_detail .item_ttl:before {
  content: '';
  display: inline-block;
  margin-right: 11px;
  vertical-align: middle;
  height: 0;
  padding-bottom: 19.28%;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 100%;
}
.data_detail .time .item_ttl:before {
  background-image: url(https://www.his-j.com/smp/kanto/special/tabi/images/tabibitonavi/waterpark/icon_time.png);
  width: 23px;
}
.data_detail .currency .item_ttl:before {
  background-image: url(https://www.his-j.com/smp/kanto/special/tabi/images/tabibitonavi/waterpark/icon_currency.png);
  width: 26.5px;
}
.data_detail .clothes .item_ttl:before {
  background-image: url(https://www.his-j.com/smp/kanto/special/tabi/images/tabibitonavi/waterpark/icon_clothes.png);
  width: 30.5px;
  padding-bottom: 9.64%;
}
.data_detail p {
  font-size: 1.4rem;
  line-height: 1.5;
}
/* ===============================================
 tourArea（おすすめツアーコンテンツ）　
=============================================== */
#tourArea {
	background: url(https://www.his-j.com/smp/kanto/special/tabi/images/tabibitonavi/waterpark/bg_tourArea.jpg) no-repeat 0 0;
	background-size: 100%;
	overflow: hidden;
}
#tourArea .tourttl {
	width: 55.6%;
	margin: 27px auto 35px;
}
#tourArea .descText { margin-bottom: 0; }
#tourArea .hotelArea {
  margin: 0 5.3% 45px;
  box-sizing: border-box;
}
.hotelArea .hotelttl {
	width: 40.6%;
	margin: 27px auto 35px;
}
.hotelArea .thumb { margin: 0 2.23% 20px; }
.hotelArea h4 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.hotelArea p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
#tourArea .link_txt { text-align: right; }
#tourArea p.link_txt { margin: 25px 3.1%; }
#tourArea .link_txt li:first-child { margin-bottom: 10px;}
#tourArea .link_txt a {
  color: #626262;
  font-size: 1.4rem;
  text-decoration: underline;
}
#tourArea .link_txt a:after {
  content: '';
  display: inline-block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fb5e91;
  margin-left: 8px;
  vertical-align: middle;
}
.tourListArea {
}
.tourListArea .tour_box {
  background-color: #ddf0ff;
  margin: 0 auto;
  width: 94.1%;
  box-sizing: border-box;
  padding: 3.1%;
  box-shadow: rgba(0,0,0,0.2) 0 0 15px;
}
.tourListArea .tour_box + .tour_box {
	margin-top: 25px;
}
.tourListArea h3 {
  width: 58%;
  margin: 0 auto 18px;
}
/* tour-preview（APIデザイン部分）------------------*/
#container .tour-preview {
  padding: 0 0 10px;
  border-bottom: none;
}
#container .tour-preview .on-airport { display: none; }
#container .tour-preview .tour-img {
  width: 100%;
  height: 150px;
  margin: 0;
  float: none;
}
#container .tour-preview .tour-img .tour-img-container {
  width: 100%;
  height: 100%;
}
#container .tour-preview .tour-desc {
  width: 100%;
  margin: 0;
  float: none;
}
#container .tour-preview .tour-desc .tour-desc-text02 { margin: 5px 0 0; }
/* tourBox（ツアーボックス）------------------*/
.api_detail_spr_tour+.tourBox {
  border-top: dotted 1px #289cff;
  padding: 3% 0 4%;
  color: #626262;
}
.tourBox > .descText {
  clear: both;
  overflow: hidden;
}
.tourBox > .descText:before {
  content: "■";
  float: left;
}
.tourBox > .descText > p {
  display: block;
  margin-left: 1em;
  font-size: 90%;
}
.titleBox {
  display: block;
  font-weight: bold;
  line-height: 2rem;
  font-size: 1.3rem;
}
.descText+.descText { padding-top: 3%; }
.tourBox .smallText {
  font-size: 90%;
  line-height: 0;
  color: #666;
}
/* linkArea（ボタン）------------------*/
#castle_deu #tourArea .linkArea.btn {
  background: #72640a;
  box-shadow: 0 5px #544b13;
}
#castle_ita #tourArea .linkArea.btn {
  background: #6c3432;
  box-shadow: 0 5px #4e201e;
}
#castle_fra #tourArea .linkArea.btn {
  background: #305566;
  box-shadow: 0 5px #1e3b48;
}
#tourArea .linkArea.btn {
  background-color: #ffd325;
  box-shadow:rgba(255,156,0) 0 4px 0;
  border-radius: 8px;
  background-image: url(https://www.his-j.com/smp/kanto/special/tabi/images/tabibitonavi/waterpark/icon_newwindow.png);
  background-size: 15px;
  background-position: 92.8% 50%;
  margin: 30px 16.8% 46px;
}
#tourArea .linkText a {
  color: #000;
  padding: 11px 0;
}

/* ===============================================
 footerArea（フッターエリア）　
=============================================== */
#footerArea { margin: 0; }
/* .titleArea.headlines（タイトルデザイン）------------------*/
.cntsWrap .titleArea.headlines {
  background-image: none;
  background-color: transparent;
  text-align: center;
  padding: 0;
  margin: 3% 3% 7%;
  border-bottom: solid 5px #000;
  position: relative;
}
.cntsWrap .titleArea.headlines .titleText {
  color: #000;
  padding: 1em 0 0.5em;
  font-size: 2rem;
}
.cntsWrap .titleArea.headlines::before,
.cntsWrap .titleArea.headlines::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 46.5%;
  height: 0;
  width: 0;
  border: 15px solid transparent;
}
.cntsWrap .titleArea.headlines::before { border-top: 20px solid #000; }
.cntsWrap .titleArea.headlines::after {
  margin-top: -7px;
  border-top: 20px solid #fff;
}
/* .otherLinkTitle（サブタイトルデザイン）------------------*/
#searchArea .otherLinkArea {
  border-top: none;
  padding: 0;
  text-align: center;
}
.otherLinkTitle {
  font-weight: bold;
  padding: 0 2.5% 1.5%;
  border-bottom: solid 3px #000;
  display: inline;
  font-size: 130%;
}
/* .linkArea.btn（フッターエリア/ボタンデザイン）------------------*/
#searchArea #tour_search_module .squeeze-area .btn-area .orange-btn04 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(253, 171, 41)), color-stop(100%, rgba(253, 171, 41, 1)));
  box-shadow: 0 3px rgb(202,133,30);
}
.otherLinkArea .linkArea.btn { box-shadow: 0 3px rgb(202,133,30); }
/* .featureArea（おすすめ特集エリア部分）------------------*/
#featureArea .featureList li { border-bottom: none; }
#featureArea .featureList li+li { border-top: dotted 1px #000; }
#featureArea .featureList { padding: 0 3.1%; }
#featureArea .featureList .featureBox .phArea { padding: 0 2% 0 0; }
#featureArea .featureList .featureBox .detailArea .titleText { color: #000; }
#featureArea .featureList li { background-image: url("/cmn/img/kanto/icon/instruction/arrow_right_black001.png"); }
