@charset "UTF-8";

html,body {
	width:100%;
	min-width:1280px;
	height:100%;
	background-image:url(../img/body_bg.png);
	font-family:"メイリオ", Meiryo, "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic,  sans-serif;
}

html {
	overflow-y: scroll;
}

body {
	margin:0;
}



img {border:none;
}



p {
	color:#666;
	line-height: 1.8em;
	font-size: 15px;
	margin:0;
	clear: both;
	font-family:"メイリオ", Meiryo, "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic,  sans-serif;
    }
	

	
.black {
	color: #000000;
	}
.pink {
	color: #FF9999;
	}
.red {
	color: #AA0000;
    }
.gray {
	color: #999999;
	}
.yellow {
	color: #FFCC00;
	}
.white {
	color: #FFFFFF;
	}
.brown {
	color: #330000;
	}
.green {
	color: #838E27;
	}
.orange {
	color: #CC3300;
	}
.blue {
	color: #003F8E;
    }


/* Style_text
--------------------------------------------------- */
.small {
	font-size:11px
    }
.middle {
	font-size:20px;
}
.medium {
	font-size:20px;
	line-height:34px;
	font-weight:400;
	font-family:"メイリオ", Meiryo, "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic,  sans-serif;
    }
.large {
	font-size:20px;
	line-height:28px;
	color:#FFF;
	text-shadow: 1px 2px 3px #333333; 
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    }		
.bold {
	font-weight: bold;
	}
.big {
	font-size:24px;
	font-weight:500;
	}


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


#header_wrap {	
	width:100%;
	min-width: 1280px;
	height:600px;
	margin:0;
	background-image:url(../img/header_bg.png) ;
	background-repeat:no-repeat;
	background-position:center top;
	*zoom: 1;
	position: absolute;
	overflow:hidden;
	z-index:1;
}




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

#movArea {
　　width: 1900px;
　　height: 600px;
	overflow: hidden;
	}
	#movArea:after {
    content: ""; 
    display: block; 
    clear: both;
    }
	
#main_movie {
	max-width: 1270px;
    height:auto;

	}
	#index #main_movie {background-image: url(movie/top.jpg);}
	#main_movie video {
	z-index: -1;
	width: 100%;
	object-fit: cover;
	object-position: 50%;
	}
	#main_movie :after {
    content: ""; 
    display: block; 
    clear: both;
    }
	
	
.mov-mask {
position: relative;
width: 100%;
height: 600px;
	background-image:url(../img/mov_mask.png) ;
	background-position:center;
	background-repeat:no-repeat;

overflow:hidden;
z-index: 100;
}



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

#menu {
	width:260px;
	height:600px;
position: relative;
margin-left:840px;
text-align:center;
z-index: 3000;
}

#menu_wrap{
	width:186px;
	height:244px;
	margin-left:45px;
}
#menu_wrap img {
	float:left;
	width:52px;
	height:112px;
	margin:0px 10px 10px 0px;
}




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

.plan_bnr {
	width:180px;
	height:186px;
	float:right;
	top:110px;
    right:10px;
	position:fixed;
	z-index:1000;
}




.box{
	width:1270px;
	height:600px;
	margin: 0 auto auto 0;
	position: relative;
	overflow:hidden;
}




/* ふわふわさせたいものに fuwafuwaクラスを付与 */
.fuwafuwa {
	-webkit-animation-name:fuwafuwa; 
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}

/* fuwafuwaアニメーション */
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}
	
/*　縦の動き　*/
@keyframes moveY {
	0% {top:0px;}
	50% {	top:10px;}
	100% {top:0px;}
	}
@-ms-keyframes moveY {
	0% {top:0px;}
	50% {	top:10px;}
	100% {top:0px;}
	}
@-webkit-keyframes moveY /* Safari and Chrome */
{
	0% {top:0px;}
	50% {	top:10px;}
	100% {top:0px;}
	}
@-moz-keyframes moveY /* Firefox */
{
	0% {top:0px;}
	50% {	top:10px;}
	100% {top:0px;}
	}



/* main_column
----------------------------------------------------------------------------*/

#greeting_wrap {
	width: 100%;
	min-width:1280px;
	height:1010px;
	padding:0;
	position:relative;
	background:url(../img/greeting_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	overflow:hidden;
	}


.gaikan {
	width:604px;
	height:394px;
	margin-top:66px;
	padding:0px;
	float:left;
	position:relative;
	z-index:30;
	}

.greeting_copy {
	width:392px;
	height:368px;
	margin:150px auto auto 620px;
	float:left;
	position:absolute;
	}

.charm01{
	width:530px;
	height:397px;
	margin:70px 40px auto 0;
	float:left;
	position:relative;
	display:block;
}

.charm02{
	width:530px;
	height:397px;
	margin-top:70px;
	float:left;
	position:relative;
	display:block;
}

.contentsbox_1100 {
	width: 1100px;
	margin: 0px auto;
	text-align:left;
	position: relative;
	}
	.contentsbox_1100:after{
     content: ""; 
     display: block; 
     clear: both;
    }		
		

.search {
	width:100%;
	height:120px;
	background-color:#330000;
    }



	
.effect {
	overflow: hidden;
}
.effect li {
	transition: .8s;
}
.effect li img {
}

.ef-fade01 {
	opacity: 0;
}
.fade01 {
	opacity: 1.0;
}
.ef-fade02 {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
}
.fade02 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

.ef-zoom {
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
}
.zoom {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.ef-rotation {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
}
.rotation {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}
	

	
#plan_wrap {
	width: 100%;
	min-width:1280px;
	height:850px;
	margin:0;
	padding:0;
	position:relative;
	background:url(../img/bg2.jpg);
	}
	
.plan_title {
	width: 120px;
	height:705px;
	margin: 70px auto auto 0;
	float:left;
	position: relative;
	}

.plan_rss {
	width: 960px;
	height:705px;
	margin: 70px auto auto 0;
	float:right;
	position: relative;
	}	


/* footer
----------------------------------------------------------------------------*/

#footer_wrap {
	width: 100%;
	min-width:1280px;
	height:300px;
	position:relative;
	background:url(../img/footer_bg.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
	}

#footer {
	width:1100px;
	height:auto;
	font-size: 15px;
	color:#FFF;
	margin:40px auto;
	text-align:center;
}
#footer:after{
     content: ""; 
     display: block; 
     clear: both;
    }	
#footer a {
	color: #FFF;
	text-decoration:none;
	}
	#footer a:hover {
	color: #FFF;
	text-decoration:underline;
	}

#page-top {
    position: fixed;
    bottom: 20px;
	margin-left:90%;
    font-size: 77%;
	z-index:2000;
    }
    #page-top img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    }
	

/* 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;}

.mtb2010 { margin-top: 20px; margin-bottom: 10px;}
.mtb30 { margin-top: 30px; margin-bottom: 30px;}
.mtb40 { margin-top: 40px; margin-bottom: 40px;}
.mtb4020 { margin-top: 40px; margin-bottom: 20px;}
.mtb6010 { margin-top: 60px; margin-bottom: 10px;}
.mtb6020 { margin-top: 60px; margin-bottom: 20px;}
.mtb6030 { margin-top: 60px; margin-bottom: 30px;}
.mtb6040 { margin-top: 60px; margin-bottom: 40px;}
.mtb60 { margin-top: 60px; margin-bottom: 60px;}
.mtb8020 { margin-top: 80px; margin-bottom: 20px;}
.mtb8060 { margin-top: 80px; margin-bottom: 60px;}
.mtb4080 { margin-top: 40px; margin-bottom: 80px;}

.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: 80px;}

.mt20 { margin-top: 20px;}


.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;
	}



/* cuisine.html
------------------------------------------------ */ 

#cuisine_wrap {
	width: 100%;
	min-width:1280px;
	height:1310px;
	padding:0;
	position:relative;
	background:url(../cuisine/dinner_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	overflow:hidden;
	}


#cuisine_slide {
	width:1100px;
	height:780px;
	margin:0 auto;
	background-image:url(../cuisine/slide_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	position:absolute;
    }

#slider1 {
	width:746px;
	height:497px;
	margin:120px auto auto 175px;
}

.bx-pager1 {
	float:left;
	margin-top:40px;
	margin-left:75px;
	width:950px;
	height:auto;
	display:block;
    }
	.bx-pager1 img {
	float:left;
	width:110px;
	height:110px;
	margin-right:10px;
	margin-bottom:10px;
	display:block;
	}
	.bx-pager1 a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .6;
	-moz-opacity: .6;
	} 	

#ippin_wrap {
	width: 100%;
	min-width:1280px;
	height:480px;
	margin-bottom:80px;
	padding:0;
	position:relative;
	background:url(../img/bg2.jpg);
	}
   #ippin_wrap :after{
     content: ""; 
     display: block; 
     clear: both;
    }		
	
	
	
/* spa.html
------------------------------------------------ */ 

#spa_wrap {
	width: 100%;
	min-width:1280px;
	height:1510px;
	padding:0;
	position:relative;
	background:url(../spa/shirogane_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	overflow:hidden;
	}
	#spa_wrap :after{
     content: ""; 
     display: block; 
     clear: both;
    }		
	
#spa_movie {
	width:1100px;
	height:735px;
	background-image:url(../spa/slide_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
    }
#spa_movie .object {
	width:746px;
	height:497px;
	margin:120px auto auto 177px;
	position:absolute;
}


#spa_info {
	width: 100%;
	min-width:1280px;
	height:auto;
	margin-bottom:80px;
	padding-top:40px;
	padding-bottom:40px;
	position:relative;
	background:url(../img/bg2.jpg);
	}
   #spa_info :after{
     content: ""; 
     display: block; 
     clear: both;
    }		



table.info {
	width:100%;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
    border-collapse: collapse;
    }
    table.info th, table td {
    border: solid 1px #999999;
    }
    table.info th {
	width: 200px;
	padding: 10px;
	vertical-align: middle;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
    }
    table.info td {
	width: auto;
	text-align:left;
	padding: 10px;
	text-indent:2em;
	vertical-align: middle;
    }	
	
	
/* facilities.html
------------------------------------------------ */ 

#facilities_wrap {
	width: 100%;
	min-width:1280px;
	height:1310px;
	padding:0;
	position:relative;
	background:url(../facilities/room_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	overflow:hidden;
	}


#facilities_slide {
	width:1100px;
	height:780px;
	margin:0 auto;
	background-image:url(../facilities/slide_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	position:absolute;
    }

#slider2 {
	width:746px;
	height:497px;
	margin:120px auto auto 175px;
}
	

#facilities_info {
	width: 100%;
	min-width:1280px;
	height:auto;
	margin-bottom:80px;
	padding-top:40px;
	padding-bottom:40px;
	position:relative;
	background:url(../img/bg2.jpg);
	}
   #facilities_info :after{
     content: ""; 
     display: block; 
     clear: both;
    }			
	
	
	
	
/* areaguide.html
------------------------------------------------ */ 

#areaguide_wrap {
	width: 100%;
	min-width:1280px;
	padding:0;
	position:relative;
	background:url(../areaguide/spot_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	overflow:hidden;
	}
	

#link_wrap {
	width: 100%;
	min-width:1280px;
	height:auto;
	margin-bottom:80px;
	padding-top:40px;
	padding-bottom:40px;
	position:relative;
	background:url(../img/bg2.jpg);
	}
   #link_wrap :after{
     content: ""; 
     display: block; 
     clear: both;
    }			
.bnr {
	float:left;
	height:127px;
	width:306px;
	margin-right:45px;
   }
	
	
#mini {
	padding: 0px;
	display: block;
	height: auto;
	border-bottom: 1px dotted #AEBC7D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
	width: 930px;
}
#mini hr {width: 0px; height: 0px; margin: 0px; padding: 0px; clear: both; border-style: none; visibility: hidden;}

/*プラン*/
#mini #minileft {
	width: 600px;
	float: right;
	word-wrap: break-word;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#mini #minileft p {
	font-size: 13px;
	line-height: 24px;
	margin: 0 0px 10px 0;
	padding: 0px;
	color: #333;
}
#mini #minileft h4 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
}
#mini #minileft h4 a{
	margin: 0px;
	padding: 0;
	color: #550000;
	font-weight: bold;
	text-decoration: none;
}
#mini #minileft h4 a:hover {
	color: #550000;
	font-weight: bold;
	text-decoration: underline;
}

#mini #miniright {
	width: 300px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: left;
}
#mini #miniright img {
	margin: 0px 0px 0px;
	padding: 0px;
	border-style: none;
}


/*プランボタン*/
#mini #miniright p {margin: 0px; padding: 0px; display: block;}
#mini #miniright p a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 300px;
	background: url(m_plan02.gif) no-repeat;
	height: 200px;
}
#mini #miniright p a:hover { background: url(m_plan02_ov.gif) no-repeat;}

#mini #miniright strong {display: none;}
.mini hr {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	border-width: 0px;
	border-style: none;
}
.search .contentsbox_1100 .search_title {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
}
.search .contentsbox_1100 .search_main {
	float: left;
	width: 840px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.plan_form{
	width: 800px;
	margin-top: 0px;
	padding-top: 30px;
	color: #FFF;
	position: relative;
}
.plan_form p{
	margin:0;
	padding:0;
}
.plan_form img{
	vertical-align: middle;
	margin-right:10px;
}
.plan_form .check_in{
	width: 275px;
	float: left;
	margin-right: 12px;
}
.plan_form .check_in02{
	width:100px;
	float:left;
	margin-right: 22px;
}
.plan_form .guests{
	width:220px;
	float:left;
	margin-bottom:8px;
	margin-right:12px;
}
.plan_form .type{
	width: 250px;
	float: left;
	margin-right: 25px;
}
.plan_form .price{
	width:340px;
	float:left;
}
.plan_form .search_btn{
	width: 165px;
	height: 24px;
	float: left;
	position: absolute;
	left: 635px;
	top: 45px;
}
.plan_form hr{
	clear: both;
	width: 0;
	height: 0;
	margin: 0px;
	padding: 0px;
	float: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.search .contentsbox_1100 .search_main .plan_form form p {
	color: #FFF;
}
