html,body {
	width:100%;
	min-width:1280px;
	height:100%;
	background-image:url(../img/bg.jpg);
}

html {
	overflow-y: scroll;
}

body {
	font-family: 'ヒラギノ丸ゴ Pro W3', 'Hiragino Maru Gothic Pro, Me', 'osaka', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	margin:0;
}


#wrapper {
	width:100%;
	height:100%;
}

	
img {border:none;
}

p {
	color:#000;
	line-height: 1.5em;
	font-size: 15px;
	margin:0;
	text-align:left;
	clear: both;
	}
	.pink {
	color: #FF9999;
	}
	.red {
	color: #990000;
    }
	.gray {
	color: #CCCCCC;
	}
	.yellow {
	color: #EBE1B6;
	}
	.white {
	color: #FFFFFF;
	}
	.brown {
	color: #550000;
	}
	.green {
	color: #009900;
	}
	.orange {
	color: #CC6600;
	}
	.blue {
	color: #003F8E;
	}

a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}


/* Style_text
--------------------------------------------------- */
.small {font-size:13px}
.large {font-size:16px}
.big {font-size:28px}



 /*Header
-----------------------------------------------------------------------------*/


#header_wrap {	
	width:100%;
	min-width: 1280px;
	height:150px;
	background-image:url(../img/menu.jpg) ;
	background-repeat:no-repeat;
	text-align:center;
	background-size:cover;
	background-position:center top;
	bottom:0;
	*zoom: 1;
	position: absolute;
	z-index:2;
	box-shadow:0 3px 5px #000;
    -webkit-box-shadow:0 3px 5px #000;
    -moz-box-shadow:0 3px 5px #000;
}


	



/* fadeinアニメーション */

.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}


.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}


/* Movie
-----------------------------------------------------------------------------*/

	
#mainVisual {
	width: 100%;
	height:100%;
	text-align: center;
	clear:both;
	margin-top:0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index:1;
	}

#mainVisual .downbtn {
	height: 90px;
	width: 100px;
	margin-left: -50px;
	position: absolute;
	left: 50%;
	bottom: 50px;
	}

#main_movie {
	width: 100%;
	height: 100%;
	background-size:cover;
	overflow:hidden;
	}
	#main_movie video {
	z-index: -1;
	object-fit: cover;
	object-position: 50%;
	}


/* グローバルナビ 
-----------------------------------------------------------------------------*/

#Navi_wrapper {
	width:100%;
	min-width: 1280px;
	height:120px;
	background-image:url(../img/menu_bg.jpg) ;
	background-repeat:repeat-x;
}

#globalNavi {
	width:100%;
	min-width: 1280px;
	height:120px;
	background-image:url(../img/menu_bg.jpg) ;
	background-repeat:repeat-x;
	box-shadow:0 3px 5px #000;
    -webkit-box-shadow:0 3px 5px #000;
    -moz-box-shadow:0 3px 5px #000;
}
  
#navi {
	width:1100px;
	height:120px;
	margin:0 auto;
}

#navi #logo {
	float:left;
	width:260px;
	height:120px;
}

#navi #tel {
	float:right;
	width:840px;
	height:60px;
}

#navi .button {
	float:right;
	width:840px;
	height:60px;
}
#navi .button img{
	float:left;
}

/* 固定 */
.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
}



/* main_column
----------------------------------------------------------------------------*/
	
	
.contentsbox_1100 {
	width: 1100px;
	clear: both;
	margin: 0px auto;
	text-align:left;
	position: relative;
	}
	.contentsbox_1100:after{
     content: ""; 
     display: block; 
     clear: both;
    }		
		
	
.greeting {
	width: 100%;
	min-width:1280px;
	height:700px;
	margin:0;
	padding:0;
	position:relative;
	background:url(../img/greeting_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	background-size:cover;
	background-position:center top;
	overflow:hidden;
	}


.season {
	width: 100%;
	min-width:1280px;
	height:900px;
	margin:0;
	padding:0;
	position:relative;
	background:url(../img/season_bg.png);
	background-repeat:no-repeat;
	text-align:center;
	background-size:cover;
	background-position:center top;
	overflow:hidden;
	}
	
	
	
.black {
		width:1100px;
		height:520px;
		margin:90px auto;
		padding:0;
		background-color:rgba(0,0,0,0.6);
	}
.black .ume {
		width:980px;
		height:380px;
		margin:-430px auto auto 30px;
		z-index:100;
	}
	
.plan {
	width: 100%;
	min-width:1280px;
	height:860px;
	margin:0;
	padding:0;
	position:relative;
	background:url(../img/plan_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	background-size:cover;
	background-position:center top;
	overflow:hidden;
	}

	



/* Footer
-----------------------------------------------------------------------------*/

	
#footer_wrapper {
	width:100%;
	min-width: 1280px;
	height:250px;
	background-image:url(../img/footer_bg.jpg) ;
	background-repeat:repeat-x;
	background-position:bottom;
	clear: both;
	}	

#footer {
	position: relative;
	width:1100px;
	height:250px;
	margin:0 auto;
}

	

			
#footer_add {
	margin: 40px auto 20px 20px;
	height: auto;
	width: 380px;
	text-align: left;
	float:left;
	color:#FFF;
	font-size:13px;
	vertical-align:20px;
	line-height: 1.8em;
	}


#footernavi {
	margin: 60px auto 0px auto;
	width: 420px;
	padding: 0px;
	color: #FFF;
	font-size: 14px;
	float: right;
	text-align: left;
	}
	#footernavi ul {
	border-left: 3px solid #9C2829 ;
	float: left;
	margin-right: 25px;
	margin-bottom: 2px;
	padding-left:10px;
	width:auto;
	}
　　#footernavi ul .item01, #footernavi ul.item02, #footernavi ul.item03 {
    float: left;
	display: block;
	}	
	#footernavi li {
	padding: 0px;
	display: block;
	list-style:none;
	margin-bottom: 2px;
	}

	#footernavi a {
	color: #FFF;
	}
	#footernavi a:hover {
	color: #FFF;
	}

#page-top {
    position: fixed;
    bottom: 20px;
	margin-left:90%;
    font-size: 77%;
	z-index:2000;
}
#page-top a {
    background: #CC9900;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #996600;
}
	
/* Style float margin padding
---------------------------------------------------*/ 
.alignleft {text-align:left;}
.alignright {text-align: right;}

.lfloat {float: left;}
.rfloat {float: right;
text-align:left;}


img.lfloat {float: left; margin-right: 10px; margin-bottom: 10px;}
img.rfloat {float: right; margin-bottom: 10px; margin-left: 10px;}

.lfloatmrb5 {float: left; margin-right: 5px; margin-bottom: 5px;}
.rfloatmbl5 {float: right; margin-bottom: 5px; margin-left: 5px;}
.lfloatmrb10 {float: left; margin-right: 10px; margin-bottom: 10px;}
.lfloatmrb15 {float: left; margin-right: 15px; margin-bottom: 15px;}
.lfloatmrb20 {float: left; margin-right: 20px; margin-bottom: 20px;}
.rfloatmbl10 {float: right; margin-left: 15px; margin-bottom: 10px; }
.lfloatmr20 {float: left; margin-right: 20px;}
.lfloatmr30 {float: left; margin-right: 30px;}

.lfloatbox {width:240px; float: left; margin-top:5px; margin-right: 0px; margin-bottom: 5px;}
.rfloatbox {width:240px; float: right; margin-top:5px; margin-left: 0px; margin-bottom: 5px; }

.m5 { margin: 5px;}
.m10 { margin: 10px;}
.m15 { margin: 15px;}
.m20 { margin: 20px;}
.m30 { margin: 30px;}
.m40 { margin: 40px;}

.mr5 { margin-right: 5px;}
.mr10 {	margin-right: 10px;}
.mr15 {	margin-right: 15px;}
.mr20 {	margin-right: 20px;}
.mr25 {	margin-right: 25px;}
.mr30 {	margin-right: 30px;}

.mrb5 { margin-right: 5px; margin-bottom: 5px;}
.mrb10 { margin-right: 10px; margin-bottom: 10px;}
.mrb20 { margin-right: 20px; margin-bottom: 20px;}

.mtb40 { margin-top: 40px; margin-bottom: 40px;}
.mtb6010 { margin-top: 60px; margin-bottom: 10px;}
.mtb6020 { margin-top: 60px; margin-bottom: 20px;}
.mtb6040 { margin-top: 60px; margin-bottom: 40px;}
.mtb60 { margin-top: 60px; margin-bottom: 60px;}


.mb0 { margin-bottom: 0px;}
.mb3 { margin-bottom: 3px;}
.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: 0px;
	padding-bottom: 80px;
}


.ml10 {	margin-left: 10px;}
.ml20 {	margin-left: 20px;}
.ml30 {	margin-left: 30px;}

.mside10 { margin-right: 10px; margin-left: 10px;}
.mside15 { margin-right: 15px; margin-left: 15px;}
.mside20 { margin-right: 20px; margin-left: 20px;}

.p5 { padding: 5px;}
.p10 { padding: 10px;}
.p20 { padding: 20px;}

.ptb5 { padding-top: 5px; padding-bottom: 5px;}
.ptb10 { padding-top: 10px; padding-bottom: 10px;}
.ptb20 { padding-top: 20px; padding-bottom: 20px;}

.pside10 { padding-right: 10px; padding-left: 10px;}
.pside20 { padding-right: 20px; padding-left: 20px;}

.pt5 { padding-top: 5px;}
.pr5 { padding-right: 5px;}
.pb5 { padding-bottom: 5px;}
.pl5 { padding-left: 5px;}

.pt20 { padding-top: 20px;}

  
  



clear{ clear:both;}




	
/* リストの余計な空白削除 
------------------------------------------------ */
ul, ol, li {
	margin: 0 0 0 0;
	padding: 0;
}
ul, li {
	list-style-type:none;
}

/* h1 の余計な空白削除
------------------------------------------------ */ 
h1 {
	margin: 0;
	padding: 0;
}

/* Index
-----------------------------------------------------------------------------*/

#search {
	width:1100px;
	height:120px;
	background-image:url(../img/search_bg.png);
}

table.event {
	width:100%;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #999999;
    }
table.event th {
	width: 220px;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
    }
table.event td {
	width: 150px;
	text-align:left;
	padding: 10px;
	padding-left:2em;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
    }			
	

/* Cuisine
-----------------------------------------------------------------------------*/

#cuisine_main {
	width: 100%;
	height:500px;
	text-align: center;
	clear:both;
	margin-top:0px;
	background-image:url(../cuisine/image.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index:1;
	}
    #cuisine_main img {
	float:right;
	padding-top:30px;
	padding-right:20px;
    }
	

table.cuisine {
	width:100%;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #999999;
    }
table.cuisine th {
	width: 140px;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
    }
table.cuisine td {
	width: 150px;
	text-align:left;
	padding: 10px;
	padding-left:2em;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
    }			
	
	
.kodawari_wrap {
	width: 100%;
	min-width:1280px;
	height:700px;
	margin:0;
	padding:0;
	position:relative;
	background:url(../cuisine/kodawari_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	background-size:cover;
	background-position:center top;
	overflow:hidden;
	}
	
		
	
.kodawari {
		width:1100px;
		height:520px;
		margin:90px auto;
		padding:0;
		background-image:url(../cuisine/kodawari_bg.png);
	}	
	



/* Facilities
-----------------------------------------------------------------------------*/

#facilities_main {
	width: 100%;
	height:500px;
	text-align: center;
	clear:both;
	margin-top:0px;
	background-image:url(../facilities/image.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index:1;
	}
    #facilities_main img {
	float:right;
	padding-top:30px;
	padding-right:20px;
    }


.retro_wrap {
	width: 100%;
	min-width:1280px;
	height:850px;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	}
	

.retro {
	width:1100px;
	height:850px;
    margin:0;
	padding:0;
	background-image:url(../facilities/facilities_bg.png);
	background-repeat:no-repeat;
}

table.room {
	width:100%;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #999999;
    }
table.room th {
	width: 140px;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
    }
table.room td {
	width: 900px;
	text-align:left;
	padding: 10px;
	padding-left:2em;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
    }	
	
.room_btn {
	float:left;
	width:140px;
	height:155px;
	margin-right:10px;
}


.room_left {
	width:1060px;
	height:460px;
	padding:20px;
	background-image:url(../facilities/ume_bg.jpg);
}
.room_left .object{
	float:left;
	width:690px;
	height:460px;
}
.room_left .r_box {
	float:right;
	width:320px;
	height:460px;
	margin-right:15px;
}

#slider2 {
	width:690px;
	height:460px;
	float:left;
	margin-bottom:0px;
    }

#slider02 {
	width:690px;
	height:460px;
	float:left;
	margin-bottom:0px;
    }	
	
.bx-pager2 {
	width:320px;
	height:auto;
	display:block;
    }
	.bx-pager2 img {
	float:left;
	width:100px;
	height:220px;
	margin-right:10px;
	display:block;
	}
	.bx-pager2 a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .6;
	-moz-opacity: .6;
	} 	

#slider3 {
	width:690px;
	height:460px;
	float:left;
	margin-bottom:0px;
    }

#slider03 {
	width:690px;
	height:460px;
	float:left;
	margin-bottom:0px;
    }	


.bx-pager3 {
	width:320px;
	height:auto;
	display:block;
    }
	.bx-pager3 img {
	float:left;
	width:100px;
	height:220px;
	margin-right:10px;
	display:block;
	}
	.bx-pager3 a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .6;
	-moz-opacity: .6;
	} 	

#slider4 {
	width:690px;
	height:460px;
	float:left;
	margin-bottom:0px;
    }

#slider04 {
	width:690px;
	height:460px;
	float:left;
	margin-bottom:0px;
    }	

.bx-pager4 {
	width:320px;
	height:auto;
	display:block;
    }
	.bx-pager4 img {
	float:left;
	width:100px;
	height:220px;
	margin-right:10px;
	display:block;
	}
	.bx-pager4 a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .6;
	-moz-opacity: .6;
	} 	

#slider5 {
	width:690px;
	height:460px;
	float:left;
	margin-bottom:0px;
    }

#slider05 {
	width:690px;
	height:460px;
	float:left;
	margin-bottom:0px;
    }	

.bx-pager5 {
	width:320px;
	height:auto;
	display:block;
    }
	.bx-pager5 img {
	float:left;
	width:100px;
	height:220px;
	margin-right:10px;
	display:block;
	}
	.bx-pager5 a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .6;
	-moz-opacity: .6;
	} 	

#slider6 {
	width:690px;
	height:460px;
	float:left;
	margin-bottom:0px;
    }

#slider06 {
	width:690px;
	height:460px;
	float:left;
	margin-bottom:0px;
    }	


.bx-pager6 {
	width:320px;
	height:auto;
	display:block;
    }
	.bx-pager6 img {
	float:left;
	width:100px;
	height:220px;
	margin-right:10px;
	display:block;
	}
	.bx-pager6 a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .6;
	-moz-opacity: .6;
	} 	


.room_right {
	width:1060px;
	height:460px;
	padding:20px;
	background-image:url(../facilities/ume_bg.jpg);
}
.room_right .object{
	float:right;
	width:690px;
	height:460px;
}
.room_right .l_box {
	float:left;
	width:320px;
	height:460px;
	margin-right:15px;
}


#takasago {
padding-top:150px;
margin-top:-150px
}

#kajika {
padding-top:150px;
margin-top:-150px
}

#oimatsu {
padding-top:150px;
margin-top:-150px
}

#kuretake {
padding-top:150px;
margin-top:-150px
}

#miharashi {
padding-top:150px;
margin-top:-150px
}

#kotobuki {
padding-top:150px;
margin-top:-150px
}

#manyo {
padding-top:150px;
margin-top:-150px
}

#akatsuki {
padding-top:150px;
margin-top:-150px
}

#kocho {
padding-top:150px;
margin-top:-150px
}

#horai {
padding-top:150px;
margin-top:-150px
}



/* Spa
-----------------------------------------------------------------------------*/

#spa_main {
	width: 100%;
	height:500px;
	text-align: center;
	clear:both;
	margin-top:0px;
	background-image:url(../spa/image.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index:1;
	}
    #spa_main img {
	float:right;
	padding-top:30px;
	padding-right:20px;
    }

.yugawara_wrap {
	width: 100%;
	min-width:1280px;
	height:750px;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	}
	

.yugawara {
	width:1100px;
	height:720px;
    margin:0;
	padding:0;
	background-image:url(../spa/spa_bg.png);
	background-repeat:no-repeat;
}


.spa_movie {
	width:1060px;
	height:706px;
	background-image:url(../spa/movie_bg.png);
	padding:20px;
	position: relative;
}

table.spa {
	width:100%;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #999999;
    }
table.spa th {
	width: 180px;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
    }
table.spa td {
	width: 740px;
	text-align:left;
	padding: 10px;
	padding-left:2em;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
    }	



/* Areaguide
-----------------------------------------------------------------------------*/

#areaguide_main {
	width: 100%;
	height:500px;
	text-align: center;
	clear:both;
	margin-top:0px;
	background-image:url(../areaguide/image.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index:1;
	}
    #areaguide_main img {
	float:right;
	padding-top:30px;
	padding-right:20px;
    }
	
	
/* Access
-----------------------------------------------------------------------------*/

#access_main {
	width: 100%;
	height:500px;
	text-align: center;
	clear:both;
	margin-top:0px;
	background-image:url(../access/image.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index:1;
	}
    #access_main img {
	float:right;
	padding-top:30px;
	padding-right:20px;
    }
	
	
/* Reserve
-----------------------------------------------------------------------------*/

#reserve_main {
	width: 100%;
	height:500px;
	text-align: center;
	clear:both;
	margin-top:0px;
	background-image:url(../reserve/image.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index:1;
	}
    #reserve_main img {
	float:right;
	padding-top:30px;
	padding-right:20px;
    }
	
	
#plan_bnr {	
	width:1100px;
	height:270px;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.5));
	margin: 0 auto;
}		


table.rate {
	width:100%;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: center;
	line-height: 1.5;
	border-top: 1px solid #999999;
    }
table.rate th {
	width: 300px;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
    }
table.rate td {
	width: 400px;
	text-align:center;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
    }			
	

	
	
/* 追加
-----------------------------------------------------------------------------*/
.adjust01{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.adjust02{
	position: absolute;
	top: 230px;
	left: 0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.contentsbox_1100.mb80 a {
	display: block;
	height: 155px;
	/*width: 140px;*/
}

.qr{
	position: absolute;
	top: 40px;
	left: 470px;
	font-size: 12px;
	text-align: center;
	margin: 20px 0 10px;
}
.qr p{
	text-align: center;
	margin-top: 5px;
}
.qr a{
	color: #fff;
}