@charset "UTF-8";
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

body {
  min-width: 1290px;
  overflow-x: scroll;
  line-height: 1.3;
}

@media screen and (min-width: 1290px) {
  body {
    width: 100%;
  }
}

@media screen and (min-width: 1291px) {
  body {
    min-width: 1290px;
    overflow-x: hidden;
    width: 100%;
  }
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

a {
  display: inline-block;
  width: 100%;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 1023px) {
  body {
    min-width: auto;
    overflow-x: hidden;
    min-width: initial;
  }
  .w1200 {
    width: auto;
  }
  .w1200 img {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.top-area .tablet, .about .tablet {
  display: none;
}

@media screen and (min-width: 1080px) and (max-width: 1279px) {
  .top-area .tablet, .about .tablet {
    display: block;
  }
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

body {
  min-width: 1290px;
  overflow-x: scroll;
  line-height: 1.3;
}

@media screen and (min-width: 1290px) {
  body {
    width: 100%;
  }
}

@media screen and (min-width: 1291px) {
  body {
    min-width: 1290px;
    overflow-x: hidden;
    width: 100%;
  }
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

a {
  display: inline-block;
  width: 100%;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 1023px) {
  body {
    min-width: auto;
    overflow-x: hidden;
    min-width: initial;
  }
  .w1200 {
    width: auto;
  }
  .w1200 img {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.top-area .tablet, .about .tablet {
  display: none;
}

@media screen and (min-width: 1080px) and (max-width: 1279px) {
  .top-area .tablet, .about .tablet {
    display: block;
  }
}

/*------------header*/
.sp-header {
  display: none;
}

.pc-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-width: 1280px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
  -webkit-box-shadow: 0px 1px 10px #e1ddd9;
  box-shadow: 0px 1px 10px #e1ddd9;
}

.pc-header .logo {
  max-width: 460px;
}

.pc-header .logo a {
  font-size: 34px;
  letter-spacing: 0.2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  padding-top: 38px;
  padding-left: 1.56vw;
}

.pc-header .logo a img {
  vertical-align: text-bottom;
  padding-right: 12px;
}

.pc-header nav {
  max-width: 1460px;
  width: 76.04167%;
  padding: 18px 0.83vw 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc-header .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 0;
  width: 22.91667vw;
  max-width: 440px;
}

.pc-header .navi a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-align: center;
  padding-top: 16px;
}

.pc-header .navi li {
  position: relative;
}

.pc-header .navi .ruby {
  font-size: 14px;
  font-weight: 400;
  color: #74b4b7;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  display: block;
  padding-bottom: 6px;
}

.pc-header .navi li {
  width: 33.3%;
  position: relative;
  text-align: center;
}

.pc-header .navi li:after {
  position: absolute;
  width: 1px;
  height: 54px;
  background-color: #d8d8d8;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pc-header .navi li:nth-last-of-type(1):after {
  display: none;
}

.pc-header .navi li:nth-of-type(1):before {
  position: absolute;
  width: 1px;
  height: 57px;
  background-color: #d8d8d8;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pc-header .contact {
  margin-right: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pc-header .contact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc-header .contact span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.pc-header .contact .tate {
  background-color: #93def2;
  color: #415c5d;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 8px;
  margin-right: 7px;
  letter-spacing: 0.05rem;
}

.pc-header .contact .tel {
  display: inline-block;
}

.pc-header .contact .tel a {
  font-size: 36px;
  font-weight: 400;
  pointer-events: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.pc-header .contact .time {
  line-height: 1.5;
}

.pc-header .contact .mail-btn {
  background-color: #3b3e45;
  text-align: center;
  margin-top: 8px;
}

.pc-header .contact .mail-btn a {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0.05rem;
  font-weight: bold;
  color: white;
}

.pc-header .contact .mail-btn img {
  display: inline-block;
  vertical-align: sub;
  padding-right: 16px;
}

.pc-header .sns {
  padding-left: 18px;
  margin-left: 20px;
  border-left: 2px #ffac36 dotted;
}

.pc-header .sns p {
  text-align: center;
  padding-bottom: 8px;
}

.pc-header .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc-header .sns li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4px;
}

.pc-header .sns li img {
  width: 34px;
  height: auto;
}

.pc-header .sns li span {
  font-size: 10px;
  display: block;
  padding: 4px 0;
}

@media screen and (max-width: 1023px) {
  .pc-header {
    display: none;
  }
  .sp-header {
    display: block;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1519px) {
  .pc-header .logo a {
    font-size: 26px;
  }
  .pc-header .logo a img {
    width: 30px;
    height: auto;
    vertical-align: text-top;
  }
  .pc-header .contact .tel a {
    font-size: 26px;
  }
  .pc-header .navi a {
    font-size: 14px;
  }
}

@media screen and (min-width: 1520px) and (max-width: 1660px) {
  .pc-header .logo a {
    font-size: 30px;
  }
  .pc-header .contact .tel a {
    font-size: 30px;
  }
  .pc-header .navi a {
    font-size: 16px;
  }
}

/*--------------------------------sp-header*/
.sp-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

.sp-header .logo {
  z-index: 120;
}

.sp-header .logo img {
  width: 35px;
  padding-bottom: 8px;
  height: 35px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  vertical-align: middle;
  margin-right: 11px;
}

.sp-header .logo a {
  font-size: 20px;
  letter-spacing: 0.2rem;
  padding: 10px 12px 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  width: 80%;
}

/*--------------------------------sp-header hamburgerボタン*/
.sp-header {
  z-index: 100;
}

.sp-header .hamburger-wrap {
  width: 32px;
  height: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
}

.sp-header .hamburger-wrap .btn-line {
  background-color: black;
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sp-header .hamburger-wrap .btn-line:nth-of-type(1) {
  top: 0;
}

.sp-header .hamburger-wrap .btn-line:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sp-header .hamburger-wrap .btn-line:nth-of-type(3) {
  bottom: 0;
}

/*--------------------------------sp-header hamburgerボタンopen*/
.hamburger-wrap.open .btn-line:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.hamburger-wrap.open .btn-line:nth-of-type(2) {
  background-color: transparent;
}

.hamburger-wrap.open .btn-line:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg);
}

/*--------------------------------sp-header hamburgerメニュー内*/
.sp-header .menu-wrap {
  overflow-y: scroll;
  height: 100vh;
  z-index: 90;
  position: absolute;
  top: 55px;
  right: 0;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  width: 84%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sp-header .menu-wrap.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sp-header .menu-wrap li {
  border-bottom: 1px solid white;
  text-align: right;
}

.sp-header .menu-wrap a {
  padding: 15px 12.8vw 10px 0;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.2rem;
  color: white;
}

.sp-header .menu-wrap a span {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 12px;
  color: #93def2;
  padding-bottom: 8px;
  display: block;
  letter-spacing: 0;
}

.sky_bnr {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 200;
  display: block;
}

@media screen and (max-width: 767px) {
  .sky_bnr {
    display: none;
  }
}

.contact-form .top-img {
  width: 100%;
  height: 718px;
  background-image: url("../images/pc-contact_top.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-form .ttl {
  margin-top: 100px;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.contact-form .text {
  font-size: 18px;
  letter-spacing: 0.05rem;
  text-align: center;
  margin-bottom: 46px;
}

.contact-form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-form dt {
  width: 33%;
  max-width: 286px;
  font-size: 18px;
  letter-spacing: 0.05rem;
}

.contact-form dt span {
  background-color: #93def2;
  padding: 10px 8px;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-right: 22px;
  margin-top: -10px;
}

.contact-form .flex > dd {
  width: 76.16667%;
  max-width: 914px;
}

.contact-form dl {
  border-top: 1px solid #aaaaaa;
  padding-left: 18px;
}

.contact-form dl:nth-of-type(2), .contact-form dl:nth-of-type(4) {
  background-color: #f6f6f6;
}

.contact-form .container {
  margin-bottom: 238px;
}

/*--------------------------------------------reset*/
.must {
  background-color: transparent;
  border: 0;
  text-shadow: none;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mfp_achroma {
  background-color: transparent;
}

.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_date, .mfp_element_password, form#mailformpro .mfp_rows label {
  min-width: 214px !important;
}

form#mailformpro .mfp_rows label {
  width: auto;
  font-size: 18px;
}

.mfp_rows textarea {
  min-width: inherit;
  min-width: 300px !important;
  min-height: 122px !important;
}

#mfp_element_7_label {
  font-size: 18px;
}

/*------------------------thanks*/
.thanks {
  margin-top: 238px;
}

.thanks .ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.thanks .text {
  font-size: 18px;
  letter-spacing: 0.05rem;
  text-align: center;
  padding-bottom: 200px;
}

@media screen and (max-width: 1023px) {
  .contact-form .top-img {
    background-image: url("../images/sp-top_contact.jpg");
    height: 248px;
  }
  .contact-form .ttl {
    font-size: 24px;
    margin-top: 55px;
  }
  .contact-form .text {
    font-size: 12px;
    padding-top: 5px;
    margin-bottom: 40px;
  }
  .w1200 {
    width: auto;
    padding: 0 2.6vw;
  }
  .contact-form .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 37px;
  }
  .contact-form dt span {
    font-size: 14px;
    padding: 4px;
    margin-top: -3px;
  }
  form#mailformpro dl dt {
    font-size: 14px;
  }
  form#mailformpro dl dd input {
    width: 100%;
  }
  input[type="checkbox" i] {
    width: auto !important;
  }
  form#mailformpro .mfp_rows label {
    width: 100%;
  }
  form#mailformpro .w100 {
    width: auto !important;
  }
  form#mailformpro .mfp_rows label {
    font-size: 14px;
  }
  .contact-form .container {
    margin-bottom: 84px;
  }
  .mfp_rows textarea {
    min-width: 260px !important;
  }
  .thanks {
    margin-top: 100px;
  }
  .thanks .ttl {
    font-size: 24px;
  }
  .thanks .text {
    font-size: 14px;
  }
}
/*# sourceMappingURL=contact.css.map */