/* ---------------------------------------------------------
    page_ttl
--------------------------------------------------------- */
.page_ttl {
  margin-top: 100px;
  font-size: 32px;
  color: #f48f9f;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.page_ttl .en {
  font-family: "Belleza", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.sentence {
  margin-top: 70px;
  font-size: 15px;
  text-align: center;
  line-height: 2;
}

@media (max-width: 767px) {
  .page_ttl {
    margin-top: 70px;
    font-size: 28px;
    gap: 10px;
  }
  .sentence {
    margin-top: 50px;
    font-size: 15px;
    text-align: justify;
    padding: 0 20px;
  }
}

/* ---------------------------------------------------------
    sect_content
--------------------------------------------------------- */
.sect_content .headding {
  margin: 100px 0 50px;
  position: relative;
}

.sect_content .headding::before {
  content: '';
  display: block;
  border-top: 1px solid #f48f9f;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.sect_content .headding .sect_ttl {
  display: block;
  border-top: 1px solid #f48f9f;
  border-left: 1px solid #f48f9f;
  border-right: 1px solid #f48f9f;
  background-color: #fffaf4;
  border-radius: 1rem 1rem 0 0;
  width: fit-content;
  padding: 24px 40px 0;
  margin: 0 auto;
  z-index: 1;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  color: #f48f9f;
}

.sect_content .photo_list {
  display: grid;
  gap: 30px;
}

.sect_content .photo_list .cont .figu {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.sect_content .photo_list .cont .figu:hover .image {
  transform: scale(1.05);
}

.sect_content .photo_list .cont .figu .image {
  transition: all 1s;
  object-fit: cover;
}

.sect_content .photo_list .cont .figu .cap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #fff;
  color: #f48f9f;
  font-size: 13px;
  line-height: 1;
  display: inline-block;
  padding: 7px;
}

@media (max-width: 767px) {
  .sect_content .headding .sect_ttl {
    padding: 20px 20px 0;
    font-size: 20px;
  }
  .sect_content .photo_list {
    gap: 20px;
  }
}

/* ---------------------------------------------------------
    sect_room
--------------------------------------------------------- */
.sect_room .photo_list {
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1.6fr 0.8fr 0.8fr 0.8fr;
  grid-template-areas: "cont_1 cont_1" "cont_2 cont_3" "cont_4 cont_5" "cont_6 cont_7";
}

.sect_room .photo_list .cont_1 {
  grid-area: cont_1;
}

.sect_room .photo_list .cont_2 {
  grid-area: cont_2;
}

.sect_room .photo_list .cont_3 {
  grid-area: cont_3;
}

.sect_room .photo_list .cont_4 {
  grid-area: cont_4;
}

.sect_room .photo_list .cont_5 {
  grid-area: cont_5;
}

.sect_room .photo_list .cont_6 {
  grid-area: cont_6;
}

.sect_room .photo_list .cont_7 {
  grid-area: cont_7;
}

/* ---------------------------------------------------------
    sect_rdh
--------------------------------------------------------- */
.sect_rdh .photo_list {
  grid-auto-columns: 1fr;
  grid-template-columns: 1.88fr 0.95fr;
  grid-template-rows: 0.5fr 0.5fr;
  grid-template-areas: "cont_1 cont_2" "cont_1 cont_3";
}

.sect_rdh .photo_list .cont_1 {
  grid-area: cont_1;
}

.sect_rdh .photo_list .cont_2 {
  grid-area: cont_2;
}

.sect_rdh .photo_list .cont_3 {
  grid-area: cont_3;
}

@media (max-width: 767px) {
  .sect_rdh .photo_list {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.4fr 0.6fr;
    grid-template-areas: "cont_1 cont_1" "cont_2 cont_3";
  }
}

/* ---------------------------------------------------------
    sect_tour
--------------------------------------------------------- */
.sect_tour .photo_list {
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  grid-template-areas: "cont_1 cont_2" "cont_3 cont_4" "cont_5 cont_6" "cont_7 cont_9" "cont_8 cont_9";
}

.sect_tour .photo_list .cont_1 {
  grid-area: cont_1;
}

.sect_tour .photo_list .cont_2 {
  grid-area: cont_2;
}

.sect_tour .photo_list .cont_3 {
  grid-area: cont_3;
}

.sect_tour .photo_list .cont_4 {
  grid-area: cont_4;
}

.sect_tour .photo_list .cont_5 {
  grid-area: cont_5;
}

.sect_tour .photo_list .cont_6 {
  grid-area: cont_6;
}

.sect_tour .photo_list .cont_7 {
  grid-area: cont_7;
}

.sect_tour .photo_list .cont_8 {
  grid-area: cont_8;
}

.sect_tour .photo_list .cont_9 {
  grid-area: cont_9;
}

/* ---------------------------------------------------------
    sect_equipment
--------------------------------------------------------- */
.sect_equipment .sentence {
  font-size: 15px;
  line-height: 1.65;
  text-align: center;
  margin-bottom: 50px;
}

.sect_equipment .photo_list {
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
}

/* ---------------------------------------------------------
    sect_others
--------------------------------------------------------- */
.sect_others .photo_list {
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
}

/* ---------------------------------------------------------
    modal
--------------------------------------------------------- */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal .modal-content {
  margin: auto;
  display: block;
  width: 70vw;
  height: 80%;
  object-fit: contain;
}

.modal .close {
  position: absolute;
  top: 15px;
  right: 10vw;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.modal #caption {
  text-align: center;
  color: #ccc;
  font-size: 20px;
  padding: 10px 0;
}

.modal .prev, .modal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal .prev {
  left: 0;
}

.modal .next {
  right: 0;
}

.modal .prev:hover, .modal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
