@charset "utf-8";

/* エリア指定 */
.category-area-01,
.category-area-02,
.category-area-03 {
  width: 1300px;
  max-width: 97%;
  margin-left: auto;
  margin-right: auto;
}

.category-area-01 {
  display: flex;
  justify-content: space-between;
}




/* 小タイトル部分指定 */
.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%;
}





/* ３つ並ぶ所のみ */
.other-01 p {
  margin: 5px 0 5px;
}


/* エリア指定 */

.unit-1 {
  width: 49%;
  text-align: center;
}

.unit-1 p {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 10px;
}


.unit-2 {
  width: 49%;
}

.unit-2 p {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 10px;
}


.mainimage,
.soudankai {
  width: 90%;
  margin-top: 20px;
}

/* イメージ写真と設計相談会 */
.soudankai {
  display: flex;
  margin-top: 30px;
  margin-left: 5%;
}

.soudankai-image {
  width: 36%;
}

.soudankai-p {
  width: 64%;
}

.soudankai-p h5 {
  font-size: 21px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 25px;
}

.soudankai-p h5::after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background-color: #000000;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.design-link {
  display: flex;
}

/* design office ボタン */

.design-link-button-area {
  display: grid;
  grid-template-columns: repeat(1, 125px);
  column-gap: 20px;
  row-gap: 30px;
  justify-content: center;
  margin-top: 20px;
}

.design-link-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 157px;
  height: 47px;
  border-radius: 5px;
  background-color: #4b94b8;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-left: 35%;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}

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

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

.design-link a:hover::after {
  border-color: #f2f2f2 #f2f2f2 transparent transparent;
}




/* イメージを共有する */
.kyouyu {
  padding: 10px;
}

.kyouyu-photo {
  display: flex;
}

.kyouyu-photo01 {
  width: 60%;
  margin-top: 10px;
}

.kyouyu-photo02 {
  width: 35%;
  margin-top: 12px;
  margin-left: 10px;
}

.kyouyu p {
  font-size: 14px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* その他 */

.other {
  padding: 10px;
}

.other-kinds {
  display: flex;
  margin-top: 10px;
}

.other-kinds h4 {
  font-size: 14px;
  color: #ffffff;
  background-color: #6c9db7;
  padding: 5px 0;
  text-align: center;
}

.other-a {
  width: 33%;
  padding: 10px;
}

.other-01 img {
  width: 100%;
  margin-top: 15px;
}


.pdfbtn {
  bottom: 8px;
  margin-top: 20px;
  margin-left: 10px;
  right: 0;
}


/* 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) {

  /* 青ベタの文字 */
  .other-kinds h4 {
    font-size: 1.077vw;
    color: #ffffff;
    background-color: #6c9db7;
    padding: 0.385vw 0;
    text-align: center;
  }


}



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

  .kyouyu p {
    font-size: 12px;
  }


  .soudankai-p p {
    font-size: 10px;
  }

  .other-01 p {
    font-size: 11px;
  }


}