@charset "UTF-8";
/*
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: "Zen Old Mincho", serif;

*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 1.8em;
	color: #333333;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: 400;
	position: relative;
}
p {
	line-height: 1.7em;
	color: #333333;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: 400;
}
a {
	text-decoration: none;
	color: #333333;
	-webkit-transition: all 0.s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul li {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align: bottom;
	width: 100%;
}
a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
.f_w {
	font-weight: 700;
}
.f_m {
	font-weight: 500;
}
/**************/
.float_sb {
	display: flex;
	justify-content: space-between;
}
.float_sa {
	display: flex;
	justify-content: space-around;
}
.float_ce {
	display: flex;
	justify-content: center;
}
.float_ft {
	display: flex;
	justify-content: flex-start;
}
.float_en {
	display: flex;
	justify-content: flex-end;
}
.type_01, .type_02 {
	display: flex;
	justify-content: space-between;
}
.type_01 .l_box {
	max-width: 430px;
	width: 48%;
}
.type_01 .r_box {
	max-width: 430px;
	width: 48%;
}
.type_02 .l_box {
	max-width: 430px;
	width: 48%;
	order: 2;
}
.type_02 .r_box {
	max-width: 430px;
	width: 48%;
	order: 1;
}
.type_02 img, .type_01 img {
	width: 100%;
	max-width: 430px;
}
.type_03 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.type_03 .l_box {
	max-width: 640px;
	width: 59%;
}
.type_03 .r_box {
	max-width: 410px;
	width: 38%;
}
.type_03 .l_box img {
	max-width: 640px;
}
.type_04 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.type_04 .l_box {
	max-width: 390px;
	width: 48%;
}
.type_04 .r_box {
	max-width: 390px;
	width: 48%;
}
.type_04 img {
	max-width: 390px;
}
.type_05 {
	display: flex;
	justify-content: space-between;
}
.type_05 .l_box {
	max-width: 520px;
	width: 48%;
}
.type_05 .r_box {
	max-width: 520px;
	width: 48%;
}
.type_06 {
	display: flex;
	justify-content: space-between;
}
.type_06 .l_box {
	max-width: 350px;
	width: 35%;
}
.type_06 .r_box {
	max-width: 660px;
	width: 63%;
}
.type_06 .l_box img {
	max-width: 350px;
}
/**************/
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
/**************/
.f10 {
	font-size: 10px !important;
}
.f11 {
	font-size: 11px !important;
}
.f12 {
	font-size: 12px !important;
}
.f13 {
	font-size: 13px !important;
}
.f14 {
	font-size: 14px !important;
}
.f15 {
	font-size: 15px !important;
}
.f16 {
	font-size: 16px !important;
}
.f17 {
	font-size: 17px !important;
}
.f18 {
	font-size: 18px !important;
}
.f19 {
	font-size: 19px !important;
}
.f20 {
	font-size: 20px !important;
}
.f21 {
	font-size: 21px !important;
}
.f22 {
	font-size: 22px !important;
}
.f23 {
	font-size: 23px !important;
}
.f24 {
	font-size: 24px !important;
}
.f25 {
	font-size: 25px !important;
}
.f26 {
	font-size: 26px !important;
}
.f27 {
	font-size: 27px !important;
}
.f_c_01 {
	color: #fff;
}
/**************/
.txt_c {
	text-align: center !important;
}
.txt_r {
	text-align: right !important;
}
.txt_l {
	text-align: left !important;
}
/**************/
.frame {
	max-width: 1140px;
	padding: 0 20px;
	margin: auto;
}
.w900 {
	max-width: 900px;
	margin: auto;
}
.fw_b {
	font-weight: 700;
}
.bg_01 {
	background-image: url("../images/bg_02_a.jpg");
	background-size: 80px;
	background-repeat: repeat;
	padding: 40px;
}
.bg_02 {
	background-image: url("../images/bg_05.jpg");
	background-size: 400px;
	background-repeat: repeat;
}
.bg_03 {
	background-color: #fff;
	border: 1px solid #6A4A31;
	padding: 30px;
}
/**************/
.btn_01 {
	margin-top: 20px;
	text-align: center;
}
.btn_01 a {
	position: relative;
	background-color: #004A28;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	max-width: 270px;
	width: 100%;
	padding: 6px 10px;
}
.btn_01 a:after {
	position: absolute;
	content: "";
	width: 6px;
	height: 10px;
	background-image: url("../images/icon_02.png");
	background-size: 100%;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.txt_link a {
	color: #004A28;
	text-decoration: underline;
}
/**************/
.ttl_img_a {
	text-align: center;
	margin-bottom: 30px;
}
.ttl_img_a img {
	max-width: 516px;
}
.ttl_img_b {
	text-align: center;
	margin-bottom: 30px;
}
.ttl_img_b img {
	max-width: 270px;
}
.ttl_01 {
	background-image: url("../images/icon_01.png");
	background-position: left 8px;
	background-size: 20px;
	background-repeat: no-repeat;
	padding-left: 30px;
	font-family: "Zen Old Mincho", serif;
	color: #6A4A31;
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 25px;
	font-weight: 500;
}
.ttl_02 {
	color: #6A4A31;
	font-size: 26px;
	line-height: 1.3em;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 500;
	font-family: "Zen Old Mincho", serif;
}
.ttl_04 {
	color: #6A4A31;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 17px;
}
.ttl_04 span {
	font-size: 16px;
}
.no_img {
	text-align: center;
	margin-bottom: 10px;
}
.no_img img {
	max-width: 70px;
}
.iw700 {
	text-align: center;
}
.iw700 img {
	max-width: 700px;
}
.iw140 {
	text-align: center;
}
.iw140 img {
	max-width: 140px;
}
/*******************/
.table_01 {
	border-collapse: collapse;
	border: 2px solid #D5CCC6;
	font-size: 16px;
	width: 100%;
}
.table_01 th {
	padding: 10px 15px;
	color: #6A4A31;
	border-bottom: 1px solid #D5CCC6;
	font-weight: 500;
	border-right: 1px solid #D5CCC6;
	background-color: #F7F5ED;
}
.table_01 td {
	border-bottom: 1px solid #D5CCC6;
	padding: 10px 15px;
}
/*******************/
header .logo {
	text-align: center;
	background-color: #004A28;
	padding: 15px;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
}
header .logo img {
	max-width: 260px;
	width: 100%;
}
/**************/
.mv_area {
	height: 630px;
	background-image: url("../images/mv_img.jpg");
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.mv_area:after {
	content: "";
	background-image: url("../images/mv_line.png");
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-repeat: repeat-x;
	background-size: 120px;
}
.mv_area .mv_txt img {
	max-width: 630px;
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
/**************/
article {}
/**************/
.box01 {
	background-image: url("../images/bg_01.jpg");
	background-position: center;
	background-size: cover;
	padding: 100px 0 100px;
}
.box01 p {
	margin-bottom: 15px;
	text-align: center;
}
.box01 p:last-child {
	margin-bottom: 0;
}
.box02 {
	background-image: url("../images/bg_02.jpg");
	background-position: center;
	background-size: cover;
	padding: 100px 0;
}
.box02 p {
	margin-bottom: 15px;
}
.box02 .w900 {
	margin-top: 60px;
}
.box02 .bg_01 {
	margin-bottom: 50px;
}
.box03 {
	background-image: url("../images/bg_03_a.jpg");
	background-size: 400px;
	background-repeat: repeat;
	background-position: center;

}
.box03 .inner {
	background-image: url("../images/bg_03.png");
	background-size: 1400px;
	background-position: center 80px;
	background-repeat: repeat-y;
	padding: 100px 0;
}
.box04 {
	padding: 100px 0;
}
.box05 {
	padding: 100px 0;
}
.box05 .ttl_03 {
	background-color: #9E032D;
	width: 100%;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
	padding: 10px 15px;
	text-align: center;
	margin-bottom: 40px;
}
.box05 .ttl_03 img {
	max-width: 454px;
}
.box05 .iw140 {
	margin-bottom: 10px;
}
.box05 .bg_03 {
	margin-top: 40px;
}
.box05 .type_05 {
	margin-bottom: 30px;
}
.box05 .ritsumei {
	margin-bottom: 80px;
}
.box05 .honey .ttl_03 {
	background-color: #004A28;
	width: 100%;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
	padding: 10px 15px;
	text-align: center;
	margin-bottom: 40px;
}
.box05 .honey .ttl_03 img {
	max-width: 454px;
}
.box05 .honey .type_06 .btn_01 {
	text-align: left;
	margin-top: 20px
}
.box05 .honey .type_06 .btn_01 a{
	line-height: 1.6em;
}
/*******************/
.list_diary {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_diary::after, .list_diary::before {
	content: "";
	display: block;
	width: 23%;
	height: 0;
}
.list_diary::before {
	order: 1;
}
.list_diary li {
	max-width: 250px;
	width: 23%;
	margin-bottom: 30px;
}
.list_diary li img {
	max-width: 250px;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
	margin-bottom: 20px;
}
.list_diary li .day {
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 5px;
	color: #727272;
}
.list_diary li p {
	font-size: 14px;
	line-height: 1.6em;
}
/*******************/
/*******************/
/*******************/
/*******************/
/*******************/
footer {
	text-align: center;
	padding: 30px 0 40px;
	background-color: #004A28;
}
footer .foot_logo img {
	max-width: 80px;
	margin-bottom: 15px;
}
footer p {
	color: #fff;
	font-size: 14px;
}
footer .foot_sns_area {
	margin-top: 5px;
}
footer .foot_sns_area img {
	max-width: 60px;
	width: 100%;
}



.copy {
	font-size: 11px;
	text-align: center;
	padding: 5px 15px;
	color: #004A28;
	font-weight: 700;
}
#page_top {
	position: fixed;
	bottom: 40px;
	right: 5px;
	z-index: 9999;
}
#page_top img {
	max-width: 68px;
}
/*-------------------------------
media
--------------------------------*/
.sp_on {
	display: none;
}
@media (max-width: 1100px) {}
@media (min-width: 768px) {}
@media (max-width: 767px) {
	body {
		min-width: 100%;
	}
	.sp_on {
		display: block;
	}
	.pc_on {
		display: none;
	}
	.float_sb, .float_sa, .float_ce, .float_en, .float_ft, .type_01, .type_02, .type_03, .type_04, .type_05, .type_06 {
		display: block;
	}
	.btn_01 a {
		font-size: 15px;
		max-width: 250px;
	}
	.type_01 .l_box, .type_01 .r_box, .type_02 .l_box, .type_02 .r_box {
		max-width: 100%;
		width: 100%;
	}
	.type_02 img, .type_01 img {
		display: block;
		margin: 0 auto 20px;
	}
	.type_03 .l_box {
		width: 100%;
		max-width: 100%;
	}
	.type_03 .l_box img {
		margin: 0 auto 20px;
		display: block;
	}
	.type_03 .r_box {
		max-width: 100%;
		width: 100%;
	}
	.type_04 .l_box {
		width: 100%;
		max-width: 100%;
	}
	.type_04 .r_box {
		max-width: 100%;
		width: 100%;
	}
	.type_04 img {
		display: block;
		margin: 0 auto 20px;
	}
	.type_05 .l_box {
		margin-bottom: 30px;
	}
	.type_05 .l_box, .type_05 .r_box {
		width: 100%;
		max-width: 100%;
	}
	.type_06 .l_box {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.type_06 .r_box {
		width: 100%;
		max-width: 100%;
	}
	.type_06 .l_box img{
		display: block;
		margin: auto;
	}
	.bg_01 {
		padding: 30px 20px;
	}
	.box05 .bg_03 {
		padding: 30px 20px;
	}
	
	.box05 .honey .type_06 .btn_01{
		text-align: center;
	}
	
	
	.table_01 th, .table_01 td {
		display: block;
		width: 100%;
	}
	.ttl_01 {
		font-size: 20px;
		background-position: left 4px;
	}
	.ttl_02 {
		font-size: 22px;
	}
	.ttl_img_a img {
		max-width: 280px;
	}
	header .logo {
		padding: 10px;
	}
	header .logo img {
		max-width: 180px;
	}
	.mv_area {
		height: auto;
	}
	.mv_area .mv_txt img {
		width: 100%;
		max-width: 100%;
	}
	.box01 {
		padding: 70px 0 80px;
		background-image: url("../images/sp_bg_01.jpg");
		background-position: top center;
		background-size: 767px;
	}
	.box02 {
		padding: 90px 0;
	}
	.box03, .box04 {
		padding: 80px 0;
	}
	.box03 .inner {
		background-image: url("../images/sp_bg_03.png");
		background-size: 767px;
	}
	.list_diary li{
		max-width: 100%;
		width: 48%;
	}
	.list_diary li img{
		max-width: 100%;
	}
	footer .foot_inner p {
		font-size: 14px;
	}
}
@media (max-width: 400px) {
	.list_diary li{
		max-width: 100%;
		width: 100%;
	}
	.list_diary li img{
		max-width: 100%;
	}
}