@charset "utf-8";
@import '../../../fonts.googleapis.com/css7family=Lora';

html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: '遊ゴシック',meiryo,sans-serif;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 1.7;
	color: #333333;
	-webkit-text-size-adjust:100%;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
	margin:0;
    padding:0;
}

p,li,dt,dd,th,td,pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}

img {
	max-width: 100%;
	vertical-align: top;
	border: 0;
}

ul,ol {
	padding: 0 0 0 2em;
}

dd {
	margin: 0;
}

object,embed {
  vertical-align: top;
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	color: #004098;
}

a:not(.hover):hover,
.ons:hover {
	opacity: 0.7;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
}

a:focus {
	outline: none;
}

p {
	display: block;
	margin: 0 0 1em;
}

.layout {
	padding: 0;
	list-style: none;
}

.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
	@media screen and (min-width: 769px) {
		body {
			min-width: 1000px;
		}
	}

/* ----------------------------------------
	Common
---------------------------------------- */
#wrapper {
	overflow-x: hidden;
}

.inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.link_design {
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

	@media screen and (max-width: 1000px) {
		.inner {
			padding: 0 10px;
			box-sizing: border-box;
		}
	}

	@media screen and (min-width: 769px) {
		#wrapper {
			min-width: 1000px;
		}
	}

	@media screen and (max-width: 768px) {
		#logo {
			position: fixed;
			top: 10px;
			left: 20px;
			z-index: 2;
		}

		#logo img {
			height: 40px;
		}

		.inner {
			width: 100%;
		}
	}

/* ----------------------------------------
	Header
---------------------------------------- */
#breadcrumb {
	margin: 0 0 40px;
}

#breadcrumb > div {
	display: inline;
	font-size: 12px;
	padding: 0 6px 0 0;
}

#breadcrumb > div span {
	padding: 0 0 0 12px;
}

#header {
	padding-top: 131px;
	position: relative;
}

.header__text {
	width: 100%;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 38px;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-shadow:1px 1px 10px #000000,1px -1px 10px #000000,-1px -1px 10px #000000,-1px 1px 10px #000000;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	z-index: 1;
}

	@media screen and (min-width: 769px) {
	
	}

	@media screen and (max-width: 768px) {
		#breadcrumb {
			margin: 0 0 20px;
		}

		#header {
			padding-top: 71px;
		}

		.header__text {
			font-size: 20px;
		}
	}

/* ----------------------------------------
	gNavi
---------------------------------------- */
#gNavi {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #dddddd;
	position: relative;
	top: 0;
}

#nav {
	margin: 0;
}

#nav li a {
	display: block;
	color: #000;
	text-decoration: none;
}

#nav li span {
	color: #999;
}

.nav-wrap {
	width: 100%;
	position: absolute;
	z-index: 800;
}

	@media screen and (min-width: 769px) {
		#gNavi {
			min-width: 1000px;
		}

		.nav-wrap {
			min-width: 1000px;
		}

		.nav-wrap .inner {
			padding: 0;
		}

		.nav02 {
			padding: 14px 0;
			background: #fff;
			position: relative;
			z-index: 5;
		}

		.head_nav02 {
			text-align: right;
			margin: 0;
		}

		.head_nav02 li {
			display: inline-block;
			font-size: 12px;
			padding: 10px 0 0;
		}

		.head_nav02 .head_nav02__tel img {
			vertical-align: middle;
			margin: 0 0 0 10px;
			position: relative;
			top: -1px;
		}

		#btn {
			display: none;
		}
		
		#nav {
			width: 1000px;
			display: flex!important;
			-webkit-justify-content: space-between; /* Safari */
  		justify-content:         space-between;
			padding: 10px 0 0;
			position: relative;
		}

		#nav:after {
			display: block;
			content: "";
			width: 1px;
			height: calc(100% - 40px);
			border-right: 1px solid #dddddd;
			position: absolute;
			top: 22px;
			right: 0;
		}
		
		#nav > li {
			flex-grow: 1;
			text-align: center;
			box-sizing: border-box;
			position: relative;
		}
		
		#nav .sp {
			display: none;
		}
		
		#nav > li > a,
		#nav > li > span {
			display: block;
			padding: 18px 0 20px;
		}

		#nav > li > a:before,
		#nav > li > span:before {
			display: block;
			content: "";
			width: 1px;
			height: calc(100% - 30px);
			border-left: 1px solid #dddddd;
			position: absolute;
			top: 12px;
			left: 0;
		}

		#nav > li:not(.no):hover:after,
		#nav > li.active:after {
			display: block;
			content: "";
			width: 100%;
			height: 3px;
			background: #82a635;
			position: absolute;
			bottom: 5px;
			left: 0;
		}

	}

	@media screen and (max-width: 768px) {
		.head_nav02 {
			display: none;
		}

		#btn {
			display: block;
			width: 50px;
			height: 50px;
			float: right;
			margin: 0 10px 0 0;
			position: relative;
			z-index: 900;
			text-align: center;
			background-color: #065b02;
		}

		#btn a {
			display: flex;
			position: relative;
			width: 50px;
			height: 50px;
			align-items: center;
			flex-direction: column;
			padding-top: 8px;
		}

		#btn span {
			background-color: #fff;
			display: block;
			width: 25px;
			height: 2px;
			margin: 3px;
			transition: 0.3s ease;
		}
		
		#btn a span:nth-of-type(1) {
			top: 11px;
		}

		#btn a span:nth-of-type(2) {
			top: 18.5px;
		}

		#btn a span:nth-of-type(3) {
			top: 27px;
		}

		#btn.open a span:nth-of-type(1) {
			transform: translateY(6px) rotate(45deg);
		}

		#btn.open a span:nth-of-type(2) {
			transform: scale(0);
		}

		#btn.open a span:nth-of-type(3) {
			transform: translateY(-10px) rotate(-45deg);
		}

		.btn-menu-txt {
			bottom: 13px;
			color: #fff;
			line-height: 1em;
			position: absolute;
			left: 0;
			right: 0;
			margin: auto;
			font-size: 10px;
			letter-spacing: 0.05em;
		}
		
		#btn img {
			width: 40px;
		}
		
		#gNavi {
			padding: 10px 0;
			position: fixed;
			top: 0;
		}
		
		#nav {
			display: none;
			width: 100%;
			position: absolute;
			background: #1e1e1e;
			padding: 0;
			z-index: 800;
			top: 50px;
			left: 0;
			border-top: 1px solid #333333;
		}
		
		#nav > li {
			text-align: center;
			border-bottom: 1px solid #333333;
		}

		#nav li a,
		#nav li span {
			display: block;
			font-size: 12px;
			color: #fff;
			padding: 14px 0;
		}

		#nav li span {
			color: #666;
		}
	}
	

/* ----------------------------------------
	mainvisual
---------------------------------------- */
#mainvisual {
	color: #fff;
	text-align: center;
	background-image: url(../images/common/title_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	padding: 50px 0 50px;
	margin: 0 0 10px;
}

.pagetitle {
	font-size: 30px;
	color: #065b02;
	line-height:1.5;
	margin: 0;
}

	@media screen and (max-width: 768px) {
		#mainvisual {
			padding: 42px 0 30px;
			background-size: cover;
		}
		
		.pagetitle {
			font-size: 22px;
		}

	}

/* ----------------------------------------
	Footer
---------------------------------------- */
#footer {
	color: #fff;
	text-align: center;
	background: url(../images/common/footer_bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 60px 0 60px;
	position: relative;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

.footer__logo {
	text-align: center;
}

.footer__copy {
	font-size: 12px;
	margin: 0;
}

#pagetop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0;
	z-index: 800!important;
}

#pagetop a {
	display: block;
	width: 100%;
	height: 100%;
}

.footer__map {
	height: 360px;
	position: relative;
	
}

#map {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

	@media screen and (min-width: 769px) {
		.footnavi {
			list-style: none;
			text-align: center;
			padding: 20px 0;
		}
		
		.footnavi li {
			display: inline-block;
			line-height: 1.1;
			padding: 0 15px;
		}
		
		.footer__address {
			line-height: 2.3;
			margin: 0 0 10px;
		}
	}
	@media screen and (max-width: 768px) {
		#footer {
			padding: 30px 0;
		}

		.footer__map {
			height: 200px;
		}

		.footer__map iframe {
			height: 200px;
			width: 33%;
			float: left;
		}
		
		.footnavi,
		.footer__address {
			display: none;
		}

		.footer__logo {
			margin: 0 0 30px;
		}

		.footer__logo img {
			width: 180px;
		}

		.footer__copy {
			text-align: center;
		}

		#pagetop {
			width: 40px;
			height: 40px;
		}
	}

/* ----------------------------------------
	Contents
---------------------------------------- */
.section__title {
	font-family: 'Lora', serif;
	font-size: 28px;
	text-align: center;
	margin: 0 0 30px;
}

#margin_delete {
	margin: 0;
}

.section__title span {
	display: block;
	font-family: 'メイリオ',meiryo,sans-serif;
	font-size: 14px;
}

.morebtn {
	width:  136px;
	text-align: center;
	margin: 34px auto 0;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.morebtn a {
	display: block;
	font-family: 'Lora', serif;
	color: #fff;
	text-decoration: none;
	padding: 4px 0;
	background: #065b02;
}

.morebtn span {
	padding: 0 30px;
	background: url(../images/common/ico_arrow01.png) no-repeat right center;
}

	@media screen and (max-width: 768px) {
		.section__title {
			font-size: 22px;
			margin: 0 0 1em;
		}

		.morebtn {
			width: 130px;
		}

		.morebtn a {
			font-size: 12px;
		}
	}

/* top
------------------------------------ */
#top-content {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: center;
	color: #fff;
	padding: 80px 0 60px;
	background: url(../images/top/top_content_bg.jpg) no-repeat center;
	background-size: cover;
}

.top-content__title {
	line-height: 1.3;
	font-size: 36px;
	margin: 0;
}

.top-content__title02 {
	font-size: 24px;
	margin: 0 0 1.4em;
}

.top-content__text {
	font-size: 24px;
}

	@media screen and (max-width: 768px) {
		#top-content {
			padding: 50px 0 30px;
		}
		
		.top-content__title {
			font-size: 20px;
		}
		
		.top-content__title02 {
			font-size: 14px;
		}

		.top-content__text {
			font-size: 14px;
		}
	}

#top-about {
	padding: 70px 0 56px;
}

.top-about__list__img {
	width: 100%;
	height: 200px;
	margin: 0 0 10px;
	position: relative;
}

.top-about__list__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.top-about__list__title {
	font-size: 20px;
	color: #065b02;
	text-align: center;
	margin: 0 0 15px;
}

	@media screen and (min-width: 769px){
		.top-about__list {
			display: flex;
			justify-content: center;
		}

		.top-about__list li {
			width: 310px;
			margin: 0 10px;
			padding: 0 0 40px;
			position: relative;
		}
		
		.top-about__list li:first-child {
			padding-right: 10px;
		}
		
		.top-about__list li:last-child {
			padding-left: 10px;
		}

		.top-about__list__btn {
			position: absolute;
			bottom: 0;
			right: 0;
			left: 0;
		}

	}

	@media screen and (max-width: 768px) {
		#top-about {
			padding: 30px 0 10px;
		}

		.top-about__list li {
			width: 300px;
			margin: 0 auto 40px;
		}

		.top-about__list__title {
			font-size: 18px;
		}

		.top-about__list__img img {
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}
	}

#top-topics {
	padding: 50px 0 30px;
	background: #eff5e9;
}

.top-topics__title {
	color: #065b02;
}

.topics__list {
	margin: 0 0 30px;
	border-top: 1px solid #b7b7b7;
}

.topics__list li {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #b7b7b7;
}

.topics__list li > * {
	display: inline-block;
	vertical-align: top;
}

.topics__date,
.topics__cat {
	display: inline-block;
	font-size: 12px;
	margin-right: 12px!important;
}

.topics__date {
	padding: 2px 0;
}

	@media screen and (min-width: 769px) {
		.topics__list li > * {
			margin: 0;
		}

		.topics__title {
			font-size: 16px;
		}
		
	}

	@media screen and (max-width: 768px) {
		#top-topics {
			padding: 30px 0 10px;
		}

		.topics__date {
			padding: 0;
		}
		
		.topics__title {
			display: block!important;
		}
	}

#appl {
	background: url(../images/common/contact_bg.jpg), #ecf0ed;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 48px 0 52px;
	position: relative;
	z-index: 1;
}

#appl dl {
	display: inline;
}

#appl dd .tit {
	margin: 0 0 -20px;
}

.appl__btn {
	width: 350px;
	margin: 0 auto;
}

.appl__btn a {
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 15px 0;
	background: url(../images/common/ico_arrow01.png), #065b02;
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 2.4%;
	border-radius: 8px;
}

	@media screen and (min-width: 769px) {
		#appl dd p + p {
			 margin: 20px 0;
		}
		
		#appl dd p .tel {
			font-size: 24px;
			margin: 0 0 0 10px;
			vertical-align: middle;
		}
		
		#appl dt,
		#appl dd {
			display: table-cell;
			text-align: center;
			vertical-align: middle;
			padding: 0 20px;
		}
		
		#appl dt {
			padding: 0 40px 0 0;
		}
		
		#appl dd p.tel {
			display: none;
		}
	}
	@media screen and (max-width: 768px) {
		#appl {
			padding: 30px 0;
			background-size: cover;
			position: relative;
		}

		#appl:before {
			display: block;
			content: "";
			width: 100%;
			height: 100%;
			background: rgba(255,255,255,.4);
			position: absolute;
			top: 0;
		}
		
		#appl dd > p:not([class]) {
			display: none;
		}
		
		#appl dl {
			margin: 0;
		}
		
		#appl dt {
		}
		
		#appl dd {
			text-align: center;
		}
		
		#appl dd .tit {
			font-size: 11px;
			margin: 15px 10px 0 30px;
		}
		
		#appl .inner div {
			padding: 30px 0 0;
			text-align: center;
		}

		.appl__btn {
			display: inline-block;
			width: 46%;
			margin: 0 1%;
		}

		.appl__btn:first-of-type {
			margin-bottom: 14px;
		}

		.appl__btn a {
			font-size: 12px;
			padding: 10px 0;
			border-radius: 4px;
			background-position: right 10px center;
		}
	}
#hisotry-topics {
	padding: 50px 0 30px;
	background: #ffffff;
}/*hisotrybackground*/

/* ----------------------------------------
	page
---------------------------------------- */
#main section {
	padding: 0 0 50px;
}

#main section:last-of-type {
	padding: 0 0 70px;
}

#main set:last-of-type {
	padding: 0 0 70px;
}



.section__title02 {
	font-size: 24px;
	color: #065b02;
	margin: 0 0 1.4em;
	padding: 0 0 7px;
	border-bottom: 2px solid #065b02;
}

.section__title02 span {
	display: inline-block;
}

.section__text {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 24px;
	text-align: center;
}

.common__table {
	width: 100%;
	border-collapse: collapse;
}

.common__table th,
.common__table td {
	font-weight: normal;
	text-align: left;
	padding: 1em 1.5em;
	border: 1px solid #999999;
}

.common__table th {
	width: 25%;
	background: #e5e5e5;
}

.pot{
	width: 25%;
	background: #cd853f;
}
.common__img {
	float: right;
}

.common__img img {
	display: block;
	margin: 0 0 10px;
	float: left;
}

.common__list {
	margin: 0;
}

.common__list li {
	font-size: 18px;
}

.news__img {
	float: right;
}

.news__img img {
	display: block;
	width: 300px;
	height: auto;
	margin: 0 0 10px;
	box-shadow: 3px 3px #eee;
}

.news__list {
	margin: 0;
	list-style: none;
}

.news__list li {
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	#main section {
		padding: 0 0 60px;
	}
	
	#main section:last-of-type {
		padding: 0 0 60px;
	}
	
	.section__title02 {
		font-size: 20px;
		border-bottom: 1px solid #065b02;
	}

	.section__text {
		font-size: 18px;
	}
	
	.common__table th,
	.common__table td {
		padding: 1em;
	}
	
	.common__table th {
		min-width: 120px;
	}

	.common__img {
		float: none;
		margin: 0 0 1em;
	}
	
	.common__img img {
		width: 100px;
		display: inline;
		margin: 0 0 10px;
	}
	
	.common__list li,
	.news__list li   {
		font-size: 14px;
	}
	
}

/* about */
@media screen and (max-width: 768px) {
	.map iframe {
		height:200px;
	}
}
/*--------------------------
	フォーム
--------------------------*/
#contact {
	padding: 0 0 50px;
}

.contact_form__table .notes {
	display: block;
	font-size: 12px;
}

.contact_heading {
	font-size: 1.5em;
	line-height: 33px !important;
	margin: 30px 0 10px !important;
	padding: 0 !important;
	color: #0a7006!important;
	font-weight: normal !important;
	background: none !important;
	border: none !important;
}

.contact_heading .contact_icon {
	margin: 0 5px 0 0;
}

.contact_tel__txt,
.contact_tel__txt span {
	vertical-align: middle;
}

.contact_form__table {
	width: 100%;
	margin: 0 auto 30px;
}

.contact_form__table th {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	position: relative;
}

.contact_title {
	font-size: 30px;
	text-align: center;
	margin: 0 0 40px;
	padding: 0 0 30px;
	border-bottom: 1px solid #fff;
}

.contact_title a {
	padding: 0 30px 0 0;
	background: url(../images/contact/ico_arrow02.png) no-repeat right center;
}

.agree-box {
	margin: 0 0 40px;
	padding: 15px 0 25px;
	border-bottom: 1px solid #cccccc;
}

.agree-box__title {
	text-align: center;
	margin: 0 0 25px;
}

.privacy-box {
	height: 200px;
	overflow: scroll;
	padding: 14px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}

.agree-input {
	text-align: center;
	padding: 25px 0 0;
}

.contact_form__table td input[name="zip1"],
.contact_form__table td input[name="zip2"] {
	width: 90px;
	margin: 0 0 8px;
}

	@media screen and (min-width: 769px) {
		.contact_form__table {
		  border-top: 1px solid #ddd;
		}
		
		.contact_form__table th {
		  font-size: 14px;
		  padding: 25px 20px 25px 0;
		  overflow: hidden;
		  border-bottom: 1px solid #ddd;
		  width: 23%;
		}

		.required {
		  font-weight: normal;
		  font-size: 12px;
		  color: #fff;
		  background: #cc0000;
		  line-height: 1;
		  margin: 0 0 0 10px;
		  padding: 2px 5px;
		  letter-spacing: .05em;
		}
		
		.contact_form__table th .required {
			padding: 5px;
		  position: absolute;
		  top: 25px;
		  right: 35px;
		}
		
		.contact_form__table td {
		  padding: 25px 0;
		  border-bottom: 1px solid #ddd;
		  font-size: 14px;
		}
		
		.contact_form__table td label {
			display: inline-block;
			margin: 0 15px 0 0;
		}
		
		.contact_form__table td textarea {
			width: 90%;
			height: 185px;
		}
		
		.contact_form__table td input,
		.contact_form__table td textarea {
		  border: 1px solid #bbb;
		  padding: 5px;
		  font-size: 14px;
		  max-width: 100%;
		}
		
		.contact_form__table td .input1 {
			width: 55%;
		}
		
		.contact_form__table td .input2 {
			width: 90%;
		}

		.contact_form__table td .row1 {
			margin: 0 0 10px;
		}
		
		.contact_form__table td .error {
		  color: #cc0000;
		}
		
		.contact_submit {
		  text-align: center;
		}
		
		.contact_submit input {
		  -webkit-appearance: none;
		  border: none;
		  background: url(../images/contact/btn_form.png) no-repeat;
		  width: 252px;
		  height: 47px;
		  font-size: 14px;
		  font-weight: bold;
		  cursor: pointer;
		  margin: 0 10px;
		}
		
		.page_guide {
			text-align: center;
			margin: 50px;
		}

		.privacy-box {
			width: 645px;
			margin: 0 auto;
		}
		
		.contact_agree {
			padding: 20px 0;
		}
		
		.contact_agree .privacybox {
			height: 160px;
			overflow-y: scroll;
			border: 1px solid #dddddd;
			padding: 20px;
			margin: 26px 0 30px;
		}
		
		.contact_agree .checkwrap {
			text-align: center;
			margin: 0 0 10px;
		}
	}

	@media screen and (max-width: 768px) {
		.contact_form__table {
			margin: 0 0 20px;
			padding: 10px 0 0;
			line-height: 1.5em;
		}
		
		.contact_form__table,
		.contact_form__table tbody,
		.contact_form__table tr,
		.contact_form__table th,
		.contact_form__table td {
			display: block;
			text-align: left;
			font-weight: normal;
		}
		
		.contact_form__table td {
			margin: 0 0 15px;
		}
		
		.contact_form__table input,
		.contact_form__table textarea {
			border: 1px solid #999;
			margin: 3px 0;
			padding: 5px;
			width: 100%;
			font-size: 16px;
			box-sizing: border-box;
		}
		
		.contact_form__table textarea {
			height: 130px;
		}

		input[type="submit"] {
			margin: 0 10px 0 0;
		}
		
		.required,
		.contact_form__table .error {
			color: red;
		}
		
		.contact_form__table label {
			display: block;
		}
		
		.contact_icon img {
			vertical-align: middle;
			margin: 0 5px 0 -5px;
		}
		
		.page_guide {
			margin: 20px 0 0;
		}
		
		.contact_agree {
			padding: 0 0 20px;
		}
		
		.contact_agree .privacybox {
			height: 140px;
			overflow-y: scroll;
			border: 1px solid #dddddd;
			padding: 10px;
			margin: 26px 0 10px;
		}

		.contact_form__table td .row01 {
			display: block;
		}

		.contact_title {
			font-size: 18px;
			text-align: center;
			margin: 0 0 20px;
			padding: 0 0 10px;
			border-bottom: 1px solid #fff;
		}
		
		.contact_title a {
			padding: 0 18px 0 0;
			background-size: 8px auto;
		}

		.privacy-box {
			height: 150px;
			font-size: 12px;
		}
	}
	
/*--------------------------
	bxslider
--------------------------*/
.slider {
	margin: 0;
}

#header .bx-wrapper {
	margin: 0 auto;
}

#header .bx-wrapper .bx-viewport {
	overflow: visible!important;
}

.slider li:not(.active-slide):before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
	position: absolute;
	top: 0;
	left: 0;
}

#header .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 20px;
}

#header .bx-wrapper .bx-pager.bx-default-pager a {
	background: #bcc0c7;
	width: 90px;
	height: 5px;
	margin: 0 4px;
	border-radius: 0;
}

#header .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #065b02;
}

#header .bx-wrapper .bx-controls-direction a {
	width: 60px;
	height: 60px;
	z-index: 2;
}

#header .bx-wrapper .bx-prev {
	left: -30px;
	background: url(../images/common/btn_prev.png) no-repeat;
}

#header .bx-wrapper .bx-next {
	right: -30px;
	background: url(../images/common/btn_next.png) no-repeat;
}

@media screen and (max-width: 768px) {
	#header .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: -5px;
	}

	#header .bx-wrapper .bx-pager.bx-default-pager a {
		width: 40px;
		height: 3px;
	}
	
	#header .bx-wrapper .bx-controls-direction a {
		display: none;
	}
}

dt {
	color: #065b02;
}

.kuhaku{
	margin-left: 10px;
}
#aida{
	margin-left: 1.5%;
}
#title{
	width: 32%;
	heght: auto;
}
#title01{
	display: inline;
	width: 330px;
	heght: auto;
	padding-left: 11px;
}
#title02{
	display: inline;
	width: 330px;
	heght: auto;
	padding-left: 233px;
}
#title03{
	display: inline;
	width: 330px;
	heght: auto;
	padding-left: 85px;
}
#title{
	padding-left: 0px;
	display: inline;

}
#test-map{
	width: auto;
	height:300px;
	padding-left: 40px;
	
}
#test01{
	padding-left: 5px;
	float: left;

}
.test02{
	padding-left: 5px;
	float: left;
}
/*SDGSimage*/
.sdgs__img {
	width: 35%;
	margin: 0 auto;
	padding-bottom: 2%;
    background: #fff;
    text-align: center;
}

/* 商品紹介  */
	
.shop__title {
	font-size: 24px;
	color: #065b02;
	border-top: 2px solid #065b02;
}

.shop__img {
	position: relative;
	float: left;
	width: 400px;
	height: 300px;
}
.school__img {
	position: relative;
	float: left;
	width: 400px;
	height: auto;
}

.test {
	margin-bottom: 10px;
	}




.shop2__img {
	float: left;
	width: 240px;
	margin-right: 10px;
	position: relative;

}

.shop3__img {
	float: left;
	width: 32%;
	margin-right: 10px;
	position: relative;

}

	
.shop__list li{
	font-size: 20px;
	height: auto;
	list-style: none;

}

.shop {
	width:500px;
	position: relative;
	margin-left: 500px;
	
}
.inner2 {
	width: 1000px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	margun-bottom: 60px;
	
}

.detail__title {
	position: relative;
	font-size: 24px;
	color: #065b02;
	margin: 0 0 20px;
	padding: 0 0 7px;
	border-top: dotted 3px  #065b02;
}


.detail__list {
	font-size: 18px;
	list-style: none;
	padding:0;
}

.school__list {
	font-size: 18px;
	list-style: none;
	margin-top: -5px;
}

.school__title {
	font-size: 24px;
	color: #065b02;
	margin-top:5px;
	}


/*java*/
.small_img {
	position: absolute;
	height: 56px;
	width: 60px;
	z-index: 5;
	right: 0px;
	bottom: -56px;
	background-color: #fff;
}

#small00_img{
	/*margin-top: 10px;*/
	right:-180px;
	margin-bottom: 235px;
	

}

#small01_img{
	right:-180px;
	margin-bottom: 175px;

}

#small02_img{
	margin-top: 10px;
	right: 100px;
}

#small03_img{
	margin-top: 10px;
	right: 50px;
}

#small04_img{
	margin-top: 10px;
	right: 0px;
}
/* 「コース紹介」ページ ここから↓ */
table {
	width: 1000px;
	margin-bottom: 20px;
	border-collapse: collapse;
}
table caption {
	overflow: hidden;
	text-align: left;
}
.col {
 width: 20%;
 }
 .col2 {
 width: 20%;
 }
 .col3 {
 width: 60%;
 }
 .col4 {
 width: 10%;
 }
table th, table td {
	padding: 10px;
	border: 1px solid #666666;
}
table th {
	background-color: #32cd32  ;
}
table td.target {
	width: 60px;
	text-align: left;
}
table td.tag {
	width: 80px;
	text-align: center;
}
table td.tag2 {
	width: 50px;
	text-align: left;
}

.img2 {
 width: 100%;
}

/* 「コース紹介」ページ ここまで↑ */
/* localNavigation */

.localNavigation {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;/*20210701*/
}

.localNavigation li {
  display: inline-block;
  margin: 0 15px;
}

.localNavigation li a {
  text-decoration: none;
}

/*文字にマーカー黒　大和煮　*/
.notation1 {
background: linear-gradient(transparent 80%, #000000 60%);
}

/*文字にマーカー茶色　味噌煮　*/
.notation2 {
background: linear-gradient(transparent 80%, #8b4513 60%);
}

/*文字にマーカー黄土色　カレー煮　*/
.notation3 {
background: linear-gradient(transparent 80%, #ffd700 60%);
}
/*文字にマーカー赤色　エゾジカハムスライス　*/
.notation4 {
background: linear-gradient(transparent 80%, #ff6347 60%);
}
/*文字にマーカー緑色　aroma horn　*/
.notation5 {
background: linear-gradient(transparent 80%, #006400 60%);
}
/*文字にマーカー橙色　Toy Horn　*/
.notation6 {
background: linear-gradient(transparent 80%, #ff9933 60%);
}
/*文字にマーカー金色　bullet push pin　*/
.notation7 {
background: linear-gradient(transparent 80%, #D2B48C 60%);
}
/*文字にマーカー銀色　shot shell mag　*/
.notation8 {
background: linear-gradient(transparent 80%, #C0C0C0 60%);
}
/*文字にマーカーイエローグリーン色　EZO鹿肉ジャーキー　*/
.notation9 {
background: linear-gradient(transparent 80%, #9acd32 60%);
}

/*　購入ボタン　*/
.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 10px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
 /*businessページ　オンラインショップはこちらボタン　20210511ここから*/
.entryBtn {
  display: inline-block;/*inline扱いかつwidthとheightを反映する事が可能*/
  width: 230px;/*横幅です用途に合わせて数値を変更*/
  height: auto;/*テキストが2段になる場合もあるので数値ではなくauto*/
  text-decoration: none;/*デフォルトの下線を除去*/
  color: #fff;/*文字の色*/
  font-size:14px;/*文字の大きさ*/
  background-color: #008000;/*ボタンの色*/
  border-radius:8px;/*ボタンの角丸具合*/
  text-align:center;/*ボタン内テキストを真ん中に*/
  padding:2px 4px;/*ボタンの内スペースの幅です*/
  box-shadow:0 6px 0 0 #005400;/*cssの影の機能を利用してボタンの側面を描いています。ボタンの色より暗い色推奨*/
  transform: translateY(-6px);/*影を使って側面を描いた分、ボタンを上に移動しています*/
  transition:0.3s all;/*状態変化時の動作を制御するプロパティです*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0ba500+0,008000+100 */
  background: #0ba500; /* Old browsers */
  background: -moz-linear-gradient(top,  #0ba500 0%, #008000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #0ba500 0%,#008000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #0ba500 0%,#008000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba500', endColorstr='#008000',GradientType=0 ); /* IE6-9 */
}
.entryBtn:hover {/*:hoverはその要素にマウスを当てた時の状態*/
  box-shadow:0 2px 0 0 #005400;/*hoverしたら影が縦に4px減るようにしています*/
  transform: translateY(-2px);/*影が減った分、下に移動させています*/
}
 /*businessページ　オンラインショップはこちらボタン　20210511ここまで*/
/* sub_Navigation */

.sub_Navigation {
  margin-bottom: 20px;
  text-align: left;
  font-size: 10px;/*20210706 ←12px*/
}

.sub_Navigation li {
  display: block;
  margin: 0 15px;
}

.sub_Navigation li a {
  text-decoration: none;
}
/*flexboxここから*/
#flexbox {
  display:flex;
}
#flexbox_left{
  width: 10%;
  top: 42px;/**/
  height: 307px;
}  
#flexbox_right{
  width: 90%;
}
.inner2_flexbox {
	width: 1000px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	margun-bottom: 60px;
	
}

/*携帯画面非表示*/
@media screen and (max-width: 460px){
.none {display:none}
}


/*flexboxここまで*/
/*shop_8 商品一覧*/
.shop3__img p a {
   text-decoration: none;
   color: #000;
}
/*historyページ追加*/
.hisotry__list layout {
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 1;
}
.history__li {
	font-size: 12px;
	margin: 0;
	line-height: 2.0;
}
/*historyページここまで*/
/*videoページここから*/
.contents > h2 {
	width: 100%; 
	padding: 10px;
	background-color: #fff;
	color: #000;
	border: none;
	font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け", "MS PGothic", "sans-serif";

}

#contents_area {
	width: auto;
	max-width: 1000px;
	margin: 10px auto;
}

.contents {
	width: auto;
	margin: 20px 0;
	background-color: #fff;
}

video {
	height: auto;
	width: 100%;
	margin: 10px 0;
}

#video_list li a {
   font-size: 13px;
}
/*videoページここまで*/
/*newsページ追記*/
.news_pdf {
   display: flex;
   justifycontent: space-between;
   margin: 0 auto;
}
/**/
.news_pdf01 li {
	list-style: none;

}

.news_pdf01 li a {
   text-decoration: none;
}

#main h2 {
	padding: 15px 0 0 10px;
	border-bottom: 2px solid #f7ca3e;
	background-image: url(../images/h2_part.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 136%;
}
/*活動情報モバイルファースト*/

.card-container{
    background: #333;
    color: #fff;
    display: flex;
    margin: 20px auto;
    width: 100%;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.25);
}
.card-container a{
    text-decoration: none;
    color: #cddc39;
}

.card-text{
    width:100%;
    margin: 10px 20px;
}
.card-text h2{
    padding-top: 10px;
    font-size: 1em;
}
.card-text p{
    font-size: 0.6em;
}
.card-img{
    width: 80%;
}

/*PCサイズ*/

@media screen and (min-width:650px) {
    .card-container{
        max-width: 750px;
        height: 200px;
    }

    .card-text h2{
        font-size: 1.3em;
    }
    .card-text p{
        font-size: 1em;
    }
}