@charset "UTF-8";

/* CSS 
---------------------------------------------------------------

--------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-size:100%;
}


/*-----------------------------------
 *	Reset CSS
 *----------------------------------*/
 
html,body,div,p,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,table,th,td {
	margin: 0;
	padding: 0;
}

html {
	/*overflow-y: scroll;*/
	
	
}
body {
	line-height: 1.0em;
	font-size:100%;
	font-family:"Noto Sans JP";
	font-style:normal;
	font-weight:normal;
	color:#333;
	background:#fff url(images/body_bg.gif) center top repeat-x;
	-webkit-print-color-adjust: exact;
}


ol,ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
}

fieldset,img {
	border: 0;
}

img {
	vertical-align: bottom;
}







/*  */
/* ------------------------------------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
	 font-family: "Noto Sans JP";
}


body,
table {
	background-color: #fff;
	color: #7f8d8b;
	font-family:"Noto Sans JP";
	font-size: 12px;
	line-height: 0;
	letter-spacing: 0.02em;
}

ol, ul {
	list-style: none;
}



div {
	display: block;
	overflow: hidden;
}

img {
	vertical-align: middle;
	border: none;
	font-weight: normal;
	max-width: 100%;
  height: auto;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration:none;
	color:#333;
	
	/*background-color: #f00;*/
}
a:hover{
filter:alpha(opacity=80);
opacity:0.8;
}



/*  */
:focus {
	outline: 0;
}

/* Link */
/* ------------------------------------------------------------ */



/* Font */
/* ------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0px #f00 solid;
}



/* Float */
/* ------------------------------------------------------------ */
.f_left {
	float: left;
}

.f_right {
	float: right;
}

.f_center {
	margin-left: auto;
	margin-right: auto;
}

/* Clear */
/* ------------------------------------------------------------ */
.float:after {
	content: '';
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

/* Margin */
/* ------------------------------------------------------------ */
.t_mgn5 {
	margin-top: 5px;
}

.t_mgn10 {
	margin-top: 10px;
}

.t_mgn15 {
	margin-top: 15px;
	
}

.t_mgn30 {
	margin-top: 30px;
}

.b_mgn30 {
	margin-bottom: 30px;
}



/* Header */
/* ------------------------------------------------------------ */
#header {
	display: block;
	overflow: hidden;
	border-bottom: 1px #eaeceb solid;
	
}

#link {
	font-size: 11px;
	padding-right: 5px;
	text-align: right;
	

}

/* Body */
/* ------------------------------------------------------------ */
#body {
	text-align: left;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
	position:relative;
}

#global_menu {
	width: 200px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#global_menu .top_border{
border-top: 1px #eaeceb solid;	
}


#global_menu li {
	list-style-type: none;
	display: block;
	overflow: hidden;
	border: 0px #0f0 solid;
}



#global_menu .border {
	padding-bottom:10px;

}

.side_facilities {
	width: 190px;
	height : 25px;

}

/* Box */
/* ------------------------------------------------------------ */
.w980 {
	width: 980px;
}







/*--imgArea--*/
#imgArea{
	box-sizing: border-box;
	padding : 40px 1px;
	width : 100%;
	max-width : 1600px;
	margin : 20px 0  50px 0;
	min-width : 960px;
}
#imgAreaInner{
	width : 100%;
	max-width : 1600px;
	margin : 0 auto;
}
.imgSize_1{
	width : 48.5%;
	height : auto;
	float : left;
	position : relative;
	margin-bottom: 0.5%;
	border: 4px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
}
.imgSize_1 .pick,
.imgSize_2 .pick,
.imgSize_3 .pick{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 40px;
	height : 40px;
}
.imgSize_2{
	width : 24.1%;
	height : auto;
	float : left;
	position : relative;
	border: 4px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
	
}
.imgSize_1 img,.imgSize_2 img{
	width : 100%;
}
.imgSize_1 .msg,.imgSize_2 .msg{
	width : auto;
	position : absolute;
	bottom : 30px;
	left : 23px;
}
.mr{
	margin-right : 0.5%;
}
*+ html .mr{
	margin-right : 0.4%;
}

#imgArea .spI{
	display : inline;
}

.main_title{
	font-size: 40px;
	font-weight: bold;
	font-family:"Noto Sans JP";
	color: #555;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
	
	
	
}
.main_title_sub{
	font-family:"Noto Sans JP";
	color: #555;
	text-align: left;
    font-size: 19px;
	margin-top: 5px;
	margin-bottom: 30px;
	
	
}

.main_title_img {
	float: right;
	padding-top: 3px;
	padding-left: 3px;
}



.facirity{
	font-size:3rem;
	font-weight: bold;
	font-family:"Noto Sans JP";
	color: #555;
	text-align:center;
	margin-top: 55px;
	margin-bottom:55px
}


.facirity_sub{
	font-family: "Noto Sans JP";
	color: #555;
	text-align: center;
	font-size: 18px;
	margin-top: 55px;
	margin-bottom: 55px;
	font-style: normal;
	font-weight: bold;
}

#news_icon img {
position:absolute; 
top:12px;
left:850px; 
z-index:1;
}

.size9 {
	font-size:56.25%;
}


.size11 {
	font-size:58.75%;
	
}




.lh16 {
	line-height:160%;
}



/* ---------------------------------------------------------- */
#wrapper {
	width:1100px;
	margin:0px auto;
	
	
}



#content {
	width:1100px;/* --617pxより変更-- */
	padding:0 0 30px 0;
	float:left;
	overflow:hidden;
}
/** ----------------------------------------------------------------------------
 *	Frame
 *		- Header01
 *		- Container
 *		- Footer01
---------------------------------------------------------------------------- **/

/* wrapper→wrapper01に変更 */
#wrapper01 {
	padding:0 0 18px 0;
	margin: 0 auto; 
	width:1100px;
	background:url(../img/top_image/center/bg_maincontents.png) 0 100% ;
	z-index:0
}

#contents {font-size: 14px;}
/* header→header01に変更 */
#header01 {
	margin:0 0 0 0;
	padding:20px 60px 0 0;
	height:360px;
}
/* footer→footer01に変更 */
#footer01 {
	margin:0 auto;
	width:880px;
	padding:20px 0 0 0;
	background:url(../img/top_image/center/bg_footer_line.gif) repeat-x;
}

#menu {
	text-align: center; 
    display:block;
	opacity: 5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  background-color: transparent;
}

.menu_img{
width:170px;
heght:26px;
}
/** ----------------------------------------------------------------------------
MAP
---------------------------------------------------------------------------- **/



/**---------------------------------------------------------------------------- **/
/**
 *	Global
---------------------------------------------------------------------------- **/
#navGlobal {margin:0 0 30px 0;}
#navGlobal li {
	margin:0 0 20px 0;
	zoom:1;
}
#navGlobal li#ngReservation {margin:0;}
#navGlobal a {
	display:block;
	width:220px;
	height:25px;
	text-indent:-5000px;
}


#ngAbout a:hover {background-position:-220px 0;}
#ngRoom a:hover {background-position:-220px -45px;}
#ngDining a:hover {background-position:-220px -90px;}
#ngFishing a:hover {background-position:-220px -135px;}
#ngBlog a:hover {background-position:-220px -180px;}
#ngGallery a:hover {background-position:-220px -225px;}
#ngAccess a:hover {background-position:-220px -270px;}
#ngAvailability a:hover {background-position:-220px -315px;}
#ngPlan a:hover {background-position:-220px -360px;}
#ngReservation a:hover {background-position:-220px -405px;}

#ngAbout .current,
#ngAbout .current:hover {background-position:-440px 0;}
#ngRoom .current,
#ngRoom .current:hover {background-position:-440px -45px;}
#ngDining .current,
#ngDining .current:hover {background-position:-440px -90px;}
#ngFishing .current,
#ngFishing .current:hover {background-position:-440px -135px;}
#ngBlog .current,
#ngBlog .current:hover {background-position:-440px -180px;}
#ngGallery .current,
#ngGallery .current:hover {background-position:-440px -225px;}
#ngAccess .current,
#ngAccess .current:hover {background-position:-440px -270px;}
#ngAvailability .current,
#ngAvailability .current:hover {background-position:-440px -315px;}
#ngPlan .current,
#ngPlan .current:hover {background-position:-440px -360px;}
#ngReservation .current,
#ngReservation .current:hover {background-position:-440px -405px;}

/**
 *	Footer
---------------------------------------------------------------------------- **/
#navFooter {
	float:left;
	width:310px;
	height:16px;
	font-size:8px;
}
#navFooter li {
	float:left;
}
#navFooter a {
	display:block;
	height:16px;
	text-indent:-5000px;
}
#nfEn a {
	margin:0 29px 0 0;
	width:63px;
	background:url(../images/common/nav_footer.gif) 0 0 no-repeat;
}


#nfEn .current,
#nfEn a:hover {background-position:0 -16px;}
#nfSitemap .current,
#nfSitemap a:hover {background-position:-92px -16px;}
#nfPrivacy .current,
#nfPrivacy a:hover {background-position:-194px -16px;}

/** ----------------------------------------------------------------------------
 *	Layout
 *		- MainContents
 *		- Sidebar
 *		- Demand
---------------------------------------------------------------------------- **/
/**
 *	MainContents
---------------------------------------------------------------------------- **/
/* Header01 */
/* header→header01に変更 */
#header01 .pagettl {
	float:right;
	margin:0 0 0 10px;
}
#header01 .catchcopy {float:right;}

/* section  */
#contents .section {
	padding:0 0 40px 0;
	width:1100px;
}
#contents .service_home {
	padding:0 0 40px 0;
	width:880px;
}


/* chapter  */
#contents .section .chapter {
	margin:0 auto;
	width:880px;
}

#contents .btnReserve {
	margin:20px 0 0 0;
	width:201px;
	height:32px;
	border:none;
	text-align:-5000px;
}
#mainContents .btnReserve {background:url(../images/hard/btn_reservation.gif) 0 0 no-repeat;}
#mainContents .btnReserve:hover {
	cursor:pointer;
	background-position:0 -32px;
}

.index_greeting {
	float:right;
	width:740px;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom-width: thin;
	font-weight: bold;
	color: #47371F; 
	background:url(../images/hard/bg_footer_line.gif) repeat-x;
    background-position: center bottom; 
	
}
.index_greeting02 {
	border: 1px solid #CCCCCC;
	padding: 2px;
	float:left;
}
.index_greeting03 {
	float: right;
	padding-top: 3px;
	padding-left: 3px;
}

.greet {
    float:right;
	width:740px;
}
/** ----------------------------------------------------------------------------
 *	Module
 *		- Logo
 *		- hr
 *		- Pagetop
 *		- Copyright
---------------------------------------------------------------------------- **/


/* hr */
*html hr { /* for IE6 */
   display:list-item;
   width:0;
   margin:0 0 40px -10px;
   list-style:url(../../imgs/common/hr.gif) inside;
}

hr {
	margin:0 0 40px 0;
	border:0;
	height:1px;
	background:url(../../imgs/common/hr.gif) center 0 no-repeat;
}

/* Pagetop */


#page-top {
	position: fixed;
	bottom: 30px;
	right: 5px;
	font-size: 100%;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	z-index:1
}
#page-top a {
    display: block;
   	
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
	font-family:"Noto Sans JP";
	
}

/** ----------------------------------------------------------------------------
 *	. Clearfix
---------------------------------------------------------------------------- **/
#container:after,
#wrapper01:after,/* wrapper→wrapper01に変更 */
#mainContents:after,
#contents .section:after,
#contents .chapter:after,
.pagetop:after,
#header01:after,
#footer:after {
	visibility:hidden;
	clear:both;
	display:block;
	content:" ";
	height:0;
	font-size:0;
}
* html #container,
* html #wrapper01,/* wrapper→wrapper01に変更 */
* html #mainContents,
* html #contents .section,
* html #contents .chapter,
* html .pagetop,
* html #header01,
* html #footer01 {zoom:1; /* IE6 */}
*:first-child+html #container,
*:first-child+html #wrapper01,/* wrapper→wrapper01に変更 */
*:first-child+html #mainContents,
*:first-child+html #contents .section,
*:first-child+html #contents .chapter,
*:first-child+html .pagetop,
*:first-child+html #header01,
*:first-child+html #footer01 {zoom:1; /* IE7 */}
