.mb00{margin-bottom: 0;}
.visible-xs{display: none !important;}
.hidden-xs{display: block !important;}
@media only screen and (max-width: 480px) {
	.hidden-xs{display: none !important;}
	.visible-xs{display: block !important;}
}
body {background: white;}

header {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
}

/* vertically center banner section */
header .banner {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	width: 85%;
	padding-bottom: 30px;
	text-align: center;
}

/* header social links */
header .social {
	margin: 24px 0;
	padding: 0;
	font-size: 30px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
}
header .social li {
	display: inline-block;
	margin: 0 15px;
	padding: 0;
}
header .social li a { color: #fff; }
header .social li a:hover { color: #414141; }

/* scrolldown link */
header .scrolldown a {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -29px;
	color: #fff;
	display: block;
	height: 42px;
	width: 42px;
	font-size: 42px;
	line-height: 42px;
	color: #fff;
	border-radius: 100%;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .scrolldown a:hover { color: #414141; }

#nav-wrap ul, #nav-wrap li, #nav-wrap a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* nav-wrap */
#nav-wrap {
	width: 100%;
	letter-spacing: 2.5px;
	margin: 0 auto;
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
}
.opaque { background-color: #545454; }
.sp-logo{
	float: left;
	padding: 10px 15px;
}
.sp-logo a{
	font-family: 'Advent Pro';
	color: #333333;
	font-size: 24px;
	font-weight: 100;
}
/* hide toggle button */
#nav-wrap > a.mobile-btn { display: none; }

ul#nav {
	height: 6vh;
	width: auto;
	text-align: right;
	background: white;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
ul#nav li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
ul#nav li:first-child{
	margin-right: auto;
}

/* Links */
ul#nav li a {

	/* 8px padding top + 8px padding bottom + 32px line-height = 48px */

	display: inline-block;
	padding: 8px 13px;
	font-size: 13px;
	font-family: 'Robot', sans-serif;
	font-weight: 300;
	line-height: 1.4;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0em;
	color: #263238;

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
ul#nav li:last-of-type a{
	color: #c1ab05;
}
ul#nav li a:hover{
	color: #c1ab05;
}
ul#nav li a:active { background-color: transparent !important; }
ul#nav li.current a { color: #c1ab05; }
ul#nav li a.logo{
	font-family: 'Advent Pro';
	font-size: 28px;
	font-weight: 100;
}
.main-text{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
}

.title-underline{
	border-bottom: 1px solid #c1aa06;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-bottom: 4px;
}
.underline{
	border-bottom: 1px solid #c1aa06;
}
.block{
	padding-top: 80px;
	padding-bottom: 80px;
}

#welcome {
	background: #fffffc;
	overflow: hidden;
}

#welcome a, #welcome a:visited  { color: #fff; }
#welcome a:hover, #welcome a:focus { color: #414141; }

#welcome h2 {
	font: bold 22px/30px 'opensans-bold', serif;
	margin-bottom: 12px;
}
#welcome p {
	line-height: 2.4;
	color: #333;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0.05;
}
#welcome .profile-pic {
	position: relative;
	width: 120px;
	height: 120px;
	border-radius: 100%;
}
#welcome .contact-details { width: 41.66667%; }
#welcome .download {
	width: 58.33333%;
	padding-top: 6px;
}
#welcome .main-col { padding-right: 5%; }
#welcome .download .button {
	margin-top: 6px;
	background: #444;
}
#welcome .download .button:hover {
	background: #fff;
	color: #414141;
}
#welcome .download .button i {
	margin-right: 15px;
	font-size: 20px;
}
#information h3{
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-bottom: 0;
}
#information p{
	font-size: 16px;
	padding-left: 40px;
	font-weight: 300;
}
.gmap{
	font-family: 'Advent Pro';
	color: white;
	text-align: right;
	background: #545454;
	margin-top: -9px;
}
#reservation h3{
	font-family: 'Noto Serif JP';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin: 0;
}
#reservation p{
	font-weight: 300;
	margin: 14px 40px 20px 40px;
}
.reservation-btn{
	max-width: 200px;
	display: block;
	color: #333;
	border: solid 1px #c1aa06;
	border-radius: 40px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.2;
	margin: 80px auto;
	padding: 25px;
}
.reservation-btn.en{
	max-width: 250px;
}
#recruit p{
	font-size: 16px;
	line-height: 2.2;
}
#recruit .columns p:last-of-type{
	margin-top: 30px;
/*	margin-bottom: 40px;*/
}
#menu h4{
	font-family: 'Noto Serif JP';
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 10px;
}
.price{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-left: 0.5em;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.guide{
	padding-left: 20px;
	font-size: 14px;
	font-weight: 300;
}

/* ------------------------------------------------------------------
/* g. about
/* ------------------------------------------------------------------ */

#about{
	background: url(../images/message.jpg) no-repeat center/cover;
	background-color: transparent;
	background-attachment: fixed;
	position: relative;
	min-height: 200px;
	width: 100%;
	overflow: hidden;
}
#about h2{
	font-family: 'Noto Serif JP';
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}
#about .text-container {
	padding-top: 60px;
	padding-bottom: 50px;
}

#about .header-col { padding-top: 9px; }

/*	#about */
#about .inner {
	margin: 0 0px 30px 0px;
	padding-left: 0;
	position: relative;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
#about .inner:before { content: none; }
#about .inner p {
	color: #333;
	padding: 0;
	font-size: 18px;
	line-height: 2.0;
}
.serif{
	font-family: 'Noto Serif JP';
}
/* Flex Slider
/* ------------------------------------------------------------------ */

/* Reset */
.flexslider a:active,
.flexslider a:focus  { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.slides li { margin: 0; padding: 0;}

/* Necessary Styles */
.flexslider {
	position: relative;
	zoom: 1;
	margin: 0;
	padding: 0;
}
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
/* Suggested container for slide animation setups. Can replace this with your own */
.flex-container { zoom: 1; position: relative; }

/* Clearfix for .slides */
.slides:before,
.slides:after {
	content: " ";
	display: table;
}
.slides:after {
	clear: both;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block; }

/* Slider Styles */
.slides { zoom: 1; }
.slides > li {
	/*margin-right: 5px; */
	overflow: hidden;
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -20px;
	text-align: left;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background: #ddd;
	background: rgba(255, 255, 255, .3);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(255, 255, 255, .3);
}
.flex-control-paging li a:hover {
	background: #CCC;
	background: rgba(255, 255, 255, .7);
}
.flex-control-paging li a.flex-active {
	background: #fff;
	background: rgba(255, 255, 255, .9);
	cursor: default;
}

/* ------------------------------------------------------------------ */
/* i. Footer
/* ------------------------------------------------------------------ */

footer {
	background-color: #545454;
	font-size: 14px;
	text-align: center;
	position: relative;
}

footer a, footer a:visited { color: #ffffff; }
footer a:hover, footer a:focus { color: #fff; }

/* copyright */
footer .copyright {
	margin: 0;
	padding: 0;
}
footer .copyright li {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 24px;
	color: #fff;
}
.ie footer .copyright li {
	display: inline;
}
footer .copyright li:before {
	content: "\2022";
	padding-left: 10px;
	padding-right: 10px;
	color: #095153;
}
footer .copyright  li:first-child:before {
	display: none;
}

/* social links */
footer .social-links {
	margin-top: 18px;
	margin-bottom: 0;
	padding: 0;
	font-size: 30px;
}
footer .social-links li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	color: #F06000;
}

footer .social-links li:first-child { margin-left: 0; }



