@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 {
  position: relative;
}


.category-area-01-2 {
  display: flex;
  align-items: flex-start;
}

.sankanbi-logo img {
  width: 221px;
  margin-right: 43px;
}

.logo-text p {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 30px;
}

/* ボタン */

.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: 20px;
  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;
}

.osaka-button {
  position: absolute;
  top: 10px;
  right: 235px;
}

.hyougo-button {
  position: absolute;
  top: 10px;
  right: 125px;
}

.wakayama-button {
  position: absolute;
  top: 10px;
  right: 15px;
}


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


.unit-1 {
  width: 73%;
}

.unit-2 {
  width: 27%;
  position: relative;
}

.sankanbi-image1,
.sankanbi-image2 {
  display: flex;
}

.image2 {
  padding: 15px;
  text-align: center;

}

.image2 p {
  font-size: 25px;
  margin-bottom: 18px;
}

.escorthouse {
  background-color: #e6e6e6;
  margin-top: 60px;
  margin-left: 25px;
  padding: 5px 20px 50px;
}

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

.annai p {
  font-size: 16px;
  border-style: solid;
  border-color: #555555;
  border-width: 1px;
  padding: 5px 8px;
  width: fit-content;
  margin-left: 10px;
  margin-top: 20px;

}

h2 {
  font-size: 26px;
  margin-top: 15px;
}

.escort-image img {
  margin-top: 18px;
  margin-bottom: 10px;
}


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

  .category-area-01 {
    position: relative;
  }


  .category-area-01-2 {
    display: flex;
    align-items: flex-start;
  }

  .sankanbi-logo img {
    width: 17vw;
    margin-right: 3.308vw;
  }

  .logo-text p {
    font-size: 1.231vw;
    line-height: 1.4;
    margin-top: 2.308vw;
  }

  /* ボタン */

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

  .osaka-button {
    position: absolute;
    top: 0.769vw;
    right: 18.077vw;
  }

  .hyougo-button {
    position: absolute;
    top: 0.769vw;
    right: 9.615vw;
  }

  .wakayama-button {
    position: absolute;
    top: 0.769vw;
    right: 1.154vw;
  }


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


  .unit-1 {
    width: 73%;
  }

  .unit-2 {
    width: 27%;
  }

  .sankanbi-image1,
  .sankanbi-image2 {
    display: flex;
  }

  .image2 {
    padding: 1.154vw;
    text-align: center;

  }

  .image2 p {
    font-size: 1.923vw;
    margin-bottom: 1.385vw;
  }

  .escorthouse {
    background-color: #e6e6e6;
    margin-top: 4.615vw;
    margin-left: 1.923vw;
    padding: 0.385vw 1.538vw 3.846vw;
  }

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

  .annai p {
    font-size: 1.231vw;
    border-style: solid;
    border-color: #555555;
    border-width: 0.077vw;
    padding: 0.385vw 0.615vw;
    width: fit-content;
    margin-left: 0.769vw;
    margin-top: 1.538vw;

  }

  h2 {
    font-size: 2vw;
    margin-top: 1.154vw;
  }

  .escort-image img {
    margin-top: 1.385vw;
    margin-bottom: 0.769vw;
  }

}