html{
  margin: 0 auto;
}
body {

    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

header {
  background-color: #e6dfdf;
  color: #9a9696;
  padding: 20px 0;
}

.container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.menu-logo img {
  width: 20vw; /* ロゴ画像の幅に合わせて適宜調整 */
  height: auto;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0 ;
}

nav ul li {
  display: inline-block;
  margin-left: 20px; /* ナビゲーション項目の間隔 */
}

nav ul li:first-child {
  margin-left: 0;
}

nav ul li a {
  color: #555555;
  text-decoration: none;
  font-size: 1.3vw;
  font-family: serif;
}

.nav-toggle {
  display: none;
}

.main{
  width: 80vw;
  position: relative;
  z-index: -1;
}
.main_2{
  width:100vw;
  position: relative;
  z-index: -1;
}

.tate {
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: 100px; /* 必要に応じて幅を指定します。 */
  height: auto; /* 必要に応じて高さを指定します。 */
  position: absolute;
margin-left: 88vw;
margin-top: -630px;
text-align: left;
}

/* JS差し込み-------- */

.main {
  opacity: 0;
  transform: translateY(20px); /* 少し下にずらしておく */
  transition: opacity 1s ease, transform 1s ease;
}

.main.fade-in {
  opacity: 1;
  transform: translateY(0); /* 元の位置に戻す */
}

/* 初期状態: 非表示 */
.fade-in-trigger {
  opacity: 0;
  transform: translateY(20px); /* 少し下にずらしておく */
  transition: opacity 1s ease, transform 1s ease;
}

/* フェードインされた状態 */
.fade-in-visible {
  opacity: 1;
  transform: translateY(0); /* 元の位置に戻す */
}



.intro img{
  width: 100%;
  height: 800px;
  margin: 0 auto;
  position: relative;
  object-fit: cover;
  box-shadow: 70px 80px 40px rgba(40, 90, 150, 0.1);
}


.intro_u img{
  width: 100%;
  height: 800px;
  margin: 0 auto;
  position: relative;
  object-fit: cover;
  box-shadow: 70px 80px 40px rgba(40, 90, 150, 0.1);
}













header {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease, transform 1s ease;
}

header.fade-in {
  opacity: 1;
  transform: translateY(0);
}





.s1k{
  padding: 1%;
/* margin-top: 4vh; */
}



.about{
  width: 90%;
  height: auto;
  text-align: left;
  margin: 0 auto;
  padding: 3%;
}

.about h1{
  font-size: 3vw;
    font-family: serif;
    color: rgb(140, 142, 138);
    text-align: left;
    padding-top: 8vh;
    font-weight: lighter;
}




.kats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}


.flex-container {
  display: flex;
}

.flex-item {
  background-color: #ffffff;
  /* border: 1px solid #e3e3e3; */
  /* padding: 20px; */
  flex: 1 1 200px; /* 200pxの幅を持ち、必要に応じて拡大縮小する */
  box-sizing: border-box;


}

.flex-item img {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: auto;
  height: 100%;
  object-fit: cover;
}


.flex-item p {
  margin: 8px 0;
}

.flex-item .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #d7d65a;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 10px;
  font-size: 1vw;
  width: 10vw;
}

.flex-item .btn:hover {
  background-color: #98920d;
}


.tate h2{
font-kerning: normal;
color: rgb(235, 160, 154);
font-weight: lighter;
}

section {
    /* padding: 40px 20px; */
    text-align: center;
}

section h2 {
    font-size: 3vh;
    margin-bottom: 20px;
    font-family: serif;
    color: rgb(133, 133, 133);
}



section img {
    max-width: 100%;
    height: auto;
}

section a {
    display: inline-block;
    padding: 10px 20px;
    background: #333;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
}



/* ---------------------farst--------------------------- */

.f-parent-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  box-sizing: border-box;
  margin: 0 auto;
}

.f-left-column {
  flex: 1; /* 左の写真エリアを広げる */
  padding-right: 3rem;
}

.f-left-column img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* ボックスシャドウの追加 */
}

.f-right-column {
  flex: 1; /* 右のテキストエリアを広げる */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 5vh;
}

/* 右列1行目専用のスタイル */
.f-row-1 {
  margin-bottom: 1rem;
  color: #b4c8c6;
  font-size: 1.3vw;
  font-weight: bold;
  font-family: serif;
  text-align: left;
}

/* 右列2行目専用のスタイル */
.f-row-2 {
  padding: 0 3% 0% 0%;
  margin-bottom: 8rem;
  font-size: 1vw;

  font-family: serif;
  text-align: justify;
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 1px 0vw rgba(0, 0, 0, 0.1);
  width: 450px;
}



.about-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* テキストと画像の上揃え */
  gap: 1rem; /* テキストと画像の間隔 */
}

.text-and-button {
  flex: 1; /* テキストエリアの幅 */
  display: flex;
  flex-direction: column; /* 縦に並べる */
    font-family: serif;
}

.text-and-button p {
  margin-bottom: 1rem; /* テキストとボタンの間に余白 */
  font-family: serif;
}

.abutodibbtt {
  margin-top: 0.5rem; /* ボタンの上部に余白 */
  text-align: left; /* ボタンを左揃えにする */
}

.abutodibbtt a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #cbd0d5;
  color: #ffffff;
    border: 1px solid #ffffff; /* 黒の2pxのソリッド枠線を追加 */
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.abutodibbtt a:hover {
  background-color: #cbd0d5; /* ホバー時の背景色変更 */
}

.about-content img {
  flex: 2; /* 写真エリアの幅をテキストの2倍に設定 */
  max-width: 30%;
  height: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* ボックスシャドウの追加 */
}

/* 画像コンテナ全体のスタイル */
.image-container {
  display: flex;
  justify-content: space-between;
  gap: 1rem; /* 画像間のスペース */
  margin-top: 1rem; /* テキストと画像の間のスペース */
}

/* 画像ボックスのスタイル */
.image-box {
  flex: 1;
  width: 200px;
  height: 200px; /* 画像の高さを指定 */
  background-size: cover; /* 画像をコンテナ全体にカバー */
  background-position: center; /* 画像を中央に配置 */
  /* border-radius: 4px; */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* ボックスシャドウを追加 */
}

/* 各画像に異なる背景を適用 */
.image-box-1 {
  background-image: url('images/2024-43.jpg');
}

.image-box-2 {
  background-image: url('images/2024-42.jpg');
}




/* ---------------------no-set--------------------------- */


.event-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.event-item {
    max-width: 45%;
    margin-bottom: 20px;
}

.blog-posts {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.post {
    max-width: 45%;
    margin-bottom: 20px;
}



.about{
  margin-top: 10vh
}


/* arcive-eria-- */
/* ----------^^^^^^-----------no-set-------^^^^-------------------- */

/* 親コンテナ（中央揃えで横並び） */
.tow-con {
  display: flex;
  justify-content: center; /* 子要素を中央揃え */
  align-items: flex-start;
  gap: 2rem; /* 各コンテナ間のスペース */
  flex-wrap: wrap; /* 必要に応じて折り返し */
  width: 100%;
}

/* コンテナのスタイル（背景画像をカバー表示） */
.content-box {
  width: 200px; /* コンテナの幅を固定 */
  height: 400px; /* コンテナの高さを固定 */
  background-size: cover; /* 背景画像をカバー表示 */
  background-position: center; /* 画像を中央に配置 */
  display: flex;
  justify-content: center;
  align-items: flex-end; /* タイトルをコンテナの下部に配置 */
  text-align: center;
  padding: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: white;
}

/* 各コンテナの背景画像を個別に指定 */
.content-box:nth-child(1) {
  background-image: url('images/2024-20.jpg'); /* 1つ目の背景画像 */
}

.content-box:nth-child(2) {
  background-image: url('images/2024-31.jpg'); /* 2つ目の背景画像 */
}

.content-box:nth-child(3) {
  background-image: url('images/2024-32.jpg'); /* 3つ目の背景画像 */
}

/* タイトルのスタイル */
.content-box h2 {
  font-size: 0.7vw;
  margin: 0.5rem 0;
}

.content-box a {
  text-decoration: none;
  color: white;
  transition: color 0.3s ease;
  background-color: rgb(136, 180, 92);
  border-radius: 3px;
}

.content-box a:hover {
  color: #ffffff; /* ホバー時のリンクカラーを黄色に */
}

/* レスポンシブ対応（スマホやタブレット向け） */
@media (max-width: 768px) {
  .tow-con {
    flex-direction: column; /* 画面が狭い時に縦並びに変更 */
    gap: 1.5rem;
  }

  .content-box {
    width: 92%; /* コンテナ幅を100%に */
    height: 300px;
  }
  .content-box h2 {
    font-size: 4vw;
    margin: 0.5rem 0;
}
}





/* acc-------------------------------------------------------- */
/* 全体のセクションスタイル */
.takaacce {

}

/* タイトル部分 */
.sps h1 {
  font-size: 3vw;
  text-align: center;
  font-family: serif;
  color: #8e8e8e;
  font-weight: lighter;
  margin-bottom: 12vh;
  margin-top: 100px;
  position: relative;
  display: inline-block; /* 幅を適切に設定 */
  padding-bottom: 10px; /* 下線との距離を調整 */
}

.sps h1::after {
  content: "";
  display: block;
  width: 140%; /* 文字幅より少し広い */
  height: 1px; /* 線の太さ */
  background-color: #8e8e8e; /* 線の色 */
  position: absolute;
  left: 50%;
  bottom: -5px; /* h1の下に配置 */
  transform: translateX(-50%);
}
.sps_v h1 {
  font-size: 3vw;
  text-align: center;
  font-family: serif;
  color: #8e8e8e;
  font-weight: lighter;
  margin-bottom: 12vh;
  margin-top: 100px;
  position: relative;
  display: inline-block; /* 幅を適切に設定 */
  padding-bottom: 10px; /* 下線との距離を調整 */
}
.sps_v h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #8e8e8e;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}



/* 左右2:1のレイアウトを作成 */
.t-acc {
  display: flex;
  gap: 0.5rem;
}

/* Google Mapを表示するエリア */
.map-container {
  flex: 2; /* 2:1の比率で設定 */
}

/* 注釈のテーブルを表示するエリア */
.info-container {
  flex: 1; /* 1の比率で設定 */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* テーブルのスタイル */
.info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}

.info-table th,
.info-table td {
  padding: 10px;
  text-align: left;
}

.info-table th {
  /* background-color: #f0f0f0; */

  font-family: serif;
  font-size: 1rem;
}

.info-table td {
  background-color: #fff;
  font-family: serif;
  font-size: 1rem;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .t-acc {
    flex-direction: column;
  }

  .map-container,
  .info-container {
    width: 100%;
  }
}

/* --------------------------------------------------------------コンテンツCSS */

.aisa {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2vw 0;
  box-sizing: border-box;
}

.aisa-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  gap: 2vw;
}

.aisa-left {
  flex: 1;
  background-image: url('images/42184.jpg'); /* 背景画像を設定 */
  background-size: cover;
  background-position: center;
  height: 50vh; /* 高さを指定 */
  min-height: 200px;
  border: 1px solid #ddd; /* テスト用の枠線 */
  box-shadow: -8px 8px 0px rgba(0, 0, 0, 0.2); /* ボックスシャドウを追加 */

}


.aisa-right {
  flex: 1;
  padding: 1vw;
  box-sizing: border-box;
}

.aisa-title {
  font-size: 1.5rem;
  margin: 0 0 1vw 0;
  position: relative;
  padding-left: 2rem; /* ボーダーを内側にずらすスペース */
  text-align: left;
}

.aisa-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px; /* 縦のボーダーの幅 */
  background-color: #868a91; /* ボーダーの色 */
}

.aisa-text {
  font-size: 1rem;
  color: #333;
  margin: 0;
  text-align: justify;
  line-height: 2.3;
  font-family: serif;
}
/* --------------------------------------------------------------コンテンツ2CSS */

.seinichi-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2vw 0;
  box-sizing: border-box;
}

.seinichi-header {
  width: 1200px;
  text-align: left; /* タイトルを左揃えに */
  padding-left: 0; /* 左に余白を追加 */
  margin-bottom: 1.5vw; /* 下の要素との間隔を調整 */
  box-sizing: border-box;
}

.seinichi-header h1 {
  font-size: 8rem; /* タイトルのサイズ */
  color: #9eadbb; /* タイトルの色 */
  margin: 0; /* 余白をリセット */

  font-family: 'Serif', serif; /* フォントを指定 */
  line-height: 1.4; /* 行間を調整 */
}

.seinichi-header h1 ruby {
  font-size: 3rem; /* ルビの文字サイズを調整 */
  color: #9eadbb; /* ルビの色 */
}

.seinichi-header h1 ruby rt {
  font-size: 1rem; /* ルビの読み仮名のサイズ */
  color: #7f8c8d; /* ルビの読み仮名の色 */
}


.seinichi-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  gap: 2vw;
}

.seinichi-left {
  flex: 1;
  background-image: url('images/sunday-worship.jpg'); /* 背景画像を設定 */
  background-size: cover;
  background-position: center;
  height: 50vh; /* 高さを指定 */
  min-height: 200px;
  border: 1px solid #ddd; /* テスト用の枠線 */
  box-shadow: -8px 8px 0px rgba(0, 0, 0, 0.2); /* ボックスシャドウ */
}

.seinichi-right {
  flex: 1;
  padding: 1vw;
  box-sizing: border-box;
}

.seinichi-title {
  font-size: 1.5rem;
  margin: 0 0 1vw 0;
  position: relative;
  padding-left: 2rem; /* ボーダーを内側にずらすスペース */
  text-align: left;
}

.seinichi-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px; /* 縦のボーダーの幅 */
  background-color: #868a91; /* ボーダーの色 */
}


.seinsab{
  font-size: 1.3vw;
  text-align: left;
  font-family: serif;
}


.seinichi-text {
  font-size: 1rem;
  color: #333;
  margin: 0;
  text-align: justify;
  line-height: 2.3;
  font-family: serif;
}


/* --------------------------------いっぺんのCSS */
/* Section 1 */
.seinichi-section1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2vw 0;
  box-sizing: border-box;
}

.seinichi-header1 {
  width: 1200px;
  text-align: left; /* タイトルを左揃えに */
  padding-left: 0; /* 左に余白を追加 */
  margin-bottom: 1.5vw; /* 下の要素との間隔を調整 */
  box-sizing: border-box;
}

.seinichi-header1 h1 {
  font-size: 8rem;
  color: #9eadbb; /* タイトルの色 */
  margin: 0;
  font-family: 'Serif', serif;
  line-height: 1.4;
}

.seinichi-header1 h1 ruby {
  font-size: 3rem;
  color: #9eadbb;
}

.seinichi-header1 h1 ruby rt {
  font-size: 1rem;
  color: #7f8c8d;
}

.seinichi-container1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  gap: 2vw;
}

.seinichi-left1 {
  flex: 1;
  background-image: url('images/child_school-b.jpg');
  background-size: cover;
  background-position: center;
  height: 50vh;
  min-height: 200px;
  border: 1px solid #ddd;
  box-shadow: -8px 8px 0px rgba(0, 0, 0, 0.2);
}

.seinichi-right1 {
  flex: 1;
  padding: 1vw;
  box-sizing: border-box;
}

.seinichi-title1 {
  font-size: 1.5rem;
  margin: 0 0 1vw 0;
  position: relative;
  padding-left: 2rem;
  text-align: left;
}

.seinichi-title1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #868a91;
}

.seinsab1 {
  font-size: 1.3vw;
  text-align: left;
  font-family: serif;
}

.seinichi-text1 {
  font-size: 1rem;
  color: #333;
  margin: 0;
  text-align: justify;
  line-height: 2.3;
  font-family: serif;
}

/* Section 2 */
.seinichi-section2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2vw 0;
  box-sizing: border-box;
}

.seinichi-header2 {
  width: 1200px;
  text-align: left;
  padding-left: 0;
  margin-bottom: 1.5vw;
  box-sizing: border-box;
}

.seinichi-header2 h1 {
  font-size: 8rem;
  color: #8aa6b1;
  margin: 0;
  font-family: 'Serif', serif;
  line-height: 1.4;
}

.seinichi-header2 h1 ruby {
  font-size: 3rem;
  color: #8aa6b1;
}

.seinichi-header2 h1 ruby rt {
  font-size: 1rem;
  color: #7f8c8d;
}

.seinichi-container2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  gap: 2vw;
}

.seinichi-left2 {
  flex: 1;
  background-image: url('images/inori03-n.jpg');
  background-size: cover;
  background-position: center;
  height: 50vh;
  min-height: 200px;
  border: 1px solid #ddd;
  box-shadow: -8px 8px 0px rgba(0, 0, 0, 0.2);
}

.seinichi-right2 {
  flex: 1;
  padding: 1vw;
  box-sizing: border-box;
}

.seinichi-title2 {
  font-size: 1.5rem;
  margin: 0 0 1vw 0;
  position: relative;
  padding-left: 2rem;
  text-align: left;
}

.seinichi-title2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #868a91;
}

.seinsab2 {
  font-size: 1.3vw;
  text-align: left;
  font-family: serif;
}

.seinichi-text2 {
  font-size: 1rem;
  color: #333;
  margin: 0;
  text-align: justify;
  line-height: 2.3;
  font-family: serif;
}

/* Section 3 */
.seinichi-section3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2vw 0;
  box-sizing: border-box;
}

.seinichi-header3 {
  width: 1200px;
  text-align: left;
  padding-left: 0;
  margin-bottom: 1.5vw;
  box-sizing: border-box;
}

.seinichi-header3 h1 {
  font-size: 8rem;
  color: #7a8c91;
  margin: 0;
  font-family: 'Serif', serif;
  line-height: 1.4;
}

.seinichi-header3 h1 ruby {
  font-size: 3rem;
  color: #7a8c91;
}

.seinichi-header3 h1 ruby rt {
  font-size: 1rem;
  color: #7f8c8d;
}

.seinichi-container3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  gap: 2vw;
}

.seinichi-left3 {
  flex: 1;
  background-image: url('images/t-sk01.JPG');
  background-size: cover;
  background-position: center;
  height: 50vh;
  min-height: 200px;
  border: 1px solid #ddd;
  box-shadow: -8px 8px 0px rgba(0, 0, 0, 0.2);
}

.seinichi-right3 {
  flex: 1;
  padding: 1vw;
  box-sizing: border-box;
}

.seinichi-title3 {
  font-size: 1.5rem;
  margin: 0 0 1vw 0;
  position: relative;
  padding-left: 2rem;
  text-align: left;
}

.seinichi-title3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #868a91;
}

.seinsab3 {
  font-size: 1.3vw;
  text-align: left;
  font-family: serif;
}

.seinichi-text3 {
  font-size: 1rem;
  color: #333;
  margin: 0;
  text-align: justify;
  line-height: 2.3;
  font-family: serif;
}

/* Section 4 */
.seinichi-section4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2vw 0;
  box-sizing: border-box;
}

.seinichi-header4 {
  width: 1200px;
  text-align: left;
  padding-left: 0;
  margin-bottom: 1.5vw;
  box-sizing: border-box;
}

.seinichi-header4 h1 {
  font-size: 8rem;
  color: #6b7c81;
  margin: 0;
  font-family: 'Serif', serif;
  line-height: 1.4;
}

.seinichi-header4 h1 ruby {
  font-size: 3rem;
  color: #6b7c81;
}

.seinichi-header4 h1 ruby rt {
  font-size: 1rem;
  color: #7f8c8d;
}

.seinichi-container4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  gap: 2vw;
}

.seinichi-left4 {
  flex: 1;
  background-image: url('images/smallgroup-n.jpg');
  background-size: cover;
  background-position: center;
  height: 50vh;
  min-height: 200px;
  border: 1px solid #ddd;
  box-shadow: -8px 8px 0px rgba(0, 0, 0, 0.2);
}

.seinichi-right4 {
  flex: 1;
  padding: 1vw;
  box-sizing: border-box;
}

.seinichi-title4 {
  font-size: 1.5rem;
  margin: 0 0 1vw 0;
  position: relative;
  padding-left: 2rem;
  text-align: left;
}

.seinichi-title4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #868a91;
}

.seinsab4 {
  font-size: 1.3vw;
  text-align: left;
  font-family: serif;
}

.seinichi-text4 {
  font-size: 1rem;
  color: #333;
  margin: 0;
  text-align: justify;
  line-height: 2.3;
  font-family: serif;
}

/* Section 5 */
.seinichi-section5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2vw 0;
  box-sizing: border-box;
}

.seinichi-header5 {
  width: 1200px;
  text-align: left;
  padding-left: 0;
  margin-bottom: 1.5vw;
  box-sizing: border-box;
}

.seinichi-header5 h1 {
  font-size: 8rem;
  color: #5c6c71;
  margin: 0;
  font-family: 'Serif', serif;
  line-height: 1.4;
}

.seinichi-header5 h1 ruby {
  font-size: 3rem;
  color: #5c6c71;
}

.seinichi-header5 h1 ruby rt {
  font-size: 1rem;
  color: #7f8c8d;
}

.seinichi-container5 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  gap: 2vw;
}

.seinichi-left5 {
  flex: 1;
  background-image: url('images/t-k01.JPG');
  background-size: cover;
  background-position: center;
  height: 50vh;
  min-height: 200px;
  border: 1px solid #ddd;
  box-shadow: -8px 8px 0px rgba(0, 0, 0, 0.2);
}

.seinichi-right5 {
  flex: 1;
  padding: 1vw;
  box-sizing: border-box;
}

.seinichi-title5 {
  font-size: 1.5rem;
  margin: 0 0 1vw 0;
  position: relative;
  padding-left: 2rem;
  text-align: left;
}

.seinichi-title5::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #868a91;
}

.seinsab5 {
  font-size: 1.3vw;
  text-align: left;
  font-family: serif;
}

.seinichi-text5 {
  font-size: 1rem;
  color: #333;
  margin: 0;
  text-align: justify;
  line-height: 2.3;
  font-family: serif;
}


/* footer------------------------------------------------------------- */
/* フッター全体 */
footer {
  background: #e6dfdf;
  color: #737373;
  padding: 20px 0;
  height: 18vh;
  font-family: serif;
}

.footer-content {
  display: flex;
  justify-content: space-between; /* コンテナを横並びにしてスペースを均等に配分 */
  align-items: center;
  width: 90%;
  margin: 0 auto;
  height: 100%;
}

/* 1つ目: ロゴエリア */
.footer-logo img {
  max-width: 150px;
  height: auto;
}

/* 2つ目: ナビコンテンツエリア */
.footer-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px; /* 各ナビアイテムの間にスペースを設定 */
  color: #737373;
}

.footer-nav ul li a {
  text-decoration: none;
  color: #737373;
  font-weight: bold;
  font-size: 0.9rem;
}

/* 3つ目: コンタクトエリア */
.footer-contact p {
  margin: 5px 0;
  font-size: 1.3vw;
  color: #737373;
}

/* ボタンの装飾 */
.contact-button .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #90907f;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-button .btn:hover {
  background-color: #7e998b;
  transform: translateY(-2px); /* ホバー時に少し持ち上がる効果 */
}

.contact-button {
  margin-top: 10px; /* ボタンと上部テキストとの間にスペースを設定 */
}

/* お問い合わせエリアのボタン全体に間隔を追加 */
.footer-contact .contact-button + .contact-button {
  margin-top: 10px; /* ボタン間の余白 */
}

/* コピーライト部分のスタイル */
.footer-copyright {
  text-align: center;
font-size: 0.8rem;
}

.footer-copyright p {
  margin: 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-nav ul {
    flex-direction: column;
    gap: 2px;
  }

  .footer-logo img {
    margin-bottom: 10px;
  }
}







/*--投稿--*/

.info_list{
    width:70%;
    margin:5vw auto 0;
}

.info_date-cat{
    width:34%;
    text-align: left;
}
















.news-list {
    list-style: none;
    padding: 0 5%;
    /*font-family: serif;*/
}
.news-list li {
    display:flex;
    padding: 5px 0;
    align-items: center;
    border-bottom:1px dotted #333;
}
.news-date {
    color: #888;
    margin-right: 10px;
}
.news-list li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    background:none;
    margin:0;
}
.news-list li a:hover {
    color: #0073aa;
}



.news-cat {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  width: 140px;
  text-align: center;
}

/* カテゴリー別色分け */
.cat-diary {
  background-color: #6ca0dc;
}

.cat-event {
  background-color: #f6a623;
}

.cat-child_school {
  background-color: #50b47b;
}

.cat-for_foreigner {
  background-color: #e67e7e;
}


/*--シングルページ--*/

.single_container{
    width:90%;
    margin: 0 auto;
    padding: 2% 0 10%;
}



/*--カテゴリページ--*/
.post-list {
    list-style: none;
    padding: 0;
}
.post-list li {
    margin-bottom: 10px;
    font-size: 18px;
    /*font-family: serif;*/
    background: #e6dfdf;
    padding: 5% 2%;
}
.post-date {
    font-size: 14px;
    color: #888;
    margin-right: 10px;
}

.post-list li a {
    background:none;
    color:#333;
}
.pagination {
    margin-top: 20px;
    text-align: center;
}

/*--サイドバー--*/

.single_container {
    display: flex;
    gap: 20px;
}


.article_single-post {
    width: 70%;
    box-shadow: 1px 1px 4px #ccc;
    padding: 0 4%;
}

.sidebar {
    width: 30%;
}

.widget {
    margin-bottom: 20px;
    background: #f9f9f9;
    padding:5%;
    border-radius: 5px;
}

.widget h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.widget ul {
    list-style: none;
    padding: 0;
}

.widget ul li {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px dotted #ccc;
}
.post-category a{
    text-decoration: none;
}

.post-list li a{
    text-decoration: none;
}
.post-date {
    width: 100px;
    font-size: 12px;
    color: #888;
    margin-right:0;
}

.post_date-cat{
    width: 35%;
    text-align: center;
    font-size: 10px;
    display: grid;
    align-items: center; 
}

.post_title {
  max-width: 100%;
  overflow: hidden;
  font-size: 14px;
  /*font-family: serif;*/
  padding:10px;
  text-align: left;
}

.post_title a {
  display: inline-block;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}










.widget ul li a {
    text-decoration: none;
    color: #333;
    background:none;
    padding:0;
    margin-top: 0;
}

.widget ul li a:hover {
    color: #0073aa;
}




.post-navigation｛
    display: flex;
    justify-content: space-between;
｝

.post-cat {
  display: inline-block;
  padding: 2px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  margin-left: 8px;
}

/* カテゴリースラッグごとの色分け */
.cat-diary {
  background-color: #6ca0dc;
  padding: 2% 0;
  color: #fff;
}

.cat-event {
  background-color: #f6a623;
  padding: 2% 0;
  color: #fff;
}

.cat-child_school {
  background-color: #50b47b;
  padding: 2% 0;
  color: #fff;
}

.cat-for_foreigner {
  background-color: #e67e7e;
  padding: 2% 0;
  color: #fff;
}



/*--フォーム--*/
.form_inr {
    width: 70%;
    margin: 2% auto 0;
    border-collapse: collapse;
}
.contact_form {
    width: 70%;
    margin: 2% auto 0;
    border-collapse: collapse;
}
.contact_form tr {
    border:1px solid #90907f85;
}
.contact_form th {
    width: 35%;
    vertical-align: middle;
    text-align: left;
    padding: 2%;
    background: #e6dfdf;
}
.contact_form td {
    padding: 2%;
    color: rgb(111, 110, 106);
    font-family: serif;
    box-sizing: border-box;
    word-break: break-all;
    word-wrap: break-word;
}
.form_title{}

.check {
    color: red;
}
.sellect_area {
    padding: 2%;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 16px;
    color: #888;
}
.text_area {
    width: 96%;
    padding: 2%;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 16px;
}

.link{
    color:#333;
    background:none;
}

.form_btn {
    margin: 100px auto;
    width: 20%;
    background:#90907f;
    padding: 2%;
    display: block;
    text-align: center;
}
.button {
    background: none;
    color: #fff;
    border: none;
    font-size: 16px;
}


.emp{
    height:100px;
}

/* --メディアクエリ-- */


.nav-toggle,
.hamburger {display: none;}
.intro{display:block;}
.intro_sp{display:none;}
.menu-logo-in-menu{display:none;}
.sponly{display:none;}
.footer_sns{display:flex;}
.footer_sns p{margin:0 5px;}




@media screen and (max-width: 768px) {
.intro{display:none;}
.intro_sp{display:block;}
.menu-logo-in-menu{display:block;}
.sponly{display:block;}

header.fade-in {
  opacity: 1;
  transform: translateY(0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.main {
    width: 100%;
}
.main_2 {
  width: 100%;
  position: relative;
  z-index: -1;
  margin-top: 80px;
}
.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
}

.tate {
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 100px;
    height: auto;
    position: absolute;
    margin-left: 74vw !important;
    margin-top: -84vh;
    text-align: left;
}
.tate h2 {
    font-kerning: normal;
    color: #fff;
    font-weight: lighter;
    text-shadow: 1px 1px 3px #54595f;
}
  .nav-toggle {
    display: none;
  }


  .menu-header {
    display: flex;
    align-items: center;
    gap: 15px;
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 1001;
  }


  .menu-logo img {
    width: 140px;
    height: auto;
  }


  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    z-index: 11111;
  }

  .hamburger span {
    display: block;
    height: 3px;
    width: 25px;
    background: #333;
    border-radius: 3px;
    transition: all 0.3s ease;
  }


.nav-toggle:checked + .hamburger + .menu-logo + .nav-menu {
  left: 0;
}

  .nav-toggle:checked + .hamburger span:nth-child(1) {
    transform: none;
    width: 34px;
    position: absolute;
    top: -2px;
    left: -5px;
  }

  .nav-toggle:checked + .hamburger span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked + .hamburger span:nth-child(3) {
    width: 3px;
    height: 60px;
    transform: none;
    position: absolute;
    top: -18px;
    left: 11px;
  }

  .nav-menu {
    position: relative;
  }
  .nav-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background:#e6dfdf;
    z-index: 1000;
    padding-top: 80px;
    transition: left 0.4s ease;
    overflow-y: auto;
  }

  input#nav-toggle:checked ~ .nav-menu {
    left: 0;
  }

  .nav-menu ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0 30px;
    margin-top: 10%;
  }

  .nav-menu ul li {
    list-style: none;
    margin:5% 0;
  }
  


  .nav-menu ul li a {
    display: block;
    font-size: 18px;
    text-decoration: none;
    color: #333;
    padding: 0;
  }
  
  
  .menu-logo-in-menu {
  position: absolute;
  top: 10px;
  left: 60px;
  z-index: 9999;
  }

  .menu-logo-in-menu img {
    width: 160px;
    height: auto;
  }

  
.sns{
   display: flex;
   padding: 0 30px;
   margin-top: 10%;
  }
.sns p{
   margin-right:20px;
}
  
.footer_sns{
   display: flex;
   padding: 0 30px;
   margin-top:0;
  }
.footer_sns p{
   margin-right:20px;
}
  
  
  
  
  
  
  
  
  
  
  
.intro img {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    object-fit: cover;
    box-shadow:none;
}
.intro_u img {
    width: 100%;
    height: 20vh;
    margin: 0 auto;
    position: relative;
    object-fit: cover;
    box-shadow: none;
}
.intro_sp img {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    object-fit: cover;
    box-shadow:none;
}




.sp-waku {
padding:0 2%;
}

.info_list {
    width: 96%;
}
/*--投稿--*/

.info_date-cat{
    width: 100%;
    text-align: left;
}

.info_title{
    text-align:left;
}

.news-list {
    list-style: none;
    padding: 0 5%;
    border:1px solid #ccc;
}
.news-list li {
    display:block;
    padding: 5px 0;
    align-items: center;
    border-bottom:1px dotted #e6dfdf;
}
.news-date {
    color: #888;
    margin-right: 10px;
}
.news-list li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    background:none;
    margin:0;
    padding: 10px 0 0;
}
.news-list li a:hover {
    color: #0073aa;
}















.sps h1 {
    font-size: 6vw;
}
.sps_v h1 {
  font-size: 6vw;
  margin-bottom: 0;
  margin-top: 4vh;
}
.f-parent-container {
    display: block;
    width: 96%;
}
.f-left-column {
    padding-right: 0;
}
  
.f-row-1 {
    margin-bottom: 1rem;
    color: #b4c8c6;
    font-size: 4.5vw;
    font-weight: bold;
    font-family: serif;
    text-align: left;
}  
  
.f-row-2 {
    padding: 0 3% 0% 0%;
    margin-bottom: 8rem;
    font-size: 4vw;
    font-family: serif;
    text-align: justify;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1px 0vw rgba(0, 0, 0, 0.1);
    width: 96%;
}
  
  /*------*/
  
.aisa-container {
    display: block;
    max-width: fit-content;
    width: 100%;
}
.aisa-title,
.seinichi-title,
.seinichi-title1,
.seinichi-title2,
.seinichi-title3,
.seinichi-title4 {
    font-size: 4.5vw;
    margin: 0 0 4vw 0;
    position: relative;
    padding-left: 1rem;
    text-align: left;
}
.aisa-left {
    box-shadow:none;
}
.aisa-text,
.seinichi-text,
.seinichi-text1,
.seinichi-text2,
.seinichi-text3,
.seinichi-text4  {
    font-size: 4vw;
    color: #333;
    margin: 0;
    text-align: justify;
    line-height: 1.5;
    font-family: serif;
}
.seinsab,
.seinsab1,
.seinsab2,
.seinsab3,
.seinsab4 {
  font-size: 4vw;
  text-align: left;
  font-family: serif;
}
  
.seinichi-container {
    display: flex;
    width: 96%;
    flex-direction: column-reverse;
    align-items: normal;
}
.seinichi-left {
    box-shadow:none;
} 
  
  
.seinichi-container1 {
    display: flex;
    width: 96%;
    flex-direction: column;
    align-items: normal;
}
.seinichi-left1 {
    box-shadow:none;
} 
  
.seinichi-container2 {
    display: flex;
    width: 96%;
    flex-direction: column-reverse;
    align-items: normal;
}
.seinichi-left2 {
    box-shadow:none;
} 
  
.seinichi-container3 {
    display: flex;
    width: 96%;
    flex-direction: column;
    align-items: normal;
}
.seinichi-left3 {
    box-shadow:none;
}
  
.seinichi-container4 {
    display: flex;
    width: 96%;
    flex-direction: column-reverse;
    align-items: normal;
}
.seinichi-left4 {
    box-shadow:none;
}
  
  
  
  
  
  
  
  
  
  
  
  
  /*------*/
  
  
.flex-item {
    background-color: #ffffff;
    /* border: 1px solid #e3e3e3; */
    padding: 0 0 24% 0;
    flex: 1 1 200px;
    box-sizing: border-box;
}
.flex-item .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #d7d65a;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 10px;
    font-size: 4vw;
    width: 60vw;
}
 
.space{
display:none;
} 
  
  /*------*/ 
.single_container {
    width: 96%;
    margin: 0 auto;
    padding: 2%;
    display:block;
}
.article_single-post {
    width: 92%;
    margin: auto;
    padding: 0 4% 8%;
}

.sidebar {
    width: 100%;
    margin-top: 100px;
}
  
  
  
  
  /*------*/
.form_inr {
    width: 96%;
    margin: 2% auto 0;
    border-collapse: collapse;
}  
.contact_form {
    width:96%;
}
.contact_form tr {
    display: grid;
} 
  
.contact_form th {
    width: 96%;
}
.text_area {
    width: 96%;
} 
.form_btn {
    width: 60%;
}
  
  
  /*------*/
 footer {
    background: #e6dfdf;
    color: #737373;
    padding: 20px 0;
    height: 36vh;
    font-family: serif;
} 
 .footer-nav{
 display:none;
 }
  
 .info-table th {
    /* background-color: #f0f0f0; */
    font-family: serif;
    font-size: 1rem;
    width: 30%;
} 
  
  
  
  
  
  
  
  
  
  
}


