@charset "UTF-8";

/* 共通ベース設定
-----------------------------*/
html {
  font-size: 100%;
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  color: #333;
  caret-color: transparent;
  user-select: none;
  pointer-events: auto;
  padding-top: 29vh; 
}
body.no-scroll {
  overflow: hidden;
  padding-top: 0 !important;
}

a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
* {
  box-sizing: border-box;
}


/* HEADER：ヘッダー全体
-----------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 28vh;
  padding: 25px 0 0 25px;
  background-color: #fefefe;
  border-bottom: 1px solid #e5e3df;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: -20px;
}
.header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 40px;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
.logo img {
  height: 40px;
  max-width: 160px;
  width: auto;
  display: block;
}
.header-info {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-top: 10px;
  color: #444;
}
.header-info i {
  margin-right: 6px;
  color: #009fe9;
}
.header-info a {
  color: inherit;
  text-decoration: none;
}

/* ハンバーガー＆ナビゲーション関連 */
.nav-icon {
  width: 64px;
  height: 40px;
  margin-bottom: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  object-fit: contain;
}
.main-nav {
  display: flex;
  gap: 24px;
  margin-left: auto;
  margin-top: 5px;
}
.main-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 0.8rem;
}
.main-nav span {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #333;
  transition: color 0.3s ease;
}
.main-nav a:hover span {
  color: #009fe9;
}
a:hover .nav-icon {
  transform: rotate(-2deg); 
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.hamburger-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 24px;
  gap: 17px;
  cursor: pointer;
}
.hamburger {
  width: 36px;
  height: 36px;
  padding: 0;
  margin-top:10px;
  margin-left: -20px;
  margin-bottom: -15px;
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hamburger i {
  font-size: 36px;
  color: #333;
  transition: all 0.3s ease;
}
.menu-label {
  font-size: 1rem;
  font-weight: bold;
  margin-right: 18px;
  margin-top: 0;
  color: #333;
  transition: color 0.3s ease;
}
.hamburger-area:hover .menu-label {
  color: #009fe9;
}
.hamburger-area:hover .hamburger i {
  color: #009fe9;
}
.no-scroll {
  overflow: hidden;
}


/* オーバーレイ全体 */
/* 閉じるボタン */
#closeMenu {
  position: absolute;
  top: 20px; right: 20px;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease;
}
#closeMenu i {
  font-size: 48px;
}
#closeMenu:hover {
  transform: scale(1.1);
  color: #f9fab0;
}
.close-btn:hover {
  transform: rotate(90deg);
  color: #f9fab0;
}

/* メニュー：3列グリッド */
.overlay-nav {
  position: fixed;
  max-width: none;        /* ← 制限をなくす */
  padding: 0;             /* ← 内側の余白をリセット */
  margin: 0;              /* ← 必要なら margin も消す */
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 159, 233, 0.96); 
  display: none;
  z-index: 9999;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.4s ease;
  border-top: 1px solid rgba(0, 159, 233, 0.15);
  border-bottom: 1px solid rgba(0, 159, 233, 0.15);
}

.overlay-nav.open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  opacity: 1;
}

.overlay-nav .menu-columns-3 {
  display: flex;
  gap: 100px;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-top: 60px;
}

.overlay-nav .column {
  min-width: 200px;
}

.overlay-nav .column-inner {
  display: flex;
  flex-direction: column;
  padding: 0;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  margin: 0;
}

/*---info--*/
.info-box {
  background-color: #ffffff;   /* ← 薄い黄色系（コーンシルク） */
  border-radius: 8px;          /* ← 角をやさしく丸く */
  padding: 16px;               /* ← 中の余白を広げて読みやすく */
  border: 1px solid #ffffff;   /* ← 薄めの枠で引き締め効果も */
}
.info-box h3 {
  color: #009fe9; /* ← ブラウン系で信頼感と温もりを演出 */
  font-size: 1.3rem;
  font-weight: 600;
}
.info-box p {
  color: #009fe9; /* ← ブラウン系で信頼感と温もりを演出 */
}




/* 各メニュー項目（上下線あり・枠なし） */
.overlay-nav .column-inner li {
  border-top: 0.6px solid rgba(255, 255, 255, 0.8);  /* ← 白色（やや薄め） */
  border-bottom: 0.6px solid rgba(255, 255, 255, 0.8);
  padding: 1em 0;
  font-size: 1.1rem;
  color: #333;
  background: none;
  box-shadow: none;
  border-radius: 0;
  text-align: left;
  transition: background-color 0.3s ease;
  min-width: 220px;  /* ← 各項目の最小幅を指定（必要に応じて調整） */
}

/* リンクと矢印 */
.overlay-nav .column-inner li a {
  display: flex;             
  padding: 12px 24px;         /* ← 上下左右にゆったりとした余白を追加*/
  justify-content: space-between; /* 左右に配置 */
  align-items: center;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transform: none;
}

/* 矢印（右寄せ） */
.overlay-nav .arrow {
  color: #fff;
  font-size: 1rem;
  margin-left: 50px;  /* ← 少しだけスペースを足す */
  flex-shrink: 0; /* 矢印が縮まないように */
}
/* 🧵 カーソル乗った時に矢印だけがふわっと動く */
.overlay-nav .column-inner li a:hover .arrow {
  transform: translateX(4px);
}
.overlay-nav .column-inner li a:hover {
  color: #f0f0f0; 
  background-color: transparent; /* ← 背景もそのまま */
}

/* インフォメーション枠 */
.overlay-nav .info-box {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 1em;
  color: #333;
}
.overlay-nav .info-box p {
  margin: 6px 0;
}




/* HOME トップセクション：背景画像と高さ調整
-----------------------------*/

.home-content{
    text-align: center;
    margin-top: 8%;
}
.home-content p{
    font-size: 1.55rem;
    margin: 10px 0 42px;
}
/* 見出し */
.page-title{
    font-size: 3rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
}


.big-bg {
  background-size: contain;
  background-position: center 50px; /* 下方向に少しずらす */
  background-repeat: no-repeat;
}
#home {
  background-image: url(../images/main-bg.jpg);
  min-height: 200vh; /* スクロールさせる高さ確保 */
}



/* Features：できること
-----------------------------*/
#features-intro {
  margin: 50px 0 120px;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  text-align: center;
}
.section-title {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #2e2e2e;
  padding-bottom: 6px;
  margin-bottom: 30px;
}
.features-intro-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.7;
}
.features-intro-content p {
  font-size: 1.4rem;
  line-height: 1.7;
}

/* Hoverヒント */
.section-wrap-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.3s ease;
}
.section-wrap-link:hover {
  background-color: #f5f0ef;
  cursor: pointer;
}
.hover-hint-wrap {
  margin-top: 40px;
}
.hover-hint {
  opacity: 0;
  font-size: 1.05rem;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 30px;
  border: 1px solid #f1f16b;
  background-color: #f1f16b;
  transition: opacity 0.3s ease;
  max-width: fit-content;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.section-wrap-link:hover .hover-hint {
  opacity: 1;
}
.floating-question {
  position: absolute;
  top: 0;
  left: 100%;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  pointer-events: none;
  animation: floatQuestion 8s linear infinite;
}
@keyframes floatQuestion {
  0% { transform: translateX(0); }
  100% { transform: translateX(-200vw); }
}



/* Service：サービスカード
-----------------------------*/
#service {
  margin: 100px 0 120px;
  text-align: center;
}
#service .bg {
  padding: 40px 24px;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 16px;
}
#service .slide {
  flex: 1 1 400px;
  min-width: 500px;
  background-color: #009fe9;
  border-radius: 10px;
  padding: 1.2rem 1rem;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
#service .slide:hover {
  background-color: #23d859;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
#kura-icon {
  width: 180px;
  display: block;
}
#dentaku-icon {
  width: 150px;
  height: auto;
  display: block;
}
.content-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
}
.text-block {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
}
.text-block .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
.text-block .text {
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.6;
}
.slide:hover .text-block .text {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* News：お知らせ
-----------------------------*/
#news {
  margin-top: 0.5rem;     /* ← さらに余白を縮めて密度感UP */
  margin-bottom: 4rem;  /* ← 下はそのまま“余韻”を保つ */
}


.section-title-wrapper {
  text-align: center;
}
#news .section-title {
  font-size: 2rem;
  display: inline-block;
  border-bottom: 2px solid #2e2e2e;
  padding-bottom: 6px;
  margin-bottom: 50px;
}
.news-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
}
.news-list .item a {
  padding: 12px 16px;
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
}
.news-list .item:first-child a {
  border-top: 1px solid #CCC;
}
.news-list .item .date {
  font-size: 16px;
  min-width: 200px;
  color: #999;
  padding: 0 20px 0 0;
  margin: 8px 0;
}
.news-list .item .title {
  font-size: 14px;
  margin: 12px 0;
}
.news-list .item a:hover .title {
  color: rgb(248, 168, 24);
}


/* Access：マップ・店舗情報
-----------------------------*/
#access {
  padding: 3px 3%;
  background-color: #f5f5f5;
  margin-top: 0;
}
.access-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 20px;
}
.info {
  flex: 1 1 45%;
  min-width: 250px;
  font-size: 1rem;
  color: #333;
  margin: 30px 0 0 80px;
}
.info h3 {
  font-size: 25px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 3px;
}
.info p {
  font-size: 18px;
  margin: 2px 0;
}
.map {
  flex: 0 0 450px;
  height: 290px;
  margin: 20px 50px 0 0;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}


/* Footer：フッター全体
-----------------------------*/
footer {
  background-color: #ececed;
  text-align: center;
  padding: 23px 0;
}
footer p {
  color: #222323;
  font-size: 0.875rem;
}
#footer a {
  font-size: 0.75rem;
}
#footer .inner .title {
  font-size: 0.9375rem;
}
#footer .inner > li {
  width: 50%;
}
#footer .inner > li:nth-child(1),
#footer .inner > li:nth-child(2) {
  margin-bottom: 30px;
}

/* 汎用ユーティリティ・装飾
-----------------------------*/
.sub-title {
  font-size: 1.375rem;
  padding: 0 8px 8px;
  border-bottom: 2px #0bd solid;
  font-weight: normal;
}
aside p {
  padding: 12px 10px;
}
.sub-menu {
  margin-bottom: 60px;
  list-style: none;
}
.sub-menu li {
  border-bottom: 1px #0ddd solid;
}
.sub-menu a {
  color: #432;
  padding: 10px;
  display: block;
}
.sub-menu a:hover {
  color: #0bd;
}




