@charset "UTF-8";
.futura-b {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}

html.fixed {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .header {
    position: relative;
  }
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    width: 100%;
    background: #fff;
    height: 54px;
    padding: 10px 10px 0 15px;
    z-index: 1000;
  }
}
.header[aria-expanded=true] .header__menu {
  display: block;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.header[aria-expanded=true] .header__menuhr_t {
  opacity: 0;
}
.header[aria-expanded=true] .header__menuhr_m {
  transform: rotate(225deg);
}
@media (min-width: 768px) {
  .header[aria-expanded=true] .header__menuhr_b {
    transform: translateY(-12px) rotate(-225deg);
  }
}
@media (max-width: 767px) {
  .header[aria-expanded=true] .header__menuhr_b {
    transform: translateY(-9px) rotate(-225deg);
  }
}
.header__title {
  z-index: 10;
}
@media (min-width: 768px) {
  .header__title {
    position: absolute;
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .header__title {
    position: relative;
  }
}
@media (min-width: 768px) {
  .header__logo {
    width: 323px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 263px;
    margin-top: 5px;
  }
}
.header__menu {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(53, 141, 188, 0.9);
}
@media (min-width: 768px) {
  .header__menu {
    top: 0;
  }
}
@media (max-width: 767px) {
  .header__menu {
    top: 54px;
  }
}
.header__menuinner {
  height: 100%;
}
.header__menuul {
  color: #fff;
  display: flex;
  flex-direction: column;
  list-style: none;
}
@media (min-width: 768px) {
  .header__menuul + .header__menuul {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .header__menuul + .header__menuul {
    margin-left: 15px;
  }
}
.header__menuli {
  line-height: 48px;
}
.header__menuanc {
  text-decoration: underline;
}
.header__menubtn {
  position: fixed;
  right: 10px;
  z-index: 10000;
}
@media (min-width: 768px) {
  .header__menubtn {
    top: 15px;
    width: 76px;
  }
}
@media (max-width: 767px) {
  .header__menubtn {
    top: 10px;
    width: 30px;
  }
}
.header__menuhr {
  border: none;
  display: block;
  transform-origin: center;
  transition-duration: 0.2s;
}
@media (min-width: 768px) {
  .header__menuhr {
    background-color: #fff;
    width: 38px;
    height: 5px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .header__menuhr {
    background-color: #000;
    width: 30px;
    height: 4px;
    margin-bottom: 5px;
  }
}
.header__menuhr_m {
  transition-delay: 0.03s;
}
.header__menuhr_b {
  transition-delay: 0.06s;
}
.header__menutx {
  line-height: 1;
}
@media (min-width: 768px) {
  .header__menutx {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .header__menutx {
    color: #000;
  }
}

.footer {
  background-color: #358dbc;
  color: #fff;
}
@media (min-width: 768px) {
  .footer {
    padding: 60px 0 10px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 25px 0 10px;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    width: 323px;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    width: 293px;
  }
}
.footer__addr {
  line-height: 28px;
}
.footer__tel span {
  line-height: 35px;
}

.form__input {
  display: block;
  background-color: #eff8fb;
  border: solid 1px #37374a;
  border-radius: 5px;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .form__input {
    font-size: 22px;
    line-height: 38px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .form__input {
    font-size: 16px;
    line-height: 16px;
    height: 33px;
  }
}
.form__input::placeholder {
  color: #37374a;
}
.form__input2 {
  display: block;
  background-color: #eff8fb;
  border: solid 1px #33336a;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  padding: 0 10px;
  height: 45px;
}
.form__input2::placeholder {
  color: #81b8d5;
}
@media (min-width: 768px) {
  .form__input2_long {
    width: 370px;
  }
}
@media (max-width: 767px) {
  .form__input2_long {
    width: 67.2vw;
  }
}
@media (min-width: 768px) {
  .form__input2_half {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .form__input2_half {
    width: 67.2vw;
  }
}
@media (min-width: 768px) {
  .form__input2_zip {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .form__input2_zip {
    width: 42.67vw;
  }
}
@media (max-width: 767px) {
  .form__input2 + .form__input2 {
    margin-top: 10px;
  }
}
.form__select {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
}
.form__select_wrap {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.form__select_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #37374a;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 768px) {
  .form__select_wrap::after {
    right: 15px;
    width: 12px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .form__select_wrap::after {
    right: 10px;
    width: 10px;
    height: 8px;
  }
}
.form__date {
  position: relative;
  background-image: url(../img/common/schedule.svg);
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .form__date {
    width: 225px;
    font-size: 22px;
    line-height: 38px;
    background-position: 15px center;
    background-size: 20px 20px;
    padding-left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .form__date {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .form__date {
    width: 44vw;
    font-size: 16px;
    line-height: 16px;
    background-position: 10px center;
    background-size: 15px 15px;
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .form__time {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .form__time {
    width: 27.33vw;
  }
}
.form__time_content {
  width: 100%;
  background-image: url(../img/common/time.svg);
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .form__time_content {
    font-size: 22px;
    line-height: 38px;
    background-position: 15px center;
    background-size: 20px 20px;
    padding-left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .form__time_content {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .form__time_content {
    font-size: 16px;
    line-height: 16px;
    background-position: 10px center;
    background-size: 15px 15px;
    padding-left: 30px;
  }
}
.form__notice {
  line-height: 26px;
}
.form__btnarea {
  background: #eff8fb;
  height: 105px;
}
.form__btn {
  position: relative;
}
@media (min-width: 768px) {
  .form__btn {
    width: 360px;
    height: 55px;
  }
}
@media (max-width: 767px) {
  .form__btn {
    width: 61.33vw;
    height: 55px;
  }
}
.form__btn.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (min-width: 768px) {
  .form__btn.arrow::after {
    right: 15px;
    width: 10px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .form__btn.arrow::after {
    right: 10px;
    width: 8px;
    height: 10px;
  }
}
.form__send {
  background: #ff7e00;
  color: #fff;
  border-radius: 5px;
}
.form__send:hover {
  filter: brightness(1.2);
}
.form__confirm {
  background: #358dbc;
  color: #fff;
  border-radius: 5px;
}
.form__confirm:hover {
  filter: brightness(1.2);
}
.form__back {
  background: #fff;
  color: #358dbc;
  border: 1px solid #358dbc;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .form__back {
    width: 225px;
  }
}
.form__back:hover {
  background: #358dbc;
  color: #fff;
}
.form__zipbtn {
  background: #358dbc;
  color: #fff;
  border-radius: 5px;
}
.form__zipbtn:hover {
  filter: brightness(1.2);
}
@media (min-width: 768px) {
  .form__zipbtn {
    width: 160px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .form__zipbtn {
    width: 32.27vw;
    height: 45px;
  }
}
.form__cardbtn {
  background: #ff4f4f;
  color: #fff;
  border-radius: 5px;
}
.form__cardbtn:hover {
  filter: brightness(1.2);
}/*# sourceMappingURL=common.css.map */