/*====================================================================
COMMON LAYOUT
====================================================================*/
body {
  min-width: 1020px;
  background: #ec6d56;
  ;
  color: #193547;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

body.js-noScroll {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}



/*====================================================================
Header
====================================================================*/
.siteHeader__wrapMenu {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .siteHeader__wrapMenu {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.siteHeader__wrapMenu__logo__link {
  display: block;
  width: 220px;
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .siteHeader__wrapMenu__logo__link:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .siteHeader__wrapMenu__logo__link {
    width: 140px;
    left: 27px;
  }
}


/*====================================================================
houonnkouFvSec
====================================================================*/

.main {
  background-color: #ec6d56;
}

.houonnkouFvSec {
  background-color: #ec6d56;
  padding-bottom: 40px;
  padding-top: 20px;

}

.houonnkouFvSec__wrap {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .houonnkouFvSec__wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.title {
  text-align: center;
  padding-bottom: 2.0rem;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.5rem;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  ;
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 1.5rem;

  }
}


.houonnkouFvSec__kvArea__img__kv {
  width: 650px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .houonnkouFvSec__kvArea__img__kv {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.text-top {
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #66323B;
  font-size: 0.9rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .text-top {
    font-size: 0.7rem;
  }
}