/* index
======================================== */
#main{
	position: relative;
	width: 100%;
	height: 800px;
	color: #fff;
}
#main .bt_scroll{
	position: relative;
	width: 60px;
	height: 45px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	text-align: center;
}
#main .bt_scroll a{
	color: #fff;
	display: block;
	width: 60px;
	height: 45px;
}
#main .bt_scroll p{
	position: absolute;
	width: 60px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
}
#main .bt_scroll .line{
	bottom: 0;
	position: absolute;
	content: "";
	display: block;
	width: 30px;
	margin-left: 29px;
	height: 22px;
	border-left: 1px solid rgba(255,255,255,.4);
}
#main .bt_scroll .line_over{
	bottom: 0;
	position: absolute;
	content: "";
	display: block;
	width: 30px;
	margin-left: 29px;
	height: 0;
	border-left: 1px solid rgba(255,255,255,1);
	transition-duration: .2s;
}
#main .bt_scroll:hover .line_over{
	height: 22px;
}

/*content*/
#contents{
	padding: 70px 0 90px;
}
#contents .section{
	max-width: 1020px;
	margin: 0 auto;
}
.bt_more{
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.bt_more a{
	display: block;
	padding: 8px 14px;
	color: #9b957e !important;
	border: solid 1px #bfbaa9;
	border-radius: 20px;
	transition-duration: .2s;
}
.bt_more a:hover{
	background: #bfbaa9;
	color: #fff !important;
}

/*information*/
#information .tit-set{
	overflow: hidden;
	padding: 0 20px;
}
#information h2{
	float: left;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 35px;
	line-height: 1.1;
}
#information .bt_more{
	float: right;
}
#information table{
	border-top: solid 1px #e5e5e5;
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
}
#information th,
#information td{
	border-bottom: solid 1px #e5e5e5;
	padding: 15px 0;
}
#information th{
	width: 20%;
	padding-left: 20px;
	padding-right: 20px;
}
#information td{
	width: 80%;
}
#information a{
	color: #41342f;
	transition-duration: .2s;
}
#information a:hover{
	opacity: .6;
}

/*contents-nav*/
#contents-nav{
	margin-top: 60px;
}
#contents-nav .section{
	position: relative;
}
#contents-nav .section + .section{
	margin-top: 30px;
}
#contents-nav img{
	max-width: 100%;
	height: auto;
}
#contents-nav .text{
	position: relative;
	background: #fff;
	padding: 40px;
	width: 45%;
	margin: 0 0 0 4%;
}
#contents-nav #ec .text,
#contents-nav #room .text{
	margin: 0 0 0 51%;
}
#contents-nav .text h3{
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 35px;
	line-height: 1.1;
}
#contents-nav .text h3:after{
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #a09997;
	margin: 25px 0 25px;
}
#contents-nav .text h3 a{
	color: #41342f;
	transition-duration: .2s;
}
#contents-nav .text h3 a:hover{
	opacity: .7;
}
#contents-nav .text p{
	line-height: 1.8;
}
#contents-nav .text p+p{
	margin-top: 10px;
}
#contents-nav .text p.en{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5;
	color: #63514c;
}
#contents-nav .text .bt_more{
	margin-top: 20px;
}
#contents-sub-nav{
	margin-top: 60px;
	font-size: 0;
}
#contents-sub-nav a{
	color: #41342f;
	display: block;
	transition-duration: .4s;
}
#contents-sub-nav a:hover{
	opacity: .8;
}
#contents-sub-nav img{
	max-width: 100%;
	height: auto;
}
#contents-sub-nav li{
	display: inline-block;
	width: 48%;
	margin-right: 4%;
}
#contents-sub-nav li:last-child{
	margin-right: 0;
}
#contents-sub-nav li dd{
	margin-top: 15px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 23px;
	line-height: 1.1;
	text-align: center;
}


/*ticket*/
#ticket.section{
  margin-top: 60px;
}
#ticket .title-set h4{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 28px;
	line-height: 1.1;
}
#ticket .title-set p{
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.1;
	margin-top: 8px;
}
#ticket h4{
	margin-top: 40px;
}
#ticket p{
	margin-top: 20px;
}
#ticket .note{
	margin-top: 20px;
}
#ticket .note li{
	margin-top: 5px;
	font-size: 13px;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.4;
}


/* Responsive Styles
======================================== */
@media only screen and (max-width: 1280px) {
	#contents .section{
		max-width: 90%;
	}
}
@media only screen and (max-width: 1080px) {
	#contents-nav .text,
	#contents-nav #room .text,
  #contents-nav #ec .text{
		width: 95%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {
	.bt_more{
		display: block;
	}
	.bt_more a{
		text-align: center;
	}
	/*content*/
	#contents{
		padding: 35px 0 45px;
	}
	/*information*/
	#information .tit-set{
		padding: 0 10px;
	}
	#information th{
		padding-left: 10px;
	}
	/*contents-nav*/
	#contents-nav .text{
		padding: 30px;
	}
	#contents-sub-nav{
		width: 95%;
		margin: 30px auto 0;
	}
	#contents-sub-nav li{
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
  
  /*title-set*/
	#ticket .title-set{
		padding-bottom: 5px;
	}
	#ticket .title-set h4{
		font-size: 22px;
		line-height: 1.3;
	}
	#ticket .title-set p{
		font-size: 16px;
		line-height: 1.1;
		margin-top: 6px;
	}
}