
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4em;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
/* F
-----------------------------------------------------------------------------------------------------------*/

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

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

/* 他
-----------------------------------------------------------------------------------------------------------*/
#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: #c2a951;
	color: #FCA5AA;
	border-bottom: 2px solid #FCA5AA;
	line-height: 1.3;
	padding-bottom: 5px;
	margin: 15px 0;
}
h2::after {
	content: "";
	width: 100%;
	height: 2px solid #fff;
	display: block;
}
.ui-footer {
	text-align: center;
}
.ui-footer a {
	color: #000 !important;
	font-weight: normal;
	text-decoration: none;
}
.ui-header h1 {
	margin-left:0 !important;
	margin-right:0 !important;
}
.ui-header a {
	color: #000 !important;
}
.bg1 {
	//background: #5e703d;
	background: #fff5f6;
	color: #333333;
}
.bg1 a {
	color: #036EB8;
}
.ui-content h3 a {
	color: #000;
}
#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;
}


  . {
    padding: 10px;
    background-color:#555;
  }
  .jCarousel {
    width:100%;
  }
  .jCarousel li {
    text-align:center;
  }
  .jCarousel li img {
      height:300px; /* 高さ制限 */
  }
  @media screen and (max-width: 480px) {
    .jCarousel li img {
      height:200px; /* 高さ制限 */
    }
  }


.kensaku-kekka{
	font-size: 12px;
}

.kaitou-list{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.kaitou-list li {
		font-size: 12px;
    display: inline-block;
		margin: 3px;
    text-decoration: none;
    color: #FCA5AA;
    border: solid 2px #FCA5AA;
    border-radius: 3px;
    transition: .4s;
		width: 46%;
		background: #fff;
}

.kaitou-list li:hover {
    background: #FCA5AA;
    color: white;
}
.kaitou-list li:hover a {
    color: white;
}
.kaitou-list li a{
	text-decoration: none;
	color: #FCA5AA;
	display: block;
	padding: 0.3em 1em;
	display: block;
}


.new-btn{
	font-size: 12px;
	display: block;
	margin: 3px;
	text-decoration: none;
	color: #FCA5AA !important;
	border: solid 2px #FCA5AA;
	border-radius: 3px;
	transition: .4s;
	background: #fff;
	padding: 5px 10px;
	text-align: center;
}
.new-btn:hover{
	background: #FCA5AA;
	color: white !important;
}

dl,dt,dd{
  margin: 0;
  padding: 0;
}
dl{
  margin-bottom: 10px;
}
dt{
  font-weight: bold;
  margin-bottom: 5px;
}
.table01{
  width: 100%;
  border:solid 1px #dcdcdc
}
form{
  margin-bottom: 5px;
}
