@charset "UTF-8";
/*$footer-border: $border-color;//{$base-border}*/
@font-face {
  font-family: "InterDigits";
  src: url(https://fonts.gstatic.com/l/font?kit=UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Ai-7maxGlMKtnAUkPgRsdTMAPNhk5Tg&skey=c491285d6722e4fa&v=v20) format("woff2");
}
/*TOPページだけナビゲーションバーが浮いてる対策*/
.pagetemp-top .siteblock-header {
  top: 0;
  background-color: #006644;
}

/*slider*/
.slick .slick-dots {
  bottom: 20px;
  left: 0;
}

.siteblock-bottom {
  padding-top: 0;
}

.lay-container {
  max-width: 100% !important;
}
.lay-container .slick .slick-slide img {
  width: 100%;
  height: 95vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.lay-container .slick-next::before,
.lay-container .slick-prev::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .lay-container .slick .slick-slide img {
    width: 100%;
    height: auto;
  }
}
h2.section_title {
  position: relative;
  text-align: center;
}
h2.section_title:before, h2.section_title:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #000;
  width: 2px;
  height: 1.5em;
  margin: 0 1em;
  vertical-align: middle;
}
h2.section_title:before {
  transform: rotate(-20deg);
}
h2.section_title:after {
  transform: rotate(20deg);
}

/*topics*/
.home_post_newstext {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
  max-width: 1140px;
  margin: -30px auto;
  flex-wrap: wrap;
}
.home_post_newstext h2 {
  margin-bottom: 0;
  background-color: transparent;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
.home_post_newstext h2:before, .home_post_newstext h2:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #000;
  width: 2px;
  height: 1em;
  margin: 0 1em;
  vertical-align: middle;
}
.home_post_newstext h2:before {
  transform: rotate(-20deg);
}
.home_post_newstext h2:after {
  transform: rotate(20deg);
}
.home_post_newstext .newstxt span {
  text-align: center;
  display: block;
}
.home_post_newstext .topics_wrap {
  width: 65%;
  margin: 0 auto;
}
.home_post_newstext .topics_detail {
  border-bottom: 2px dotted #404040;
  margin: 10px auto 20px;
  position: relative;
}
.home_post_newstext .topics_detail,
.home_post_newstext .post_date {
  display: flex;
  font-weight: bold;
  flex-wrap: wrap;
}
.home_post_newstext .post_title {
  width: 90%;
  padding-bottom: 10px;
}
.home_post_newstext .topics_link a {
  display: block;
  border: 1px solid #006644;
  padding: 18px;
  border-radius: 35px;
  color: #006644;
  transition: 0.3s all;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.home_post_newstext .topics_link a:hover {
  background-color: #C7A44A;
  color: #fff;
  text-decoration: none;
}
.home_post_newstext .new {
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .home_post_newstext {
    justify-content: center;
    margin-bottom: 40px;
  }
  .home_post_newstext h2 {
    font-size: 2rem;
  }
  .home_post_newstext .newstxt span {
    text-align: center;
    display: block;
  }
  .home_post_newstext .topics_wrap {
    width: 96%;
  }
}
/*見出し*/
.section_title {
  margin: 50px auto 30px;
  padding: 1rem;
  background-color: transparent;
  font-size: 2rem;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.section_title:before, .section_title:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #000;
  width: 2px;
  height: 1em;
  margin: 0 1em;
  vertical-align: middle;
}
.section_title:before {
  transform: rotate(-20deg);
}
.section_title:after {
  transform: rotate(20deg);
}

.post_title {
  color: #000;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .section_title {
    margin: 30px auto 20px;
    font-size: 2rem;
  }
}
/*ボタン*/
.btn_1 {
  display: block;
  color: #fff;
  align-items: center;
  background-color: #006644;
  padding: 10px 20px;
  text-align: center;
  margin: 50px auto;
  transition: 0.3s all;
  font-family: "InterDigits", "Cormorant", "Zen Kaku Gothic Antique", "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}
.btn_1:hover {
  background-color: #C7A44A;
  color: #000;
  text-decoration: none;
}

/*トップ最新情報のリンクボタン*/
.newstxt .btn_1 {
  margin: 10px auto;
  width: 165px;
}

/*ブログ*/
.section_blog {
  color: #006644;
  background-color: #F6F1E7;
  background-image: repeating-linear-gradient(45deg, #fff, #fff 7px, transparent 0, transparent 14px);
}
.section_blog:after {
  margin-left: 0;
}
.section_blog {
  padding: 20px 0 30px 0;
}
.section_blog .slick-slide {
  border: 2px solid #F6F1E7;
  background-color: #fff;
  padding: 20px 30px;
  margin: 0 20px;
}

.section_blog {
  margin: 100px auto;
}

.slide_col3 {
  position: relative;
}
.slide_col3 .post {
  display: block;
  margin: 0 auto;
  width: calc(100% - 20px);
}
.slide_col3 .prevBtn {
  position: absolute;
  top: -20%;
  left: 10px;
  width: 50px;
  height: 50px;
  background-image: url(../images/slide_prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2;
}
.slide_col3 .nextBtn {
  position: absolute;
  top: -20%;
  right: 10px;
  width: 50px;
  height: 50px;
  background-image: url(../images/slide_next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2;
}
.slide_col3 .topicsDigestBox {
  margin-bottom: 0;
}

.btn_area .btn_1 {
  width: 200px;
}

.siteblock-bottom .lay-container {
  padding: 0;
}
.siteblock-bottom .lay-container .section_blog:nth-child(3) .container {
  width: 1140px;
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .section_blog {
    margin: 50px auto;
  }
  .slide_col3 .post {
    width: 100%;
  }
  .siteblock-bottom .lay-container .section_blog:nth-child(3) .container {
    width: auto;
  }
}
/* ---------------------------------------------
トップページ・コンセプト
--------------------------------------------- */
.concept {
  max-width: 1140px;
  width: 96%;
  margin: 50px auto;
  border: 2px solid #000;
  padding: 45px;
}
.concept h2 {
  font-size: 4em;
  font-weight: bold;
  margin: 0 auto -80px;
  position: relative;
  top: -85px;
  color: #006644;
}
.concept h2:after {
  background-color: transparent;
}
.concept .lay-img-width--max img {
  max-width: 760px;
}
.concept .concept_catch {
  font-size: 2.5em;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.concept .concept_catch:before {
  content: url(../images/brackets_left.png);
  display: inline-block;
  margin-right: 1rem;
  color: #F6F1E7;
  position: relative;
  top: 3px;
}
.concept .concept_catch:after {
  content: url(../images/brackets_right.png);
  display: inline-block;
  margin-left: 0.5rem;
  color: #F6F1E7;
  position: relative;
  top: 12px;
}
.concept p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .concept {
    padding: 30px;
  }
  .concept h2 {
    font-size: 3em;
    font-weight: bold;
    margin: 0 auto -80px;
    top: -80px;
  }
  .concept .concept_catch {
    font-size: 1.5em;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
}
/* ---------------------------------------------
トップページ・モデルハウス
--------------------------------------------- */
.modelhouse_img {
  text-align: center;
}

.modelhouse_detail {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 80px;
}
.modelhouse_detail h2 {
  font-size: 4em;
  font-weight: bold;
  margin: 0 auto -30px;
  position: relative;
  top: -35px;
  color: #006644;
}
.modelhouse_detail h2:after {
  background-color: transparent;
}
.modelhouse_detail .model_catch {
  font-size: 2.5em;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.modelhouse_detail .model_catch:before {
  content: url(../images/brackets_left.png);
  display: inline-block;
  margin-right: 1rem;
  color: #F6F1E7;
  position: relative;
  top: 3px;
}
.modelhouse_detail .model_catch:after {
  content: url(../images/brackets_right.png);
  display: inline-block;
  margin-left: 0.5rem;
  color: #F6F1E7;
  position: relative;
  top: 12px;
}
.modelhouse_detail .modelhouse_detail_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modelhouse_detail .modelhouse_detail_list li {
  flex-basis: 33%;
  font-weight: 500;
  font-family: "InterDigits", "Cormorant", "Zen Kaku Gothic Antique", "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  list-style: inside;
  text-align: center;
  padding-left: 0;
}
.modelhouse_detail .modelhouse_detail_list li::marker {
  content: "■";
}

@media screen and (max-width: 767px) {
  .modelhouse_detail {
    margin: 0 auto 50px;
  }
  .modelhouse_detail h2 {
    font-size: 3em;
    font-weight: bold;
    margin: 0 auto -20px;
    top: -25px;
  }
  .modelhouse_detail .model_catch {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
  .modelhouse_detail .modelhouse_detail_list {
    width: 90%;
    margin: auto;
  }
  .modelhouse_detail .modelhouse_detail_list li {
    flex-basis: 100%;
    font-weight: 500;
    font-family: "InterDigits", "Cormorant", "Zen Kaku Gothic Antique", "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  }
  .modelhouse_detail .modelhouse_detail_list li::marker {
    content: "■";
  }
}
.top_contact_img {
  text-align: center;
}
.top_contact_img a {
  display: inline-block;
  transition: 0.3s all;
}
.top_contact_img a:hover {
  opacity: 0.7;
}
.top_contact_img img {
  max-width: auto;
  width: auto !important;
}

.siteblock-bottom {
  padding-bottom: 0;
}

.daikatsu_parts04 {
  max-width: 1140px;
  margin: 100px auto;
}
.daikatsu_parts04 > .box {
  margin-bottom: 20px !important;
}
.daikatsu_parts04 > .box .dec-bg--dark::before {
  background-color: #fff !important;
}
.daikatsu_parts04 > .box .dec-bg--dark p, .daikatsu_parts04 > .box .dec-bg--dark h4, .daikatsu_parts04 > .box .dec-bg--dark ul {
  color: #333 !important;
}/*# sourceMappingURL=atract-top.css.map */