/* ==========================================================================
english
========================================================================== */
.logo{
	width: 165px;
}
#info-snowmonkey{
	background: url('./../img/en/home/snowmonkey-bg.jpg') no-repeat center top;
	background-size: cover;
	color: #fff;
	padding: 40px 0;
}
#info-snowmonkey h2{
	font-size: 36px;
}
#info-snowmonkey p{
	font-size: 16px;
}
.btn-more{
float: left;
	margin: 0;
}
.btn-more a{
	background-color: rgba(255,255,255,0.6);
	padding: 10px 40px;
	color: #000;
}
#info .col-md-4,
#info p{
	margin: 0;
	padding:0;
}
#info a{
	display: block;
	height: 2em;
	padding:130px 0;
	font-size: 30px;
	text-shadow: 0px 0px 6px #000;
	color:#fff;
	
}
.info-room{
	background: url('./../img/en/home/room-bg.jpg') no-repeat center top;
	background-size: cover;
	min-height: 280px;
}
.info-room:hover,
.info-about:hover,
.info-spa:hover,
.info-reservation:hover,
.info-snow:hover,
.info-access:hover{
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, opacity, background-color;
    transition-property: color, opacity, background-color;
}
.info-room:hover,
.info-about:hover,
.info-spa:hover,
.info-reservation:hover,
.info-snow:hover,
.info-access:hover{
	opacity: 0.8;
}
.info-about{
	background: url('./../img/en/home/about-bg.jpg') no-repeat center top;
	background-size: cover;
	min-height: 280px;
}
.info-spa{
	background: url('./../img/en/home/spa-bg.jpg') no-repeat center top;
	background-size: cover;
	min-height: 280px;
}
.info-reservation{
	background: url('./../img/home/spa-bg.jpg') repeat center top;
	background-size: 100% 100%;
}
.info-access{
	background: url('./../img/en/home/access-bg@2x.jpg') no-repeat center top;
	background-size: cover;
	min-height: 301px;
}
.info-snow{
	background: url('./../img/en/home/snow-bg.jpg') no-repeat center bottom;
	background-size: cover;
	min-height: 301px;
}
#info .info-access a{
	color:#000;
	text-shadow: none;
}
#info .info-reservation p{
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
	}
#info .info-reservation a{
	text-align: center;
	padding:60px 0;
	color:#000;
	text-shadow: none;
	height: 100%;
}
#info .info-reservation .btn-more {
	float: none;
    display: inline-block;
    padding: 18px 9px;
    border-radius: 4px;
    background-color: #624f37;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

#info .txt-v{
	float: none;
}
.navbar-nav{
	width: 770px;
	margin:20px 0;
}
.navbar-nav li{
	width: 8%;
}
.navbar-nav>li>a{
	text-align: center;
	padding:15px 12px;
	font-size: 14px;
}
.nav .nav-res,
.nav .nav-ja{
	width: 12%;
}
.nav .nav-res a,
.nav .nav-eng a,
.nav .nav-ja a{
	padding:15px 12px;
	font-size: 14px;
	text-align: center;
}
.nav .nav-room {
	width: 19%;
}
.nav .nav-spa {
	width: 18%;
}
.main {
	margin-top: 90px;
}
.page-title h1{
	letter-spacing: normal;
}
.conditions-list{
	width:80%;
	margin: 0 auto;
}
dt{
	float: left;
	width:8em;
	margin-bottom: 10px;
}
dd{
	padding-left: 8em;
	margin-bottom: 10px;
}


#about .page-title h1{
    background: url('./../img/en/about/page-head-bg.jpg') no-repeat center bottom;
    background-size: cover;
}
#snowmonkey .page-title h1{
    background: url('./../img/en/snowmonkey/page-head-bg.jpg') no-repeat center bottom;
    background-size: cover;
}
#snowresort .page-title h1{
    background: url('./../img/en/snowresort/page-head-bg.jpg') no-repeat center bottom;
    background-size: cover;
}
footer .address{
	margin-bottom: 10px;
}
footer .address p{
	line-height: 1.2;
}
footer .address .large{
	margin: 5px 0 0;
}
footer .btn-wrap{
	margin-top: 56px;
	margin-bottom: 0;
}

footer .btn{
	width:240px;
	padding:25px 0;
}
/* ==========================================================================
Media queries
========================================================================== */
@media(max-width:991px) {
.navbar-nav{
	margin: 0;
	margin-left: -15px;
	width: 730px;
}
.nav .nav-res a, .nav .nav-eng a, .nav .nav-ja a{
	font-size: 14px;
	padding: 15px 7px;
}

.nav>li>a {
	font-size: 14px;
    padding: 14px 10px;
}
}

@media(max-width:768px) {
.logo img{
	height: 45px;
	width: auto;
}
.main{
	margin-top: 77px;
}
.navbar-nav{
	width: 100%;
}
.navbar-nav li,
.nav .nav-room,
.nav .nav-spa,
.nav .nav-res,
.nav .nav-ja{
	width: 100%;
}
.overlay ul li a {
    padding: 20px 0!important;
}

#info-snowmonkey{
	padding:10px;
	background: url('./../img/en/home/snowmonkey-bg-sp.jpg') no-repeat center top;
	background-size: cover;
}
#info a{
	padding:50px;
}
.info-room{
	background-position: center bottom;
	min-height: 120px;
}
.info-about,
.info-spa{
	background-position: center center;
	min-height: 120px;
}
#info .info-reservation a{
	padding: 10px 0 ;
}
.info-access{
	min-height: 120px;
}
.btn-more a{
	margin-top: 0;
	}

.conditions-list{
	width:100%;
	margin: 0 auto;
}
dt{
	float: left;
	margin-bottom: 10px;
}
dd{
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 10px;
}
dt.ex{
float:none;
	
}
footer .btn-wrap{
	margin-top: 6px;
	margin-bottom: 0;
}

