@charset "utf-8";

/*--------------------------------------------

	 BASE

--------------------------------------------*/
html {
	font-size: 62.5%;
	height: 100%;
}

body {
	width: 100%;
	font-family: 'Noto Sans JP', "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", 'Helvetica Neue', 'Arial', sans-serif;
	font-size: 1.8rem;
	color: #282728;
	line-height: 1.5;
	background-color: #fff;
}

/*--------------------------------------------

	 DEFAULT SELECTER

--------------------------------------------*/
table {
	width: 100%;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #000000;
	display: inline-block;
	cursor: pointer;
}

/*--------------------------------------------

	 FONTS

--------------------------------------------*/
.font__noto {
	font-family: 'Noto Sans JP', sans-serif;
}

.font__DIN {
	font-family: 'din-condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.font__uppercase {
	text-transform: uppercase;
}

.font__lowercase {
	text-transform: lowercase;
}

.font__super {
	vertical-align: super;
	font-size: 0.5em;
	margin-right: 0.3em;
}

/*--------------------------------------------

	GLOBAL CSS

--------------------------------------------*/
.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.bold {
	font-weight: bold;
}

.flex {
	display: flex;
}

.nolink {
	pointer-events: none !important;
}

.ggmap,
.youtube {
	position: relative;
	padding-top: 26.25%;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap #ggmap object,
.ggmap #ggmap embed,
.youtube iframe,
.youtube #ggmap object,
.youtube #ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ggmap iframe {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

@media screen and (min-width : 684px) {
	.for_sp {
		display: none !important;
	}
}

@media screen and (min-width : 1025px) {
	.for_tab {
		display: none !important;
	}
}

@media screen and (max-width : 1024.9999px) {
	.for_pc {
		display: none !important;
	}
}

.js_ofi {
	position: relative;
}

.js_ofi img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

/*--------------------------------------------

	共通 CSS

--------------------------------------------*/
.main__cts {}

.secInner {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 5%;
}

.under__mv {
	position: relative;
}

.under__mv-bg {
	width: 100%;
	padding-top: 28.57%;
	margin-top: 100px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.under__mv-ttlBox {
	align-items: center;
	font-size: 2rem;
	color: #349138;
	max-width: 1600px;
	margin: 4.2% auto 0;
	padding: 0 5%;
}

.under__mv-ttl-eng {
	font-size: 4.5rem;
	letter-spacing: 0.18em;
}

.under__mv-ttl-jpn {
	font-weight: normal;
	letter-spacing: 0.14em;
	margin-left: 2em;
}

.common__ttlBox {
	text-align: center;
	color: #349138;
}

.common__ttl-eng {
	font-size: 4.5rem;
	font-weight: bold;
	letter-spacing: 0.18em;
}

.common__ttl-jpn {
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 0.2em;
}

.plane01 {
	font-size: 1.8rem;
}

.common__btn01 {
	font-size: 2.1rem;
	width: 11.9em;
}

.common__btn01 a {
	width: 100%;
	background-color: #e7db1a;
	border: 2px solid #349138;
	color: #349138;
	box-sizing: border-box;
}

.btn01 {
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 10px 0;
	text-align: center;
	outline: none;
	transition: ease .6s;
	box-sizing: border-box;
}

.common__btn-arrow {
	display: block;
}

.common__btn01-in {
	color: #349138;
	position: relative;
	z-index: 3;
}

.common__btn-arrow:after {
	content: "";
	display: block;
	width: 1.19em;
	height: 2px;
	position: absolute;
	top: 50%;
	right: -10px;
	z-index: 20;
	background-color: #349138;
	transition: 0.6s;
}

.btn01:hover span {
	color: #349138;
}

.btn01:hover .common__btn-arrow:after {
	right: -16px;
}

.common__btn01-in:hover {
	color: #fff;
	transition: ease .4s;
}

.bgleft01:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}

.bgleft01:before {
	background-color: #fff;
}

.bgleft01:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}

.floating__contact {
	position: fixed;
	bottom: 5%;
	right: 1.2%;
	z-index: 90;
	width: 11.2871vw;
	height: 11.2871vw;
}

.floating__contact a {
	display: block;
	transition: 0.6s;
}

.floating__contact a:hover {
	opacity: 0.7;
}

.common__cat-label {
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #e7db1a;
	color: #349138;
	padding: 0.85em;
	width: 9.28em;
	box-sizing: border-box;
	text-align: center;
}

/*--------------------------------------------

	 FLAME

--------------------------------------------*/
#wrapper {
	overflow: hidden;
	position: relative;
}

/*--------------------------------------------

	HEADER

--------------------------------------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.header__inner {
	position: relative;
	z-index: 20;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	box-sizing: border-box;
}

.header__top {
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	height: 100px;
	background-color: #fff;
}

.header__inner.active .header__top {
	background: rgba(255, 255, 255, 0.5);
}

.header__top-logoBox {
	background-color: #e7db1a;
	width: 21%;
	box-sizing: border-box;
}

.header__logo img {
	width: 14.0625vw;
}

.header__logo a {
	box-sizing: border-box;
	height: 100px;
	padding: 2.9em 4.5em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header__top-info {
	flex: 1;
	align-items: center;
	justify-content: flex-end;
	color: #349138;
	padding-right: 3em;
}

.header__top-tel {
	font-size: 1.875vw;
}

.header__top-tel a {
	color: #349138;
}

.header__top-hour {
	font-size: 1.6rem;
	margin-left: 1.3em;
}

.header__top-small {
	font-size: 1.2rem;
}

.header__top-contact {
	width: 100px;
	text-align: center;
}

.header__top-contact a {
	background-color: #349138;
	display: block;
	padding: 3.3em 1em;
	box-sizing: border-box;
	height: 100px;
}

.header__bottom {
	width: 92%;
	margin-left: auto;
	font-size: 1.35rem;
	letter-spacing: 0.1em;
	justify-content: space-between;
	align-items: flex-end;
}

.header__inner.active .header__bottom {
	width: 100%;
}

.under .header__bottom {
	width: 100%;
}

.global__navi-inner {
	padding: 2.8em 8.5em;
	box-sizing: border-box;
}

.drawer-logo {
	display: none;
}

.global__navi-list {
	flex: 1;
}

.global__navi-item {
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom: 4px;
	font-size: 1.8rem;
}

.global__navi-item:not(:last-child) {
	margin-right: 2.75em;
}

.global__navi-item a {
	color: #fff;
	opacity: 1;
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.global__navi-item a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .4s;
}

.global__navi-item a:hover::after {
	transform: scale(1, 1);
}

.drawer-hamburger {
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 100px;
	height: 100px;
	background-color: #e7db1a;
	padding: 32px;
	box-sizing: border-box;
	top: 100px;
	transition: 0.6s;
}

.drawer--right .drawer-nav {
	right: 0;
}

.active.drawer-nav {
	right: -100%;
}

.drawer-nav {
	width: 100%;
	height: 100px;
	background: transparent;
	top: 100px;
}

.drawer--right.drawer-open .drawer-hamburger {
	right: 0;
}

.drawer-menu {
	padding: 0;
	background: rgba(52, 145, 56, 0.5);
	width: 92%;
	margin-left: auto;
}

.under .drawer-menu {
	width: 100%;
}

.drawer-nav.active .drawer-menu {
	width: 100%;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	height: 6px;
	left: inherit;
	right: 0;
}

.drawer-hamburger-icon {
	width: 100%;
	top: 0;
	background-color: #fff;
	margin: 0 auto;
}

.drawer-hamburger-icon:before {
	width: 100%;
	top: -14px;
	background: #fff;
}

.drawer-hamburger-icon:after {
	width: 100%;
	top: 14px;
	background: #fff;
}

.drawer-open .drawer-hamburger-icon {
	background-color: transparent;
}

.drawer--right.drawer-open .drawer-hamburger-icon:before,
.drawer--right.drawer-open .drawer-hamburger-icon:after {
	width: 100%;
	background-color: #fff;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0;
}

.drawer-overlay {
	display: none;
}

/*--------------------------------------------

  HUMBERGER

--------------------------------------------*/
@media screen and (min-width : 1201px) {

	.drawer__logo {
		display: none;
	}
}

/*============================
#Fixed Navi
============================*/
.fixed__navi {
	width: 100%;
	background-color: #fff;
	padding: 1.25% 3%;
	transform: translateY(-100%);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	transition: 0.6s;
	box-sizing: border-box;
}

.appear.fixed__navi {
	transform: translateY(0);
}

.fixed__navi-inner {
	align-items: center;
	justify-content: space-between;
}

.fixed__navi-logo {
	width: 200px;
}

.fixed__navi-logo a {
	display: block;
}

.fixed__navi-lead {
	font-size: 0.625vw;
	letter-spacing: 0.1em;
	margin-left: 1.53em;
	line-height: 1.4;
	font-weight: normal;
}

.fixed__navi-list {
	font-size: 1.4rem;
}

.fixed__navi-item {
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom: 4px;
}

.fixed__navi-item a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.fixed__navi-item a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .4s;
}

.fixed__navi-item a:hover::after {
	transform: scale(1, 1);
}

.fixed__navi-item:not(:last-child) {
	margin-right: 2.75em;
}

/*============================
#Googlemap
============================*/
#map {}

.ggmap__inner iframe {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*============================
#footer
============================*/
#footer {
	padding: 5.1% 0 0;
	color: #349138;
}

.ft__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 7.2% 4.8%;
	align-items: flex-start;
}

.footer__info {
	width: 38%;
	margin-right: 8.3%;
}

.footer__info-address {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.14em;
}

.footer__info-company {
	position: relative;
	padding-left: 1.25em;
	line-height: 1.8;
}

.footer__info-company:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #349138;
	position: absolute;
	left: 0;
	top: 6px;
}

.footer__info-hour {
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 1.2em;
	line-height: 1.7;
}

.footer__info-notes {
	font-size: 1.2rem;
}

.footer__info-tel {
	font-size: 3.8rem;
	font-weight: bold;
	margin-top: 0.5em;
}

.footer__info-tel-icon {
	position: relative;
	padding-left: 1.3em;
}

.footer__info-tel-icon:after {
	content: "";
	display: block;
	width: 0.9em;
	height: 0.9em;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../image/icon-tel-wh.svg") no-repeat center center #349138;
	background-size: 0.45em;
	border-radius: 50%;
}

.ft__navi {
	flex: 1;
	font-size: 2.2rem;
	flex-direction: column;
}

.ft__navi-list {
	flex-wrap: wrap;
	margin-bottom: 2.5em;
}

.ft__navi-item {
	font-weight: bold;
	letter-spacing: 0.14em;
}

.ft__navi-item:not(:last-child) {
	margin-right: 3.1em;
}

.ft__navi-item a {
	color: #349138;
	position: relative;
	display: inline-block;
	padding-bottom: 0.1em;
}

.ft__navi-item a:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #349138;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .6s;
}

.ft__navi-item a:hover::after {
	transform: scale(1, 1);
}

.ft__navi__other-item {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.14em;
	width: 21.5em;
}

.ft__navi__other-item:not(:last-child) {
	margin-bottom: 1em;
}

.ft__navi__other-item a {
	display: block;
	height: 50px;
	display: block;
	color: #fff;
	padding: 0.8em 1em 0.6em 0;
	box-sizing: border-box;
	border: 2px solid #349138;
	text-align: left;
	background-color: #349138
}

.ft__navi__other-item span {
	color: #fff;
}

.ft__navi__other-item .btn01:hover span {
	color: #349138;
}

.ft__navi__other-icon {
	position: relative;
	padding-left: 3.2em;
}

.ft__navi__other-icon::after {
	content: "";
	display: block;
	position: absolute;
	left: 0.8em;
	top: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}

.ft__navi__other-mail span::after {
	width: 22px;
	height: 22px;
	top: 4px;
	background-image: url("../image/ft-mail.svg");
}

.ft__navi__other-mail a:hover span:after {

	background-image: url("../image/ft-mail-gr.svg");
}

.ft__navi__other-line span:after {
	width: 22px;
	height: 22px;
	background-image: url("../image/icon-line.svg");
}

.ft__navi__other-line a:hover span:after {
	background-image: url("../image/icon-line02.svg");
}

.footer__info-copy {
	background-color: #349138;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	padding: 1.5em;
}

.copyright {
	display: block;
	text-align: center;
}