@charset "UTF-8";
/*レスポンシブ対応。カラム数とカラム間marginを自由に設定するMixin*/
/*一列組のみ、記事が増え、2段、3段になるカラム組には適さない*/
/*参考→　https://qiita.com/noqua/items/0dc04aa528269db41a07　*/
.type-text {
  text-align: center;
}

.type-list ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 620px) {
  .type-list ul {
    display: block;
  }
}
.type-list li {
  width: 49%;
  margin: 0 0 40px 0;
}
@media all and (max-width: 620px) {
  .type-list li {
    width: 100%;
  }
}
.type-list .type-img {
  margin: 0 0 15px 0;
}
@media all and (max-width: 1080px) {
  .type-list .type-img {
    margin: 0 0 15px 0;
  }
}
.type-list .type-img img {
  width: 100%;
  height: auto;
}
.type-list .intro {
  margin: 0 auto 15px;
  max-width: 516px;
  min-height: 50px;
}
@media all and (max-width: 1080px) {
  .type-list .intro {
    margin: 0 0 15px 0;
    text-align: justify;
  }
  .type-list .intro br {
    display: none;
  }
}
.type-list .btn-twoline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1080px) {
  .type-list .btn-twoline {
    display: block;
  }
}
.type-list .btn-twoline .type-btn {
  width: 100%;
  margin-right: 10px;
}
@media all and (max-width: 1080px) {
  .type-list .btn-twoline .type-btn {
    margin: 0 0 15px 0;
  }
}
.type-list .btn-twoline .type-btn:nth-of-type(2) {
  margin-right: 0;
}
.type-list .btn-threeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1080px) {
  .type-list .btn-threeline {
    display: block;
  }
}
.type-list .btn-threeline .type-btn {
  width: 100%;
  margin-right: 5px;
}
@media all and (max-width: 1080px) {
  .type-list .btn-threeline .type-btn {
    margin: 0 0 15px 0;
  }
}
.type-list .btn-threeline .type-btn:nth-of-type(3) {
  margin-right: 0;
}
.type-list .btn-oneline .button-kinokaori {
  display: block;
  text-decoration: none;
  background: none;
  border: 1px solid #eb6100;
  color: #eb6100;
  position: relative;
  text-align: center;
  font-family: "FOT-筑紫ゴシック Pr5 R", "Helvetica LT W01 Roman", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 3.8em;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0 0 30px;
  border-radius: 2px;
  position: relative;
}
.type-list .btn-oneline .button-kinokaori::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  background: url(/img/arrow-kino.svg) no-repeat;
  width: 5px;
  height: 9px;
}
@media all and (min-width: 1081px) {
  .type-list .btn-oneline .button-kinokaori:hover {
    border-color: #eb6100;
    color: #eb6100;
  }
}
.type-list .btn-oneline .button-sabm {
  display: block;
  text-decoration: none;
  background: none;
  border: 1px solid #c29b60;
  color: #c29b60;
  position: relative;
  text-align: center;
  font-family: "FOT-筑紫ゴシック Pr5 R", "Helvetica LT W01 Roman", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 3.8em;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0 0 30px;
  border-radius: 2px;
  position: relative;
}
.type-list .btn-oneline .button-sabm::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  background: url(/img/arrow-sabm.svg) no-repeat;
  width: 5px;
  height: 9px;
}
@media all and (min-width: 1081px) {
  .type-list .btn-oneline .button-sabm:hover {
    border-color: #c29b60;
    color: #c29b60;
  }
}

.backgr {
  padding: 10px 0;
  background: #deddda;
}

.four-list h3 {
  margin: 0 0 30px 0;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.four-list h3 span img {
  width: 145px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.four-list ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1080px) {
  .four-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.four-list li {
  width: 24.5%;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 1080px) {
  .four-list li {
    width: 49%;
    margin: 0 0 15px 0;
  }
}
@media all and (max-width: 620px) {
  .four-list li {
    width: 100%;
  }
}
.four-list dl {
  padding: 10px 0 10px 10px;
  margin: 0;
  background: #fff;
  border: 1px solid #60ad3b;
}
.four-list .no01 {
  font-size: 12px;
  font-size: 1.2rem;
}
.four-list .no01::before {
  margin: 0 10px -5px 0;
  display: inline-block;
  content: "";
  background: url(/type/img/no01.svg) no-repeat;
  width: 27px;
  height: 19px;
}
.four-list .no02 {
  font-size: 12px;
  font-size: 1.2rem;
}
.four-list .no02::before {
  margin: 0 10px -5px 0;
  display: inline-block;
  content: "";
  background: url(/type/img/no02.svg) no-repeat;
  width: 27px;
  height: 19px;
}
.four-list .no03 {
  font-size: 12px;
  font-size: 1.2rem;
}
.four-list .no03::before {
  margin: 0 10px -5px 0;
  display: inline-block;
  content: "";
  background: url(/type/img/no03.svg) no-repeat;
  width: 27px;
  height: 19px;
}
.four-list .no04 {
  font-size: 12px;
  font-size: 1.2rem;
}
.four-list .no04::before {
  margin: 0 10px -5px 0;
  display: inline-block;
  content: "";
  background: url(/type/img/no04.svg) no-repeat;
  width: 27px;
  height: 19px;
}
.four-list dd {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0 0 0 39px;
}

.ku-ki h3 {
  margin: 0 0 40px 0;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
.ku-ki figure {
  margin: 0 20px 0 0;
  width: 440px;
}
@media all and (max-width: 1080px) {
  .ku-ki figure {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.ku-ki .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 0 auto;
}
@media all and (max-width: 1080px) {
  .ku-ki .unit {
    display: block;
  }
}
.ku-ki .unit p {
  letter-spacing: 0.09em;
  margin: 0 0 40px 0;
}
@media all and (max-width: 620px) {
  .ku-ki .unit p {
    text-align: justify;
  }
  .ku-ki .unit p br {
    display: none;
  }
}
@media all and (max-width: 1080px) {
  .ku-ki .unit .button-basic {
    width: 100%;
  }
}

.type-detail {
  text-align: center;
}
.type-detail .type-logo {
  margin: 0 auto 30px;
}
.type-detail h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 40px 0;
}
.type-detail .type-img {
  margin: 0 0 40px 0;
}
.type-detail .detail-text {
  margin: 0;
}
@media all and (max-width: 620px) {
  .type-detail .detail-text {
    text-align: justify;
  }
  .type-detail .detail-text br {
    display: none;
  }
}

.works-list h3 {
  margin: 0 0 40px 0;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
.works-list a {
  display: block;
}
.works-list img {
  display: block;
  width: 100%;
}
.works-list .row {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 620px) {
  .works-list .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.works-list .item {
  width: 32.6%;
  margin: 0 1% 30px 0;
  position: relative;
}
.works-list .item:nth-of-type(3n) {
  margin: 0;
}
@media all and (max-width: 620px) {
  .works-list .item:nth-of-type(3n) {
    margin: 0 0 20px 0;
  }
}
@media all and (max-width: 620px) {
  .works-list .item {
    width: 49%;
    margin: 0 0 20px 0;
  }
}
.works-list h4 {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin: 0;
}
.works-list .thumbnail {
  background-size: cover;
  background-position: center center;
  padding-top: 68%;
  width: 100%;
  background-color: #efefef;
  position: relative;
  margin: 0 0 15px 0;
}
@media all and (max-width: 1080px) {
  .works-list .thumbnail {
    padding-top: 70%;
  }
}
@media all and (max-width: 620px) {
  .works-list .thumbnail {
    padding-top: 74%;
    margin: 0 0 8px 0;
  }
}
.works-list .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.new-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
}
.new-icon img {
  width: 35px;
}
@media all and (max-width: 620px) {
  .new-icon img {
    width: 30px;
  }
}

.model-list {
  text-align: center;
}
.model-list h3 {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.model-list .type-logo {
  margin: 0 auto 30px;
}
.model-list .mh-sub {
  margin: 0 0 25px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.model-list .mh-title {
  margin: 0 0 25px 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.model-list .mh-intro {
  margin: 0 0 25px 0;
}
.model-list .mh-open {
  margin: 0 0 25px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.model-list .button-basic {
  margin: 0 auto;
}

.map-unit {
  border-top: 1px solid #333;
  padding-top: 30px;
  margin: 0 0 30px 0;
}

.type-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0;
}
@media all and (max-width: 620px) {
  .type-map {
    display: block;
  }
}

.md-img {
  margin: 0;
  padding: 0;
  width: 50%;
}
@media all and (max-width: 620px) {
  .md-img {
    width: 100%;
  }
}
.md-img img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 620px) {
  .md-img img {
    height: auto;
  }
}

#md-map {
  width: 50%;
  height: 350px;
}
@media all and (max-width: 620px) {
  #md-map {
    width: 100%;
  }
}

#md-map2 {
  width: 50%;
  height: 350px;
}
@media all and (max-width: 620px) {
  #md-map2 {
    width: 100%;
  }
}

.m-list {
  text-align: center;
}
.m-list ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-list li {
  width: 24.5%;
}
@media all and (max-width: 1080px) {
  .m-list li {
    width: 49%;
    margin: 0 0 30px 0;
  }
}
@media all and (max-width: 620px) {
  .m-list li {
    width: 100%;
    margin: 0 0 50px 0;
  }
}
.m-list .button-basic {
  width: 100%;
}
.m-list .button-kinokaori {
  display: block;
  text-decoration: none;
  background: none;
  border: 1px solid #eb6100;
  color: #eb6100;
  position: relative;
  text-align: center;
  font-family: "FOT-筑紫ゴシック Pr5 R", "Helvetica LT W01 Roman", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 3.8em;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0 0 30px;
  border-radius: 2px;
  position: relative;
}
.m-list .button-kinokaori::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  background: url(/img/arrow-kino.svg) no-repeat;
  width: 5px;
  height: 9px;
}
@media all and (min-width: 1081px) {
  .m-list .button-kinokaori:hover {
    border-color: #eb6100;
    color: #eb6100;
  }
}

.m-logo {
  margin: 0 auto 15px;
  height: 20px;
}

.kinokaori-logo {
  margin: -20px auto 35px;
}

.m-title {
  margin: 0 0 10px 0;
  padding: 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.m-img {
  padding: 0;
  margin: 0 0 15px 0;
}
.m-img a {
  display: block;
}
.m-img img {
  width: 100%;
  height: auto;
}

.catch {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 0 0 40px 0;
}