@charset "UTF-8";
/* CSS Document */
/* 消す消す */
.scroll-target1 {
    scroll-margin-top: 110px; /* ヘッダーの高さに合わせて */
}
.scroll-target2 {
    scroll-margin-top: 170px; /* ヘッダーの高さに合わせて */
}
.scroll-target3 {
    scroll-margin-top: 130px; /* ヘッダーの高さに合わせて */
}
.scroll-target4 {
    scroll-margin-top: 110px; /* ヘッダーの高さに合わせて */
}
.index {
    position: sticky;
    TOP: 80px;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    padding-bottom: 5px;
    font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 700px) {
.index {
    position: sticky;
    TOP: 60px;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    padding-bottom: 5px;
    font-family: "Noto Serif JP", serif;
}
}
.index-action {
    text-align: center;
}
.index-action p {
    font-size: 16px;
    color: #774912;
    margin-bottom: 10px;
}
.index-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.index-text a {
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    white-space: nowrap;
}
/* 縦線スタイル */
.index-separator {
    width: 0.5px;
    height: 20px; /* 高さは2行なので控えめに */
    background-color: #ccc;
}
.fv-image-built {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1.25;
    overflow: hidden;
    background-color: aliceblue;
}
.cp-wrapper {
    width: 90%;
    margin: 20px auto;
}

.cp-wrapper-col {
    padding-top: 100%;
    background-color: #fff;
}

.fv-image-built img {
    object-fit: cover; /* はみ出しをカットしてキレイに表示 */
    width: 100%;
}
.overlay-cp img {
    position: absolute; 
    right: 0px;
    bottom: 0px;
    width: 125px;
    height: 125px
}
.content {
    background-color: #F6F0E0;
  padding-bottom: 5px;
}
.content-text {
    text-align: center;
}
.content-text h3 {
    font-size: 25px;
    color: #774912;
    height: 25px;
    margin-bottom: 20px;
}
.content-text p {
    font-size: 18px;
    color: #000;
    line-height: 26px;
    height: 50px;
    margin-top: 20px;
}
.underline-bar {
    width: 20%;
    height: 2px; /* 線の太さ */
    background-color: #AC990B;
    margin: 0 auto; /* 横中央配置 */
}
/*コンセプト*/
.concept-block {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #fff;
}
.concept-image {
    width: 100%;
    aspect-ratio: 4 / 3; /* 横長比率：幅4に対して高さ3 */
    margin: 20px 0;
    overflow: hidden;
    background-color: #EEEEEE;
}
.concept-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* はみ出しをカットしてキレイに表示 */
    display: block;
}
.concept-grid-container {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列 */
    grid-template-rows: auto auto; /* 2行 */
    box-sizing: border-box;
}
.concept-grid-container-b {
    width: 90%;
    margin: 0px auto 30px auto;
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列 */
    grid-template-rows: auto auto; /* 2行 */
    border: 0.5px solid #ddd; /* 全体の外枠（オプション） */
    box-sizing: border-box;
}
.plan-container {
    background-color: #fff;
    padding-top: 30px;
}
.concept-grid-row {
    display: contents; /* 各行をグリッド行として反映させる */
}
.concept-text {
    border: 1px solid #ddd; /* 各グリッドの枠線 */
    padding-left: 15px;
    display: flex;
    align-items: center; /* 垂直中央配置 */
    height: 40px; /* お好みで高さ指定（任意） */
    box-sizing: border-box;
}
.index-title p {
    font-size: 14px;
    color: #000; /* ←「コンセプトの色」に変更してください */
    margin-top: 5px;
    font-weight: bold;
}
.index-title h4 {
    font-size: 14px;
    color: #000; /* ←「コンセプトの色」に変更してください */
    font-weight: bold;
    margin-bottom: 5px;
}
.concept-lifeplan p {
    margin-top: 5px;
    font-size: 10px;
    width: 80%;
    margin-left: 40px;
    color: #666;
}
#sp-fixed-menu2 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;

  z-index: 1000;
  font-size: 0;
}
#sp-fixed-menu2 ul {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
#sp-fixed-menu2 li {
  width: 50%;
  height: 60px;
  background-color: #F77C00;
  text-align: center;
}
#sp-fixed-menu2 li:last-child {
  background-color: #555;
}
#sp-fixed-menu2 li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.sp-footer-iconw {
  font-size: 20px;
}
.photo-text {
    display: flex;
    margin: 40px 20px;
}
.photo-text h3 {
  font-size: 25px;
  color: #774912;
  height: 25px;
}
.plan-text {
    margin: 40px 20px;
}
.plan-text h3{
    font-size: 25px;
    color: #774912;
    height: 25px;
}

.land-swiper-b {
    position: relative;
    --swiper-theme-color: #fff;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.land-swiper-b2 {
    position: relative;
    --swiper-theme-color: #774912;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.land-swiper-b .swiper-slide figure {
    padding-bottom: 20px;
}
.land-swiper-b .swiper-slide figure h4 {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 21px;
    font-weight: bold;
    color: #774912;
    line-height: 1.4;
    margin-bottom: 20px;
}
.land-swiper-b .swiper-slide figure p {
    margin-left: 20px;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}
.land-swiper-b2 .swiper-slide figure {
    padding-bottom: 20px;
}
.land-swiper-b2 .swiper-slide figure h4 {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 21px;
    font-weight: bold;
    color: #774912;
    line-height: 1.4;
    margin-bottom: 20px;
}
.land-swiper-b2 .swiper-slide figure p {
    margin-left: 20px;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}
.section-title-b {
    text-align: left;
    margin-top: 50px;
}
.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;
}
.brand-section {
    background-color: #ffffff;
    width: 90%;
    margin: 50px auto;
    padding: 20px;
    box-sizing: border-box;
}
.brand-card {
    position: relative;
}
.brand-card-img {
    margin-bottom: 20px;
}
.brand-photo-text {
    position: absolute;
    font-size: 24px;
    color: #ffffff;
    top: 60px;
    left: 30px;
}
.brand-photo-text2 {
    position: absolute;
    font-size: 16px;
    color: #ffffff;
    top: 95px;
    left: 30px;
}
.brand-image {
    width: 100%;
    aspect-ratio: 1.414/1; /* A4比率（縦長） */
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
}
.brand-image-2 {
    width: 100%;
    aspect-ratio: 1.414/1; /* A4比率（縦長） */
    object-fit: cover;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.brand-description {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 60px;
}
.brand-block-title {
    width: 100%;
    position: relative;
}
.brand-block {
    margin-top: 20px;
}
.brand-title {
    width: 100%;
    position: relative;
}
.brand-title img {
    width: 100%;
    border-radius: 12px;
    display: block;
}
.brand-title-copy {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px 20px;
    width: 90%;
    text-align: center;
    z-index: 2;
}
.main-copy {
    font-size: 24px;
    color: #774912;
    display: block;
    margin-bottom: 8px;
}
.sub-copy {
    font-size: 16px;
    color: #774912;
}
.brand-description-text2 {
    margin-top: 50px;
    font-size: 12px;
    line-height: 22px;
    color: #333;
    padding: 0 20px;
}
.brand-block h4 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.2; /* 改行時の行間 */
}
.brand-block p {
    font-size: 18px;
    color: #774912;
    margin-bottom: 10px;
    line-height: 26px;
    text-align: left;
}
.brand-image img {
    width: 100%;
    height: auto; /* アスペクト比を維持 */
    display: block;
    margin-bottom: 15px;
}
.brand-block p.brand-description-text {
    font-size: 12px;
    color: #774912;
    line-height: 20px;
    max-height: calc(20px * 3); /* 3行分の高さで制限 */
    overflow: hidden; /* はみ出した分は隠す */
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}
.brand-divider {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 20px auto 0 auto;
}
.brand-divider-2 {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 0 auto 20px auto;
}
.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-wrapper2[open] .land-block-another2 span {
  transform: rotate(90deg);
}

.land-block-wrapper-b[open] .land-block-another-b span {
  transform: rotate(90deg);
}
/* 三角マーク */
.land-block-another2 span {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
.land-block-another-b span {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.form-section {
    width: 100%;
    background-color: #FFF;
    margin: 0 auto;
}
.form-wrapper {
    padding-top: 40px;
}
/* アコーディオン展開時に三角を回転 */
.form-text {
    width: 80%;
    margin: 0px auto;
    padding-top: 40px;
    position: relative;
}
/*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: 430px;
    margin: 0px auto;
    padding-bottom: 10px;
    background-color: #F6F0E0;
}
/* 共通のスタイル */
/* セクション1 */

.fv {
    background-color: #F6F0E0; /* 背景色 */
    margin-top: 80px;
}
@media screen and (max-width: 700px) {
.fv {
    background-color: #F6F0E0; /* 背景色 */
    margin-top: 60px;
}
  }
/* セクション1 - TOP画像 */
.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 h2 {
    font-size: 30px;
}

/* 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: 50px 0px;
    color: #333;
    text-decoration: none;
}
.title-line1 {
    font-size: 26px;
    font-weight: bold;
    color: #774912;
  margin-left: 20px;
}
.swiper-slide figure {
    position: relative;
    margin: 0;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}
.swiper-slide figure {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* はみ出し部分をトリミングして表示 */
}

.land-block-wrapper2 {
    background-color: #fff;
    width: 90%;
    height: auto;
    border: 1px solid #ccc;
    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;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    --swiper-theme-color: #774912;
}

/* 各施設ブロック */
.land-facility-block {
    padding-top: 15px;
}

.land-facility-block:first-child {
  padding-top: 35px; /* お好きな値に調整してください */
}

.land-facility-block2 {
    padding: 10px 30px 0;
}

.land-facility-block2:last-child{
    padding: 10px 30px 30px 30px;
}

.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-btn {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
}
.land-btn--orange {
    background-color: #FF7F32;
}
/* セクション7 */
.section7 {
    background-color: #F6F0E0;
}
/* 外枠：全体を囲む */
.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;
}
/* 各項目のマージン */
.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;
}
/* セクション8 */
.section8-text {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.section8-text-wrapper {
    font-size: 15px;
    line-height: 30px;
    width: 80%;
    margin: 30px auto;
}
.section8-text-line {
    margin-bottom: 30px;
}
.swiper-count {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 12px;
  z-index: 10;
}

/*ボタンデザイン*/
.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: .1em;
    text-align: center;
}

.land-btn-copy:before {
    margin-right: 0.5rem;
    content: '＼';
}

.land-btn-copy:after {
    margin-left: 0.5rem;
    content: '／';
}

/* ボタン */
.land-container {
    width: 100%;
    padding-top: 20px;
    background-color: #fff
}

.land-container2 {
    width: 100%;
}


.land-container2 p {
    margin: 30px 20px;
    font-size: 16px;
}

.land-btn-new {
    display: block;
    width: 80%;
    margin: 0px auto;
}
.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;
}

.QA {
    margin-bottom: 40px;
}