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

*{
	line-height:1;
	margin:0;
	padding:0;
}

html,body{background-color:#FFF000;}

body{font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

a { text-decoration:none } /* リンク文字の下線非表示 */ 
a:link { color:#000000; } /* 未訪問のリンク文字色 */ 
a:visited { color:#000000; } /* 訪問済のリンク文字色 */ 
a:hover { text-decoration:underline; } /* ポイント時のリンク文字色 */ 
a:active { color: #000000; } /* 選択中のリンク文字色 */ 

a:hover{
	opacity: 0.5; /* 透明度 */  
	-webkit-filter: alpha(opacity=60); /* Google Chrome、Safari */  
	-moz-filter: alpha(opacity=60); /* Firefox */  
	-o-filter: alpha(opacity=60); /* Opera */  
	-ms-filter: alpha(opacity=60); /* Internet Explorer */ 
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
	-ms-transition: 0.1s;
	transition: 0.1s;
}


#container{
	width:100%;
	height:100%;
}

#contents{
	width:1000px;
	margin:0 auto;
	padding-bottom: 50px;
}

.clear{
	clear: both;
}

#header{
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 75%;
	margin: 50px auto 100px auto;
}

#header a{
	font-size:20px;
	font-weight: 600;
	letter-spacing:0.1em;
}

.news-pic{
	font-size: 20px;
	line-height: 40px;
	letter-spacing:0.05em;
}

.news{
	font-size: 16px;
	line-height: 28px;
	text-align:center;
	letter-spacing:0.05em;
	margin: 35px auto -50px auto;
}

.main-image,
.sub-image,
.event-image{
	width: 1000px;
	height: auto;
}

h1{
	font-size: 22px;
	text-align: center;
	letter-spacing:0.05em;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 20px 0;
	margin: 60px 0 40px 0;
}

h2{
	font-size: 18px;
	text-align: center;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 20px 0;
	margin: 80px 0 40px 0;
}

.about-image{
	width: 200px;
	float: left;
	margin-left: 50px;
}

.text-about{
	font-size:16px;
	line-height:28px;
	letter-spacing:0.05em;
	text-align:justify;
	width: 700px;
	float: right;
	margin-bottom: 26px;
}

.text-about:last-child{
	margin-bottom: 0px;
}

.event{
	width: 600px;
	margin: 0 auto;
}

.heading-event{
	font-size:20px;
	margin-right: 10px;
	border: solid #ED7E86 3px;
	padding: 5px;
	float: left;
}

.text-event{
	font-size:20px;
	letter-spacing:0.05em;
	padding-top: 8px;
	margin-top: 30px;
}

.map-link{
	font-size:20px;
	letter-spacing:0.05em;
	border: solid #ED7E86 3px;
	padding: 6px;
	width: 190px;
	display: block;
	margin: 40px auto 0 auto;
}

.link-event{
	font-size:20px;
	letter-spacing:0.05em;
	border: solid #ED7E86 3px;
	padding: 6px;
	width: 315px;
	display: block;
	margin: 25px auto 0 auto;
}

.volunteer img{
	display: block;
	width: 230px;
	margin: 25px auto 0 auto;
}

.message-image{
	width: 600px;
	margin: 30px 0 50px 240px;
}

.message-text{
	font-size:16px;
	line-height:28px;
	letter-spacing:0.05em;
	text-align:justify;
	margin-bottom: 26px;
}

.message-text-bold{
	font-size:24px;
	line-height:50px;
	font-weight: 900;

}

.message-name{
	font-size:16px;
	line-height:28px;
	letter-spacing:0.05em;
	text-align:right;
	margin-bottom: 26px;
}

.text-contact{
	font-size:16px;
	line-height:32px;
	letter-spacing:0.01em;
	text-align:center;
}

.link-contact{
	font-size: 16px;
	margin: 10px auto 0 auto;
	display: block;
	width: 192px;
	border: solid #ED7E86 3px;
	padding: 6px;
}

#footer_pc{
	width: 100%;
	margin-top: 30px;
}

.sponsor-section{
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sponsor-image{
	margin-bottom: 15px;
}

.sponsor-image img{
	height: 60px;
}

.sponsor-text{
	font-size:14px;
	line-height:60px;
	text-align:center;
	width: 190px;
	background-color: #FFFFFF;
}

/*
=====================================================================
Googlemap
===================================================================== 
*/

.google-maps {
	position: relative;
	padding-bottom:50%; /* これが縦横比 */
	height: 0;
	overflow: hidden;
	margin-top: 50px;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

