header
{
}

header .head_body
{
	box-shadow: 0px 0px 10px -3px rgba(51,51,51,0.2);
	-moz-box-shadow: 0px 0px 10px -3px rgba(51,51,51,0.2);
	-webkit-box-shadow: 0px 0px 10px -3px rgba(51,51,51,0.2);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #FFF;

}


.bg_clr
{

}



.bg_set
{
	background: rgba(255, 255, 255, 0.8);
}


.navi_fix
{
	position: fixed;
	top: 0px;
	z-index: 999;
	width: 100%;
}

.navi_fix
{
	position: fixed;
	top: 0px;
	z-index: 999;
	width: 1000px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: rgba(0, 75, 159, 0.9);
	transition-duration: .4s;
	left: 0px;
	right: 0px;
	margin-right: auto;
	margin-left: auto;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;

	-webkit-border-top-left-radius: 0px;  
	-webkit-border-top-right-radius: 0px;  
	-webkit-border-bottom-left-radius: 6px;  
	-webkit-border-bottom-right-radius: 6px;  

	-moz-border-radius-topleft: 0px;  
	-moz-border-radius-topright: 0px;  
	-moz-border-radius-bottomleft: 6px; 
	-moz-border-radius-bottomright: 6px;  
}

.navi_fix a
{
	color: #fff;
}

header .head_box
{
	display: flex;
	justify-content: space-between;
}


header .title
{
	margin: 0px;
	padding: 12px;
}


header .title a img
{
	vertical-align: middle;
	transition-duration: 0.6s;
	transform:scale(1,1);
}

header .title a:hover img
{
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
	transform:scale(1.04,1.04);
}

header .head_navi 
{
	padding-top: 10px;
	padding-right: 10px;
}

header .head_navi  ul
{
	display: table;
	table-layout: fixed;
	width: 200px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

header .head_navi  ul li
{
	display: table-cell;
	width: 50%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	list-style-type: none;
	position: relative;
}

header .head_navi  ul li a
{
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	background: linear-gradient(to bottom, #fefefe, #ececec);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

header .head_navi  ul li a:before
{
	font-family: "Font Awesome 6 Free";
	content: '\f0da';
	font-weight: 900;
	margin-right: 4px;
	color: #339933;
}

header .head_navi  ul li a:after
{
	background: rgba(255, 255, 255, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	z-index: -1;
}

header .head_navi  ul li a:hover
{
	color: var(--font-color) !important;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

header .head_navi  ul li a:hover:after
{
	transform-origin: center top;
	transform: scale(1, 1);
}


header .head_navi  ul li:first-child::after
{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 1px; /* 境界線の幅 */
  height: 18px; /* 境界線の高さ */
  background-color: #ccc;
  top: 50%; /* 縦中央に配置 */
  transform: translateY(-50%);
	z-index: 2;

}

header .head_navi  ul li:last-child::before
{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	width: 1px; /* 境界線の幅 */
	height: 18px; /* 境界線の高さ */
	background-color: #fff;
	top: 50%; /* 縦中央に配置 */
	transform: translateY(-50%);
	z-index: 2;
}

header  .sp_menu
{

	display: none;
}

nav
{
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	transition-duration: .4s;
	clear: both;
	float: none;
}

nav ul
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}



nav ul li
{
	display: table-cell;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
}

nav ul li:not(:last-child)
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2b822b;
}

nav ul li:not(:first-child)
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #48a348;
}


nav ul li a
{
	color: #fff;
	font-size: 16px;
	line-height: 100%;
	display: block;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	position: relative;
	overflow: hidden;
	transition-duration: .4s;
	z-index: 2;
	background-color: #339933;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #51a851;
}

nav ul li:first-child a
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 0px;

	-webkit-border-top-left-radius: 0px;  
	-webkit-border-top-right-radius: 0px;  
	-webkit-border-bottom-left-radius: 6px;  
	-webkit-border-bottom-right-radius: 0px;  

	-moz-border-radius-topleft: 0px;  
	-moz-border-radius-topright: 0px;  
	-moz-border-radius-bottomleft: 6px; 
	-moz-border-radius-bottomright: 0px;  
}

nav ul li:last-child a
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 6px;

	-webkit-border-top-left-radius: 0px;  
	-webkit-border-top-right-radius: 0px;  
	-webkit-border-bottom-left-radius: 0px;  
	-webkit-border-bottom-right-radius: 6px;  

	-moz-border-radius-topleft: 0px;  
	-moz-border-radius-topright: 0px;  
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-bottomright: 6px;  
}

nav ul li a:before
{
}


nav ul li a:after
{
	background: var(--link-color);
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	z-index: -1;
}

nav ul li a:hover
{
	color: #fff !important;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
	border-bottom-color: #86D760;
}

nav ul li a:hover:after
{
  transform-origin: center top;
  transform: scale(1, 1);
}

nav .btn_menu a:after
{
	display: none;
}






nav ul .select,
#sp_navi ul .select
{
	background-color: transparent;
}


#sp_navi
{
	display: none;
}

.slide-down
{
	animation-name: slideDown;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	transform-origin: 50% 50% 0px;
	animation-duration: .3s;
	top: 0px;
}

@keyframes slideDown 
{
  0% 
  {
    top: -80px;
  }
  100% 
  {
    top: 0px;
  }
}

.slide-up 
{
	animation-name: slideUp;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	transform-origin: 50% 50%  0px;
	animation-duration: .3s;
	top: -80px;
}

@keyframes slideUp 
{
  0% 
  {
    top: 0px;
  }
  100% 
  {
    top: -80px;
  }
}




#sp_navi
{
	color: #fff;
	background-color: rgba(51, 153, 51, 0.9);
	position: fixed;
	z-index: 1000;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	padding-bottom: 10em;
	padding-top: 70px;
	top: 0px;
}



#sp_navi .sp_navi_body
{
	width: 100%;
	height: 100%;
	padding-top: 30px;
	display: block;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#sp_navi h3
{
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 8px;
}

#sp_navi .asa
{
	background-color: #125c83;
}


#sp_navi p
{
	font-family: "BIZ UDPGothic", sans-serif;
	display: block;
	text-align: left;
	padding-top: 10px;
}

#sp_navi p img
{
	height:60px;
	width:auto;
}


#sp_navi .sp_navi_body
{
	background-color: transparent;
	position: static;
	top: auto;
}

#sp_navi .sp_navi_body .hlef_menu
{
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}

#sp_navi .sp_navi_body .hlef_menu li
{
	width: 48%;
}


#sp_navi .sp_navi_body > ul
{
	display: block;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 8%;
	padding-bottom: 0px;
	padding-left: 8%;
}

#sp_navi .sp_navi_body > ul > li
{
	display: block;
	width: auto;
	padding-left: 0px;
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


#sp_navi .sp_navi_body > ul > li > a
{
	color: #fff !important;
	text-align: center !important;
	position: relative;
	text-decoration: none;
	display: block;
	padding-top: 1em;
	padding-right: 10px;
	padding-bottom: 1em;
	padding-left: 10px;
	font-size: 16px;
	line-height: 140%;
}

#sp_navi .sp_navi_body > ul > li > a:before
{

}


#sp_navi .sp_navi_body > ul > li > a small
{
	margin-left: 10px;
}


#sp_navi .sp_navi_body > ul > li > a span,
#sp_navi .sp_navi_body > ul > li > a:hover span
{
	background-image: none;
	margin: 0px;
	padding: 0px;
}


#sp_navi .sp_navi_body > ul > li > a:hover
{
	background-color: transparent;
}


#sp_navi .contact
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
}

#sp_navi .contact a
{
	font-size: 18px;
	color: #FFF;
	display: inline-block;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 60px;
	height: 60px;
	letter-spacing: 0.1em;
	border: 1px solid #FFF;
}

#sp_navi .contact a:before
{
}


#sp_navi dl
{
	display: table;
	table-layout: fixed;
	width: 86%;
	padding: 0px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
}

#sp_navi dt
{
	display: table-cell;
	width: 50%;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #FFF;
	font-family: "BIZ UDPGothic", sans-serif;
}

#sp_navi dt:last-child
{
	border-left-style: none;
}

#sp_navi dl dt a
{
	color: #FFF;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sp_navi dl dt:last-child a
{
	color: #339933 !important;
	background-color: #FFF;
}


#sp_navi dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}

#sp_navi dd:nth-child(6n)
{
	display: table-row;
	height: 10px;
}




#sp_navi .sub_menu
{
	display: block;
}

#sp_navi .sp_box
{
	_zoom: 1;
	overflow: hidden;
	margin-bottom: 1em;	
}







#sp_navi .sp_navi_body .sub_menu
{
	padding-top: 0em;
	padding-right: 10px;
	padding-bottom: 100px;
	padding-left: 10px;
	text-align: center;
}

#sp_navi .sp_navi_body .sub_menu p
{
	text-align: center;
}

#sp_navi .sp_navi_body .sub_menu a
{
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 16px;
	line-height: 120%;
}


#sp_navi .sp_navi_body .close_btn
{
	text-align: center;
	margin-bottom: 6em;
	padding-top: 0em;
}

#sp_navi .sp_navi_body .close_btn span
{
	display: inline-block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	-ms-background-size: auto 100%;
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;

}

#sp_navi .sp_navi_body .close_btn span:before
{
	font-family: "Font Awesome 5 Free";
	content: '\f00d';
	font-weight: 900;
	margin-right: 10px;
}


#tab 
{

}

#tab ul
{
	text-align: center;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#tab ul li
{
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
}

#tab ul li a
{
	color: #333;
}



/* PCのみ設定  768 以上*/
@media screen and (min-width:1200px)
{



}

/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{





}


@media (max-width: 1000px) 
{
.navi_fix
{
	width: 100%;
}




}


/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (min-width:768px) and (max-width:999px)
{

header
{
}



}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{


.bg_set
{
	background-color: #9370db;
}

header .head_navi 
{
	display: none;
}

header .sp_menu 
{
	display: block;
	margin: 0px;
	padding: 10px;
	position: absolute;
	top: 6px;
	right: 6px;
}

header .sp_menu img
{
	height: 50px;

}

nav ul li:nth-child(-n+5),
nav ul li:nth-last-child(-n+2) 
{
	display: none;
}

.head_posi
{
	top: -80px !important;
}


header
{
	width: 100%;
	position: fixed;
	z-index: 999999;
	top: 0px;
	left: 0;
	transition: 0.4s;
	padding: 0px !important;
	max-width: initial;
	min-width: initial;
	min-height: inherit;
	height: 60px;
	background-color: #FFF;
}

header .body
{
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: visible;
}


header .title
{
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	max-width: 30%;
	height: 60px;

}

header .title a
{
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 240px !important;
}


header dl
{
	width: 80px;
	margin: 0px;
	padding: 0px;
}


header .head_contact
{
	display: none;
}


header .sp_menu 
{
	margin: 0px;
	padding: 0px;
}



}
