@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*---------------------
カラム幅設定
----------------------*/
/*---------------------
カラー設定
----------------------*/
/*---------------------
ベンダープレフィックス初期設定
----------------------*/
/*---------------------
透明度　初期設定
----------------------*/
/*---------------------
フォントサイズ初期設定
----------------------*/
/*---------------------
フォントファミリー初期設定
----------------------*/
/*----------------
Retina,高解像度 対策
-----------------*/
/*---------------------
角丸　初期設定
----------------------*/
/*
.box {
     @include circle(100px);
     background: #fc0;
}
*/
/*---------------------
ボックスシャドウ　mixin
----------------------*/
/*
div { @include box-shadow(8px, 8px);}
*/
/*---------------------
グラデーション　mixin
----------------------*/
/* 使用例
 div { @include gradient(#ff00ff, #ff00cc, vertical);}
*/
/*---------------------
デュレーション　mixin
----------------------*/
/*
.move{
    @include transition(0.5s);
}
*/
/*---------------------
キーフレーム　mixin
----------------------*/
@-webkit-keyframes $animation-name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes $animation-name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes $animation-name {
  0% {
    color: #fff;
  }
  100% {
    color: #0094d5;
  }
}
@keyframes $animation-name {
  0% {
    color: #fff;
  }
  100% {
    color: #0094d5;
  }
}
/*---------------------
カラムグリッド mixin
----------------------*/
/*---------------------
カラムグリッド mixin
----------------------*/
/*　使用例 
div { @include ghost-button(“Trebuchet”, 12px, #ffffff, 5px, #34dec6, 4px, 300ms, #000000 );}
*/
/*---------------------
リンクカラー初期設定
----------------------*/
/*---------------------
汎用BOX用　マージンMIXIN リセット
----------------------*/
.m_0 {
  margin: 0 !important;
}

.p_0 {
  padding: 0 !important;
}

/*---------------------
汎用ボタンリンク用　
----------------------*/
.btn {
  -moz-user-select: none;
  background-image: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff;
}

.exteriorWrap {
  position: relative;
  width: 100%;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 40px;
  padding: 0 20px;
  gap: 0 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.exteriorWrap .exteriorThumb {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 40px;
}

.exteriorThumb a {
  display: block;
  color: #333;
}
.exteriorThumb a:hover {
  color: #009fe6;
}
.exteriorThumb h3 {
  padding: 0;
  margin: 15px 0 10px;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
.exteriorThumb p {
  margin: 0;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
.exteriorThumb figure {
  display: block;
  overflow: hidden;
}
.exteriorThumb img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
}
.exteriorThumb a:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 0.8;
}

@media screen and (max-width: 979px) {
  .exteriorWrap .exteriorThumb {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .exteriorWrap {
    gap: 0 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .exteriorWrap .exteriorThumb {
    width: calc(50% - 10px);
    margin-bottom: 40px;
  }
  .exteriorThumb h3 {
    font-size: 1.6rem;
  }
  .exteriorThumb p {
    font-size: 1.2rem;
  }
}
.about-exterior {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
.about-exterior p {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about-exterior {
    padding: 20px;
    margin: 10px;
    width: calc(100% - 20px);
  }
  .about-exterior p {
    text-align: left;
  }
}
.ch-exterior-subtxt {
  font-weight: 700;
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  margin-bottom: 30px;
  padding: 10px 15px;
  text-align: center;
}
.ch-exterior-subtxt span {
  color: #60b5eb;
}
.ch-exterior-subtxt span:nth-child(1) {
  margin-right: 0.5em;
}
.ch-exterior-subtxt span:nth-child(2) {
  margin-left: 0.5em;
}

@media screen and (max-width: 768px) {
  .ch-exterior-subtxt {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .ch-exterior-subtxt span:nth-child(1) {
    margin-right: 0;
  }
  .ch-exterior-subtxt span:nth-child(2) {
    margin-left: 0;
  }
}
/*---------------------
ecocarat 一覧 20250415
----------------------*/
.ecocarat-tagmenu {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ecocarat-tagmenu ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4px;
}
.ecocarat-tagmenu ul a {
  width: 25%;
  min-height: 60px;
  background: #fff;
  padding: 5px;
  text-align: center;
  /** 以下中央揃え**/
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ecocarat-tagmenu ul a.selected {
  background: #006db2;
  color: #fff;
}
.ecocarat-tagmenu ul a:hover {
  background: #008cca;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .ecocarat-tagmenu ul a {
    width: 50%;
    min-height: 50px;
  }
}/*# sourceMappingURL=add2024.css.map */