@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
    margin: 0;
    padding: 0;
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, Osaka, sans-serif;
	list-style: none;
}
#head_nw a:link,
#hanburger a:link {
	text-decoration:none;
}

#head_nw ul,
#global_menu ul {
	list-style-type: none;
}

.cc_grd {
	color: #006934;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#head_nw {
	font-size: 16px;
	overflow: inherit;
}
#head_nw .head_top {
	width: 1200px;
	margin: 0 auto 20px;
}
#head_nw .head_top .navi_box {
	display: flex;
	justify-content: flex-end;
    align-items: center;
}
#head_nw .head_top ul.navi {
	display: flex;
	justify-content: flex-end;
	font-weight: 400;
	margin: 0;
}
#head_nw .head_top ul.navi li {
	margin: 10px 0;
	padding: 0 20px;
	line-height: 1;
	border-left: solid 1px #D3D3D3;
}
#head_nw .head_top ul.navi li:last-child {
	border-right: solid 1px #D3D3D3;
}
#head_nw .head_top ul.navi_btn {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding-left: 10px;
}
#head_nw .head_top ul.navi_btn li img {
	width: 116px;
	padding-left: 10px;
}
#head_nw h1 {
	margin-top: 0;
}

/*------------------------------------------------------------
	スマホ挿入CSS
------------------------------------------------------------*/
.sp_only {display: none;}
@media screen and (max-width: 960px) {
.pc_only {display: none;}
.sp_only {display: inherit;}
img {
	max-width: 100%;
}
#head_nw .head_top {
	width: 100%;
}
#head_nw .head_top .navi_box {
	display: none;
}
}

/*------------------------------------------------------------
	ハンバーガーメニュー
------------------------------------------------------------*/

/* スマホ閲覧時のハンバーガーメニュー */
 
#hanburger {
  display: none;
} 
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    background: #13AE67;
	border: 1px solid #fff;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#hanburger:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#hanburger:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#hanburger:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#hanburger:checked ~ #global_menu { /* メニュー全体のスタイル（チェック済） */
  visibility: visible; /* メニューを表示 */
}

@media screen and (max-width: 960px) {
#global_menu {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 70px 20px;
  background: #13AE67;
  overflow-y:  scroll;
  text-align: left;
	font-size: 16px;
	box-sizing: border-box;
}
#global_menu .menu {
	border-bottom: 1px solid #fff;
}
#global_menu .menu .title {
	position: relative;
padding: 10px 60px 10px 0;
cursor: pointer;	
}
#global_menu .menu .title::before,
#global_menu .menu .title::after{
position: absolute;
content:'';
width: 15px;
height: 2px;
background: #fff;
transition: all .2s ease;
}
#global_menu .menu .title::before{
top:48%;
right: 15px;
transform: rotate(0deg);
}
#global_menu .menu .title::after{
top:48%;
right: 15px;
transform: rotate(90deg);
}
/*closeというクラスがついたら×に変化*/
#global_menu .menu .title.close::before{
transform: rotate(45deg);
}
#global_menu .menu .title.close::after{
transform: rotate(-45deg);
}
#global_menu .menu .title > a {
	color: #fff;
	font-size: 1.2em;
    font-weight: 600;
	display: inline-flex;
	align-items: center;
}
#global_menu .menu .title figure{
	width: 60px;
	margin: 0;
	padding-right: 10px;
	text-align: center;
}
#global_menu .menu .title figure img {
	height: 50px;
}

#global_menu .menu .child_menu {
display: none;
	margin-bottom: 30px;
	line-height: 1.4;
}
#global_menu .menu  .child_menu .reco {
	background: #F5F5F5;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}
#global_menu .child_menu .reco h4 {
	font-size: 1.3em;
	margin: 5px 0 15px;
}
#global_menu .menu  .child_menu .reco ul li {
	border-bottom: 1px solid #13AE67;
	padding: 20px 0;
	}
#global_menu .menu  .child_menu .reco ul li:first-child {
	padding: 0 0 20px;
	}
#global_menu .child_menu .list h3 {
	display: none;
}
#global_menu .child_menu .list ul li {
	margin: 10px 0;
	font-size: 1.1em;
}
#global_menu .child_menu .list ul li a {
	display: flex;
	align-items: center;
	color: #fff;
}
#global_menu .child_menu .list ul li img {
  padding-right: 10px;
}

/* 検索窓 */
#global_menu .searchBox {
	position: relative;
	width: 100%;
	height: 80px;
	background: #fff;
	margin-top: 40px;
	color: #13AE67;
	display: flex;
}
#global_menu .searchBox input.box {
  width: 100%; /* 親要素の幅に合わせる */
  height: 80px;
	box-sizing: border-box;
  padding: 20px;
	position: absolute;
  right: 0;
	font-size: 1.1em;
}
#global_menu .searchBox input.box::placeholder {
	color: #ACACAC;
}
#global_menu .searchBox input.btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 20px;
  border: none;
  background: #fff;
  cursor: pointer;
}
	
}

@media screen and (min-width: 961px) {
 
  /* PC閲覧時のメガメニュー */
 
.menu-btn {
    display: none; /* ハンバーガーメニューのボタンを非表示 */
}
 
#global_menu {
    position: relative;
    padding: 0;
    background: #13AE67;
    visibility: visible;
    overflow-y: visible;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #000;
  }
#global_menu.fixd {
	position: sticky;
  top: 0;
  z-index: 999;
  }
#global_menu ul {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding-inline-start: 0;
}
#global_menu li figure {
	margin: 0;
	height: 60px;
	padding-bottom: 5px;
}
#global_menu li.menu  {
	display: flex;
	align-items: stretch;
	}
#global_menu .menu .title > a {
  display: block;
	height: 100%;
	box-sizing: border-box;
  padding: 15px 7px;
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
}
 
#global_menu .menu .title:hover > a {
  background: #006934;
}
 
#global_menu .child_menu { /* 下層メニューのスタイル */
  width: 1200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  padding: 30px 40px 40px;
  background: #F5F5F5;
  visibility: hidden;
  text-align: left;
  line-height: 1.4;
z-index: 10;
}
#global_menu .child_menu .reco {
	width: 300px;
	float: left;
}
#global_menu .child_menu .reco h4 {
	font-size: 1.4em;
	margin: 5px 0 15px;
}
#global_menu .child_menu .reco ul {
	display: flex;
	    justify-content: flex-start;
}
#global_menu .child_menu .reco ul li {
	display: block;
	margin-right: 30px;
}
#global_menu .child_menu .list {
	width: 780px;
	float: right;
}
#global_menu .child_menu .list h3 {
	font-size: 1.9em;
	border-bottom: 1px solid #006934;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#global_menu .child_menu .list h3 img {
	margin-right: 10px;
}
 
#global_menu .menu:hover .child_menu { /* 下層メニューのスタイル（親項目ホバー時） */
  visibility: visible;  下層メニューを表示 */
}
#global_menu .child_menu .list ul {
  width: 100%;
  flex-wrap: wrap;
	justify-content: flex-start;
}
#global_menu .child_menu .list ul li {
  width: 33.3%;
	display: block;
	margin: 10px 0;
	font-size: 1.13em;
}
#global_menu .child_menu .list ul.sc2 li {
  width: 50%;
}
#global_menu .child_menu .list ul li a {
	display: flex;
	align-items: center;
}
#global_menu .child_menu .list ul li img {
  padding-right: 10px;
}
 
#global_menu .child_menu a {
  color: #000;
}

/* 検索窓 */
#global_menu .searchBox {
	position: relative;
	width: 100px;
	height: 100px;
	background: #fff;
	margin: 15px 0;
	color: #13AE67;
}
#global_menu .searchBox input.btn {
position: absolute;
top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	width: 34px;
	height: 34px;
	padding: 20px;
	margin: auto;
  border: none;
  background: #fff;
	transition: all 0.7s;
	pointer-events: none;
}
#global_menu .searchBox .head_search:focus-within input.btn {
	pointer-events: auto;
}

#global_menu .searchBox input.box {
	width: 100px; /* 親要素の幅に合わせる */
	height: 100px;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #13AE67;
	position: absolute;
cursor: pointer;
  right: 0;
font-size: 1.1em;
	transition: width 0.3s ease;
}

#global_menu .searchBox .head_search {
	height: 100px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100px;
	}

#global_menu .searchBox input.box:focus {
	cursor: text;
  width: 500px;

}
#global_menu .searchBox input.box::placeholder {
	color: #ACACAC;
}

#global_menu .menu .acrd-ttl {
		display: none;
}
}





