@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lexend+Deca|Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
.fContact-inner, .inner { max-width: 1230px; padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; }


/*:::::::::::::::::::::::::::::::::::::::
  pagetitle
:::::::::::::::::::::::::::::::::::::::*/
.pagetitle-res {
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagetitle-res img {
  vertical-align: middle;
}
@media screen and (min-width: 751px) {
  .pagetitle-res {
    background-image: url( "../../reserve/img/bg-pagetitle.jpg");
    background-size: 1600px 364px;
    height: 364px;
  }
  .pagetitle-res img {
    width: 337px;
  }
}
@media screen and (max-width: 750px) {
  .pagetitle-res {
    background-image: url(../../reserve/img/bg-pagetitle-smt.jpg);
    height: 182px;
  }
  .pagetitle-res img {
    width: 168.5px;
  }
}

.txt-res {
    margin-bottom: 50px;
    text-align: center;
    font-size: 22px;
}

.r-form__block { 
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.r-form__table {
  width: 100%;
  margin-bottom: 40px;
}
.r-form__table th {
  font-size: 18px;
  font-weight: bold;
  background-color: #e9eaf1;
}
.r-form__table th.required:after {
  content: "必須";
  color: #da3300;
  font-size: 0.8em;
  display: inline-block;
  margin-left: 1em;
}
@media screen and (min-width: 751px) {
  .r-form__table th, .r-form__table td {
    padding: 20px 15px;
    border-bottom: 1px solid #bebebe;
  }
  .r-form__table th {
    width: 200px;
  }
  .r-form__table td {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
    .txt-res {
        margin-bottom: 30px;
        font-size: 16px;
    }

  .r-form__table {
    display: block;
  }
  .r-form__table tbody, .r-form__table tr, .r-form__table th, .r-form__table td {
    display: block;
    width: 100%;
  }
  .r-form__table th {
    font-size: 16px;
  }
  .r-form__table th, .r-form__table td {
    padding: 8px;
  }
}

.r-formflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -15px;
  margin-left: -15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.r-formflex.mg-none {
  margin: 0;
}
.r-formflex.mg-none .r-formflex__item {
  margin: 0;
}
.r-formflex__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 15px 0 0 15px;
}

.r-form__namebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.r-form__namebox .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5em;
          flex: 0 0 1.5em;
  width: 1.5em;
}
.r-form__namebox .input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 1.5em);
          flex: 0 0 calc(100% - 1.5em);
  width: calc(100% - 1.5em);
}
.r-form__input {
  width: 100%;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #8b8b8b;
}
.r-form__input:focus {
  border-color: #00a0dd;
}
.r-form__date {
  width: 100%;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #8b8b8b;
}
.r-form__date:focus {
  border-color: #00a0dd;
}
.r-form__textarea {
  height: 300px;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #8b8b8b;
}
.r-form__textarea:focus {
  border-color: #00a0dd;
}
.r-form__privacycheck {
  text-align: center;
  margin-bottom: 40px;
}
.r-form__checkbox {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #8b8b8b;
}
.r-form__checkbox:checked {
  background: #00a0dd url(../img/shared/icn-checked.png) no-repeat center center/16px;
}
.r-form__radio {
  cursor: pointer;
}
.r-form__radio input {
  display: none;
}
.r-form__radio input:checked + span {
  color: #00a0dd;
}
.r-form__radio input:checked + span::before {
  border: 1px solid #00a0dd;
}
.r-form__radio input:checked + span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 4px;
  top: 50%;
  margin-top: -3px;
  background-color: #00a0dd;
}
.r-form__radio span {
  display: block;
  padding-left: 20px;
  position: relative;
}
.r-form__radio span::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -7px;
  border: 1px solid #8b8b8b;
}
.r-form__select {
  font-size: 18px;
  padding: 10px;
  border: 1px solid #8b8b8b;
}
.r-form__label {
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  position: relative;
}
.r-form__label__checkbox {
  position: absolute;
  left: 0;
  top: 4px;
}
.r-form__label__text {
  font-size: 18px;
}
.r-form__addressbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.r-form__addressbox + .r-form__addressbox {
  margin-top: 10px;
}
.r-form__addressbox .label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
.r-form__addressbox .zip1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4em;
          flex: 0 0 4em;
  width: 4em;
}
.r-form__addressbox .hyphen {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.2em;
          flex: 0 0 1.2em;
  width: 1.2em;
  text-align: center;
}
.r-form__addressbox .zip2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5em;
          flex: 0 0 5em;
  width: 5em;
}
.r-form__addressbox .btn {
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  border-radius: 26px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  -webkit-transition: 0.2s opacity ease-in;
  -o-transition: 0.2s opacity ease-in;
  transition: 0.2s opacity ease-in;
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-left: 10px;
}
.r-form__addressbox .btn:hover {
  opacity: 0.6;
}
.r-form__addressbox .input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.r-form__telbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.r-form__telbox .hyphen {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5em;
          flex: 0 0 1.5em;
  width: 1.5em;
  text-align: center;
}
.r-form__telbox .input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(33.33% - 1em);
}
@media screen and (min-width: 751px) {
  .r-form__namebox {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .r-form__namebox .input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1.5em);
            flex: 0 0 calc(50% - 1.5em);
    width: calc(50% - 1.5em);
    max-width: calc(50% - 1.5em);
    padding-right: 30px;
  }
  .r-form__addressbox {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .r-form__addressbox .label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10em;
            flex: 0 0 10em;
    width: 10em;
  }
  .r-form__addressbox .zip1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5em;
            flex: 0 0 5em;
    width: 5em;
  }
  .r-form__addressbox .hyphen {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5em;
            flex: 0 0 1.5em;
    width: 1.5em;
  }
  .r-form__addressbox .zip2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6em;
            flex: 0 0 6em;
    width: 6em;
  }
  .r-form__addressbox .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    width: 120px;
    margin-left: 20px;
  }
  .r-form__addressbox .pref {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .r-form__addressbox .input {
    width: calc(100% - 10em);
  }
}
@media screen and (max-width: 750px) {
  .r-form__title {
    font-size: 16px;
  }
  .r-form__input {
    font-size: 16px;
  }
  .r-form__textarea {
    font-size: 16px;
  }
  .r-form__privacycheck {
    text-align: center;
    margin-bottom: 40px;
  }
  .r-form__label__text {
    font-size: 16px;
  }
  .r-form__namebox {
    margin-top: -20px;
  }
  .r-form__namebox .text, .r-form__namebox .input {
    margin-top: 20px;
  }
}

.r-form__textvisit {
    margin-right: 10px;
}
.r-form__textvisittime {
    margin: 0 10px 0 20px;
}
@media screen and (max-width: 750px) {
    .r-form__textvisittime {
        margin: 0 10px 0 9px;
    }
    .r-form__underline {
        border-bottom: 1px dashed #aaa;
        margin-bottom: 15px;
        padding-bottom: 5px;
    }
}


.submitbtn {
  display: block;
  width: 250px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 15px;
  background-color: #00a0dd;
  cursor: pointer;
}
.submitbtn[disabled=true] {
  background-color: #8b8b8b;
  cursor: not-allowed;
}
@media screen and (max-width: 750px) {
  .submitbtn {
    font-size: 18px;
  }
}

.view--hidden {
    visibility: hidden;
}


br.sp_only {
    display: none;
}
@media screen and (max-width: 750px) {
    br.sp_only {
        display: block;
    }
}
