@charset "UTF-8";
/* CSS Document */

/* 消す消す */
.scroll-target {
  scroll-margin-top: 60px; /* ヘッダーの高さに合わせて */
}

.header-test {
	height: 80px;
	background: #fff;
}
/*land-lp用*/

.land-lp-wrapper {
    border: 1px solid #ddd;         /* 薄いグレーの枠線 */
    background-color: #f9f9f9; /* 背景をうっすらグレーにするのもおすすめ */
    background-image:
    linear-gradient(to right, #ddd 1px, transparent 1px),
    linear-gradient(to bottom, #ddd 1px, transparent 1px);
    background-size: 40px 40px; /* 罫線の間隔 */
    background-attachment: fixed; /* 固定 */
    background-repeat: repeat;
}

.land-lp {
  font-family: "Noto Serif JP", serif;
  max-width: 465px;
  margin: auto;
}

/* 共通のスタイル */
.land-section {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* セクション1 */
.section1 {
    background-color: #F6F0E0; /* 背景色 */
    padding-bottom: 40px;
    margin-top: 60px;
}

/* セクション1 - TOP画像 */
.fv-image {
  position: relative;
  overflow: hidden;
}

.fv-image img {
  width: 100%;
  height: 100%;
}

.overlay-text {
    position: absolute;
    top: 35px;
    left: 15px;
    color: white;
    z-index: 2;
}

.overlay-text-line1 {
    font-size: 20px;
    margin-bottom: 0.5rem
}

.overlay-text-line2 {
    font-size: 30px;
}

/* ボタン */

.land-container {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.land-btn-new {
    display: block;
    width: 80%;
}

.land-btn-copy {
    font-size: 16px;
    color: #774912;
    text-align: center;
}

.btn-wrapper {
    margin-top: 20px;
}

.land-btn,
a.land-btn,
button.land-btn {
    width: 100%;
    padding: 10px;
}

/* セクション2 */
.section2 {
    background-color: #FFFFFF; /* 白背景 */
    padding: 60px 0;}

/* セクション2 - タイトル */
.section-title {
    text-align: center;
}

.section-title.title-line1 {
    font-size: 30px;
    font-weight: bold;
}

.section-title.title-line2 {
    font-size: 16px;
    margin-top: 4px;
}

/* Google Map */
.map-frame {
    width: 100%;
    height: 300px;
    background-color: #E0E0E0;
    justify-content: center;
}

.acf-map {
    margin: 0;
    width: 100%;
    height: 100%;
}

/* セクション2 - リンク */
.center-link {
    text-align: center;
    margin: 30px 0px;
    color: #333;
    text-decoration: none;
}

/* セクション2 - 画像 */
.image-item {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.image-item img {
  object-fit: cover;
}

.image-text {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 18px;
  color: white;
}

.image-description {
  position: absolute;
  top: 80px;
  left: 30px;
  font-size: 14px;
  color: white;
}

/* セクション3 */
.section3 {
  background-color: #F6F0E0; /* 背景色 */
  padding: 60px 0;
}

/* セクション3 - タイトル */
.section-title {
  text-align: center;
}

.title-line1 {
  font-size: 30px;
  font-weight: bold;
}

.title-line2 {
  font-size: 16px;
  margin-top: 4px;
}


/* セクション3 - 画像グリッド */
.grid-container {
    margin-top: 60px;
}

.image-grid-row {
  display: flex;
  justify-content: space-between;
}

.feature-image {
  position: relative;
  height: auto;
}

.feature-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.feature-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* 黒60%の透過 */
    z-index: 1;
}

.feature-text {
    position: absolute;
    top: 40px;
    left: 30px;
    width: calc(100% - 60px); /* 余白考慮 */
    color: #fff;
}

.feature-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #fff;
}

.feature-subtext {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

.feature-tap {
    position: absolute;
    bottom: 30px;
    left: 50%;
    color: #fff;
    text-align: center;
}

.feature-label{
  position: absolute;
  bottom: 5px;
  transform: translateX(-50%);
  font-size: 12px;
  color: white;
    width: 100px;
}
.image-arrow {
  position: absolute;
  transform: translateX(-50%);
  font-size: 13px;
  color: white;
}

/* セクション4 */
.section4 {
    background-color: #F6F0E0; /* 背景色 */
    padding-bottom: 60px;
    position: relative;
}
/* セクション4 - セクションタイトル */
.section-center-text {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 60px;
}

/* セクション4 - 画像 */
.section4-image {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.section4 .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* セクション4 - 右寄せテキスト */
.section4-image-caption {
    right: 10px;
    position: absolute;
    font-size: 16px;
    color: #333;
}

/* セクション4 - 3行のテキスト */
.section4-text {
    margin-top: 60px;
}

.section4-text p {
    font-size: 16px;
    margin-top: 16px;
    margin-left: 20px;
}

/* セクション5 */
.section5 {
  background-color: #FFFFFF; /* 白背景 */
  padding: 60px 0 40px 0;
}

/* セクション5 - スライダー */
.slider-container {
  width: 430px;
  height: 300px;
  margin: 0 auto;
  margin-top: 60px;
  /* スライダーのコードがここに入ります */
}

.land-swiper {
    position: relative;
    --swiper-theme-color: #fff;
    width: 100%;
}

.land-swiper2 {
    position: relative;
    --swiper-theme-color: #ccc;
    width: 100%;
}

.swiper-slide figure {
  position: relative;
  margin: 0;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.swiper-slide2 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* 必要に応じて使う */
}

.slide-captions {
  position: absolute;
  left: 50px;
  bottom: 20px;
  background-color: #fff;
  color: #000;
  padding: 10px;
  text-align: left;
  line-height: 1.5;
}

.slide-captions2 {
  color: #000;
  padding: 10px;
  line-height: 1.5;
}

.slide-captions p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.swiper-slide figure {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-slide2 figure {
  width: 80%;
  position: relative;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* はみ出し部分をトリミングして表示 */
}

/* セクション5 - テキスト */
.section5-event {
    width: 80%;
    font-size: 15px;
    margin: 50px auto;
    text-align: left;
    position: relative;
}

.section5-event .land-block-text {
    top: 0;
    left: 0;
    font-size: 20px;
    font-weight: bold;
}

.land-title-wrap {
  position: relative;
  height: 40px;
}

.section5-event p {
  margin-bottom: 4px;
}

/* セクション5 - 画像 */
.section5-image {
    width: 100%;
    aspect-ratio: 4/3;
}

.section5-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* セクション6 */
.section6 {
    background-color: #F6F0E0;
    padding: 60px 0 ;
}

.land-block-wrapper {
    margin-top: 30px;
    display: block;
}
.land-block {
    width: 80%;
    height: 200px;
    margin: 30px auto;
    font-size: 20px;
    position: relative;
}

.land-block:first-of-type {
  margin-top: 60px; 
}

.land-block-text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    font-weight: bold;
}

.land-block-line {
    position: absolute;
    width: 50%;
    top: 10px;
    right: 0px;
    height: 1px;
    background-color: #333;
}

.land-block-img1,
.land-block-img2 {
  position: absolute;
  top: 40px; /* テキスト下＋27px */
  width: 45%;
  height: 90px;
  object-fit: cover;
}

.land-block-img1 {
  left: 0;
}

.land-block-img2 {
  right: 0;
}

.land-block-imgtxst1,
.land-block-imgtxst2 {
    position: absolute;
    top: 150px;
    font-size: 15px;
    line-height: 20px;
}

.land-block-imgtxst1 {
  bottom: 0; /* 130px + 47px + 26px */
  left: 0;
}

.land-block-imgtxst2 {
  bottom: 0;
  right: 0;
}

.land-block-another-text {
    font-size: 16px;
    color: #000;
}

.land-block-another2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background-color: #fff;
    cursor: pointer;
    height: 50px;
}

.land-block-another-text p {
  margin: 0;
}

/* 三角マーク */
.land-block-another span {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

/* アコーディオン展開時に三角を回転 */
.land-block-wrapper2[open] .land-block-another span {
  transform: rotate(90deg);
}

/* 各施設ブロック */

.land-facility-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

/* 区切り線 */
.land-facility-block hr {
  border: none;
  border-top: 1px solid #ccc;
  width: 100%;
  margin: 0;
}

.land-facility-block:last-child {
    padding-bottom: 50px;
}



.section6 .land-btn-copy {
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}

.land-btn {
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
}

.land-btn--yellow {
  background-color: #F4D03F;
}

.land-btn--orange {
  background-color: #FF7F32;
}

/* セクション7 */
.section7 {
    background-color: #F6F0E0;
}

.section7 .section-title {
    padding-bottom: 60px ;
}

/* 外枠：全体を囲む */
.section7-block {
  width: 80%;
  background-color: #fff;
  overflow-y: scroll;
  margin: 0 auto;
}

/* スクロール範囲内の余白 */
.dropdown-inner {
  padding: 30px 20px 30px;
}

/* スクロール対象範囲の高さ指定 */
.dropdown-container {
    height: 330px;
    overflow-y: auto;
    font-display: block;
}

/* 各項目のマージン */
.dropdown-item {
  margin-bottom: 15px;
}

/* テキストを左右に並べる行 */
.dropdown-row {
  display: flex;
  align-items: flex-start;
}

/* ラベル部分（左） */
.dropdown-text {
  width: 30%;
  font-size: 12px;
  margin-left: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* 値部分（右） */
.dropdown-text2 {
  font-size: 12px;
  margin-left: 20px;
  text-align: left;
  flex: 1;
  word-break: break-word;
}


/* 下線 */
.dropdown-line {
  width: 100%;
  height: 1px;
  background-color: #a9a7a7;
  margin-top: 15px;
}

.section7 .block-wrapper .line {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-left: 25px;
}

.section7-tap {
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}

.section7-label{
    width: 100%;
    bottom: 5px;
    font-size: 12px;
    color: #000;
}

.section7-image-arrow {
    margin-top: 10px;
    font-size: 12px;
    color: #000;
}

/* セクション8 */
.section8 {
    background-color: #fff;
  padding-top: 60px;
}
.section8-text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.section8-image {
  width: 80%;
  height: 200px;
  margin: 60px auto;
  position: relative;
}

.section8-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section8-image-text {
  position: absolute;
  left: 30px;
  top: 50px;
  font-size: 15px;
  color: #fff;
}

.section8-text-wrapper {
  font-size: 15px;
  line-height: 30px;
  margin-left: 30px;
}

.section8-text-line {
  margin-bottom: 30px;
}

.section8 .land-btn {
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  display: block;
  margin-top: 30px;
  text-align: center;
}

.section8 .land-btn--yellow {
  background-color: #F4D03F;
}

.section5 .land-btn--cubic {
  font-weight: bold;
}

/* 250721追加分 */

.built-block-wrapper {
    padding: 20px;
    position: relative;
}
.built-block-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
}
.built-block-item {
    padding: 10px;
    text-align: left;
}
.built-block-item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.built-block-item p {
    font-size: 14px;
    line-height: 1.25rem;
    color: #774912;
    margin: 0;
}
.built-block-text {
    position: absolute;
    top: 0;
    left: 30px;
    font-size: 20px;
    font-weight: bold;
}
.built-block-line {
    position: absolute;
    width: 50%;
    top: 10px;
    right: 0px;
    height: 1px;
    background-color: #333;
}

/* 各施設ブロック */
.land-facility-block {
    padding: 10px 30px;
}
.land-facility-block:first-child,
.land-facility-block2:first-child {
  padding-top: 35px; /* お好きな値に調整してください */
}

.land-facility-block2 {
    padding: 10px 0px;
}


.land-facility-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
}
.land-facility-row span{
  width: 150px;
  margin-right: 10px;
}
.land-facility-row p{
  width: 100%;
}
/* 区切り線 */
.land-facility-block2 hr,
.land-facility-block hr {
    border: none;
    border-top: 1px solid #ccc;
    width: 100%;
    margin: 0;
}
.land-facility-block:last-child {
    padding-bottom: 50px;
}
.land-block-wrapper-b .brand-divider {
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
.land-block-wrapper-b {
    background-color: #fff;
    width: 100%;
    height: auto;
    margin: 0px auto; /* 上下に余白 */
}
.land-block-wrapper-b .land-block-another-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 20px;
    background-color: #FFFFFF;
    cursor: pointer;
    height: 50px;
}
/* 三角マーク */
.land-block-another2 span {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
.land-block-wrapper2 {
    background-color: #fff;
    width: 100%;
    height: auto;
    margin: 20px auto; /* 上下に余白 */
}

.land-block-line {
    position: absolute;
    width: 50%;
    top: 10px;
    right: 0px;
    height: 1px;
    background-color: #333;
}

.land-block-another-text {
    font-size: 18px;
    color: #774912;
    font-weight: bold;
}
.land-block-another2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background-color: #fff;
    cursor: pointer;
}
.land-block-another3 {
    padding: 20px 30px;
    background-color: #fff;
    cursor: pointer;
}

.land-block-another2 ul li:first-child{
    padding-top: 15px;
}

.land-block-another-text p {
    margin: 0;
}

.section9 {
    background-color: #F6F0E0;
    padding: 30px;
    margin-top: -40px;
}

.land-block-wrapper2 .land-block-another {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background-color: #F6F0E0;
    cursor: pointer;
    height: 50px;
}
/*ボタンデザイン*/
.land-wrapper .land-btn,
.land-wrapper .land-btn::before,
.land-wrapper .land-btn::after {
  box-sizing: border-box;
}

.land-btn,
a.land-btn,
button.land-btn {
    width: 50%;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.5rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

a.land-btn--yellow {
color: #000;
  background-color: #fff100;
}

a.land-btn--yellow:hover {
  color: #000;
  background: #fff20a;
}

a.land-btn--yellow.land-btn--cubic {
  border-bottom: 5px solid #ccc100;
}

a.land-btn--yellow.land-btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #ccc100;
}
a.land-btn--orange {
color: #fff;
  background-color: #ff7700;
}

a.land-btn--orange:hover {
  color: #fff;
  background: #DF6800;
}

a.land-btn--orange.land-btn--cubic {
  border-bottom: 5px solid #DF6800;
}

a.land-btn--orange.land-btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #B75500;
}

a.land-btn-c {
  display: inline-flex;        /* ← inline-block ではなく flex にするのがポイント */
  align-items: center;         /* ← 高さを揃える */
  justify-content: center;     /* ← 横方向中央（必要に応じて） */
  font-size: 1rem;
  position: relative;
  padding: 1rem 5rem 1rem 3rem;
  border-radius: 100vh;
  text-align: center;
}

a.land-btn-c i.fa {
  margin-right: 1rem;
}

a.land-btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; /* 必須：solid アイコン用 */
  content: '\f054'; /* → のアイコン */
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%); /* 高さを中央揃え */
  line-height: 1;
}

.land-btn-copy {
    font-size:　1rem;
    font-weight: bold;
    position: relative;
    margin-bottom: .2em;
    text-align: center;
}

.land-btn-copy:before {
    margin-right: 0.5rem;
    content: '＼';
}

.land-btn-copy:after {
    margin-left: 0.5rem;
    content: '／';
}

.btn-wrapper {
    margin-bottom: 2rem;
}
/* ボタン */
.land-container {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.land-btn-new {
    display: block;
    width: 80%;
}
.land-btn-copy {
    font-size: 16px;
    color: #774912;
    text-align: center;
}
.btn-wrapper {
    margin-top: 20px;
}
.land-btn,
a.land-btn,
button.land-btn{
    width: 100%;
    padding: 10px;
}