/*=========================================
 * for W TREE
 * designed and built by Deegraphics
 * Mar 12. 2014
 =========================================*/
/* #Body
================================================== */
html, body {
	height: 100%;
}
body {
	padding-top: 90px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: normal;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	line-height: 1.7;
	color: #191206;
	background: #FEFEF6;
	display: none;
}
/* Common Sets
================================================== */
::-moz-selection {
	background: #E8E0D3;
	color: #000000;
}
::selection {
	background: #E8E0D3;
	color: #000000;
}
img {
	border: 0px;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
img.roll {
	background: #fff;
}
.round {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.fullwidth {
	width: 100%;
}
hr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #855E19;
	border-image: none;
	border-right: medium none;
	border-style: double none none;
	border-width: medium;
	color: #333333;
	padding: 0;
	text-align: center;
}
.margin-bottom {
	margin-bottom: 4em;
}
.margin-top {
	margin-top: 4em;
}
.no-margin-top {
	margin-top: 0px !important;
}
/* Webfont
================================================== */
@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot?68779350');
	src: url('../fonts/fontello.eot?68779350#iefix') format('embedded-opentype'),
		url('../fonts/fontello.woff?68779350') format('woff'),
		url('../fonts/fontello.ttf?68779350') format('truetype'),
		url('../fonts/fontello.svg?68779350#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'fontello';
		src: url('../font/fontello.svg?68779350#fontello') format('svg');
	}
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
}
.icon-mail:before {
	content: '\e812';
}
/* '' */
.icon-twitter-squared:before {
	content: '\e801';
}
/* '' */
.icon-home:before {
	content: '\e809';
}
/* '' */
.icon-attention:before {
	content: '\e813';
}
/* '' */
.icon-attention-circled:before {
	content: '\e806';
}
/* '' */
.icon-location:before {
	content: '\e80a';
}
/* '' */
.icon-rss:before {
	content: '\e80c';
}
/* '' */
.icon-rss-squared:before {
	content: '\e80b';
}
/* '' */
.icon-phone:before {
	content: '\e807';
}
/* '' */
.icon-phone-squared:before {
	content: '\e808';
}
/* '' */
.icon-help-circled:before {
	content: '\e800';
}
/* '' */
.icon-angle-circled-left:before {
	content: '\e80d';
}
/* '' */
.icon-angle-circled-right:before {
	content: '\e80e';
}
/* '' */
.icon-angle-circled-up:before {
	content: '\e80f';
}
/* '' */
.icon-angle-circled-down:before {
	content: '\e810';
}
/* '' */
.icon-facebook-squared:before {
	content: '\e803';
}
/* '' */
.icon-gplus-squared:before {
	content: '\e804';
}
/* '' */
.icon-instagramm:before {
	content: '\e805';
}
/* '' */
.icon-tumblr-squared:before {
	content: '\e802';
}
/* '' */
.icon-clock:before {
	content: '\e811';
}
/* '' */
.baskerville400 {
	font-family: 'Libre Baskerville', serif !important;
	font-style: normal;
	font-weight: 400;
}
.baskerville700 {
	font-family: 'Libre Baskerville', serif !important;
	font-style: normal;
	font-weight: 700;
}
.exIcon {
	width: 14px;
	height: auto;
	padding-bottom: 2px;
}
/* Typography
================================================== */
.title {
	color: #005936;
}
.address h1 {
	font-size: 1.4em;
	font-weight: bold;
}
h3.catch {
	background: none repeat scroll 0 0 #000000;
	color: #16A085;
	font-size: 1.5em;
	margin: .5em 0 0;
	padding: 0.5em 0;
}
h4 {
	font-size: 12px;
	font-weight: normal;
}
h4.title {
	margin: 20px 0 1em;
	padding: 0.5em;
	border-top: 1px solid #E8E0D3;
	border-bottom: 1px solid #E8E0D3;
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
	color: #855E19;
}
h4.title small {
	color: #191206;
}
h5.catch {
	border-top: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0.5em;
}
p.catch {
	font-size: 16px;
}
.justify {
	text-align: justify;
	text-justify: inter-ideograph;
}
dl.horizontal dt {
	float: left;
	width: 5em;
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.7;
}
dl.horizontal dd {
	margin: 0 0 1em 5em;
	padding: 0;
	line-height: 1.7;
}
.big {
	font-size: 17px;
}
/* Link Style 
================================================== */
a,
a:link,
a:visited,
a:focus {
	color: #005936;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #22ac38;
}
p a, p a:visited {
	line-height: inherit;
}
a,
input {
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
/* Nav
=============================================== */
#spy {
	height: 50px;
	margin-top: 20px;
}
.navbar {
	height: 90px;
	background: #fefef6;
	border: none;
}
.navbar-brand {
	height: auto;
	padding: 15px 0 0 15px;
}
.navbar-nav {
	float: right;
}
.navbar-nav > li {}
.navbar-nav > li > a {
	border-radius: 3px;
	margin-left: 3px;
}
.navbar-default .navbar-nav > li > a {}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #855E19;
	color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:hover {
	background-color: #E8E0D3;
	color: #855E19;
}
.navbar-default .navbar-nav > li > a:focus {}
.dropdown-menu {
	background-color: #FEFEF6;
	border-radius: 0px;
	margin: 2px 0 0 !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #855E19;
	color: #FFFFFF;
	outline: 0 none;
	text-decoration: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #E8E0D3;
	color: #855E19;
	text-decoration: none;
}
/* Slider
=============================================== */
#slide {
	background: url("../images/noise.png") repeat #E8E0D3;
}
.imagephotos {
	height: 500px;
	text-indent: -9999px;
	background: #FFFFFF;
}
/* Catch
=============================================== */
#catch {
	margin: 15px 0;
	padding: 30px 0;
	background: url("../images/banner-bg.gif");
}
/* Contents
=============================================== */
#contents {
	padding: 30px 0;
	background: url("../images/square-bg.gif");
}
/* Gallery
=============================================== */
.gallery {
	margin-top: 20px;
	margin-bottom: 20px;
}
.gallery li {
	width: 180px;
	cursor: pointer;
}
/* Map
================================================ */
.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
/* Menu
================================================ */
.pad {
	padding-right: 30px;
}
.table {
	margin-bottom: 30px;
}
.item {
	padding: .5em;
	font-weight: bold;
	font-size: 15px;
	color: #855E19;
	background: url("../images/banner-bg.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 3px;
}
.item small {
	font-size: 12px;
	color: #000000;
}
.table > tbody > tr > th,
.table > tbody > tr > td {
	border: none;
	padding: 9px;
}
th.menu {
	width: 400px;
}
/* Calender
================================================ */
.calander iframe body {
	background: transparent !important;
}
.calender {
	margin-top: 2em;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.calender iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
/* FAQ
================================================ */
.faq {
	margin-bottom: 2em;
}
.qspace {}
.qspace i {
	float: left;
	font-size: 27px;
	color: #855E19;
}
.qspace p {
	padding-left: 40px;
	font-weight: bold;
}
.aspace .gallery li {
	width: 176px;
}
.aspace p {
	text-align: justify;
	text-justify: auto;
}
.aspace dt,
.aspace dd {
	line-height: 1.7;
}
/* Contact
================================================ */
.name,
.email,
.emailconf,
.comment {
	margin-bottom: 2em;
}
.form-control {
	width: 80%;
}
textarea.form-control {
	height: 180px;
}
#switch {
	margin-top: 2em;
}
form.inline {
	display: inline;
	margin-right: 20px;
}
/* Footer
================================================ */
#footer {
	margin: 15px 0 0 0;
	padding: 15px 0;
	background: #E8E0D3;
}
#footer hr {
	margin: 10px 0 15px;
}
.contact {
	font-size: 14px;
	line-height: 2em;
}
.sns {
	border-top: 1px solid #ccc;
}
.sns i {
	font-size: 2em;
}
#feed {}
.rssBody ul {
	list-style: none;
	padding-left: 0;
}
.rssBody ul li h4 {
	margin: 0 1em .5em 0;
	padding-left: .5em;
	font-size: 14px;
	border-left: 6px solid #AC6B25;
}
.rssBody ul li h4 a {
	display: block;
	padding: .5em;
	background: #e8e5d3;
}
.rssBody ul li h4 a:hover {
	background: #e8e5d3;
}
.rssBody ul li div {
	font-size: 11px;
}
.addnavi {
	line-height: 2.5;
}
/* Sub Footer
================================================ */
#subfooter {
	background: #6FC9D8;
}
/* #Media Queries
================================================== */
/* Smaller than standard 1200 (devices and browsers) */
@media only screen and (max-width: 1200px) {}
/* Smaller than standard 1200 (devices and browsers) */
@media only screen and (max-width: 1199px) {
	.gallery li {
		width: 150px;
	}
	.address h1 {
		font-size: 1.2em;
	}
	.pad {
		padding-right: 15px;
	}
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.table-responsive {
		margin-bottom: 50px;
	}
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.gallery li,
	.aspace .gallery li {
		width: 178px;
	}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#slide {
		display: none;
	}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 639px) {
	.navbar {
		height: 75px;
	}
	.navbar-brand {
		width: 180px;
	}
	#spy {
		margin-top: 0;
	}
	#catch {
		margin: 0;
	}
	h3 small {
		display: none;
	}
	.gallery li,
	.aspace .gallery li {
		margin-bottom: 0px;
		width: 145px;
	}
	.thumbnail {
		margin-bottom: 0;
	}
	#footer .row > div {
		margin-bottom: 2em;
	}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}
/* Mobile Portrait Size to Mobile Portrait Size (devices and browsers) */
@media only screen and (max-height: 480px) {}
/* navber Break Point adjust */
@media (max-width: 1199px) {
	#spy {
		margin-top: 10px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		background: #FEFEF6;
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
		border-bottom: 1px solid #E7E7E7;
	}
	.navbar-nav > li {
		float: none;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
}