@charset "UTF-8";

/* S2000 REBUILD PAGE
------------------------------------*/

.s2000__intro {
  padding-bottom: 40px;
}
.s2000__intro .ttl__h1 {
  padding-bottom: 30px;
}
.s2000__subttl {
  font-size: 30px;
  font-weight: bold;
  color: #FFF502;
  line-height: 1.4em;
}

.s2000__gallery {
  padding-bottom: 80px;
}
.s2000__gallery-main {
  border-radius: 4px;
  overflow: hidden;
}
.s2000__gallery-main img {
  display: block;
  width: 100%;
  height: auto;
}

.s2000__lead {
  text-align: center;
  padding-bottom: 100px;
}
.s2000__lead h3 {
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 40px;
}
.s2000__lead p {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  line-height: 2em;
}


/* 特長セクション（01/02）
------------------------------------*/

.s2000__feature {
  padding-bottom: 100px;
}
.s2000__feature-row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 100px;
}
.s2000__feature-row:last-child {
  margin-bottom: 0;
}
.s2000__feature-row--reverse {
  flex-direction: row-reverse;
}
.s2000__feature-img {
  flex: 0 0 522px;
  max-width: 522px;
  border-radius: 4px;
  overflow: hidden;
}
.s2000__feature-img--sm {
  flex: 0 0 450px;
  max-width: 450px;
}
.s2000__feature-img img {
  display: block;
  width: 100%;
  height: auto;
}
.s2000__feature-txt {
  flex: 1;
}
.s2000__feature-no {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.s2000__feature-no .num {
  font-size: 56px;
  font-weight: 600;
  font-style: italic;
  font-family: "Montserrat";
  color: #FFF502;
  line-height: 1em;
}
.s2000__feature-no .ttl {
  font-size: 26px;
  font-weight: bold;
  color: #FFF;
}
.s2000__feature-txt p {
  font-size: 15px;
  color: #FFF;
  line-height: 1.9em;
}


/* 対象・施工内容・制作状況
------------------------------------*/

.s2000__panel-ttl {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  font-size: 20px;
  font-weight: bold;
  color: #FFF502;
  border-bottom: 2px solid #FFF502;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.s2000__panel-ttl img {
  display: block;
  width: 39px;
  height: 39px;
}
.s2000__panel-ttl .txt {
  padding-bottom: 12px;
  line-height: 1;
}
.s2000__panel {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 30px;
}

.s2000__target {
  padding-bottom: 80px;
}
.s2000__target .s2000__panel p {
  font-size: 15px;
  color: #FFF;
  line-height: 1.8em;
}

.s2000__work {
  padding-bottom: 60px;
}
.s2000__work .s2000__panel ol li {
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-size: 15px;
  color: #FFF;
  line-height: 2.2em;
}
.s2000__work .s2000__panel ol li .no {
  flex: 0 0 32px;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  font-family: "Montserrat";
  color: #FFF502;
}

.s2000__desc {
  padding-bottom: 80px;
}
.s2000__desc p {
  font-size: 15px;
  color: #FFF;
  line-height: 2em;
  margin-bottom: 30px;
}
.s2000__desc p:last-child {
  margin-bottom: 0;
}

.s2000__schedule {
  padding-bottom: 100px;
}
.s2000__schedule .s2000__panel table {
  width: 100%;
  border-collapse: collapse;
}
.s2000__schedule .s2000__panel tr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.s2000__schedule .s2000__panel tr:first-child {
  border-top: none;
}
.s2000__schedule .s2000__panel td {
  padding: 16px 0;
  vertical-align: top;
}
.s2000__schedule-date {
  width: 110px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  white-space: nowrap;
}
.s2000__schedule-txt {
  font-size: 14px;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* Photo gallery
------------------------------------*/

.s2000__photogallery {
  padding-bottom: 200px;
}
.s2000__photogallery h2 {
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  font-family: "Montserrat";
  color: #FFF502;
  margin-bottom: 10px;
}
.s2000__photogallery-sub {
  font-size: 16px;
  color: #FFF;
  margin-bottom: 40px;
}
.s2000__photogallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.s2000__photogallery-item {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 4px;
}
.s2000__photogallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s;
}

@media (min-width: 768px) {
  .s2000__photogallery-item img:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}


@media (max-width: 767px) {

  .s2000__intro {
    padding-bottom: 24px;
  }
  .s2000__subttl {
    font-size: 20px;
  }

  .s2000__gallery {
    padding-bottom: 50px;
  }

  .s2000__lead {
    padding-bottom: 60px;
  }
  .s2000__lead h3 {
    font-size: 22px;
    margin-bottom: 24px;
    padding: 0 10px;
  }
  .s2000__lead p {
    font-size: 15px;
    padding: 0 20px;
    text-align: left;
  }

  .s2000__feature {
    padding-bottom: 50px;
  }
  .s2000__feature-row {
    display: block;
    margin-bottom: 50px;
  }
  .s2000__feature-img {
    max-width: none;
    margin-bottom: 24px;
  }
  .s2000__feature-no .num {
    font-size: 40px;
  }
  .s2000__feature-no .ttl {
    font-size: 20px;
  }

  .s2000__panel-ttl {
    font-size: 17px;
  }
  .s2000__panel {
    padding: 20px;
  }

  .s2000__target {
    padding-bottom: 50px;
  }

  .s2000__work {
    padding-bottom: 40px;
  }
  .s2000__work .s2000__panel ol li {
    font-size: 14px;
    line-height: 1.9em;
  }

  .s2000__desc {
    padding-bottom: 50px;
  }
  .s2000__desc p {
    font-size: 14px;
  }

  .s2000__schedule {
    padding-bottom: 60px;
  }
  .s2000__schedule-txt {
    white-space: normal;
  }

  .s2000__photogallery {
    padding-bottom: 100px;
  }
  .s2000__photogallery h2 {
    font-size: 32px;
  }
  .s2000__photogallery-sub {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .s2000__photogallery-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
/* end @media */

/* ACF production status: date/text spacing and wrapping */
.s2000__schedule .s2000__panel table {
  table-layout: fixed;
}
.s2000__schedule-date {
  width: 130px;
  padding-right: 20px !important;
}
.s2000__schedule-txt {
  min-width: 0;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .s2000__schedule .s2000__panel tr {
    display: block;
    padding: 12px 0;
  }
  .s2000__schedule .s2000__panel td {
    display: block;
    width: auto;
    padding: 6px 0;
  }
  .s2000__schedule-date {
    padding-right: 0 !important;
  }
}
