@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);

body, html{
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
}
body {
	background-image: url("../img/sakura_background.gif");
	background-repeat: repeat-y;
	background-size: 100% auto;
}

h1{
	text-transform: uppercase;
}
h1 strong{
	/*font-weight: 900;*/
}
h2{
	text-transform: uppercase;
	margin:  0;
}
h3{
	font-size: 24px;
	font-weight: 900;
}
h4{
	text-transform: uppercase;
}
h5{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p{
	font-family: 'Open Sans', sans-serif;
}
a{ color: #F14A5F;}
a:hover,
a:focus{
	/*text-decoration: none;*/
	color: #F14A5F;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}

/* Loading
******************************************/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

/* Navigation
******************************************/
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.8);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
margin-left: 0;
height: inherit;
padding: 7px;
}

#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > .open > a, #menu.navbar-default .navbar-nav > .open > a:hover, #menu.navbar-default .navbar-nav > .open > a:focus {
	color: #FF9999;
	background-color: #000;
}
.on {
	background-color: #222222 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #FF9999 !important;
	background-color: transparent;
	font-weight: 700;
}
.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
	border-color: #ddd;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #888;
	}
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: 400px;
	}

/* Common Style
******************************************/
.btn-sakura {
	background: #F14A5F;
	border: 1px solid #F14A5F;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
}
.btn-sakura:hover {
	border: 1px solid #F14A5F;
	background: #ffffff;
	color: #F14A5F;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn {
	border-radius: 0px;
	white-space: normal;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}
.overlay {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%);  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4)));  /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);  /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);  /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);  /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 );  /* IE6-9 */
	background-attachment: fixed;
}
.overlay p { line-height: 2em;}
.color{
	color: #FF9999;
}
.bg-pink {
	background-color: rgba(252,233,233,0.6);
	padding: 1em;
}
.bg-white {
	background-color: rgba(255,255,255,0.6);
	padding: 1em;
	border: 1px solid #eee;
}
.logo-text {
	font-size: 1.8em;
	font-weight: bold;
}
.section-title.center{
	padding: 30px 0;
}
.section-title h2,
.section-title.center h2{
	font-weight: 300;
}
.section-title.center .line{
	border-top: 4px solid #FF9999;
	height: 10px;
	width: 60px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
.section-title hr{
	border-color: #ddd;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
}
.section-title.center hr {
	border-top: 4px solid rgba(252, 172, 69, 0.34);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}


/* Home Style
******************************************/
#home{
	background: url(../img/01.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
}
#home .overlay{
	height: 820px;
	background:none;
}
#home p.lead{
	color: #e3e3e3;
}
.content{
	position: relative;
	padding: 20% 0 0;
}
a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 200px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: #fcac45;
	color: #ffffff;
	border: 2px solid #fcac45;
}

/* Concpet
******************************************/
#concept {
	padding: 80px 0;
}
#concept .concept-text {
	line-height: 2.5em;
}
#concept .bg-pink {
	padding: 30px;
	box-sizing: border-box;
	margin: 50px auto;
	text-align: left;
}
#concept .bg-pink th {
	background-color: rgba(230,230,230,0.6);
	font-weight: normal;
}
#concept .bg-pink td {
	background-color: rgba(255,255,255,0.7);
}
#concept .service { text-align: center; }
#concept .service i.fa {
	font-size: 40px;
	border: 4px solid #ff9999;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
}
#concept .service i.fa.fa-mobile{
	font-size: 50px;
	padding: 20px 25px;
}

#concept .service:hover>i.fa{
	background: #ff9999;
	color: #ffffff;
}

/* Room
******************************************/
#room-body {
	padding: 80px 0;
}
#room-head{
	background: url(../img/02.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}
#room-head .overlay{
	height: auto;
	padding: 80px 0;
}
#room-body section.row {
	padding: 60px 0;
}
#room-body section.row .bg-pink {
	margin-top: 3em;
}
#room-body section.row h3 {
	font-size: 30px;
	font-weight: 300;
}
#room-body section.row h4 {
	margin-bottom: 1em;
	color: #ff9999;
	font-weight: bold;
	font-size: 16px;
}
.owl-room-wrap {
	padding-top: 70px;
}
.owl-room li {
	width: 96%;
	margin: 0 2%;
	text-align: center;
}
.owl-room li img {
	max-width: 100%;
	height: auto;
}

/* Spring
******************************************/
#spring-body {
	padding: 80px 0;
}
#spring-head {
	background: url(../img/03.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}
#spring-head .overlay{
	padding: 80px 0;
}
#spring-body section {
	margin: 50px auto;
}
#spring-body section img {
	width: 100%;
	height: auto;
	margin: 20px 0;
}
#spring-body h3 {
	font-size: 18px;
	color: #ff9999;
}

/* Cuisine
******************************************/
#cuisine {
	padding: 0px 0 80px;
}
#cuisine-list {
	padding: 30px 0;
}
#cuisine-list .item{
    display: block;
    width: 100%;
    height: auto;
}
#cuisine-list .item p {
	font-weight: 400;
	margin: 30px 0;
}
#cuisine-list .item img {
	width: 100%;
	height: auto;
}

/*  Facility
******************************************/
#facility {
	background: url(../img/04.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}
#facility .overlay{
	padding: 80px 0;
}
.space{
	margin-top: 40px;
}
#facility i.fa {
	font-size: 40px;
	border: 4px solid #FCAC45;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
}
#facility i.fa.fa-mobile{
	font-size: 50px;
	padding: 20px 25px;
}
#facility .service:hover>i.fa{
	background: #FCAC45;
	color: #ffffff;
}

/*  Daytrip
******************************************/
#daytrip {
	padding: 80px 0 0;
}
#daytrip-list img {
	width: 100%;
	height: auto;
}
#daytrip .about-text li {
	margin-bottom: 10px;
}
#daytrip .about-text li .glyphicon {
	font-size: 1.4em;
	padding-right: 10px;
}
/*  Access
******************************************/
#access{
	padding: 80px 0;
}
#access .container {
	max-width: 720px;
}
#access .googlemap {
	margin-bottom: 50px;
}
#access .access-map {
	margin: 30px 0;
}
#access #pickup {
	background-color: #EEECE3;
	padding: 30px;
	box-sizing: border-box;
}
#access #pickup h4 {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 10px;
}

/* Contact
******************************************/
#contact{
	padding: 80px 0;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
label {
	font-weight: 400;
	/*float: left;*/
	/*font-size: 12px;*/
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-your-inquery {
	border: 1px solid #ccc;
	padding: 5px 30px;
	box-sizing: border-box;
}
.form-reservation {
	background-color: rgba(252,233,233,0.6);
	padding: 30px;
}
#contact .btn {
	margin: 30px auto;
}

/* Footer
******************************************/
nav#footer{
	background: #222222;
	color: #ffffff;
	padding: 20px 0 15px 0;
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	font-size: 12px;
	margin-top: 10px;
}
#footer i.fa {
	height: 30px;
	width: 30px;
	border: 2px solid #8c8c8c;
	font-size: 20px;
	padding: 4px 5px;
	border-radius: 50%;
	color: #8c8c8c;
	transition: all 0.5s;
}
#footer i.fa:hover{
	background: #ff9999;
	border-color: #ff9999;
	color: #ffffff;
}

/* Sightseeing
******************************************/
#sightseeing {
}
#sightseeing-body {
	padding: 80px 0;
}
#sightseeing-head{
	background: url(../img/sightseeing/bg_sightseeing.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}
#sightseeing-head .overlay{
	height: auto;
	padding: 180px 0 80px;
}
#sightseeing-body .img-map {
	text-align: center;
}
#sightseeing-body .img-map img, #sightseeing-body .place img {
	max-width: 100%;
	height: auto;
}
#sightseeing-body .place {
	margin: 30px auto;
}
#sightseeing-body .place h2 {
	font-size: 20px;
}
#sightseeing-body .place h2 span {
	margin-left: -30px;
}
#sightseeing-body .place .section-title.center .line {
	margin-top: 5px;
}
#sightseeing-body .place .section-title.center {
    padding: 0px 0 15px;
}
#sightseeing-body .place dl {
	margin-bottom: 10px;
}
#sightseeing-body .place dt {
	font-weight: normal;
}
#sightseeing-body .place dd {
	font-weight: bold;
}
#sightseeing-body .place .bg-white {
	margin-bottom: 10px;
}

/* Report
******************************************/
#report {
}
#report-body {
	padding: 80px 0;
}
#report-head{
	background: url(../img/report/bg_onsen.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}
#report-head .overlay{
	height: auto;
	padding: 180px 0 80px;
}
#report-body .border-brown {
	background: rgba(255,255,255,0.5);
	padding: 15px;
	border: 5px solid #937E51;
	margin: 50px auto;
}
#report-body .border-brown section {
	margin-bottom: 50px;
}
#report-body .border-brown section img {
	max-width: 100%;
	height: auto;
}
#report-body .border-brown section li {
	margin-bottom: 10px;
}
#report-body .img-responsive {
	margin: auto;
}
