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


/*
=====================================================================
961px以上のスクリーンに摘要
===================================================================== 
*/

@media screen and (min-width:961px)
{
}


/*
=====================================================================
*
*    960px以下のスクリーンに摘要
*
* =================================================================== 
*/


@media screen and (max-width: 960px)
{
	
#contents{
	width:90%;
}

.main-image,
.sub-image,
.event-image{
	width: 100%;
	height: auto;
}

.about-image{
	margin-left: 25px;
}

.text-about{
	width: 600px;
}

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

}

/*
=====================================================================
421px以上のスクリーンに摘要
===================================================================== 
*/

@media screen and (min-width:421px)
{
.br,
#footer_sp{display: none;}
}

/*
=====================================================================
*
*    420px以下のスクリーンに摘要
*
* =================================================================== 
*/


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

.br-sp,
.about-image,
#footer_pc{
	display: none;
}
	
#contents{padding-bottom:30px;}
	
#header{
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 20px 0 40px 0;
}

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

#contents{
	width:90%;
	margin:0 auto;
}
	
.news-pic{
	font-size: 14px;
	line-height: 30px;
	letter-spacing:0.00em;
	display: inline-block;
	width: 100%;
	text-align:center;
}

.news{
	font-size: 12px;
	line-height: 20px;
	text-align:justify;
	letter-spacing:0.05em;
	margin: 35px auto 0px auto;
}

.main-image,
.sub-image,
.event-image{
	width: 100%;
	height: auto;
}

.main-image{
	margin: 10px 0 25px 0;
}
	
h1{
	font-size: 18px;
	text-align: center;
	margin: 20px 0 40px 0;
}

h2{
	font-size: 16px;
	margin: 40px 0 40px 0;
}

.text-about{
	font-size:14px;
	line-height:24px;
	letter-spacing:0.00em;
	width: 100%;
	float:none;
	margin-bottom: 22px;
}
	
.event{
	width:100%;
	margin: 0 auto;
}

.heading-event{
	font-size:17px;
	margin-right: 0px;
	border: solid #ED7E86 2px;
	padding: 4px;
	float:left;
	margin-bottom: 6px;
	margin-top: 20px;
}

.text-event{
	font-size:18px;
	letter-spacing:0.0em;
	padding-top: 0px;
	margin-top: 30px;
	line-height: 24px;
	text-align: justify;
	clear: both;
}

.map-link{
	font-size:16px;
	border: solid #ED7E86 2px;
	padding: 4px;
	width: 155px;
	display: block;
	margin: 50px auto 0 auto;
}

.link-event{
	font-size:16px;
	letter-spacing:0.05em;
	border: solid #ED7E86 2px;
	padding: 4px;
	width: 255px;
	display: block;
	text-align: center;
	margin: 25px auto 0 auto;
}

.message-image{
	width:100%;
	margin:0 0 40px 0;
}

.message-text{
	font-size:14px;
	line-height:24px;
	letter-spacing:0.05em;
	margin-bottom: 22px;
}

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

.message-name{
	font-size:14px;
	text-align:right;
}


.text-contact{
	font-size:14px;
	line-height:24px;
	letter-spacing:0.01em;
	text-align:center;
}
	
.link-contact{
	font-size: 14px;
	margin: 15px auto 0 auto;
	display: block;
	width: 168px;
	border: solid #ED7E86 2px;
	padding: 4px;
}
	
#footer_sp{
	width: 100%;
	margin-top: 20px;
}

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

.sponsor-image img{
	height: 37px;
}
	
.sponsor-text{
	font-size:9px;
	line-height:37px;
	width: 115px;
}


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

/*
=====================================================================
*
*    375px以下のスクリーンに摘要
*
* =================================================================== 
*/


@media screen and (max-width: 375px)
{
	
#header a{
	font-size:13px;
	font-weight: 600;
	letter-spacing:0.02em;
}

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

.sponsor-image img{
	height: 33px;
}
	
.sponsor-text{
	font-size:8px;
	line-height:33px;
	width: 105px;
}

	
}

/*
=====================================================================
*
*    320px以下のスクリーンに摘要
*
* =================================================================== 
*/


@media screen and (max-width: 320px)
{
	
#header a{
	font-size:11px;
	font-weight: 600;
	letter-spacing:0.02em;
}

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

.sponsor-image img{
	height: 43px;
}
	
.sponsor-text{
	font-size:9px;
	line-height:43px;
	width: 135px;
}



}
