@charset "utf-8";


img {
  pointer-events: none;
  /*===== 画像抜き取り禁止指示==========*/
}


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

.category-area-01 {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.unit-1 {
  width: 768px;
}

.unit-2 {
  width: 388px;
  margin-right: 30px;
  position: relative;
}

.title01 {
  width: 329px;
  margin-top: 10px;
}

h2 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 15px;
}

.title02 p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 10px;
}

/* ボタン */

.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-top: 10px;
  margin-left: 10px;
}

.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;
}

.minatomirai-button {
  position: absolute;
  top: 260px;
  left: 5px;
}

.yokohama-button {
  position: absolute;
  top: 260px;
  left: 180px;
}

.ebina-button {
  position: absolute;
  top: 310px;
  left: 5px;
}

.syounan-button {
  position: absolute;
  top: 310px;
  left: 180px;
}



.category-area-02 {
  display: flex;
}


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

.unit-3 {
  width: 875px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;

}

.design01 {
  width: 268px;
}

h3 {
  font-size: 16.3px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
}

.design01 p {
  font-size: 14.5px;
  line-height: 1.5;
  margin-top: 10px;
}




.unit-4 {
  width: 304px;
  margin-right: 20px;
  background-color: #f5f3f2;
  margin-top: 10px;
  padding-bottom: 10px;
}

.logo2 img {
  padding: 15px;
  margin-top: 10px;
}

h4 {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 15px;
}

.unit-4 p {
  font-size: 12px;
  color: #000;
  line-height: 1.5;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}


.pdfbtn {
  bottom: 8px;
  margin-top: 6px;
  margin-left: 20px;
  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;
}



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

  /* pxからvwに一括で変換（1300px）ここから========================================================= */
  /* エリア指定 */
  .category-area-01,
  .category-area-02 {
    width: 100vw;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.769vw;
  }

  .category-area-01 {
    display: flex;
    justify-content: space-between;
    margin-top: 1.154vw;
  }

  .unit-1 {
    width: 59.077vw;
  }

  .unit-2 {
    width: 29.846vw;
    margin-right: 2.308vw;
    position: relative;
  }

  .title01 {
    width: 25.308vw;
    margin-top: 0.769vw;
  }

  h2 {
    font-size: 1.692vw;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 1.154vw;
  }

  .title02 p {
    font-size: 1.385vw;
    line-height: 1.4;
    font-weight: 300;
    margin-top: 0.769vw;
  }

  /* ボタン */

  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11.538vw;
    height: 2.692vw;
    border-radius: 0.308vw;
    background-color: #e6e6e6;
    color: #333333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 1vw;
    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;
  }

  .minatomirai-button {
    position: absolute;
    top: 20vw;
    left: 0.385vw;
  }

  .yokohama-button {
    position: absolute;
    top: 20vw;
    left: 13.846vw;
  }

  .ebina-button {
    position: absolute;
    top: 23.846vw;
    left: 0.385vw;
  }

  .syounan-button {
    position: absolute;
    top: 23.846vw;
    left: 13.846vw;
  }



  .category-area-02 {
    display: flex;
  }


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

  .unit-3 {
    width: 67.308vw;
    display: flex;
    justify-content: space-between;
    margin-top: 1.538vw;

  }

  .design01 {
    width: 20.615vw;
  }

  h3 {
    font-size: 1.254vw;
    font-weight: 500;
    margin-top: 0.769vw;
    margin-bottom: 1.154vw;
    text-align: center;
  }

  .design01 p {
    font-size: 1.115vw;
    line-height: 1.5;
    margin-top: 0.769vw;
  }




  .unit-4 {
    width: 23.385vw;
    margin-right: 1.538vw;
    background-color: #f5f3f2;
    margin-top: 0.769vw;
    padding-bottom: 0.769vw;
  }

  .logo2 img {
    padding: 1.154vw;
    margin-top: 0.769vw;
  }

  h4 {
    font-size: 1.231vw;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    margin-left: 1.154vw;
  }

  .unit-4 p {
    font-size: 0.923vw;
    color: #000;
    line-height: 1.5;
    margin-top: 1.154vw;
    margin-left: 1.538vw;
    margin-right: 1.538vw;
    margin-bottom: 1.538vw;
  }


}