/**
Theme Name: astra-kotori-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-kotori-child
Template: astra
*/

/* =========================================
   湖鳥｜Base Settings
========================================= */

html {
  scroll-behavior: smooth;
}

body {
  color: #1f2a2e;
  background: #fff;
}

/* 画像のはみ出し防止 */
img {
  max-width: 100%;
  height: auto;
}

/* PCメニュー */
.ast-builder-menu-1 .menu-link {
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 500;

  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.55),
    0 4px 18px rgba(0, 0, 0, 0.45);
}

/* ロゴ */
.site-title a {
  color: #fff !important;

  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.55),
    0 4px 18px rgba(0, 0, 0, 0.45);
}

/* SPサイトタイトル */
@media (max-width: 544px) {
  #ast-mobile-header .site-title a {
    font-size: 0;
    line-height: 1.2;
    display: inline-block;
    text-decoration: none;
  }

  #ast-mobile-header .site-title a::before {
    content: "湖鳥";
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.06em;
  }

  #ast-mobile-header .site-title a::after {
    content: "Kotori";
    display: block;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 2px;
    letter-spacing: 0.14em;
  }

  #ast-mobile-header .site-title a::before,
  #ast-mobile-header .site-title a::after {
    text-shadow:
      0 1px 3px rgba(0, 0, 0, 0.65),
      0 0 8px rgba(0, 0, 0, 0.35);
  }
}

/* SPハンバーガー */
.ast-mobile-menu-trigger-minimal,
.ast-mobile-menu-trigger-minimal svg,
.ast-button-wrap .menu-toggle {
  color: #fff !important;
  fill: #fff !important;
}

/* TOP Hero：メインコピー下の余白調整 */
.kotori-hero-copy-main {
  margin-bottom: 1.6em !important;
}

/* SP TOP Hero：メインコピー下の余白調整 */
@media (max-width: 544px) {
  .kotori-hero-copy-main {
    margin-bottom: 0.65em !important;
  }
}

/* SP TOP Hero：コピーの視認性調整 */
@media (max-width: 544px) {
  .entry-content .kotori-hero-copy-sp .kotori-hero-copy-main,
  .entry-content .kotori-hero-copy-sp .kotori-hero-copy-sub,
  .entry-content .kotori-hero-copy-sp .kotori-hero-copy p {
    color: #fff !important;
    text-shadow:
      0 2px 4px rgba(0, 0, 0, 0.85),
      0 4px 12px rgba(0, 0, 0, 0.75),
      0 0 28px rgba(0, 0, 0, 0.6) !important;
  }

  .entry-content .kotori-hero-copy-sp .kotori-hero-copy-main {
    margin-bottom: 0.65em !important;
  }
}

/* =========================================
   湖鳥｜SP Transparent Header Fix
========================================= */

@media (max-width: 768px) {
  .home .site-header,
  .home .ast-mobile-header-wrap,
  .home .main-header-bar,
  .home .ast-primary-header-bar,
  .home .ast-builder-grid-row,
  .home .site-header-section,
  .home .site-primary-header-wrap {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  .home .site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
/* =========================================
   湖鳥｜Hero Display Switch
========================================= */

/* 初期状態：PC用表示、SP用非表示 */
.hero-pc {
  display: block;
}

.hero-sp {
  display: none;
}

/* SP表示切り替え */
@media (max-width: 768px) {
  .hero-pc {
    display: none;
  }

  .hero-sp {
    display: block;
  }
}

.hero-about-pc {
  display: block;
}

.hero-about-sp {
  display: none;
}

@media (max-width: 768px) {
  .hero-about-pc {
    display: none;
  }

  .hero-about-sp {
    display: block;
  }
}

/* =========================================
   湖鳥｜Hero Text
========================================= */

.kotori-hero-copy {
  color: #fff !important;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.55),
    0 4px 18px rgba(0, 0, 0, 0.45),
    0 0 28px rgba(0, 0, 0, 0.25);

  line-height: 1.9;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.kotori-hero-copy p,
.kotori-hero-copy-main,
.kotori-hero-copy-sub {
  color: #fff !important;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.55),
    0 4px 18px rgba(0, 0, 0, 0.45),
    0 0 28px rgba(0, 0, 0, 0.25);
}

.kotori-hero-copy-main {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.8;
}

.kotori-hero-copy-sub {
  margin-top: 1.4em;
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  line-height: 2;
}

/* SP時の文字調整 */
@media (max-width: 768px) {
  .kotori-hero-copy {
    max-width: 86%;
    letter-spacing: 0.06em;
  }

  .kotori-hero-copy-main {
    font-size: 1.55rem;
    line-height: 1.7;
  }

  .kotori-hero-copy-sub {
    font-size: 0.88rem;
    line-height: 1.8;
  }
  .kotori-hero-copy-sp .kotori-hero-copy-main {
    font-size: 1.85rem;
    line-height: 1.65;
  }

  .kotori-hero-copy-sp .kotori-hero-copy-sub {
    font-size: 1rem;
    line-height: 1.8;
  }

  .kotori-hero-copy-sp,
  .kotori-hero-copy-sp p {
    text-shadow:
      0 2px 8px rgba(0, 0, 0, 0.75),
      0 5px 20px rgba(0, 0, 0, 0.55),
      0 0 34px rgba(0, 0, 0, 0.38) !important;
  }

  .hero-sp .wp-block-cover__inner-container {
    padding-top: 72px;
  }

  .kotori-hero-copy-sp .kotori-hero-copy-sub {
    font-size: 0.92rem;
  }
}

@media (max-width: 768px) {
  .hero-sp {
    aspect-ratio: 4 / 5;
    min-height: auto !important;
  }

  .hero-sp .wp-block-cover__image-background {
    object-fit: contain !important;
    object-position: center center !important;
  }
}

@media (max-width: 768px) {
  .hero-sp.wp-block-cover {
    width: 100%;
    aspect-ratio: 4 / 5 !important;
    min-height: unset !important;
    height: auto !important;
  }

  .hero-sp.wp-block-cover img.wp-block-cover__image-background {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

/* =========================================
   湖鳥｜Why Section
========================================= */

.kotori-why-section {
  padding: 120px 24px;
  background: #f7f5ef;
}

.kotori-why-inner {
  max-width: 860px;
  margin: 0 auto;
}

.kotori-section-label {
  margin-bottom: 24px;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: #7b8582;
  text-transform: uppercase;
}

.kotori-why-section h2 {
  margin-bottom: 42px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #1f2a2e;
}

.kotori-why-lead {
  margin-bottom: 48px;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 2.1;
  letter-spacing: 0.06em;
  color: #2f3b3f;
}

.kotori-why-text p {
  margin-bottom: 2em;
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #3d4648;
}

.kotori-why-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .kotori-why-section {
    padding: 88px 22px;
  }

  .kotori-why-section h2 {
    margin-bottom: 32px;
    font-size: 1.65rem;
  }

  .kotori-why-lead {
    margin-bottom: 38px;
    font-size: 1.05rem;
    line-height: 2;
  }

  .kotori-why-text p {
    font-size: 0.96rem;
    line-height: 2.05;
  }
}

/* =========================================
   湖鳥｜Why Grid
========================================= */

.kotori-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.kotori-why-video video {
  width: 100%;
  display: block;
  border-radius: 2px;
}

@media (max-width: 768px) {
  .kotori-why-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

/* =========================================
   湖鳥｜Place Section
========================================= */

.kotori-place-section {
  padding: 140px 24px;
  background: #ffffff;
}

.kotori-place-inner {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 72px;
  align-items: center;
}

.kotori-place-section h2 {
  margin-bottom: 42px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #1f2a2e;
}

.kotori-place-lead {
  margin-bottom: 46px;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  line-height: 2.05;
  letter-spacing: 0.06em;
  color: #2f3b3f;
}

.kotori-place-text p {
  margin-bottom: 2em;
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #3d4648;
}

.kotori-place-text p:last-child {
  margin-bottom: 0;
}

.kotori-place-visual {
  max-width: 360px;
  justify-self: center;
}

.kotori-place-visual img {
  width: 100%;
  display: block;
  border-radius: 2px;
  object-fit: cover;
}

.kotori-place-visual video {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: block;
  object-fit: cover;
  border-radius: 2px;
}

@media (max-width: 768px) {
  .kotori-place-section {
    padding: 92px 22px;
  }

  .kotori-place-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .kotori-place-content {
    order: 2;
  }

  .kotori-place-visual {
    order: 1;
    max-width: 78%;
    margin: 0 auto;
  }

  .kotori-place-visual video {
    aspect-ratio: 9 / 13;
    object-fit: cover;
  }

  .kotori-place-section h2 {
    margin-bottom: 32px;
    font-size: 1.65rem;
  }

  .kotori-place-lead {
    margin-bottom: 38px;
    font-size: 1.05rem;
    line-height: 2;
  }

  .kotori-place-text p {
    font-size: 0.96rem;
    line-height: 2.05;
  }
}

/* =========================================
   湖鳥｜Experience Section
========================================= */

.kotori-experience-section {
  padding: 140px 24px;
  background: #f7f5ef;
}

.kotori-experience-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 88px;
  align-items: center;
}

.kotori-experience-video video {
  width: 100%;
  display: block;
  border-radius: 2px;
  object-fit: cover;
}

.kotori-experience-section h2 {
  margin-bottom: 42px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #1f2a2e;
}

.kotori-experience-lead {
  margin-bottom: 46px;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  line-height: 2.05;
  letter-spacing: 0.06em;
  color: #2f3b3f;
}

.kotori-experience-text p {
  margin-bottom: 2em;
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #3d4648;
}

.kotori-experience-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .kotori-experience-section {
    padding: 92px 22px;
  }

  .kotori-experience-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .kotori-experience-section h2 {
    margin-bottom: 32px;
    font-size: 1.65rem;
  }

  .kotori-experience-lead {
    margin-bottom: 36px;
    font-size: 1.05rem;
    line-height: 2;
  }

  .kotori-experience-text p {
    font-size: 0.96rem;
    line-height: 2.05;
  }
}

/* =========================================
   湖鳥｜Ring Section
========================================= */

.kotori-ring-section {
  padding: 140px 24px;
  background: #ffffff;
}

.kotori-ring-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 88px;
  align-items: center;
}

.kotori-ring-visual img {
  width: 100%;
  display: block;
  border-radius: 2px;
  object-fit: cover;
}

.kotori-ring-section h2 {
  margin-bottom: 42px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  white-space: nowrap;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #1f2a2e;
}

.kotori-ring-lead {
  margin-bottom: 46px;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  line-height: 2.05;
  letter-spacing: 0.06em;
  color: #2f3b3f;
}

.kotori-ring-text p {
  margin-bottom: 2em;
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #3d4648;
}

.kotori-ring-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .kotori-ring-section {
    padding: 92px 22px;
  }

  .kotori-ring-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .kotori-ring-visual {
    order: 1;
  }

  .kotori-ring-content {
    order: 2;
  }

  .kotori-ring-section h2 {
    margin-bottom: 32px;
    white-space: normal;
    font-size: 1.65rem;
  }

  .kotori-ring-lead {
    margin-bottom: 36px;
    font-size: 1.05rem;
    line-height: 2;
  }

  .kotori-ring-text p {
    font-size: 0.96rem;
    line-height: 2.05;
  }
}

/* =========================================
   湖鳥｜Future Section
========================================= */

.kotori-future-section {
  padding: 140px 24px;
  background: #f7f5ef;
}

.kotori-future-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 88px;
  align-items: center;
}

.kotori-future-visual img {
  width: 100%;
  display: block;
  border-radius: 2px;
  object-fit: cover;
}

.kotori-future-section h2 {
  margin-bottom: 42px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #1f2a2e;
}

.kotori-future-text p {
  margin-bottom: 2em;
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #3d4648;
}

.kotori-future-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .kotori-future-section {
    padding: 92px 22px;
  }

  .kotori-future-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .kotori-future-visual {
    order: 1;
  }

  .kotori-future-content {
    order: 2;
  }

  .kotori-future-section h2 {
    margin-bottom: 32px;
    font-size: 1.95rem;
    line-height: 1.7;
  }

  .kotori-future-text p {
    font-size: 0.96rem;
    line-height: 2.05;
  }
}

/* =========================================
   湖鳥｜FAQ Section
========================================= */

.kotori-faq-section {
  padding: 140px 24px;
  background: #ffffff;
}

.kotori-faq-inner {
  max-width: 880px;
  margin: 0 auto;
}

.kotori-faq-section h2 {
  margin-bottom: 72px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #1f2a2e;
}

.kotori-faq-list {
  border-top: 1px solid rgba(31, 42, 46, 0.12);
}

.kotori-faq-item {
  border-bottom: 1px solid rgba(31, 42, 46, 0.12);
}

.kotori-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 30px 0;
  font-size: 1.02rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #1f2a2e;
  position: relative;
}

.kotori-faq-item summary::-webkit-details-marker {
  display: none;
}

.kotori-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: #7b8582;
}

.kotori-faq-item[open] summary::after {
  content: "−";
}

.kotori-faq-item p {
  padding: 0 0 30px;
  margin: 0;
  font-size: 0.98rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #3d4648;
}

@media (max-width: 768px) {
  .kotori-faq-section {
    padding: 92px 22px;
  }

  .kotori-faq-section h2 {
    margin-bottom: 52px;
    font-size: 1.65rem;
  }

  .kotori-faq-item summary {
    padding: 24px 0;
    font-size: 0.96rem;
    line-height: 1.9;
  }

  .kotori-faq-item p {
    padding-bottom: 24px;
    font-size: 0.92rem;
    line-height: 2;
  }
}

/* =========================================
   湖鳥｜Assurance Section
========================================= */

.kotori-assurance-section {
  padding: 45px 24px;
  background: #ffffff;
}

.kotori-assurance-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.kotori-assurance-item {
  margin-bottom: 44px;
}

.kotori-assurance-item:last-child {
  margin-bottom: 0;
}

.kotori-assurance-item p {
  margin: 0 0 0.6em;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #3d4648;
}

.kotori-assurance-item p:first-child {
  color: #1f2a2e;
  font-size: 1.1rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .kotori-assurance-section {
    padding: 76px 22px;
  }

  .kotori-assurance-item {
    margin-bottom: 28px;
  }

  .kotori-assurance-item p {
    font-size: 0.94rem;
    line-height: 1.95;
  }

  .kotori-assurance-item p:first-child {
    font-size: 1.08rem;
    line-height: 1.9;
    font-weight: 500;
  }

  .kotori-assurance-item p:last-child {
    font-size: 0.95rem;
    line-height: 1.9;
  }
}

.kotori-sub-cta {
  display: inline-block;
  margin-top: 24px;
  font-size: 0.92rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #3d4648;
  text-decoration: none;
  border-bottom: 1px solid rgba(61, 70, 72, 0.35);
}

.kotori-sub-cta:hover {
  border-bottom-color: rgba(61, 70, 72, 0.75);
}

.kotori-final-sub {
  margin-top: 22px;
  text-align: center;
}

.kotori-sub-cta {
  display: inline-block;
  font-size: 0.92rem;
  margin-top: 24px;
  margin-bottom: 80px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #3d4648;
  text-decoration: none;
  border-bottom: 1px solid rgba(61, 70, 72, 0.35);
}

.kotori-sub-cta:hover {
  border-bottom-color: rgba(61, 70, 72, 0.75);
}

/* =========================================
   湖鳥｜Final CTA
========================================= */

.kotori-final-section {
  padding: 120px 24px 140px;
  background: #f7f5ef;
  text-align: center;
}

.kotori-final-inner {
  max-width: 760px;
  margin: 0 auto;
}

.kotori-final-section h2 {
  margin-bottom: 42px;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #1f2a2e;
}

.kotori-final-text {
  margin-bottom: 52px;
}

.kotori-final-text p {
  margin-bottom: 1.8em;
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #3d4648;
}

.kotori-final-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.kotori-final-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 16px 28px;
  border: 1px solid rgba(31, 42, 46, 0.18);
  text-decoration: none;
  color: #1f2a2e;
  background: rgba(255, 255, 255, 0.65);
  transition: all 0.25s ease;
  letter-spacing: 0.06em;
  font-size: 0.95rem;
}

.kotori-final-btn:hover {
  background: #ffffff;
  border-color: rgba(31, 42, 46, 0.35);
}

.kotori-final-btn-sub {
  background: transparent;
}

@media (max-width: 768px) {
  .kotori-final-section {
    padding: 92px 22px;
  }

  .kotori-final-section h2 {
    margin-bottom: 34px;
    font-size: 1.8rem;
  }

  .kotori-final-text {
    margin-bottom: 42px;
  }

  .kotori-final-text p {
    font-size: 0.95rem;
    line-height: 2.05;
  }

  .kotori-final-buttons {
    gap: 14px;
  }

  .kotori-final-btn {
    width: 100%;
    min-width: auto;
  }
}

/* =========================================
   湖鳥｜Vertical Video Size Unify
========================================= */

.kotori-why-video,
.kotori-experience-video,
.kotori-ring-visual,
.kotori-future-visual {
  width: 100%;
  max-width: 340px;
  justify-self: center;
}

.kotori-why-video video,
.kotori-experience-video video,
.kotori-ring-visual video,
.kotori-future-visual video {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: block;
  object-fit: cover;
  border-radius: 2px;
}

/* 画像を使う場合も動画と近い見え方に寄せる */
.kotori-ring-visual img,
.kotori-future-visual img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 2px;
}

@media (max-width: 768px) {
  .kotori-why-video,
  .kotori-experience-video,
  .kotori-ring-visual,
  .kotori-future-visual {
    max-width: 76vw;
    margin: 0 auto;
  }
}

/* =========================================
   湖鳥｜SP Visual Size Final Override
========================================= */

@media (max-width: 768px) {
  .kotori-why-video,
  .kotori-place-visual,
  .kotori-experience-video,
  .kotori-ring-visual,
  .kotori-future-visual {
    width: 76vw !important;
    max-width: 300px !important;
    margin: 0 auto !important;
    justify-self: center !important;
  }

  .kotori-why-video video,
  .kotori-place-visual video,
  .kotori-experience-video video,
  .kotori-ring-visual video,
  .kotori-future-visual video,
  .kotori-place-visual img,
  .kotori-ring-visual img,
  .kotori-future-visual img {
    width: 100% !important;
    aspect-ratio: 9 / 16 !important;
    height: auto !important;
    object-fit: cover !important;
    display: block !important;
  }
}

/* =========================================
   湖鳥｜footer
========================================= */

.kotori-footer {
  padding: 88px 24px 56px;
  background: #f7f5ef;
  text-align: center;
}

.kotori-footer-logo {
  margin-bottom: 28px;
  font-size: 1.25rem;
  letter-spacing: 0.18em;
  color: #1f2a2e;
}

.kotori-footer-copy {
  margin-bottom: 42px;
  font-size: 0.95rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #3d4648;
}

.kotori-footer-info p {
  margin-bottom: 0.8em;
  font-size: 0.85rem;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #6f7775;
}

.kotori-footer-info a {
  color: #3d4648;
  text-decoration: none;
  border-bottom: 1px solid rgba(61, 70, 72, 0.25);
}

.home .site-footer {
  display: none;
}

/* =========================================
   湖鳥｜Astra Common Footer
========================================= */

.site-footer {
  background: #f7f5ef;
  margin-top: 72px;
}

.site-footer .ast-builder-grid-row {
  padding: 56px 24px 36px;
}

.kotori-astra-footer-block {
  font-size: 0.9rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #3d4648;
}

.kotori-astra-footer-block p {
  margin: 0 0 0.9em;
}

.kotori-astra-footer-logo {
  font-size: 1.15rem;
  letter-spacing: 0.18em;
  color: #1f2a2e;
}

.kotori-astra-footer-copy {
  color: #3d4648;
}

.kotori-astra-footer-nav a {
  color: #3d4648;
  text-decoration: none;
  border-bottom: 1px solid rgba(61, 70, 72, 0.22);
}

.kotori-astra-footer-nav a:hover {
  border-bottom-color: rgba(61, 70, 72, 0.55);
}

.site-footer .ast-footer-copyright,
.site-footer .ast-footer-copyright p {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: #6f7775;
}

@media (max-width: 768px) {
  .site-footer {
    margin-top: 36px;
  }

  .site-footer .ast-builder-grid-row {
    padding: 48px 24px 28px;
  }

  .kotori-astra-footer-block {
    text-align: center;
    margin-bottom: 24px;
  }
}

/* =========================================
   湖鳥｜Common Footer Middle
========================================= */

.kotori-common-footer-middle {
  width: min(900px, 90%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  text-align: left;
}

.kotori-common-footer-column {
  font-size: 0.86rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #3d4648;
}

.kotori-common-footer-column p {
  margin: 0 0 0.65em;
}

.kotori-common-footer-heading {
  margin-bottom: 1.2em !important;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  color: #1f2a2e;
}

.kotori-common-footer-column a {
  color: #3d4648;
  text-decoration: none;
  border-bottom: 1px solid rgba(61, 70, 72, 0.22);
}

.kotori-common-footer-column a:hover {
  border-bottom-color: rgba(61, 70, 72, 0.55);
}

@media (max-width: 768px) {
  .kotori-common-footer-middle {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }
}

.kotori-footer-bottom {
  padding: 48px 24px 56px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #6f7775;
}

.kotori-footer-legal {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.kotori-footer-legal a {
  color: #6f7775;
  text-decoration: none;
  border-bottom: 1px solid rgba(111, 119, 117, 0.28);
}

.kotori-footer-legal a:hover {
  border-bottom-color: rgba(111, 119, 117, 0.65);
}

.kotori-footer-company {
  color: #6f7775;
}

/* ========================= 湖鳥｜制作について CSS v1.0 ========================= */
.kotori-about-container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

/* ========================= 共通 ========================= */
.kotori-about-heading {
  margin-bottom: 60px;
}
.kotori-about-label {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8f8f8f;
  margin-bottom: 18px;
}
.kotori-about-heading h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.8;
  font-weight: 400;
  color: #222;
}
.kotori-about-flow-text p,
.kotori-about-place-text p,
.kotori-about-faq-item p {
  line-height: 2.4;
  color: #444;
}

/* SP */
@media (max-width: 768px) {
  .kotori-about-flow-text p {
    letter-spacing: 0em;
  }
}

/* ========================= Hero ========================= */
.kotori-about-hero {
  position: relative;
}
.kotori-about-hero-image img {
  width: 100%;
  height: 72vh;
  object-fit: cover;
  display: block;
}
.kotori-about-hero-copy {
  position: absolute;
  left: 8%;
  bottom: 12%;
}
.kotori-about-hero-copy p {
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  line-height: 2;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.hero-about-pc h1,
.hero-about-pc h2,
.hero-about-pc p,
.hero-about-sp h1,
.hero-about-sp h2,
.hero-about-sp p {
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.55),
    0 4px 18px rgba(0, 0, 0, 0.45),
    0 0 28px rgba(0, 0, 0, 0.25);
}

.hero-about-sp h1,
.hero-about-sp h2,
.hero-about-sp p {
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.75),
    0 5px 22px rgba(0, 0, 0, 0.6),
    0 0 38px rgba(0, 0, 0, 0.4);
}

/* ========================= Flow ========================= */
.kotori-about-flow {
  padding: 140px 0;
}
.kotori-about-flow-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}
.kotori-about-flow-image video {
  width: 100%;
  border-radius: 4px;
  display: block;
}

.kotori-about-flow-text {
  width: min(860px, 100%);
  margin: 40px auto 0;
}

/* 一日の流れ：写真ギャラリー */
.kotori-about-flow-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 48px auto 40px;
  width: min(860px, 100%);
}

.kotori-about-flow-gallery figure {
  margin: 0;
}

.kotori-about-flow-gallery img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
}

.kotori-about-flow-complete {
  grid-column: 1 / -1;
  margin-top: 12px;
}

.kotori-about-flow-complete img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* SP */
@media (max-width: 768px) {
  .kotori-about-flow-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 32px auto 28px;
    width: 100%;
  }
}
/* ========================= FAQ ========================= */

.kotori-about-faq {
  padding: 140px 0;
  background: #faf9f6;
}
.kotori-about-faq-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.kotori-about-faq-item h3 {
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 24px;
  color: #222;
}

.kotori-faq-page .kotori-faq-hero-label {
  color: #a88ac0 !important;
  text-shadow: none !important;
}

.kotori-faq-page .kotori-faq-hero-title {
  color: #1f2a2e !important;
  text-shadow: none !important;
}

.kotori-faq-page .kotori-faq-hero-text {
  color: #3d4648 !important;
  text-shadow: none !important;

  margin-top: 16px;
  line-height: 2;
}

/* =========================================
   FAQ Header
========================================= */

.page-id-350 .site-title a,
.page-id-350 .ast-builder-menu-1 .menu-link {
  color: #1f2a2e !important;
  text-shadow: none !important;
}

.page-id-350 .ast-mobile-menu-trigger-minimal,
.page-id-350 .ast-mobile-menu-trigger-minimal svg,
.page-id-350 .ast-button-wrap .menu-toggle {
  color: #1f2a2e !important;
  fill: #1f2a2e !important;
  text-shadow: none !important;
}

/* FAQ 区切り */

.kotori-about-faq-item {
  padding-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}

.kotori-about-faq-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* Material SP 2列 */

@media (max-width: 768px) {
  .kotori-about-material-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ========================= Material ========================= */
.kotori-about-material {
  padding: 140px 0;
}

.kotori-about-material .kotori-about-heading {
  margin-bottom: 24px;
}

.kotori-about-material-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.kotori-about-material-card {
  padding: 38px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.kotori-about-material-card span {
  display: block;
  margin-bottom: 18px;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  color: #888;
}
.kotori-about-material-card p {
  font-size: 1rem;
  line-height: 2;
}

.kotori-about-material-image {
  margin: 0 auto 24px;
  max-width: 760px;
}

.kotori-about-material-image img {
  width: 100%;
  display: block;
}

.kotori-about-material-intro {
  max-width: 760px;
  margin: 0 auto 24px;
}

.kotori-about-material-intro p {
  line-height: 1.9;
  color: #444;
}

.kotori-about-material-text {
  max-width: 760px;
  margin: 0 auto 48px;
}

.kotori-about-material-text p {
  line-height: 1.9;
  color: #444;
}

@media (max-width: 768px) {
  .kotori-about-material-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .kotori-about-material-card {
    padding: 22px 18px;
  }

  .kotori-about-material-card span {
    margin-bottom: 12px;
    font-size: 0.72rem;
  }

  .kotori-about-material-card p {
    font-size: 0.9rem;
    line-height: 1.8;
  }

  .kotori-about-material .kotori-about-heading {
    margin-bottom: 20px;
  }

  .kotori-about-material-intro {
    margin-bottom: 14px;
  }

  .kotori-about-material-image {
    margin-bottom: 20px;
  }
}

/* ========================= Place ========================= */
.kotori-about-place {
  padding-bottom: 140px;
}
.kotori-about-place-image img {
  width: 100%;
  height: 65vh;
  object-fit: cover;
  display: block;
}
.kotori-about-place-inner {
  width: min(900px, 90%);
  margin: 100px auto 0;
}

.kotori-about-place .kotori-about-heading h2 {
  word-break: keep-all;
}

/* ========================= closing ========================= */

.kotori-about-closing-image {
  margin: 120px auto 80px;
  width: min(1000px, 90%);
}

.kotori-about-closing-image img {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .kotori-about-closing-image {
    margin: 72px auto 56px;
    width: 92%;
  }
}

/* ========================= CTA ========================= */
.kotori-about-cta {
  padding: 140px 0 180px;
}
.kotori-about-cta-inner {
  text-align: center;
}
.kotori-about-cta-inner h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 2;
  font-weight: 400;
  margin-bottom: 60px;
}
.kotori-about-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.kotori-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  height: 64px;
  padding: 0 32px;
  background: #222;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
.kotori-about-btn.sub {
  background: transparent;
  border: 1px solid #222;
  color: #222;
}
.kotori-about-btn:hover {
  opacity: 0.8;
}

.kotori-about-sub {
  margin-top: 24px;
  text-align: center;
}

.kotori-about-sub-cta {
  display: inline-block;
  font-size: 0.92rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #3d4648;
  text-decoration: none;
  border-bottom: 1px solid rgba(61, 70, 72, 0.35);
}

.kotori-about-sub-cta:hover {
  border-bottom-color: rgba(61, 70, 72, 0.75);
}

/* ========================= SP ========================= */
@media (max-width: 768px) {
  .kotori-about-flow,
  .kotori-about-faq,
  .kotori-about-material,
  .kotori-about-cta {
    padding: 100px 0;
  }
  .kotori-about-flow-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .kotori-about-hero-image img {
    height: 72vh;
  }
  .kotori-about-place-image img {
    height: 50vh;
  }
  .kotori-about-hero-copy {
    left: 7%;
    right: 7%;
    bottom: 10%;
  }
  .kotori-about-heading {
    margin-bottom: 50px;
  }
  .kotori-about-heading h2 {
    line-height: 1.8;
  }
  .kotori-about-flow-text p,
  .kotori-about-place-text p,
  .kotori-about-faq-item p {
    line-height: 2.3;
  }
}

/* =========================================
   湖鳥｜Contact Flow
========================================= */

.kotori-contact-flow {
  padding: 120px 24px;
  background: #fff;
}

.kotori-contact-container {
  max-width: 880px;
  margin: 0 auto;
}

.kotori-contact-heading {
  margin-bottom: 80px;
}

.kotori-contact-label {
  margin-bottom: 18px;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: #7b8582;
  text-transform: uppercase;
}

.kotori-contact-heading h2 {
  margin-bottom: 28px;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #1f2a2e;
}

.kotori-contact-lead {
  font-size: 1rem;
  line-height: 2.2;
  color: #3d4648;
}

.kotori-contact-flow-list {
  position: relative;
  margin-left: 20px;
}

.kotori-contact-flow-list::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: rgba(31, 42, 46, 0.15);
}

.kotori-contact-step {
  position: relative;
  display: flex;
  gap: 40px;
  padding-bottom: 60px;
}

.kotori-contact-step:last-child {
  padding-bottom: 0;
}

.kotori-contact-step-number {
  position: relative;
  z-index: 2;

  width: 38px;
  height: 38px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #f7f5ef;
  border: 1px solid rgba(31, 42, 46, 0.12);

  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: #1f2a2e;
}

.kotori-contact-step-content h3 {
  margin: 0 0 14px;
  font-size: 1.45rem;
  line-height: 1.6;
  font-weight: 400;
  color: #1f2a2e;
}

.kotori-contact-step-content p {
  margin: 0;
  font-size: 1rem;
  line-height: 2.1;
  color: #3d4648;
}

/* SP */

@media (max-width: 768px) {
  .kotori-contact-flow {
    padding: 92px 22px;
  }

  .kotori-contact-heading {
    margin-bottom: 56px;
  }

  .kotori-contact-heading h2 {
    font-size: 1.7rem;
    line-height: 1.7;
  }

  .kotori-contact-lead {
    font-size: 0.95rem;
    line-height: 2;
  }

  .kotori-contact-step {
    gap: 24px;
    padding-bottom: 42px;
  }

  .kotori-contact-step-number {
    width: 34px;
    height: 34px;
    font-size: 0.72rem;
  }

  .kotori-contact-step-content h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .kotori-contact-step-content p {
    font-size: 0.92rem;
    line-height: 2;
  }
}

/* =========================================
   湖鳥｜Contact Route
========================================= */

.kotori-contact-route {
  padding: 120px 24px;
  background: #f7f5ef;
}

.kotori-contact-route-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

.kotori-contact-route-card {
  padding: 48px;
  background: #fff;
  border: 1px solid rgba(31, 42, 46, 0.08);
}

.kotori-contact-route-card h3 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1f2a2e;
}

.kotori-contact-route-lead {
  margin-bottom: 24px;
  font-size: 1.05rem;
  line-height: 2;
  color: #2f3b3f;
}

.kotori-contact-route-card p {
  margin-bottom: 1.4em;
  line-height: 2.1;
  color: #3d4648;
}

.kotori-contact-route-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .kotori-contact-route {
    padding: 92px 22px;
  }

  .kotori-contact-route-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .kotori-contact-route-card {
    padding: 32px 24px;
  }

  .kotori-contact-route-card h3 {
    font-size: 1.35rem;
  }
}

/* =========================================
   湖鳥｜Contact Form
========================================= */

.kotori-contact-form-section {
  padding: 120px 24px;
  background: #ffffff;
}

.kotori-contact-form-lead {
  font-size: 1rem;
  line-height: 2.1;
  color: #3d4648;
}

@media (max-width: 768px) {
  .kotori-contact-form-section {
    padding: 92px 22px;
  }

  .kotori-contact-form-lead {
    font-size: 0.95rem;
    line-height: 2;
  }
}

/* ========================= Price ========================= */

.kotori-about-price {
  padding: 120px 0;
  background: #faf9f6;
  margin-bottom: 120px;
}

.kotori-about-price .kotori-about-container {
  max-width: 760px;
}

.kotori-about-price h2 {
  margin-bottom: 42px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.8;
  font-weight: 400;
  color: #222;
}

.kotori-about-price-text p {
  margin-bottom: 1.6em;
  line-height: 2.2;
  color: #444;
}

.kotori-about-price-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .kotori-about-price {
    padding: 92px 0;
    margin-bottom: 60px;
  }

  .kotori-about-price h2 {
    margin-bottom: 34px;
    font-size: 1.65rem;
  }

  .kotori-about-price-text p {
    font-size: 0.95rem;
    line-height: 2.05;
  }
}

/* ========================= Experience ========================= */

.kotori-about-experience {
  padding: 120px 0;
  background: #ffffff;
}

.kotori-about-experience .kotori-about-container {
  max-width: 760px;
}

.kotori-about-experience h2 {
  margin-bottom: 42px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.8;
  font-weight: 400;
  color: #222;
}

.kotori-about-experience-text p {
  margin-bottom: 1.8em;
  line-height: 2.2;
  color: #444;
}

.kotori-about-experience-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .kotori-about-experience {
    padding: 92px 0;
  }

  .kotori-about-experience h2 {
    margin-bottom: 34px;
    font-size: 1.65rem;
  }

  .kotori-about-experience-text p {
    font-size: 0.95rem;
    line-height: 2.05;
  }
}

/* ========================= Access ========================= */

.kotori-access {
  padding: 96px 0 72px;
}

.kotori-access .kotori-about-container {
  max-width: 760px;
}

.page-id-335 .site-header,
.page-id-335 .ast-primary-header-bar,
.page-id-335 .main-header-bar {
  background: #fff !important;
}

.page-id-335 .site-title a,
.page-id-335 .ast-builder-menu-1 .menu-link,
.page-id-335 .ast-mobile-menu-trigger-minimal,
.page-id-335 .ast-mobile-menu-trigger-minimal svg,
.page-id-335 .ast-button-wrap .menu-toggle {
  color: #1f2a2e !important;
  fill: #1f2a2e !important;
  text-shadow: none !important;
}

.page-id-335 .ast-mobile-menu-trigger-minimal,
.page-id-335 .ast-mobile-menu-trigger-minimal svg,
.page-id-335 .ast-button-wrap .menu-toggle {
  color: #1f2a2e !important;
  fill: #1f2a2e !important;
}

.kotori-access .kotori-about-label,
.kotori-access h2,
.kotori-access > .kotori-about-container > p {
  color: #1f2a2e !important;
  text-shadow: none !important;
}

.kotori-access h2 {
  margin-bottom: 28px;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.7;
  font-weight: 400;
}

.kotori-access-address,
.kotori-access-parking,
.kotori-access-photo {
  padding: 0 0 72px;
}

.kotori-access-address .kotori-about-container,
.kotori-access-parking .kotori-about-container,
.kotori-access-photo .kotori-about-container {
  max-width: 760px;
}

.kotori-access h3,
.kotori-access-address h3,
.kotori-access-parking h3,
.kotori-access-photo h3 {
  margin-bottom: 24px;
  font-size: 1.35rem;
  line-height: 1.7;
  font-weight: 500;
}

.kotori-access p,
.kotori-access-address p,
.kotori-access-parking p {
  margin-bottom: 1.4em;
  font-size: 1rem;
  line-height: 2.1;
  color: #3d4648;
}

.kotori-access-map {
  width: min(960px, 92%);
  margin: 40px auto 72px;
}

.kotori-access-map iframe {
  width: 100%;
  height: 430px;
  border: 0;
  display: block;
}

.kotori-access-photo img {
  width: 100%;
  display: block;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .kotori-access {
    padding: 76px 22px 56px;
  }

  .kotori-access-address,
  .kotori-access-parking,
  .kotori-access-photo {
    padding: 0 22px 56px;
  }

  .kotori-access h2 {
    font-size: 1.8rem;
  }

  .kotori-access h3,
  .kotori-access-address h3,
  .kotori-access-parking h3,
  .kotori-access-photo h3 {
    font-size: 1.2rem;
  }

  .kotori-access-map {
    width: 100%;
    margin: 32px auto 56px;
  }

  .kotori-access-map iframe {
    height: 360px;
  }
}

/* =========================================
   湖鳥｜Ring Gallery
========================================= */

.kotori-ring-gallery {
  padding: 140px 24px;
  background: #ffffff;
}

.kotori-ring-gallery-inner {
  max-width: 900px;
  margin: 0 auto;
}

.kotori-ring-gallery-heading {
  max-width: 760px;
  margin: 0 auto 100px;
  text-align: center;
}

.kotori-ring-gallery-heading h2 {
  margin-bottom: 24px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.8;
  font-weight: 400;
}

.kotori-ring-gallery-heading p {
  line-height: 2.1;
  color: #444;
}

.kotori-ring-category {
  margin-bottom: 120px;
}

.kotori-ring-category:last-child {
  margin-bottom: 0;
}

.kotori-ring-category h3 {
  margin-bottom: 36px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
}

.kotori-ring-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.kotori-ring-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

/* SP */

@media (max-width: 768px) {
  .kotori-ring-gallery {
    padding: 92px 22px;
  }

  .kotori-ring-gallery-heading {
    margin-bottom: 72px;
  }

  .kotori-ring-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .kotori-ring-category {
    margin-bottom: 80px;
  }

  .kotori-ring-grid img {
    width: min(100%, 260px);
    margin: 0 auto;
  }

  .kotori-ring-grid {
    gap: 14px;
  }

  .kotori-ring-category h3 {
    margin-bottom: 24px;
    font-size: 1.15rem;
  }
}

/* =========================================
湖鳥｜Ring Making
========================================= */

.kotori-ring-making {
  padding: 140px 24px;
  background: #ffffff;
}

.kotori-ring-making-inner {
  max-width: 1000px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;

  align-items: center;
}

.kotori-ring-making-photo img {
  width: 100%;
  display: block;
}

.kotori-ring-making-content h2 {
  margin-bottom: 40px;

  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.8;
  font-weight: 400;

  color: #1f2a2e;
}

.kotori-ring-making-content p {
  line-height: 2.2;
  color: #444;
}

@media (max-width: 768px) {
  .kotori-ring-making {
    padding: 92px 22px;
  }

  .kotori-ring-making-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .kotori-ring-making-content h2 {
    margin-bottom: 28px;
    font-size: 1.65rem;
  }

  .kotori-ring-making-content p {
    line-height: 2.05;
  }
}

/* =========================================
   湖鳥｜ring-choice
========================================= */

.kotori-ring-choice {
  padding: 140px 24px;
  background: #f7f5ef;
  margin-bottom: 72px;
}

.kotori-ring-choice-inner {
  max-width: 900px;
  margin: 0 auto;
}

.kotori-ring-choice-heading {
  margin-bottom: 72px;
}

.kotori-ring-choice-heading h2 {
  margin-bottom: 28px;
  font-size: clamp(1.7rem, 2.7vw, 2.4rem);
  line-height: 1.8;
  font-weight: 400;
  color: #1f2a2e;
}

.kotori-ring-choice-heading p {
  line-height: 2.1;
  color: #444;
}

.kotori-ring-accordion-item {
  border-top: 1px solid rgba(31, 42, 46, 0.14);
}

.kotori-ring-accordion-item:last-child {
  border-bottom: 1px solid rgba(31, 42, 46, 0.14);
}

.kotori-ring-accordion-title {
  width: 100%;
  padding: 30px 42px 30px 0;
  background: transparent;
  border: none;
  text-align: left;
  font-size: 1.08rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #1f2a2e;
  cursor: pointer;
  position: relative;
}

.kotori-ring-accordion-title::after {
  content: "›";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 1.4rem;
  font-weight: 300;
  color: #7b8582;
  transition: transform 0.35s ease;
}

.kotori-ring-accordion-item.is-open .kotori-ring-accordion-title::after {
  transform: translateY(-50%) rotate(-90deg);
}

.kotori-ring-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s ease;
}

.kotori-ring-accordion-content p {
  margin: 0;
  padding: 0 0 34px;
  line-height: 2.15;
  color: #444;
}

.kotori-ring-accordion-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 0 0 40px;
}

.kotori-ring-accordion-layout img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.kotori-ring-accordion-layout p {
  padding: 0;
}

@media (max-width: 768px) {
  .kotori-ring-choice {
    padding: 92px 22px;
  }

  .kotori-ring-choice-heading {
    margin-bottom: 56px;
  }

  .kotori-ring-choice-heading h2 {
    font-size: 1.65rem;
  }

  .kotori-ring-accordion-title {
    padding: 24px 36px 24px 0;
    font-size: 0.98rem;
  }

  .kotori-ring-accordion-layout {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 32px;
  }

  .kotori-ring-accordion-content p {
    font-size: 0.95rem;
    line-height: 2.05;
  }
}

/* =========================================
   湖鳥｜Ring Accordion Override
========================================= */

.kotori-ring-accordion-title,
.kotori-ring-accordion-title:hover,
.kotori-ring-accordion-title:focus,
.kotori-ring-accordion-title:active {
  background: transparent !important;
  color: #1f2a2e !important;
  border: none !important;
  box-shadow: none !important;
}

.kotori-ring-accordion-title::after {
  color: #7b8582 !important;
}

/* 湖鳥ホバー */

.kotori-ring-accordion-item {
  transition: border-color 0.25s ease;
}

.kotori-ring-accordion-item:hover {
  border-color: rgba(31, 42, 46, 0.28);
}

.kotori-ring-accordion-title {
  transition: color 0.25s ease;
}

.kotori-ring-accordion-title:hover {
  color: #4b5b60 !important;
}

/* =========================================
   湖鳥｜ring-philosophy
========================================= */

.kotori-ring-philosophy {
  padding: 140px 24px;
  background: #ffffff;
  margin-bottom: 72px;
}

.kotori-ring-philosophy-inner {
  max-width: 760px;
  margin: 0 auto;
}

.kotori-ring-philosophy h2 {
  margin-bottom: 42px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.8;
  font-weight: 400;
  color: #1f2a2e;
}

.kotori-ring-philosophy-lead {
  margin-bottom: 46px;
  line-height: 2.1;
  color: #2f3b3f;
}

.kotori-ring-philosophy-text p {
  margin-bottom: 1.8em;
  line-height: 2.2;
  color: #444;
}

.kotori-ring-philosophy-note {
  margin-top: 48px;
  border: none;
  background: none;
  padding: 0;
  line-height: 2;
  color: #444;
}

@media (max-width: 768px) {
  .kotori-ring-philosophy {
    padding: 92px 22px;
  }

  .kotori-ring-philosophy h2 {
    margin-bottom: 34px;
    font-size: 1.65rem;
  }
}

.kotori-ring-philosophy-divider {
  margin: 42px 0 24px;
  border: none;
  border-top: 1px solid rgba(31, 42, 46, 0.12);
}

.kotori-ring-philosophy-note {
  margin: 0;
  font-size: 0.88rem;
  line-height: 2;
  color: #7b8582;
}

/* =========================================
   湖鳥｜ring-price
========================================= */

.kotori-ring-price {
  padding: 90px 24px;
  background: #f7f5ef;
  margin-bottom: 120px;
}

.kotori-ring-price-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.kotori-ring-price h2 {
  margin-bottom: 32px;
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  line-height: 1.8;
  font-weight: 400;
  color: #1f2a2e;
}

.kotori-ring-price p {
  margin-bottom: 28px;
  line-height: 2.05;
  color: #444;
}

.kotori-ring-price-note {
  font-size: 0.92rem;
  color: #7b8582;
}

.kotori-ring-price p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .kotori-ring-price {
    padding: 76px 22px;
    margin-bottom: 32px;
  }

  .kotori-ring-price h2 {
    font-size: 1.45rem;
  }
}

/* =========================
   Privacy Policy
========================= */

.kotori-privacy-policy {
  padding: 100px 20px;
}

.kotori-privacy-policy-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.kotori-privacy-policy-content {
  max-width: 800px;
  margin: 0 auto;
}

.kotori-privacy-policy h1 {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 0.08em;
}

.kotori-privacy-policy h2 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
}

.kotori-privacy-policy p,
.kotori-privacy-policy li {
  line-height: 2;
  color: #444;
}

.kotori-privacy-policy p {
  margin-bottom: 1.2em;
}

.kotori-privacy-policy ul {
  margin: 20px 0;
  padding-left: 1.5em;
}

.kotori-privacy-policy li {
  margin-bottom: 0.6em;
}

.kotori-privacy-policy a {
  color: inherit;
  text-decoration: underline;
}

.kotori-privacy-policy a:hover {
  opacity: 0.7;
}

/* =========================
   SP
========================= */

@media (max-width: 768px) {
  .kotori-privacy-policy {
    padding: 70px 20px;
  }

  .kotori-privacy-policy h1 {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }

  .kotori-privacy-policy h2 {
    font-size: 1.1rem;
    margin-top: 45px;
  }
}

/* =========================
   company
========================= */

.kotori-page {
  padding: 100px 20px;
}

.kotori-page-content {
  max-width: 800px;
  margin: 0 auto;
}

.kotori-info-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
  table-layout: fixed;
}

.kotori-info-table th {
  width: 180px;
}

.kotori-info-table th,
.kotori-info-table td {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  vertical-align: top;
}

.kotori-info-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
}

.kotori-info-table th,
.kotori-info-table td {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
}

.kotori-info-table th {
  width: 180px;
  font-weight: 500;
  color: #333;
  text-align: left;
}

.kotori-info-table td {
  color: #555;
  line-height: 2;
}

.kotori-info-table a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .kotori-info-table,
  .kotori-info-table tbody,
  .kotori-info-table tr,
  .kotori-info-table th,
  .kotori-info-table td {
    display: block;
    width: 100%;
  }

  .kotori-info-table th {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: none;
  }

  .kotori-info-table td {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

/* =========================================
   湖鳥｜Next Navigation
========================================= */

.kotori-next-section {
  padding: 110px 24px 130px;
  background: #ffffff;
}

.kotori-next-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.kotori-next-lead {
  max-width: 620px;
  margin: 0 auto 56px;
  text-align: center;
}

.kotori-next-lead p {
  margin: 0 0 1.45em;
  font-size: 0.98rem;
  line-height: 2.25;
  letter-spacing: 0.06em;
  color: #3d4648;
}

.kotori-next-lead p:last-child {
  margin-bottom: 0;
}

.kotori-next-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}

.kotori-next-card {
  display: block;
  text-decoration: none !important;
  color: inherit;
}

.kotori-next-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
  margin-bottom: 24px;
  transition: opacity 0.35s ease;
}

.kotori-next-content {
  padding: 0;
}

.kotori-next-content h3 {
  margin: 0 0 14px;
  font-size: 1.08rem;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #1f2a2e;
  text-decoration: none !important;
}

.kotori-next-content span {
  display: inline-block;
  font-size: 0.86rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #6f7775;
  border-bottom: 1px solid rgba(111, 119, 117, 0.28);
}

.kotori-next-card:hover img {
  opacity: 0.9;
}

.kotori-next-card:hover .kotori-next-content span {
  border-bottom-color: rgba(111, 119, 117, 0.65);
}

/* SP */

@media (max-width: 768px) {
  .kotori-next-section {
    padding: 86px 22px 96px;
  }

  .kotori-next-lead {
    margin-bottom: 56px;
  }

  .kotori-next-lead p {
    font-size: 0.94rem;
    line-height: 2.1;
  }

  .kotori-next-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .kotori-next-card img {
    margin-bottom: 18px;
  }

  .kotori-next-content h3 {
    margin-bottom: 10px;
    font-size: 1.04rem;
    line-height: 1.85;
  }

  .kotori-next-content span {
    font-size: 0.84rem;
  }
}

/* =========================================
   湖鳥｜Ring Final CTA
========================================= */

.kotori-ring-final-cta {
  padding: 96px 24px 110px;
  background: #f7f5ef;
  text-align: center;
  margin-bottom: 120px;
}

.kotori-ring-final-cta-inner {
  max-width: 680px;
  margin: 0 auto;
}

.kotori-ring-final-cta h2 {
  margin-bottom: 34px;
  font-size: clamp(1.65rem, 2.6vw, 2.25rem);
  line-height: 1.8;
  font-weight: 400;
  color: #1f2a2e;
}

.kotori-ring-final-cta-text {
  margin-bottom: 38px;
}

.kotori-ring-final-cta-text p {
  margin-bottom: 1.8em;
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #3d4648;
}

.kotori-ring-final-cta-text p:last-child {
  margin-bottom: 0;
}

.kotori-ring-final-cta-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  padding: 16px 30px;
  background: #ffffff;
  border: 1px solid rgba(31, 42, 46, 0.18);
  color: #1f2a2e;
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  transition: all 0.25s ease;
}

.kotori-ring-final-cta-button a:hover {
  border-color: rgba(31, 42, 46, 0.35);
  background: rgba(255, 255, 255, 0.72);
}

.kotori-ring-final-sub {
  margin-top: 34px;
}

.kotori-ring-final-sub p {
  margin-bottom: 12px;
  font-size: 0.92rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #6f7775;
}

.kotori-ring-final-sub a {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #3d4648;
  text-decoration: none;
  border-bottom: 1px solid rgba(61, 70, 72, 0.32);
}

.kotori-ring-final-sub a:hover {
  border-bottom-color: rgba(61, 70, 72, 0.7);
}

@media (max-width: 768px) {
  .kotori-ring-final-cta {
    padding: 92px 22px 104px;
  }

  .kotori-ring-final-cta h2 {
    margin-bottom: 34px;
    font-size: 1.65rem;
  }

  .kotori-ring-final-cta-text {
    margin-bottom: 40px;
  }

  .kotori-ring-final-cta-text p {
    font-size: 0.95rem;
    line-height: 2.05;
  }

  .kotori-ring-final-cta-button a {
    width: 100%;
    min-width: auto;
  }

  .kotori-ring-final-sub {
    margin-top: 34px;
  }
}
