@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(../img/bg.png);
	background-repeat:repeat;
	width:100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color:#333;
	
}
a{
	color:#333;
}
a:hover{
	opacity:0.7;
}

#wrapper{
	width:100%;
	background-image:url(../img/bg_header.png);
	background-repeat:repeat-x;
	height:100%;
	
	
}
#header{
	width:1000px;
	height:246px;
	margin:0 auto;
}

#logo{
	float:left;
	margin-right:60px;
}

/**********slide*************/
#container{
	width:1030px;
	height:410px;
	margin:10px auto;
}



/*************navi***************/
#navi{
	float:left;
}

#navi li{
	float:left;
}

/**********contact****************/

#contact{
	float:right;
	margin-top:10px;
}


/**rakuten**/
#rakuten {
	float:right;
	margin-top:20px;
}



#plan{
	clear:both;
	width:1030px;
	margin:20px auto 30px;
	overflow:hidden;
}

#box{
	float:left;
}

#r_link{
	float:right;
	width:190px;
	height:400px;
	background-image:url(../img/link_bg.jpg);
	background-repeat:no-repeat;
}

#r_link ul{
	width:180px;
	margin:50px auto 20px;
}


#r_link li{
	margin-top:9px;
}















/********box style**********/
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}


.ih-item.square {
  position: relative;
  width:200px;
  height:400px;
  margin-left:3px;
  margin-right:2px;
  
}

.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.ih-item.square.effect13 {
  overflow: hidden;
  float:left;
  display:inline;
}
.ih-item.square.effect13 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect13 .info {
  background: #fff;
  background: rgba(255, 255, 255,0.3);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
 
.ih-item.square.effect13 a:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.ih-item.square.effect13 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect13.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect13.left_to_right a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}





#top_btn{
	text-align:right;
	margin-right:30px;
}




/*******sub*********/

#sub{
	clear:both;
	width:1030px;
	margin:0 auto;
}


#sub_l{
	width:500px;
	float:left;
	height:250px;
}
#sub_r{
	width:500px;
	float:right;
	height:250px;
}

#sub_r p{
	padding-top:15px;
	padding-left:30px;
	padding-bottom:10px;
}

/***************footer*****************/
#footer{
	width:100%;
	height:200px;
	background-color:#1e2f4e;
	color:#fff;
	padding:30px;
	font-size:13px;
}

#footer p a{
	color:#fff;
}

#footer p a:hover{
	color:#006;
}
#fwrapper{
	width:1100px;
	margin:0 auto;
}

#address{
	width:400px;
	height:130px;
	border:1px dotted #fff;
	padding:20px;
	float:left;
}

#map{
	float:right;
	margin-right:100px;
}

#footer_navi{
	height:50px;
	background-color:#1e2f4e;
	padding:30px;
}
#footer_navi ul{
	width:480px;
	margin:0 auto;
	overflow:hidden;
}
#footer_navi li{
	float:left;
	font-size:12px;
	width:80px;
	text-align:center;
}
#footer_navi li a{
	color:#fff;
	width:100%;
	
}






/******************main*******************************/

#main{
	width:980px;
	background-color:#fff;
	height:auto;
	margin:0 auto;
	padding:50px;
	font-size:14px;
	overflow:hidden;
}


.m_20{
	margin-top:20px;
	margin-bottom:20px;
}





/*******stay**************/
#rightside{
	width:200px;
	height:800px;
	float:left;
	margin-right:40px;
	margin-top:30px;
	background-image:url(../img/leftside_bg.png);
	background-repeat:no-repeat;
}

#rightside li{
	height:55px;
	line-height:55px;
	letter-spacing:1.5px;
	padding-left:5px;
}
#rightside li a{
	width:200px;
	height:55px;
	display:block;
}
#leftside{
	width:720px;
	height:auto;
	float:left;
	margin-top:28px;
}


#rightside p{
	font-size:12px;
	margin-top:30px;
	margin-bottom:30px;
}

#room{
	margin-top:50px;
}

#room ul{
	width:980px;
}

#room li{
	float:left;
	margin-left:3px;
	margin-bottom:10px;
	border:1px solid #cfcfcf;
}

#gallery{
	margin-top:20px;
}

#gallery p{
	border:4px double #1e2f4e;
	width:150px;
	height:30px;
	text-align:center;
	margin-bottom:10px;
}
#gallery a{
	margin-left:5px;


}



#rest,#amenity,#service,#parking{
	clear:both;
	margin-top:30px;
	height:270px;
	width:980px;
}


#rest p img,#amenity p img,#service p img,#parking p img{
	margin-bottom:20px;
	margin-right:20px;
}

#service{
	margin:50px 0;
}


/********reco*********/

#rightside_reco{
	width:200px;
	float:left;
	height:500px;
	margin-right:40px;
	margin-top:30px;
	background-image:url(../img/left_reco.png);
	background-repeat:no-repeat;
}
#rightside_reco li{
	height:55px;
	line-height:55px;
	letter-spacing:1.5px;
	padding-left:5px;
}


/*********gourmet************/

#gourmet{
	clear:both;
	width:980px;
}

#gourmet img{
	margin-top:35px;
}

#snack img{
	margin-top:20px;
	margin-bottom:20px;
}

#snack table{
	margin-left:18px;
	
}
	
#sisetu li{
	margin-top:10px;
	margin-left:18px;
}


/*********leisure*********/
p#center{
	width:720px;
	height:400px;
	text-align:center;
	
}








/***********hotelinfo***************/

#hotel_tbl{
	margin-bottom:50px;
	margin-top:30px;
	text-align:center;
}
#hotel_tbl tr td{
	border:1px solid #ccc;
	
}
