@charset "UTF-8";

.display{
  display: inline;
}

.nodisplay{
  display: none;
}

html{
  width: 1000px;
  margin: 0 auto;
}

#head_rogo{
  width: 700px;
  margin: 0 0 0 150px;
  float: left;
}

#head img{
  width: 100%;
}

#link{
  width: 700px;
  margin: 0 auto;
}

#link ul{
  list-style: none; 
  margin: 0;
  padding: 0;
}

ul{
  list-style-type: none;
}

#link ul li{
  position: relative;
  width: 24%;
  float: left;
  margin: 0;
  padding-bottom: 1px;
  margin-bottom: 5px;
  text-align: center;
  border-bottom: 3px solid #d6d6d6;
}

#link ul li a{
  display: inline-block;
  text-decoration: none;
  font-size: 21px;
  color: unset;
}

#link ul li::after{
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #b40000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

#link ul li:hover::after {
  transform: scale(1, 1);
}

.fa-exclamation-triangle{
  color: #ecc900;
}

#head-login{
  background-color: #d30808;
  width: 107px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 10px grey;
  float: left;
  margin: 31px 0 0 41px;
}

#head-login a{
  color: #fff;
  display: block;
  padding: 7px 4px;
}

#head-login:hover{
  box-shadow: unset;
}

.toph1{
  font-family: "Sawarabi Mincho";
  text-align: center;
  color: #006eff;
  font-weight: bold;
  margin: 30px 0 20px;
  font-size: 50px;
}

#topimg{
  width: 600px;
  margin: 10px auto 0;
}

#topimg img{
  width: 100%;
}

#topdf{
  margin: 50px 0 0 100px;
}

.sns{
  width: 80px;
  position: fixed;
  right: 0;
  top: 500px;
  background-color: white;
  box-shadow: 0 0 10px #6d6d6d;
  border-radius: 15px 0 0 15px;
  padding: 10px 0 4px 10px !important;
}

.sns img{
  width: 70px;
}

#schedule{
  width: 800px;
  margin: 0 auto;
}

#schedule a,#schedulemobile a{
  text-decoration: underline;
}

#schedule h4,#schedulemobile h4{
  text-align: center;
  margin: 10px 0 2px;
}

#schedule table,#schedulemobile table{
  width: 100%;
  border-collapse: collapse;
}

#schedule th{
  background-color: #fff3da;
}

#schedule th,#schedule td,#schedulemobile th,#schedulemobile td{
  border: 1px solid #d8d8d8;
}

.schmonth,.schday{
  text-align: center;
  width: 45px;
}

.schday{
  width: 91px;
}

.schsch{
  padding: 1px 0 1px 10px;
}

.schmust,.schplace{
  text-align: center;
}

.schplace{
  width: 134px;
}

.schplace img,.schplacemobile img{
  width: 22px;
  margin: 2px 2px -5px 0;
  border-radius: 6px;
}

footer{
  margin-top: 100px;
}


/*mobile処理*/
.mobile{
  display: inline !important;
}

.mobiletop{
  width: 98%;
  margin: 0 auto;
}

.mobile #head_rogo{
  width: 100%;
  float: unset;
  margin: 0;
}

.mobile #topimg{
  width: 100%;
}

#schedulemobile{
  width: 100%;
}

.schmobilelist{
  padding: 10px;
  border: 3px solid black;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 15px;
}

.border_orange{
  border-color: #ffa600;
}

#schedulemobile td,#schedulemobile th{
  border-color: #7c7c7c;
}

.schmo{
  width: 24%;
}

.mobile .sns{
  top: unset;
  bottom: 0;
  border-radius: 15px 0 0 0;
}

.mobile .sns img{
  width: 33px;
}

.mobile .sns a{
  margin: 0;
}

input{
  width: 100%;
}


/*member*/
.mobile2 #member_h1{
  font-size: 45px;
}

.mobile2 #member_input{
  width: 87%;
  height: 70px;
}

.mobile2 #memberpass{
  padding-left: 3%;
  height: 70px;
  font-size: 25px;
}

.mobile2 #member_h4{
  font-size: 30px;
}

.mobile2 #button_d{
  width: 300px;
}

.mobile2 #login_button{
  margin-top: 30px;
  height: 70px;
  font-size: 40px;
}

#member_h1{
  color: unset;
  font-family: unset;
  font-size: 35px;
  text-align: center;
}

#member_input{
  width: 500px;
  margin: 0 auto;
}

#member_h4{
  text-align: center;
  font-size: 20px;
}

#memberpass{
  height: 40px;
  border-radius: 10px;
  padding-left: 10px;
  border: 1px solid;
}

#button_d{
  width: 150px;
  margin: 10px auto 0;
}

#login_button{
  width: 100%;
  height: 44px;
  font-size: 19px;
  font-weight: bold;
  background-color: #ca0000;
  border: unset;
  border-radius: 10px;
  box-shadow: 0 0 5px #8b8b8b;
  color: white;
}

#login_button:hover{
  cursor: pointer;
}

#menu{
  border-top: 1px solid #d8d8d8;
  margin-top: 50px;
  padding-top: 20px;
}

#menu a{
  color: #7d7d7d;
  font-size: 14px;
  padding-left: 20px;
}

#menu a:hover{
  text-decoration: underline;
}

.bukaih1{
  color: black;
  font-size: 35px;
  text-align: center;
}

.bukaip{
  width: 700px;
  margin: 0 auto;
  border: 1px solid #afafaf;
  padding: 20px;
  border-radius: 20px;
}

.mobile2 .bukaih1{
  font-size: 25px;
}

.mobile2 .bukaip{
  width: 80%;
}

#ID001 img{
  width: 100%;
}


@media screen and (max-width: 980px){
  html{
    width: 100%;
  }
}

@media screen and (max-width: 450px){
  .toph1{
    font-size: 33px;
  }
}

@media screen and (max-width: 300px){
  .toph1{
    font-size: 22px;
  }
}