.title{
    margin-bottom: 30px;
}

.line{
  height: 3px;
  width: 100vw;
  max-width: 900px;
  background: linear-gradient(to right, rgb(255,0,255), rgb(0,255,255));
}

.row{
  display: flex;
  justify-content: space-around;
  height:20vw;
  max-height: 85px;
  width: 100vw;
  max-width: 900px;
  margin: auto;
}

.row p{
  font-family: sans-serif;
  font-weight: bold;
}

.so,.ge{
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  text-align: center;
  height:20vw;
  max-height: 85px;
  width: 40vw;
  max-width: 360px;
  color: #fff;
  text-shadow: 0px 0px 8px #000;
  border-radius: 10px;
  box-shadow: 0px 0px 8px #000;
  cursor: pointer;
  transition: all 300ms 0s ease;
}

.ge{
  background-color: radial-gradient(#EB6400, #fff);
}

.ge:hover{
  box-shadow: 0px 0px 0px;
}

.ge.active,.ge:hover{
  background: radial-gradient(#fff, #EB6400);
  text-shadow: 0px 0px 8px #000;
  box-shadow:none;
}

.ge.active{
  cursor: default;
}

.so{
  background: radial-gradient(#009BAF, #fff);
}

.so.active,.so:hover{
  background: radial-gradient(#fff,#009BAf);
  text-shadow: 0px 0px 8px #000;
  box-shadow:none;
}

.so.active{
  cursor: default;
}

.sqeeze{
  background-color: rgba(125,125,125,0.9);
  color: #fff;
  width:95vw;
  max-width: 855px;
  margin: 30px auto;
  text-align: center;
  border-radius: 8px;
}

.ge-form,.so-form{
  padding: 10px 0 20px 0;
}


.checkboxes-input{
  display: none;
}
.checkboxes-parts{
  background-color: #fff;
  position: relative;
  width: 267px;
  padding: 15px 20px 15px 53px;
  transition:.3s;
  color: #444;
  border-radius: 8px;
  border: 1px solid #ddd;
  display:inline-block;
  line-height:1;
}
.checkboxes-input:checked + .checkboxes-parts{
  background: #ff555e;
  color: #fff;
  border: 1px solid #000;
}

.checkboxes-input:checked + .checkboxes-parts.greenc{
  background-color: green;
  color: #fff;
  border: 1px solid #000;
}
.checkboxes-input:checked + .checkboxes-parts.yellowc{
  background-color: #FFD700;
  color: #000;
  border: 1px solid #000;
}
.checkboxes-input:checked + .checkboxes-parts.purplec{
  background-color: purple;
  color: #fff;
  border: 1px solid #000;
}
.checkboxes-input:checked + .checkboxes-parts.redc{
  background-color:red;
  color: #fff;
  border: 1px solid #000;
}
.checkboxes-input:checked + .checkboxes-parts.skyc{
  background-color: #87CEEB;
  color: #000 ;
  border: 1px solid #000;
}


.checkboxes-parts::before{
  content: "";
  display: block;
  left: 9px;
  width: 30px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #aaa;
  background: #fff;
  position: absolute;
}
.checkboxes-parts::after{
  content: "";
  display: block;
  position: absolute;
  top:17px;
  left: 11px;
  width: 11px;
  height: 11px;
  background: #aaa;
  border-radius: 50%;
  transition:.2s;
  display: block;
}
.checkboxes-input:checked + .checkboxes-parts::before {
  border: 1px solid #000;
}
.checkboxes-input:checked + .checkboxes-parts::after {
  left: 26px;
  background: #058AA1;
}
.checkbox02-input:checked + .checkbox02-parts::after{

  left:26px;
    background: #ff555e;
  }



.text .strong{
   font-size: 21px;
   font-family: sans-serif;
}

.boothcard{
  background-color: rgba(255,255,255,0.9);
  width:95vw;
  max-width: 855px;
  margin: 30px auto;
  text-align: center;
  border-radius: 8px;
}

.card-img{
  padding: 15px;
  height:200px;
  width: 200px;
}

.card-caption{
  padding: 10px;
}

.timetable{
  background-color: #EB6400;
  font-weight: bold;
  line-height: 20px;
  font-family: '見出ゴMB31', 'ヒラギノ角ゴW6', 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', sans-serif;
  width:150px;
  margin:8px auto 8px auto;
  text-align: center;
  border-radius: 8px;
  color: #fff;
}

.timetable.day3{
    background-color: #009BAF;
}

.timetable.none{
  background-color: #666;
}

.timetable-wrapper{
      padding-bottom: 15px;
}

h3{
  background-color: navy;
  width: 300px;
}

h4{
  font-size: 15px;
  line-height: 25px;
  font-family: '見出ゴMB31', 'ヒラギノ角ゴW6', 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', sans-serif;
  width:150px;
  margin:8px auto 8px auto;
  text-align: center;
  border-radius: 8px;
}

.red{
  background-color: red;
  color: #fff;
}
.yellow{
  background-color: #FFD700;
}
.green{
  background-color: green;
  color: #fff;
}
.purple{
  background-color: purple;
  color: #fff
}
.sky{
  background-color: #87CEEB;
}
