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

#main img{
	max-width: 100%;
}
.grad{
		background: rgba(217,223,117,.40);
		background: -moz-linear-gradient(left,  rgba(217,223,117,0.40) 0%, rgba(88,185,211,0.40) 100%);
		background: -webkit-linear-gradient(left,  rgba(217,223,117,0.40) 0%,rgba(88,185,211,0.40) 100%);
		background: linear-gradient(to right,  rgba(217,223,117,0.40) 0%,rgba(88,185,211,0.40) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9df75', endColorstr='#58b9d3',GradientType=1 );
}
.sp{
	display: none;
}

.wrap{
	width: 1240px;
	margin: auto;
	max-width: 100%;
}

#h-header #h-nav{
	box-shadow: none;
    height: auto;
    background-image: none;
    background: transparent;
}
#h-header #h-nav::before{
	content: "";
	width: 100%;
	height: 6px;
	display: block;
background: #d9df75;
background: -moz-linear-gradient(left,  #d9df75 0%, #58b9d3 100%);
background: -webkit-linear-gradient(left,  #d9df75 0%,#58b9d3 100%);
background: linear-gradient(to right,  #d9df75 0%,#58b9d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9df75', endColorstr='#58b9d3',GradientType=1 );

}
#h-header #h-nav ul.ddmenu{
	margin: 5px auto;
}
#h-header #h-nav ul.ddmenu li.menu__single{
	width: 33.333%;
  border-right: 2px solid #1a7aa5;
	padding: 1px 0 3px;
}
#h-header #h-nav ul.ddmenu li.menu__single:first-of-type{
  border-left: 2px solid #1a7aa5;
}
#h-header #h-nav ul.ddmenu li.menu__single a{
  background:none;
  border-left: none;
	border-right: none;

	height: auto;
	font-size: 1.8rem;
	color: #1a6688;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
#h-header #h-nav ul.ddmenu ul {
	 width: 310px;
   display: none;
}
#h-header #h-nav ul.ddmenu ul {
   display: none;
   margin: 0px;
   padding: 0px;
	 position: absolute;
}
#h-header #h-nav ul.ddmenu li:hover ul {
   display: block;
 	 z-index: 2;
}
#h-header #h-nav ul.ddmenu ul li:first-of-type{
   margin-top: 10px;
}
#h-header #h-nav ul.ddmenu ul li {
	 background-color: rgba(96,178,196,0.2);
   width: 100%;
   border-bottom: 1px solid #FFFFFF;
	 padding: 3px 0 3px;
}
#h-header #h-nav ul.ddmenu ul.menu__second-level li a {
	 height: auto;
   line-height: 35px;
	 font-size: 1.4rem;
	 color: #1a6688;
	 font-weight: bold;
	 text-align: center;
	 letter-spacing: 0.1em;
}
#h-header #h-nav ul.ddmenu ul li a:hover {;
   opacity: 0.5;
}

.activity_ttl{
	color: #1a7aa5;
	font-size: 285%;
	font-weight: bold;
	text-align: center;
	letter-spacing:0.025em;
}

@media screen and (max-width: 768px){

	.pc{
		display: none !important;
	}
	.sp{
		display: block;
	}
	.menu__single button{
		display: none;
	}

	#h-header #h-nav::before{
		content: none;
	}

	#h-header::before{
		content: "";
		width: 100%;
		height: 3px;
		display: block;
		background: #d9df75;
		background: -moz-linear-gradient(left,  #d9df75 0%, #58b9d3 100%);
		background: -webkit-linear-gradient(left,  #d9df75 0%,#58b9d3 100%);
		background: linear-gradient(to right,  #d9df75 0%,#58b9d3 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9df75', endColorstr='#58b9d3',GradientType=1 );
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#h-header #h-nav ul.ddmenu li.menu__single,
	#h-header #h-nav ul.ddmenu li.menu__single:first-of-type{
		width: 100%;
		border: none;
		border-top: 3px solid #1a6688;
		padding: 15px 20px;
	}
	#h-header #h-nav ul.ddmenu{
		margin: 0;
	}
	#h-header #h-nav ul.ddmenu li.menu__single a,
	#h-nav ul.ddmenu li.menu__second-level a{
		font-size: 3.75vw;
		letter-spacing: 0.1em;
	}
	#h-nav ul.ddmenu li.menu__single a:after,
	#h-nav ul.ddmenu li.menu__second-level a:after {
		border-top: 2px solid #1a6688;
		border-right: 2px solid #1a6688;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		-webkit-transform: translateY(-50%) rotate(45deg);
	}


	/* ドロップダウンメニュー2階層目 */
	#h-header #h-nav ul.ddmenu ul.menu__second-level {
		display: none;
		margin: 0px;
		padding: 0px;
		position: relative;
		top: 0;
	}
	#h-header #h-nav ul.ddmenu ul {
		width: 100%;
	}
	#h-header #h-nav ul.ddmenu ul li {
    background-color: rgba(96,178,196,0.2);
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
    padding: 3px 0 3px;
	}







	.wrap{
		width: 100%;
		padding: 0 4.6%;
	}
	.copy{
		padding: 0;
	}
}
