@charset "UTF-8";

input{
  white-space: normal;
}

h4{
  font-size: 20px;
  margin-top: 20px;
  padding: 8px 0 8px 10px;
  background-color: #d80000;
  color: white;
}

h5{
  margin-top: 10px;
}

form{
  margin-left: 20px;
}

textarea{
  height: 100px !important;
}

#confirm{
  margin-left: 20px;
}

#campaign{
  margin-top: 10px;
  font-size: 20px;
}

.campaign_topic{
  text-decoration: underline double;
  text-decoration-color: red;
}

#back{
  width: 130px;
  height: 33px;
  font-size: 17px;
  background-color: #1f9c00;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  padding-top: 7px;
  text-align: center;
  color: white;
  margin-right: 20px;
}

#back a{
  color: white;
}

button{
  width: 130px;
  height: 40px;
  font-size: 17px;
  background-color: #ca0000;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  border: none;
  margin-left: 50px;
}

#reserve_button button{
  width: 130px;
  height: 40px;
  font-size: 17px;
  background-color: #ca0000;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  border: none;
  margin: 0;
}

#back,#button{
  float: left;
}

#form{
  height: 25px;
  width: 300px;
  font-size: 17px;
  padding-left: 5px;
}

select{
  height: 29px;
}

#time{
  width: 90px;
}

#time select{
  width: 77px;
}

#peo{
  width: unset;
}

#peo input{
  width: 40px;
  height: 25px;
}

#reserve_coupon{
  clear: both;
}

#reserve_note{
  font-size: 14px;
  margin-bottom: 10px;
}

#confirm_other{
  min-height: 50px;
}

#reserve_course{
  clear: both;
  overflow: hidden;
}

#reserve_course select{
  width: 309px;
}

/*complete*/
#collect{
  width: 90%;
  margin: 0 auto;
  background: #fff8ea;
  padding: 10px 0 10px 30px;
  border: 1px solid black;
  margin-top: 30px;
}

#collect_top{
  font-size: 20px;
}

#collect_main{
  font-size: 40px;
  font-weight: bold;
  color: red;
}

#collect_note ul li{
  list-style: none;
  font-size: 14px;
}

/*店舗登録*/
#store_register{
  width: 700px;
  margin: 20px auto 0;
}

#store_register table{
  border-collapse: collapse;
  width: 100%;
}

#store_register th, #store_register td{
  border: 1px solid #d8d8d8;
  padding: 8px;
}

#store_register th{
  width: 25%;
  font-size: 13px;
  text-align: left;
  background-color: #fff9ec;
}

#store_register td{
  width: 75%;
  font-size: 14px;
  background-color: white;
}

#form1{
  font-size: 17px;
  padding-left: 5px;
}

.inputh{
  height: 22px;
}

.w90{
  width: 90%;
}

.store_address{
  margin-top: 10px;
}

.store_coupon{
  height: 12px;
}

#coupon_note{
  font-size: 12px;
}

.store_other{
  margin-top: 20px;
}

#register_note{
  font-size: 14px;
  margin: 10px;
}

textarea{
  width: 90%;
}

/*予約*/
#reserve_start{
  margin-left: 20px;
}

#reserve_form{
  width: 700px;
  margin: 20px auto 0;
}

#reserve_form table{
  border-collapse: collapse;
  width: 100%
}

#reserve_form th,#reserve_form td{
  border: 1px solid #d8d8d8;
  padding: 8px;
}

#reserve_form th{
  width: 25%;
  font-size: 13px;
  text-align: left;
  background-color: #fff9ec;
}

#reserve_form td{
  width: 75%;
  font-size: 14px;
  background-color: white;
}

#reserve_form select{
  width: 90%;
}

@media screen and (max-width: 800px){
  .owner_register{
    width: 780px !important;
    margin: 0 10px !important;
  }
}

@media screen and (max-width: 780px){
  #reserve_start{
    margin: 0;
  }

  #reserve_form{
    width: 100%;
  }
}

@media screen and (max-width: 541px){
  #collect{
    padding: 10px 10px 10px 10px;
  }

  #collect_top{
    font-size: 100%;
  }

  #collect_main{
    margin: 10px 0 10px;
  }

  #collect_note ul li{
    font-size: 10px;
  }

  #reserve_form th{
    font-size: 10px;
  }

  #reserve_form td{
    font-size: 10px;
  }
}

@media screen and (max-width: 430px){
  h4{
    margin-top: 10px;
  }

  #collect_top{
    font-size: 70%;
  }
  
  #collect_main{
    font-size: 140%;
  }
  
  #form{
    width: 80%;
  }

  #reserve_course select{
    width: 82%;
  }

  #campaign{
    font-size: 13px;
  }
}

@media screen and (max-width: 312px){
  #collect{
    margin-top: 50px;
  }

  #collect_top{
    font-size: 50%;
  }

  #collect_main{
    font-size: 110%;
  }

  #collect_note ul li{
    font-size: 6px;
  }
}