@charset "utf-8";

img {
  pointer-events: none;
  /* 画像がポインターで抜き取れなくなる */
}



/*========= Second-階層　ページ共通のCSS ===============*/

a {
  color: #ffffff;
}

img {
  max-width: 100%;
}

.main {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}


/* スクロールするメニュー */

.scroll-nav {
  width: 100%;
  background: #fff;
  padding-bottom: 10px;
  margin-top: 10px;
}

.scroll-nav ul {
  max-width: 1300px;
  /* メニューの最大幅 */
  min-width: 950px;
  /* メニューの最小幅 */
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  list-style: none;
}

.scroll-nav ul li {
  float: left;
  /* ブロック要素を左寄せに横並び */
  width: 12.5%;
  /* メニューの個別の幅 */
  text-align: center;
  font-size: 12px;
  border-left: 0.5px solid #333333;
  border-right: 0.5px solid #333333;
  box-sizing: border-box;
}

/* 2番目以降の左ライン取る */
.scroll-nav ul li+li {
  border-left: none;
}

.scroll-nav ul li:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.scroll-nav ul li a {
  display: inline-block;
  color: #333333;
  /* メニューの文字色 */
  text-decoration: none;
}

.next-btn {
  display: none;
  /* 右側の固定部分を非表示 */
}

/* プランボタン−１ */
.plan-btn {
  width: 100%;
  background-color: #cde0a7;
}

/* 性能ボタン−2 */
.technical-btn {
  width: 100%;
  background-color: #cee0cd;
}


/* 土地ボタン−2 */
.tochi-btn {
  width: 100%;
  background-color: #f1e1a1;
}

/* 外装ボタン−４ */
.gaisou-btn {
  width: 100%;
  background-color: #87cefa;
}


/* 資金-５ */
.money-btn {
  width: 100%;
  background-color: #c8e3df;
}

/* エクステリアボタン-6 */
.exterior-btn {
  width: 100%;
  background-color: #3cb371;
}

/* 保証ボタン-７ */
.hoshou-btn {
  width: 100%;
  background-color: #ffc7af;
}


/* 法律ボタン-８ */
.legal-btn {
  width: 100%;
  background-color: #d8bfd8;
}


/* 積水　鉄ボタン-９ */
.iron-btn {
  width: 100%;
  background-color: #e2e0d9;
}

/* 積水　鉄ボタン-10 */
.sw-btn {
  width: 100%;
  background-color: #d0af6d;
}

@media screen and (max-width: 1000px) {

  .scroll-nav ul li {
    font-size: 10px;
  }
}

@media screen and (max-width: 949px) {

  .scroll-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* 慣性スクロール */
  }

  .scroll-nav ul {
    min-width: 1020px;
    /* メニューの幅かける17個プラス矢印の幅 */
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    list-style: none;
    /* 右側の固定分余白を空ける */
  }

  .scroll-nav ul li {
    flex-shrink: 0;
    width: 100px;
    /* メニューの個別の幅 */
    font-size: 10px;
  }

  .nav-wrap {
    position: relative;
  }

  .next-btn {
    /* 表示させる */
    display: block;
    /* 右側に固定する部分 */
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    /* 固定部分の幅 */
    height: 35px;
    /* メニューの高さに合わせる */
    line-height: 35px;
    background: #cecbcb;
    color: #fff;
  }


}


/* スクロールするメニューここまで */





/* 本文指定 */
.event-area p {
  font-size: 15px;
  color: #222222;
  line-height: 1.5;
  margin: 10px;
}


/* タイトル */
h1 {
  font-size: 44px;
  font-family: 'Noto Serif JP', serif;
  color: #222222;
  text-align: center;
  margin-top: 65px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}




.category-second-area {
  padding-bottom: 70px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.category-second-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
}


/* コンテンツの指定 */
.content-01 {
  width: 300px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.muryou-mark {
  z-index: 6;
  position: absolute;
  top: 3px;
  right: 113px;
}

.muryou-mark img {
  width: 48px;
}

.standard-mark {
  z-index: 6;
  position: absolute;
  top: 3px;
  right: 57px;
}

.standard-mark img {
  width: 48px;
}

.higi-mark {
  z-index: 6;
  position: absolute;
  top: 3px;
  right: 3px;
}

.higi-mark img {
  width: 48px;
}


.content {
  width: 300px;
  height: 87px;
  z-index: 5;
  background-color: rgba(2, 32, 76, 0.7);
  text-align: center;
  position: absolute;
  top: 80px;
}


.content-a {
  width: 300px;
  height: 230px;
  z-index: 5;
  background-color: rgba(2, 32, 76, 0.6);
  text-align: center;
  position: absolute;
  top: 0px;
}

.content-title h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 27px;
  padding-top: 10px;
  color: #ffffff;
  line-height: 1.3;
}

.content-a-title h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 27px;
  color: #ffffff;
  line-height: 1.3;
  margin-top: 70px;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #ffffff;
}


.content-02 {
  width: 300px;
  height: 65px;
  background-color: rgb(242, 242, 231);
  margin-bottom: 40px;
}

.content-02 p {
  padding: 10px;
  line-height: 1.4;
  color: #222222;
}

/*hoverをしたらボックスに影がつき、上に上がる*/
.content-01:hover {
  box-shadow: 0 5px 5px rgba(61, 61, 61, 0.5);
}