@charset "UTF-8";
html {
	font-size: 10px;
}
body {
	background: url(../images/bg_note.jpg) repeat #fff;
	line-height: 1.8;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
body img {
	max-width: 100%;
	height: auto;
}
.wrapper .contents a {
	text-decoration: none;
	color: #000;
}
.wrapper {
	border-radius: 20px;
	background: url(../images/bg_note.jpg) repeat #fff;
}
.wrapper .inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.wrapper .contents {
	font-size: 1.6rem;
}
.wrapper .contents h2 {
	font-size: 3.6rem;
}
.wrapper .contents h3 {
	font-size: 3rem;
}
.wrapper .contents h2, .wrapper .contents h3, .wrapper .contents h4 {
	font-weight: bold;
}
.wrapper .contents > div {
	background: url(../images/bg_line.jpg) repeat-x;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

@media screen and (max-width: 1100px) {
.wrapper .inner {
	width: 90%;
}
}

@media screen and (max-width: 480px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
.wrapper .contents h2 {
	font-size: 3rem;
	line-height: 1.5;
}
.wrapper .contents h3 {
	font-size: 2.4rem;
	line-height: 1.5;
}
}

@media screen and (max-width: 420px) {
.wrapper .inner {
	width: 94%;
}
}
/* ------------------------------------------
 inview
------------------------------------------ */

    /*----- フェードイン -----*/
.inviewfadeIn {
	opacity: 0;
	transition: .8s;
}
.fadeIn {
	opacity: 1.0;
}
/*----- 上へスライド -----*/
.inviewUp {
	transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
	transition: .8s;
}
.Up {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/*----- ズームイン -----*/
.inviewzoomIn {
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transition: .8s;
}
.zoomIn {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
/*----- フェードインしながら上へスライド -----*/
/*.inviewfadeInUp {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: .8s;
}*/
.fadeInUp {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/* ------------------------------------------
 header
------------------------------------------ */

header div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header {
	padding: 40px 0 10px;
}
.logo a {
	padding-right: 20px;
}
.credit {
	font-size: 1.1rem;
}

@media screen and (max-width: 834px) {
}

@media screen and (max-width: 640px) {
.logo a, .logo span {
	margin-right: 10px;
}
.credit {
	text-align: right;
}
}

@media screen and (max-width: 480px) {
header {
	padding: 30px 0 10px 0;
}
header .logo {
	width: 60px;
}
.credit {
	font-size: 0.9rem;
	width: 70%;
}
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
header div div {
	width: 130px;
}
}
/* ------------------------------------------
 green
------------------------------------------ */

.green {
	background: url(../images/bg_green.jpg) repeat #2a7d39;
	margin-top: 20px;
	position: relative;
}
.green::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 75px;
	background: url(../images/bg_green_top.png) repeat-x left top;
	margin-top: -40px;
}
.green::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 110px;
	background: url(../images/bg_green_bottom.png) repeat-x center top;
	margin-bottom: -70px;
}
.green .inner {
	background-color: #fff;
	padding: 40px;
	border-radius: 20px;
	box-sizing: border-box;
	margin-top: -20px;
	position: relative;
	z-index: 1000;
}
.green .emi {
	position: absolute;
	top: -70px;
	left: 50%;
	margin-left: -40px;
	z-index: 100;
	width: 80px;
}
.green img {
	border-radius: 20px;
}
.green .lead, .green .part {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.green .lead {
	margin-bottom: 30px;
}
.green .lead > p {
	text-align: left;
	width: 60%;
}
.green .title {
	width: 58.6956521%;
}
.green .title h2 {
	font-size: 2.7rem;
	line-height: 1.5;
	color: #2a7d39;
	margin-bottom: 20px;
}
.green .kobi {
	width: 35.8695652%;
}
.green .kobi figcaption {
	font-size: 1.2rem;
}
.green .part section {
	width: 47.8260869%;
	padding: 0 30px 30px;
	border-radius: 20px;
	background-color: #fff7e5;
	box-sizing: border-box;
}
.green .part a:visited {
	color: #000;
}
.green .part h2, .green .part h3 {
	text-align: center;
	margin-bottom: 30px;
}
.green .part h2 {
	font-size: 2rem;
	color: #fff;
	border-radius: 0 0 20px 20px;
	background: url(../images/bg_green.jpg) repeat #2a7d39;
	max-width: 36.8421052%;
	margin: 0 auto 30px;
}
.green .part h2 span {
	font-size: 2.4rem;
}
.green .part h3 {
	line-height: 1.2;
	color: #2a7d39;
}
.green .part h3 span {
	font-size: 2rem;
	color: #000;
}
.green .part figure {
	width: 78.9473684%;
	margin: 0 auto 20px;
	border-radius: 20px;
	line-height: 0;
}
.green .part figure img {
	border-radius: 20px;
}
.green .part figure img:hover {
	opacity: 0.4;
	-webkit-transition: 1.5s;
	transition: 1.5s;
}
.green .part figure + p {
	font-size: 1.4rem;
}
.green .part figure + p span {
	color: #cc2929;
}
.top .green .part figure {
	position: relative;
	overflow: hidden;
}
.top .green .part figure .caption {
	font-size: 1.8rem;
	color: #fff;
	padding-top: 35%;
	padding-left: 0px;
}
.top .green .part figure .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.top .green .part figure:hover .mask {
	opacity: 1;	/* マスクを表示する */
	padding-left: 27.5%;	/* 右にずらす */
	cursor: pointer;
}

@media screen and (max-width: 834px) {
.green .inner {
	padding: 40px 30px 30px;
}
.green .emi {
	position: absolute;
	top: -70px;
	left: 50%;
	margin-left: 25px;
	z-index: 100;
	width: 80px;
}
.green .part h2 {
	max-width: 50%;
}
.green .part figure {
	width: 100%;
}
.green .title {
	width: 100%;
}
.green .title p {
	margin-bottom: 30px;
}
.green .kobi {
	width: 80%;
	margin: 0 auto;
}
.green .kobi figure {
	width: 100%;
	margin: 0 auto;
}
}

@media screen and (min-width:641px) and ( max-width:834px) {
.green .part h3 {
	font-size: 2.4rem;
}
.green .part h3 span {
	font-size: 1.6rem;
}
.green .lead > p {
	width: 65%;
}
}

@media screen and (max-width: 640px) {
.green .lead > p {
	width: 100%;
	margin-bottom: 30px;
}
.green .kobi {
	width: 100%;
	justify-content: space-around;
}
.green .part section {
	width: 100%;
}
.green .part section:first-child {
	margin-bottom: 30px;
}
.green .title h2 {
	font-size: 2.4rem;
}
}

@media screen and (max-width: 480px) {
.green .part section {
	padding: 0 20px 20px;
}
.green section p {
	font-size: 1.4rem;
}
.green .emi {
	display: none;
}
.green::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 70px;
	background: url(../images/bg_green_top.png) repeat-x -40% top;
	margin-top: -40px;
	background-size: cover;
}
.green::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 110px;
	background: url(../images/bg_green_bottom.png) repeat-x 20% top;
	margin-bottom: -90px;
}
.green .title h2 {
	font-size: 2.0rem;
}
.green .title p {
	font-size: 1.4rem;
}
}

@media screen and (max-width: 420px) {
.green .inner {
	padding: 30px 20px 20px;
}
.green .lead > p {
	margin-top: 10px;
}
.green .part h2 {
	max-width: 50%;
}
.green .part h3 {
	line-height: 1.5;
}
.green .part h3 span {
	font-size: 1.6rem;
}
}


@media screen and (max-width: 320px) {
.honmono {
	letter-spacing: -0.05em;
	}
}
/* ------------------------------------------
 report
------------------------------------------ */

.report .green .inner {
	padding: 30px;
}
.report .green .inner > section {
	padding: 0 30px 30px;
	border-radius: 20px;
	background-color: #fff7e5;
}
.report .green .part {
	width: 80%;
	margin: 0 auto 10px;
}
.report .green .part li {
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}
.report .green .part li {
	font-size: 2rem;
	color: #fff;
	border-radius: 0 0 20px 20px;
	background: url(../images/bg_green.jpg) repeat #2a7d39;
	width: 30%;
	margin: 0 auto 30px;
}
.report .green .part li a {
	color: #fff;
	display: block;
}
.report .green .part a[href*="part_01.html"], .report .green .part a[href*="part_02.html"] {
	color: rgba(255,255,255,0.5);
}
.report .green .part a[href*="part_01.html"]:hover, .report .green .part a[href*="part_02.html"]:hover {
	color: rgba(255,255,255,1);
}
.report .green .part li span {
	font-size: 2.4rem;
}
.report .green h2 {
	font-size: 3.6rem;
	color: #2a7d39;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 30px;
	background-image: url(../images/leaf.png);
	background-repeat: no-repeat;
	background-position: center;
}
.report .green h2 span {
	font-size: 20px;
	color: #000;
}
.report .green h3 {
	color: #2a7d39;
	font-size: 2.4rem;
	margin-bottom: 20px;
}
.report .green .flex_2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.report .green .flex_2.ill div {
	width: 45.4545454%;
}
.report .green .flex_2.ill figure {
	width: 51.1363636%;
}
.report .green .flex_2.ill2 figure {
	width: 67.0454545%;
}
.report .green .flex_2.ill2 figure img {
	border-radius: 0;
}
.report .green .flex_2.ill2 figure:last-child {
	width: 27.2727272%;
}
.report .green section p {
	margin-bottom: 20px;
}
.report .green section p.note {
	font-size: 1.2rem;
}
.report .green section section {
	margin-bottom: 50px;
}
.report .green section section:nth-of-type(2) {
	margin-bottom: 0;
}
.report .green .flex_2.photo div {
	width: 61.3636363%;
}
.report .green .flex_2.photo figure {
	width: 34.090909%;
}
.report .green .flex_2.photo figure.jacar-pc {
	display: block;
}
.report .green .flex_2.photo figure.jacar-sp {
	display: none;
}
.report .green figure.single {
	text-align: center;
}
.report .green .flex_2.comment {
	align-items: center;
	margin-bottom: 40px;
}
.report .green .flex_2.comment figure {
	width: 22.7272727%;
}
.report .green .flex_2.comment div {
	width: 73%;
	text-align: center;
	font-weight: bold;
	padding: 20px 15px;
	background-color: #ffe14c;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
	display: inline-block;
}
.report .green .flex_2.comment div::before {
	content: "";
	position: absolute;
	top: 55%;
	left: -30px;
	margin-top: -15px;
	border: 10px solid transparent;
	border-right: 20px solid #ffe14c;
}
.report .green .asasho {
	background-color: #fff;
	border: solid 3px #2a7d39;
	border-radius: 20px;
	padding: 30px 30px 25px;
	position: relative;
	margin-bottom: 40px;
}
.report .green .asasho > p {
	color: #fff;
	background-color: #2a7d39;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	top: -22px;
	left: 50%;
	margin-left: -180px;
	padding: 5px;
	min-width: 360px;
}
.report .green .asasho h3 {
	text-align: center;
	margin-top: 10px;
	font-size: 3.0rem;
}
.report .green .asasho .flex_2.photo p {
	width: 58.9680589%;
	font-size: 1.4rem;
}
.report .green .asasho .flex_2.photo figure {
	width: 36.8550368%;
}
.report .green .pagination {
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	color: #2a7d39;
	background-color: #f2ebda;
	border-radius: 10px;
	padding: 5px;
	width: 50%;
	margin: 0 auto 10px;
}
.report .green .pagination a {
	color: #2a7d39;
}
.report .green .pagination a span {
	font-size: 1.6rem;
}

@media screen and (max-width: 834px) {
.report .green h2 {
	font-size: 3.0rem;
}
.report .green .flex_2.ill div, .report .green .flex_2.ill figure, .report .green .asasho .flex_2.photo p, .report .green .asasho .flex_2.photo figure, .report .green .flex_2.photo div {
	width: 100%;
}
.report .green .flex_2.photo figure {
	width: 80%;
	margin: 0 auto 30px;
}
.report .green .flex_2.photo figure.jacar-pc {
	display: none;
}
.report .green .flex_2.photo figure.jacar-sp {
	display: block;
}
.report .green .asasho .flex_2.photo figure {
	width: 80%;
	margin-bottom: 0;
}
.report .green .flex_2.ill figure {
	margin-bottom: 20px;
}
.report .green .pagination {
	width: 80%;
}
.report .green .asasho {
	margin-top: 60px;
}
.report .green .flex_2.comment div {
	font-size: 1.4rem;
	text-align: left;
}
.report .green .asasho h3 {
	font-size: 2.4rem;
}
}

@media screen and (max-width: 640px) {
.report .green .part {
	width: 100%;
}
.report .green h3 {
	font-size: 20px;
}
.report .green .flex_2.comment figure {
	width: 30%;
}
.report .green .flex_2.comment div {
	font-size: 1.4rem;
	text-align: left;
	width: 60%;
}
.report .green .asasho > p {
	color: #fff;
	background-color: #2a7d39;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	position: static;
	top: 0;
	left: 0;
	margin-left: 0;
	padding: 5px;
	min-width: 0;
	margin-top: -52px;
}
.report .green h2 {
	background-size: 95%;
}
.report .green .flex_2.ill2 figure {
	width: 100%;
	margin: 0 auto 30px;
}
.report .green .flex_2.ill2 figure:last-child {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
}

@media screen and (max-width: 480px) {
.report .green .inner {
	padding: 3%;
}
.report .green .part li {
	width: 42%;
}
.report .green .inner > section {
	padding: 0 20px 20px;
}
.report .green h2 span {
	font-size: 1.8rem;
}
.report .green h3 {
	font-size: 1.8rem;
}
.report .green .asasho > p {
	font-size: 16px;
}
.report .green .asasho h3 {
	font-size: 2.4rem;
}
.report .green h2 {
	background: none;
	font-size: 2.4rem;
}
.report .green .part li span {
	font-size: 2.0rem;
}
.report .green .flex_2.photo figure, .report .green .asasho .flex_2.photo figure {
	width: 100%;
}

}

@media screen and (max-width: 420px) {
.report .green .part li {
	font-size: 1.6rem;
}
.report .green .flex_2.comment {
	display: block;
}
.report .green .flex_2.comment figure {
	width: 50%;
	margin: 0 auto 20px;
}
.report .green .flex_2.comment div {
	width: 100%;
	padding: 15px;
	font-size: 1.2rem;
}
.report .green .flex_2.comment div::before {
	content: "";
	position: absolute;
	top: 0%;
	left: 50%;
	margin-top: -30px;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom: 20px solid #ffe14c;
}
.report .green .pagination {
	width: 100%;
	font-size: 1.6rem;
	box-sizing: border-box;
}
.report .green .pagination a span {
	font-size: 1.2rem;
}
.report .green .asasho {
	padding: 30px 20px 20px;
}
.report .green .asasho > p {
	padding: 10px;
}

}

@media screen and (max-width: 375px) {
.report .green .asasho > p {
	font-size: 1.4rem;
}
.report .green .asasho h3 {
	font-size: 2.0rem;
}
}
/* ------------------------------------------
 hayashi
------------------------------------------ */

.inner.hayashi {
	padding: 40px;
	margin: 110px auto 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	border-top: 4px dotted #2a7d39;
	border-bottom: 4px dotted #2a7d39;
}
.inner.hayashi section {
	width: 61.9565217%;
}
.inner.hayashi figure {
	width: 32.6086956%;
}
.inner.hayashi figure img {
	border-radius: 20px;
}
.inner.hayashi h2 {
	font-size: 3rem;
	color: #2a7d39;
	line-height: 1.4;
	margin-bottom: 30px;
}
.inner.hayashi h2 span:first-child {
	font-size: 2.4rem;
}
.inner.hayashi h2 span:last-child {
	font-size: 2rem;
	color: #000;
}

@media screen and (max-width: 834px) {
.inner.hayashi h2 {
	font-size: 2.4rem;
}
.inner.hayashi h2 span:first-child {
	font-size: 2.0rem;
}
.inner.hayashi h2 span:last-child {
	font-size: 1.8rem;
	color: #000;
}
.inner.hayashi section {
	width: 100%;
	margin-bottom: 30px;
}
.inner.hayashi figure {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
}

@media screen and (max-width: 480px) {
.inner.hayashi {
	padding: 40px 0;
	margin: 120px auto 30px;
}
.inner.hayashi figure {
	width: 100%;
}
.inner.hayashi p {
	font-size: 1.4rem;
}
.inner.hayashi h2 {
	font-size: 2.4rem;
	line-height: 1.4;
}
.inner.hayashi h2 span:first-child {
	font-size: 1.8rem;
}
.inner.hayashi h2 span:last-child {
	font-size: 1.6rem;
}
}

@media screen and (max-width: 420px) {
.inner.hayashi {
	padding: 40px 20px;
}
}
/* ------------------------------------------
 ja
------------------------------------------ */

.ja {
	width: 600px;
	margin: 0 auto 70px;
}
.report .ja {
	margin: 80px auto 70px;
}

@media screen and (max-width: 834px) {
.ja {
	width: 500px;
}
}

@media screen and (max-width: 640px) {
.ja {
	width: 86%;
}
}

@media screen and (max-width: 480px) {
.ja {
	margin: 0 auto 40px;
}
.report .ja {
	margin: 80px auto 40px;
}
}
/* ------------------------------------------
 footer
------------------------------------------ */

footer {
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
	background: url(../images/bg_soil.jpg) repeat #6e4f30;
	padding-bottom: 40px;
}
footer::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 60px;
	background: url(../images/illustration.png) repeat-x left top;
	margin-top: -30px;
	background-size: 70%;
}

@media screen and (max-width: 1024px) {
footer::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 60px;
	background: url(../images/illustration.png) repeat-x left top;
	margin-top: -30px;
	background-size: 99%;
}
}

@media screen and (max-width: 640px) {
footer::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 40px;
	background: url(../images/illustration.png) repeat-x left top;
	margin-top: -30px;
	background-size: 99%;
}
}

@media screen and (max-width: 480px) {
footer {
	font-size: 1.2rem;
	padding-bottom: 20px;
}
footer::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 30px;
	background: url(../images/illustration.png) repeat-x left top;
	margin-top: -30px;
	background-size: 99%;
}
}
/* ------------------------------------------
 パンフレット
------------------------------------------ */

.pamphlet.pc {
	position: fixed;
	top: 300px;
	right: 20px;
	z-index: 2000;
}

@media screen and (max-width: 1024px) {
.pamphlet.pc {
	width: 80px;
}
}

@media screen and (max-width: 480px) {
.pamphlet.sp {
	background: #ffd400;
	color: #7f6a00;
	text-align: center;
	padding: 8px 0;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 3000;
}
.pamphlet.sp p {
	border-top: 1px solid #7f6a00;
	border-bottom: 1px solid #7f6a00;
	padding: 5px 0;
	font-size: 1.4rem;
}
.pamphlet.sp span {
	background: url(../images/icon_pamphlet.jpg) no-repeat left center;
	background-size: 9%;
	padding-left: 30px;
}
.pamphlet.sp span:last-child {
	font-weight: bold;
	color: #cc2929;
	background: none;
	padding-left: 10px;
}
}

@media screen and (max-width: 375px) {
.pamphlet.sp p {
	font-size: 1.2rem;
}
}
/* ------------------------------------------
 page top
------------------------------------------ */

#pt.hvr-float {
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 70px;
	height: 70px;
	z-index: 1000;
}
/* Float */
.hvr-float {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

@media screen and (max-width: 480px) {
#pt.hvr-float {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
}
}
