@charset "UTF-8";
/* Body */
body {
	background-color: #f2f2f2;
	background-image: url(../img/bg.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font: normal 16px 'Barlow Condensed', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.1em;
	color: #707070;
}
img {
	max-width: 100%;
	border: none;
	height: auto;
}
button, input, textarea { font-family: 'Barlow Condensed', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	transition: .2s;
}
::selection {
	background: #8EC40E; /*背景色*/
	color: #ffffff; /*文字色*/
}
::-moz-selection {
 background: #8EC40E; /*背景色*/
 color: #ffffff; /*文字色*/
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;/*height: 1000px;*/
}
/* Navigation */
header {
	height: 100px;
	position: relative;
}
.logo {
	width: 10%;
	float: left;
	margin-left: 25px;
}
nav {
	float: right;
	width: 70%;
	margin-right: 25px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
header nav ul {
	list-style: none;
	float: right;
	margin: 0px;
	padding: 0px;
}
nav ul li {
	float: left;
	margin-right: 10px;
}
nav ul li a {
	color: #FFFFFF;
	font: 700 16px Amatic SC;
	letter-spacing: 2px;
	text-decoration: none;
	background-color: #A9BF57;;
	padding: 5px 15px;
	display: block;
	margin-bottom: 10px;
	transition: all 0.3s linear;
}
nav ul li a:hover {
	opacity: 0.7;
	color: #FFFFFF;
}
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 1.6em;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
/* Stats Gallery */
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
	text-align: left;
	line-height: 1.4em;
	padding-left: 20px;
	padding-right: 20px;
}
/* Parallax Section */
.banner {
	background-color: #D0D89D;
	background-image: url(../img/plantation.jpg);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.parallax_description {
	color: #FFFFFF;
	text-align: center;
	line-height: 2em;
	margin: 0px;
	padding-top: 180px;
	font: 800 1.0em Catamaran;
}
footer {
	padding: 40px 0px;
	clear: both;
}
.column2-1 {
	width: 50%;
	text-align: center;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.column3-1 {
	width: 33.3%;
	text-align: center;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.column4-2 {
	width: 25%;
	text-align: center;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 500px;
}
.circle {
	width: 100%;
	height: auto;
	max-width: 200px;
	margin: auto;
	border-radius: 100px;
}
.column2-1 p {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.column3-1 p {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.column4-2 p {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
	color: #FFFFFF;
	transition: all 0.3s linear;
	border: none;
	background-color: #A9BF57;;
	font-family: Amatic SC;
	font-weight: 700;
	font-size: 1.4em;
	text-decoration: none;
	display: inline-block;
}
.button:hover {
	cursor: pointer;
	opacity: 0.7;
}
.copyright {
	color: #666666;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-size: 0.9em;
}
.hidden { display: none; }
.logo img {
	max-width: 130px;
	position: absolute;
}
/* fadein */
.fade-up {
	transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	-webkit-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	transition: transform 0.7s;
	-moz-transition: transform 0.7s;
	-webkit-transition: transform 0.7s;
	-o-transition: transform 0.7s;
}
.box01 {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	overflow: hidden;
	background-repeat: no-repeat;
}
table.form {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}
table.form tr { border-bottom: 1px solid #DDD; }
table.form th {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	color: #E4793A;
	white-space: nowrap;
	font-weight: normal;
	font-size: 1.2em;
	width: 30%;
}
table.form td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 70%;
	font: 400 1em Roboto;
	color: #666666;
}
table.form input, table.form textarea {
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #CCC;
	font: 400 1em Roboto;
	color: #666666;
}
table.form textarea { width: 100%; }
.title01 {
	color: #A9BF57;
	text-align: center;
	font: 700 2.2em Amatic SC;
	margin-top: 20px;
	margin-bottom: 40px;
}
.title02 {
	color: #CD75A4;
	text-align: center;
	font: 700 1.8em Amatic SC;
}
.title03 {
	color: #52BAD5;
	text-align: center;
	font: 700 1.6em Amatic SC;
}
.title04 {
	color: #52BAD5;
	text-align: center;
	font: 700 1.6em Amatic SC;
}
.pagetop {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
}
.pagetop img { transition: all 0.3s linear; }
.pagetop img:hover { opacity: 0.7; }
.parallax_description .bg {
	padding: 5px 10px;
	background-color: #351B00;
	opacity: 0.6;
	line-height: 2em;
	display: inline-block;
}
ul.slick-box {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.slick-box img { margin: auto; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.text_column p { margin-top: 0px; }
.lead01 {
	color: #515353;
	font: 800 1.2em Catamaran;
	text-align: center;
}
.fr_white { background-color: #FFFFFF; }
p.mgn {
	padding-left: 20px;
	padding-right: 20px;
}
section {
	overflow-x: hidden;
	overflow-y: hidden;
}
.tbl_price {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	width: 60%;
	margin-bottom: 40px;
}
.tbl_price tr { border-bottom: 1px solid #CCC !important; }
.tbl_price th {
	text-align: left !important;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	font: 400 1.1em Roboto;
	color: #945E27;
}
.tbl_price td {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
}
.text_center { text-align: center !important; }
.bg_corot {
	background-image: url(../img/bg_corot.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_kominka {
	background-image: url(../img/bg_kominka.png);
	background-repeat: no-repeat;
	background-position: right top;
}
/* iOSでのデフォルトスタイルをリセットここから */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
 input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
 display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
 outline-offset: -2px;
}

/* iOSでのデフォルトスタイルをリセットここまで */

@media (max-width:1100px) {
.text_column { width: 100%; }
.thumbnail { width: 50%; }
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
.bg_corot,.bg_kominka { background-size: 50% auto; }
}

@media (max-width:800px) {
.logo {
	width: 100%;
	text-align: center;
	margin: 10px 0px;
}
.logo img { position: static; }
header nav ul {
	float: none;
	padding-left: 10%;
	padding-right: 10%;
}
nav {
	position: static;
	margin: 0px;
	width: 100%;
	background-color: #A9BF57;;
}
nav ul li {
	margin: 0px !important;
	width: 50%;
	text-align: center;
	display: inline-block;
	float: left;
}
nav ul li a {
	margin: 0px;
	padding: 15px 0px;
	width: 100%;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail { width: 100%; }
.column2-1 {
	width: 100%;
	margin-top: 0px;
}
.column3-1 {
	width: 100%;
	margin-top: 0px;
}
.column4-2 {
	width: 100%;
	margin-top: 0px;
}
.thumbnail { width: 50%; }
.parallax_description { padding-top: 150px; }
.banner {
	padding-left: 20px;
	padding-right: 20px;
	background-attachment: scroll;
	background-position: center top;
}
header {
	height: auto;
	margin-left: -5.5%;
	margin-right: -5.5%;
	overflow: hidden;
}
table.form { width: 90%; }
table.form tr { border: none; }
table.form th {
	display: block;
	padding: 0px;
	width: 100%;
}
table.form td {
	display: block;
	padding: 5px 0px 10px;
	width: 100%;
}
table.form .comment { display: block; }
table.form input, table.form textarea { width: 98%; }
body { font-size: 14px; }
.tbl_price th, .tbl_price td { display: block; }
.tbl_price th { padding-bottom: 0px; }
.tbl_price { width: 80%; }
}

@media print {
.slick-box {
	height: 460px;
	width: auto;
	margin-top: 40px !important;
	background-image: url(../img/top_img05.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: auto 100%;
}
.slick-slide img { display: none !important; }
}
