@charset "utf-8";
/*緑 #429C42
 * 黄緑 #7a0
 * 水色 #afeeee
/*
/*========= 上部固定させるためのCSS ===============*//*
#header-nav{
  height: 60px;
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  position: absolute;
  z-index: 2147483647;
  background:rgba(255,255,255,0.8);
}
#header-nav.fixed{
  position: fixed;
  z-index: 2147483647;
  top:0;
  background:rgba(255,255,255,0.4);
}*/

/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
#header.scroll-nav .header_nav {
  height: 100px;
  background: rgba(255,255,255,1);
}
@media only screen and (min-width: 576px) {
#header.scroll-nav .header_nav .title {
  display: none;
}
}
@media only screen and (max-width: 991px) {
#header.scroll-nav .header_nav {
  height: 90px;
}
#header.scroll-nav .header_nav .col-12 {
  height: 0;
}
}
@media only screen and (max-width: 767px) {
#header.scroll-nav .header_nav {
  height: 70px;
}
}
@media only screen and (max-width: 575px) {
#header.scroll-nav .header_nav {
  height: 64px;
}
#header.scroll-nav .header_nav .logo img {
	margin-top: -2px;
}
}

/* header_nav */
#header p {
	margin-bottom: 0;
}
.header_nav {
}
.header_nav .title {
	margin-bottom: 0;
	line-height: 1em;
	font-size: 11px;
	  padding: 10px 50px 10px 0;
}
@media only screen and (max-width: 991px) {
.header_nav .title {
	  padding: 5px 50px 5px 0;
}
}
.logo{
  display: flex;
  justify-content: left;
  align-items: center;
  }
.logo img {
  width: 370px;
	height: auto;
}

/*グローバルナビ header_nav */
.header_nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
	margin: 0;
	  padding: 0 20px;
	background: #fff;
}
.header_nav .header_inner {
    width: 100%;
	  display: flex;
	justify-content: end;
  align-items: center;
	padding-top: 10px;
}
.header_nav .header_inner p {
    font-size: 13px;
	font-weight: bold;
	margin-right: 20px;
}
.header_nav .header_inner p a {
    font-size: 24px;
	line-height: 28px;
    color: #429C42;/*
	padding-top: 2px;*/
	display: block;
}
.header_nav-bottom{
	position: relative;
  left: 0;
  top: 140px;
	border-top: 1px solid #429C42;
	border-bottom: 5px solid #429C42;
	padding-top: 10px;
}
/*
.menu-item a{
  padding-bottom: 5px;
  position: relative;
}*/

@media only screen and (max-width: 767px) {
.logo img {
  width: 270px;
	margin-top: 4px;
}
.header_nav {
  height: auto;
}
}
#g-nav-bottom {
}

#g-nav{
}
#g-nav ul {
  list-style: none;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 0;
	padding-left: 0;
}

#g-nav ul li,
#g-nav-bottom ul li {
  position: relative;
}
#g-nav ul li > a,
#g-nav-sp ul li > a {
	color: #3b3b3b;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-right: 20px;
	font-size: 14px;
	height: auto;
	position: relative;
}
#g-nav ul li:last-child > a {
  margin-right: 0;
}
#g-nav ul li > a:before,
#g-nav-sp ul li > a:before {
	position: absolute;
	left: 0;
	padding-left: 2px;
    content: "\F285";
    font-family: bootstrap-icons;
    font-weight: 400;
    font-size: 0.5rem;
	color: #fff;
	background: #7a0;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}

#g-nav-bottom ul {
  list-style: none;
  display: flex;
  justify-content: start;/*
	justify-content: space-between;*/
  align-items: center;
  margin-bottom: 0;
	padding-left: 0;
	border-top: 5px solid #429C42;
	width: 100%;
}
#g-nav-bottom ul li {
	width: 100%;
}
#g-nav-bottom ul li::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #429C42;
	display: block;
}
#g-nav-bottom ul li > a {
	color: #3b3b3b;
  display: flex;
  justify-content: center;
  align-items: center;/*
	width: calc( 100% / 6 );*/
  padding: 20px 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	position: relative;
	border-left: 2px dotted #429C42;
	background: #ffb6c1;
}

#g-nav-bottom ul li:nth-child(1) > a {
	border-left: none;
}
@media only screen and (max-width: 991px) {
#g-nav-bottom ul li > a {
	font-size: 14px;
}
}
@media only screen and (max-width: 860px) {
#g-nav-bottom ul li > a {
	font-size: 12px;
}
}
@media only screen and (max-width: 767px) {
	
}
#g-nav-bottom ul li > a:hover {
	text-decoration: none;
}
ul#menu-global_top li > a:hover {
	background: #f00;
	color: #fff;
}
ul#menu-global_bottom li > a {
	background: #afeeee;
}
ul#menu-global_bottom li > a:hover {
	background: #00b0f0;
	color: #fff;
}
ul#menu-global_bottom li:nth-child(3) > a {
	background: #ffebb6;
}
ul#menu-global_bottom li:nth-child(3) > a:hover {
	background: #ffba00;
	color: #fff;
}
ul#menu-global_bottom li:nth-child(4) > a,
ul#menu-global_bottom li:nth-child(5) > a {
	background: #dbebc4;
}
ul#menu-global_bottom li:nth-child(4) > a:hover,
ul#menu-global_bottom li:nth-child(5) > a:hover {
	background: #81a832;
	color: #fff;
}



/*========= ナビゲーションドロップダウンのためのCSS ===============*/
/*2階層目以降は横並びにしない*/
#g-nav ul ul{
  display: block;
}
	
/*2階層目を持つliの矢印の設定*/
#g-nav ul li.menu-item-has-children::after{
  content:'';
  position: absolute;/*
  left:50%;
  top:35px;*/
  right: 0;
  top: 45px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right:1px solid #fff;
  transform: rotate(135deg);
	margin-right: 30px;
	margin-left: 20px;
}

/*3階層目を持つliの矢印の設定*//*
#g-nav ul ul li.menu-item-has-children::before{
  content:'';
  position: absolute;
  left:6px;
  top:17px;
  width:6px;
  height:6px;
  border-top: 2px solid #fff;
  border-right:2px solid #fff;
  transform: rotate(45deg);
}*/

/*== 2・3階層目の共通設定 *//*
#g-nav li.menu-item-has-children ul{
  position: absolute;
  left: -40px;
  top: 100px;
  z-index: 4;
  background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 20px 0 rgba(241,190,53,1);
  width: 240px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
#g-nav ul li.menu-item-has-children::after{
  border-top: none;
  border-right: none;
}	
}*/

/*hoverしたら表示*//*
#g-nav li.menu-item-has-children:hover > ul,
#g-nav li.menu-item-has-children ul li:hover > ul,
#g-nav li.menu-item-has-children:active > ul,
#g-nav li.menu-item-has-children ul li:active > ul{
  visibility: visible;
  opacity: 1;
}
#g-nav li.menu-item-has-children ul li a{
  color: #000;
	height: auto;
  padding: 10px 30px;
	position: relative;
	font-size: 14px;
}
#g-nav li.menu-item-has-children ul li a::after {
    content: "\F138";
    font-family: bootstrap-icons;
    font-weight: 400;
    font-size: 1rem;
	color: #000;
	position: absolute;
	right: 0;
}
#g-nav li.menu-item-has-children ul li:last-child a{
  border-bottom:none;
}*/

/*3階層目の位置*//*
#g-nav li.menu-item-has-children ul ul{
  top:0;
  left:182px;
  background:#ccc;
}*/


/*ハンバーガー*/
/*========= ナビゲーションのためのCSS ===============*/
@media only screen and (min-width: 992px) {
#g-nav-sp {display: none;}
}
@media only screen and (max-width: 991px) {
#g-nav,.header_nav-bottom,.header_inner .yoyaku {display: none;}
.header_nav .header_inner p {
	margin-right: 40px;
}
}
@media only screen and (max-width: 575px) {
.header_inner .header-tel {display: none;}
}
@media only screen and (max-width: 991px) {
#header .header_nav {
	border-top: 4px solid #429C42;
}
#g-nav-sp ul li > a {
	font-weight: bold;
}
#g-nav-sp ul li > a:before {
	left: auto;
	right: 10px;
    font-size: 1rem;
	background: #ccc;
	width: 24px;
	height: 24px;
}
#g-nav-sp {
  position:fixed;
  z-index: 999;
  top:0;
  right: -120%;
  width:100%;
  height: 100vh;
  background:rgba(255,255,255,0.5);
  transition: all 0.6s;
  padding: 0;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav-sp.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav-sp.panelactive .menu-global-spmenu-container {
/*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav-sp ul {
  display: block;
  position: absolute;
  width:80%;
  height: 100%;
  padding-top: 60px;
  right: 0;
  background: #fff;
	list-style: none;
  padding-left: 0;
  }

/*リストのレイアウト設定*/
#g-nav-sp li {
  text-align: center;
	background: #fff;
}
#g-nav-sp ul li > a {
  justify-content: center;
  color: #333;
	height: auto;
	margin-right: 0 !important;
  text-decoration: none;
  padding: 20px;
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
	border-left: none;
}
/*
#g-nav li.menu-item-has-children ul,
#g-nav li.menu-item-has-children ul ul{
  position: relative;
  left:0;
  top:0;
  width:100%;
  visibility:visible;
  opacity:1;
  display: none;
  transition:none;
	border-radius: 0;
	box-shadow: 0 0 0 0;
  background: #fff;
	padding-top: 0;
	padding-bottom: 0;
}

#g-nav li.menu-item-has-children ul li a{
  padding: 20px 30px;
}
#g-nav li.menu-item-has-children ul li a:hover,
#g-nav li.menu-item-has-children ul li a:active{
  background:#eee;
}
#g-nav li.menu-item-has-children ul li a::after {
	right: 10px;
}
#g-nav li.menu-item-has-children ul li a:hover::after,
#g-nav li.menu-item-has-children ul li a:active::after{
	right: 8px;
}
#g-nav ul li.menu-item-has-children ul li {
	background: #fff;
}*/
/*矢印の位置と向き*//*
#g-nav ul li.menu-item-has-children::before{
  content:'';
  position: absolute;
top: 24px;
  left:20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(135deg);
}
#g-nav ul ul li.menu-item-has-children::before{
  transform: rotate(135deg);
  left:20px;
}
#g-nav ul li.menu-item-has-children.active::before{
  transform: rotate(-45deg);
}*/
/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
  top: 0;
  right: 10px;
  cursor: pointer;
  width: 56px;
  height: 56px;/*
  width: 40px;
  height: 40px;
	background: #429C42;*/
	background-image: linear-gradient(0deg, #4e8442, #429C42);
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 6px;
}
/*×に変化*/
.openbtn1 span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 13px;
  height: 3px;/*
  border-radius: 2px;*/
  background-color: #fff;/*
  width: 45%;*/
  width: 30px;
}
.openbtn1 span:nth-of-type(1) {
  top: 26px;
}
.openbtn1 span:nth-of-type(2) {
  top: 34px;
}
.openbtn1 span:nth-of-type(3) {
  top: 42px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 28px;
  left: 13px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
  background-color: #fff;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3){
  top: 40px;
  left: 13px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
  background-color: #fff;
}
}

/*見出しとTELをハンバーガー内に移動*/
@media only screen and (max-width: 575px) {
.header_nav .header_title {
  position:fixed;
  z-index: 1000;
  top:0;/*
	bottom: 60px;*/
  right: -120%;
  width:100%;
  padding: 0;
  transition: all 0.6s;
  width: calc( 80% - 20px );
  background: #fff;
	height: 56px;
}/*
.header_inner {
}
.header_inner .header-tel {
  position:fixed;
  z-index: 1000;
	bottom: 0;
  right: -120%;
	height: auto;
  padding: 0;
  transition: all 0.6s;
  width: calc( 80% - 20px );
	margin-right: 0 !important;
	border: 1px solid #429C42;
  background: #fff;
}*/

/*アクティブクラスがついたら位置を0に*//*
.header_nav .header_title.panelactive,
.header_inner .header-tel.panelactive {
  right: 0;
  position: relative;
}*/
/*
#g-nav-sp ul {
  margin-bottom: 120px;
}*/
}