@charset "utf-8";
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
* {
	border: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
}
#page {
	width: 950px;
	background-color:#FFF;
	padding: 0px 0px 10px;
}
@media(max-width:949px){
	#page {
		width: 100%;
	}
}
#topImg {
	/*
	margin-bottom: 20px;
	*/
}
#topImg .topImage {
	width: 100%;
}
.imageBt {
	display: none;
}
@media(max-width:949px){
	.imageBt {
		display: block;
		margin: 5px;
		text-align: right;
	}
	.imageBt img {
		max-width: 100%;
	}
}
#mailLink img {
	width: 100%;
}
#topImg .startDay {
	background-color: #0066CC;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 32px;
	color: #FFFF99;
	font-weight:bold;
	/*
	border-bottom: solid 5px #000000;
	*/
}
@media(max-width:949px){
	#topImg .startDay {
		font-size: 27px;
		text-align: center;
	}
}

#fc {
	background-color:#a00000; 
	color:#FFF; 
	font-weight:bold; 
	padding:8px;
	text-align:center;
	}
@media(max-width:800px){
#fc {
	font-size: 3vw;
	}
		}

#banner{
	width: 90%;
    background: #FFF;
	margin-top:1%;
	margin-bottom:2%;
    border: solid 3px #a00000;/*線*/
    border-radius: 15px;/*角の丸み*/
}

#banner img {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#banner img:hover {
   opacity: 0.5;
}

h1 {
	color: #FFF;
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 0%;
	margin-top: 1%;
	width: 100%;
/*	margin-left: 2%; */
	line-height: 150%;
	background-color: #a00000;
}

@media(max-width:800px){
h1{
	font-size: 1em;
	}
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
-moz-animation:blink 1.5s ease-in-out infinite alternate;
animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}
	@-moz-keyframes blink{
	    0% {opacity:0;}
	    100% {opacity:1;}
	}
	@keyframes blink{
	    0% {opacity:0;}
	    100% {opacity:1;}
	}

a {
	position: relative;
	text-decoration: none;
	color: #1d1d1d;
	display: block;
	max-width: 240px;
	padding: 0.5rem;
	border-radius: 50px;
	border: 1px solid #1d1d1d;
	padding: 0.5rem 1rem;
	text-align: center;
	background-color: #fff;
	font-weight: bold;
	transition: transform .2s;
	&: active{ transform: scale(.95); };
	float: left;
	margin: 2%;
	width: 25%;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
#btn {
	width: 100%;
	display:block;
}
@media(max-width:800px){
	a {
	width: 100%;
padding: 2%;
margin: 2% auto;
	}
	#btn {
	width: 100%;
	display: inline-grid;
}
}	
