@charset "utf-8";

/****************************************
		0. 全体の設定
*****************************************/
body {
	-webkit-text-size-adjust:100%;
	height: 100%;
}
#contentsWrap,#content{
	background: none;
	width: 100%;
	font-size: 62.5%;
	margin-top: -0.5%;
}
#contentsWrap::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-3;
	width:100%;
	height:100vh;
	background:url(../images/top_bg.jpg) center/cover no-repeat; 
	-webkit-background-size:cover;
}
.notes{
	font-size: 1.4em !important;
}

#footerArea{
	position: relative;
	z-index: 1;
}

/****************************************
2.コンテンツ共通設定 
*****************************************/
.maintitle,.maintitle02{
	width: 100%;
	position: relative;
	padding: 0;
}

.maintext{
	position: absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 95%;
	padding: 1%;
}
#content{
	overflow-x:hidden
}
#content h1, #content h2, #content h3{
	font-weight:bold;
}
#content h1{
	font-size: 2.8em;
	text-align: center;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,
             #fff 1px -1px 0px, #fff -1px -1px 0px;
}
#content span{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
#content h2{
	text-align: center;
	font-size: 1.8em;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,
             #fff 1px -1px 0px, #fff -1px -1px 0px;
}

#content h3{
	font-size: 2.2em;
	text-align: left;
	padding-left:1.5em;
	text-indent:-1.5em;
} 
#content h3::before{
	counter-increment: number 1; 
 	content: counter(number) ". ";
}
#content > ul{
	letter-spacing: -.4em;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 1.1em;
	font-weight: bold;
	background: #0077BE;
}
#content > ul li{
	display: inline-block;
	letter-spacing: normal;
	width: 25%;
	margin: 0;
	text-align: center;
	box-sizing: border-box;
	border-left: 1px dotted #fff;
	vertical-align: top;
}

#content > ul li:nth-child(1){
	border-left: none;
}
#content > ul li a{
	background: #0077BE;
    border-top: 2px solid #FFCB22;
    width: 100%;
	display: block;
	padding: 10px 0 15px;
	color: #fff;
	position: relative;
}
#content > ul li a::after{
	content:"\025bc";
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	bottom: 4%;
	left: 0;
}
.number{
	counter-reset: number 0;
}
.contentBox{
	width: 94%;
	background-color: rgba(255,255,255,0.7); 
	padding: 5%;
	margin: 5% 3%;
}
.contentBox p{
	margin: 5% 0;
	font-size: 1.6em;
	line-height: 180%;
}
.contentBox ul{
	letter-spacing: -.4em;
}
.contentBox ul li{
	width: 48%;
	margin: 1%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
.contentBox ul li img{
	width: 100%;
}
.contentBox ul li p{
	font-size: 1.3em;
	color: #fff;
    background: #000;
    margin: 0;
    padding: 5px 0;
	text-align: center;
	width: 100%;
}
.fixedImg{
	position: relative;
	margin: 0;
	padding: 0;
}
.fixed::before{
	position: fixed !important;
	z-index:-3 !important;
}


/****************************************
3.トップ
*****************************************/
#mainVisual{
	width: 95%;
	margin:  0 auto;
	padding: 5%;
	color: #fff;
}
#mainVisual h1{
	text-align: center;
	font-size: 2.4em;
	border-bottom: 1px solid #fff;
	padding-top: 1em;
}
#mainVisual p{
	padding: 3% 1%;
	font-size: 1.6em;
	line-height: 180%;
}
#topBtn{
	width: 90%;
	margin: 5% auto;
}
#topBtn li{
	margin: 5% 0;
}
#topBtn li img{
	width: 100%;
}

/****************************************
4.グルメ
*****************************************/
#maingourmet::before{	
	content:"";
	display:block;
	position: fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(../images/gourmet/bg.jpg) center/cover no-repeat; 
	-webkit-background-size:cover;
}

/****************************************
5.エンターテインメント
*****************************************/
#mainentertainment::before{
	content:"";
	display:block;
	position: fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(../images/entertainment/bg.jpg) center/cover no-repeat; 
	-webkit-background-size:cover;
}

#activityTitle{
	font-size: 2.8em !important;
    text-align: center !important;
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

.entertainment_title{
	font-size: 2.0em !important;
	background: #ffff66;
	padding: 2%;
	text-align: center;
	margin: 1% 1% 5%;
}
.entertainmentBox{
	margin: 0 0 5%;
	padding: 0 0 5%;
}
/****************************************
6.スパ&プール
*****************************************/
#mainrelax::before{
	content:"";
	display:block;
	position: fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(../images/relax/bg.jpg) center/cover no-repeat; 
	-webkit-background-size:cover;
}

/****************************************
6.客室とサービス
*****************************************/
#mainfacilities::before{
	content:"";
	display:block;
	position: fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(../images/facilities/bg.jpg) center/cover no-repeat; 
	-webkit-background-size:cover;
}

.facilities_title{
	font-size: 2.0em !important;
	background: #ffff66;
	padding: 2%;
	text-align: center;
	margin: 1% 1% 5%;
}

.facilitiesBox{
	margin: 0 0 5%;
	border-bottom: 2px dotted #ccc;
	padding: 0 0 5%;
}
.point_table{
	max-width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
.point_table th{
	border: 1px solid #ccc;
	background: #f5f5f5;
	width: 100%;
	display: block;
	font-size: 1.6em;
	padding: 2% 0;
}
.point_table td{
	border: 1px solid #ccc;
	width: 100%;
	padding: 3%;
	display: block;
	background: #fff;
}
.point_table p{
	margin: 0;
}
.point_table_text{
	
}
.point_table_benefits{
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.point_table_circle{
	margin: 0;
	padding: 0;
	padding-left:0.5em;
	text-indent:-0.5em;
}
.point_table_circle::before{
	content: "\02022";
    display:inline-block;
    color: #fed627;
}

#benefits li{
	display: block !important;
	width: 100%;
	border-bottom: 1px dotted #aaa;
	padding: 2% 0;
	font-size: 1.4em;
}
#benefits li:nth-child(1){
	width: 100%;
	text-align: center;
	background: #aaa;
	color: #fff;
	padding: 2% 0;
	font-size: 1.6em;
	font-weight: bold;
}
#benefits li:nth-last-child(1){
	border-bottom: none;
}
#suite{
	width: 100%;
}
#suite li{
	background: #fff;
	display: block;
	width: 100%;
	letter-spacing: -.4em;
}
#suite li p{
	background: #fff;
	color: #000;
	padding: 1%;
}
.suite_title{
	background: #aaa !important;
	color: #fff !important;
	text-align: center;
	letter-spacing: normal;
	font-size: 1.6em;
	font-weight: bold;
}
.supplement{
	display: inline-block;
	width: 40% !important;
	letter-spacing: normal;
	text-align: left !important;
	padding: 2%;
	margin: 0;
	vertical-align: top;
}
.suiteBox{
	display: inline-block;
	width: 60%;
	letter-spacing: normal;
	padding: 2%;
}
.suiteBox p{
	text-align: left !important;
	line-height: 150%;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}
.facilities_btn{
	width: 80%;
	margin: 5% auto !important;
	background: #fff;
    color: #333333;
    border-radius: 3px;
    border: 1px solid #ccc;
	text-align: center;
	padding: 3%;
	font-weight: bold;
}
.hideBox{
	display: none;
}
.close,.open,.pdf a{
	position: relative;
}
.close::before,.open::before,.pdf a::before{
	position: absolute;
	display: block;
	top:50%;
	transform: translateY(-50%);
	right: 3%;
}
.close::before{
	content:"\025b2";
}
.open::before{
	content:"\025bc";
}
.pdf a{
	color: #333333;
	display: block;
	width: 100%;
	height: 100%;
}
.pdf a::before{
	content:"\025b6";
}

.other_img img{
	width: 100%;
}
.othertable{
	width: 100%;
}
.othertable th,.othertable td{
	display: block;
}
.othertable th{
	border: 1px solid #ccc;
    background: #f5f5f5;
    width: 100%;
    display: block;
    font-size: 1.6em;
    padding: 2% 0;
}
.othertable td{
	border: 1px solid #ccc;
    width: 100%;
    padding: 3%;
    display: block;
    background: #fff;
}
.othertable p{
	margin: 0;
	margin-left: 5%;
	padding: 0;
}
#sameBox{
	display: block;
	width: 100%;
}
#sameBox dt{
	font-weight: bold;
	font-size: 1.6em;
}
#sameBox dd{
	margin-bottom: 3%;
	font-size: 1.6em;
}
.same{
	margin: 0;
	padding: 0;
	padding-left:0.5em;
	text-indent:-0.5em;
}
.same::before{
	content: "\025c6";
    display:inline-block;
    color: #006fb9;
}
#sameBox p{
	width: 100% !important;
	margin: 3% 0;
}
#sabNav{
	width: 94%;
	margin: 0 auto;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#sabNav li{
	margin: 1% 1% 1% 0;
	width: 32%;
	padding: 10px 5px;
	display: flex;
	text-align: center;
	background: #fff;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	position: relative;
	border: 2px solid #ccc;
}
#sabNav li:nth-child(1){
	margin-left: 1%;
}
#sabNav li::after{
	content: "\025bc";
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 4%;
    left: 0;
}
#sabNav li a{
	width: 100%;
	display: block;
	color: #333;
}

#facility li{
	margin: 0;
	padding: 0;
	padding-left:0.5em;
	text-indent:-0.5em;
	width: 100%;
    display: block;
    font-size: 1.5em;
}
#facility li::before{
	content: "\02022";
    display:inline-block;
    color: #fed627;
}


/**クロームのみ適応**/
@media screen and (-webkit-min-device-pixel-ratio:0){
	#maingourmet::before{
		content:"";
		display:block;
		position: fixed;
		z-index:-1;
		width: 100%;
		top: 0;
		left: 0;
		background: url("../images/gourmet/bg.jpg") no-repeat center top;
		background-size: cover;
		background-position: center;
		height: 0px;
		padding-bottom: 216.53%;
	}
	
	#mainentertainment::before{
		content:"";
		display:block;
		position: fixed;
		z-index:-1;
		width: 100%;
		top: 0;
		left: 0;
		background: url("../images/entertainment/bg.jpg") no-repeat center top;
		background-size: cover;
		background-position: center;
		height: 0px;
		padding-bottom: 216.53%;
	}
	
	#mainrelax::before{
		content:"";
		display:block;
		position: fixed;
		z-index:-1;
		width: 100%;
		top: 0;
		left: 0;
		background: url("../images/relax/bg.jpg") no-repeat center top;
		background-size: cover;
		background-position: center;
		height: 0px;
		padding-bottom: 216.53%;
	}
	#mainfacilities::before{
		content:"";
		display:block;
		position: fixed;
		z-index:-1;
		width: 100%;
		top: 0;
		left: 0;
		background: url("../images/facilities/bg.jpg") no-repeat center top;
		background-size: cover;
		background-position: center;
		height: 0px;
		padding-bottom: 216.53%;
	}
	
}
