@charset "UTF-8";
/* reset -------- */
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	line-height: 1;
	font-size: 16px;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
img, object, embed {
	border-style: none;
	vertical-align: middle;
}
img {
	max-width: 100%;
	height: auto;
	line-height: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
th {
	text-align: left;
}
em {
	font-style: normal;
	font-weight: bold;
}
a {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
}
button {
	background: none;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
video {
	width: 100%;
}
input:focus {
	outline: 0;
	border-color: orange;
}
input[type=submit] {
	-webkit-appearance: none;
}
sup {
	vertical-align: super;
	font-size: 80%;
}
sub {
	vertical-align: sub;
	font-size: 80%;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
	 ========================================================================== */
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, [type='button'], [type='reset'], [type='submit'] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}
/*** coomon ***/
html {
    font-family: "Noto Sans JP";
	font-size: 16px;
	color: #000000;
}
@media (max-width: 768px) {
	html {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.pc {
		display: none !important;
	}
}
@media (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
/* all -------- */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix .left {
	float: left;
}
.clearfix .right {
	float: right;
}
/*** row ***/
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row > * {
}
.col2 {
	width: 50%;
	width: calc(100% / 2 - 1px);
	max-width: calc(100% / 2);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col3 {
	width: 32%;
	width: calc(100% / 3 - 1px);
	max-width: calc(100% / 3);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col4 {
	width: 25%;
	width: calc(100% / 4 - 1px);
	max-width: calc(100% / 4);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col5 {
	width: 20%;
	width: calc(100% / 5 - 1px);
	max-width: calc(100% / 5);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col6 {
	width: 16%;
	width: calc(100% / 6 - 1px);
	max-width: calc(100% / 6);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col_inner {
	display: block;
	width: 100%;
	height: 100%;
}
@media (max-width: 768px) {
	.row {
	}
	.row > * {
		width: 100%;
		max-width: none;
	}
	.row_sp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.row_sp > * {
	}
	.col2_sp {
		width: 50%;
		width: calc(100% / 2 - 1px);
		max-width: calc(100% / 2);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col3_sp {
		width: 32%;
		width: calc(100% / 3 - 1px);
		max-width: calc(100% / 3);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col4_sp {
		width: 25%;
		width: calc(100% / 4 - 1px);
		max-width: calc(100% / 4);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col5_sp {
		width: 20%;
		width: calc(100% / 5 - 1px);
		max-width: calc(100% / 5);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.col6_sp {
		width: 16%;
		width: calc(100% / 6 - 1px);
		max-width: calc(100% / 6);
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}
/*** floatbox ***/
.floatbox {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.floatbox .thumb_wrap {
	width: 120px;
}
.floatbox .text_wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0px 0px 0px 20px !important;
}
@media (max-width: 768px) {
	.floatbox_sp {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.floatbox_sp .thumb_wrap {
		width: 120px;
	}
	.floatbox_sp .text_wrap {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 0px 0px 0px 20px !important;
	}
}
/*** table 横スライド用 ***/
@media (max-width: 768px) {
	.tableslide_sp {
		overflow-x: scroll;
		margin-right: -10px;
		padding-bottom: 10px;
	}
	.tableslide_sp td {
		white-space: nowrap;
	}
}
/***　アニメーション ***/
.effect {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.effect_left {
	opacity: 0;
	-webkit-transform: translate3d(50px, 0, 0);
	transform: translate3d(50px, 0, 0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.effect_left.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.effect_right {
	opacity: 0;
	-webkit-transform: translate3d(-50px, 0, 0);
	transform: translate3d(-50px, 0, 0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.effect_right.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.effect_up {
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.effect_up.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.effect_show {
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.effect_show.active {
	opacity: 1;
}
.effect_wide {
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.effect_wide.active {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
@media (max-width: 768px) {
	/*
  	.effect_left{
  		opacity: 1;
  		transform: translate3d(0%,0,0);
  	}
  	.effect_right{
  		opacity: 1;
  		transform: translate3d(0%,0,0);
  	}
  	.effect_top{
  		opacity: 1;
  		transform: translate3d(0,0%,0);
  	}
  	.effect_show{
  		opacity: 1;
  	}
  */
}
@-webkit-keyframes effect_wide {
	0% {
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes effect_wide {
	0% {
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
/*** parts ****/
.thumb img {
	/*width: 100%;*/
}
.icon_left {
	display: inline-block;
	margin-right: 10px;
}
.icon_right {
	display: inline-block;
	margin-left: 10px;
}
/*** scale ***/
.thumb.scale a, a.scale .thumb {
	display: block;
	overflow: hidden;
}
.thumb.scale a img, a.scale .thumb img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.thumb.scale a:hover img, a.scale:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*** slick用 スライダー ***/
.slider {
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.slider.slick-initialized {
	opacity: 1;
}
/*** font ***/
.alC {
	text-align: center !important;
}
.alR {
	text-align: right !important;
}
.alL {
	text-align: left !important;
}
.f_mincho{
	font-family: "Sawarabi Mincho" ,YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.f_small {
	font-size: 90% !important;
}
.f_xsmall {
	font-size: 80% !important;
}
.f_xxsmall {
	font-size: 70% !important;
}
.f_xxxsmall {
	font-size: 60% !important;
}
.f_large {
	font-size: 110% !important;
}
.f_xlarge {
	font-size: 120% !important;
}
.f_xxlarge {
	font-size: 130% !important;
}
.f_xxxlarge {
	font-size: 140% !important;
}
.f_bold {
	font-weight: bold !important;
}
.f_underline {
	display: inline-block;
	text-decoration: underline;
}
.f_black {
	color: #000000 !important;
}
.f_white {
	color: #FFFFFF !important;
}
.f_yellow {
	color: #f67e41 !important;
}
.f_orange {
	color: #f67e41 !important;
}
.f_blue {
	color: #00479f;
}
.f_bg_yellow {
	display: inline;
	background-color: #ffea5a;
}
.f_line_yellow {
	display: inline;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(54%, rgba(255, 240, 198, 0)), color-stop(55%, #fff0c5), to(#fff0c5));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 240, 198, 0) 54%, #fff0c5 55%, #fff0c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#fff0c5", GradientType=0);
}
.f_link {
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.f_link:hover {
	color: #69318e;
	/*text-decoration: none;*/
}
/*** youtube ***/
.youtube, .wp-block-embed__wrapper {
	width: 100%;
	padding-bottom: calc(100% * 340 / 600);
	height: 0px;
	position: relative;
	margin-bottom: 30px;
}
.youtube iframe, .wp-block-embed__wrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/*** width ***/
.full_width {
	width: 100vw;
	margin-left: calc((100vw - 100%) / -2);
	margin-right: calc((100vw - 100%) / -2);
}
/*** hover ***/
.hover_opacity {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
	transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
	transition: opacity 0.3s ease, filter 0.3s ease;
	transition: opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
.hover_opacity:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.hover_reverse {
	display: block;
	position: relative;
}
.hover_reverse .btn_on {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.hover_reverse .btn_off {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.hover_reverse:hover .btn_on {
	opacity: 1;
}
.hover_reverse:hover .btn_off {
	opacity: 0;
}
/*** table_basic ***/
.table_basic {
	width: 100%;
	border-left: 1px solid #c0c9a2;
	border-top: 1px solid #c0c9a2;
}
.table_basic th {
	padding: 25px 20px;
	vertical-align: top;
	text-align: left;
	background-color: #e1e6d7;
	border-right: 1px solid #c0c9a2;
	border-bottom: 1px solid #c0c9a2;
}
.table_basic td {
	padding: 10px 20px;
	border-right: 1px solid #c0c9a2;
	border-bottom: 1px solid #c0c9a2;
}
@media (max-width: 768px) {
	.table_basic {
		//display: block;
	}
	.table_basic th {
		display: block;
		width: 100%;
		padding: 10px;
		font-weight: bold;
	}
	.table_basic td {
		display: block;
		width: 100%;
		padding: 15px 10px;
	}
}
/***　accordion_list　***/
.accordion_list dl {}
.accordion_list dl:not(:last-child) {}
.accordion_list dt {
	position: relative;
}
.accordion_list dt:hover {
	cursor: pointer;
}
.accordion_list dt:after {
	content: "";
	display: inline-block;
	background: url("../images/common/icon_up.svg") left top no-repeat;
	background-size: contain;
	width: 17px;
	height: 11px;
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	transition: transform 0.3s ease;
}
.accordion_list dd {
	overflow: hidden;
	height: 0px;
	transition: height 0.3s ease;
}
.accordion_list dd .inner {
	position: relative;
}
.accordion_list dl.active dt:after {
	transform: translate3d(0, -50%, 0) rotate(180deg);
}
@media (max-width: 768px) {
	.accordion_list dl:not(:last-child) {}
	.accordion_list dt:after {
		right: 20px;
	}
	.accordion_list dt {}
	.accordion_list dd .inner {}
}
/*** crumb ***/
.crumb ul {
	font-size: 0;
	padding-top: 15px;
	padding-bottom: 30px;
}
.crumb ul li {
	display: inline;
	font-size: 0.75rem;
}
.crumb ul li:not(:last-child):after {
	content: "\FF1E";
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
.crumb ul li a {
	color: #819345;
	text-decoration: underline;
	-webkit-transition: 0.3s color ease;
	transition: 0.3s color ease;
}
.crumb ul li a:hover {
	text-decoration: none;
}
/*** image ***/
.thumb img {
	width: 100%;
	height: auto;
}
/**** pageNavi ****/
.pagination_top {
	margin-bottom: 30px;
}
.pagination_bottom {
	margin-top: 60px;
}
.pageNaviWrap {
	/*text-align: center;*/
}
.pageNaviWrap:before, .pageNaviWrap:after {
	display: table;
	content: " ";
}
.pageNaviWrap:after {
	clear: both;
}
.pageNavi {
	display: inline-block;
	margin-right: -6px;
}
.pageNavi span, .pageNavi a {
	font-family: "\65B0\30B4   M", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W6", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
	line-height: 32px;
	display: block;
	float: left;
	height: 32px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-align: center;
	text-decoration: none;
}
.pageNavi .inactive, .pageNavi .current, .pageNavi .arrow {
	font-size: 100%;
	width: 32px;
}
.pageNavi a.inactive, .pageNavi .arrow {
	color: #000;
	border: 1px solid #e1e1e1;
	background-color: #f8f8f8;
}
.pageNavi .current, .pageNavi .arrow:hover, .pageNavi .inactive:hover, .pageNavi .next:hover .text, .pageNavi .back:hover .text {
	color: #fff;
	border: 1px solid #002E78;
	background-color: #002E78;
}
.pageNavi .text {
	font-size: 71%;
	width: 47px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #bfe4c7;
	border: 1px solid #def1e2;
	background-color: #fff;
}
.space {
	font-size: 84%;
	color: #000;
}
.pageNavi .inactive, .pageNavi .current, .pageNavi .back .text, .space, .arrow {
	margin-right: 6px;
}
.gmap iframe {
	width: 100%;
	height: 300px;
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);*/
}
@media (max-width: 768px) {
	.gmap iframe {
		height: 280px;
	}
}
/* layout -------- */
#wrapper {
	overflow: hidden;
}
.container {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.main_content {
	padding-top: 70px;
	padding-bottom: 200px;
}
.side_content {
	padding-top: 70px;
	padding-bottom: 200px;
}
.content_1col {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.content_2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.content_2col .main_content {
	width: 70%;
}
.content_2col .side_content {
	width: 25%;
}
@media (max-width: 1540px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 768px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.main_content {
		padding-top: 35px;
		padding-bottom: 100px;
	}
	.side_content {
		padding-top: 35px;
		padding-bottom: 100px;
	}
	.content_2col {
		display: block;
	}
	.content_2col .main_content {
		width: 100%;
	}
	.content_2col .side_content {
		width: 100%;
	}
}
/*** text ***/
h1, h2, h3, h4, h5, h6, p, li, th, td, address, small, i {
	margin: 0;
	padding: 0;
	line-height: 1.7;
}
ol, ul, dl, dt, dd {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.f_en{
    font-family: 'Amiri', serif;
}
.thumb_wrap{
	text-align: center;
}
.thumb img{
    width: 100%;
}

/*** header ***/
#wrapper{
	padding-top: 80px;
}
.header {
	background-color: #FFFFFF;
}
.header.header_visual_over {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 10;
    transition: none;
    transition: transform 0s ease;
}
.header.header_fixed{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    transform: translate3d(0,-100%,0);
}
.header.header_fixed.fixed_active{
    transition: transform 0.6s ease;
}
.header.header_fixed.fixed_active.show{
    transform: translate3d(0,0,0);
}
.header_container{
}
.h_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
}
.h_right {
}
.h_logo{
	padding-left: 30px;
}
.gnav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gnav_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gnav_list > li > a {
	display: flex;
	align-items: center;
	height: 80px;
	padding: 0px 40px;
	transition: background 0.3s ease;
}
.gnav_list > li > a:hover{
	background-color: #e2e6d7;
}
.gnav_list > li .sub-menu {
	position: absolute;
    left: 0px;
    right: 0px;
	z-index: 20;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: 0.5s opacity ease, 0.5s visibility ease, 0.5s -webkit-transform ease;
	transition: 0.5s opacity ease, 0.5s visibility ease, 0.5s -webkit-transform ease;
	transition: 0.5s opacity ease, 0.5s visibility ease, 0.5s transform ease;
	transition: 0.5s opacity ease, 0.5s visibility ease, 0.5s transform ease, 0.5s -webkit-transform ease;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #6d7d36;
}
.gnav_list > li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.gnav_list > li .sub-menu li a {
	display: block;
	padding: 20px;
	color: #FFFFFF;
	transform: opacity 0.3s ease;
}
.gnav_list > li .sub-menu li a:hover{
	opacity: 0.8;
}
.h_contact a{
	display: inline-flex;
	align-items: center;
	height: 80px;
	padding: 0px 40px;
	background-color: #76952F;
	color: #FFFFFF;
	transition: background 0.3s ease;
}
.h_contact a:hover{
	background-color: #6d7c37;
}

/*スマートフォンメニューボタン*/
#spnav_buttonwrap {
	display: none;
}

@media (max-width: 1080px) {
	.gnav_list > li > a {
		display: flex;
		align-items: center;
		height: 80px;
		padding: 0px 25px;
		transition: background 0.3s ease;
	}
}
@media (max-width: 980px) {
	#wrapper{
		padding-top: 50px;
	}
	.header {
		padding-top: 0px;
		padding-bottom: 0px;
	}
    .header_container {
        padding-left: 20px;
        padding-right: 20px;
    }
	.header .h_top {
		height: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.h_content {
		height: 50px;
	}
	.h_logo{
		padding-left: 0px;
	}
	.h_logo img {
		width: 120px;
	}
	/*** menuの中 ***/
	.menu_content {
		background-color: #FFFFFF;
		padding: 0px 0px 30px;
		width: 100%;
		max-width: 100%;
		-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
        background-color: #f5fae6;
	}
    .gnav{
        display: block;
    }
	.gnav .h_logo{
		height: 50px;
		display: flex;
		align-items: center;
		background-color: #FFFFFF;
		padding: 0px 15px;
	}
	.gnav_list {
		display: block;
        margin-right: 0px;
		border-top: 1px solid #e1e6d7;
	}
    .gnav_list:after{
        display: none;
    }
	.gnav_list > li {
		width: 100% !important;
		padding-right: 0px !important;
		border-bottom: 1px solid #e1e6d7;
	}
	.gnav_list li > a {
		padding: 15px;
		text-align: left !important;
        letter-spacing: 0.16em;
        color: #819345 !important;
		height: auto;
	}
    .gnav_list > li > a:hover:after{
        display: none;
    }
	.gnav_list li .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		margin-top: 0;
		padding: 0px;
		background-color: transparent;
		padding-bottom: 10px;
        display: block;
	}
	.gnav_list li .sub-menu:before {
		content: none;
	}
	.gnav_list li .sub-menu li a{
        padding: 10px 15px 5px 30px;
        background: transparent;
	}
    .gnav_list li .sub-menu li a .menu_text{
        text-align: left;
        position: static;
        display: flex;
        align-items: center;
        letter-spacing: 0.16em;
		color: #b4cddb;
		padding: 10px 15px;
        transform: translate3d(0,0,0);
    }
    .gnav_list li .sub-menu li a .menu_text:before{
        content: "";
        display: inline-block;
        width: 0.8em;
        height: 1px;
        background-color: #b4cddb;
        margin-right: 10px;
        vertical-align: middle;
    }
    .h_tel{
        border-top: 1px solid rgba(255,255,255,0.4);
        padding-top: 40px;
        font-size: 1.5rem;
        color: #FFFFFF !important;
    }
    .menu_logo{
        position: absolute;
        left: 20px;
        top: 15px;
    }
    .menu_logo img{
        width: 60px;
    }
    .menu_thumb{
        display: none !important;
    }
	.h_contact{
		padding: 15px;
	}
	.h_contact a{
		width: 100%;
		height: 55px;
		text-align: center;
		
	}
	/*スマートフォンメニューボタン*/
	#spnav_buttonwrap {
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: transparent;
		z-index: 10;
	}
    #spnav_buttonwrap.open{
        position: fixed;
    }
	#spnav_button span {
		background-color: #819345;
	}
	#spnav_button {
		width: 50px;
		height: 50px;
		cursor: pointer;
		position: relative;
		z-index: 10000;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	#spnav_button div {
		position: relative;
		width: 50%;
		height: 50%;
		display: inline-block;
	}
	#spnav_button span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		left: 0;
		-webkit-transition: 0.35s ease-in-out;
		transition: 0.35s ease-in-out;
	}
	#spnav_button span:nth-child(1) {
		top: 14%;
	}
	#spnav_button span:nth-child(2) {
		top: 50%;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	#spnav_button span:nth-child(3) {
		bottom: 14%;
	}
	.open #spnav_button span:nth-child(1) {
		top: 50%;
		-webkit-transform: rotate(137deg);
		transform: rotate(137deg);
	}
	.open #spnav_button span:nth-child(2) {
		width: 0;
	}
	.open #spnav_button span:nth-child(3) {
		top: 50%;
		-webkit-transform: rotate(-137deg);
		transform: rotate(-137deg);
	}
	#menu {
		position: relative;
		z-index: 9;
	}
	body.menu_active #menu {
		position: fixed;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		overflow-y: scroll;
	}
	#menu .filter {
		content: "";
		display: block;
		position: fixed;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		background-color: rgba(0,0,0,0.50);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}
	body.menu_active #menu .filter {
		opacity: 1;
		visibility: visible;
	}
	#menu .menu_content {
		position: fixed;
		right: 0px;
		top: 0px;bottom: 0px;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
		transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
		transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
		transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	}
	body.menu_active #menu .menu_content {
		position: absolute;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
		visibility: visible;
	}
}


/*** footer ***/
.footer{
	background-color: #76952F;
    color: #FFFFFF;
}
.f_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 40px;
}
.f_left{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.f_right {
	flex: 1;
}
.f_logo {
	padding-right: 20px;
}
.f_nav_block nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content: flex-end;
}
.f_nav_list:not(:last-child) {
	margin-right: 80px;
}
.f_nav_list > li {
	font-size: 0.88rem;
	margin-bottom: 10px;
}
.f_nav_list .sub-menu {
    margin-top: 10px;
}
.f_nav_list a{
    opacity: 1;
    transition: opacity 0.3s ease;
}
.f_nav_list a:hover{
    opacity: 0.8;
}
.f_nav_list .sub-menu li {
	color: #b4cddb;
    margin-bottom: 10px;
}


.copyright {
	background-color: #6d7c37;
	padding-top: 10px;
	padding-bottom: 10px;
}
.copyright p {
	font-size: 0.5rem;
	text-align: center;
	margin-bottom: 0px;
}
@media (max-width: 768px) {
	.f_content {
		flex-direction: column;
		text-align: center;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.f_left {
		order: 2;
		padding-top: 40px;
		padding-bottom: 40px;
		justify-content: center;
	}
	.f_logo img{
		width: 120px;
	}
	.f_company{
		font-size: 0.5rem;
	}
	.f_right {
		margin-left: -15px;
		margin-right: -15px;
	}
	.f_nav_block {
		background-color: #f5fae6;
		color: #819345;
	}
	.f_nav_block nav{
		display: block;
	}
	.f_nav_list:not(:last-child) {
		margin-right: 0px;
	}
	.f_nav_list li{
		margin-bottom: 0px;
	}
	.f_nav_list li a{
		display: block;
		padding: 15px;
		text-align: left;
		border-bottom: 1px solid #e1e6d7;
	}
    .copyright {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .copyright p {
        text-align: center;
    }
}
/*** totop ***/
.totop {
	position: relative;
}
.totop a {
	display: flex;
	width: 72px;
	height: 72px;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 100%, 0);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.totop a.show {
	opacity: 0.7;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}
.totop a.bottom {
	position: absolute;
}
.totop a:hover {
	opacity: 1;
}
@media (max-width: 768px) {
	.totop a {
		width: 30px;
		height: 30px;
	}
}
/*** btn ***/
.btn_wrap {
	text-align: center;
}

.btn{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	width: 260px;
	height: 48px;
	border-radius: 48px;
	font-size: 0.88rem;
	position: relative;
	transition: cofor 0.3s ease,
		background 0.3s ease,
		border 0.3s ease;
}
.btn .arrow_right{
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 50%;
	width: 30px;
}
.btn .arrow_right:before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #000000;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: background 0.3s ease;
}
.btn .arrow_right:after{
	content: "";
	display: inline-block;
	width: 30%;
	height: 1px;
	background-color: #000000;
	position: absolute;
	right: 0px;
	bottom: 0px;
	transform: rotate(30deg);
	transform-origin: right bottom;
	transition: background 0.3s ease;
}

.btn.btn_white .arrow_right:before{
	background-color: #000;
}
.btn.btn_white .arrow_right:after{
	background-color: #000;
}


.btn.btn_white:hover .arrow_right:before{
	background-color: #fff;
}
.btn.btn_white:hover .arrow_right:after{
	background-color: #fff;
}

.btn_white{
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.btn_white:hover{
	background-color: #E2E2E2;
}
.btn_orange{
	background-color: #e6870a;
	border: 1px solid #e6870a;
	color: #FFFFFF;
}


.btn:hover{
	background-color: #000000;
	color: #FFFFFF;
	border-color: #000000;
}
.btn .arrow_right:before,
.btn .arrow_right:after{
	background-color: #FFFFFF;
}

.btn_more{
	background-color: transparent;
	width: auto;
}
.btn_more .arrow_right{
	position: static;
	margin-left: 30px;
}


@media (max-width: 768px) {
	.btn{
		height: 40px;
		font-size: 0.75rem;
	}
	.btn .arrow_right{
		width: 15px;
		right: 15px;
	}
}


/*** 共通 ***/
#common_visual{
	width: 100%;
	height: 260px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
#common_visual .pagetitle{
	text-align: center;
	font-size: 2.13rem;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	text-shadow: 3px 2px 5px #333;
}

.bg_green{
	background-color: #e2e6d7;
}
.f_red{
	color: #eb5000;
}

@media (max-width: 768px) {
	#common_visual{
		height: 130px;
	}
	 #common_visual .pagetitle{
		font-size: 1.88rem;
	}
}


/*** contact_list ***/
.contact_list{
	display: flex;
}
.contact_list li.contact_faq{
	width: 40%;
}
.contact_list li.contact_faq a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	background-color: #dcdcdc;
}
.contact_list li.contact_faq a .btn_content{
	text-align: center;
}
.contact_list li.contact_form{
	width: 60%;
}
.contact_list li.contact_form a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	background-color: #e6870a;
	color: #FFFFFF;
}
.contact_list li.contact_form a .btn_content{
	text-align: center;
}
.contact_list .btn_title{
	font-size: 2.25rem;
	line-height: 1.2;
	margin-bottom: 20px;
}
.contact_list .btn_text{
	font-size: 0.88rem;
}
.contact_list .arrow_right{
	display: inline-block;
	width: 30px;
	height: 10px;
	position: relative;
	margin-top: 60px;
}
.contact_list .arrow_right:before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: background 0.3s ease;
}
.contact_list .arrow_right:after{
	content: "";
	display: inline-block;
	width: 30%;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	right: 0px;
	bottom: 0px;
	transform: rotate(30deg);
	transform-origin: right bottom;
	transition: background 0.3s ease;
}

.contact_list li.contact_faq .arrow_right:before,
.contact_list li.contact_faq .arrow_right:after{
	background-color: #000000;
}

.contact_list li a{
	transition: background 0.3s ease,
		color 0.3s ease;
}
.contact_list li a:hover{
	background-color: #000000 !important;
	color: #FFFFFF !important;
}
.contact_list li a:hover .arrow_right:before,
.contact_list li a:hover .arrow_right:after{
	background-color: #FFFFFF !important;
}

@media (max-width: 768px) {
	.contact_list{
		flex-wrap: wrap;
	}
	.contact_list li{
		width: 100% !important;
	}
	.contact_list li a{
		height: 150px !important;
	}
	.contact_list .btn_title{
		font-size: 1.5rem;
		margin-bottom: 15px;
	}
	.contact_list .btn_text{
		font-size: 0.88rem;
	}
	.contact_list .arrow_right{
		margin-top: 20px;
	}

}

