@charset "utf-8";

/* エリア指定 */
.category-area-01,
.category-area-02,
.category-area-03 {
  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;
  margin-top: 10px;
}




/* 設備仕様・マテリアル仕様の確認 */
.setsubi,
.material {
  padding: 10px;
}

.setsubi-photo,
.material-p0hto {
  width: 100%;
}

.setsubi-photo img,
.material-photo img {
  width: 90%;
  margin-top: 30px;
  margin-left: 30px;
}

.setsubi p,
.material p {
  padding-left: 20px;
  margin-top: 15px;
}


.material {
  margin-left: 10px;

}


.unit-2 {
  position: relative;
}


.pdfbtn {
  position: absolute;
  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) {


  /* エリア指定 */
  .category-area-01,
  .category-area-02,
  .category-area-03 {
    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;
    margin-top: 0.769vw;
  }




  /* 設備仕様・マテリアル仕様の確認 */
  .setsubi,
  .material {
    padding: 0.769vw;
  }

  .setsubi-photo,
  .material-p0hto {
    width: 100%;
  }

  .setsubi-photo img,
  .material-photo img {
    width: 90%;
    margin-top: 2.308vw;
    margin-left: 2.308vw;
  }

  .setsubi p,
  .material p {
    padding-left: 1.538vw;
    margin-top: 1.154vw;
  }


  .material {
    margin-left: 0.769vw;

  }




}





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


  /* エリア指定 */
  .event-area-01,
  .event-area-02 {
    display: block;
    width: 580px;
    max-width: 97%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .unit-2 {
    width: 100%;
  }

}