/*---------------------------------
	IMPORTS
-----------------------------------*/
/* @import url(http://fonts.googleapis.com/css?family=Arimo:400,700); */
/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
	color: #398700;
}
h3.underline {
	background: url(css/img/stripeline.png) repeat-x 100% 100%;
	padding-bottom: 7px;
	white-space: nowrap;
}
h3:before {
	content: "\f069";
	font-family: FontAwesome;
	font-size: 1.0em;
	color: #c3e37a;
	position: relative;
	margin-right: 4px;
}
h4 {
	font-size: 1.0em;
	color: #398700;
}
h4.underline {
	background: url(css/img/stripeline.png) repeat-x 100% 100%;
	padding-bottom: 6px;
	white-space: nowrap;
}
h4:before {
	content: "\f069";
	font-family: FontAwesome;
	font-size: 1.0em;
	color: #c3e37a;
	position: relative;
	margin-right: 4px;
}
h5 {
	font-size: 1.0em;
	color: #26201C;
	background: none !important;
}
h5.mark:before {
	content: "\f0c8";
	font-family: FontAwesome;
	font-size: 0.8em;
	color: #A49B94;
	position: relative;
	margin-right: 4px;
}
h5.mark2:before {
	content: "\f192";
	font-family: FontAwesome;
	font-size: 0.8em;
	color: #A49B94;
	position: relative;
	margin-right: 4px;
}
h6 {
	font-size: 0.9em;
}
.inner {
	padding: 0 0.5em;
}
.hangIndent {
	text-indent: -1.0em;
	margin-left: 1.0em;
}
p.indent-1 {
	padding-left: 1em;
	text-indent: -1em;
}
p.indent-2 {
	padding-left: 2em;
	text-indent: -2em;
}
p.indent-3 {
	padding-left: 3em;
	text-indent: -3em;
}
p.indent1 {
	text-indent: 1em;
}
p.indent2 {
	text-indent: 2em;
}
p.indent3 {
	text-indent: 3em;
}
p.small {
	font-size: 0.9em;
}
p.large {
	font-size: 1.2em;
}
dl.w4, dl.w7, dl.w12 {
	clear: both;
}
dl.w4 dt {
	float: left;
	width: 4em;
}
dl.w7 dt {
	float: left;
	width: 7em;
}
dl.w12 dt {
	float: left;
	width: 12em;
}
dl.w4 dd, dl.w7 dd, dl.w12 dd {
	float: left;
	margin: 0;
	padding: 0;
}
.red {
	color: #FF5410;
}
thead th, tbody th {}
button, a.btn, input[type="submit"], input[type="reset"], input[type="button"] {}
.menu {}
blockquote {}
/*---------------------------------
	LAYOUT
-----------------------------------*/
body {
	margin: 0;
	padding: 0 0 0 0;
	color: #615347;
	background: #FFF4D9 url(css/img/yellow_jean.png);
	/*font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}
#wrap {
	width: 100%;
	background: #fff;
	margin: 30px auto 30px auto;
	padding: 0 2%;
	border: 1px solid #ccc;
}
#footer {
	text-align: center;
	padding: 20px;
	margin: 40px 0px 0px 0px;
	color: #aaa;
	font-size: 0.7em;
	position: relative;
	top: 0;
	left: 0;
	background: #000;
}
#link-top {
	display: none;
}
/* NAV BAR*/
.navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	color: #fff;
	z-index: 1000;
}
.navbar #logo {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.5em 1em;
	font-size: 1.7em;
	color: #efefef;
	text-decoration: none;
}
.navbar span {
	color: #86dc00;
}
.navbar ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.navbar li {
	margin: 0;
	padding: 0;
	list-style-type: 0;
	display: inline-block;
}
.navbar li a {
	display: inline-block;
	color: #efefef;
	padding: 1em 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 100%;
	font-size: 1.2em;
}
.callout {
	background: #4598ef;
	padding: 3em 0;
	color: #fff;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
	text-align: center;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	display: block;
}
.callout + div.grid {
	margin-top: 50px;
}
a.callout {
	cursor: pointer;
}
.callout i.icon-4x {
	font-size: 6em;
}
.callout h4 {
	margin-bottom: 30px;
}
.callout-top {
	margin: 50px 0 0 0;
}
.callout p {
	margin-bottom: 0;
}
.callout .button {
	margin-top: 10px;
}
.callout.green {
	background: #19ad0b;
}
#mc_embed_signup {
	padding: 30px 0;
}
#ui-preview {
	border: 5px solid #ddd;
	margin: 30px 0;
	display: block;
}
/*
*/
#container {
	position: relative;
	background: url(css/img/green_fade_stripe.png) repeat-x;
	margin: -5px 0px;
}
#container img.top {
	width: 100%;
	height: 200px;
	position: absolute;
}
#topimg {
	position: relative;
}
#topimg .label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
p.gotop {
	position: fixed;
	bottom: 20px;
	right: 3%;
	font-size: 77%;
}
p.gotop a {
	background: #000;
	text-decoration: none;
	color: #fff;
	opacity: 0.6;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
p.gotop a:hover {
	text-decoration: none;
	background: #999;
}
/* Google Map */
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmapr object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* available */
#available {
	background: #fff;
	padding: 10px;
}
#available .available-notes {
	display: flex;
	justify-content: center;
}
#available .available-note {
	padding: 7px 10px;
}
@media (max-width: 768px) {
	#available > table > tbody > tr {
		display: flex;
		flex-wrap: wrap;
	}
	#available > table > tbody > tr > td {
		width: 100% !important;
		text-align: center;
	}
	#available .available-notes {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#available .available-note {
		width: 100px;
		text-align: left;
	}
}
/* info*/
.info {
	margin: 20px auto;
	clear: both;
	border: solid 2px #e63449;
	padding: 20px 40px;
	background: #fff;
}
@media (max-width: 768px) {
	.info {
		padding: 20px;
	}
}
/* toreserve*/
.toreserve {
	display: flex;
	justify-content: center;
}
.toreserve div {
	margin: 20px;
}
.toreserve div a {
	display: block;
	width: 100%;
}
@media (max-width: 768px) {
	.toreserve {
		flex-wrap: wrap;
	}
	.toreserve div {
		margin: 10px 0;
		width: 100%;
		text-align: center;
	}
}
/* slick*/
.thumbnail-thumb {
	margin-top: 5px;
}