@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------------------------------- */
/*	CSS Reset
/* -------------------------------------------------------------------------- */
html, body {
	border: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}
blockquote::before, blockquote::after {
	content: "";
}
/*	Document Setup
/* -------------------------------------------------------------------------- */
body {
	font-family: 'Noto Serif JP', serif;
}
*, *::before, *::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}
/* -------------------------------------------------------------------------- */
/*	Element Base
/* ---------------------------------------------*---------------------------- */
.wrap {
	overflow: hidden;
}
h1 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.1em;
}
h1 span {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.1em;
}
h2 {
	color: #222;
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1em;
	margin-bottom: 20px;
}
h2 span {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #006a4e;
	line-height: 1.5em;
}
h2.white {
	color: #fff;
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1em;
	margin-bottom: 20px;
}
h2.white span {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #006a4e;
	line-height: 1.5em;
}
h3 {
	font-size: 26px;
	font-weight: 600;
	margin: 10px 0;
}
/* -------------------------------------------------------------------------- */
/*	Site Header
/* -------------------------------------------------------------------------- */
header {
	background-color: #00674c;
}
.header-titles {
	width: 20%;
}
.header-titles img {
	max-width: 372px;
}
.header_inner {
	padding: 0px 24px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}
.header_menu {
	width: 80%;
	margin-left: auto;
}
.header_menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	list-style: none;
	margin: 0 0 0em 0;
}
.header_menu ul li {
	padding-left: 30px;
}
.header_menu ul li.instagram {
	padding-left: 10px;
	top: 0;
	right: 0;
}
.header_menu ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 17px;
}
.header_menu ul li a:hover {
	color: #f1e105;
	transition: 0.5s;
}
.instagram {
	background-color: #004a46;
	padding: 10px;
	margin-left: 46px;
	margin-right: 24px;
	display: inline-block;
}
.instagram:hover {
	background: #f1e105;
	transition: 0.5s;
}
.instagram img {
	max-width: 30px;
}
.instagram a {
	display: inline-block;
}
.instagram_sp {
	display: none;
}
.mv {
	background-color: #006a4e;
}
.mv img {
	width: 100%;
}
/* -------------------------------------------------------------------------- */
/*	Contents
/* -------------------------------------------------------------------------- */
.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: calc(100% - 4rem);
	overflow: hidden;
}
.inner_s {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
	width: calc(100% - 4rem);
	overflow: hidden;
}
.about_inner {
	background-color: #006a4e;
	padding: 65px 0;
	color: #fff;
}
.box2 {
	display: flex;
	justify-content: space-between;
}
.box2_item {
	width: 50%;
}
.about_inner p {
	padding-top: 10px;
	font-size: 20px;
	line-height: 1.9em;
}
.about_inner p br {
	display: block;
}
.center {
	text-align: center;
}
.jas_inner {
	background-image: url("../images/bg_03.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0 200px;
	position: relative;
}
.jas_box {
	display: flex;
	color: #fff;
}
.jas_item_logo {
	width: 22%;
	text-align: center;
}
.jas_item_logo img {
	max-width: 160px;
}
.jas_item_text {
	width: 78%;
	padding-left: 45px;
	font-size: 24px;
}
.jas_ttl {
	font-size: 35px;
	font-weight: 600;
	padding-bottom: 20px;
	margin-top: -10px;
}
.g_ttl{
	text-align: center;
}
.g_ttl_text{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	background-color: #006a4e;
	padding: 10px;
	font-size: 2vw;
	letter-spacing: 0.1em;
	font-weight: 600;
	top: -100px;
	position: relative;
	margin: auto;
	display: inline-block;
}
.about_itoshima {
	background-image: url("../images/bg_01.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.about_itoshima p {
	font-weight: 600;
	font-size: 20px;
	color: #222;
	padding-bottom: 80px;
}
.vegetable {
	background-color: #e9e8e2;
	padding:50px 0 80px;
	color: #222;
}
.vegetable.box2 {
	display: flex;
	justify-content: space-between;
}
.vegetable .box2_item {
	width: 49%;
	font-size: 17px;
}
.vegetable .box2_item img {
	width: 100%;
}
.vegetable_intro {
	background-image: url("../images/bg_02.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
	position: relative;
	color: #00674c;
}
.vegetable_intro:before {
	background-image: url("../images/logo_green.png");
	background-repeat: no-repeat;
	background-size: 98px 365px;
	width: 98px;
	height: 365px;
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 10px;
}
.intro_box {
	margin-left: 100px;
}
.intro_ttl {
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.vegetable_intro p {
	font-size: 20px;
	font-weight: 600;
}
.vegetable_intro p.cmt {
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}
p.cmt::before {
	content: "※"
}
.mt10 {
	margin-top: 10px;
}
.vegetable_product {
	background-color: #004a46;
	padding: 80px 0;
	position: relative;
}
.vegetable_product:after {
	background-image: url("../images/Futaba_img.png");
	background-repeat: no-repeat;
	background-size: 230px 95px;
	width: 230px;
	height: 95px;
	content: "";
	position: absolute;
	z-index: 1;
	right: 20px;
	bottom: 0;
}
.product_box {
	display: flex;
	color: #fff;
	margin: 0 -2%;
}
.product_item {
	width: 31%;
	padding: 0 2%;
}
.product_item img {
	width: 100%;
}
.product_box p {
	margin-top: 10px;
	font-size: 15px;
}
.inpotant_text {
	color: #fff;
	font-size: 12px;
}
.mt20 {
	margin-top: 20px;
}
.inpotant_text p.point {
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}
p.point::before {
	content: "・"
}
.contact {
	background-color: #006a4e;
	padding: 80px 0 100px;
	position: relative;
}
.contact:before {
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-size: 51px 25px;
	content: "";
	position: absolute;
	height: 25px;
	width: 51px;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.contact:after {
	background-image: url("../images/contact_img.png");
	background-repeat: no-repeat;
	background-size: 512px 78px;
	content: "";
	position: absolute;
	height: 78px;
	width: 512px;
	bottom: 0;
	left: 20px;
}
.contact p {
	color: #fff;
	font-size: 19px;
}
.contact p.cmt {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
}
.contact p.cmt::before {
	content: "※"
}
.mt15 {
	margin-top: 15px;
}
.contact .box2_item img {
	max-width: 100%;
}
.contact .box2_item {
	width: 48%;
}
.plantation {
	background-color: #e9e8e2;
	padding: 80px 0;
}
.plantation_table table {
	width: 100%;
	border-spacing: 0;
	line-height: 1.2em;
	 color: #222;
	font-size: 23px;
}
.plantation_table table th {
	border-bottom: solid 2px #c8c8c8;
	padding: 20px 15px;
	font-weight: bold;
	text-align: left;
	width: 25%;
}
.plantation_table table td {
	border-bottom: solid 2px #c8c8c8;
	text-align: left;
	padding: 15px 15px;
	width: 75%;
}
.instagram_area {
	background-color: #004a46;
	color: #fff;
	padding: 60px 0 70px;
}
.insta_ttl {
	text-align: center;
	font-size: 28px;
	letter-spacing: 0.1em;
	font-weight: 600;
	margin-bottom: 10px;
}
.instagram_area p {
	font-size: 14px;
}
.inner_center {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	width: calc(100% - 4rem);
	overflow: hidden;
}
.insta_btn {
	border: solid 1px;
	border-radius: 40px;
	text-align: center;
	margin-top: 15px;
}
.insta_btn:hover {
	background-color: #006a4e;
	transition: 0.5s;
}
.insta_btn a {
	display: block;
	padding: 20px 5px;
	text-decoration: none;
	color: #fff;
}
footer {
	background-color: #006a4e;
	padding: 40px 0 5px;
	color: #fff;
}
.footer_inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 380px;
	width: calc(100% - 4rem);
	overflow: hidden;
}
.company {
	font-size: 23px;
	font-weight: 600;
	line-height: 1.2em;
}
.company span {
	font-size: 20px;
	font-weight: 600;
}
.copyright {
	text-align: center;
	font-size: 12px;
	margin-top: 40px;
}
.right{
	text-align: right;
}
#pagetop {
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 60px;
	height: 60px;
	font-size: 0;
	background: url("../images/pagetop.png") no-repeat;
	background-size: 60px 60px;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.header_menu ul li a {
		font-size: 15px;
	}
	.header-titles img {
		width: 100%;
	}
  /* -------------------------------------------------------------------------- */
  /*	Contents
/* -------------------------------------------------------------------------- */
	.about_itoshima {
		background-image: url("../images/bg_01_sp.png");
		padding-bottom: 0px;
	}
}
@media screen and (max-width: 767px) {
  /*	Element Base
/* ---------------------------------------------*---------------------------- */
	h1 {
		font-size: 24px;
		line-height: 1.2em;
	}
	h1 span {
		font-size: 18px;
		font-weight: 300;
		letter-spacing: 0.1em;
		line-height: 0.8em;
	}
	h2 {
		color: #222;
		text-align: left;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 0.01em;
		line-height: 1.2em;
		margin-bottom: 10px;
		padding-top: 40px;
	}
	h2 span {
		font-size: 18px;
		line-height: 0.5em;
	}
	h2.white {
		color: #fff;
		text-align: left;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 0.01em;
		line-height: 1.2em;
		margin-bottom: 0px;
	}
	h2.white span {
		font-size: 18px;
		line-height: 0.5em;
	}
	h3 {
		font-size: 20px;
		margin: 5px 0;
  }
  /* -------------------------------------------------------------------------- */
  /*	Site Header
/* -------------------------------------------------------------------------- */
	.sp-menu {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		margin: auto;
		width: 30px;
		height: 30px;
	}
	.sp-menu span {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 30px;
		height: 2px;
		background: #fff;
		transition: .2s;
	}
	.sp-menu span:before {
	margin-top: -12px;
	}
	.sp-menu span:before, .sp-menu span:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 30px;
		height: 2px;
		background: #fff;
		transition: .3s;
	}
	.sp-menu span:after {
		margin-top: 9px;
	}
	.sp-menu.close span {
		background: transparent;
	}
	.sp-menu.close span:before, .sp-menu.close span:after {
		background: #fff;
	}
	.sp-menu.close span:before, .sp-menu.close span:after {
		margin-top: 0;
	}
	.sp-menu.close span:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.sp-menu.close span:after {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.header_inner {
		padding: 10px 0 0;
		display: block;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
	}
	.header-titles img {
		max-width: 250px;
		width: 200px;
		padding: 10px 0 5px;
	}
	.header-titles {
		padding-left: 10px;
		padding-bottom: 10px;
	}
	.header_menu {
		width: 100%;
		margin-left: auto;
		padding-right: 10px;
	}
	.header_menu ul {
		display: block;
		align-items: center;
		justify-content: flex-end;
		list-style: none;
		margin: 0 0 0em 0;
		border-top: solid 1px #fff;
		background-color: #fff;
	}
	.header_menu ul li {
		padding-left: 0px;
		border-bottom: solid 1px #ccc;
	}
	.header_menu ul li a {
		text-decoration: none;
		color: #000;
		font-size: 17px;
		display: block;
		padding: 15px;
	}
	.instagram_sp {
		display: block;
 	}
 	.instagram {
		display: none;
	}
 	.header_menu {
		display: none;
	}
  /* -------------------------------------------------------------------------- */
  /*	Contents
/* -------------------------------------------------------------------------- */
	.jas_inner {
		background-image: url(../images/bg_03_sp.png);
		background-repeat: no-repeat;
		padding: 40px 0 150px;
		position: relative;
	}
	.about_inner {
		padding: 40px 0;
	}
	.about_inner p {
		padding: 10px 0;
		font-size: 15px;
		line-height: 1.7em;
	}
	.jas_box {
		display: block;
	}
	.jas_item_logo {
		width: 100%;
		padding-bottom: 10px;
	}
	.jas_ttl {
		font-size: 24px;
		font-weight: 600;
		padding-bottom: 10px;
		margin-top: 0px;
	}
	.jas_item_text {
		width: 100%;
		padding-left: 0px;
		font-size: 18px;
	}
	.g_ttl_text {
		padding: 10px;
		font-size: 25px;
		letter-spacing: 0.1em;
		font-weight: 600;
		top: -100px;
		position: relative;
		margin: auto;
	}
	.about_itoshima p {
		padding-top: 70px;
		font-size: 15px;
		padding-bottom: 50px;
	}
	#vegetable p {
		font-size: 14px;
		padding-bottom: 20px;
	}
	.vegetable {
		padding:0px 0 30px;
	}
	.vegetable_intro {
		padding: 40px 0;
	}
	.intro_ttl {
		font-size: 25px;
		font-weight: 600;
		line-height: 1.2em;
		margin-bottom: 10px;
	}
	.vegetable_intro p {
		font-size: 15px;
		font-weight: 600;
	}
	.vegetable_product {
		padding: 0px 0;
	}
	.inpotant_text {
		color: #fff;
		font-size: 12px;
		padding-bottom: 60px;
	}
	.vegetable_product:after {
		background-image: url(../images/Futaba_img.png);
		background-repeat: no-repeat;
		background-size: 110px 47px;
		width: 110px;
		height: 47px;
 		content: "";
		position: absolute;
		z-index: 1;
		right: 10px;
		bottom: 0;
 	}
	.product_box p.last-text{
		margin-bottom: 25px;
	}
	.contact {
		background-color: #006a4e;
		padding: 50px 0 60px;
 		position: relative;
	}
	.contact .box2_item {
		width: 100%;
 	}
	.contact p {
		color: #fff;
		font-size: 15px;
	}
	.contact p.cmt {
		padding-left: 1em;
		text-indent: -1em;
		font-size: 12px;
		padding-bottom: 20px;
	}
	.contact:after {
		background-image: url(../images/contact_img.png);
		background-repeat: no-repeat;
		background-size: 214px 32px;
		content: "";
		position: absolute;
		height: 32px;
		width: 214px;
		bottom: 0;
		left: 20px;
	}
	.plantation {
		background-color: #e9e8e2;
		padding: 0px 0 50px;
	}
	.plantation_table table {
		font-size: 14px;
	}
	.plantation_table table th {
		width: 35%;
	}
	.plantation_table table td {
		width: 65%;
	}
 	.instagram_area {
		background-color: #004a46;
		color: #fff;
		padding: 40px 0 50px;
	}
	.insta_ttl {
		text-align: center;
		font-size: 20px;
	}
	.box2 {
		display: block;
	}
	.box2_item {
		width: 100%;
	}
	.about_inner p br {
		display: none;
	}
	.vegetable.box2 {
		display: block;
	}
	.vegetable .box2_item {
		width: 100%;
		padding-top: 10px;
	}
	.intro_box {
		margin-left: 0px;
	}
	.vegetable_intro:before {
		display: none;
 	}
	.product_box {
		display: block;
		color: #fff;
		margin: 0 0%;
	}
	.product_item {
		width: 100%;
		padding: 20px 0%;
	}
	footer {
		background-color: #006a4e;
		padding: 20px 0 5px;
		color: #fff;
	}
 	.company {
		font-size: 15px;
	}
	.company span {
		font-size: 12px;
 		font-weight: 600;
 	}
 	.copyright {
		text-align: center;
		font-size: 12px;
		margin-top: 20px;
	}
	#pagetop {
		width: 50px;
		height: 50px;
		background-size: 50px 50px;
  }
}