
@charset "UTF-8";

.box01{
	margin-bottom: 50px;
}

.txtbox{
	margin-bottom: 30px;
	text-align: justify;
}


.accordionbox{
	margin-bottom: 60px;
}

.accordionbox h3{
	color: #00A0E9;
	font-size: 20px;
	margin-bottom: 30px;
	cursor: pointer;
}

.accordionbox h3:before{
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size: 16px;
	margin: 0 10px 4px 0;
	vertical-align: middle;
	content: '▼';
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	--webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.accordionbox h3.active:before{
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordionbox h3 span:not(.osusume){
	display: block;
	margin-left: 28px;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

/*osusume_on*/
.accordionbox h3.osusume_on{
  position: relative;
  padding-right: 340px;
}
.accordionbox h3 span.osusume{
  display: block;
  position: absolute;
  top: -21px;
  right: 220px;
  width: 120px;
  height: 120px;
  padding-top: 28px;
  color: #00a0e9;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  background-color: #fff17c;
  border-radius: 100%;
  box-sizing: border-box;
  z-index: 1;
  line-height: 1.3;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
/*/osusume_on*/

.accordion_inner{
	display: block;
}

.accordion_inner img{
	margin-top: 0;
}

.course_name {
	line-height: 1.3;
	margin-left: 1em;
	font-weight: bold;
	text-indent: -1em;
}

.course_name:before {
	content: '■';
}

.course_name a {
	color: #00a0e9;
	text-decoration: underline;
	font-weight: normal;
}

.parking{
	background-color:#d2d1c6;
}

.parking.check{
	background-color:#fff;
}

.reserve_stop{
  color: #ff0000;
  font-weight: 700;
  border: 2px solid #ff0000;
  padding: 10px 20px;
  text-align: center;
}

/* ----------------------------------------
調整
 ---------------------------------------- */ 
.fc_red{
  color: #ff0000;
}

/* ----------------------------------------
attention_read
 ---------------------------------------- */ 
.attention_read{
  margin-bottom: 60px;
}
.attention_read h2{
  color: #6EBA35;
}
.attention_read li{
  padding-left: 1em;
  text-indent: -1em;
}
.attention_read a{
  color: #00A0E9;
  text-decoration: underline;
}