
.box-sato.reverse {
    display: flex;
    align-items: center;
    gap: 60px;
}

.box-sato.reverse .img-box {
    order: -1;
}


.box-sato {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 100px;
}

.box-sato .txt-box {
    flex: 1;
}

.box-sato.bg01 .img-box {
    flex: 0 0 50%;
}

.box-sato.bg02 .img-box {
    flex: 0 0 50%;
}

.box-sato.bg03 .img-box {
    flex: 0 0 60%;
}






.box-sato .img-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* 左画像 */
.box-sato.reverse .img-box {
    order: -1;
}


/* sec-sato-garden セクション内の img-box の設定 */
.sec-sato-garden .img-box {
    width: 60%;      /* ここで幅を調整してください */
    margin: 0 auto;  /* 中央寄せ */
}

/* 画像のレスポンシブ対応 */
.sec-sato-garden .img-box img {
    margin-top: 100px;

    display: block;
    width: 100%;
    height: auto;
/* 角丸の指定 */
    border-radius: 40px; /* 数値を大きくするとより丸くなります */

}


.mv-wrapper {
    position: relative;
    width: 100%;
}

.mv-banner-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.mv-banner-area a {
    position: absolute;
    pointer-events: auto;
    transition: opacity 0.3s;
    color: #fff;
    text-decoration: none;

    font-family: "Yu Mincho Demibold", "Yu Mincho", "游明朝体", "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: 600; /* デミボールドなら600、さらに太くなら700 */
    transition: transform 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
    line-height: 1.0;
}

.mv-banner-area a:hover {
    transform: scale(1.05); /* 拡大倍率を少し抑えると上品でふわっとした印象になります */
    /* 光の広がりを少しゆっくり見せるため、シャドウの範囲を広めに設定 */
    text-shadow: 0 0 15px #fff, 0 0 30px #fff, 0 0 60px #bee0cb;
}


/* 文字サイズ設定：smallはlargeの60% */
.mv-banner-area a .large { font-size: 90px; display: block; }
.mv-banner-area a .small { font-size: 60px; display: block; }


/* PC配置 */
.mv-banner-left { 
    top: 3px;
     left: 15%;
    }

    .mv-banner-right {
     top: 30px; 
     left: 55%;

}


/* 1200px以下のレスポンシブ設定 */
@media (max-width: 1560px) {
    .mv-banner-area a .large { font-size: 60px; display: block; }
    .mv-banner-area a .small { font-size: 40px; display: block; }
    .mv-banner-left  { top: 30px; left: 240px !important; }
    .mv-banner-right { top: 30px; right: 20px !important; }


.mv-banner-area a {
    line-height: 0.8;
}


}





/* 1200px以下のレスポンシブ設定 */
@media (max-width: 1200px) {
    .mv-banner-area a .large { font-size: 50px; display: block; }
    .mv-banner-area a .small { font-size: 30px; display: block; }
    .mv-banner-left  { top: 30px; left: 240px !important; }
    .mv-banner-right { top: 30px; right: 20px !important; }

}




/* 1200px以下のレスポンシブ設定 */
@media (max-width: 768px) {
    .mv-banner-area a .large { font-size: 28px; display: block; }
    .mv-banner-area a .small { font-size: 14px; display: block; }
    .mv-banner-left  { top: 24px; left: 120px !important; }
    .mv-banner-right { top: 24px; right: 20px !important; }

#mainvisual .mv-bg {
    margin-top: 180px;
}


}

/* 1200px以下のレスポンシブ設定 */
@media (max-width: 600px) {
    .mv-banner-area a .large { font-size: 20px; display: block; }
    .mv-banner-area a .small { font-size: 12px; display: block; }
    .mv-banner-left  { top: 20px; left: 100px !important; }
    .mv-banner-right { top: 20px; right: 20px !important; }


.mv-banner-area a {
    line-height: 0.8;
}



}


/* 1200px以下のレスポンシブ設定 */
@media (max-width: 400px) {
    .mv-banner-area a .large { font-size: 14px; display: block; }
    .mv-banner-area a .small { font-size: 10px; display: block; }
    .mv-banner-left  { top: 20px; left: 60px !important; }
    .mv-banner-right { top: 20px; right: 20px !important; }
.mv-banner-area a {
    line-height: 0.6;
}

}




.time{
    margin-left : 1rem;
    font-size: 80%;
    color: #274708;

}


/* 確実に右側に配置するための設定 */
.sec-sato-veranda .sato1-content {
    display: flex !important;           /* Flexboxを強制 */
    flex-direction: row !important;      /* 横並びを強制 */
    align-items: center !important;      /* 垂直中央 */
    justify-content: space-between !important; /* 左右に離す */
    gap: 40px !important;
    width: 100% !important;
}

/* 左側テキスト */
.sec-sato-veranda .head-cont {
    flex: 1 !important;
}

/* 右側画像 */
.sec-sato-veranda .img-box {
    flex: 0 0 60% !important; /* 幅を固定 */
}

/* 画像スタイル */
.sec-sato-veranda .img-box img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}


.flow-card-caption{
    text-align: left;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: green;

}


.event-caption{
    text-align: left;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: rgb(255, 153, 94);

}






/* スマホ */
@media screen and (max-width: 768px) {

    .box-sato,
    .box-sato.reverse {
        flex-direction: column;
        gap: 30px;
    }

    .box-sato.reverse .img-box {
        order: 0;
    }

    .box-sato .img-box {
        width: 100%;
    }
}







/* =====================================================
   PRICE TABLE
   PC専用・和風上質版
   ===================================================== */

.price-table-wrap {
  width: 100%;

  margin-top: 28px;
}

/* テーブル本体 */
.price-table-main {
  width: 100%;

  border-collapse: collapse;

  background:
    rgba(255,255,255,0.88);

  border-radius: 14px;

  overflow: hidden;

  box-shadow:
    0 10px 30px rgba(56, 81, 62, 0.05);

  border:
    1px solid rgba(56, 81, 62, 0.08);
}

/* 共通 */
.price-table-main th,
.price-table-main td {

  padding:
    18px 16px;

  border:
    1px solid rgba(56, 81, 62, 0.08);

  text-align: center;

  vertical-align: middle;

  font-size: 0.96rem;

  line-height: 1.8;
}

/* ヘッダー */
.price-table-main thead th {

  background:
    #f2f5f3;

  color:
    var(--primary-green);

  font-weight: 400;

  letter-spacing: 0.08em;
}

/* 左列 */
.price-table-main tbody th {

  width: 22%;

  background:
    rgba(242,245,243,0.75);

  color:
    var(--primary-green);

  font-weight: 400;

  letter-spacing: 0.05em;

  white-space: nowrap;
}

/* 時間列 */
.price-table-main td {

  width: 26%;

  white-space: nowrap;
}

/* 金額 */
.price-table-main td strong {

  color:
    var(--primary-green);

  font-family:
    sans-serif;

  font-size:
    1.18rem;

  font-weight:
    500;

  letter-spacing:
    0;
}

/* =====================================================
   下の補足テーブル
   ===================================================== */

.price-table {

  background:
    rgba(255,255,255,0.92);

  border-radius:
    12px;

  overflow:
    hidden;

  box-shadow:
    0 8px 24px rgba(56,81,62,0.04);
}

/* 改行防止 */
.nob {
  white-space: nowrap;
}



/* =====================================================
   SATO1
   日本家屋セクション
   ===================================================== */

.sec-sato1 {

  position: relative;

  overflow: hidden;

  padding:
    120px 0;

 

}

/* 背景画像 */
.sato1-bg {

  position: absolute;
  top: 0;
  right: 0;
  width: 72%;
  height: 100%;
  background:
    url("../img/sato-img01.png")
    no-repeat
    right center;
  background-size: cover;
  z-index: 1;
}

/* コンテンツ */
.sato1-content {

  position: relative;
  z-index: 2;
  width: 52%;
  min-height: 520px;
  display: flex;
  align-items: center;
}

/* テキスト */
.sec-sato1 .head-cont {
  max-width: 520px;
}

/* 見出し */
.sec-sato1 .style-ttl01 {
  margin-bottom: 34px;
}

/* 本文 */
.sec-sato1 p {
  letter-spacing: 0.08em;
  color: #3f3f3f;
}

.head-cont {
    text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff;
    font-size: 20px;
    color: #333;
    padding: 20px;
}






/* 背景画像 */
.sato2-bg {

  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background:
    url("../img/sato-img05.png")
    no-repeat
    right center;
  background-size: cover;
  z-index: 1;
}





.concept-section .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* 上揃え */
    padding: 00px 0;
}

.concept-section .left-content {
    flex: 1; /* 左側（詳細テキスト） */
}



.concept-section .right-content {
    flex: 1; /* 右側（キャッチコピー） */
    font-size: 80%;
    margin-top: 200px; /* ここで右側を下にずらします */
    margin-right: 0px; /* ここで右側を下にずらします */

}



.right-content{
    position: relative;
}

.main-img{
    width: 140%;
    display: block;
}

.right-content h2{
    position: absolute;
    top: 100px;      /* 上からの位置 */
    left: 20px;     /* 左からの位置 */
    color: #000000;    /* 文字色 */
    z-index: 10;
    line-height: 2.0;
    font-size: 1.2rem;
}




.child-title{
        font-size: 1.4rem;
    color: #cbffd2;
    text-shadow:
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px -2px 0 #000,
         0px  2px 0 #000,
        -2px  0px 0 #000,
         2px  0px 0 #000;

             
}





/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
.child-title{
        font-size: 1.0rem;
    }


    .concept-section {
        margin-bottom: 4.0rem;
    }


    .right-content h2{
    top: 80px;      /* 上からの位置 */
}




}








/* 「is-small-right」というクラスがついているものだけを制御 */
.is-small-right .flow-card.large {
    width: 40%;         /* 幅を40%に */
    margin-left: auto;  /* 右寄せ */
}


.w70{
    width: 60%;
}

