﻿
html[lang="zh-cn"] body {
    font-family:"Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
}
html,
body {
	margin:0 0 0 0;
	color: #333;
}
a {
	color: #5171E9;
	text-decoration:none;
}
a:visited {
	color: #5171E9;
}
a:hover {
	color: #BB0D10;
	text-decoration:none;
}
a:active {
	color: #5171E9;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

/*共通*/
.clear{
	clear:both;
	line-height:0em;
}
.horizon{
	border-bottom:1px #CCC solid;
	padding-top:0px;
	margin-bottom:10px;
	clear:both;
}
.dashed{
	border-bottom:1px #CCC dashed;
	padding-top:0px;
	margin-bottom:10px;
	clear:both;
}
img[usemap] {
    max-width: 100%;
    height: auto;
}
/* ---------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------- */
#container{
	width:100%;
	overflow:hidden;
}
#container a img{
	-ms-interpolation-mode: bicubic;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#container a:hover img {
	-ms-interpolation-mode: bicubic;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/********
メンテナンス
********/
.tmpo_Box{
	width: 70%;
	margin: auto;
}
.tmpo_Title{
	font-size: 28px;
	text-align: center;
	color: #0A6C9D;
	
}
.tmpo_subTitle{
	font-size: 18px;
	text-align: center;
}
.tmpo_label{
	background: #DFDFDF;
	padding: 4px 16px;
}
.tmpo_Text{
	font-size: 13px;
	line-height: 2em;
	padding: 24px 0 0 0;
	text-align: center;
}
.tmpo_TextInn{
	padding: 16px;
	line-height: 2em;
}
.tmpo_Waku{
	width: 100%;
	border: 1px solid #CCC;
	margin: auto;
	padding: 24px;
}
/********
スマホ用ナビ
********/
#navi_box_smp{
	position:relative;
	width:100%;
	display:none;
}
#navi_box_smpmm{
	position:absolute;
	height:50px;
	top:18px;
	left:270px;
	z-index:5000;
}
/********
PCとスマホの切りかえボタン
********/
#PC_Change{
	background:#313131;
	padding:0;
	line-height:1em;
	border-top:#809384 1px solid;
}
.switchBtn {
	padding: 10px 0;
	width: 100%;
	text-align: center;
	clear: both;
}
.switchBtn a {
	color:#333;
	margin: 0 10px;
	padding: 7px 30px 5px 30px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	background: #efefef;
	text-decoration:none;
	font-size:80%;
	border-radius: 5px;        /* CSS3草案 */  
}
/********
ページのトップへ
********/
#page-top {
	z-index:500;
	position: fixed;
	bottom: 12px;
	right: 12px;
}
#page-top a {
	width: 50px;
	padding: 0;
	display: block;
}
/********
お問い合わせ
********/
#inquiry_chuiBox{
	width:100%;
	margin:auto;
	text-align:center;
	padding: 0 0 36px 0;
	border-bottom:1px dashed #CCC;
}
#inquiry_chui{
	width:95%;
	padding:18px;
	margin:auto;
	font-size:12px;
	background:#F8F8F8;
	border:1px solid #E8E8E8;
	border-radius: 10px;        /* CSS3草案 */  
}
#inquiry_chui_left{
	float:left;
	width:20%;
}
#inquiry_chui_left img {
	max-width:100%;
	height:auto;
}
#inquiry_chui_Right{
	float:right;
	width:75%;
}
#form_Box{
	width:96%;
	padding:18px 0 0 0;
	font-size:13px;
	margin:auto;
	overflow:hidden;
}
#form_Box dl {
  width:100%;
}
#form_Box dt {
  float:left;
  clear:left;
  width:27%;
  margin: 0 0 18px 0;
}
#form_Box dd {
  float:left;
  width:65%;
  margin: 0 0 18px 0;
}
.input_Area{
	overflow: hidden;
}
input[type=text] {
	padding:5px 4px 4px 4px;
	font-size:1em;
	border:solid 1px #ccc;
	margin:0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	}
input[type=submit] {
	margin: 0 0 16px 0;
}
input.color {
    color: #4797BC;
    font-weight: bold;
    width: 100%;
}
input::-webkit-input-placeholder {
    color: #CCC;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #CCC;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #CCC;
    font-weight: normal;
}
.container_form {
  margin: 0;
  width: 95%;
}
.container_form > .dropdown {
  margin: 0;
  vertical-align: top;
}

.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
	padding: 0 18px 0 0;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 #f5f5f5;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
}
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  background: #f2f2f2;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}
/********
ヘッダー
********/
#head_Area{
	width: 100%;
	background: #111;
	color: #AAA;
}
#head_Area a{
	color: #AAA;
}
#head_Area a:hover{
	color: #FFF;
}
#head_Box{
	width: 85%;
	margin: auto;
	padding: 36px 0 28px 0;
}
#head_Left{
	text-align: center;
}
#head_Navi{
	font-size: 85%;
	padding: 8px 0 0 0;
	width: 100%;
	text-align: center;
}
#head_Navi li{
	display: inline;
	margin: 0 24px 0 0;
}
#head_Right{
	/*float: right;*/
	width: 100%;
	margin: 12px auto 0 auto;
}
#Navi_Inquiry{
	float: right;
	font-size: 85%;
	padding: 6px 0 6px 18px;
	margin: 4px 0 0 18px;
	border-left: 1px solid #383838;
}
#Navi_Language{
	float: right;
	font-size: 85%;
	margin: 2px 0 0 18px;
	padding: 0;
}
#Navi_Booking{
	margin: 4px auto 0 auto;
	text-align: center;
}
/********
ヒーロー
********/
#hero{
	width: 100%;
	height: 380px;
	background: #000;
}
#hero_Inn{
	width: 90%;
	margin:auto;
	padding: 60px 0 0 0;
	text-align: center;
}
#hero_Inn img{
	max-width: 100%;
	height: auto;
}
/********
サブヒーロー
********/
#subhero{
	width: 100%;
	height: 280px;
	background: #000;
}
/********
トップの案内
********/
#top_Annai{
	width: 90%;
	margin: 56px auto 0 auto;
}
#top_Annai_Left{
	width: 55%;
	float: left;
}
#top_Annai_Right{
	width: 40%;
	float: right;
}
#top_Annai_Left img,
#top_Annai_Right img{
	max-width: 100%;
	height: auto;
}
.top_Annai_TTL{
	color: #78684E;
	font-size: 200%;
	margin: 0 0 12px 0;
}
.top_Annai_subTTL{
	color: #78684E;
	font-size: 110%;
	margin: 0 0 24px 0;
}
.top_Annai_TXT{
	font-size: 90%;
	line-height: 2em;
}
/********
トップの観光
********/
#top_Kanko_Area{
	width: 100%;
	background: #F6F6F6;
	padding: 0 0 68px 0;
}
#top_Kanko_Area img{
	max-width: 100%;
	height: auto;
}
#top_Kanko_Box{
	width: 90%;
	margin: auto;
}
.top_KankoTTL{
	text-align: center;
	color: #6D5B3C;
	font-size: 30px;
	padding: 56px 0 28px 0;
}
.top_KankoTTL .vmin{
  font-size: 5vmin;
}
#top_KankoLine{
	text-align: center;
}
.top_Kanko_subTTL{
	color: #6D5B3C;
	font-size: 21px;
	padding: 24px 0 12px 0;
}
.top_Kanko_Waku{
	float: left;
	width: 25%;
}
.top_Kanko_WakuInn{
	width: 90%;
	margin: auto;
}
.top_Kanko_WakuInn img{
	max-width: 100%;
	height: auto;
}
.top_Kanko_WakuTTL{
	margin: 12px 0;
	font-size: 12px;
	font-weight: bold;
}
.top_Kanko_WakuTXT{
}
.top_Kanko_WakuTXT p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/********
トップの食事
********/
#top_Shokuji_Area{
	width: 100%;
	padding: 0 0 68px 0;
}
#top_Shokuji_Area img{
	max-width: 100%;
	height: auto;
}
#top_Shokuji_Box{
	width: 90%;
	margin: auto;
}
.top_ShokujiTTL{
	text-align: center;
	color: #6D5B3C;
	font-size: 30px;
	padding: 56px 0 28px 0;
}
.top_ShokujiTTL .vmin{
  font-size: 5vmin;
}
#top_ShokujiLine{
	text-align: center;
}
.top_Shokuji_subTTL{
	color: #6D5B3C;
	font-size: 21px;
	padding: 24px 0 12px 0;
}
#top_Shokuji_inBox{
	width: 90%;
	margin: auto;
	padding: 48px 0 0 0;
}
#top_Shokuji_inBoxLeft{
	float: left;
	width: 60%;
}
#top_Shokuji_inBoxLeft img{
	max-width: 100%;
	height: auto;
}
#top_Shokuji_inBoxRight{
	float: right;
	width: 30%;
	border: 1px solid #6D5B3C;
	padding: 20px;
	color: #6D5B3C;
}
#top_Shokuji_inBoxRight a{
	color: #6D5B3C;
}
#top_Shokuji_inBoxRightTTL{
	font-size: 140%;
	padding: 12px 0;
}
#top_Shokuji_inBoxRightsubTTL{
	font-weight: bold;
	font-size: 12px;
}
#top_Shokuji_inBoxRightTXT{
	font-size: 12px;
	line-height: 2em;
}
/********
トップの客室
********/
#top_Room_Area{
	width: 100%;
	padding: 0 0 48px 0;
}
#top_Room_Area img{
	max-width: 100%;
	height: auto;
}
#top_Room__Box{
	width: 90%;
	margin: auto;
}
.top_Room_TTL{
	text-align: center;
	color: #6D5B3C;
	font-size: 30px;
	padding: 56px 0 28px 0;
}
.top_RoomTTL .vmin{
  font-size: 5vmin;
}
#top_RoomLine{
	text-align: center;
}
.top_Room_subTTL{
	color: #6D5B3C;
	font-size: 12px;
	text-align: center;
	padding: 24px 0 36px 0;
}
.top_Room_subTTL a{
	color: #6D5B3C;
}
.top_Room_subTTL a:hover{
	color: #333;
	text-decoration: underline;
}
.top_RoomPhoto{
	position: relative;
	float: left;
	width: 25%;
}
.top_RoomPhoto img{
	max-width: 100%;
	height: auto;
}
.top_RoomPhotoInn{
	position: absolute;
	color: #FFF;
	font-size: 120%;
	width: 100%;
	text-align: center;
	top: 43%;
	z-index: 100;
	text-shadow: 2px 2px 1px #333;
}
.top_RoomPhotoWaku{

}
/********
新着情報
********/
#news_Area{
	padding: 80px 0 48px 0;
}
#news_Box{
	width: 90%;
	margin: auto;
	background: #F7F7F7;
	padding: 15px;
}
/********
フッター
********/
#foot_Area{
	width: 100%;
	background: #060606;
	color: #AAA;
	padding: 36px 0 0 0;
}
.foot_Box{
	width: 90%;
	margin: auto;
}
#foot_BottomArea{
	width: 100%;
	background: #060606;
	border-top: #383838 solid 1px;
	color: #AAA;
	padding: 24px 0;
	margin: 24px 0 0 0;
}
.foot_Left{
	float: left;
	font-size: 12px;
	line-height: 2em;
	width: 100%;
}
.foot_Right{
	float: left;
	font-size: 12px;
	line-height: 2em;
	width: 50%;
}
.foot_LeftBTM{
	/*float: left;*/
	font-size: 12px;
	line-height: 2em;
}
.foot_RightBTM{
	/*float: right;*/
	font-size: 12px;
	line-height: 2em;
}
.foot_Left a,
.foot_Right a,
.foot_LeftBTM a,
.foot_RightBTM a{
	font-size: 12px;
	color: #AAA;
}
.foot_Left a:hover,
.foot_Right a:hover,
.foot_LeftBTM a:hover,
.foot_RightBTM a:hover{
	font-size: 12px;
	color: #CCC;
}
#search_Left{
	float: left;
	margin: 8px 0;
}
#search_Right{
	float: left;
	padding: 1px 0 0 5px;
	margin: 8px 0;
}
/* ---------------------------------------------------------------------
下層ページ
--------------------------------------------------------------------- */
#wrapper{
	width: 90%;
	margin: 56px auto;
}
#wrap_SNS{
	text-align: right;
}
.section_Name{
	font-size: 24px;
	padding: 0 0 0 4px;
}
.section_Name p{
}
.section_Title{
	font-size: 46px;
}
.section_subTitle{
	font-size: 14px;
	padding: 12px 0 36px 0;
}
/*会社概要*/
.company_Left{
	float: left;
	width: 60%;
	line-height: 1.8em;
	font-size: 13px;
}
.company_Right{
	float: right;
	width: 35%;
}
.company_Left img,
.company_Right img {
	max-width: 100%;
	height: auto;
}
.company_Title{
	border-bottom: 1px dotted #CCC;
	font-size: 18px;
	padding: 0 0 18px 8px;
	margin: 0 0 24px 0;
}
/*お問い合せ*/
.inq_Left{
	float: left;
	width: 60%;
}
.inq_Right{
	float: right;
	width: 25%;
	padding: 24px;
	border: 1px dotted #C6B288;
	font-size: 12px;
	color: #C6B288;
}
#inq_Btn{
}
#inq_Btn a{
	width: 80%;
	display: block;
	background: #8F8067;
	color: #FFF;
	margin: 24px auto 0 auto;
	text-align: center;
	padding: 12px 0;
	font-size: 16px;
}
#inq_Btn a:hover{
	background: #B7080B;
}

.inq_TitleTel{
	font-size: 24px;
	background: url(../images/ico5.png) no-repeat;
	margin: 12px 0 24px 0;
	padding: 8px 0 16px 60px;
}
.inq_TitleMail{
	font-size: 24px;
	background: url(../images/ico4.png) no-repeat;
	margin: 0;
	padding: 8px 0 16px 60px;
}
.inq_TitleForm{
	font-size: 24px;
	background: url(../images/ico6.png) no-repeat;
	margin:0;
	padding: 8px 0 16px 60px;
}
#inq_Attention{
	width: 90%;
	border: 1px solid #C6B288;
	border-radius: 7px;
	margin: 36px auto 120px auto;
	font-size: 11px;
	padding: 12px;
}
#inq_Attention a{
	font-size: 11px;
}
#inq_Mojiline{
	font-size: 14px;
	clear: both;
	margin: 36px 0;
	padding: 12px 0;
	border-top: 1px dashed #CCC;
}
/********
宿泊予約
********/
#booking_AreaDMY{
	bottom: 0;
	background: #6D5B3C;
	width: 100%;
	height: 16px;
	z-index: 1000;
}
#booking_Area{
	/*display: none;*/
	background: #6D5B3C;
	width: 100%;
}
#booking_Box{
	width: 100%;
	margin: auto;
	color: #FFF;
	overflow: hidden;
	padding: 0 0 10px 140px;
	background: url(../images/booking_1.jpg) no-repeat;
}
#booking_Smp{
	display: none;
	width: 100%;
	text-align: center;
	background: #6D5B3C;
	padding: 16px 0;
}
/*宿泊予約プログラム*/
#booking_Area h4 {
	margin		 : 0;
	padding		 : 0;
	font-size	 : 12px;
}
#booking_inner {
	width		 : 100%;
	margin		 : 0;
	padding		 : 0;
	line-height	 : 1.5em;
	font-size	 : 12px;
}
.bookingengine {
	color		 : #D6D6D6;
}
.booking {
	font-size	 : 12px;
	/*font-weight	 : bold;*/
}
.booking_Btn{
	float: left;
	margin: 23px 0 0 8px;
}
.booking_Txt{
	display: none;
	float: right;
	font-size: 11px;
	border-left: 1px dashed #CCC;
	padding: 4px 0 0 12px;
	margin: 14px 0 0 0;
}
.booking_Txt a{
	font-size: 11px;
	color: #FFF;
}
.booking_Txt a:hover{
	color: #EBF5CD;
}
.booking_date {
	margin		 : 0;
	padding		 : 8px 0 0 0;
	float		 : left;
	line-height: 2em;
	display		 : block;
}
.booking_date2 {
	display: none;
	margin		 : 0 16px;
	padding		 : 8px 0 0 0;
	float		 : left;
	line-height: 2em;
}
.booking_date3 {
	margin		 : 0;
	padding		 : 8px 0 0 0;
	float		 : left;
	line-height: 2em;
	display		 : block;
}
.booking_date_2col {
	float		 : left;
	display		 : block;
	width		 : 80px;
	margin-right	 : 5px;
	padding		 : 0 5px;
}
#booking_Area input,select {
	margin		 : 2px 4px;
	padding		 : 0px 3px;
}
#booking_Area input.button {
	width		 : 200px;
	margin		 : 3px auto;
	text-align	 : center;
}

/*#nitteiarea,
#ninzuarea,
#ryokinarea,
#searchtypearea {
	width		 : 100%;
	margin		 : 0;
	padding		 : 5px;
	border		 : none;
}*/
#searchtypearea label {
}

#booking_Area input#chkymd,
#booking_Area input#chkpsn {
	margin		 : 0;
	padding		 : 0;
}

#calidif,
#apple_overlayif {
	width		 : 0;
	height		 : 0;
	position	 : absolute;
	display		 : block;
}
/*アクセスマップ*/
.access_Btn{
	text-align:center;
	margin: 12px 0 56px 0;
}
.access_BtnSMP{
	display: none;
}
.access_Btn ul{
	margin:0;
	padding:0;
}
.access_Btn li{
	display: -moz-inline-box;
	display: inline-block;
	line-height:1.5em;
	font-size:90%;
	list-style:none;
	margin:0;
	padding:0;
}
.access_Btn li a{
	text-decoration: none;
	margin:12px 24px 12px 0px;
	padding:8px 18px 10px 18px;
	background:#877D55;
	color:#FFF;
	border-radius: 5px;        /* CSS3草案 */  
}
.access_Btn li a:hover{
	background:#5C351B;
}
.access_Title{
	font-size: 32px;
	border-left: 2px solid #877D55;
	padding: 0 0 0 12px;
	width: 96%;
	margin: auto;
}
.access_subTitle{
	font-size: 18px;
	color: #C6B288;
	padding: 12px 0 0 12px;
	width: 96%;
	margin: auto;
}
.access_Text{
	width: 96%;
	margin: 24px auto 64px auto;
	font-size: 13px;
	line-height: 2em;
}
.access_Text img{
	max-width: 100%;
	height: auto;
}
.access_TextZu{
	text-align: center;
}
.access_TextInn{
	font-size: 13px;
	background: #F6F4ED;
	padding: 4px 0 5px 16px;
	margin: 24px 0 12px 0;
}
.access_TTL{
	border-bottom: 1px dotted #CCC;
	font-size: 18px;
	padding: 0 0 18px 8px;
	margin: 24px 0 24px 0;
}
.Map_Btn{
	width: 50%;
	margin: 36px 0 0 0;
}
.Map_Btn a{
	display: block;
	background:#877D55;
	color: #FFF;
	text-align: center;
	padding: 16px 36px;
	border-radius: 5px;
	font-size: 14px;
}
.Map_Btn a:hover{
	background:#5C351B;
}
/********
Googleマップのレシポンシブル
********/ 
.ggmap {
position: relative;
/*padding-bottom: 65.25%;*/
/*padding-top: 30px;*/
height: 480px;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 480px;
}
/*ホテル案内*/
#hotel_InfoBox{	
}
#hotel_InfoBox img{
	max-width: 100%;
	height: auto;
}
.hotel_Info_ditailLeft{
	float: left;
	width: 20%;
	color: #333;
	font-size: 22px;
	padding: 12px 0 0 0;
}
.hotel_Info_ditailRight{
	float: right;
	width: 70%;
	color: #666;
	border-bottom: 1px solid #D6D6D6;
	padding: 4px 0 36px 0;
	font-size: 14px;
}
.hotel_Info_ditailRight img{
	max-width: 100%;
	height: auto;
}
#hotel_InfoPhoto{
	text-align: center;
	width: 100%;
	height: 560px;
}
/*レストランと客室案内の共通部分*/
.commonBox{
	width: 100%;
	margin: auto;
}
.coBox{
	float: left;
	width: 33%;
	margin: 0 0 42px 0;
}
.coBox_Inn{
	width: 90%;
	margin: auto;
	border: 1px solid #DCD5CD;
	height: 340px;
}
.coBox_Inn img{
	max-width: 100%;
	height: auto;
}
.coBox_Inn_Name{
	width: 90%;
	margin: auto;
	padding: 4px 0 0 0;
	font-size: 16px;
	color: #867C6C;
}
.coBox_Inn_Category{
	width: 90%;
	margin: auto;
	font-size: 13px;
	color: #867C6C;
	padding: 4px 0 0 0;
}
.coBox_Inn_Category2{
	font-size: 13px;
	color: #867C6C;
	padding: 8px 0 0 0;
}
.coBox_Inn_Tel{
	width: 90%;
	margin: auto;
	padding: 4px 0 0 0;
	font-size: 13px;
}
.coBox_Inn_Text{
	width: 90%;
	margin: auto;
	padding: 8px 0 24px 0;
	font-size: 12px;
}
.coBox_Inn_Text a{
	color: #867C6C;
}
.coBox_Inn_Text a:hover{
	color: #333;
}
.coBox_Inn_Btn{
	margin: auto;
	text-align: center;
}
.coBox_Inn_Btn a{
	display: block;
	width: 70%;
	margin: auto;
	text-align: center;
	padding: 8px 0;
	font-size: 16px;
	background: #897A62;
	color: #FFF;
}
.coBox_Inn_Btn a:hover{
	background: #C6B288;
	color: #FFF;
}
.coBox_Inn_Btn2{
	text-align: center;
	margin: auto;
}
.coBox_Inn_Btn2 a{
	margin: auto;
	display: block;
	width: 70%;
	text-align: center;
	padding: 8px 0;
	font-size: 16px;
	background: #897A62;
	color: #FFF;
}
.coBox_Inn_Btn2 a:hover{
	background: #C6B288;
	color: #FFF;
}
.coBox_PhotoLeft{
	float: left;
	width: 100%;
	margin: 0 0 24px 0;
}
.coBox_PhotoRight{
	float: right;
	width: 100%;
	margin: 0 0 24px 0;
}
.coBox_PhotoRightInn{
	float: left;
	width: 25%;
	margin: 0 auto 0 auto;
}
.coBox_PhotoInn{
	width: 96%;
	margin: auto;
}
.coBox_PhotoLeft img,
.coBox_PhotoRight img,
.coBox_PhotoRightInn img{
	max-width: 100%;
	height: auto;
}
.coBox_ditailLeft{
	float: left;
	width: 100%;
	color: #333;
	font-size: 22px;
	padding: 12px 0 0 0;
}
.coBox_ditailRight{
	float: right;
	width: 100%;
	color: #666;
	border-bottom: 1px solid #D6D6D6;
	padding: 4px 0 36px 0;
	font-size: 14px;
}
.coBox_ditailRight img{
	max-width: 100%;
	height: auto;
}
/*新着情報の内容*/
.NewsIn_Area{
	width: 98%;
	margin: 12px auto 0 auto;
	border-bottom: 1px dashed #CCC;
	padding: 0 0 8px 0;
}
.NewsIn_Left{
	float: left;
	padding: 4px 0 0 0;
}
.NewsIn_IcoINFO{
	float: left;
	background: #BC0407;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	padding: 4px 0;
	width: 80px;
	border-radius: 5px;
	margin: 0 8px 0 0;
}
.NewsIn_IcoSTAY{
	float: left;
	background:#ACD473;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	padding: 4px 0;
	width: 80px;
	border-radius: 5px;
	margin: 0 8px 0 0;
}
.NewsIn_IcoEVENT{
	float: left;
	background: #37C2F6;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	padding: 4px 0;
	width: 80px;
	border-radius: 5px;
	margin: 0 8px 0 0;
}
.NewsIn_IcoREST{
	float: left;
	background: #F78E56;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	padding: 4px 0;
	width: 80px;
	border-radius: 5px;
	margin: 0 8px 0 0;
}
.NewsIn_detail{
	width: 100%;
	padding: 8px 0 4px 0;
}
.NewsIn_detail a{
	color: #333 !important;
}
.NewsIn_detail a:hover{
	color: #8B0608 !important;
}
/*客室のアイコン*/
.ico_Romm{
	float: left;
	background: #CD0407;
	color: #FFF;
	padding: 4px 12px;
	margin: 0 8px 8px 0;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
}
.ico_Romm2{
	float: left;
	background: #5159EB;
	color: #FFF;
	padding: 4px 12px;
	margin: 0 8px 8px 0;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
}
/*トップのフリーエリア*/
.top_free{
	width: 80%;
	margin: 0 auto 24px auto;
}
.top_free img{
	max-width: 100%;
	height: auto;
}
/*ライブスケジュール*/
.Live_Box{
	width: 90%;
	border-left: 20px solid #332F2F;
	padding: 0 0 0 16px;
}
.Live_BoxInn{
	width: 96%;
	border-left: 20px solid #332F2F;
	padding: 0 0 0 16px;
	margin: auto;
}
.Live_Box img,
.Live_BoxInn img,
.section_subTitle img{
	max-width: 100%;
	height: auto;
}
.Live_Box a,
.Live_BoxInn a{
}
.Live_Left{
	float: left;
	width: 20%;
}
.Live_Right{
	float: right;
	width: 78%;
	font-size: 13px;
}
.Live_Title{
	float: right;
	width: 70%;
	padding: 4px 0 4px 16px;
	background: #956134;
	color: #FFF;
	border-radius: 5px;
}
.Live_Date{
	float: left;
	width: 25%;
	text-align: center;
	background: #333;
	color: #FFF;
	padding: 4px 0;
	border-radius: 5px;
}
.Live_subTitle{
	font-size: 16px;
	padding: 8px 0 8px 0;
	border-bottom: 1px dashed #CCC;
	width: 97%;
	margin: auto;
}
.Live_Text{
	width: 97%;
	margin: auto;
	overflow: hidden;
	padding: 8px 0;
	font-size: 12px;
}
.Live_Text p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}
.Live_Btn{
	
}
.Live_Btn a{
	display: block;
	width: 30%;
	margin: 8px 0 0 24px;
	text-align: center;
	background: #C50307;
	color: #FFF;
	padding: 4px 0;
	border-radius: 5px;
}
.Live_Btn a:hover{
	background: #780B11;
}
.Live_Inn{
	font-size: 13px;
	line-height: 1.8em;
	padding: 16px 16px;
	margin: 16px 0;
	border-radius: 7px;
	background: #FBFCF3;
}
.Live_Prof{
	float: left;
	width: 40%;
	margin: 16px 8px;
	border: 1px solid #EEE;
	padding: 1px 1px 8px 1px;
}
.Live_Prof_Name{
	width: 96%;
	margin: auto;
	padding: 4px 0 0 0;
	line-height: 1em;
}
.Live_Prof_subName{
	width: 96%;
	margin: auto;
	font-size: 11px;
	color: #CCC;
	border-bottom: 1px dashed #CCC;
	padding: 0 0 4px 0;
}
.Live_Prof_txtName{
	width: 96%;
	margin: auto;
	padding: 8px 0 0 0;
	text-align: center;
}
.Live_PDF_Box{
	float: left;
	width: 33%;
}
.Live_PDF_Box img{
	max-width: 100%;
	height: auto;
}
.Live_PDF_BoxInn{
	width: 94%;
	margin: auto;
}
.Live_PDF_BoxTTL{
	text-align: center;
	margin: 12px 0 0 0;
	padding: 4px 0;
	font-size: 12px;
	background: #F4F1F1;
}
.floorplan_Box{
	margin: 24px 0 0 0;
	width: 70%;
}
.floorplan_Box img{
	max-width: 100%;
	height: auto;
}
.floorplan_BoxTTL{
	border-left: 5px solid #897A62;
	font-size: 18px;
	padding: 4px 0 4px 4px;
	margin: 4px 0 24px 0;
}
.btn_food{
	margin: 24px 0;
}
.btn_food a{
	display: block;
	padding: 8px 0;
	width: 50%;
	color: #FFF;
	background: #897A62;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 0 24px;
}
.btn_food a:hover{
	background: #666;
}
.sns_PocketArea{
	width: 100%;
	background: #5B0F10;
	padding: 4px;
	color: #FFF;
	border-top: 1px solid #333;
}
.sns_PocketBox{
	width: 90%;
	margin: auto;
}
.sns_PocketIco{
	float: right;
	margin: 0 8px 0 0;
}
.sns_PocketBox2{
	width: 100%;
	margin: auto;
}
.sns_PocketIco2{
	float: left;
	margin: 8px 8px 0 0;
}
.sanga_MenuBox{
	width: 96%;
	font-family:"Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
	border-top: 1px dashed #CCC;
	padding: 24px 0 0 0;
}
.sanga_MenuBoxLeft{
	float: left;
	width: 24%;
}
.sanga_MenuBoxLeft img{
	max-width: 100%;
	height: auto;
}
.sanga_MenuBoxRight{
	float: left;
	width: 70%;
	padding: 0 0 0 24px;
	font-size: 13px;
	line-height: 1.2em;
}
.sanga_MenuBoxRight img{
	max-width: 100%;
	height: auto;
}
.bidu_Left{
	margin: auto;
	width: 605px;
}
.bidu_Leftsp{
	display: none;
}
.bidu_Right{
	width: 100%;
}
.access_Title2{
	font-size: 32px;
	border-left: 2px solid #877D55;
	padding: 6px 0 6px 12px;
	width: 96%;
	margin: 24px auto 0 0;
}
.Bihin_Ico-Area{
	float: left;
	width: 33%;
	margin-bottom: 16px;
}
.Bihin_Ico-Box{
	width: 96%;
	margin: auto;
	line-height: 0em;
	text-align: center;
	border: 1px solid #CCC;
	background: #fbf6f0;
	padding: 8px 0 ;
}
.Bihin_Ico-Box img{
	max-width: 100%;
	height: auto;
}
.Bihin_Ico-TXT{
	width: 96%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 12px;
	margin: 8px auto 0 auto;
}
/*ギャラリー*/
.Gallery_Area{
	
}
.Gallery_Box{
	background: #F7F7F5;
}
.Gallery_Left{
	float: left;
	width: 100%;
	background: #000;
}
.Gallery_LeftInn{
	color: #FFF;
	font-family: 'Khand', sans-serif !important;
	font-size: 140%;
	line-height: 1em;
	padding: 6px 0 4px 16px;
}
.Gallery_Right{
	float: right;
	width: 100%;
	padding: 48px 0;
}
#gallery {
    margin: 0 auto;
    overflow: hidden;
}
#gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#gallery li {
	float: left;
    max-width: 300px;
    padding: 0 8px 8px 0;
	margin: 0;
	list-style: none;
}
 
#gallery li img {
    max-width: 100%;
    height: auto;
}

/*チェントバー*/
.Bar_Box{
	float: left;
	width: 50%;
	margin: 0 0 24px 0;
}
























