@charset "UTF-8";
@font-face {
  font-family: "SeravekL";
  src: url("/assets/font/Seravek-l.woff") format("woff");
}

@font-face {
  font-family: "SeravekR";
  src: url("/assets/font/Seravek-r.woff") format("woff");
}

/* ===========================================
  家庭用
    株式会社長府製作所
=========================================== */
.wave {
  display: none;
}

.main {
  background: none;
}

/* ------------------------
* billboard
*/
.Billboard {
  border-bottom: 1px solid #ccc;
}

.Billboard-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #B34B4E;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .Billboard-head {
    height: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .Billboard-head {
    height: 75px;
  }
}

.Billboard-head--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .Billboard-head--logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 130px;
    padding: 0 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .Billboard-head--logo {
    padding: 0 30px 0 60px;
  }
}

.Billboard-head--ja {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .Billboard-head--ja {
    padding-left: 15px;
    font-size: 1rem;
    letter-spacing: .05em;
  }
}

@media print, screen and (min-width: 768px) {
  .Billboard-head--ja {
    padding-left: 30px;
    font-size: 2.3rem;
    letter-spacing: .12em;
  }
}

/* ------------------------
*	lead
*/
.lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .lead {
    padding: 80px 10% 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .lead {
    padding: 159px 0 73px;
  }
}

.lead-txt {
  text-align: center;
  color: #B34B4E;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .lead-txt {
    margin-top: 75px;
    font-size: 1.9rem;
    letter-spacing: .025em;
    line-height: 1.578;
  }
}

@media print, screen and (min-width: 768px) {
  .lead-txt {
    margin-top: 95px;
    line-height: 1.71;
    font-size: 3.8rem;
    font-weight: 600;
    letter-spacing: .05em;
  }
}

.lead-txt2 {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .lead-txt2 {
    margin-top: 30px;
    line-height: 1.75;
    font-size: 1.4rem;
    letter-spacing: .025em;
  }
}

@media print, screen and (min-width: 768px) {
  .lead-txt2 {
    text-align: center;
    margin-top: 35px;
    line-height: 1.789;
    font-size: 1.9rem;
    letter-spacing: .075em;
  }
}

/* ------------------------
*	lead2
*/
.lead2 {
  background-color: #F8F3EE;
}

@media screen and (max-width: 767px) {
  .lead2 {
    padding: 50px 10vw 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .lead2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 90px calc(50% - 560px) 85px;
  }
}

@media print, screen and (min-width: 768px) {
  .lead2_content {
    width: 650px;
    margin-left: 130px;
  }
}

.lead2_content-head {
  color: #B34B4E;
}

@media screen and (max-width: 767px) {
  .lead2_content-head {
    line-height: 1.5625;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .025em;
  }
}

@media print, screen and (min-width: 768px) {
  .lead2_content-head {
    line-height: 1.733;
    font-size: 3rem;
    letter-spacing: .075em;
  }
}

.lead2_content-txt {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .lead2_content-txt {
    margin-top: 5px;
    line-height: 1.75;
    font-size: 1.4rem;
    letter-spacing: .025em;
  }
}

@media print, screen and (min-width: 768px) {
  .lead2_content-txt {
    margin-top: 12px;
    line-height: 1.789;
    font-size: 1.9rem;
    letter-spacing: .075em;
  }
}

@media screen and (max-width: 767px) {
  .lead2_content-img {
    margin: 25px -10vw 0;
  }
}

@media print, screen and (min-width: 768px) {
  .lead2_content-img {
    margin-top: 43px;
  }
}

@media screen and (max-width: 767px) {
  .lead2-img {
    width: 100px;
    margin: 0 auto 25px;
  }
}

/* ------------------------
*	point
*/
@media screen and (max-width: 767px) {
  .chufuPoint {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .chufuPoint {
    margin-top: 180px;
  }
}

.chufuPoint-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #B34B4E;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .chufuPoint-head {
    min-height: 80px;
    padding: 5px;
    line-height: 1.578;
    font-size: 1.9rem;
    font-weight: 600;
    letter-spacing: .025em;
  }
}

@media print, screen and (min-width: 768px) {
  .chufuPoint-head {
    height: 100px;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: .050em;
  }
}

.chufuPoint_sec {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .chufuPoint_sec {
    margin-top: 30px;
    padding: 0 10vw;
  }
}

@media print, screen and (min-width: 768px) {
  .chufuPoint_sec {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .chufuPoint_sec:nth-of-type(n + 2) {
    margin-top: 105px;
  }
}

@media print, screen and (min-width: 768px) {
  .chufuPoint_sec:nth-of-type(n + 2) {
    margin-top: 135px;
  }
}

.chufuPoint_sec-head {
  font-family: source-han-sans-japanese, sans-serif;
}

.chufuPoint_sec-head--point {
  display: block;
  font-weight: 500;
  color: #0265B3;
}

@media screen and (max-width: 767px) {
  .chufuPoint_sec-head--point {
    line-height: 1.41;
    font-size: 1.2rem;
    letter-spacing: .09em;
  }
}

@media print, screen and (min-width: 768px) {
  .chufuPoint_sec-head--point {
    margin-bottom: 3px;
    line-height: 1.147;
    font-size: 1.9rem;
    letter-spacing: .075em;
  }
}

.chufuPoint_sec-head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .chufuPoint_sec-head-wrap {
    min-height: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .chufuPoint_sec-head-wrap {
    height: 64px;
  }
}

.chufuPoint_sec-head--num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2px;
  background-color: #0265B3;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: .1em;
}

@media screen and (max-width: 767px) {
  .chufuPoint_sec-head--num {
    width: 48px;
    font-size: 3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .chufuPoint_sec-head--num {
    width: 64px;
    margin-right: 3px;
    font-size: 4rem;
  }
}

.chufuPoint_sec-head--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #838079;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .chufuPoint_sec-head--txt {
    padding-left: 15px;
    line-height: 1.47;
    font-size: 1.7rem;
    letter-spacing: .025em;
  }
}

@media print, screen and (min-width: 768px) {
  .chufuPoint_sec-head--txt {
    padding-left: 20px;
    line-height: 1.7;
    font-size: 3rem;
    letter-spacing: .075em;
  }
}

.chufuPoint_sec-lead {
  font-family: source-han-sans-japanese, sans-serif;
  color: #B34B4E;
}

@media screen and (max-width: 767px) {
  .chufuPoint_sec-lead {
    margin-top: 21px;
    line-height: 1.47;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .025em;
  }
}

@media print, screen and (min-width: 768px) {
  .chufuPoint_sec-lead {
    margin-top: 55px;
    line-height: 1.47;
    font-size: 3rem;
    letter-spacing: .075em;
  }
}

.chufuPoint_sec-txt {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .chufuPoint_sec-txt {
    margin-top: 6px;
    line-height: 1.75;
    font-size: 1.4rem;
    letter-spacing: .025em;
  }
}

@media print, screen and (min-width: 768px) {
  .chufuPoint_sec-txt {
    margin-top: 19px;
    line-height: 1.789;
    font-size: 1.9rem;
    letter-spacing: .075em;
  }
}

_::-webkit-full-page-media, _:future, :root .chufuPoint_sec-head--num {
  padding-left: 9px;
}

@media screen and (max-width: 767px) {
  .point-note {
    margin-top: 35px;
  }
}

@media print, screen and (min-width: 768px) {
  .point-note {
    margin-top: 40px;
  }
}

.point-note li {
  line-height: 1.636;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .point-note li {
    font-size: 1.1rem;
    letter-spacing: .025em;
  }
}

@media print, screen and (min-width: 768px) {
  .point-note li {
    padding-left: 3em;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
}

.point-note-indent {
  display: inline-block;
  width: 3em;
}

@media print, screen and (min-width: 768px) {
  .point-note-indent {
    margin-left: -3em;
  }
}

.point01_figure {
  border-top: 1px solid #838079;
  border-left: 1px solid #838079;
}

@media screen and (max-width: 767px) {
  .point01_figure {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .point01_figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 53px;
    padding-left: 60px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .point01_figure:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .point01_figure:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .point01_figure_wrap {
    padding-top: 35px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 1.75;
    font-size: 1.4rem;
    letter-spacing: .025em;
  }
}

.point01_figure-caption {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  color: #B34B4E;
}

@media print, screen and (min-width: 768px) {
  .point01_figure-caption {
    font-size: 1.9rem;
    letter-spacing: .075em;
  }
}

.point01_figure-txt {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .point01_figure-txt {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .point01_figure-txt {
    margin-top: 20px;
    line-height: 1.789;
    font-size: 1.9rem;
    letter-spacing: .075em;
  }
}

@media screen and (max-width: 767px) {
  .point01_figure-img {
    margin: 25px auto 0;
  }
}

@media print, screen and (min-width: 768px) {
  .point01_figure-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 35px;
  }
}

@media print, screen and (min-width: 768px) {
  .point01_img2 {
    margin-right: -35px;
  }
}

@media screen and (max-width: 767px) {
  .point02_wrap .point-note {
    margin-top: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .point02_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .point02-img {
    margin-top: 27px;
  }
  .point02-img img {
    max-width: none;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .point02-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 60px 100px 0 115px;
  }
}

@media screen and (max-width: 767px) {
  .point03-note {
    margin-top: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .point03-note {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .point03-img {
    margin-top: 27px;
  }
}

@media print, screen and (min-width: 768px) {
  .point03-img {
    margin-top: 15px;
  }
}

.chufu_btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-color: #B34B4E;
}

@media screen and (max-width: 767px) {
  .chufu_btn {
    width: 80%;
    height: 68px;
    margin-top: 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .chufu_btn {
    width: 730px;
    height: 116px;
    margin-top: 120px;
  }
  .chufu_btn:hover .chufu_btn-txt, .chufu_btn:hover .chufu_btn-title, .chufu_btn:hover .chufu_btn-title::after {
    color: #fff;
    border-color: #fff;
  }
}

.chufu_btn-txt {
  font-weight: 400;
  color: #838079;
  border-bottom: 1px solid #838079;
}

@media screen and (max-width: 767px) {
  .chufu_btn-txt {
    font-size: 1.3rem;
    letter-spacing: .05em;
  }
}

@media print, screen and (min-width: 768px) {
  .chufu_btn-txt {
    font-size: 2.2rem;
    letter-spacing: .129em;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}

.chufu_btn-title {
  position: relative;
  padding-right: 20px;
  font-weight: 500;
  color: #B34B4E;
}

@media screen and (max-width: 767px) {
  .chufu_btn-title {
    margin-top: 5px;
    padding-right: 10px;
    font-size: 1.7rem;
    letter-spacing: .025em;
  }
}

@media print, screen and (min-width: 768px) {
  .chufu_btn-title {
    margin-top: 7px;
    font-size: 2.8rem;
    letter-spacing: .05em;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}

.chufu_btn-title::after {
  content: '';
  border: 0px;
  border-top: solid 1px #B34B4E;
  border-right: solid 1px #B34B4E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  .chufu_btn-title::after {
    width: 9px;
    height: 9px;
    margin-top: -6px;
  }
}

@media print, screen and (min-width: 768px) {
  .chufu_btn-title::after {
    width: 12px;
    height: 12px;
    margin-top: -8px;
  }
}

.chufu_btn::before {
  border-bottom: 120px solid #B34B4E;
}

/* ------------------------
*	お問い合わせ
*/
.chufu_inqu {
  background-color: #F8F3EE;
}

@media screen and (max-width: 767px) {
  .chufu_inqu {
    margin-top: 130px;
    padding-bottom: 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .chufu_inqu {
    margin-top: 160px;
    padding-bottom: 120px;
  }
}

.form_btn[type="submit"] {
  background-color: #B34B4E;
  color: #fff;
}

.form_btn[type="submit"]:hover {
  background-color: #0265B3;
}
/*# sourceMappingURL=chofu.css.map */