@charset "utf-8";

/*
 * Coding by ashdash.org. at 2014.09
 */




.eyecatch .gralley {
	position: relative;
	width: 280px;
	height: 189px;
}

.eyecatch .gralley img {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 189px;
}



.hotel img {
	height: 78px;
}



/**
 * 	gmap
 */

#gmap {
	width: 100%;
	height: 450px;
}

#gmap-wrapper {
	margin: 0 10px 10px 0;
}

#gmap-outer-wrapper {
	display: none;
	width: 600px;
	height: 460px;
}



/*
	for glide.js
*/

.slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slider__wrapper {
	height: 100%;
	list-style: none;
	overflow: hidden;
	*zoom: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
.slider__item {
	height: 100%;
	float: left;
	clear: none;
}
.slider__arrows-item {
	position: absolute;
	display: none;
	margin-bottom: -20px;
	padding: 20px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.2);
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
	transition: 0.2s;
}

.slider__arrows-item:hover {
	background: rgba(0,0,0,0.5);
}

.slider__arrows-item--right {
	top: 100px;
	right: 30px;
}
.slider__arrows-item--left {
	top: 100px;
	left: 30px;
}
.slider__nav {
	position: absolute;
	bottom: 30px;
}
.slider__nav-item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: #ccc;
	background: rgba(255,255,255,0.4);
	border-radius: 50%;
}
.slider__nav-item--current {
	background: #fff;
	background: rgba(255,255,255,0.8);
}
.slider__nav-item:hover {
	background: #fff;
	background: rgba(255,255,255,0.8);
}

#glide-eyecatch {
	width: 600px;
}

#glide-eycatch-wrap {
	margin: 0 10px 5px 0;
}

#glide-eyecatch img {
	width: 100%;
}


/*
	gmap popup
*/

.gmap-popup-info {
	width: 180px;
	float: right;
}

.gmap-popup-info h4 {
	font-size: 16px;
	font-family: "Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-weight: normal;
	padding: 0 0 5px 10px;
}

.gmap-popup-info p {
	font-size: 12px;
	color: #666;
	line-height: 140%;
	padding: 0 0 0 10px;
}

.gmap-popup-info table {
	width: 100%;
}

.gmap-popup-image {
	width: 120px;
	float:left;
}

.gmap-popup-image img {
	max-width: 100%;
}


.news {
  width: 100%;
  height: 100px;
  overflow: auto;
  line-height: 1.2;
  padding: 5px 5px 2px 5px;
  margin: 10px 0px 10px 0px;
  border: solid 1px #cccccc;
  background-color: #ff7f50;
}
