@charset "utf-8";

/*--------------------
	contents
--------------------*/
#village_box {
	width: 95%;
	height: auto;
	margin: 0 auto;
	border: #1e4778 2px solid;
	border-radius: 10px;
	overflow: hidden;
}
#village_box section {
	width: 100%;
	margin: auto;
	padding: 20px 0 10px;
	border-radius: 10px 10px 0px 0px;
	background: #fff;
}

#village_box div {
	height: 1000px;
	background: url(/img/land/sp_background_village.jpg) no-repeat center;
}

#village_box h2 {
	color: #548235;
}

.corner {
	text-align: center;
}
.corner a {
	display: inline-block;
}

.rocci {
	width: 55%;
	margin-top: 20px;
    padding: 96px 50px;
	background: url(/img/land/corner2.png) no-repeat center;
	background-size: 100%;
}

.ko {
	width: 55%;
    padding: 96px 50px;
	background: url(/img/land/corner5_2.png) no-repeat center;
	background-size: 100%;
}

.beekun {
	width: 55%;
    padding: 96px 50px;
	background: url(/img/land/corner4.png) no-repeat center;
	background-size: 100%;
}

.herb {
	width: 55%;
    padding: 96px 50px;
	background: url(/img/land/corner7.png) no-repeat center;
	background-size: 100%;
}

.box_height section {
	padding: 20px 0;
}

.box_height section {
	color: #fff;
	background: #548235;
}

.box_height section:nth-child(1) {
	color: #000;
	background: #ffff;
}

.box_height div {
	text-align: center;
}

.box_height div p {
	text-align: justify;
}
.box_height div::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.box_height img {
	transition: 0.7s;
	border: #fff 2px solid;
}

.box_height img:hover {
	cursor: pointer;
	border: yellow 2px solid;
	border-radius: 15px;
}

.box_height p {
	margin-top: 10px;
}

.flextype div {
	margin: 0 auto;
}
.flextype div img {
	width: 80%;
	margin: 0 auto;
}

.corner_top h2 {
	margin: 20px 0 40px;
}
.corner_top p {
	margin: auto;
}
.corner_top ul {
	width: 100%;
	margin: 10px auto;
	border: 1px solid #548235;
}
.corner_top ul li {
	list-style: none;
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #fff;
	background: #c1eca3;
}
.corner_top > ul > li:first-child {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: #548235;
}
.corner_top ul li:last-child {
	border-bottom: 0;
}
.corner_top ul li a {
	display: block;
	padding-left: 10px;
	height: 100%;
	text-decoration: none;
	color: #000;
}

/*--------------------
	beekun contents
--------------------*/
.bee_bag div {
	width: 80%;
	margin: 20px auto;
}
.bee_bag p{
	text-align: left;
}
.bee_bag .be_data {
	text-align: center;
}
.bee_bag2 div{
	width: 80%;
	margin: auto;
}
.bee_bag div::after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*--------------------
	ko contents
--------------------*/
.koheight {
	height: 550px;
	overflow: auto;
	-ms-overflow-style: none;
}
.koheight::-webkit-scrollbar {
	display: none;
}
.koheight section {
	height: auto;
}
.koheight section:first-of-type {
	height: 600px;
}
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
}
.fadein.sc {
	opacity : 1;
	transform : translate(0, 0);
}
#coment_box .font_t {
	background: url(/img/ko/ko_1.jpg) no-repeat center #000;
	height: 600px;
}
#coment_box .ko_flo img:hover{
	border: #fff 2px solid;
	border-radius: 0;
	cursor: auto;
}
.font_t p{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	left: 65px;
    bottom: 55px;
}
.oitati h2,
.oitati p {
	margin: 20px auto;
	color: #000;
}
.ko_flo div {
	padding: 20px;
	color: #000;
	border: 1px #000 solid;
}
.ko_flo p {
	margin: 20px 0;
}
#coment_box .hanamizuki div{
	color: #C0504D;
}
#coment_box .hanamizuki p {
	text-align: center;
}
.koibito div {
	padding: 20px;
	color: #000;
}

/*--------------------
	herb contents
--------------------*/
#herbsection section{
	color: #000;
	background: #c1eca3;
}
#herbsection section:first-child{
	background: #fff;
}
#coment_box .herb_q ul li:nth-child(odd) {
	padding-top: 20px;
	color: blue;
}
#coment_box .herb_q ul li:last-child {
	padding-bottom: 20px;
}
#coment_box .herb_q ul li{
	margin: 0;
	list-style: none;
}
#coment_box .herb_q b span{
	font-style: italic;
}
#coment_box .herb_q p {
	width: 95%;
	margin: 20px auto;
}
#coment_box .resipi div,
#coment_box .herb_q div{
	margin: 20px 5px;
	text-align: left;
	background: #fff;
	border: 1px solid #000;
}
#coment_box .herb_q ul {
	padding-right: 10px;
}
#coment_box .resipi ul,
#coment_box .resipi ol {
	padding: 25px 10px;
}
#coment_box .resipi img{
	width: 370px;
	height: auto;
	margin-bottom: -8px;
	border: none;
}
#coment_box .resipili {
	margin: 0;
	list-style: none;
}
#coment_box .resipi img:hover{
	border: none;
	border-radius: 0;
	cursor: default;
}