 
 
 
 .margin-left100{
    margin-left: 100px;
 }


 .margin-left40{
    margin-left: 50px;
 }


  .margin-top200{
    margin-top:200px;
  }


  
/* 印刷用ヘッダーは通常非表示 */
.print-header{
    display:none;
}

@media print {

    /* 画面用ヘッダーを消す */
    #js-header{
        display:none !important;
    }

    /* トップへ戻るボタンも不要 */
    #js-pagetop{
        display:none !important;
    }

    /* 印刷専用ヘッダー */
    .print-header{
        display:block;
        text-align:left;
        margin:0 0 20mm 0;
    }

    .print-header img{
        width:320px;
        height:auto;
    }

    /* 固定ヘッダーの余白解除 */
    main{
        margin-top:0 !important;
        padding-top:0 !important;
    }

    #wrapper{
        overflow:visible !important;
    }



  .page-break{
      display:block;
      height:0;
      page-break-before:always;
      break-before:page;
  }

    .margin-top200{
    margin-top:10px;
  }


  .sec-sato-garden .img-box {
    width: 90%;
    margin: 0 auto;
}


}




@media only screen and (max-width: 767px) {

.header-logo-area img{
    width: 240px;
}
.f-logo img {
    margin-right: 12px;
}

 :where(h1) {
   font-size: 1.2em;
 }
 
h1{
   line-height: 1.2em;
}


.sato1-bg {
    width: 90%;
    height: 70%;
    top: 20px;
}

.sec-sato1 p {
    margin-top: 50px;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
    line-height: 1.1;
}

.sato1-content {
    width: 70%;
    min-height: 500px;
   margin: 0 auto;
}



.sec-sato p {

    font-size: 0.9rem;

    line-height: 1.2;
}

.margin-left100{
    margin-left: 20px;
 }

.margin-top200{
    margin-top:20px;
}

.container-small {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}


.sato1-content {
    width: 100%;
    overflow-wrap: break-word;
    word-break: keep-all;
}

.head-cont {
    width: 100%;
}

.head-cont p {
    width: 100%;
    font-size: clamp(1rem, 2.8vw, 1.3rem);
    line-height: 1.8;
    letter-spacing: 0.08em;
    overflow-wrap: break-word;
    word-break: keep-all;
}


.flow-card.large2 {
    width: 80%;
}



.form-title {
    font-size: 0.95rem;
}

p {
    font-size: 1.05rem;
}

  #footer .f-main .f-gnav a:hover {
    color: #5da11e;
  }
  #footer .f-main .f-gnav a:hover:after {
    width: 100%;
  }

.ov-hover img{
    width: 240px;


}

#footer p {
        font-size: 1.0rem;
}

.contact-form-main .form-content {
    padding: 8px;
 
}




   .sec-sato .txt-box{
        margin-left:0 !important;
        margin-right:0 !important;
        width:100%;
        box-sizing:border-box;
    }

    .sec-sato .margin-left100,
    .sec-sato .margin-left40{
        margin-left:0 !important;
    }


 .sec-sato-garden .img-box img {
     margin-top: 10px; 
}

.sec-sato-garden .img-box {
    width: 90%;
    margin: 0 auto;
}

.flow-row.two-column {
    padding: 0 30px;
}


.sec-event {
    padding: 10px 10px;
}


.sec-child {
    padding: 10px 10px;
}




/* 左右にずらす微調整用クラス */
.event-card.left-shift {
    transform: translateX(0rem); /* 左へ15px */
}

.event-card.right-shift {
    transform: translateX(0rem);  /* 右へ15px */
}

.event-card.large2 {
    width: 100%;
}

.flow-card-caption {
    font-size: 1.0rem;
}

.event-caption {
    font-size: 1.0rem;
}



.price-table-main th,
.price-table-main td {
    padding: 2px 2px;
}

.price-table-main td strong {
    font-size: 1.0rem;
    font-weight: 400;
}



}

@media only screen and (max-width: 1000px) {


.cm-contact {

    /*background-position: -600px center;*/

    
    padding: 0px 0;
    margin-top: 0px;

    background: url("../img/sp-contact-bg.png") no-repeat center center;
  
}



}

/* スマホ対応（縦並び） */
@media (max-width: 768px) {
    .concept-section .container {
        flex-direction: column;
    }
    .concept-section .right-content {
        margin-top: 30px; /* スマホ時は少し調整 */
    }
}


@media screen and (max-width: 767px) {
  .header-logo-area {
    display: flex;
    flex-direction: column; /* 縦並びにする */
    align-items: center;    /* 中央寄せ（必要に応じて調整） */
    gap: 10px;              /* ロゴ同士の隙間を調整 */
  }

  /* 必要に応じて画像自体の幅も調整 */
  .header-logo-area img {
    max-width: 100%;
    height: auto;
  }
}



@media screen and (max-width: 767px) {
  /* ナビメニュー全体の登場位置を下にずらす */
  .header-nav {
    top: 2.0rem; /* ご希望の位置に調整 */
  }

  /* メニュー項目の行間を詰める */
  .header-nav ul {
    display: flex;
    flex-direction: column;
    gap: 0.0rem; /* 数値を小さくすると行間が狭まります */
  }

  /* 各メニューリンクの余白を調整してさらに詰める */
  .header-nav ul li a {
    padding: 0.0rem 0rem; /* 上下のパディングを小さくする */
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .concept-section {
    /* 左右に1.0remの余白を持たせる */
    padding-left: 1.0rem;
    padding-right: 1.0rem;
  }

  .concept-section h2 {
    /* モバイルで見やすい文字サイズに縮小（調整してください） */
    font-size: 1.0rem; 
    line-height: 1.6;
  }

  .concept-section p {
    font-size: 1.0rem;
  }
}


/* PCサイズ時の設定（必要に応じてサイズを調整してください） */
.style-logo-child img {
    max-width: 400px;
    width: 100%;
    height: auto;
}

/* モバイル向け（767px以下の画面幅で適用） */
@media (max-width: 767px) {
    .style-logo-child img {
        max-width: 200px; /* モバイルで小さくしたいサイズを指定 */
    }
}

.img-w50{
width: 50%;

}
@media (max-width: 767px) {
.img-w50{
width: 90%;

}
}




.sec-event {
    position: relative;
    padding: 200px 200px;
    
    /* 背景画像の設定を「上部のみ」に変更 */
    background-image: url('../img/flower.png');
    background-repeat: no-repeat;
    
    /* 横幅を100%（または必要ならcontain）、縦幅を画像の高さ分に指定
       background-position: top center で上に固定
    */
    background-size: 90% auto;
    background-position: center -150px;
}



.sec-event2 {
    background-image: url('../img/childcare.webp')!important;
       background-position: center -50px;
}





@media (max-width: 767px) {

.sec-event {
    position: relative;
    padding: 10px 10px;
}

}

/* レイアウトの整理 */
.event-layout {
    display: flex;
    flex-direction: column; /* 縦並びに設定 */
    align-items: center;    /* 中央寄せ */
    gap: 40px;              /* 写真間の隙間 */
    margin-top: 40px;
}

/* 各行の幅を80%に制限 */
.event-row {
    width: 80%;
}


.event-caption {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}




.event-card {
    position: relative;
    /* 親要素からわずかにずらすための設定をここに統合 */
    transition: transform 0.5s ease;
}

/* 左右にずらす微調整用クラス */
.event-card.left-shift {
    transform: translateX(-4.0rem); /* 左へ15px */
}

.event-card.right-shift {
    transform: translateX(4.0rem);  /* 右へ15px */
}

/* 写真のスタイル */
.event-card img {
    width: 100%;
    display: block;
    object-fit: cover;
    
    /* 角丸を少し柔らかく調整（必要に応じて数値を変更してください） */
    border-radius: 8px; 

    box-shadow:
        0 12px 30px rgba(0,0,0,0.06),
        0 2px 6px rgba(0,0,0,0.04);

    transition:
        transform .7s ease,
        box-shadow .7s ease,
        filter .7s ease;

    filter: saturate(0.96);
}

/* ホバー */
.event-card:hover img {
    transform: scale(1.015);
    box-shadow:
        0 18px 45px rgba(0,0,0,0.10),
        0 4px 12px rgba(0,0,0,0.05);
}

.event-card.large2 {
    width: 80%;
}





/* 各行の幅を80%に制限 */
.event-row {
    width: 80%;
}






.event-card {
    position: relative;
    /* 親要素からわずかにずらすための設定をここに統合 */
    transition: transform 0.5s ease;
}

/* 左右にずらす微調整用クラス */
.event-card.left-shift {
    transform: translateX(-4.0rem); /* 左へ15px */
}

.event-card.right-shift {
    transform: translateX(4.0rem);  /* 右へ15px */
}

/* 写真のスタイル */
.event-card img {
    width: 100%;
    display: block;
    object-fit: cover;
    
    /* 角丸を少し柔らかく調整（必要に応じて数値を変更してください） */
    border-radius: 8px; 

    box-shadow:
        0 12px 30px rgba(0,0,0,0.06),
        0 2px 6px rgba(0,0,0,0.04);

    transition:
        transform .7s ease,
        box-shadow .7s ease,
        filter .7s ease;

    filter: saturate(0.96);
}

/* ホバー */
.event-card:hover img {
    transform: scale(1.015);
    box-shadow:
        0 18px 45px rgba(0,0,0,0.10),
        0 4px 12px rgba(0,0,0,0.05);
}

.event-card.large2 {
    width: 80%;
}






/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
    .event-row {
        width: 95%; /* スマホではもう少し幅を広げる */
    }



/* 左右にずらす微調整用クラス */
.event-card.left-shift {
    transform: translateX(0rem); /* 左へ15px */
}

.event-card.right-shift {
    transform: translateX(0rem);  /* 右へ15px */
}

.event-card.large2 {
    width: 100%;
}




    
}



.flow-row-add .flow-card.large {
    margin-top: -6rem; /* ここで調整してください */
}









