@charset "utf-8";

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";


.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;
}

	#topImg_sp  {
		display: none;
	}

@media(max-width:949px){
	#topImg .startDay {
		background-color: #0066CC;
		padding: 5px;
		margin-bottom: 5px;
		font-size: 32px;
		color: #FFFF99;
		font-weight:bold;
		/*
		border-bottom: solid 5px #000000;
		*/
	}

	#topImg_sp  {
		display: block;
	}
}
@media(max-width:800px){
	
#topImg_sp {
}

#topImg_sp .topImage {
	width: 100%;
}

#topImg_sp .startDay {
	font-size: 27px;
	text-align: center;
	background-color: #0066CC;
	padding: 5px;
	margin-bottom: 5px;
	color: #FFFF99;
	font-weight:bold;
	}

#topImg {
	display: none;
	}

}

#fc {
	background-color:#f1eb4b; 
	color:#000; 
	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 #909;
	border-radius: 15px;
}

#banner img {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	width: 100%;
}

#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: #990099;
}

@media(max-width:800px){
h1{
	font-size: 1em;
	}
}

#link {
	margin: 2%;
	display: block;
}
#link .btArea {

}
#link .btArea li {
	width: 48%;
	display: block;
	float: left;
	background-color: rgb(255,255,255,0.6);
	border-radius: 10px;
	box-shadow: 1px 1px 2px 3px #666666;
	text-align: center;
	/* height: ; */
	padding: 1% 0;
	font-size: 2em;
}
#link .btArea li:nth-child(2n) {
	float: right;
}
#link .btArea li img {
	width: 100%;
}
@media(max-width:949px){
	#link .btArea {
		padding: 8px;
	}
	#link .btArea li,
	#link .btArea li:nth-child(2n) {
		float: none;
		width: 100%;
		overflow: hidden;
		padding: 8px;
		margin-bottom: 20px;
	}
}



.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
	width: 65%;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

@media(max-width:949px){
	.btn, a.btn, button.btn {
	font-size: 1.2rem;
	margin: 1%;
	width: 63%;
}
}

#btn {
	width: 25%;
	float: left;
	padding: 1% 4%;
	margin: 0 auto;
}
#btn2 {
	width: 100%;
	float: inherit;
	margin: 0 8%;
}
@media(max-width:949px){
#btn {
	width: 87%;
	float: inherit;
	padding: 1% 4%;
	margin: 0;
}
#btn2 {
	margin: 0;
}

}