/** page visual
================================= **/
.pv-ttl {
  width: 224px;
}

.pv-logo {
  width: 254px;
}

.pv-sub {
  color: #7D6854;
}

.pv-intro_inner {
  clear: both;
  overflow: hidden;
}

.pv-intro_inner figure {
  width: 186px;
  float: right;
}

.pv-intro_desc {
  line-height: 2.28;
  letter-spacing: .08em;
  margin-bottom: 15px;
}

.pv-brand {
  width: 237px;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .pv-brand {
    position: absolute;
    bottom: -120px;
    left: -webkit-calc((100% - 1440px)/2 + 770px);
    left: -moz-calc((100% - 1440px)/2 + 770px);
    left: calc((100% - 1440px)/2 + 770px);
  }
}

@media screen and (min-width: 769px) {
  .pv-img {
    max-width: 360px;
    height: 424px;
    right: -webkit-calc((100% - 1440px)/2 + 190px);
    right: -moz-calc((100% - 1440px)/2 + 190px);
    right: calc((100% - 1440px)/2 + 190px);
    /*right: auto;
            left: calc((100% - 1440px)/2 + 850px);*/
    top: -85px;
  }
}

@media screen and (min-width: 769px) {
  .contact .page-visual {
    margin-bottom: 150px;
    margin-top: 185px;
    padding: 0 0 30px;
  }
  .contact .page-visual:after {
    width: -webkit-calc((100% - 1440px) / 2 + 1230px);
    width: -moz-calc((100% - 1440px) / 2 + 1230px);
    width: calc((100% - 1440px) / 2 + 1230px);
    background: #D4DAD4;
    top: 15px;
    height: 100%;
  }
}

/** section contact
================================= **/
.section-cont {
  position: relative;
  margin-bottom: 150px;
  padding-top: 50px;
}

.section-cont:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: -webkit-calc((100% - 960px) / 2 + 140px);
  width: -moz-calc((100% - 960px) / 2 + 140px);
  width: calc((100% - 960px) / 2 + 140px);
  height: 212px;
  z-index: -1;
  background: #F2F2F2;
}

.section-cont.first:after {
  background: #D4D9D3;
}

.section-cont .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-cont_ttl {
  width: 310px;
  min-height: 162px;
  padding-top: 15px;
  line-height: 1.64;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: .13em;
  background: url(../img/bdr01.png) right top no-repeat;
}

.section-cont_ctn {
  width: 610px;
  padding-top: 10px;
}

.section-cont_ctn--tel {
  width: 588px;
}

.section-cont_ctn--time {
  margin-top: 15px;
  font-size: 23px;
}

.section-cont_ctn--desc {
  margin-bottom: 30px;
  line-height: 2.28;
}

.section-cont_ctn--mail {
  width: 380px;
  padding: 20px 0 20px 40px;
  border: 1px solid #333;
}

.section-cont_ctn--mail p {
  margin-bottom: 0;
}

.ipt {
  width: 100%;
  border: 1px solid #B3B3B3;
  height: 40px;
  padding: 5px;
}

.ipt.required {
  color: #000;
}

.era {
  height: 240px;
  resize: none;
}

.era .required {
  color: #000;
}

.message {
  margin-bottom: 60px;
  line-height: 2.28;
  text-align: center;
}

.required {
  color: #FF1D25;
}

.note {
  margin-bottom: 15px;
}

.form-contact {
  margin-top: 60px;
  width: 100%;
}

.form-contact dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 14px 0px;
  border-top: 1px dotted #333;
  position: relative;
}

.form-contact dl.last {
  border-bottom: 1px dotted #333;
  margin-bottom: 45px;
}

.form-contact dl:after {
  position: absolute;
  content: '';
  left: 0;
  top: 14px;
  width: 100%;
  height: -webkit-calc(100% - 28px);
  height: -moz-calc(100% - 28px);
  height: calc(100% - 28px);
  background: #D4D9D3;
  z-index: -1;
}

.form-contact dl dt {
  width: 30%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0 0 0 30px;
  font-size: 1.5rem;
}

.form-contact dl dd {
  width: 70%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background: #fff;
  padding: 20px 0px 20px 23px;
  word-break: break-all;
}

.form-contact dl dd p {
  border: 1px solid #B3B3B3;
  padding: 10px;
  margin: 0;
}

.form-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-btn .btn-frm {
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  outline: none;
  width: 300px;
  line-height: 1;
  padding: 15px;
  letter-spacing: .2em;
  background-color: #D4D9D3;
  border: none;
}

.form-btn .btn-frm:last-child {
  margin-left: 60px;
}

.form-btn .btn-frm:hover {
  background-color: #FFFF00;
}

.form-btn .btn-frm.btn-submit {
  color: #fff;
  background-color: #333333;
}

.form-btn .btn-frm.btn-submit:hover {
  color: #333333;
  background-color: #FFFF00;
}

@media screen and (max-width: 768px) {
  .pv-ttl {
    width: 29.0625vw;
  }
  .pv-logo {
    width: 46.09375vw;
  }
  .pv-intro_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .pv-intro_inner figure {
    margin-bottom: 0;
    position: absolute;
    top: 64.375vw;
    left: 7.03125vw;
  }
  .pv-intro_inner figure img {
    width: 26.25vw;
  }
  .pv-intro_desc {
    margin-bottom: 0;
  }
  .pv-brand {
    width: 29.6875vw;
    margin: 1.5625vw auto 0;
  }
  .pv-img {
    padding-left: 39.53125vw;
    margin-top: -2.34375vw;
  }
  .contact .page-visual {
    padding-top: 34.375vw;
    padding-bottom: 0;
    margin-bottom: 15.625vw;
  }
  .contact .page-visual:after {
    top: 38.4375vw;
    height: 71.875vw;
    background: #D4DAD4;
  }
  /** section contact
================================= **/
  .section-cont {
    padding-top: 0;
    margin-bottom: 12.5vw;
  }
  .section-cont:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 32.96875vw;
    height: 19.53125vw;
    z-index: -1;
    background: #F2F2F2;
  }
  .section-cont:nth-child(odd):after {
    background: #D4D9D3;
  }
  .section-cont .row {
    display: block;
  }
  .section-cont_ttl {
    width: 100%;
    font-size: 4.6875vw;
    background: none;
    padding-top: 2.65625vw;
    margin-bottom: 6.25vw;
    min-height: 1px;
  }
  .section-cont_ctn {
    width: 100%;
    padding-top: 10px;
  }
  .section-cont_ctn--tel {
    width: 80.3125vw;
  }
  .section-cont_ctn--time {
    margin-top: 15px;
    font-size: 4.0625vw;
    text-align: center;
  }
  .section-cont_ctn--desc {
    margin-bottom: 30px;
    line-height: 2.28;
  }
  .section-cont_ctn--mail {
    width: 90%;
    margin: 0 auto;
    padding: 4.6875vw 7.03125vw;
  }
  .section-cont_ctn--mail p {
    margin-bottom: 0;
    font-size: 2.8125vw;
  }
  .section-cont_ctn--mail p a {
    font-size: 3.90625vw;
  }
  .section-cont.thanks .section-cont_ttl {
    width: 100%;
    font-size: 4.6875vw;
    background: none;
    padding-top: 7.03125vw;
    margin-bottom: 9.375vw;
    min-height: 1px;
  }
  .section-cont.thanks .form-btn .btn-frm:last-child {
    margin-top: 0;
  }
  .ipt {
    height: 9.375vw;
  }
  .era {
    height: 56.25vw;
  }
  .form-contact {
    margin-top: 12.5vw;
  }
  .form-contact dl {
    padding: 3.125vw 0;
  }
  .form-contact dl dt {
    font-size: 3.125vw;
    padding: 0 0.78125vw 0 2.34375vw;
    width: 35%;
  }
  .form-contact dl dd {
    width: 65%;
    margin: -3.125vw 0;
    padding: 4.6875vw 0 4.6875vw 2.03125vw;
  }
  .form-contact dl dd p {
    padding: 1.5625vw;
  }
  .form-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-btn .btn-frm {
    font-size: 3.90625vw;
    width: 73.125vw;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .form-btn .btn-frm:last-child {
    margin: 10.9375vw 0 0;
  }
}
