@charset "UTF-8";
/* ================================
	共通
================================ */
.btn_ho{
  	transition: 0.3s;
}
.btn_ho:hover{
		-webkit-transform: translate(0px,-3px);
		-moz-transform: translate(0px,-3px);
		-ms-transform: translate(0px,-3px);
		-o-transform: translate(0px,-3px);
		transform: translate(0px,-3px);
}


/* ================================
	ヘッダ
	.globalHeader
================================ */




/* ================================
	フッタ
	.globalFooter
================================ */




/* ================================
	コンテンツ
	.contents
================================ */
a:hover{
  opacity: 0.8;
  cursor: pointer;
}
.fv{
  height: 481px;
  text-align: center;
}
.fv .inner {
  position: relative;
  background: url(../images/content/fv_bg.png) no-repeat top center;
  background-size: cover;
}
.fv .fvBtn{
  position: absolute;
  bottom: 40px;
  left: 160px;
}
.cntarea{
  background: url(../images/content/cnt_bg.png) repeat-x;
  text-align: center;
}
.hotelarea{
  text-align: center;
}
.listarea{
  padding-top: 20px;
  background: url(../images/content/list_bg.png);
}
.listarea .inner{
  width: 985px;
  margin: 0 auto;
  position: relative;
}
.listarea ul{
  overflow: hidden;
}
.listarea ul li{
  width: 180px;
  padding: 10px 0;
  border-right: solid 1px #c0ab2c;
  border-bottom: solid 1px #c0ab2c;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  background: url(../images/content/list_deco01.png) no-repeat #fff;
  background-position: 110px 10px;
  text-align: center;
} 
.listarea ul li .link01{
  margin-bottom: 5px;
}
.listarea ul li:nth-child(5n){
  margin-right: 0px;
}
.contactBox{
  width: 100%;
  text-align: left;
  background: #74261e;
  padding: 10px 0;
  overflow: hidden;
}
.contactBox img{
  float: left;
}
.contactBox .btn{
  float: right;
  margin: 3px 5px 0 0px;
}



