/* F
-----------------------------------------------------------------------------------------------------------*/
body{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
}

#wrap {
    position: relative;
}

.title {
	padding: .2em .75em;
	background: -webkit-repeating-linear-gradient(45deg, #DEB887, #DEB887 5px, #BDB76B 5px, #BDB76B 10px);
	background: repeating-linear-gradient(45deg, #DEB887, #DEB887 5px, #BDB76B 5px, #BDB76B 10px);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	text-align: center;
	font-size: 18px;
}

.title a {
	padding: .2em .75em;
	background: -webkit-repeating-linear-gradient(45deg, #DEB887, #DEB887 5px, #BDB76B 5px, #BDB76B 10px);
	background: repeating-linear-gradient(45deg, #DEB887, #DEB887 5px, #BDB76B 5px, #BDB76B 10px);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	text-align: center;
}

/*line*/
.l-style {
	position: relative;
	padding-bottom: .5em;
}
.l-style::before,
.l-style::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;
}
.l-style::before {
	z-index: 2;
	width: 15%;
	background-color: #444;
}
.l-style::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}

.l-style2 {
	position: relative;
	padding: 0 .5em .5em 1.7em;
	border-bottom: 1px solid #ccc;
}
.l-style2::after {
	position: absolute;
	top: .4em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.ui-bar-f {
	border: 1px solid 		#cccccc;
	background: 			#ffffff;
	color: 					#cbab25;
	font-weight: bold;
	text-shadow: 0 -1px 1px #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff), to( #e5e5e5));
	background-image: -webkit-linear-gradient(#ffffff, #e5e5e5);
	background-image:    -moz-linear-gradient(#ffffff, #e5e5e5);
	background-image:     -ms-linear-gradient(#ffffff, #e5e5e5);
	background-image:      -o-linear-gradient(#ffffff, #e5e5e5);
	background-image:         linear-gradient(#ffffff, #e5e5e5);
}
.ui-btn-up-f {
	text-decoration: none;
	border: 1px solid 		#74571f;
	background: 			#9e7f22;
	font-weight: bold;
	color: 					#ffffff;
	text-shadow: 0 -1px 1px #74571f;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #cbab25), to( #9e7f22));
	background-image: -webkit-linear-gradient(#cbab25, #9e7f22);
	background-image:    -moz-linear-gradient(#cbab25, #9e7f22);
	background-image:     -ms-linear-gradient(#cbab25, #9e7f22);
	background-image:      -o-linear-gradient(#cbab25, #9e7f22);
	background-image:         linear-gradient(#cbab25, #9e7f22);
}
.ui-btn-hover-f,
.ui-btn-down-f,
.ui-body-f .ui-btn-active {
	text-decoration: none;
	border: 1px solid 		#74571f;
	background: 			#9e7f22;
	font-weight: bold;
	color: 					#ffffff;
	text-shadow: 0 -1px 1px #74571f;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #9e7f22), to( #cbab25));
	background-image: -webkit-linear-gradient(#9e7f22, #cbab25);
	background-image:    -moz-linear-gradient(#9e7f22, #cbab25);
	background-image:     -ms-linear-gradient(#9e7f22, #cbab25);
	background-image:      -o-linear-gradient(#9e7f22, #cbab25);
	background-image:         linear-gradient(#9e7f22, #cbab25);
}


.ui-bar-f2 {
	border: 1px solid 		#cccccc;
	background: 			#ffffff;
	color: 					#cbab25;
	font-weight: bold;
	text-shadow: 0 -1px 1px #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff), to( #e5e5e5));
	background-image: -webkit-linear-gradient(#ffffff, #e5e5e5);
	background-image:    -moz-linear-gradient(#ffffff, #e5e5e5);
	background-image:     -ms-linear-gradient(#ffffff, #e5e5e5);
	background-image:      -o-linear-gradient(#ffffff, #e5e5e5);
	background-image:         linear-gradient(#ffffff, #e5e5e5);
}
.ui-btn-up-f2 {
	text-decoration: none;
	border: 1px solid 		#FAEBD7;
	background: 			#F0E68C;
	font-weight: bold;
	color: 					#ffffff;
	text-shadow: 0 -1px 1px #FAEBD7;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FAEBD7), to( #F0E68C));
	background-image: -webkit-linear-gradient(#FAEBD7, #F0E68C);
	background-image:    -moz-linear-gradient(#FAEBD7, #F0E68C);
	background-image:     -ms-linear-gradient(#FAEBD7, #F0E68C);
	background-image:      -o-linear-gradient(#FAEBD7, #F0E68C);
	background-image:         linear-gradient(#FAEBD7, #F0E68C);
}
.ui-btn-hover-f2,
.ui-btn-down-f2,
.ui-body-f2 .ui-btn-active2 {
	text-decoration: none;
	border: 1px solid 		#FAEBD7;
	background: 			#F0E68C;
	font-weight: bold;
	color: 					#ffffff;
	text-shadow: 0 -1px 1px #FAEBD7;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #F0E68C), to( #FAEBD7));
	background-image: -webkit-linear-gradient(#F0E68C, #FAEBD7);
	background-image:    -moz-linear-gradient(#F0E68C, #FAEBD7);
	background-image:     -ms-linear-gradient(#F0E68C, #FAEBD7);
	background-image:      -o-linear-gradient(#F0E68C, #FAEBD7);
	background-image:         linear-gradient(#F0E68C, #FAEBD7);
}


/* 他
-----------------------------------------------------------------------------------------------------------*/
#new dl, #new dt, #new dd {
	margin: 0px;
	padding: 0px;
}
#new dt {
	font-weight: bold;
}
#new dd {
	border-bottom: 1px solid #999;
}
h2 {
	font-size: 1.2em;
	color: #cbab25;
}
h2::before {
	content: "■";
}
.ui-footer {
	text-align: center;
	height: 150px;
}
.ui-footer a {
	font-weight: normal;
	text-decoration: none;
}
.ui-header h1 {
	margin-left:0 !important;
	margin-right:0 !important;
}
ul.menubg li a {
	background: url(../images/menu_bg.png) no-repeat center center;
	font-size: 18px;
}
#room .ui-li-thumb {
	padding-top: 0.5em;
	padding-left: 0.5em;
}
#room h3, #room p {
	overflow: visible;
	white-space: normal;
}
#googlemap {
	width: 100%;
	height: 300px;
	border: 8px solid #ccc;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.tel {
	font-size: 2em;
}



.btn {
	position: relative;
	padding: .75em 1em .75em 2em;
	border: 1px solid #ccc;
	border-top: 3px solid #8FBC8F;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.btn::after {
	position: absolute;
	top: 1em;
	left: .6em;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	border: 3px solid #8FBC8F;
	border-radius: 100%
}
a.btn-link:link{
	color: darkcyan;
}

/*googlemap*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*topIcon*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}



/* ----- 共通 フッター部分ここから ----- */
.ui-footer {
	border-top:1px solid #d1cac2;
	margin:0;
	padding:0;
}

.ui-footer .footer_info {
	background-color: #fdfbf5;
	border-top: 1px solid #fff;
	padding: 10px 0 5px 0;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	text-shadow:1px 0 1px #FFF;
}

.ui-footer .footer_info h4 {
	text-indent:-9999px;
	background-image:url(../images/footer_logo_r.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size:145px 32px;
	background-size:145px 22px;
	width:100%;
	height:32px;
	padding:0;
	margin:0 auto;
}

.ui-footer .footer_info p {
	font-size:10px;
	margin:0;
	padding:0;
}

.ui-footer .footer_info p.footer_info_tel {
	font-size:15px;
	font-weight:bold;
	margin:2px auto 0 auto;
}

.ui-footer .footer_icon {
	margin: 0;
	padding: 0;
	height: 20px;
	background-color: #3C201C;
	background-image: url(../images/footer_bg.png) ;
	background-repeat: repeat-x;
}

.ui-footer .footer_icon .footer_icon_l {
	float:left;
	height:40px;
}

.ui-footer .footer_icon .footer_icon_r {
	float:right;
	height:40px;
}
/* ----- 共通 フッター部分ここまで ----- */