@charset "utf-8";

main {
  padding-top: 248px;
}

.title {
  height: 150px;
  background-image: url(../images/tell-image.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-shadow: 1px 1px 10px #4b2c14;
}

h2 {
  margin-top: 30px;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  color: rgb(71, 98, 253);
  border-bottom: 2px solid rgb(55, 76, 194);
}

.tell p {
  width: 350px;
  margin: 10px auto 0 auto;
  text-align: center;
}

.net_reservation p {
  width: 350px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.net_reservation a {
  color: rgb(255, 60, 0);
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid;
}

.contact {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.form-area {
  background-color: #f8f8f8;
  border: 1px solid #aaaaaa;
  margin-top: 25px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.form-area dt {
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 0px;
}

.form-area dt .required::after {
  content: '必須';
  font-size: 11px;
  color: #eb4f32;
  margin-left: 10px;
}

.form-area dd {
  width: 300px;
  padding: 10px 0;
}

.input-text {
  width: 100%;
  max-width: 290px;
  height: 30px;
}

.select-box {
  width: 290px;
  height: 30px;
}

.radio-button {
  display: block;
  margin-top: 5px;
}

.radio-button:first-child {
  margin-top: 0;
}

.radio-button input {
  margin-right: 5px;
}

.message {
  width: 100%;
  height: 130px;
  padding: 10px;
  line-height: 1.5;
}

.test {
  text-align: center;
}

.submit-button {
  background-color: #f4dd64;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'MOntserrat', sans-serif;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  border: none;
}

@media(min-width:800px) {
  main {
    padding-top: 140px;
  }

  .title {
    height: 300px;
    background-color: #ffffff;
    background-image: initial;
    background-image: url(../images/tell-image.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-shadow: 1px 1px 10px #4b2c14;
  }

  .title h1 {
    font-size: 40px;
  }

  .title p {
    font-size: 22px;
    margin-top: 10px;
  }

  h2 {
    margin: 30px auto;
    width: 50vw;
    color: rgb(71, 98, 253);
    border-bottom: 2px solid rgb(55, 76, 194);
    font-size: 30px;
  }

  .tell {
    width: 50vw;
    margin: 10px auto 0 auto;
    text-align: initial;
  }

  .tell p {
    font-size: 25px;
    line-height: 40px;
    margin-top: 20px;
    text-align: center;
  }

  .pal:hover {
    color: rgb(2, 174, 193);
  }

  .net_reservation p {
    width: 50vw;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }

  .net_reservation a {
    color: rgb(255, 60, 0);
    font-size: 22px;
    font-weight: bold;
  }

  .net_reservation a:hover {
    color: rgb(252, 169, 144);
  }

  .contact {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .form-area {
    background-color: #f8f8f8;
    border: 1px solid #aaaaaa;
    margin-top: 25px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .form-area dt {
    padding: 15px 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 0px;
  }

  .form-area dt .required::after {
    content: '必須';
    font-size: 14px;
    color: #eb4f32;
    margin-left: 10px;
  }

  .form-area dd {
    width: 90%;
    padding: 10px 0;
  }

  .input-text {
    width: 100%;
    max-width: 290px;
    height: 30px;
  }

  .select-box {
    width: 100%;
    height: 30px;
  }

  .radio-button {
    display: block;
    margin-top: 5px;
  }

  .radio-button:first-child {
    margin-top: 0;
  }

  .radio-button input {
    margin-right: 5px;
  }

  .message {
    width: 100%;
    height: 130px;
    padding: 10px;
    line-height: 1.5;
  }

  .test {
    text-align: center;
  }

  .submit-button {
    background-color: #f4dd64;
    display: inline-block;
    min-width: 180px;
    line-height: 48px;
    border-radius: 24px;
    font-family: 'MOntserrat', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    border: none;
  }
}