/*////////////// #hawaii CSS Document //////////////*/
/* ===============================================
 #only（基本事項/全共通）　
=============================================== */
#hawaii {
	margin: 0;
}
#hawaii img {
	width: 100%;
	display:block;
}
#cruise, #turtle {
	border-bottom: 1px solid #CECECE;
}
#free .contentsBox, #cruise .contentsBox, #turtle .contentsBox {
	position: relative;
	z-index: 0;
	overflow: hidden
}
.txt01 {
	width: 95%;
	margin: 2% auto 4%;
}
.txt02 {
	width: 95%;
	margin: 3% auto 2%;
}
.titleImage {
	margin: 2%;
}
/* linkBtnArea（ボタンデザイン）------------------*/
.moreBtn {
	width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #000;
	cursor: pointer;
}
.moreBtn p {
	font-size: 1.5rem;
	color: #FFF;
	font-weight: bold;
	line-height: 2.3em;
	text-align: center;
}
.moreBtn a {
	font-size: 1.5rem;
	color: #FFF;
	font-weight: bold;
	line-height: 2.3em;
	text-align: center;
	display: block;
}
#moreList .moreBtn, #moreList01 .moreBtn, #moreList02 .moreBtn, #moreList03 .moreBtn {
	background-image: url("/cmn/img/kanto/icon/instruction/arrow_down_white001.png");
	background-repeat: no-repeat;
	background-size: auto 10px;
	background-position: 95% 50%;
	position: absolute;
	left: 10%;
	bottom: 24px;
}
.moreBtn.closeBtn {
	margin-top: 7%;
}
.moreBtn.closeBtn02, .moreBtn.closeBtn03 {
	margin: 15% auto 7%;
}
/* moreListSec（非表示部分）------------------*/
#moreListSec, #moreListSec01, #moreListSec02, #moreListSec03 {
	display: none;
}
#moreList, #moreList01, #moreList02, #moreList03 {
	display: block;
}	
#moreList .moreBox, #moreList01 .moreBox, #moreList02 .moreBox, #moreList03 .moreBox {
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(0.8, white));
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0, white 80%);
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
}
#moreList.open, #moreList01.open, #moreList02.open, #moreList03.open {
	display: none;
}

/* header (ヘッダー部分)------------------*/
#hawaii #only {
	width: 100%;
}
#hawaii #only #headerArea #naviArea {
	margin-bottom: 0;
}
/*-------SNSボタン-------*/	
#header .sns-buttons iframe {
	border: none;
	overflow: hidden;
	width: 147px;
	height: 21px;
}
#hawaii #only #mainArea > .main {
	/* width: 96%; */
	/* margin: 0 auto 12%; */
	padding: 0 2%;
	/* display: block; */
	background-color: #FFF;
}
#hawaii #only .main h4 {
	width: 100%;
}
#hawaii #only .main h4 img {
	display: block
}
/*-------#busエリア-------*/
#hawaii #only #bus {
	margin-bottom: 10px;
}
#hawaii #only #bus .box {
	margin-bottom: 5px;
}
/*-------#turtleエリア-------*/

#turtle .contentsBox {
	display: block;
}
#turtle #moreListSec02 .subCnt {
	margin: 10% 0 3%;
}
#turtle .subCnt .imgArea {
	margin-top: 3%;
}
#turtle .contentsBox .photo {
	float: none;
	display: block;
	position:relative;
}
#turtle .notice {
	width: 95%;
	margin: 0 0 0 18px !important;
}
#turtle h4 {
	margin: 2% auto;
	display: block;
}
#turtle .title {
	border-left: none;
	padding: 0;
	margin: 0;
	position: relative;
	border-top: 1px solid #CECECE;
}
#turtle .title:after {
	content: "";
	width: 18px;
	height: 12px;
	background-image: url("/cmn/img/kanto/hawaii/service/arrow_down_pink001.png");
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: 88%;
	display: block;
	position: absolute;
	right: 1px;
	top: 42%;
}
#turtle .title.open:after {
	background-image: url("/cmn/img/kanto/hawaii/service/arrow_up_pink001.png");
}
#turtle .closeBox {
	display: block;
	margin: 10% auto;
}
#turtle .closeBox a {
	width: 40%;
	margin: 0 auto;
	background-color: #630;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 2.5em;
	display: block;
	cursor: pointer;
}
#turtle .sub.title {
	width: 95%;
	font-size: 14px;
	font-weight: bold;
	margin: 2% auto;
}
#turtle .sub.title:after {
	display: none;
}
#turtle .whet {
	width: 95%;
	display: block;
	margin: 2% auto 3%;
	border-bottom: solid 3px #630;
	text-align: center;
}
#turtle .whet .p_txt {
	color: #630;
	font-size: 15px;
}
#turtle .whet .small {
	font-size: 12px;
}
#hawaii .map_link {
	text-align: center;
}
#hawaii .map_link img {
	width: 100%;
}
/*-------#spBbqエリア-------*/
#spBbq {
	margin: 2% auto;
	display: block;
}
#spBbq .titleArea {
	display: block;
	position: relative;
}
#spBbq .contentsArea {
	width: 100%;
	display: inline-block;
	margin: 2% auto;
}
#spBbq .contentsArea .contentsBox {
	width: 100%;
	padding: 0;
	display: inline-block;
	margin: 2% auto;
	position: relative;
}
#spBbq .contentsArea .contentsBox .brownTitle {
	width: 100%;
	display: block;
	margin: 0 auto 3%;
	border-bottom: solid 3px #630;
	font-size: 15px;
	text-align: center;
	line-height: 1.5em;
	color: #630;
	padding-bottom: 2px;
}
#spBbq .contentsArea .contentsBox .brownTitle span {
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
}
#spBbq .contentsArea .contentsBox .leadText {
	background-color: rgba(250, 239, 239, 0.75);
	margin: 0 auto;
	width:92.5%;
	display: block;
	padding: 2% 4%;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #630;
	font-weight: bold;
}
#spBbq .contentsArea .contentsBox02 {
	border: #630 solid 1px;
	padding: 21px 5px 10px;
	margin: 6% auto;
	display: block;
	position: relative;
}
#spBbq .contentsArea .contentsBox02 .title {
	border: #630 solid 1px;
	background-color: #fdfaee;
	font-weight: bold;
	padding: 5px 14px;
	display: block;
	position: absolute;
	top: -12px;
	left: 15px;
	border-radius: 8px;
}
/*-------#aulaniエリア-------*/
#aulani {
	margin: 2% auto;
}
#aulani .linkTitle {
	width: 95%;
	margin: 20px auto 0;

	padding-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #DB4687;
	text-align: center;
	border-bottom: solid 3px;
}
#aulani .linkArea.btn {
	background-color: #DB4687;
	background-image: url("/cmn/img/kanto/icon/instruction/arrow_right_white001.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 20px 12px;
}
#aulani .linkArea.btn.multiline a {
	padding: 9px 0 7px;
	color: #fff;
}
/*------- #lealea_roungeエリア-------*/	
#lealea_rounge {
	margin: 2% auto;
}
#lealea_rounge .txt {
	margin: 2% auto;
}
#lealea_rounge .center {
	margin: 2% auto;
}
/*-------# airportエリア-------*/	
#airport {
	width: 98%;
	margin: 0 auto 5px;
	display: block;
}
#airport .box {
	margin: 2% auto;
	display: inline-block;
}
/*-------# wif" appエリア-------*/		
#wifi, #app {
	width: 98%;
	margin: 0 auto 5px;
	display: block;
}
#wifi .text, #app .text {
	width: 95%;
	color: #8E683D;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}
/*-------# tourpointエリア-------*/	
#tourpoint .yellow-box02 {
	background-color: #F4C738;
	border: 2px solid #630;
	margin: 0 auto 2%;
	padding: 13px 7px;
	display: block;
}
#tourpoint .yellow-box02 .title {
	color: #630;
	font-size: 20px;
	font-weight: bold;
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
#tourpoint .yellow-box02 .addition {
	color: #630;
	font-size: 12px;
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	margin: 2% 0 0 10px;
}
#tourpoint .yellowTitle {
	border-bottom: 1px solid #F4C738;
	border-left: 10px solid #F4C738;
	padding: 10px;
	margin: 10px auto;
	font-size: 15px;
	font-weight: bold;
	color: #965504;
}
/*-------#●●●エリア-------*/	
#hawaii .pink {
	overflow: auto;
	background: #DA538E;
	color: #FFFFFF;
}
#hawaii .pink p {
	margin: 20px;
}
#hawaii .trolley {
	width: 100%;
}
#hawaii .box {
	width: 98%;
	margin: 0 auto;
	display: inline-block;
}
#hawaii .box .photo {
	float: right;
	margin: 0 2%;
	width: 40%;
	vertical-align: middle;
}
#hawaii .box .photo img {
	width: 100%;
}
#hawaii .box .txt {
	float: left;
	width: 56%;
}
#hawaii .plan {
	width: 96%;
	overflow: auto;
	margin: 10px auto;
	clear: both;
}
#hawaii .plan_l {
	width: 49%;
	float: left;
	text-align: center;
}
#hawaii .plan_r {
	width: 49%;
	float: right;
	text-align: center;
}
#hawaii .p_txt {
	font-weight: bold;
	color: #DA538E;
}
#hawaii #only .main .notice {
	display: block;
	margin-left: 10px;
}
#hawaii #only .main .notice:before, #cruise .attnArea li:before {
	content: "\00203b";
	width: 10px;
	font-size: 10px;
	margin-left: -10px;
	display: inline-block;
}
@media screen and (max-width: 375px) {
#turtle .whet .p_txt {
	zoom: .9;
}
}
@media screen and (max-width: 320px) {
#turtle .whet .p_txt {
	zoom: .8;
}
}
#hawaii .linkArea.btn.multiline a {
	color: inherit;
}

/* ===============================================
 free（7つのプランから1つ無料で楽しめます）
=============================================== */

#free, #cruise {
	width: 98%;
	margin: 0 auto 5px;
}
#free .longColumn {
	margin-bottom: 2%;
}

#free .freeList {
	clear: both;
	overflow: hidden;
}
#free .freeList li {
	width: 49%;
	margin-bottom: 2%;
	float: left;
}
#free .freeList li:nth-child(even) {
	margin-left: 2%;
}

/* shList（リストデザイン）------------------*/
#free .shList {
	clear: both;
	overflow: hidden;
}
#free .shList li {
	width: 49%;
	margin-bottom: 2%;
	float: left;
}
#free .shList li:nth-child(even) {
	margin-left: 2%;
}

/* ===============================================
cruise
=============================================== */
#cruise .Area02 {
	position: relative;
	overflow: hidden;
}
#cruise .Area02 .photo {
	width: 50%;
	float: right;
	transform: translate(5px, -30px);
}
#cruise .Area02 .txt01 {
	width: 50%;
	float:  left;
}
#cruise .Area03 .cntBox {
	background-color: #fdfaef;
	padding: 3.1%;
}
#cruise .Area03 .cntBox .photo {
	float: right; 
	width: 45%;
	margin-left: 2%
}
#cruise dl dt {
	background-color: #fecb2f;
	display: inline-block;
	margin-top: 2%;
	padding: 1%;
	border-radius: 5px;
	width: 50px;
	text-align: center;
}
#cruise dl dt:first-child {
	margin-top: 0;
}
#cruise dl dd {
	margin: 0 0 1%;
}
.reserved {
	padding: 3.1%;
	margin: 10% 0;
	border: 1px solid #996633;
	position: relative;
	color: #8e683d;
}
.reserved .title {
	position: absolute;
	top: -2.5%;
	left: 5%;
	width: 90%;
}
.reserved dl {
	margin-top: 3%;
}
#cruise .reserved dl dt {
	font-size: 1rem;
	font-weight: bold;
	background-color: transparent;
	display: initial;
	margin-top:  2%;
	padding: initial;
}
#cruise .titleArea {
	margin-top: 2%;
	font-weight: bold;
}
#cruise .titleArea span {
	color: #ee781f;
}
#cruise .linkArea.btn a {
	font-size: 14px;
} 


/* ===============================================
#movies
=============================================== */
#movies .contentsArea .contentsBox{
    padding: 0;
    margin-bottom: 50px;
}
#movies .contentsArea .contentsBox:last-child {
    margin-bottom: 0;
}
#movies .contentsArea .contentsBox .brownTitle {
    width: 100%;
    display: block;
    margin: 0 auto 3%;
    border-bottom: solid 3px #630;
    font-size: 16px;
    text-align: center;
    line-height: 1.5em;
    color: #630;
    padding-bottom: 2px;
}

#movies .contentsArea .contentsBox .text {
  margin: 10px 0;
}

#movies .contentsArea .contentsBox .linkArea.btn{
  margin: 6% 0;
}

#movies .contentsArea .contentsBox .linkArea.btn a{
  padding: 8px 0;
}
#movies .manual p:first-of-type {
  margin-bottom: 15px;
}
#movies .manual p:first-of-type span {
  color: #da538e;
}
#movies .manual p:last-of-type {
  font-size: 10px;
  text-align: center;
}