@charset "UTF-8";
/* --- Color Palette --- */
:root {
  --primary-color: #a8d8c9; /* Soft Green */
  --secondary-color: #f5e9d9; /* Soft Beige */
  --text-color: #555; /* Dark Gray */
  --heading-color: #4a4a4a; /* Slightly darker gray */
  --background-color: #fff; /* White */
  --light-background: #fdfaf6; /* Off-white / very light beige */
  --footer-background: #f8f9fa; /* Bootstrap light gray */
  --primary-hover-color: #8fcbad; /* Darker Green */
  /* --navbar-height: 70px; */ /* Navbarの高さを削除 */
}

/* --- Base Styles --- */
body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: var(--text-color);
  line-height: 1.8;
  background-color: var(--background-color);
  /* padding-topは不要になったので削除 */
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.site-title-footer,
.en-title,
.btn {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: var(--heading-color);
}

/* ヘッダータイトルは少し例外 */
.site-header .site-title {
  font-size: 2.5rem;
  line-height: 1.3;
  color: var(--heading-color);
}

.site-header .site-title .sub-title {
  font-size: 1rem;
  font-weight: 400;
  color: var(--primary-color); /* アクセントカラー */
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-hover-color);
}

/* --- Utility Class --- */
.bg-beige {
  background-color: var(--light-background);
}

/* --- Site Header Styles --- */
.site-header {
  background-color: var(--light-background); /* 薄いベージュ背景 */
  border-bottom: 3px solid var(--primary-color); /* 下にアクセントボーダー */
}

.header-catch .lead {
  color: var(--text-color);
  font-size: 1.1rem;
}

.header-catch .btn-outline-secondary {
  border-color: #ccc;
  color: var(--text-color);
}

.header-catch .btn-outline-secondary:hover {
  background-color: #eee;
  border-color: #ccc;
  color: var(--text-color);
}

/* カルーセルの調整 */
.header-slider .carousel-indicators button {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: none;
}

.header-slider .carousel-indicators .active {
  background-color: var(--primary-color);
}

.header-slider .carousel-caption {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  padding: 0.8rem 1rem;
  bottom: 1.5rem; /* 位置調整 */
}

.header-slider .carousel-caption h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.header-slider .carousel-caption p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* --- Global Navigation (画像+テキスト) --- */
.global-nav {
  /* background-color: #fff; */ /* sticky時はbg-whiteクラスをHTMLで指定 */
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.05); */ /* HTMLでshadow-smを指定 */
  /* position: sticky; top: 0; z-index: 1020; */ /* HTMLでsticky-topを指定 */
  border-bottom: 1px solid #eee;
}

.global-nav .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.8rem 1rem;
  color: var(--text-color);
  font-weight: 700;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.global-nav .nav-link:hover {
  color: var(--primary-color);
}

.global-nav .nav-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 0.5rem;
  transition: transform 0.5s ease-in-out;
  background-color: var(--secondary-color);
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 400;
  border: 2px solid transparent;
}

.global-nav .nav-link:hover .nav-icon {
  transform: rotate(360deg);
}

/* --- Section Titles --- */
.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--heading-color);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px !important; /* mb-4/5より優先させる場合 */
}

/* Aboutセクションの左寄せタイトルの下線調整 */
.section-title.text-start::after {
  left: 0;
  transform: translateX(0);
}

/* 通常の中央寄せタイトルの下線 */
.section-title.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}

.section-title::after {
  /* 下線自体 */
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: var(--primary-color);
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  /* left, transform は text-start/text-center クラスで制御 */
}

.section-title .en-title {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  color: #aaa;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* --- Calendar Styles --- */
.calendar-title {
  font-size: 1.5rem; /* h3相当 */
  color: var(--heading-color);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primary-color); /* タイトル下線 */
}

.calendar-wrapper {
  overflow: hidden; /* 角丸をiframeに適用させるため */
  border: 1px solid #eee; /* wrapperに細い線 */
}

.calendar-wrapper iframe {
  display: block; /* 余計な隙間をなくす */
  border: none !important; /* iframeのborderを強制的に消す */
  width: 100%; /* 幅を100%に */
  /* heightはiframeタグの属性で指定推奨、min-heightは保険 */
  min-height: 450px;
}

/* --- Scroll Fade-in Effect (Keep as is) --- */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

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

.fade-in-child {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition-delay: inherit;
}

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

/* --- News Section (Keep as is) --- */
#news .card {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

#news .card:hover {
  transform: translateY(-5px);
}

#news .card-title {
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 0.3rem;
}

/* --- Contact Section (Keep as is) --- */
#contact .form-control {
  border: 1px solid #ddd;
  padding: 0.8rem 1rem;
}

#contact .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.25rem rgba(168, 216, 201, 0.3);
}

#contact .form-label {
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: var(--heading-color);
}

/* --- Footer (Keep as is) --- */
.footer {
  background-color: var(--footer-background);
  color: #999;
  border-top: 1px solid #eee;
}

.footer .site-title-footer {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-color);
}

.footer p {
  margin-bottom: 0;
}

/* --- Responsive Adjustments --- */
@media (max-width: 991.98px) {
  /* large breakpoint */
  .site-header .site-title {
    font-size: 2rem; /* 少し小さく */
  }
  .header-catch {
    text-align: center; /* モバイルでは中央寄せ */
  }
  .global-nav .nav {
    flex-wrap: wrap; /* スマホでは折り返し */
    justify-content: space-around;
  }
  .global-nav .nav-item {
    width: 30%;
    margin-bottom: 0.8rem;
  }
  .global-nav .nav-icon {
    width: 50px;
    height: 50px;
  }
  .global-nav .nav-link span {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  /* medium breakpoint */
  .section-title {
    font-size: 1.6rem;
  }
  .section-title .en-title {
    font-size: 0.8rem;
  }
  /* Aboutセクションの画像をテキストの上に */
  #about-us .col-md-5 {
    /* 画像のカラム */
    text-align: center; /* 画像を中央に */
  }
  #about-us .col-md-7 {
    /* テキストのカラム */
    margin-top: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  /* small breakpoint */
  .site-header .site-title {
    font-size: 1.8rem;
  }
  .header-catch .btn-lg {
    /* ボタンを少し小さく */
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
  }
  .global-nav .nav-item {
    width: 32%;
  }
  .global-nav .nav-link {
    padding: 0.6rem 0.3rem;
  }
}/*# sourceMappingURL=style.css.map */