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

/*-----------------------
 *
 * common
 *
 -----------------------*/

html{
	font-size: 62.5%;/*16px*62.5%=10px*/
}
body{
	color: #595757;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.serif{
	font-family: 'Sawarabi Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
}
h1{
	font-size: 3.0rem;
	color: #3E3A39;
}
h2{
	font-size: 2.4rem;
	font-weight: bold;
}
h2,p{
	margin-top: 0;
	margin-bottom: 0;
}
h3{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.wave_sec{
	width: 40px;
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}
.only_pc{
	display: block;
}
.only_sp{
	display: none;
}

/*link*/

a{
	color: #0073bc;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(243, 151, 45, 0.5);
}
a:hover {
	color: #b7dbf2;
	text-decoration: underline;	
}
a:active {
	color: #4ca4e8;
}
li{
	list-style: none;
}

/*title*/

.title{
	text-align: center;
	margin: 80px 0px 40px;
	padding: 70px 0px 0px;
	position: relative;
	z-index: 100;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}
.title p{
	padding-top: 20px;
}
.title_space{
	padding-top: 0px;
}
.discription{
	margin-top: 20px;
}

/*title*/

.text-center{
	text-align: center;
}
.bold{
	font-weight: bold;
}
.f5f5ed{
	background-color: #f5f5ed;
}

/*-----------------------
 *
 * header
 *
 -----------------------*/

/*header01*/

.header01{
	position: relative;
}
.header01 img {
	width: 100%;
}
#canvas-wrap02 canvas {
	position: absolute;
	top: 92%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#canvas-wrap02 canvas {
    width: 100%;
    height: 240px;
    vertical-align: top;
}

/*navigation*/

.site-header{
    background-color: #223A70;
    padding: 20px 20px 20px 30px;
    position: fixed;
	right:1%;
    top: 1.5%;
    transition: 2.0s;
	opacity: 1;
    width: 140px;
	font-size: 1.2rem;
	line-height: 2.5rem;
    z-index: 999;
}
.site-header a{
	color: #ffffff;
	border: 1px solid #223A70;
	padding: 1.5px;
}
.site-header a:hover {
	color: #223A70;
	background-color: #f5f5ed;
	border: 1px solid #f5f5ed;
	transition: .8s;
}
.site-header.hide{
    opacity: 0;
	transition: 1.0s;
}

/*-----------------------
 *
 * activity
 *
 -----------------------*/

.activity canvas{
	width: 100%;
}
.activity figure{
	width: 250px;
	text-align: center;
}
.container01{
	display: flex;
	flex-wrap: no-wrap; 
	justify-content: space-around;
	margin: 0px auto 60px;
	width: 900px;
	align-items: flex-start;
	padding: 0;
}
.container01 p{
	margin-bottom: 5px;
}
.activity a, .facility a{
	border: 1px solid #3E3A39;
	color: #FFFFFF;
	background-color: #3E3A39;
	display: block;
	width: 240px;
	text-align: center;
	margin: 40px auto 0px;
	padding: 10px;
}
.activity figcaption{
	text-align: left;
	font-size: 1.4rem;
    width: 210px;
    padding: 10px 0px 0px 20px;
}
.attention{
	margin: 0px auto 80px;
	width: 776px;
	padding-left: 1em;
    text-indent: -1em;
	font-size: 1.2rem;
}
.a1{
	margin-bottom: 30px;
}

/*-----------------------
 *
 * slide
 *
 -----------------------*/

.slide{
	margin-bottom: 70px;
}
.slide img{
	width: 380px;
	height: 253px;
}

/*-----------------------
 *
 * activity 02
 *
 -----------------------*/

.activity02{
	margin: 0px auto;
	width: 836px;
}
.activity02 li{
	margin-bottom: 30px;
}
.attention02{
	font-size: 1.4rem;
	margin-top: 5px;
}

/*-----------------------
 *
 * footer
 *
 -----------------------*/

.wave_f5f5ed{
	width: 100%;
}
.footer{
	padding: 50px 0 50px 0;
	background-color: #f5f5ed;
}
.footer p{
	font-size: 1.4rem;
}
.container05{
	display: flex;
	flex-wrap: no-wrap; 
	justify-content: space-between;
	width: 836px;
	margin: 0 auto;
	align-items: flex-end;
	padding: 0;
}
#canvas-wrap03 canvas {
    width: 100%;
    height: 240px;
	margin-bottom: -50px;
    vertical-align: top;
}


@media screen and (max-width:768px){
	
	body{
		font-size: 1.3rem;
		line-height: 1.5;
	}
	h1{
		font-size: 2.0rem;
		color: #3E3A39;
	}
	h2{
		font-size: 2.0rem;
		margin-top: 30px;
	}
	h3{
		font-size: 1.6rem;
	}
	.pc__img{
		display: none;
	}
	.sp__img{
		display: inline;
	}
	.br-sp {
		display:block;
	}
	.br-pc {
		display:none;
	}
	.only_pc{
		display: none;
	}
	.only_sp{
		display: block;
	}
	#canvas-wrap canvas {
    	height: 180px;
	}
	#canvas-wrap02 canvas {
    	height: 120px;
		top: 85%;
	}
	#canvas-wrap03 canvas {
    	height: 180px;
	}
	.title{
		width: 300px;
		margin: 0 auto;
		padding-top: 20px;
	}
	.left{
		text-align: left;
	}
	
	/*navigation*/

		/*ハンバーガーアイコン*/
		.hamburger {
			position: fixed;
			right:20px;
			top: 20px;
			display: block;
			width: 20px;
			height: 20px;
			z-index: 99999;
		}
		.hamburger  span {
			display: inline-block;
			transition: all .4s;
			box-sizing: border-box;
			position: absolute;
			left: 0;
			width: 100%;
			height: 2px;
			background-color: #243A70;
			margin: 0 auto;
		}
		.hamburger  span:nth-of-type(1) {
			top: 0;
		}
		.hamburger  span:nth-of-type(2) {
			top: 9px;
		}
		.hamburger  span:nth-of-type(3) {
			bottom: 0;
		}
		#nav-bg {
			content: "";
			width: 40px;
			height: 40px;
			right: 10px;
			top: 10px;
			display: block;
			position: fixed;
			background: #243A70;
			-webkit-border-radius: 50%;
			border-radius: 50%;
			z-index: 99998;
		}

		/*ナビゲーション*/
		#navigation{
			position: fixed;
			display: none;
			width: 100%;
			height: 100vh;
			top: 0;
			left: 0;
			background-color: #f5f5ed;
			z-index: 99998;
		}
		#navigation .navigation_inner{
			display: table;
			width: 100%;
			height: 100%;
		}
		#navigation .navigation_inner .navigation_menu{
			display: table-cell;
			vertical-align: middle;
		}
		#navigation .navigation_inner .navigation_menu .navigation_item{
			width: 300px;
			height: 40px;
			margin: 16px auto 0 auto;
		}
		#navigation .navigation_inner .navigation_menu .navigation_item:first-child{
			margin-top: 0;
		}
		#navigation .navigation_inner .navigation_menu .navigation_item a{
			display: block;
			position: relative;
			text-decoration: none;
			font-size: 1.2rem;
			line-height: 40px;
			text-align: center;
			color: #223A70;
			background-color: #f5f5ed;
			border: 2px solid #f5f5ed;	
			letter-spacing: 0.5em;
		}
		#navigation .navigation_inner .navigation_menu .navigation_item a:hover{
			transition: .3s;
			border: 2px solid #223A70;
			color: #FFFFFF;
			background-color: #223A70;
			text-decoration: none;
		}
			.hamburger.open span:nth-child(1) {
			-webkit-transform: rotate(45deg);
				  transform: rotate(45deg);
			top: 10px;
		}
		.hamburger.open span:nth-child(2) {
			width: 0%;
			opacity: 0;
		}
		.hamburger.open span:nth-child(3) {
			-webkit-transform: rotate(-45deg);
				  transform: rotate(-45deg);
			top: 10px;
		}

		.hamburger span {
			background-color: white;
		}

		.site-header{
			padding: 0;
		}

	/*header*/

	/*navigation*/

	/*activity01*/

	.activity figure{
		width: 180px;
		margin: 0px auto 40px;
		text-align: center;
	}
	.container01{
		display: block;
		flex-wrap: no-wrap; 
		justify-content: center;
		margin: 0px auto 50px;
		width: 300px;
		align-items: center;
		padding: 0;
		margin-top: 30px;
		text-align: center;
	}
	.container01 p{
		margin-bottom: 8px;
	}
	.activity figcaption{
		text-align: center;
		font-size: 1.3rem;
		width: 300px;
		padding: 10px 0px 0px 0px;
		margin-left: -60px;
	}
	.attention{
		width: 300px;
		margin-bottom: 50px;
		font-size: 1.1rem;
	}
	.a1{
		margin-bottom: 15px;
	}

	/*slide*/

	.slide img{
		width: 100%;
		height: 100%;
	}
	.slide{
		margin-bottom: 50px;
	}

	/*activity02*/

	.activity02{
		margin: 0px auto;
		width: 300px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.activity02 li{
		margin-bottom: 40px;
	}
	.attention02{
		font-size: 1.1rem;
		margin-top: 5px;
	}	

	/*-----------------------
	*
	* footer
	*
	-----------------------*/

	.wave_f5f5ed {
		margin-top: 10px;
	}
	#canvas-wrap03 canvas{
		margin-top: -40px;
	}
	.footer{
		padding: 20px 0 20px 0;
		background-color: #f5f5ed;
	}
	.footer p{
		font-size: 1.2rem;
	}
	.container05{
		display: block;
		justify-content: center;
		width: 320px;
		margin: 0 auto;
		align-items: center;
		padding: 0px;
	}
	.e2 {
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
		z-index: 100;
		margin-bottom: 15px;
	}
	small{
		font-size: 1.0rem;
	}
	.text-left{
		padding-left: 28px;
	}
	
}











