@charset "utf-8";


#teaser {
	background:url(../img/bg_teaser_pc.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media screen and (max-width: 959px) {
#teaser {
	background:url(../img/bg_teaser_ts.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
}

/* !hotels
---------------------------------------------------------- */
#hotelsmap {
	background:#fff;
	margin-bottom:60px;
}
@media screen and (max-width: 959px) {
#hotelsmap {
	margin-bottom:30px;
}
}
#hotelsmap .caption {
	text-align:right;
	padding:20px 10px;
}
@media screen and (max-width: 959px) {
#hotelsmap .caption {
	padding:10px;
}
}
#hotelsmap .caption i {
	font-size:14px;
	color:#80470a;
	margin-right:10px;
}

.hotelsbox {
	background:#fff;
}
.hotelsbox .img {
	float:left;
	width:500px;
	height:380px;
}
@media screen and (max-width: 959px) {
.hotelsbox .img {
	float:none;
	width:100%;
	height:auto;
}
.hotelsbox .img img {
	width:100%;
}
}
.hotelsbox .ftbox .tit {
	background:#dad6ba;
	padding:30px 0;
	text-align:center;
}
.hotelsbox .ftbox .imglist {
	margin:20px;
	overflow:hidden;
}
@media screen and (max-width: 959px) {
.hotelsbox .ftbox .imglist {
	margin:0;
	background:#e9e6d1;
	padding:10px 0;
	overflow:hidden;
}
}
.hotelsbox .ftbox .imglist li {
	width:100px;
	float:left;
}
@media screen and (max-width: 959px) {
.hotelsbox .ftbox .imglist li {
	width:22%;
}
.hotelsbox .ftbox .imglist li img {
	min-width:100%;
}
.hotelsbox .ftbox .imglist li a {
	position:relative;
	display:block;
}
.hotelsbox .ftbox .imglist li a:before {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	left:0;
	top:0;
	z-index:2;
}
.hotelsbox .ftbox .imglist li a.on:before,.hotelsbox .ftbox .imglist li a:hover:before {
	position:relative;
	background:none;
}
}
.hotelsbox .ftbox .imglist li+li {
	margin-left:20px;
}
@media screen and (max-width: 959px) {
.hotelsbox .ftbox .imglist li+li {
	margin-left:4%;
}
}
.hotelsbox .hotelsaccb {
	padding:0 40px;
	font-size:16px;
}
@media screen and (max-width: 959px) {
.hotelsbox .hotelsaccb {
	padding:0;
	margin-top:20px;
}
}
.hotelsbox .hotelsaccb span {
	color:#80470a;
}
.hotelsbox .bestin {
	padding:40px 35px;
}
@media screen and (max-width: 959px) {
.hotelsbox .bestin {
	padding:20px;
}
}
.hotelsbox .hotelsbest {
	overflow:hidden;
}
.hotelsbox .hotelsbest li {
	width:450px;
	float:left;
	margin-right:30px;
	border:1px #d1d1d1 solid;
	padding:2px;
	background: -moz-linear-gradient(top, #fff, #fff, 50%, #f2f2f2 50%, #fbfbfb);
	background: -webkit-gradient(linear, top, from(#fff,), color-stop(0.5, #fff,), color-stop(0.5, #f2f2f2), to(#fbfbfb));
	background: -webkit-linear-gradient(top, #fff,, #fff, 50%, #f2f2f2 50%, #fbfbfb);
	background: -o-linear-gradient(top, #fff,, #fff, 50%, #f2f2f2 50%, #fbfbfb);
	background: -ms-linear-gradient(top, #fff,, #fff, 50%, #f2f2f2 50%, #fbfbfb);
	-pie-background: linear-gradient(top, #fff,, #fff, 50%, #f2f2f2 50%, #fbfbfb);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url(/PIE.htc);
	position:relative;
}
@media screen and (max-width: 959px) {
.hotelsbox .hotelsbest li {
	width:auto;
	float:none;
	margin-right:0;
}
}
.hotelsbox .hotelsbest li:nth-child(2n) {
	margin-right:0;
}
.hotelsbox .hotelsbest li:nth-child(n+3) {
	margin-top:10px;
}
@media screen and (max-width: 959px) {
.hotelsbox .hotelsbest li:nth-child(n+2) {
	margin-top:5px;
}
}
.hotelsbox .hotelsbest li th {
	background:#4e3509;
	vertical-align:middle;
	width:58px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	position:relative;
}
.hotelsbox .hotelsbest li td {
	padding-left:20px;
	color:#4d340a;
	font-weight:bold;
	vertical-align:middle;
	line-height:1.2em;
}
.hotelsbox .hotelsbest li td span {
	font-size:12px;
	font-weight:normal !important;
}
.hotelsbox .btnone {
	margin-top:40px;
}
.hotelsbox .btnone a {
	width:420px;
}
@media screen and (max-width: 959px) {
.hotelsbox .btnone {
	margin-top:20px;
}
.hotelsbox .btnone a {
	width:100%;
}
.hotelsbox .btnone a span {
	display:none;
}
}
.hotelsbox .otherhotel {
	overflow:hidden;
}
.hotelsbox .otherhotel li {
	float:left;
	width:500px;
	color:#201603;
	background:#dad6ba;
	text-align:center;
	padding:15px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 959px) {
.hotelsbox .otherhotel li {
	float:none;
	width:auto;
	color:#201603;
}
}
.hotelsbox .otherhotel li+li {
	width:499px;
	margin-left:1px;
}
@media screen and (max-width: 959px) {
.hotelsbox .otherhotel li+li {
	width:auto;
	margin-left:0;
	margin-top:1px;
}
}
.hotelsbox .otherhotel .tit {
	font-size:16px;
}
.hotelsbox .otherhotel .bycar {
	background:url(../img/ico_bycar.png) 0 center no-repeat;
	padding-left:35px;
	display:inline-block;
	line-height:26px;
}
.hotelsbox .otherhotel .bywalk {
	background:url(../img/ico_bywalk.png) 0 center no-repeat;
	padding-left:25px;
	display:inline-block;
	line-height:26px;
}
.hotelsbox .otherhotel span+span {
	margin-left:30px;
}
#map {
	width:100%;
	height:400px;
}