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

#read{text-align: center;
	margin: 0 auto;
	padding: 3% 0 0
}

#read h1{
	font-size: 1.6em;
	border-bottom: solid 1px #ccc;
	padding-bottom: 1em;
	margin-bottom: 1em
}
@media screen and (max-width: 767px) {
	#read p br{
		display: none
	}
	#read p {text-align: left}
}	

@media print, screen and (min-width: 768px) {
	#read h1{font-size: 28px}
}	

@media print, screen and (min-width: 1024px) {}	

/* ------------------------------
  schedule
------------------------------ */
#schedule{
	padding: 2em 0;
}

#calendar {
	max-width: 1000px;
	margin: 40px auto;
}

.calendar_1.fc-h-event{
	background: #0096ff
}

.calendar_2.fc-h-event{
	background: #0096ff
}


.gotoshop {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #333333;
  font-size: 16px;
  border-radius: 0px;
  max-width: 400px;
  font-weight: bold;
  padding: .8em;
  border: 2px solid #333333;
  transition: 0.3s;
  box-shadow: 5px 5px 0px 0px rgba(51, 51, 51, 1);
  background-color: #FFFFFF;
  margin: 1em auto
}

.gotoshop:before{
	font-family: icomoon;
	content: "\ea47";
	padding-right: .8em
}


.gotoshop:hover {
  box-shadow: 0 0 #333;
  color: #fff;
  background-color: #333;
}



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

@media print, screen and (min-width: 668px) {
	#schedule{padding: 3em 0;}
}	

@media print, screen and (min-width: 1024px) {}	

