@charset "utf-8";

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

/* カレンダーのため */
.event-title-1 {
  display: flex;
}

/* カレンダー */
input[name="schedule-date"] {
  font-size: 18px;
  width: 160px;
  text-align: center;
  position: absolute;
  z-index: 31;
  margin-top: 20px;
}

.date {
  text-align: right;
  margin-left: -160px;
}

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


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

/*  請負契約 */
.ukeoi-contract {
  padding: 10px;
}

.ukeoi-contract-photo {
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
}

.ukeoi-contract-photo1 {
  width: 55%;
  margin-top: 20px;
}

.ukeoi-contract-photo1 img {
  width: 75%;
  margin-left: 60px;
}


.ukeoi-contract-photo2 {
  width: 30%;
  margin-top: 20px;
  margin-left: 40px;
}

.ukeoi-contract-photo2 img {
  width: 80%;
  margin-left: 60px;
}




.ukeoi-contract p {
  margin-top: 10px;
}

/* 当日の持ち物 */
.to-do-list {
  padding: 10px;
  position: relative;
}

.to-do-list p {
  font-size: 22px;
  line-height: 1.5;
}



.pdfbtn {
  position: absolute;
  right: 10px;
  bottom: -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;
}



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


  .ukeoi-contract p {
    font-size: 12px;
  }


}



@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%;
  }

  .to-do-list p {
    font-size: 18px;
    line-height: 1.5;
  }


}