@charset "utf-8";
/* タイトル帯は、2ndcommonに */

/* エリア指定 */
.category-area-01 {
  width: 1300px;
  max-width: 96%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}


/* 小タイトル部分指定 */
.event-title-1 h2 {
  font-size: 23px;
  line-height: 1.1;
  color: #595757;
  background-color: #ffffff;
  padding-bottom: 10px;
  border-bottom: 1px solid #595757;
  border-left: 5px solid #595757;
  margin-top: 10px;
  padding-top: 8px;
  padding-left: 15px;
  width: 100%;
}

/* エリア指定 */
.category-area-01 {
  display: flex;
  justify-content: space-between;
  width: 1300px;
  max-width: 97%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.unit-2 {
  width: 49%;
}

/* 土地探し */
.tochi-sagashi {
  margin-top: 20px;
}

/* 敷地調査 */
.shikichi {
  padding: 10px;
}

.shikichi-photo {
  width: 90%;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.shikichi-photo img {
  width: 88%;
  text-align: center;
}

/* btn-area */

.btn-area {
  display: flex;
}

/* 分譲地情報ボタン */


.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 35px;
  border-radius: 4px;
  background-color: #4b94b8;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  position: relative;
  margin-left: 20px;
  margin-top: 15px;
}


.button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
}


.button:hover {
  background-color: #bed6e3;
  color: #333333;
}





/* 地盤調査 */
.jiban {
  padding: 10px;
}

.jiban-photo {
  width: 90%;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.jiban-photo img {
  width: 88%;
  text-align: center;
}

/* 土地診断 */
.tochi-kinds {
  display: flex;
  margin-top: 20px;
}

.tochi-kinds h4 {
  font-size: 16px;
  color: #ffffff;
  background-color: #9FA0A0;
  margin-top: 5px;
  padding: 8px;
  text-align: center;
}

.tochi {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.tochi img {
  width: 100%;
  margin-top: 20px;
}



.pdfbtn {
  margin-top: 15px;
  margin-left: 5px;
}


/* PDFボタン */

.pdf-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 27px;
  border-radius: 4px;
  background-color: #4b94b8;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  position: relative;
}

.pdf-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
}

.pdf-button:hover {
  background-color: #bed6e3;
  color: #333333;
}


/* 1300pxで一括変換 */
@media screen and (max-width: 1300px) {

  /* エリア指定 */
  .category-area-01 {
    width: 100vw;
    max-width: 96%;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }


  /* 小タイトル部分指定 */
  .event-title-1 h2 {
    font-size: 1.769vw;
    line-height: 1.1;
    color: #595757;
    background-color: #ffffff;
    padding-bottom: 0.769vw;
    border-bottom: 1px solid #595757;
    border-left: 5px solid #595757;
    margin-top: 0.769vw;
    padding-top: 0.615vw;
    padding-left: 1.154vw;
    width: 100%;
  }

  /* エリア指定 */
  .category-area-01 {
    display: flex;
    justify-content: space-between;
    width: 100vw;
    max-width: 97%;
    margin-bottom: 2.308vw;
    margin-left: auto;
    margin-right: auto;
  }

  .unit-2 {
    width: 49%;
  }

  /* 土地探し */
  .tochi-sagashi {
    margin-top: 1.538vw;
  }

  /* 敷地調査 */
  .shikichi {
    padding: 0.769vw;
  }

  .shikichi-photo {
    width: 90%;
    margin-top: 1.538vw;
    padding-left: 1.538vw;
    padding-right: 1.538vw;
    text-align: center;
  }

  .shikichi-photo img {
    width: 88%;
    text-align: center;
  }




  /* Webサイトボタン */

  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26.923vw;
    height: 3.846vw;
    border-radius: 0.308vw;
    background-color: #e6e6e6;
    color: #333333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 1.385vw;
    position: relative;
    margin-top: 0.769vw;
    margin-left: 0.769vw;
  }

  .button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.769vw;
    transform: rotate(45deg) translateY(-50%);
    width: 0.615vw;
    height: 0.615vw;
    border-width: 0.077vw 0.077vw 0 0;
    border-style: solid;
    border-color: #555555;
  }

  .button:hover {
    background-color: #bed6e3;
    color: #333333;
  }




  /* 地盤調査 */
  .jiban {
    padding: 0.769vw;
  }

  .jiban-photo {
    width: 90%;
    margin-top: 1.538vw;
    padding-left: 1.538vw;
    padding-right: 1.538vw;
    text-align: center;
  }

  .jiban-photo img {
    width: 88%;
    text-align: center;
  }

  /* 土地診断 */
  .tochi-kinds {
    display: flex;
    margin-top: 1.538vw;
  }

  .tochi-kinds h4 {
    font-size: 1.231vw;
    color: #ffffff;
    background-color: #9FA0A0;
    margin-top: 0.385vw;
    padding: 0.615vw;
    text-align: center;
  }

  .tochi {
    margin-left: 0.769vw;
    margin-right: 0.769vw;
    margin-bottom: 0.769vw;
  }

  .tochi img {
    width: 100%;
    margin-top: 1.538vw;
  }

}