@charset "UTF-8";
@import url("global.css");
h1 span {
  display: block;
  font-size: 24px;
  letter-spacing: 1px;
  display: block;
  line-height: 0.5;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h1 span:first-letter {
  color: rgba(63, 112, 79, 0.6);
}

h2 {
  margin: 10px auto;
  font-size: 40px;
  line-height: 1.5;
}
h2.sec_title {
  font-size: 45px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 30px;
}
h2.sec_title span {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

/* ------------------------------
 Body
------------------------------ */
.intro {
  margin-bottom: 100px;
}
.intro h3 {
  text-align: center;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 60px;
}
.intro .reserve_img .att {
  text-align: right;
  font-weight: 600;
}

.form {
  background: #F2F2F2;
  padding: 90px 0;
}
.form .read {
  text-align: center;
  margin: 50px auto;
  line-height: 1.4;
  font-size: 28px;
}
.form .form_wrap {
  background: #fff;
  padding: 60px 80px;
  box-sizing: border-box;
  border-radius: 3px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1200px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1200px) {
  /* ------------------------------
   Body
  ------------------------------ */
  .intro h3 {
    font-size: 32px;
  }

  .form .read {
    font-size: 28px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  h2 {
    font-size: 32px;
  }

  /* ------------------------------
   Body
  ------------------------------ */
  .intro {
    margin-bottom: 60px;
  }
  .intro h3 {
    font-size: 26px;
    margin-bottom: 50px;
  }
  .intro .reserve_img .att {
    font-size: 16px;
  }

  .form {
    padding: 60px 0;
  }
  .form .read {
    font-size: 26px;
    margin: 40px auto;
  }
  .form .form_wrap {
    padding: 40px 60px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  h2 {
    font-size: 20px;
    letter-spacing: 0;
  }
  h2.sec_title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  h2.sec_title span {
    font-size: 14px;
    line-height: inherit;
  }

  /* ------------------------------
   Body
  ------------------------------ */
  .intro {
    margin-bottom: 30px;
  }
  .intro h3 {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .intro .reserve_img .att {
    font-size: 14px;
    margin-top: 0px;
    font-weight: 500;
  }

  .form {
    padding: 30px 0;
  }
  .form .read {
    font-size: 18px;
    margin: 20px auto 15px;
  }
  .form .form_wrap {
    padding: 0 10px 20px;
  }
}
