/* F
-----------------------------------------------------------------------------------------------------------*/
/* ========bxslider======== */
#slider {
	clear: both;
    width:100%;
   padding: 0;
   margin:5px  auto 5px ;

}
.bxslider ul {
   padding:0;
   margin: 0;
   background:#fff;
}

.bxslider ul li {
   display:inline;
   list-style-type:none;
float:left;
   padding:0;
      margin: 0;
   background:#fff;
}




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

/* G
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-g {
	border: 1px solid 		#410000;
	background: 			#680000;
	color: 					#ffffff;
	font-weight: bold;
	text-shadow: 0 -1px 1px #410000;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #8f0202), to( #680000));
	background-image: -webkit-linear-gradient(#8f0202, #680000);
	background-image:    -moz-linear-gradient(#8f0202, #680000);
	background-image:     -ms-linear-gradient(#8f0202, #680000);
	background-image:      -o-linear-gradient(#8f0202, #680000);
	background-image:         linear-gradient(#8f0202, #680000);
}

/* 他
-----------------------------------------------------------------------------------------------------------*/

#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: #cb0303;
}
h2::before {
	content: "■";
}
.ui-footer {
	text-align: center;
}
.ui-footer a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.ui-header h1 {
	margin-left:0 !important;
	margin-right:0 !important;
}
#room .ui-li-thumb {
	padding-top: 0.5em;
	padding-left: 0.5em;
}
#room h3, #room p {
	overflow: visible;
	white-space: normal;
}
#googlemap {
	width: 100%;
	border: 8px solid #ccc;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;
padding-bottom: 250px; /*高さは250pxで固定*/
height: 0;
overflow: hidden;
}

#googlemap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.tel {
	font-size: 2em;
}

/*入力フォームの背景を調整*/
textarea.ui-body-b,input.ui-body-b {
  background-color: white;
}
/*見出しとフォーム部品の間の余白を調整*/
.ui-field-contain:first-child {
  padding-top: 0;
}
#list a.out {
	pointer-events: none;
	cursor: default;
	background-color: 606060;

}

