@charset "UTF-8";
/*-------------------------------------------*/
body {
  background-color: #f4f5f0;
}

.titleWrap {
  text-align: center;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0.9rem 0 0.6rem;
}
@media screen and (max-width: 720px) {
  .titleWrap {
    margin: 0.3rem 0 0.25rem;
  }
}
.titleWrap h2.midashi {
  font-size: 0.5rem;
  letter-spacing: 0.064rem;
}
@media screen and (max-width: 720px) {
  .titleWrap h2.midashi {
    font-size: 0.27rem;
    letter-spacing: 0.0285rem;
    line-height: 1.4;
    margin-bottom: 0.2rem;
  }
}
.titleWrap h3 {
  font-size: 0.22rem;
}
@media screen and (max-width: 720px) {
  .titleWrap h3 {
    font-size: 0.15rem;
  }
}

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

メインビジュアル

------------------------------- */
.mv {
  width: 100%;
  height: 4rem;
}
@media screen and (max-width: 720px) {
  .mv {
    height: 53.333vw;
  }
}

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

フォーム

------------------------------- */
form {
  background-color: #fff;
  width: 11.6rem;
  margin: 0 auto 1rem;
  padding: 0.7rem 0.85rem;
}
@media screen and (max-width: 720px) {
  form {
    width: calc(100% - .35rem);
    margin: 0 auto 0.4rem;
    padding: 0.25rem 0 0;
  }
}
form > p {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 720px) {
  form > p {
    text-align: justify;
    padding: 0 0.175rem;
    margin-bottom: 0.25rem;
  }
}
form > p a {
  text-decoration: underline;
}
form dl {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
@media screen and (max-width: 720px) {
  form dl {
    width: 100%;
    display: block;
    padding: 0 0.175rem;
  }
}
form dl dt {
  width: 1.5rem;
  clear: both;
  padding: 0.2rem 0.15rem;
  text-align: center;
  border-top: solid 1px #d8d8d8;
  margin: 0px;
  background-color: #f4f5f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 720px) {
  form dl dt {
    background-color: #dadbce;
    border: none;
    width: 100%;
    font-size: 0.13rem;
    padding: 0.1rem;
    display: block;
    text-align: left;
  }
}
form dl dt.last {
  border-bottom: solid 1px #d8d8d8;
}
@media screen and (max-width: 720px) {
  form dl dt.last {
    border-bottom: none;
  }
}
form dl dd {
  width: 8.4rem;
  border-top: solid 1px #d8d8d8;
  margin: 0px;
  padding: 0.2rem 0.4rem;
  line-height: 1.5em;
  text-align: left;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 720px) {
  form dl dd {
    width: 100%;
    clear: both;
    border-top: none;
    padding: 0;
    font-size: 0.11rem;
    line-height: 1.5em;
    margin: 0.1rem 0 0;
    padding-bottom: 0.3rem;
    display: block;
  }
}
form dl dd.last {
  border-bottom: solid 1px #d8d8d8;
}
@media screen and (max-width: 720px) {
  form dl dd.last {
    border: none;
  }
}
form dl dd .mfp_rows {
  padding-left: 0.6rem;
  width: 100%;
}
@media screen and (max-width: 720px) {
  form dl dd .mfp_rows {
    padding-left: 0;
  }
}
form dl dd .mfp_rows.no_must {
  padding-left: 1.1rem;
}
@media screen and (max-width: 720px) {
  form dl dd .mfp_rows.no_must {
    padding-left: 0;
  }
}
form dl dd textarea, form dl dd input {
  background-color: #f4f5f0;
  padding: 0.08rem;
  border: 1px solid #d8d8d8;
}
@media screen and (max-width: 720px) {
  form dl dd textarea, form dl dd input {
    width: 100%;
    margin-bottom: 0.1rem;
  }
}
form dl dd input[type=email],
form dl dd input[type=tel] {
  width: 100%;
}
form dl dd .mfp_element_textarea {
  width: 100% !important;
}
form dl dd p {
  margin-top: 0.05rem;
  font-size: 0.12rem;
}
@media screen and (max-width: 720px) {
  form dl dd p {
    margin-top: 0;
  }
}
form dl dd .mfp_element_all {
  max-width: 100%;
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
}
@media screen and (max-width: 720px) {
  form dl dd .mfp_element_all {
    font-size: 0.13rem;
    border-radius: 0;
  }
}
form dl dd #type_contact, form dl dd #type_reserve {
  width: auto;
  margin: 0 0.05rem 0.05rem 0;
}
form dl .must {
  background-color: #d3bc5d;
  padding: 0.04rem 0.08rem;
  font-size: 0.1rem;
  color: #FFF;
  width: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 720px) {
  form dl .must {
    float: right;
    padding: 0 0.05rem;
    width: auto;
    font-size: 0.12rem;
  }
}
form .mfp_buttons {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: center;
  padding: 0.6rem 0 0;
}
@media screen and (max-width: 720px) {
  form .mfp_buttons {
    padding: 0 0 0.4rem;
  }
}
form .mfp_buttons > a {
  display: block;
  text-decoration: underline;
}
@media screen and (max-width: 720px) {
  form .mfp_buttons > a {
    margin-bottom: 0.15rem;
  }
}
form .mfp_buttons button {
  position: relative;
  display: block;
  border: 1px solid #333333;
  transition: all 0.3s ease;
  width: 3.4rem;
  padding: 0.12rem 0.2rem;
  margin: 0.2rem auto 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 720px) {
  form .mfp_buttons button {
    display: block;
    height: 0.4rem;
    line-height: 0.4rem;
    max-width: 100%;
    padding: 0 0.17rem;
    width: 80%;
    margin: 0.25rem auto 0;
    color: #333333;
  }
}
form .mfp_buttons button span::before,
form .mfp_buttons button span::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #333333;
  width: 0.3rem;
  margin: auto;
  height: 1px;
  right: 0.1rem;
  top: 51%;
}
@media screen and (max-width: 720px) {
  form .mfp_buttons button span::before,
form .mfp_buttons button span::after {
    right: 0.1rem;
  }
}
form .mfp_buttons button span::after {
  width: 0.1rem;
  right: 0.19rem;
  transform-origin: right bottom;
  transform: scaleX(1) rotate(-145deg);
  top: calc(50% - 0.06rem);
}
@media screen and (max-width: 720px) {
  form .mfp_buttons button span::after {
    right: 0.17rem;
  }
}
@media print, screen and (min-width: 721px) {
  form .mfp_buttons button:hover {
    color: #fff;
    border: 1px solid #333333;
    background: #333333;
  }
  form .mfp_buttons button:hover span::before,
form .mfp_buttons button:hover span::after {
    background: #fff;
  }
}

.mfp_buttons button {
  width: 3.4rem;
  text-align: center;
  margin: 0.2rem auto 0;
  padding: 0.1rem 0px;
  position: relative;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 720px) {
  .mfp_buttons button {
    font-size: 0.14rem;
    padding: 0;
    height: 0.5rem;
    line-height: 0.5rem;
    width: 100%;
    margin: 0;
  }
}

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

確認画面

------------------------------- */
#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}
#mfp_overlay div#mfp_overlay_inner {
  background-color: #FFF;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  width: 640px;
  max-width: 90%;
}
#mfp_overlay div#mfp_overlay_inner .mfp_buttons {
  text-align: center;
}
#mfp_overlay div#mfp_overlay_inner table#mfp_confirm_table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 720px) {
  #mfp_overlay div#mfp_overlay_inner table#mfp_confirm_table {
    margin-bottom: 0.2rem;
  }
}
#mfp_overlay div#mfp_overlay_inner table#mfp_confirm_table th, #mfp_overlay div#mfp_overlay_inner table#mfp_confirm_table td {
  text-align: left;
  font-size: 0.12rem;
  border-top: solid 1px #CCC;
  padding: 5px 10px;
}
#mfp_overlay div#mfp_overlay_inner table#mfp_confirm_table th {
  white-space: nowrap;
  width: 200px;
}
@media screen and (max-width: 720px) {
  #mfp_overlay div#mfp_overlay_inner table#mfp_confirm_table th {
    white-space: normal;
    width: 100px;
  }
}
#mfp_overlay div#mfp_overlay_inner table#mfp_confirm_table td {
  line-height: 1.5em;
  word-break: break-all;
}

#mfp_button_send {
  background-color: #b43300;
  color: #fff;
}

#mfp_button_cancel {
  background-color: #ccc;
}

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

サンクス

------------------------------- */
.mfp_thanks {
  padding: 30px;
  background-color: #fff;
  width: 7rem;
  margin: 0 auto 0.7rem;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .mfp_thanks {
    width: calc(100% - .35rem);
    padding: 0.25rem 0.1rem;
  }
}
.mfp_thanks h3 {
  font-size: 0.2rem;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: unset;
}
.mfp_thanks p {
  line-height: 1.7em;
}

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

ページトップ

------------------------------- */
#pagetopBtn {
  bottom: 0.2rem;
}
@media screen and (max-width: 720px) {
  #pagetopBtn {
    bottom: 0.5rem;
  }
  #pagetopBtn footer {
    padding-bottom: 15%;
  }
}
#pagetopBtn .fix_btn {
  display: none;
}/*# sourceMappingURL=contact.css.map */