@charset "utf-8";

@import url(//fonts.googleapis.com/css?family=Passion+One:400,700);

/****************************************
		0. 全体の設定
*****************************************/
/* IE7でpadding指定 */
*:first-child+html body {padding-left: 1px;}
/* IE6以下でpadding指定 */
*html body {padding-left: 1px;}
/*--clearfix--*/
.clearfix:after {	visibility: hidden;display: block;font-size: 0;clear: both;height: 0;}
.clearfix{zoom:100%;	overflow:hidden; /* for dreamweaver */}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clear{display: block;clear:both;font-size: 0;margin:0px;	padding:0px;border:0px;height:0px;line-height:0px;visibility: hidden;content: " ";}
html,body {text-align:left;	color:#333333;}
h1,h2,h3,h4,h5{font-weight: normal;	margin:0;padding:0;}
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local("Yu Gothic Medium");
}
html{font-size: 62.5%;}
body{font-size: 1.4em ;font-family: "mplus-1p-regular", Verdana, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;}

.sp-none{display: none !important;}

.danna-bnr{
	margin: 0 auto 5px;
	width: 90%;
	transition:all 0.6s ease;
	font-size: 0.7em;
	text-align: center;
}
.danna-bnr a{
	text-decoration: underline;
}
.danna-bnr img{
	width: 95%;
	margin-bottom: 5px;
}
.danna-bnr:hover{
	display: block;
	transition:all 0.2s ease;
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

#credit-wrap{ width:100%; border-top:solid 1px #EFEFEF;}
#credit{
	width:95%;
	margin:0 auto;
	height:40px;
	padding:8px 0;
}
/*#credit .left{width:400px; display:block;}*/
#credit p{ /*float:right; width:300px;*/ padding:5px 0; text-align:right; color:#2CACE6; font-size:12px;  text-align:right;}
/*スマホリセット
*****************************/
/*select,
input,
option{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius: 0;
	border: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
	border-radius: 0;
	border: none;
}*/

/*全体設定
*****************************/
*{
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
}
html,body{
	margin: 0;
	padding: 0;
	/*background: #000;*/
}

#wrap{
	width: 100%;
	/*max-width: 1800px;*/
	height: 100%;
	margin: 0 auto;
	font-size: 16px;
	color: #333;
	font-family:Meiryo, Verdana, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", sans-serif!important;
}


#pagetop{
	/*display: none;*/
	position: fixed;
	right: 30px;
	bottom: 20px;
	filter:alpha(opacity=80);
	opacity:0.8;
}
#pagetop:hover{
	filter:alpha(opacity=50);
	opacity:0.5;
}



/*全体
************************/

.section{
	width: 100%;
	text-align: center;
}
.section-box{
	clear: both;
	width: 100%;
	/*min-height: 450px;*/
	/*margin: 40px auto;*/
	/*background-color: #EEE;*/
	/*overflow: visible;*/
	margin: 0 auto;
}
.section-ttl{
	width: 95%;
	/* margin: 0 auto; */
	/* text-align: center; */
}

.section-pic img{
	width: 100%;
}

/*メインビジュアル
************************/
#l-mainHeader{
	width:100%;
	padding: 0;
		background: url(../img/mainvisual.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size:960px;
	position: relative;
}
.main-ttl{}
.main-ttl img{width: 100%;}
.main-btn{
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -50px;
	transition:all 0.6s ease;
	/* box-shadow: 0px 1px 1px #ccc; */
	-moz-box-shadow: 0px 1px 1px #ccc;
	/* -webkit-box-shadow: 0px 1px 1px #ccc; */
}
.main-btn:hover{
	display: block;
	transition:all 0.2s ease;
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.main-btn img{width: 50%;}

/*グローバルナビ
************************/
#l-gnavi{
	opacity: 1;
	transition:all 0.4s ease;
	margin-top: 0px;
}
#l-gnavi-footer{
	margin-top: 0px;
	transition:all 0.4s ease;
}
#l-gnavi:hover{
	opacity: 1;
	transition:all 0.4s ease;
}
.gnavi-wrap{
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	transition:all 0.4s ease;
	z-index: 500;
}

.gnavi-box{
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
}

/*.gnavi-box-ttl{
	width: 40%;
	float: left;
}
.gnavi-box-ttl img{
	width: 80%;
}*/
.gnavi-menu{
	width: 33.3%;
	float: left;
	font-size: 14px;
	/*height: 40px;*/
	text-align: center;
	/*margin-top: 15px;*/
	/*border-left: 1px dotted #DDD;*/
}
.gnavi-menu a{
	display: block;
	padding: 20px 20px;
	padding: 10px 20px 30px 20px;
	text-decoration: none;
	transition:all 0.4s ease;
	color: #FFF;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	border-top: 5px solid #FFF;
	opacity: 0.3;
}

.gnavi-menu a:hover{
	transition:all 0.2s ease;
	opacity: 1;
}
.gnavi-beach a{
	border-top: 5px solid #76CCFF;
	background: url(../img/sp/arrow.png) no-repeat center 3.6em #76CCFF;
}
.gnavi-beach a:hover{
	border-top: 5px solid #76CCFF;
}
.gnavi-city a{
	border-top: 5px solid #4DC0BB;
	background: url(../img/sp/arrow.png) no-repeat center 3.6em #4DC0BB;
}
.gnavi-city a:hover{
	border-top: 5px solid #4DC0BB;
}
.gnavi-heritage a{
	border-top: 5px solid #FE9901;
	background: url(../img/sp/arrow.png) no-repeat center 3.6em #FE9901;
}
.gnavi-heritage a:hover{
	border-top: 5px solid #FE9901;
}

.gnavi-selected a{
	opacity: 1;
}

#l-gnavi-footer .gnavi-menu a{
	padding: 25px 20px 15px 20px;
}
#l-gnavi-footer .gnavi-beach a{
	background: url(../img/sp/arrow2.png) no-repeat center 0.5em #76CCFF;
}
#l-gnavi-footer .gnavi-city a{
	background: url(../img/sp/arrow2.png) no-repeat center 0.5em #4DC0BB;
}
#l-gnavi-footer .gnavi-heritage a{
	background: url(../img/sp/arrow2.png) no-repeat center 0.5em #FE9901;
}

#danang .dad-ttl{
	width: 100%;
	margin: 10px auto;
}
#danang .dad-ttl img{
	width: 100%;
	text-align: center;
}
#danang .dad-txt{
	width: 95%;
	margin: 10px auto;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align:left;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::
海ページ
::::::::::::::::::::::::::::::::::::::::::::::::*/
#beach{padding: 0;}
#beach .beach-ttl{
	width: 100%;
	margin: 0;
}
#beach .beach-ttl img{
	width: 100%;
	text-align: center;
}
#beach .beach-txt{
	width: 92%;
	margin:1em auto 1.5em auto;
	font-size:14px;
	text-align:left;
	line-height:130%;
}

.section-btn-box{
	clear: both;
	display: block;
	width: 960px;
	margin: 30px auto 0;
}

.section-btn-box li{
	width: 275px;
	height: 275px;
	margin: 22.5px;
	background-color: #FFF;
	/* border: 10px solid #EEE; */
	float: left;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	text-align: center;
	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
	transition:all 0.4s ease;
}
.section-btn-box li:hover{
	display: block;
	transition:all 0.2s ease;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#footerNavi{
	height: auto;
	min-height: 320px;
	background-color: #C8EAFF;
}

.youtube iframe{
	width: 100%;
}


/*ホテル*/
#beach020 .section{
	padding-bottom: 0px;
}
#beach020 .section-head-wrap{
	/* padding: 50px 0 40px; */
	/* margin-bottom: 100px; */
}
#beach020 .section-head-box{
	width: 100%;
	margin: 0 auto;
}
#beach020 .head-box-left{
	width: 100%;
	/*height: 750px;*/
	/*background: #72C9FF;*/
	border-top: 5px solid #72C9FF;
	overflow: visible;
	position: relative;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 3% 0;
	background-color: #FFF;
	color:#72C9FF;
}
#beach020 .head-box-left div{
	width:92%;
	margin:0 auto;
}
#beach020 .head-box-left div.youtube{
	width:100%;
	margin:1em auto 0 auto;
}
#beach020 .head-box-left div.youtube div{
	width:100%;
	margin:0 auto;
}
#beach020 .hotel-info-box{
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.2em;
	/*background-color: #FFF;*/
}
#beach020 .hotel-info-ttl{
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 10px;
	color:#FF6699;
	font-weight:bold;
	border-bottom: 3px dotted #ccc;
	padding-bottom:0.5em;
}
#beach020 .hotel-info-name{
	font-size: 20px;
	color: #333;
	background:#FFF;
	margin: 0px auto;
	line-height: 1.4em;
	text-align: center;
	padding:7% 0 0 0;
	font-weight:bold;
	letter-spacing: -1px;
	width:95%;
}
#beach020 .hotel-info-movie{
	margin-bottom: 5px;
}
#beach020 .hotel-info-txt{
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 13px;
	color: #555;
}

.hotel-info-breakfast{
	border: 1px solid #72C9FF;
	color: #72C9FF;
	float:left;
	margin:0 0 1.5em 0;
	width:30%;
	height:3.5em;
	padding-top:1em;
	font-size:12px;
	font-weight:bold;
	background-color:#FFF;
}
.hotel-info-class{
	border: 1px solid #FF6699;
	background-color: #FF6699;
	color: #FFF;
	line-height: 1.2;
	margin-bottom: 1.5em;
	/*width:35%;*/
	width:50%;
	float:left;
	height:3.5em;
	padding-top:0.6em;
	font-size:12px;
	font-weight:bold;
}
.hotel-info-direction{
	border: 1px solid #039AC0;
	background-color: #039AC0;
	color: #FFF;
	line-height: 1.2;
	margin-bottom: 1.5em;
	/*width:35%;*/
	width:50%;
	float:left;
	height:3.5em;
	padding-top:0.6em;
	font-size:12px;
	font-weight:bold;
}


#beach020 .head-box-right{
	/* float: right; */
	/* width:64%; */
	/*height: 750px;*/
	/*background-color: #EEE;*/
	position: relative;
	z-index: 10;
	/* margin-top: 10px; */
}
#beach020 .head-box-right img{
	width: 100%;
}

/*ホテル部屋*/
#beach020 .section-box{
	width: 100%;
	margin: 0 auto 10px;
	background-color: #FFF;
}
#beach020 .section-box-left{
	width:100%;
	/*margin-top: 60px;*/
	background-color: #EEE;
	text-align: center;
	padding: 1em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#beach020 .section-box-left img{
	width:80%;
}
#beach020 .section-box-right{
	width:100%;
	padding: 0 2%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px auto;
}
.hotel-box-ttl{
	width: 90%;
	font-size: 20px;
	color: #059BBE;
	margin: 10px auto;
}
.hotel-box-txt{
	width: 90%;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 15px;
	text-align: left;
	margin: 5px auto 15px;
}
.hotel-box-details{
	width: 100%;
	height: 130px;
	border: 1px solid #EEE;
	margin-bottom: 15px;
}

.hotel-item-box{
	width: 95%;
	padding: 8px;
	background-color: #EFFAFE;
	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	text-align: left;
	margin: 10px auto;
}
.hotel-item-box a{
	text-decoration:underline;
}
.hotel-item-box.nenmatsu{
	border:solid 4px #B28500;
	padding-top:35px;
	background-color: #FFF;
}
.nenmatsu-pr{
	background:#B28500;
	color:#FFF;
	width:100%;
	font-size:15px;
	padding:5px;
	margin-bottom:10px;
	position: absolute;
	text-align:center;
	top:0;
	left:0;
}
.item-box-ttl {
	margin-bottom: 10px;
	width:100%;
	background: url(../img/arrow2.gif) no-repeat 0 5px;
	padding-left: 22px;
}
.item-box-ttl a{
	font-size: 16px;
	color: #0471A2;
	text-align: left;
	margin-bottom: 10px;
}
.item-box-ttl a:hover{
	text-decoration: none;
}
.item-box-txt{
	font-size: 12px;
	color: #059BBE;
	margin-bottom: 5px;
}
.price-main{
	font-size: 20px;
	font-weight: bold;
	color: #FF6699;
	text-align: right;
	width: 96%;
	display: inherit;
}
.price-hosoku{
	font-size: 12px;
	color: #666;
	display:block;
	margin-top:5px;
}
.item-box-btn a{
	/*position: absolute;
	right: 0;
	bottom: 0;*/
	display: inline-block;
	padding: 5px 15px 8px;
	background-color: #059BBE;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	margin-top: 5px;
}
.item-box-btn a{
	background-color: #059bbe;
	color: #fff;
	display: block;
	font-size: 20px;
	margin: 10px 0;
	padding: 0.8em 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
	border-radius:5px;
}
.item-box-btn img {
  vertical-align: middle;
}
/*ホテル施設*/
#beach020 .section-box-mini{
	display: none;
	width: 100%;
	margin: 0 auto 60px;
	background-color: #FFF;
}
#beach020 .section-info-box{
	width: 80%;
	margin: 0.5% 1%;
	float: left;
	text-align: left;
	position: relative;
	overflow: visible;
}
#beach020 .info-box-cate{
	position: absolute;
	top: 5px;
	left: -5px;
	display: inline-block;
	padding: 3px 10px;
	text-align: center;
	color: #FFF;
	background-color: #72C9FF;
}
#beach020 .info-box-cate2{
	position: absolute;
	top: 5px;
	left: -5px;
	display: inline-block;
	padding: 3px 10px;
	text-align: center;
	color: #FFF;
	background-color: #FF679A;
}
#beach020 .info-box-pic{
	width: 100%;
}
#beach020 .info-box-pic img{
	width: 100%;
}
#beach020 .info-box-ttl{
	width: 100%;
	padding: 10px 0 10px 10px;
	font-size: 18px;
}
#beach020 .info-box-subttl{
	width: 100%;
	padding: 3px 0 3px 10px;
	font-size: 12px;
	color: #72C9FF;
}
#beach020 .info-box-txt{
	width: 100%;
	padding: 3px 10px 10px 10px;
	font-size: 14px;
}


#beach021,
#beach022,
#beach023{
	/*border-top: 5px solid #72C9FF;*/
	/*padding-top: 30px;*/
}
#HisSpecial{
	width: 100%;
	padding: 30px 0 0px;
	/* -webkit-background-size: cover; */
	-moz-background-size: cover;
	-o-background-size: cover;
	/* background-size: cover; */
	border: none;
	position: relative;
	overflow: visible;
	font-size:0;
}
#HisSpecial .special-icon{
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left: -66px;
}

#HisSpecial .section-box{
	width: 100%
	background-color: transparent;
	position: relative;
	padding: 30px 0px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#city #HisSpecial .section-box{
	margin-top:0;
}

#HisSpecial .section-ttl{
	width: 100%
	margin: 100px 0 60px;
}
#city #HisSpecial .section-pic{
	margin-bottom:0;
}
#HisSpecial .section-box-left{
	width:100%;
	background-color: transparent;
	/*margin-top: 60px;*/
}
#HisSpecial .section-box-right{
	width:100%;
	padding: 0 1%;
	text-align: left;
	background-color: transparent;
}
#HisSpecial .section-box-right .section-txt{
	margin-bottom: 15px;
	font-size:14px;
	color:#555;
	padding:0 15px 0 15px;
	line-height:140%;
}
#HisSpecial .section-box-right .section-ttl{
	width:100%;
	margin: 10px 0 20px;
}
#HisSpecial .section-box-right .section-ttl img{
	width:100%;
}

#HisSpecial{
	padding-top:0;
	margin-top:-40px;
}
#HisSpecial020{
	background-color: #142745;
	position: relative;
	padding: 0;
	margin: 0;
	/* overflow: visible; */
}
#HisSpecial020 .section-ttl{
	margin: 0 0 30px;
}
#HisSpecial020 .section-box{
	margin: 0 auto 120px;
}
#HisSpecial020 .section-pic{
	margin: 0 auto 40px;
}
#HisSpecial .section-btn a{
	padding: 10px 40px;
	margin: 20px auto;
	background-color: #9D8A4A;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#HisSpecial030{
	position: relative;
	overflow: visible;
}
#HisSpecial030 .special-icon{
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -66px;
}
#HisSpecial030 .section-box,
#HisSpecial030 .section-ttl{
	width: 960px;
}
.bg010{
	/*background-color: #FCFCFC;*/
}




/*::::::::::::::::::::::::::::::::::::::::::::::::
街ページ
::::::::::::::::::::::::::::::::::::::::::::::::*/

#city{padding: 0;}
#city .city-ttl{
	width: 100%;
	margin: 0;
}
#city .city-ttl img{
	width: 100%;
	text-align: center;
}
#city .city-txt{
	width: 92%;
	margin:1em auto 1.5em auto;
	font-size:14px;
	text-align:left;
	line-height:130%;
}
#city .section-box{
	clear: both;
	width: 100%;
	/*min-height: 450px;*/
	margin: 20px auto;
	background-color: transparent;
	overflow: visible;
}
#city .section-ttl{
	width:100%;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
	margin:0 auto;
	padding: 10px 18px;
	background-color: #FFDFF4;
	/* margin: 0 auto; */
	/* text-align: center; */
}

#city .section-pic{
	margin-bottom: 30px;
}
#city .section-pic img{
	width: 100%;
}





/*::::::::::::::::::::::::::::::::::::::::::::::::
世界遺産ページ
::::::::::::::::::::::::::::::::::::::::::::::::*/

#heritage{padding: 0;}
#heritage .heritage-ttl{
	width: 100%;
	margin: 0;
}
#heritage .heritage-txt{
	width: 92%;
	margin:1em auto 0 auto;
	font-size:14px;
	text-align:left;
	line-height:130%;
}
#heritage .heritage-ttl img{
	width: 100%;
	text-align: center;
}

#heritage .section-head-wrap{
	/* min-height: 750px; */
}
#heritage .section-box{
	width: 100%;
	background-color: transparent;
}
#hoian .section-box{
	width: 100%;
	/* min-height: 600px; */
	background-color: transparent;
}
#hue .section-box{
	width: 100%;
	/*min-height: 750px;*/
	background-color: transparent;
}

#heritage .section-box-left{
	width: 100%;
	background-color: transparent;
	text-align: left;
}
#heritage .section-box-left img{
	width: 100%;
}
#heritage .section-box-right{
	width: 100%;
	text-align: left;
	margin-top: 10px;
	background-color: transparent;
	position: relative;
	overflow: visible;
}
#heritage .section-box-right .section-txt{
	width: 90%;
	margin: 0 auto 15px;
	line-height: 1.2em;
}
#heritage .section-box-right img{
	width: 100%;
	margin-bottom: 15px;
}
#heritage .section-pic011{
	/*position: absolute;
	left: -250px;
	bottom: -95px;*/
}
#heritage .section-pic012{
	/*position: absolute;
	left: -340px;
	bottom: -203px;*/
}
#heritage .section-txt{
	margin-bottom: 10px;
}


#heritage .hotel-info-box{
	width: 100%;
	padding: 5%;
	border: 5px solid #FECB7F;
	border-left:none;
	border-right:none;
	border-bottom:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 15px;
	background: #FFF;
	margin: 25px auto 0;
}
#heritage .hotel-info-ttl{
	font-size: 14px;
	font-weight:bold;
	color: #FE6F00;
	margin-bottom: 10px;
}
#heritage .hotel-info-name{
	font-size: 26px;
	color:#333;
	margin-bottom: 6px;
	border-bottom:dotted 3px #CCC;
	padding-bottom:6px;
	font-weight:bold;
}
#heritage .hotel-info-txt{
	font-size: 14px;
	line-height: 1.4em;
	color:#666;
}


#heritage  .section-box-mini{
	width: 90%;
	margin: 0 auto 20px;
	background-color: #EEE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}
#heritage  .section-info-box{
	width: 100%;
	margin: 0.5% 1%;
	float: left;
	text-align: left;
	position: relative;
	overflow: visible;
}
#heritage  .info-box-cate{
	position: absolute;
	top: 5px;
	left: -5px;
	display: inline-block;
	padding: 3px 10px;
	text-align: center;
	color: #FFF;
	background-color: #72C9FF;
}
#heritage  .info-box-cate2{
	position: absolute;
	top: 5px;
	left: -5px;
	display: inline-block;
	padding: 3px 10px;
	text-align: center;
	color: #FFF;
	background-color: #FF679A;
}
#heritage  .info-box-pic{
	width: 100%;
}
#heritage .info-box-pic img{
	width: 100%;
}
#heritage .info-box-ttl{
	width: 100%;
	padding: 10px 0 10px 10px;
	font-size: 15px;
	color:#000;
	font-weight:bold;
}
#heritage  .info-box-subttl{
	width: 100%;
	padding: 3px 0 3px 10px;
	font-size: 12px;
	color: #72C9FF;
}
#heritage  .info-box-txt{
	width: 100%;
	padding: 3px 10px 20px 10px;
	font-size: 14px;
}
#heritage010{
	 background-color: #71CBFF;
	border-bottom: none;
	text-align: center;
	 padding: 0;
	margin: 0;
	 background: url(../img/heritage_main_pic01.jpg) no-repeat center top;
	border: none;
}
#heritage .section{
	min-height: 400px;
}

#heritage010 .section-box{
	width: 960px;
	min-height: 450px;
	padding-left: 130px;
	background-color: transparent;
	overflow: visible;
	position: relative;
}
#heritage010 .section-txt{
	width: 860px;
	text-align: left;
	padding-left: 300px;
	margin: 50px 0;
}
#heritage010 .beach-map{
	position: absolute;
	top: 186px;
	left: 253px;
}
#heritage010 .section-ttl{
	text-align: right;
}
/*3つの世界遺産を巡るツアー商品*/

.subttl {
	display: block !important;
	margin: 0px auto;
	text-align: center;
	width: 100%
}

.item-wrap {
	margin: 40px auto 160px;
	width: 90%;
}
.item-wrap .item-box {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #eee;
	box-shadow: 0 0 2px #ddd;
	float: left;
	margin: 0 auto 1em 0;
	width: 100%;
}
.item-wrap .item-box-pic {
	width: 100%;

}
.item-wrap .item-box-pic img {
	width: 100%;
	margin-right:7%;
}
.item-wrap .item-box-info {
	box-sizing: border-box;
	padding: 10px 0 0 10px;
	width: 100%;
	line-height: 110%;

}
.item-wrap .item-info-name {
	font-size: 14px !important;
	padding:0 0 0.2em;
	font-weight: bold;
	text-align: left;
	width: 98%;
}
.item-wrap .item-info-ttl {
	font-size: 12px !important;
	width: 98%;
	text-align:left;
}
.item-wrap .item-info-ttl strong{
	font-weight: normal;
}
.hotel-plan-ttl a {
	color: #006699;
	text-decoration: underline;
	font-weight:bold;
}
.item-wrap .hotel-info-btn {
	position: relative;
	width: 100%;
}
.price-btn-sp {
	bottom: 5px;
	box-sizing: border-box;
	color: #fff;
	font-size: 11px;
	padding: 5px 1em;
	position: absolute;
	right: 0;
	text-align: right;
}
p .price,
.price-hosoku {
	display:block;
	text-align:right;
	width:96.5%;
}
.less-box {
	background: none repeat scroll 0 0 #fff;
	margin: 0 auto;
	width: 731px;
}

#ci-tour .item-box-btn a{
	clear: both;
	font-size:20px;
	padding: 0.8em 8px;
}
#ci-tour .item-box-btn a img {
	vertical-align: top;
}
#ci-tour .item-wrap{
	margin: 20px auto;
}
#ci-tour .subttl img{
	width:100%;
}
.less-box .less-pic-01 {
	float: left;
}
.less-box .hotel-info-btn {
	background: none repeat scroll 0 0 #fff;
	box-shadow: none;
	float: left;
	margin: 10px;
	padding: 0;
	position: relative;
	width: 525px;
}
.hotel-plan-ttl {
	line-height: 115%;
	margin-bottom: 0.3em;
	font-size:14px;
	margin-top:5px;
	width:95%;
	text-align:left;
}
.price{
	color:red;
	font-weight:bold;
}
#ci-tour{
	background: url(../img/bg.png) repeat;
	margin-bottom: 0em;
	margin-top:0px;
}
#ci-tour .subttl{
	background:#AF9A56;
	color:#FFF;
	padding:0.5em;
	margin-bottom:1em;
	font-size:1.2em;
	font-weight:bold;
	line-height:120%;
}
#ci-tour .subttl small{
	font-size:0.7em;
}
#beach-link{
	padding:0 10px 25px 10px;
	background: url(../img/bg.png) repeat;
}
#beach-link strong{
	margin-bottom:5px;
	display:inline-block;
	font-size:13px;
}
#beach-link a img{
	width:100%;
}
.item-wrap001 {
	margin-bottom:1.5em;
}
.item-wrap002 {
	margin-bottom:1.5em;
}
/*ホイアンのホテル*/

#heritage-hotel .subttl{
	background: #AF9A56;
	padding:1em;
	color:#FFF;
	font-weight:bold;
}
#heritage-hotel .hotel-info-name {
    font-size: 20px;
    color: #333;
    background: #FFF;
    margin: 0px auto;
    line-height: 1.4em;
    text-align: center;
    padding: 7% 0 0 0;
    font-weight: bold;
    letter-spacing: -1px;
    width: 95%;
}
/*ホテル*/
#heritage-hotel .section{
	padding-bottom: 0px;
}
#heritage-hotel .section-head-wrap{
	/* padding: 50px 0 40px; */
	/* margin-bottom: 100px; */
}
#heritage-hotel .section-head-box{
	width: 100%;
	margin: 0 auto;
}
#heritage-hotel .head-box-left{
	width: 100%;
	/*height: 750px;*/
	/*background: #72C9FF;*/
	border-top: 5px solid #af9a56;
	overflow: visible;
	position: relative;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 3% 0;
	background-color: #FFF;
	color:#72C9FF;
}
#heritage-hotel .head-box-left div{
	width:92%;
	margin:0 auto;
}
#heritage-hotel .head-box-left div.youtube{
	width:100%;
	margin:1em auto 0 auto;
}
#heritage-hotel .head-box-left div.youtube div{
	width:100%;
	margin:0 auto;
}
#heritage-hotel .hotel-info-box{
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.2em;
	/*background-color: #FFF;*/
}
#heritage-hotel .hotel-info-ttl{
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 10px;
	color:#FF6699;
	font-weight:bold;
	border-bottom: 3px dotted #ccc;
	padding-bottom:0.5em;
}
#heritage-hotel .hotel-info-name{
	font-size: 20px;
	color: #333;
	background:#FFF;
	margin: 0px auto;
	line-height: 1.4em;
	text-align: center;
	padding:3% 0 0 0;
	font-weight:bold;
	letter-spacing: -1px;
	width:95%;
}
#heritage-hotel .hotel-info-movie{
	margin-bottom: 5px;
}
#heritage-hotel .hotel-info-txt{
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 13px;
	color: #555;
}

.hotel-info-breakfast{
	border: 1px solid #72C9FF;
	color: #72C9FF;
	float:left;
	margin:0 0 1.5em 0;
	width:30%;
	height:3.5em;
	padding-top:1em;
	font-size:12px;
	font-weight:bold;
	background-color:#FFF;
}
.hotel-info-class{
	border: 1px solid #FF6699;
	background-color: #FF6699;
	color: #FFF;
	margin-bottom: 1.5em;
	/*width:35%;*/
	width:50%;
	float:left;
	height:3.5em;
	padding-top:0.6em;
	font-size:12px;
	font-weight:bold;
}
.hotel-info-direction{
	border: 1px solid #039AC0;
	background-color: #039AC0;
	color: #FFF;
	margin-bottom: 1.5em;
	/*width:35%;*/
	width:50%;
	float:left;
	height:3.5em;
	padding-top:0.6em;
	font-size:12px;
	font-weight:bold;
}


#heritage-hotel .head-box-right{
	/* float: right; */
	/* width:64%; */
	/*height: 750px;*/
	/*background-color: #EEE;*/
	position: relative;
	z-index: 10;
	/* margin-top: 10px; */
}
#heritage-hotel .head-box-right img{
	width: 100%;
}

/*ホテル部屋*/
#heritage-hotel .section-box{
	width: 100%;
	margin: 0 auto 10px;
	background-color: #FFF;
}
#heritage-hotel .section-box-left{
	width:100%;
	/*margin-top: 60px;*/
	background-color: #EEE;
	text-align: center;
	padding: 1em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#heritage-hotel .section-box-left img{
	width:80%;
}
#heritage-hotel .section-box-right{
	width:100%;
	padding: 0 2%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px auto;
}
.hotel-box-ttl{
	width: 90%;
	font-size: 20px;
	color: #059BBE;
	margin: 10px auto;
}
.hotel-box-txt{
	width: 90%;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 15px;
	text-align: left;
	margin: 5px auto 15px;
}
.hotel-box-details{
	width: 100%;
	height: 130px;
	border: 1px solid #EEE;
	margin-bottom: 15px;
}

.hotel-item-box{
	width: 95%;
	padding: 8px;
	background-color: #EFFAFE;
	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	text-align: left;
	margin: 10px auto;
}
.hotel-item-box a{
	text-decoration:underline;
}
.item-box-ttl {
	margin-bottom: 10px;
	width:100%;
	background: url(../img/arrow2.gif) no-repeat 0 5px;
	padding-left: 22px;
}
.item-box-ttl a{
	font-size: 16px;
	color: #0471A2;
	text-align: left;
	margin-bottom: 10px;
}
.item-box-ttl a:hover{
	text-decoration: none;
}
.item-box-txt{
	font-size: 12px;
	color: #059BBE;
	margin-bottom: 5px;
}
.price-main{
	font-size: 20px;
	font-weight: bold;
	color: #FF6699;
	text-align: right;
	width: 96%;
	display: inherit;
}
.price-hosoku{
	font-size: 12px;
	color: #666;
	display:block;
	margin-top:5px;
}
.item-box-btn a{
	/*position: absolute;
	right: 0;
	bottom: 0;*/
	display: inline-block;
	padding: 5px 15px 8px;
	background-color: #059BBE;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	margin-top: 5px;
}
.item-box-btn a{
	background-color: #059bbe;
	color: #fff;
	display: block;
	font-size: 20px;
	margin: 10px auto;
	padding: 0.8em 0;
	text-align: center;
	text-decoration: none;
	width: 96.5%;
	border-radius:5px;
}
#ci-tour .item-wrap .item-box-btn a{
	margin:5px 0 10px 0;
	width: 96.5%;
}
/*ホテル施設*/
#heritage-hotel .section-box-mini{
	display: none;
	width: 100%;
	margin: 0 auto 60px;
	background-color: #FFF;
}
#heritage-hotel .section-info-box{
	width: 80%;
	margin: 0.5% 1%;
	float: left;
	text-align: left;
	position: relative;
	overflow: visible;
}
#heritage-hotel .info-box-cate{
	position: absolute;
	top: 5px;
	left: -5px;
	display: inline-block;
	padding: 3px 10px;
	text-align: center;
	color: #FFF;
	background-color: #72C9FF;
}
#heritage-hotel .info-box-cate2{
	position: absolute;
	top: 5px;
	left: -5px;
	display: inline-block;
	padding: 3px 10px;
	text-align: center;
	color: #FFF;
	background-color: #FF679A;
}
#heritage-hotel .info-box-pic{
	width: 100%;
}
#heritage-hotel .info-box-pic img{
	width: 100%;
}
#heritage-hotel .info-box-ttl{
	width: 100%;
	padding: 10px 0 10px 10px;
	font-size: 18px;
}
#heritage-hotel .info-box-subttl{
	width: 100%;
	padding: 3px 0 3px 10px;
	font-size: 12px;
	color: #72C9FF;
}
#heritage-hotel .info-box-txt{
	width: 100%;
	padding: 3px 10px 10px 10px;
	font-size: 14px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::
お問い合わせ
::::::::::::::::::::::::::::::::::::::::::::::::*/

#section06{
	padding: 20px 0;
	min-height: 300px;
}
.inq-box{
	width: 960px;
	padding: 0 0 30px;
	background-color: #FFF;
	border: 5px solid #B28500;
	margin: 0 auto 0;
	text-align: center;
}
.inq-btn{
	margin: 20px 0 0;
}
.inq-btn a:hover{
	transition:all 0.8s ease;
	opacity: 0.7;
}

#OtherLink{
	width:100%;
}
#OtherLink a{
	width: 90%;
	margin:0 auto 2em auto;
	display:block;
	padding:1em;
	background:#142745;
	color:#FFF;
	border-radius:10px;
	border-bottom:solid 3px #000;
	text-align:center;
}
#OtherLink a img{
	width:16px;
}

/* ====================================================
	item CSS
==================================================== */
.top {vertical-align:top !important;margin-top:0;margin-bottom:auto;}
.middle {vertical-align:middle !important;margin-top:auto;margin-bottom:auto;}
.bottom {vertical-align:bottom !important;margin-top:auto;margin-bottom:0;}
.align-left {text-align:left !important;}
.align-center {text-align:center !important;}
.align-right {text-align:right !important;}
.left{float: left;}
.right{	float: right;}
.center {clear: both;text-align:center;}

/* 文字サイズ変更用 */
.txt6{font-size: 6px;}.txt8{font-size: 8px;}.txt9{font-size: 9px;}.txt10{font-size: 10px;}.txt11{font-size: 11px;}.txt12{font-size: 12px;}.txt13{font-size: 13px;}.txt14{font-size: 14px;}.txt15{font-size: 15px;}.txt16{font-size: 16px;}.txt18{font-size: 18px;}.txt20{font-size: 20px;}.txt22{font-size: 22px;}.txt24{font-size: 24px;}.txt26{font-size: 26px;}.txt28{font-size: 28px;}.txt30{font-size: 30px;}.txt32{font-size: 32px;}.txt36{font-size: 36px;}.txt48{font-size: 48px;}.txt72{font-size: 72px;}
/* 文字カラー
-------------------------------------------------*/
.black{color:#000000;}
.red{color: #FF0000;}
.red_text{color: #f80a3c;}
.yellow{color: #FFCC00;}
.blue{color:#1badd1;}
.orange{color: #FC930B;}
.darkbrown {color:#DA0B00;}
.gtxt{ color: #360;}
.winered{ color: #5C0201;}
/* フォント効果 */
.bold {	vertical-align: baseline;font-weight: bold;display:inline;}
.bolder{vertical-align: baseline;font-weight: bolder;display:inline;}
/* 背景カラー
-------------------------------------------------*/
.bg_orange{display: inline-block; _display: inline;	background-color:#FFEFB0; margin:1px;}
.bg_green{display: inline-block; _display: inline; background-color:#D7FFD7; margin:1px;}
.bg_blue{display: inline-block; _display: inline; background-color:#CCFFFF; margin:1px;}
.bg_white{background-color:#FFFFFF; }
.bg-n{background:none; }

/* スペーサー
-------------------------------------------------*/
.spacer10 { clear: both; height: 10px;}.spacer20 { clear: both; height: 20px;}.spacer30 { clear: both; height: 30px;}.spacer40 { clear: both; height: 40px;}.spacer50 { clear: both; height: 50px;}.spacer60 { clear: both; height: 60px;}.spacer70 { clear: both; height: 70px;}.spacer80 { clear: both; height: 80px;}.spacer90 { clear: both; height: 90px;}.spacer100 { clear: both; height: 100px;}
/* marginによる幅調整
-------------------------------------------------*/
/* マージントップ */
.mt1{margin-top: 1px;}.mt2{margin-top: 2px;}.mt3{margin-top: 3px;}.mt4{margin-top: 4px;}.mt5{margin-top: 5px;}.mt10{margin-top: 10px;}.mt15{margin-top: 15px;}.mt20{margin-top: 20px;}.mt25{margin-top: 25px;}.mt30{margin-top: 30px;}.mt40{margin-top: 40px;}.mt50{margin-top: 50px;}.mt60{margin-top: 60px;}.mt70{margin-top: 70px;}.mt80{margin-top: 80px;}.mt90{margin-top: 90px;}.mt100{margin-top: 100px;}.mt110{margin-top: 110px;}.mt120{margin-top: 120px;}.mt130{margin-top: 130px;}.mt140{margin-top: 140px;}.mt150{margin-top: 150px;}.mt160{margin-top: 160px;}.mt170{margin-top: 170px;}.mt180{margin-top: 180px;}.mt190{margin-top: 190px;}.mt200{margin-top: 200px;}
/* マージンライト */
.mr5{margin-right: 5px;}.mr10{margin-right: 10px;}.mr15{margin-right: 15px;}.mr20{margin-right: 20px;}.mr25{margin-right: 25px;}.mr30{margin-right: 30px;}.mr40{margin-right: 40px;}.mr50{margin-right: 50px;}.mr60{margin-right: 60px;}.mr70{margin-right: 70px;}.mr80{margin-right: 80px;}.mr90{margin-right: 90px;}.mr100{margin-right: 100px;}.mr110{margin-right: 110px;}.mr120{margin-right: 120px;}.mr130{margin-right: 130px;}.mr140{margin-right: 140px;}.mr150{margin-right: 150px;}.mr160{margin-right: 160px;}.mr170{margin-right: 170px;}.mr180{margin-right: 180px;}.mr190{margin-right: 190px;}.mr200{margin-right: 200px;}
/* マージンボトム */
.mb5{margin-bottom: 5px;}.mb10{margin-bottom: 10px;}.mb15{margin-bottom: 15px;}.mb20{margin-bottom: 20px;}.mb25{margin-bottom: 25px;}.mb30{margin-bottom: 30px;}.mb40{margin-bottom: 40px;}.mb50{margin-bottom: 50px;}.mb60{margin-bottom: 60px;}.mb70{margin-bottom: 70px;}.mb80{margin-bottom: 80px;}.mb90{margin-bottom: 90px;}.mb100{margin-bottom: 100px;}.mb110{margin-bottom: 110px;}.mb120{margin-bottom: 120px;}.mb130{margin-bottom: 130px;}.mb140{margin-bottom: 140px;}.mb150{margin-bottom: 150px;}.mb160{margin-bottom: 160px;}.mb170{margin-bottom: 170px;}.mb180{margin-bottom: 180px;}.mb190{margin-bottom: 190px;}.mb200{margin-bottom: 200px;}
/* マージンレフト */
.ml5{margin-left: 5px;}.ml10{margin-left: 10px;}.ml15{margin-left: 15px;}.ml20{margin-left: 20px;}.ml25{margin-left: 25px;}.ml30{margin-left: 30px;}.ml40{margin-left: 40px;}.ml50{margin-left: 50px;}.ml60{margin-left: 60px;}.ml70{margin-left: 70px;}.ml80{margin-left: 80px;}.ml90{margin-left: 90px;}.ml100{margin-left: 100px;}.ml110{margin-left: 110px;}.ml120{margin-left: 120px;}.ml130{margin-left: 130px;}.ml140{margin-left: 140px;}.ml150{margin-left: 150px;}.ml160{margin-left: 160px;}.ml170{margin-left: 170px;}.ml180{margin-left: 180px;}.ml190{margin-left: 190px;}.ml200{margin-left: 200px;}

/* paddingによる幅調整
-------------------------------------------------*/
/* パディングトップ */
.pt1{padding-top: 1px;}.pt5{padding-top: 5px;}.pt10{padding-top: 10px;}.pt15{padding-top: 15px;}.pt20{padding-top: 20px;}.pt25{padding-top: 25px;}.pt30{padding-top: 30px;}.pt40{padding-top: 40px;}.pt50{padding-top: 50px;}.pt60{padding-top: 60px;}.pt70{padding-top: 70px;}.pt80{padding-top: 80px;}.pt90{padding-top: 90px;}.pt100{padding-top: 100px;}.pt110{padding-top: 110px;}.pt120{padding-top: 120px;}.pt130{padding-top: 130px;}.pt140{padding-top: 140px;}.pt150{padding-top: 150px;}.pt160{padding-top: 160px;}.pt170{padding-top: 170px;}.pt180{padding-top: 180px;}.pt190{padding-top: 190px;}.pt200{padding-top: 200px;}
/* パディングライト */
.pr5{padding-right: 5px;}.pr10{padding-right: 10px;}.pr15{padding-right: 15px;}.pr20{padding-right: 20px;}.pr25{padding-right: 25px;}.pr30{padding-right: 30px;}.pr40{padding-right: 40px;}.pr50{padding-right: 50px;}.pr60{padding-right: 60px;}.pr70{padding-right: 70px;}.pr80{padding-right: 80px;}.pr90{padding-right: 90px;}.pr100{padding-right: 100px;}.pr110{padding-right: 110px;}.pr120{padding-right: 120px;}.pr130{padding-right: 130px;}.pr140{padding-right: 140px;}.pr150{padding-right: 150px;}.pr160{padding-right: 160px;}.pr170{padding-right: 170px;}.pr180{padding-right: 180px;}.pr190{padding-right: 190px;}.pr200{padding-right: 200px;}
/* パディングボトム */
.pb1{padding-bottom: 1px;}.pb5{padding-bottom: 5px;}.pb10{padding-bottom: 10px;}.pb15{padding-bottom: 15px;}.pb20{padding-bottom: 20px;}.pb25{padding-bottom: 25px;}.pb30{padding-bottom: 30px;}.pb40{padding-bottom: 40px;}.pb50{padding-bottom: 50px;}.pb60{padding-bottom: 60px;}.pb70{padding-bottom: 70px;}.pb80{padding-bottom: 80px;}.pb90{padding-bottom: 90px;}.pb100{padding-bottom: 100px;}.pb110{padding-bottom: 110px;}.pb120{padding-bottom: 120px;}.pb130{padding-bottom: 130px;}.pb140{padding-bottom: 140px;}.pb150{padding-bottom: 150px;}.pb160{padding-bottom: 160px;}.pb170{padding-bottom: 170px;}.pb180{padding-bottom: 180px;}.pb190{padding-bottom: 190px;}.pb200{padding-bottom: 200px;}
/* パディングレフト */
.pl5{padding-left: 10px;}.pl10{padding-left: 10px;}.pl15{padding-left: 15px;}.pl20{padding-left: 20px;}.pl25{padding-left: 25px;}.pl30{padding-left: 30px;}.pl40{padding-left: 40px;}.pl50{padding-left: 50px;}.pl60{padding-left: 60px;}.pl70{padding-left: 70px;}.pl80{padding-left: 80px;}.pl90{padding-left: 90px;}.pl100{padding-left: 100px;}.pl110{padding-left: 110px;}.pl120{padding-left: 120px;}.pl130{padding-left: 130px;}.pl140{padding-left: 140px;}.pl150{padding-left: 150px;}.pl160{padding-left: 160px;}.pl170{padding-left: 170px;}.pl180{padding-left: 180px;}.pl190{padding-left: 190px;}.pl200{padding-left: 200px;}
/* 最小幅調整
-------------------------------------------------*/
.min-w30{ min-width: 30px;}.min-w40{ min-width: 40px;}.min-w50{ min-width: 50px;}.min-w60{ min-width: 60px;}.min-w80{ min-width: 70px;}.min-w80{ min-width: 80px;}.min-w90{ min-width: 90px;}.min-w100{ min-width: 100px;}.min-w110{ min-width: 110px;}.min-w115{ min-width: 115px;}.min-w120{ min-width: 120px;}.min-w130{ min-width: 130px;}.min-w140{ min-width: 140px;}.min-w150{ min-width: 150px;}.min-w160{ min-width: 160px;}.min-w170{ min-width: 170px;}.min-w180{ min-width: 180px;}.min-w190{ min-width: 190px;}.min-w200{ min-width: 200px;}

.max-w30{ max-width: 30px;}.max-w40{ max-width: 40px;}.max-w50{ max-width: 50px;}.max-w60{ max-width: 60px;}.max-w80{ max-width: 70px;}.max-w80{ max-width: 80px;}.max-w90{ max-width: 90px;}.max-w100{ max-width: 100px;}.max-w110{ max-width: 110px;}.max-w115{ max-width: 115px;}.max-w120{ max-width: 120px;}.max-w130{ max-width: 130px;}.max-w140{ max-width: 140px;}.max-w150{ max-width: 150px;}.max-w160{ max-width: 160px;}.max-w170{ max-width: 170px;}.max-w180{ max-width: 180px;}.max-w190{ max-width: 190px;}.max-w200{ max-width: 200px;}





footer .reserveArea {
	margin: 0 0 0 0!important;
}



a.shikoku-link:hover,
#news-txt a:hover{
	opacity:0.7;
	text-decoration:none;
}
a.shikoku-link{
	margin-top:15px;
	display:block;
	font-size:14px;
	color:#555;
	padding-left:20px;
	background:url(img/arrow2.gif) no-repeat 0 4px;
	display:none;
}
a.shikoku-link small{
	font-size:12px;
}
.cm-ttl img{width:65%;}
#tvcm{margin-bottom:1.5em;}


.news-ttl{
	width: 100%;
	text-align: center;
}
.fiar{
	width: 8em;
	display:inline-block;
	text-align: center;
	background:orange;
	color:#FFF;
	padding: 6px;
	border-radius: 3px;
	font-size: 0.6em;
	line-height:120%;
}
.web{
	width: 8em;
	display:inline-block;
	text-align: center;
	background:#2d94cc;
	color:#FFF;
	padding: 6px;
	border-radius: 3px;
	font-size: 0.6em;
	line-height:120%;
}


/*新着
*****************************/
#newsBox span.news-ttl{
	background-color: #039AC0;
	color:#FFFFFF;
	padding:5px;
	border-radius:3px;
	font-size:0.6em;
}
#newsBox strong.news-date{
	display:inline-block;
	top:3px;
	position: relative;
}
#newsBox a{
	display:inline-block;
	margin-top:5px;
	color:#0471A2;
	font-size:0.9em;
}
#newsBox strong span{
	color:red;
}
#newsBox{
	background: #EDF8FC;
	padding:1.2em;
	text-align:left;
}
.newsBox_ttl{
	color:#039AC0;
	font-weight:bold;
	margin-bottom:1em;
	font-size:1.2em;
}
#newsBox li{
	background: #FFF;
	width:100%;
	margin:0 auto 0.5em;
	padding:0.4em 1em 1em 1em;
	text-align:left;
	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
	line-height:140%;
}
#newsBox li:lastchild{
	margin-bottom:0;
}
#newsBox li a{
	text-decoration:underline;
}

/*タブ分け*/
.item-tab-box{
	width: 90%;
	height: auto;
	/*background-color: #FFF;*/
	margin: 0 auto;
}
.content{
	border-top: solid 3.5px #72C9FF;
}
.tab{
    overflow:hidden;
}
.tab li{
    float:left;
    margin-right:1px;
    font-size: 13px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    background-color: #F2F2F2;
    cursor: pointer;
}
.tab li:hover{
	background-color: #72C9FF;
	color: #FFF;
}
.tab li.select{
    background:#72C9FF;
    color: #FFF;
}
.hide{
    display:none;
}
li.tab-name{
	padding: 10px;
}
#load-hotelItem02_mini,
#load-hotelItem03_mini{
	background:none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding:0!important;
	margin-top:25px;
	margin-bottom:-8px;
	text-align:left;
}
#load-hotelItem02_mini .item-box-ttl,
#load-hotelItem03_mini .item-box-ttl{
	margin-left:10px;
	margin-bottom:5px;
}
#load-hotelItem02_mini .item-box-point-ttl,
#load-hotelItem03_mini .item-box-point-ttl{
	background:#EEE;
	color:#333;
	font-size:14px;
	padding:10px 10px 8px 10px;
	display:inline-block;
	margin-right:10px;
	width:100%;
	text-align:center;
}
#load-hotelItem02_mini .item-box-point,
#load-hotelItem03_mini .item-box-point{
	margin-bottom:5px;
	display:block;
	font-size:12px;
	padding-top:10px;
	margin-left:10px;
}
#load-hotelItem02_mini .price-main {
	font-size: 14px;
	font-weight:bold;
	padding-bottom:5px;
	width:98%;
}
#load-hotelItem02_mini .item-box-price {
	border-bottom:dotted 1px #CCC;
}
#load-hotelItem02_mini .item-box-ttl {
	width:95%;
}
#load-hotelItem02_mini .item-box-ttl a {
	font-size: 15px;
	text-decoration:underline;
}
/*写真2枚掲載の時*/
#ci-tour .item-wrap .item-box.pic-two .item-box-pic img{
	width: 50%!important;
	margin-right:0;
	display:inline!important;
}
#ci-tour .item-wrap .item-box.pic-two .item-info-name{
	font-size:1em!important;
	border-bottom:dotted 2px #CCC;
	margin-bottom:5px;
	line-height:120%;
}
/* JS読み込み　特集用バナー */
div.tokushu_bnr{
    max-width: 960px;
    margin: 1% auto;
    background: #f3f3f3;
}
div.tokushu_bnr p{
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    background: #004097;
    color: #fff;
    padding: 1%;
}
div.tokushu_bnr ul{
    display: flex;
    flex-wrap: wrap;
}
div.tokushu_bnr ul li{
    width: 31%;
    margin: 1%;
    list-style: none;
}
div.tokushu_bnr ul li img{
    margin-bottom:2%;
}
div.tokushu_bnr ul li a{
    font-size: 14px;
    text-decoration: none;
}
div.tokushu_bnr ul li a:hover {
    opacity:.7;
}
div.tokushu_bnr .footbtn {
    text-align: center;
    padding: 2%;
    margin: 6% auto;
}
div.tokushu_bnr .footbtn a{
    background: #ffffff;
    padding: 1% 5%;
    color: #004097;
    border: #004097 solid 2px;
    border-radius: 7px;
    text-decoration: none;
}
div.tokushu_bnr .footbtn a:hover{
    background: #004097;
    color: #fff;
    text-decoration:none;
}
