@charset "UTF-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;}

h1,h2,h3 {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.pc{
	display: block;
}
.sp{
	display: none;
}
h1{
	padding-top: 45px;
	padding-bottom: 110px;
}
h2{
	padding-bottom: 20px;
	
}
h3{
	text-align: center;
	padding-bottom: 20px;
}
h4{
	padding: 0 0 20px 0;
}
h5{
	color: #fff;
	font-size: 18px;
	line-height: 1.5em;
	padding-bottom: 40px;
}
h6{
	padding-bottom: 10px;
	clear: both;
}
p{
	font-size: 14px;
	line-height: 2em;
	text-align: justify;
}
.p_white{
	font-size: 14px;
	line-height: 2em;
	text-align: justify;
	color: #ffffff;
}

a{
	text-decoration: none;
	color: #00a0e9;
}
a:hover{
	opacity: 0.8;
}
.a_white{
	text-decoration: none;
	color: #ffffff;
}
.txtlink{
	color: #fff;
	text-decoration: underline;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
dl{
	line-height: 1.4em;
	padding-bottom: 30px;
	overflow: hidden;
	font-weight: bold;
}
dt{
	float:left;
    clear:left;
    width:60px;
}
dd{
	float:left;
	width: 350px;
	padding-bottom: 15px;
}
.btn{
	background:url(../img/icon_btn.png), #ed7bad;
	background-repeat: no-repeat;
	background-position: 97% 48%;
	color: #fff;
	padding: 15px 35px 15px 30px;
	border-radius: 3px;
	line-height: 3em;
	font-weight: bold;
}
.btn p{
}
.menu{
	width: 100%;
	margin: 0 auto;
	height: 20px;
	padding: 15px 0;
	position: fixed;
	background: #fff;
	border-bottom: 1px solid #00a0e9;
}
.menu a{
	padding: 0 31px;
	text-align: center;
}
.wrap{
	width: 1000px;
	margin: 0 auto;
}

.mv{
	background-image:url(../img/mv.jpg);
	background-size:cover;
	padding: 0 0 80px 0;
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
  background-attachment:fixed;  
}
.mv p{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 30px;
	text-shadow: 1px 1px 3px #000;
}

#gaiyo{
	margin-top: -30px;
	background: #00a0e9;
	padding: 80px 0;
}
#gaiyo .gaiyo_img p{
	display: inline;
	padding-right: 10px;
}
#gaiyo .gaiyo_img{
	display: block;
	padding-bottom: 30px;
	margin: 0 0 0 40px;
}
#gaiyo .sub-txt{
	text-align: center;
	color: #fff;
	padding-bottom: 30px;
}
.event{
	border-top: 2px solid #FFF;
	padding: 50px 0;
}
.event .box{
	float: left;
	padding-right: 60px;
}
.event .box p{
	width: 410px;
}
.event .box img{
	width: 410px;
}
.event .box iframe{
	width: 400px;
	height: 250px;
}
.event span{
	font-size: 12px;
}
.event p{
	color: #fff;
	width: 500px;
	padding-bottom: 20px;
}
.event p a{
	color: #fff;
	text-decoration: underline;
}
#gaiyo .bg_01{
	background: url(../img/bg_01.png) right bottom no-repeat;
}
#gaiyo .bg_02{
	background: url(../img/bg_02.png) right bottom no-repeat;
}
.kaijo{
	border-left: 1px solid #00a0e9;
	border-right: 1px solid #00a0e9;
	background: #fff;
	padding: 50px 0;
	color: #00a0e9;
	overflow: hidden;
}
.kaijo h4{
	padding-bottom: 40px;
}
.kaijo h5{
	font-size: 24px;
	font-weight: bold;
	color: #00a0e9;
	padding-bottom: 20px;
}
.address{
	width: 420px;
	float: left;
	padding-bottom: 40px;
}
.address a{
	text-decoration: underline;
}
.map{
	width: 390px;
	height: 200px;
	padding-bottom: 40px;
	float: right;
}
.ryokin{
	clear: both;
	padding: 80px 0 50px;
	border-top: 1px solid #d3f1ff;
	border-bottom: 1px solid #d3f1ff;
}
.ryokin table{
	margin: 0 0 20px 0;
}
.ryokin table tr{
	border: 1px solid #00a0e9;
	text-align: left;
}
.ryokin table tr th{
	padding: 10px 20px;
	vertical-align: middle;
}
.ryokin table td{
	padding: 10px 20px;
	line-height: 1.5em;
	border: 1px solid #00a0e9;
	font-weight: bold;
}
.info{
	padding: 50px 0 0;
	color: #333;
}
.info table{
	margin-bottom: 20px;
}
.info table tr{
	border: 1px solid #BCBCBC;
	text-align: left;
	width: 100px;
	font-size: 14px;
}
.info table th{
	padding: 10px 20px;
	border: 1px solid #BCBCBC;
	vertical-align: middle;
}
.info table td{
	padding: 10px 20px;
	border: 1px solid #BCBCBC;
	line-height: 1.4em;
}
.info p img{
	float: left;
	padding-right: 20px;
}
.info .note{
	clear: both;
	padding: 30px 0 0;
	line-height: 1.6em;
}
.info .note span{
	font-size: 16x;
	font-weight: bold;
}
#news{
	margin-top: -50px;
	padding: 80px 0 100px;
	background: #00a0e9;
}
#news h3{
	padding-bottom: 50px;
}
#news .ttl{
	display: block;
	color: #fff;
}
#news .ttl h4{
    float: left;
	font-size: 22px;
	font-weight: bold;
	vertical-align: bottom;
	line-height: 1.4em;
	padding-bottom: 5px;
}
#news .ttl .day{
	float: right;
	font-size: 14px;
	color: #fff;
}
#news .ttl{
	border-bottom: 2px solid #fff;
}
#news .txt{
	clear: both;
	text-align: justify;
	color: #fff;
	padding-top: 10px;
}
#news .article{
	padding-bottom: 40px;
}
#news p img{
	float: left;
	padding-right: 5px;
	padding-bottom: 50px;
}
#archive{
	margin-top: -50px;
	background: #fff;
	padding: 100px 0;
}
#archive h3{
	padding-bottom: 30px;
}
#archive h4{
	text-align: center;
	color: #00a0e9;
	padding-bottom: 30px;
	line-height: 1.4em;
}
#archive p img{
	float: left;
	padding-right: 5px;
	padding-bottom: 30px;
}
#archive a{
	display: block;
	width: 350px;
	padding: 5px 20px;
	margin: 0 auto 20px;
}
.footer p{
	font-size: 10px;
	height: 40px;
	color: #00a0e9;
	text-align: center;
	padding-top: 15px;
}

/*企画概要*/

#kikaku h1{
	text-align: center;
	padding-bottom: 50px;
}
#kikaku h2{
	font-size: 24px;
	font-weight: bold;
	background: url(../img/icon_ttl.png) left top no-repeat;
	padding-left: 15px;
}
#kikaku .blue{
	background: #00a0e9;
	padding: 50px 0;
}
#kikaku .blue p{
	color: #000;
}
#kikaku .white{
	padding: 50px 0;
}
#kikaku .wrap{
	width: 670px;
}
#kikaku h3{
	text-align: left;
	font-size: 20px;
	color: #fff;
	padding: 20px 0;
}
#kikaku .img {
	padding: 20px 0;
	color: #00a0e9;
}
#kikaku .img p img{
	float: left;
	padding-right: 15px;
}
#kikaku span{
	font-size: 16px;
	font-weight: bold;
}

/*きっかけ*/

#kikkake h1{
	text-align: center;
	padding-bottom: 50px;
}
#kikkake h2{
	font-size: 24px;
	font-weight: bold;
	background: url(../img/icon_ttl.png) left top no-repeat;
	padding-left: 15px;
}
#kikkake .blue{
	background: #00a0e9;
	padding: 50px 0;
}
#kikkake .blue p{
	color: #000;
}
#kikkake .wrap{
	width: 670px;
}
#kikkake h3{
	text-align: left;
	font-size: 20px;
	color: #fff;
	padding: 20px 0;
}
#kikkake .img{
	text-align: center;
	margin: 0 auto;
	padding: 30px 0 30px;
}
#kikkake .img a{
	color: #fff;
	text-decoration: underline;
}
#kikkake .img p{
	text-align: center;
}
#kikkake span{
	color: #fff;
}


/* sp */
@media screen and ( max-width:750px )
{
.pc{
	display: none;
}
.sp{
	display: block;
}
	.drawer-hamburger{
		background: #fff!important;
		width: 100%!important;
		border-bottom: 1px solid #11A6EB!important;
		margin: 0;
		padding: 12px 12px 25px!important;
	}
	.drawer--left.drawer-open .drawer-hamburger {
    	left: 0rem!important;
		width: 146px!important;
		border-bottom: 1px solid #11A6EB!important;
}
	.drawer-hamburger-icon{
		width: 25px!important;
	}
	.drawer-nav{
		width: 170px!important;
		background: #f6f6f6!important;
	}
	.drawer-menu{
		width: 170px!important;
		padding-top: 50px!important;
	}
	.drawer-menu li{
		padding: 15px 20px;
		border-bottom: 1px solid #11A6EB;
		background: #fff;
	} 
	.drawer-menu li a{
		display: block;
	}
	h1{
		padding:0 0 50px 0;
	}
	p{
		font-size: 16px;
	}
	.kaijo h4 img{
		height: 40px;
		width: auto;
	}
	article, section{
		width: 100%;
	}
	.wrap{
		width: 90%;
		padding: 0 5%;
	}
	img{
		width: 100%;
	}
.mv{
	padding: 50px 0 60px;
	background-size: 130%;
	background-position: top;            /* 背景画像の位置は画面中央 */
  background-attachment:scroll; 
	}
	.mv h2{
		padding-bottom: 5px;
	}
	.mv p{
		width: 100%;
		font-size: 14px;
		padding-bottom: 10px;
	} 
	h5{
		font-size: 16px;
	}
	h6 img{
		height: 20px;
		width: auto;
	}
	.btn{
	padding: 5px 25px 5px 20px;
	line-height: 3em;
	display: block;
}
	dl{
	line-height: 1.4em;
	padding-bottom: 30px;
	overflow: hidden;
	font-weight: bold;
	font-size: 16px;
}
dt{
	float:left;
    clear:left;
    width:14%;
}
dd{
	float:left;
	width: 80%;
	padding-bottom: 15px;
}
	.event p{
	color: #fff;
	width: 100%;
}
.event .box{
	float: none;
	padding-right:0;
}
.event .box dl{
padding-bottom: 10px;		
	}
.event .box img{
	width: 100%;
	padding: 0 0 50px 0;
}
.event .box p{
	width: 100%;
}
.event .box iframe{
	width: 100%;
	height: 250px;
}
	#gaiyo h3 img{
		height: 40px;
		width: auto;
	}
	#gaiyo .sub-txt{
		font-size: 80%;
		line-height: 1.4em;
	}
	#gaiyo .gaiyo_img{
	display: block;
	padding-bottom: 30px;
	margin: 0;
}
	#gaiyo .gaiyo_img img{
		width: 45%;
}
	#gaiyo .gaiyo_img p{
	display: inline;
	padding: 0 5px;
}
#gaiyo .bg_01{
	padding-bottom: 240px;
	background: url(../img/bg_01.png) right bottom no-repeat;
	background-size: 90%;
}
#gaiyo .bg_02{
	padding-bottom: 240px;
	background: url(../img/bg_02.png) right bottom no-repeat;
	background-size: 90%;
}
	.address{
		float: none;
		width: 100%;
	}
	.map{
		width: 100%;
		height: 200px;
		float: none;
	}
	.info p img{
	float: left;
	width: auto;
	height: 20%;
	padding: 0 20px 20px 0;
}
	.info table tr{
	width: 100%;
	font-size: 14px;
}
.info table th{
	padding: 10px 10px;
	border: 1px solid #BCBCBC;
	vertical-align: middle;
}
.info table td{
	padding: 10px 10px;
	line-height: 1.4em;
}
.info p img{
	height: 60px;
	width: auto;
	float: left;
	padding-right: 10px;
}
.info .note{
	clear: both;
	padding: 30px 0 0;
	line-height: 1.6em;
}
.info .note span{
	font-size: 16x;
	font-weight: bold;
}
	#news{
		padding: 80px 0 50px;
		margin-top: -80px;
	}
	#news .txt{
		padding-top: 20px;
}
	#news h3 img{
		height: 40px;
		width: auto;
	}
	#news .article{
		padding-bottom: 50px;
	}
	#archive{
		padding: 80px 0 30px;
		margin-top: -80px;
	}
	#archive h3 img{
		height: 40px;
		width: auto;
	}
	#archive .btn{
		width: auto;
		line-height: 1.4em;
		font-size: 14px;
		padding:15px 5px;
	}
	/*企画*/
	#kikaku .wrap{
		width: 90%;
		padding: 30px 5% 0;
	}
	#kikaku h1 img{
		width: 60%;
		height: auto;
	}
#kikaku .img p img{
	float: none;
	padding-right: 15px;
}
	#kikaku .img p{
		font-size: 14px;
	line-height: 1.4em;
	}
	/*きっかけ*/
	#kikkake{
		padding-top: 50px;
	}
	#kikkake p a{
		color: #fff;
		text-decoration: underline;
	}
	#kikkake .wrap{
		width: 90%;
		padding: 0 5%;
}
#kikkake .img{
	text-align: left;
	margin: 0;
	padding: 30px 0 30px;
	width: 100%;
	}
#kikkake .img p{
	text-align: left;
	}
#kikkake .img a{
	display: inline;
	color: #fff;
	width: 10px!important;
	word-break: break-all;
	text-decoration: underline;
	line-height: 1.5em;
	}
	
}
