@charset "UTF-8";

.interior-list2 {
  margin-bottom: 50px;
}

#page_gallery a.modal {
  display: block;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#page_gallery a.modal::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

#page_gallery .pagetitele h2 {
  color: #fff;
  margin-bottom: 0px;
}

#page_gallery .pagetitele h2 span {
  color: #fff;
}

#page_gallery .pagetitele p {
  color: #666666;
  text-align: center;
}

#page_gallery .ancb a {
  top: -100px;
}

#page_gallery p {
  font-size: 15px;
}

#page_gallery p.p1 {
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 2em;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

#page_gallery p.p2 {
  font-size: 16px;
  line-height: 2.4em;
  color: #fff;
  text-align: center;
}

#page_gallery p.p3 {
  font-size: 14px;
  line-height: 2.4em;
  color: #fff;
  text-align: center;
}

#page_gallery h3 {
  border-bottom: none;
  font-size: 30px;
  text-align: center;
  margin: 0;
  margin-bottom: 2vw;
  color: #fff;
  font-feature-settings: "pwid";
  letter-spacing: 0px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

#page_gallery h3 span {
  color: #fff;
  font-size: 12px;
  display: block;
  font-feature-settings: "pwid";
  letter-spacing: 1px;
  padding-left: 5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  line-height: 1em;
}

#page_gallery h4 {
  border-bottom: none;
  font-size: 24px;
  text-align: left;
  margin: 0;
  margin-bottom: 2vw;
  color: #333333;
  font-feature-settings: "pwid";
  letter-spacing: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

#page_gallery h4 span {
  color: #7e9075;
  font-size: 12px;
  display: block;
  font-feature-settings: "pwid";
  letter-spacing: 1px;
  padding-left: 5px;
  text-align: left;
  margin: 0;
  line-height: 1em;
}

#page_gallery .photog {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#page_gallery .photog li {
  width: 33.3333%;
  height: 500px;
  position: relative;
}

#page_gallery .photog li.cov::after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(118, 144, 116, 0.5);
  content: "";
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

#page_gallery .photog li:hover.cov::after {
  opacity: 0;
}

#page_gallery .photog li .photo {
  position: absolute;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#page_gallery .photog li .photo img {
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

#page_gallery .photog li .photo a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

#page_gallery .photog li .photo:hover {
  opacity: 0.7;
}

#page_gallery .photog li.set1 .photo1 {
  width: 100%;
  left: 0;
  top: 0;
  height: 66%;
}

#page_gallery .photog li.set1 .photo2 {
  width: 50%;
  left: 0;
  top: 66%;
  height: 34%;
}

#page_gallery .photog li.set1 .photo3 {
  height: 34%;
  width: 50%;
  left: 50%;
  top: 66%;
}

#page_gallery .photog li.set2 .photo1 {
  width: 100%;
  left: 0;
  top: 34%;
  height: 66%;
}

#page_gallery .photog li.set2 .photo2 {
  width: 50%;
  left: 0;
  top: 0%;
  height: 34%;
}

#page_gallery .photog li.set2 .photo3 {
  height: 34%;
  width: 50%;
  left: 50%;
  top: 0%;
}

#page_gallery .photog li.set3 .photo1 {
  width: 100%;
  left: 0;
  top: 0;
  height: 66%;
}

#page_gallery .photog li.set3 .photo2 {
  width: 50%;
  left: 0;
  top: 66%;
  height: 34%;
}

#page_gallery .photog li.set3 .photo3 {
  height: 34%;
  width: 50%;
  left: 50%;
  top: 66%;
}

#page_gallery .sec3 {
  position: relative;
}

#page_gallery .sec3 h3 {
  color: #303030;
}

#page_gallery .sec3 h3 span {
  color: #7c8475;
}

#page_gallery .sec3 .secin.sty2 {
  max-width: 100%;
  padding: 0;
  padding-bottom: 60px;
}

#page_gallery .sec3 .secin .p3 {
  color: #666666;
}

#page_gallery .sec3 .secin .p1 {
  color: #7c8475;
  margin-bottom: 40px;
}

#page_gallery .sec3 .secin .p2 {
  color: #666666;
}

#page_gallery .sec3 .secin .sec3b {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

#page_gallery .sec3 .secin .sec3b li {
  width: 25%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#page_gallery .sec3 .secin .sec3b li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}

#page_gallery .sec3 .secin .sec3b li figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}

#page_gallery .sec3 .secin .sec3b li figure img {
  display: block;
  vertical-align: bottom;
  width: 100%;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

#page_gallery .sec3 .secin .sec3b li .more {
  width: 100%;
  height: 70px;
  position: relative;
  background-color: #768f74;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-sizing: border-box;
  border-right: 1px solid #a9c7a7;
}

#page_gallery .sec3 .secin .sec3b li .more::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  z-index: 1;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: #fff solid 1px;
  border-right: #fff solid 1px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#page_gallery .sec3 .secin .sec3b li:hover {
  opacity: 0.7;
}

#page_gallery .sec3 .secin .sec3b li:hover .more::before {
  right: 10px;
}

#page_gallery .sec3 .secin .sec3b li:hover figure img {
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}

#page_gallery .sec3 .secin .sec3a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

#page_gallery .sec3 .secin .sec3a li {
  width: 32%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

#page_gallery .sec3 .secin .sec3a li .bg {
  display: block;
  vertical-align: bottom;
  width: 100%;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  z-index: 1;
  position: relative;
}

#page_gallery .sec3 .secin .sec3a li::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#page_gallery .sec3 .secin .sec3a li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 6;
}

#page_gallery .sec3 .secin .sec3a li h4 {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40%;
  color: #fff;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

#page_gallery .sec3 .secin .sec3a li h4 img {
  display: block;
  width: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#page_gallery .sec3 .secin .sec3a li .more {
  color: #fff;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 20px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  z-index: 5;
}

#page_gallery .sec3 .secin .sec3a li .more::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin: auto;
  bottom: 0;
  border-right: #ffffff solid 1px;
  border-bottom: #ffffff solid 1px;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#page_gallery .sec3 .secin .sec3a li:hover::before {
  opacity: 0.5;
}

#page_gallery .sec3 .secin .sec3a li:hover .bg {
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}

#page_gallery .sec3 .secin .sec3a li:hover .more::after {
  bottom: -4px;
}

@media screen and (max-width: 584px) {
  #page_gallery .pagetitele h2 {
    font-feature-settings: "pwid";
    letter-spacing: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  #page_gallery p.p1 {
    display: block;
    font-size: 4.5vw;
  }

  #page_gallery p.p2 {
    text-align: left;
    font-size: 3.5vw;
    line-height: 2em;
  }

  #page_gallery p.p3 {
    font-size: 3vw;
    line-height: 2em;
  }

  #page_gallery h3 {
    font-size: 6vw;
    margin-bottom: 20px;
  }

  #page_gallery h4 {
    font-size: 4.5vw;
  }

  #page_gallery h4 span {
    font-size: 10px;
    letter-spacing: 0;
  }

  #page_gallery .photog li {
    width: 100%;
  }

  #page_gallery .sec3 .secin .sec3b li {
    width: 50%;
  }

  #page_gallery .sec3 .secin .sec3a li {
    width: 100%;
  }
}

/* ===============================
   MODAL STYLES
================================ */
/* ===============================
   THUMBNAILS
================================ */
.interior-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 50px;
}

.interior-item {
  width: 200px;
  height: 150px;
}

.modal-thumb {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

/* ===============================
   MODAL (CSS :target)
================================ */
.modal-target {
  display: none; /* hidden by default */
}

.modal-target:target {
  display: flex;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-target img {
  max-width: 90%;
  max-height: 90vh;
}

/* close button */
.modal-close {
  position: absolute;
  top: 20px;
  right: 24px;
  color: #fff;
  font-size: 32px;
  text-decoration: none;
  font-weight: bold;
  z-index: 10000;
}
