@charset "UTF-8";

.sub_head {
  margin-bottom: 0px;
  background: url(../images/facility/mv.webp);
  background-position: center;
  background-size: cover;
}
@media (max-width: 1024px) {
}
.content {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  font-size: 18px;
}
.bg01 {
  position: relative;
  margin: 0 auto;
  background: url(../images/concept/bg02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.bg02 {
  position: relative;
  margin: 0 auto;
  /* background: url(../images/facility/bg01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; */
  background:
    radial-gradient(
      circle at 85% 5%,
      rgba(89, 154, 116, 0.95) 0%,
      rgba(89, 154, 116, 0.55) 20%,
      rgba(89, 154, 116, 0) 45%
    ),
    radial-gradient(
      circle at 50% 40%,
      rgba(44, 72, 54, 0.9) 0%,
      rgba(44, 72, 54, 0.45) 35%,
      rgba(44, 72, 54, 0) 65%
    ),
    linear-gradient(135deg, #233228 0%, #1c2b23 35%, #161816 75%, #151515 100%);
}
@media (max-width: 1024px) {
  .over_img {
    position: relative;
    height: 270px; /* 好きな高さ */
    overflow: hidden;
  }

  .over_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
}
h3 {
  padding: 0;
  font-size: clamp(2rem, 3vw, 40px);
  line-height: 1.5;
  letter-spacing: 0.08em;
}
h3 span {
  font-size: 2rem;
  line-height: 1;
}
p.catch {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
p.lead {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
.box01_txt h3 {
  margin-bottom: 60px;
}

h4 {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
h5 {
  font-size: 1.2rem;
}
.txt {
  line-height: 2.2;
}
.box01_txt .txt {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 1.25rem;
  }
}
.box03 {
  max-width: 1200px;
  padding: 80px 20px;
  margin: 0px auto 0px;
}

.box03_culumn {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 30px auto 0;
}

.card {
  display: flex;
  flex-direction: column;
}
.box03_culumn h5 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  margin: 10px 0;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-size: 1.3rem;
}
h5 .num {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  background: #b3993e;
  flex-shrink: 0;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}
.box03_culumn p.txt {
  color: #fff;
}
.box03_culumn p.cap {
  color: #fff;
}

/* ==================
   上段
================== */

.facility_top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}

.facility_top_left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  align-self: start;
}

/* テキストは2列分使う */
.facility_top_left_txt {
  grid-column: 1 / -1;
}
/* 画像高さ統一 */
.facility_top .relative {
  height: 260px; /* 好きな高さ */
  overflow: hidden;
}

.facility_top .relative img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ==================
   中段
================== */

.facility_middle {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* ==================
   下段
================== */

.facility_bottom {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

/* 左2つは2カラム分 */
.facility_bottom > .card:nth-child(1),
.facility_bottom > .card:nth-child(2) {
  grid-column: span 2;
}

/* 右2つは1カラム分 */
.facility_bottom_right {
  display: contents;
}

/* 全カード共通 */
.facility_bottom .card {
  display: flex;
  flex-direction: column;
}

/* 画像高さ統一 */
.facility_bottom .relative {
  height: 260px; /* 好きな高さ */
  overflow: hidden;
}

.facility_bottom .relative img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .land_img {
    margin: 50px auto;
  }
  .box03_culumn h5 {
    margin: 20px 0;
  }
  /* 上段：1列 */
  .facility_top {
    gap: 30px;
  }
  .facility_top,
  .facility_top_left {
    display: flex;
    flex-direction: column;
  }
  .facility_top_left .card + .card {
    margin-top: 30px;
  }

  /* 中段：2列×2段 */
  .facility_middle {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  /* 下段 */
  .facility_bottom {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .facility_bottom_right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    grid-column: span 2;
    gap: 30px;
  }
  .facility_bottom .card {
    display: flex;
    flex-direction: column;
  }
}

.box04 {
  padding: 120px 0 0;
}
.box04_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0px auto 80px;
  gap: 40px;
}
.box04_img {
  width: 70%;
}
.box04_txt {
  width: 30%;
}
.box04_txt .relative {
  width: 70%;
  margin: 30px 0 10px 0;
}
@media (max-width: 1024px) {
  .box04 {
    padding: 80px 0 0;
  }
  .box04_inner {
    flex-direction: column;
    margin: 0px auto 80px;
    gap: 40px;
  }
  .box04_img {
    width: 100%;
  }
  .box04_txt {
    width: 100%;
  }
}

.box05 {
  padding: 0px 0 0;
}
.box05_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0px auto 80px;
  gap: 40px;
}
.box05_img {
  width: 50%;
}
.box05_right {
  width: 50%;
}

.box05_txt h4 {
  color: #c9a063;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}
.box05_txt + .box05_txt {
  margin-top: 30px;
}
.bus {
  margin-top: 30px;
  background-color: #af953c;
  border: 1px solid #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.bus h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}
.bus .relative {
  max-width: 90%;
  margin: 0px auto 10px;
}
@media (max-width: 1024px) {
  .box05_inner {
    flex-direction: column;
    margin: 0px auto 80px;
    gap: 40px;
  }
  .box05_img {
    width: 100%;
  }
  .box05_right {
    width: 100%;
  }
  .box05_txt {
    width: 100%;
  }
  .bus {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }
  .bus .relative {
    max-width: 70%;
  }
}
.box06 {
  padding: 50px 0 0;
}
.box06_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0px auto 0px;
  gap: 40px;
  align-items: center;
}
.box06_txt {
  width: 70%;
}
.box06_img {
  width: 30%;
}
.box06_img .relative {
  width: 50%;
}
.box06_img .relative + .relative {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .box06 {
    padding: 80px 0 0;
  }
  .box06_inner {
    flex-direction: column;
    margin: 0px auto 80px;
    gap: 40px;
  }
  .box06_img {
    width: 100%;
  }
  .box06_txt {
    width: 100%;
  }
}
.box07 {
  padding: 30px 0 0;
}
.box07_inner {
  max-width: 1200px;
  padding: 30px 20px;
  margin: 0px auto 80px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.box07_inner h4 {
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}
.box07_txt {
  width: 70%;
}
.box07_img {
  width: 30%;
}
.effect-tabs {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  margin: 20px auto 10px;
}

.effect-tab {
  flex: 1;
  background: #fff;
  text-align: center;
  padding: 14px 10px;
  line-height: 1;
  white-space: nowrap;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}

.effect-tab.is-active {
  background: #8e8e8e;
  color: #fff;
}
@media (max-width: 1024px) {
  .effect-tabs {
    flex-wrap: wrap;
    gap: 6px;
  }

  .effect-tab {
    flex: unset;
    width: calc(50% - 3px);
    font-size: 14px;
    padding: 12px 8px;
  }
  .effect-tab.is-active {
    width: 100%;
  }
  .box05_in04 > div {
    width: 100%;
  }
}
.box08 {
  padding: 30px 0 80px;
}
.box08_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0px auto 0px;
  gap: 2px;
}
/* .box08_img {
  width: 30%;
} */
@media (max-width: 1024px) {
  .box09 .box06_inner {
    margin-bottom: 0px;
  }
  .box09 .box06_img {
    display: flex;
    gap: 2px;
  }
  .box08 {
    padding: 2px 0 80px;
  }
  .box08_inner {
    flex-wrap: wrap;
  }
  .box08_img {
    width: calc((100% - 2px) / 2);
  }
}
