@charset "UTF-8";
.errortext {
  color: #F5281E;
  display: none;
}
@media screen and (max-width: 900px) {
  .errortext {
    font-size: 3.5vw;
    margin-top: 0.2em;
  }
}

.errortext2 {
  color: #F5281E;
}
.errortext2.center {
  text-align: center;
  margin-top: 3vw;
}
@media screen and (max-width: 900px) {
  .errortext2 {
    font-size: 3.5vw;
    margin-top: 0.2em;
  }
}

.notes {
  font-size: 15px;
  line-height: 1.41;
  color: #4D4D4D;
}
.notes .red {
  color: #E30077;
}
.notes a {
  text-decoration: underline;
  color: #0000FF;
}

.errortext2 {
  color: #F5281E;
}
.errortext2.center {
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .errortext2 {
    font-size: 3.5vw;
    margin-top: 0.2em;
  }
}

.form-box {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.form-box dl {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 22px;
  align-items: center;
  border-bottom: 1px solid #999999;
}
.form-box dl.no {
  pointer-events: none;
  opacity: 0.5;
}
.form-box dl.no dt .hissu {
  display: none;
}
.form-box dl.none {
  pointer-events: none;
  opacity: 0.5;
}
.form-box dl.none dt .hissu {
  display: none;
}
.form-box dl dt {
  width: 26.4%;
  position: relative;
  line-height: 1.75;
  font-size: 16px;
}
.form-box dl dt > span {
  color: #1d68ab;
  font-size: 11px;
}
.form-box dl dt .kome {
  font-size: 11px;
}
.form-box dl dt .hissu {
  position: absolute;
  top: 50%;
  right: -18%;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
  padding: 2px 3px;
  color: #fff;
  background: #e14545;
  border-radius: 3px;
  font-size: 12px;
}
.form-box dl dt .nini {
  position: absolute;
  top: 50%;
  right: -18%;
  transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  color: #fff;
  background: #999999;
  padding: 2px 3px;
  border-radius: 3px;
}
.form-box dl dd {
  width: 65.7%;
}
.form-box dl dd input[type=text], .form-box dl dd input[type=email] {
  border: 1px solid #999999;
  padding: 5px 5px;
  font-size: 16px;
  box-sizing: border-box;
  width: 50%;
  border-radius: 5px;
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
}
.form-box dl dd input[type=text].full, .form-box dl dd input[type=email].full {
  width: 100%;
  display: block;
}
.form-box dl dd input[type=text].mini, .form-box dl dd input[type=email].mini {
  width: 20%;
  display: inline-block;
}
.form-box dl dd input[type=text].mini2, .form-box dl dd input[type=email].mini2 {
  width: 38%;
  display: inline-block;
}
.form-box dl dd input[type=text] .note, .form-box dl dd input[type=email] .note {
  font-size: 12px;
  margin-top: 5px;
}
.form-box dl dd textarea {
  border: 1px solid #999999;
  padding: 3px 3px;
  font-size: 16px;
  box-sizing: border-box;
  resize: vertical;
  min-height: 144px;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
}
.form-box dl dd select {
  font-size: 16px;
  padding: 3px 3px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.form-box dl dd.full {
  width: 100%;
}
.form-box dl dd .wpcf7-list-item {
  margin-bottom: 5px;
}
.form-box .submit-box {
  margin-top: 54px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 50px;
  color: #fff;
  background: #1d68ab;
  line-height: 1;
  text-align: center;
  display: block;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  border: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 20px center;
  cursor: pointer;
}
.form-box .submit-box:disabled {
  opacity: 0.5;
  cursor: auto;
}
.form-box .submit-box2 {
  margin-top: 20px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 50px;
  color: #fff;
  background: #282828;
  line-height: 1;
  text-align: center;
  display: block;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  border: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: left 20px center;
  cursor: pointer;
}
.form-box .submit-box3 {
  margin-top: 20px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 50px;
  color: #fff;
  background: #282828;
  line-height: 1;
  text-align: center;
  display: block;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  border: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: left 20px center;
  cursor: pointer;
}

.pri-box {
  margin-top: 54px;
  padding: 20px 20px;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-items: center;
}
.pri-box .pri-logo {
  width: 25.3%;
}
.pri-box .pri-logo img {
  display: block;
}
.pri-box .pri-text {
  width: 69%;
  font-size: 12px;
  line-height: 1.66;
}

.ex-text {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 13px;
  color: #000000;
  line-height: 1.53;
}
.ex-text a {
  text-decoration: underline;
}

.thanks-1 {
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
}

.form-ttl span {
  display: block;
}

.js-button {
  margin-left: 10px;
  display: inline-block;
  border: 0;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 5px;
  background: #282828;
  color: #fff;
}

.js-button2 {
  margin-left: 10px;
  display: inline-block;
  border: 0;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 5px;
  background: #282828;
  color: #fff;
}

.con-link {
  display: flex;
  justify-content: space-between;
  max-width: 692px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 88px;
  margin-bottom: 20px;
}
.con-link .link-btn {
  width: calc(100% - 476px);
}
.con-link .link-btn .box {
  padding: 8px 0;
  border-radius: 10px;
  background: #000;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.con-link .text {
  width: 453px;
}
.con-link .text .con-ttl {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
}
.con-link .text .con-ttl span {
  display: inline-block;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 14px;
  background: #e14545;
}
.con-link .text .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.con-link .text .time {
  width: 48.5%;
}
.con-link .text .time p {
  font-size: 12px;
  line-height: 1.76;
}
.con-link .text .time p.mini {
  font-size: 10px;
}
.con-link .text .tel {
  width: 49%;
}
.con-link .text .tel a {
  font-size: 30px;
  color: #000;
}

.g-recaptcha {
  max-width: 304px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 10px !important;
  margin-bottom: 30px !important;
  width: 90%;
}

@media screen and (max-width: 900px) {
  .form-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .form-box dl {
    display: block;
    padding-top: 6vw;
    padding-bottom: 6vw;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #999999;
  }
  .form-box dl dt {
    width: 100%;
    position: relative;
    line-height: 1.75;
    font-size: 4.1vw;
  }
  .form-box dl dt .kome {
    font-size: 3.3vw;
  }
  .form-box dl dt .hissu {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    line-height: 1;
    font-size: 2.6vw;
    margin-left: 1vw;
    padding: 1vw 2vw;
    border-radius: 3px;
  }
  .form-box dl dt .nini {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    line-height: 1;
    font-size: 2.6vw;
    margin-left: 1vw;
    padding: 1vw 2vw;
    border-radius: 3px;
  }
  .form-box dl dd {
    width: 100%;
    font-size: 3.7vw;
  }
  .form-box dl dd input[type=text] {
    border: 1px solid #999999;
    padding: 2vw 2vw;
    font-size: 3.9vw;
    box-sizing: border-box;
    min-width: 25%;
    width: 40%;
    margin-top: 2vw;
  }
  .form-box dl dd input[type=text].full {
    width: 100%;
  }
  .form-box dl dd input[type=text].mini {
    width: 40%;
  }
  .form-box dl dd input[type=text].mini2 {
    width: 50%;
  }
  .form-box dl dd input[type=email] {
    border: 1px solid #999999;
    padding: 2vw 2vw;
    font-size: 3.9vw;
    box-sizing: border-box;
    min-width: 25%;
    width: 60%;
    margin-top: 2vw;
  }
  .form-box dl dd input[type=email].full {
    width: 100%;
  }
  .form-box dl dd textarea {
    min-height: 42vw;
    padding: 2vw 2vw;
    font-size: 3.9vw;
  }
  .form-box dl dd select {
    font-size: 3.9vw;
    padding: 2vw 2vw;
    margin-top: 2vw;
  }
  .form-box dl dd .wpcf7-list-item {
    margin-bottom: 2vw;
    font-size: 3vw;
  }
  .form-box dl dd .note {
    font-size: 2.8vw;
    margin-top: 1vw;
  }
  .form-box .submit-box {
    margin-top: 9vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    border-radius: 6.6vw;
    line-height: 1;
    text-align: center;
    display: block;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.1vw;
    border: 0;
    position: relative;
    background-size: 2.5vw auto;
    background-position: right 5vw center;
  }
  .form-box .submit-box::after {
    right: 2vw;
    font-size: 3.9vw;
    top: 50%;
    display: block;
    content: "▼";
    position: absolute;
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  .form-box .submit-box2 {
    margin-top: 2vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    border-radius: 6.6vw;
    line-height: 1;
    text-align: center;
    display: block;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.1vw;
    border: 0;
    position: relative;
    background-size: 2.5vw auto;
    background-position: left 5vw center;
  }
  .form-box .submit-box3 {
    margin-top: 2vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    border-radius: 6.6vw;
    line-height: 1;
    text-align: center;
    display: block;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.1vw;
    border: 0;
    position: relative;
    background-size: 2.5vw auto;
    background-position: left 5vw center;
  }
  .pri-box {
    margin-top: 8.5vw;
    padding: 2.3vw 2.3vw;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
  .pri-box .pri-logo {
    width: 22.3%;
  }
  .pri-box .pri-text {
    width: 76%;
    font-size: 2.2vw;
    line-height: 1.66;
  }
  .ex-text {
    margin-top: 6vw;
    margin-bottom: 7vw;
    font-size: 3.3vw;
    line-height: 1.33;
  }
  .thanks-1 {
    text-align: center;
    font-size: 4.8vw;
    margin-top: 5vw;
  }
  .form-obi1 {
    margin-bottom: 2vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 4vw;
  }
  .form-obi2 {
    margin-bottom: 2vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 4vw;
    line-height: 1.3;
  }
  .form-obi2 span {
    font-size: 3.3vw;
  }
  .js-button {
    margin-left: 2vw;
    display: inline-block;
    border: 0;
    cursor: pointer;
    padding: 1vw 2vw;
    border-radius: 2vw;
    background: #282828;
  }
  .js-button2 {
    margin-left: 2vw;
    display: inline-block;
    border: 0;
    cursor: pointer;
    padding: 1vw 2vw;
    border-radius: 2vw;
    background: #282828;
  }
}
.ex-btn {
  max-width: 580px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
}
.ex-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 5px 0px 5px;
  border-radius: 6px;
  background-image: linear-gradient(to bottom, #f48245 50%, #f06831 50%);
}
.ex-btn a .chara {
  margin-right: 13px;
  width: 52px;
  display: inline-block;
}
.ex-btn a .chara img {
  width: 100%;
}
.ex-btn a .text {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  max-width: 440px;
  width: calc(100% - 70px);
  line-height: 1.3;
}

.ex-btn2 {
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
}

.form-ttl {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 90px;
}

.kome-ttl {
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-size: 15px;
}
.kome-ttl span {
  color: #1d68ab;
}

@media screen and (max-width: 900px) {
  .ex-btn {
    max-width: 580px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
  }
  .ex-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1vw 0px 1vw;
    border-radius: 1vw;
    background-image: linear-gradient(to bottom, #f48245 50%, #f06831 50%);
  }
  .ex-btn a .chara {
    margin-right: 4vw;
    width: 9vw;
    display: inline-block;
  }
  .ex-btn a .chara img {
    width: 100%;
  }
  .ex-btn a .text {
    display: inline-block;
    font-size: 3.3vw;
    font-weight: 500;
    max-width: 440px;
    width: calc(100% - 22vw);
    line-height: 1.3;
  }
  .ex-btn2 {
    max-width: 1000px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
  }
  .con-link {
    display: block;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25vw;
    margin-bottom: 4vw;
  }
  .con-link .link-btn {
    width: 100%;
    text-align: center;
  }
  .con-link .link-btn .box {
    display: inline-block;
    padding: 3vw 5vw;
    border-radius: 2vw;
    font-size: 4.1vw;
    text-align: center;
  }
  .con-link .text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4vw;
  }
  .con-link .text .con-ttl {
    width: 18%;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 500;
  }
  .con-link .text .con-ttl span {
    display: block;
    border-radius: 2vw;
    padding: 1vw 0;
    font-size: 3.5vw;
    background: #e14545;
  }
  .con-link .text .flex {
    display: block;
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .con-link .text .time {
    width: 100%;
  }
  .con-link .text .time p {
    font-size: 3.5vw;
    line-height: 1.76;
  }
  .con-link .text .time p.mini {
    font-size: 2.8vw;
  }
  .con-link .text .tel {
    width: 100%;
    line-height: 1;
  }
  .con-link .text .tel a {
    font-size: 9.6vw;
  }
  .form-ttl {
    text-align: center;
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 18vw;
  }
  .kome-ttl {
    margin-bottom: 4vw;
    border-bottom: 1px solid #000;
    padding-bottom: 2vw;
    font-size: 3vw;
  }
  .kome-ttl span {
    color: #1d68ab;
  }
}
.visit-reservation {
  display: flex;
}

.visit-reservation.hidden {
  display: none;
}

.c-how { /* 行内折返しで横並び */
  /*font-size: 0;*/
}

.c-how__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 8px 0;
  font-size: 16px;
}

.c-how__extra {
  display: inline-block; /* 常時表示 */
  margin-left: 0.6em;
}

.c-how__extra input:disabled {
  opacity: 0.6;
  background: #f5f5f5;
  cursor: not-allowed;
}

.thanks-1 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}

.wpcf7-form-control-wrap {
  margin-top: 2px;
  margin-bottom: 2px;
}

@media screen and (max-width: 900px) {
  .visit-reservation {
    display: block;
  }
  .visit-reservation.hidden {
    display: none;
  }
  .c-how__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 2vw 2vw 0;
    font-size: 3vw;
  }
  .thanks-1 {
    text-align: center;
    font-size: 4.8vw;
    margin-bottom: 10vw;
    line-height: 1.5;
  }
  .c-how__extra {
    width: 40%;
  }
  .c-how__extra input {
    width: 100% !important;
    font-size: 3vw !important;
  }
}
/*# sourceMappingURL=form.css.map */