/* ==========================================================================
home
========================================================================== */
.keyvisual{
	position: relative;
}
.trip{
	position: absolute;
	top:60%;
	left:50%;
	z-index: 9;
	margin-left: 320px;
	font-weight: bold;
	font-size: 18px;
	background: #fff;
	padding: 10px;
	text-align: center;
}
.trip img{
	max-width:200px;
	width: 100%;
}
.trip-en img{
	max-width:200px;
	width: 100%;
}
.trip a:hover{
	color: #000;
}
ul.bxslider{
	margin: 0;
}
.point .text{
font-weight: bold;
	font-size: 16px;
	margin:40px 0 50px;
	line-height: 2;
}
#info-spa {
    background: url('./../img/home/spa-bg.jpg') repeat center top;
    background-size: 300px 100px;
}
#info-room {
    background: url('./../img/home/room-bg.jpg') repeat center top;
    background-size: 300px 100px;
}
.ttl-v{
	float: right;
	margin-top: 17px;
	margin-left: 23px;
}
#info-spa .ttl-v{
	margin-right: 90px;
}
#info-room .ttl-v{
	margin-right: 30px;
}
.txt-v{
	float: right;
	margin-top: 46px;
	margin-left: 34px;
}

#info-spa img{
	width: 100%;
	margin: 10px;
}
#info-spa .ttl{
	padding-top: 20px;
	font-weight: bold;
	
}


#info-spa .btn{
	font-size: 16px;
}
#info-spa .btn a {
	color: #fff;
}

.bnr{
	margin: 30px;
}

p.img{
	margin:0;
}
.btn-more{
    margin: 180px 0 0 0;
	
}

.btn-more a{
	float: right;
    display: inline-block;
    padding: 18px 9px;
    border-radius: 4px;
    background-color: #624f37;
    color: #fff;
    font-size: 18px;
}
.btn-more a:hover, .btn-more a:focus {
    background-color: #e5ae2b;
    color: #fff;
    text-decoration: none;
}

/* ==========================================================================
Media queries
========================================================================== */
@media(min-width:769px) and (max-width:991px) {
.img img{
	width: 160%;
}
#info-spa .ttl-v{
	margin-right: 0;
}
#info-room .ttl-v{
	margin-right: 0;
}
footer .info{
	width: 100%;
}
footer .fb{
	float: none;
}
footer .address{
	width:30%;
	margin-right: 3%;
}
footer .btn-wrap{
	float: left;
}
footer li{
	margin-right: 0!important;
	margin-bottom: 3px;
}
}
@media(max-width:768px) {
.trip {
	right:auto;
	left:70%;
	bottom:10%;
}
.trip img{
	width:90%;
	height: auto;
}
.point .text{
	margin:20px 0 30px;
	line-height: 1.5;
	font-size: 14px;
}
.img img{
	width: 100%;
}
#info-spa .ttl-v{
	margin-right: 0;
	margin-left: 17px;
}
#info-spa .ttl-v img{
	width:50px;
}
#info-room .ttl-v{
	margin-right: 0;
}
#info-room .ttl-v img{
	width:50px;
}
.txt-v{
	margin-left: 10px;
	margin-top: 18px;
}
.txt-v img{
	width:160px;
}
.btn-more a{
margin-right: 10px;
margin-top: 100px;

}
.bnr{
	margin: 10px 0
	
}
.bnr img{
	width: 90%;
}
}


