@charset "utf-8";
/*
  File Name   : content.css
  Description : 各コンテンツ用CSS
*/
/* PC Layout ******************************************************************************************* */
/* Common
============================================================ */
/* Home
============================================================ */
/* 
============================================================ */
/* 
============================================================ */
@media screen and (max-width: 767px) {}
/* CONCEPT
============================================================ */
.page-title {}
@media screen and (max-width: 767px) {}
/* contact h3
============================================================ */
.contact h3 {
  font-size: 18px;
  letter-spacing: 0.26em;
  line-height: 31.89px;
  text-align: center;
  color: #000;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .contact h3 {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {}
/* contact
============================================================ */
.contact {
  background: #F6F6F0;
  padding-top: 150px;
  padding-bottom: 0;
}
.contact-ttl {
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 42px;
  text-align: center;
  color: #5a7878;
  margin-bottom: 32px;
}
.contact-ttl::after {
  content: "";
  display: block;
  width: 140px;
  height: 2px;
  background: #5a7878;
  margin: 25px auto 0;
}
.contact-ttl-sub {
  font-size: 17px;
  letter-spacing: 0.12em;
  line-height: 27.9px;
  text-align: center;
  color: #000;
  margin-bottom: 25px;
}
.contact-ttl-sub span {
  display: block;
  font-size: 15px;
}
.btn-link {
  max-width: 480px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 60px 15px 0;
  }
}
@media screen and (max-width: 480px) {
  .contact + .contact {
    padding-top: 40px;
  }
  .contact-ttl {
    font-size: 18px;
    line-height: 34px;
  }
  .contact-ttl-sub span {
  font-size: 14px;
}
}
/* 
============================================================ */
.form {
  max-width: 750px;
  margin: 90px auto 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  align-items: flex-end;
}
.form .field {
  display: flex;
  width: 100%;
  margin: 0 0 70px 0;
}
form#mail_form dl {
  width: 100% !important;
}
.form dt {
  border-top: 1px solid #666464;
  border-bottom: 1px solid #666464;
  color: #000;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.17em;
  line-height: 26px;
  text-align: left;
  padding: 10px 0 10px 54px;
  height: 100%;
  /*  width: 265px; */
  width: 220px;
  position: relative;
  box-sizing: border-box;
}
.required .form .label:before, .form .required .label:before, .form dt.required:before {
  content: "必須";
  background: #C8161E;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  height: 18px;
  width: 42px;
  position: absolute;
  top: 15px;
  left: 0;
}
.arbitrary .form .label:before, .form .arbitrary .label:before, .form dt.arbitrary:before {
  content: "任意";
  background: #22AB38;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  height: 18px;
  width: 42px;
  position: absolute;
  top: 15px;
  left: 0;
}
.form dd {
  width: calc(100% - 260px);
  margin-bottom: 70px;
  margin-left: 40px;
}
input, select, .checkboxes, textarea, .input-wrap {
  /*  margin-left: 40px; */
}
.checkboxes input, .input-wrap input {
  margin-left: 0;
}
.input-flex {
  display: flex;
  align-items: center;
}
.input-wrap p, li.checkbox p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.09em;
  text-align: left;
  color: #000;
  margin-bottom: 15px;
}
.input-wrap p.zip {
  display: inline;
}
.input-flex p {
  margin-bottom: 0;
  margin-right: 11px;
}
.form .response + label, .form .text-input, .form .textarea, .form .select {
  font-size: 18px;
  line-height: normal;
  height: 49px;
  /*  width: 100%; */
  width: calc(100% - 40px);
  border: 1px solid #666464;
  border-radius: 3.5px;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  padding: 10px 18px;
  position: relative;
}
.form .textarea {
  height: 190px;
}
.form .response + label {
  border: none;
  background: transparent;
}
.form .checkboxes, .form .options, .form .textarea, .form .input-wrap {
  /*  width: 100%; */
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
input.text-input::-webkit-input-placeholder {
  color: #B5B5B6;
}
/* Firefox 18- */
input.text-input:-moz-placeholder {
  color: #B5B5B6;
  opacity: 1;
}
/* Firefox 19+ */
input.text-input::-moz-placeholder {
  color: #B5B5B6;
  opacity: 1;
}
/* IE 10+ */
input.text-input:-ms-input-placeholder {
  color: #B5B5B6;
  opacity: 1;
}
input.text-input:placeholder-shown {
  opacity: 1;
}
option:first-of-type {
  display: none;
}
input#postal {
  width: 50%;
}
.form .checkboxes .checkbox {
  padding-left: 5px;
}
.form .response + label {
  display: inline-block;
  width: auto;
  color: #4E4E4E;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.checkbox-input {
  display: none;
}
.checkbox-label {
  padding-left: 5px !important;
}
.checkbox-label::before {
  /*
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: -5px;
  width: 22px;
  height: 22px;
  border: 1px solid #666464;
  border-radius: 4px;
  background: #fff;
*/
}
.checkbox-input:checked + .checkbox-label {
  /*color: #d01137; */
}
.checkbox-input:checked + .checkbox-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 3px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #4E4E4E;
  border-right: 3px solid #4E4E4E;
}
.field.message {
  width: 480px;
  margin: 0 auto 35px;
}
.field.message p {
  font-weight: normal;
  font-size: 14.43px;
  letter-spacing: 0.03em;
  line-height: 23.08px;
  text-align: left;
  color: #000;
}
.field.message a {
  color: #be5f5f;
  text-decoration: underline;
}
.form .button {
  background: #be5f5f;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  height: 72px;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
form#mail_form dl dd span.error_blank, form#mail_form dl dd span.error_format, form#mail_form dl dd span.error_match {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .btn-link {
    margin: 0 auto;
    max-width: 347px;
    width: 100%;
    height: auto;
  }
  .form {
    margin: 40px auto 0;
  }
  .form dt {
    border: none;
    display: block;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0;
  }
  .form dd {
    margin-bottom: 30px;
    margin-left: 0;
  }
  .form .field {
    display: block;
    margin: 0 auto 30px;
  }
  input, select, .checkboxes, textarea, .input-wrap {
    margin-left: 0;
  }
  .form .response + label, .form .text-input, .form .textarea, .form .select {
    width: 100%;
  }
  .form .response + label {
    width: calc(100% - 30px);
  }
  .input-wrap p, li.checkbox p {
    font-size: 13px;
  }
  .form .response + label, .form .text-input, .form .textarea, .form .select {
    font-size: 15px;
  }
  .form .response + label.checkbox-label {
    height: 41px;
  }
}
@media screen and (max-width: 480px) {
  .form .button {
    font-size: 18px;
    height: 50px;
  }
}
/* 
============================================================ */
.requestform .construction.flex {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .requestform .request {
    padding: 50px 0 70px;
  }
}
/* confirmation
============================================================ */
.confirmation .contact-ttl {
  margin-bottom: 70px;
}
.confirmation-ttl {
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.13em;
  line-height: 50px;
  text-align: center;
  color: #000;
}
.confirmation .form {
  margin: 60px auto 0;
}
.confirmation .text-input {
  background: inherit;
  border: none;
  height: auto;
  margin-left: 40px;
}
.confirmation li.checkbox p {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
}
.confirmation li.checkbox p::before {
  content: "・";
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .confirmation .checkboxes {
    margin-left: 40px;
  }
  .confirmation .text-input.w100 {
    width: 100%;
    margin-left: 0;
    padding: 10px 0;
  }
  .request {
    padding: 10px 0 75px;
  }
}
@media screen and (max-width: 480px) {
  .confirmation .contact-ttl {
    margin-bottom: 40px;
  }
  .confirmation .form {
    margin: 40px auto 0;
  }
  .confirmation-ttl {
    font-size: 16px;
    line-height: 20px;
  }
}
/* thanks
============================================================ */
.thanks {}
.thanks .contact h3 {
  margin-bottom: 120px;
}
.thanks .contact-ttl {
  margin-bottom: 70px;
}
.thanks-msg {
  font-weight: normal;
  font-size: 17px;
  line-height: 35px;
  text-align: center;
  color: #000;
}
.confirmation-ttl + .thanks-msg {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .thanks .contact h3 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .thanks .contact-ttl {
    margin-bottom: 40px;
  }
  .confirmation-ttl {
    font-size: 19px;
    letter-spacing: 0.13em;
    line-height: 35px;
    text-align: center;
  }
  .thanks-msg {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: left;
  }
}
/* SP Layout ******************************************************************************************* */
/* Index
============================================================ */
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 360px) {}
/* End media screen */