﻿/* =====================================
   共通レイアウト（info ページ専用）
   ===================================== */

/* ベースレイアウト */
.wrapper {
  width: 100%;
  margin: auto;
}

.whole {
  background-color: #ffffee;
}

.wrap {
  width: 90%;
  margin: auto;
}

/* ===== PC ヘッダー ===== */
.header {
  margin: auto;
  width: 80%;
  display: flex;
  align-items: flex-start;
}

.header a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header a:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}

.logo {
  margin-right: 20px;
}

.header-content {
  display: flex;
}

.address {
  padding-top: 15px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.left-column,
.right-column {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.header img {
  max-width: 100%;
  height: auto;
}

/* ===== PC グローバルナビ ===== */
nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 90%;
}

nav li {
  position: relative;
  width: 16.6%;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border-right: 1px #333 solid;
}

nav li a {
  display: block;
  padding: 5px 0;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

nav li a:hover {
  font-weight: bold;
  transform: translateY(-4px);
}

.home {
  border-left: 1px #333 solid;
}

/* ===== タイトル ===== */
.title {
  margin-top: 30px;
  padding: 30px;
  color: #fff;
  font-size: 50px;
  text-align: center;
  background-color: #16be7d;
}

/* ===== サイドボタン（PC） ===== */
.page-top,
.page-top1 {
  position: fixed;
  right: -80px;
  z-index: 1000;
  display: block;
  width: 60px;
  height: 80px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.page-top img,
.page-top1 img {
  width: 100%;
  height: auto;
  display: block;
}

.page-top1 {
  bottom: 420px;
  z-index: 1001;
}

.page-top {
  bottom: 200px;
}

.is-active {
  opacity: 1;
  visibility: visible;
}

.page-top.is-active,
.page-top1.is-active {
  right: -2px;
}

.page-top:hover,
.page-top1:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ===== フッター（PC） ===== */
.foot {
  background-color: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}

.bottom1 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.bottom1 a {
  display: inline-block;
  transition: all 0.3s ease;
}

.bottom1 a:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}

.last {
  display: flex;
  width: 80%;
  margin: auto;
}

.left-items,
.right-items {
  display: flex;
  flex-direction: column;
  width: 50%;
  text-align: center;
}

.left-items {
  gap: 20px;
  padding-top: 40px;
}

.right-items {
  gap: 30px;
  padding-bottom: 50px;
}

.bottom-address {
  font-size: 25px;
}

.last a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.last a:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}

.foot-nav {
  width: 80%;
  margin: auto;
  padding: 20px 0;
}

.foot-nav ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.foot-nav li a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.foot-nav li a:hover {
  font-weight: bold;
  transform: translateY(-4px);
}

.leg {
  text-align: center;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* =====================================
   予約ブロック（info ページ固有）
   ===================================== */

.reserve-section {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
  padding-bottom: 0;
}

.reserve-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  color: #0F7F60;
  font-weight: bold;
  text-align: center; 
  padding-top:80px;
}

.reserve-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.reserve-box h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
}

.reserve-text {
  color: #555;
  font-size: 16px;
  margin-bottom: 15px;
}

/* ボタン共通 */
.reserve-btn {
 display: inline-block; 
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  font-size: 20px;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

/* 電話ボタン */
.tel-btn {
  background: #ff8a65;
  color: #fff;
}
.tel-btn:hover {
  background: #ff7043;
}

/* Web予約ボタン（青） */
.reserve-link {
  background: #1976d2;
  color: #fff;
}
.reserve-link:hover {
  background: #1155a3;
}

/* LINEボタン */
.line-btn {
  background: #06C755;
  color: #fff;
}
.line-btn:hover {
  background: #04a746;
}

/* Instagramボタン */
.insta-btn {
  background: #e1306c;
  color: #fff;
}
.insta-btn:hover {
  background: #c2185b;
}


/* 注意書き */
.reserve-note {
  margin-top: 10px;
  font-size: 13px;
  color: #777;
}

/* 一番下のボックスに余白＆重なり対策 */
.reserve-box:last-child {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}

/* 背景色を見せるためのスペース */

/* =====================================
   説明文・Instagramリールエリア
   ===================================== */

/* 説明文 */
.info-description {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  text-align: center;
  max-width: 800px;         
  margin: 40px auto 30px;   
}

/* リール全体ブロック */


/* 背景を全幅に広げる枠 */
.info-reels {
  width: 100%;
  background-image: url("../image/green.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0; /* 好みで調整 */
}

/* 中身を中央に寄せるラッパー（PC用幅） */
.info-reels-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.info-reels-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0F7F60;
  padding-top:80px;
}

/* 2本のリールを横に並べる（PC） */
.info-reels .reel-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

/* 各リールのサイズ（PC） */
.info-reels .reel-item {
  flex: 1 1 50%;
  max-width: 420px;
  margin: 0 auto;
}

/* Instagram埋め込み本体の幅調整 */
.info-reels .instagram-media {
  width: 100% !important;
  max-width: 420px !important;
  margin: 0 auto !important;
}

/* =====================================
   モバイルレイアウト（768px 以下）
   ===================================== */
@media screen and (max-width: 768px) {

  /* 全体 */
  html,
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  .wrapper,
  .whole,
  .wrap {
    width: 100%;
    margin: 0 auto;
  }

  /* 固定ヘッダー */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .whole {
    margin-top: 70px;
  }

  .logo img {
    height: 70px;
    width: auto;
  }

  /* PC用メニュー非表示 */
  nav,
  .header-content {
    display: none;
  }

  /* ハンバーガー */
  .hamburger {
    display: block;
    width: 40px;
    height: 28px;
    cursor: pointer;
  }

  .hamburger span {
    display: block;
    height: 3px;
    background: #16be7d;
    margin: 6px 0;
    border-radius: 2px;
    transition: 0.3s;
  }

  .hamburger.open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  /* モバイルメニュー */
  .mobile-menu {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 70px);
    background: #fff;
    z-index: 2000;
    overflow-y: auto;
    padding: 10px 0 20px;
    transform: translateY(-20%);
    opacity: 0;
    transition: 0.6s ease-out;
  }

  .mobile-menu.show {
    display: block;
    transform: translateY(0);
    opacity: 1;
  }

  .mobile-menu .menu-links {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
  }

  .mobile-menu .menu-links li {
    border-top: 1px solid #b4d9c7;
    opacity: 0;
    transform: translateY(-12px);
    transition: 0.45s ease-out;
  }

  .mobile-menu .menu-links li:last-child {
    border-bottom: 1px solid #b4d9c7;
  }

  .mobile-menu.show .menu-links li {
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-menu .menu-links a {
    display: block;
    padding: 14px 0;
    font-size: 16px;
    background: #e3f6ec;
    color: #0f6f45;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
  }

  .mobile-menu .menu-footer {
    text-align: center;
    padding-bottom: 0;
  }

  .mobile-menu .menu-tel img {
    width: 180px;
    margin-top: 10px;
  }

  .mobile-menu .menu-address {
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 1.6;
    padding: 0 20px;
  }

  .mobile-menu .menu-time img {
    width: 300px;
    margin: 15px auto 0;
  }

  /* モバイルタイトル */
  .title {
    font-size: 28px;
    text-align: center;
    margin-top: 70px;
    padding: 16px 10px;
    background-color: #16be7d;
    color: #fff;
  }

  /* 予約ブロック調整 */
  .reserve-section {
    width: 90%;
    margin: 30px auto 0;
  }

  .reserve-title {
    font-size: 26px;
  }

  .reserve-box h3 {
    font-size: 20px;
  }

  .reserve-btn {
    width: 100%;
    font-size: 18px;
  }

  .reserve-note {
    font-size: 12px;
  }

  /* 説明文 */
.info-description {
    font-size: 16px;
  }
  /* リールタイトルのスマホ最適化 */
.info-reels-title {
    max-width: 360px !important;  /* ← 強制的に360pxにする */
    width: 90%;
    margin: 0 auto; 
    padding:30px 0;              /* ← 中央寄せ */
    text-align: center;
    word-break: keep-all;
    font-size:14px;
  }
  /* リールは縦並び＋中央揃え */
  .info-reels .reel-grid {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .info-reels .reel-item {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }

  .info-reels .instagram-media {
    max-width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* フッター（SP） */
  .foot {
    padding: 10px;
    text-align: center;
  }

  .bottom1 img {
    height: 100px;
    width: auto;
  }

  .last {
    flex-direction: column;
    align-items: center;
  }

  .left-items,
  .right-items {
    width: 100%;
    gap: 10px;
  }

  .telephon img,
  .business-hour img,
  .reservation img {
    width: 280px;
    margin-top: 10px;
  }

  .bottom-address a {
    font-size: 13px;
    color: #333;
  }

  .foot-nav {
    display: none;
  }

  .leg {
    margin-top: 24px;
    font-size: 11px;
  }

}

/* PC ではハンバーガー＆モバイルメニュー非表示 */
@media screen and (min-width: 769px) {
  .hamburger,
  .mobile-menu {
    display: none !important;
  }
}


/* PC版：予約ボックスを中央に揃える */
@media screen and (min-width: 769px) {

  .reserve-section {
    max-width: 700px;   /* ← PCでの中央寄せ幅（調整OK） */
    margin: 0 auto;     /* ← 中央揃えの決め手 */
  }

  .reserve-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; /* ← 中の文字＆ボタンも中央に */
  }

  /* PC版：ボタンを横に広げて見やすくする */
.reserve-btn {
  display: block;
  width: 70%;          /* ← ボタン幅（お好みで 50〜80% に調整可） */
  max-width: 500px;    /* ← 横に伸びすぎないための上限 */
  margin: 15px auto 0; /* ← 中央寄せ & 余白 */
  padding: 15px 0;     /* ← ボタン内の上下余白を増やす */
  font-size: 22px;     /* ← PC では少し大きい方が見やすい */
}

}
/* ===== スマホ用：サイドボタンの位置を下げる ===== */
@media screen and (max-width: 768px) {

  .page-top1 {
    bottom: 250px;   /* ← 予約ボタン（下げる） */
  }

  .page-top {
    bottom: 30px;    /* ← TOPへ（下げる） */
  }

}
