/*!
Theme Name: kinta

*/


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  background-color: #fff;
  padding-top: 80px; 
}

a {
  text-decoration: none;
  color: inherit;
}

.pc-only { display: block; }

.site-header {
  width: 100%;
  height: 80px;
  background-color: #dd0a17;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header-container {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}


.logo-area, .logo-area a {
  display: flex;
  align-items: center;
  height: 100%;
  
}

.logo-image {
  height: auto;
  max-height: 55px;
  width: auto;
  object-fit: contain;
}


.global-nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
}

.global-nav a {
  font-weight: bold;
  font-size: 1rem;
  transition: color 0.3s ease;
	color: #fff;
}

.global-nav a:hover {
  color: #a30000;
}


.menu-trigger {
  display: none;
}



.hero-section {
width: 100%;
  aspect-ratio: 16 / 9; 
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.hero-video {
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}


.seasonal-section {
  width: 100%;
  padding: 60px 0 80px 0;
  background-image: url('./img/top/back01.png');
  background-position: bottom left;
}

.seasonal-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.seasonal-title-area {
  text-align: center;
  margin-bottom: 40px;
}

.seasonal-title {
  font-size: 2.2rem;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.seasonal-subtitle {
  display: block;
  font-size: 0.9rem;
  color: #e40017; 
  font-weight: bold;
  letter-spacing: 0.1em;
}


.js-seasonal-swiper {
  padding-bottom: 50px;
  overflow: hidden;
}

.square-slide {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.square-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}


.swiper-slide {
  height: auto;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05); 
  transition: transform 0.3s ease;
}

.swiper-slide a:hover img {
  transform: translateY(-4px);
}


.swiper-pagination-bullet-active {
  background: #a0a0a0 !important;
}	
.shop-section {
  width: 100%;
  padding: 80px 0;
  background-image: url('./img/top/shop_back.png');
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff; 
}

.shop-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.shop-title-area {
  text-align: center;
  margin-bottom: 60px;
}

.shop-title {
  font-size: 2.2rem;
  margin-bottom: 5px;
}

.shop-subtitle {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 15px;
color: #cc0000;
}

.shop-text {
  font-size: 1rem;
  line-height: 1.6;
}

.shop-list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 15px;
  flex-wrap: wrap;
}

.shop-item {
  position: relative;
  width: calc((100% - (15px * 4)) / 5); 
}


.shop-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 25px 10px;
  text-decoration: none;
  transition: transform 0.2s ease;
  height: 160px; 
}

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

.hera-img {
  width: 60px;
  height: auto;
  margin-bottom: 15px;
}

.pref-name {
  color: #cc0000; 
  font-weight: bold;
  font-size: 1.1rem;
}


.shop-item_charm{
position: relative;
width: 100%;
max-width: 1200px;
margin: 0 auto;

	
	}

.charm01_area{
  left: 60px;
  position: absolute;
  top:100px;
  z-index: 5;
}

.charm02_area {
position: absolute;
  right: 30px;
    top:48px;
	  z-index: 5;
}


.charm01_area img{
	width: 100%;
	max-width:145px; 
	}

.charm02_area img{
	width: 100%;
	max-width:165px; 
	}



.news-section {
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
  overflow: hidden;
}

.news-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 40px;
}


.news-left-column {
  width: 250px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.news-title-area {
  margin-bottom: 30px;
}

.news-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.news-subtitle {
  display: block;
  font-size: 0.9rem;
  color: #e40017;
  font-weight: bold;
  letter-spacing: 0.1em;
}


.news-more-link {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 1rem;
  color: #1a1a1a;
  margin-bottom: 40px;
  transition: color 0.3s;
}

.news-more-link:hover {
  color: #e40017;
}

.news-more-link .arrow-icon {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #e40017;
  border-radius: 50%;
  margin-left: 10px;
  display: inline-block;
}

.news-more-link .arrow-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 45%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}


.swiper-slide02 {
  height: auto;
}

.swiper-slide02 img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05); 
  transition: transform 0.3s ease;
}

.swiper-slide02 a:hover img {
  transform: translateY(-4px);
}

.news-charm-area {
  margin-top: auto;
}

.news-charm-img {
  width: 240px;
  height: auto;
  display: block;
}


.news-right-column {
  flex-grow: 1;
  min-width: 0; 
}

.js-news-swiper {
  padding-bottom: 60px;
  position: relative;
}


.top_news-card {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 0px #fff, 5px 5px 0px #ccc; 
  padding: 15px;
  height: auto;
}

.top_news-card a {
  display: block;
}

.news-card-img-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 15px;
}

.news-card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.news-date {
  font-size: 0.85rem;
  color: #888;
}

.news-category {
  background-color: #e40017;
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 12px;
  border-radius: 20px;
  font-weight: bold;
}

.news-card-title {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.news-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 10;
}

.js-news-prev,
.js-news-next {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  color: #e40017 !important;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}

.js-news-prev::after,
.js-news-next::after {
  display: none; 
}

.js-news-pagination {
  position: static;
  width: auto !important;
}

.js-news-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  margin: 0 6px !important;
}

.js-news-pagination .swiper-pagination-bullet-active {
  background: #e40017 !important;
}



.concept-section {
  width: 100%;
  display: flex;           
  align-items: stretch;     
  background-color: #fff;
  position: relative;
  overflow: hidden;
}


.concept-text-column {
  width: 50%;
  padding: 80px 4% 80px 8%;  
  background-color: #fff;  
  display: flex;
  justify-content: flex-end; 
  position: relative;
  z-index: 2;
}

.concept-inner {
  width: 100%;
  max-width: 520px;        
  position: relative;
}


.concept-label {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: bold;
  color: #1a1a1a;
  letter-spacing: 0.05em;
  gap: 10px;
}

.concept-label::after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #e40017;
}

.concept-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #1a1a1a;
  margin-top: 10px;
  margin-bottom: 40px;
}


.concept-lead-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  margin-bottom: 60px;
}

.concept-lead-text p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
  font-weight: 500;
}

.concept-more-link {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  color: #1a1a1a;
  font-size: 0.95rem;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 4px;
  transition: color 0.3s, border-color 0.3s;
}

.concept-more-link:hover {
  color: #e40017;
  border-color: #e40017;
}

.concept-more-link .arrow-circle {
  width: 18px;
  height: 18px;
  background-color: #e40017;
  border-radius: 50%;
  margin-left: 8px;
  position: relative;
  display: inline-block;
}

.concept-more-link .arrow-circle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 42%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}


.charm-egg {
  width:240px;
  flex-shrink: 0;
}

.charm-egg img {
  width: 100%;
  height: auto;
  display: block;
}


.concept-detail-box {
  display: flex;
  gap: 30px;
  position: relative;
  padding:0 0 40px 100px;
}


.concept-detail-title {
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  font-weight: bold;
  color: #1a1a1a;
  letter-spacing: 0.15em;
  padding-top: 10px;
  height: fit-content;
}

.concept-detail-body {
  flex-grow: 1;
}


.concept-photo-wrapper {
  width: 100%;
  max-width: 240px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.kodawari-photo {
  width: 100%;
  height: auto;
  display: block;
}

.concept-detail-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #444;
}


.charm-cabbage {
  position: absolute;
  left: -100px;
  bottom:-100px;
  width: 240px;
  z-index: 3;
  pointer-events: none;
}

.charm-cabbage img {
  width: 100%;
  height: auto;
  display: block;
}


.concept-photo-column {
  width: 50%;
  background-image: url('./img/top/concept_back.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}


.menu-section {
  width: 100%;

  color: #fff;
  padding-top: 60px;
  overflow: hidden;
}


.menu-main-title {
  text-align: center;
  margin-bottom: 40px;
}

.menu-main-title h2 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #000;
}

.menu-main-title .menu-sub-label {
  display: block;
  font-size: 0.85rem;
  color: #e40017;
  font-weight: bold;
  margin-top: 6px;
}

.menu-genre-okonomiyaki {
width: 100%;
  padding: 50px 0 70px 0;
  position: relative;
  z-index: 1;

                  
background-image: url('./img/top/menu_back.png');
  
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
  
}

.okonomiyaki-slider-container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

.okonomiyaki-slider-track {
  display: flex;
  width: max-content;
  animation: menuScrollLoop 30s linear infinite; 
}

.okonomiyaki-item {
  width: 315px;
  padding: 0 15px;
  flex-shrink: 0;
}

.okonomiyaki-item img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes menuScrollLoop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


.menu-genre-block {
  padding: 80px 0;
  background-color: #131313;
}

.kintayaki-block {
  background-color: #1a1a1a;
}

.menu-genre-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6%;
}


.menu-genre-inner.reverse-layout {
  flex-direction: row-reverse;
}

.menu-genre-text {
  width: 46%;
}

.menu-genre-text h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
}


.menu-genre-text h3::before {
  content: '';
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 24px;
  background-color: #e40017;
}

.menu-genre-text p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 35px;
}


.menu-genre-image-box {
  width: 48%;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), 
              opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}

.menu-genre-image-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}


.slide-from-right { transform: translateX(100px); }
.slide-from-left  { transform: translateX(-100px); }


.js-menu-trigger.is-active .menu-genre-image-box {
  opacity: 1;
  transform: translateX(0);
}


.menu-btn-area { text-align: center; }
.menu-btn-area.bottom-space { margin-top: 60px; }

.menu-common-btn {
  display: inline-block;
  background-color: #fff;
  color: #1a1a1a;
  font-weight: bold;
  padding: 13px 55px;
  border-radius: 26px;
  font-size: 0.95rem;
  transition: all 0.3s;
}

.menu-common-btn:hover {
  background-color: #e40017;
  color: #fff;
}

.menu-outline-btn {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 10px 32px;
  font-size: 0.9rem;
  transition: all 0.3s;
}

.menu-outline-btn:hover {
  background-color: #fff;
  color: #1a1a1a;
}


.banner-section {
  width: 100%;
  background-color: #f7f7f7;
  padding: 60px 0;
}

.banner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px; 
	text-align: center;
}


.banner-row-top {
  display: flex;
  gap: 20px;
}

.banner-row-top .size-large {
  width: 50%; 
}

.banner-row-top .size-medium {
  width: 45%; 
}


.banner-row-bottom {
  display: flex;
  gap: 20px; 
}

.banner-row-bottom .size-small {
  width: calc((100% - 40px) / 3);
}


.banner-item {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.banner-item img {
  width: 100%;
  height: auto; 
  display: block;
}


.banner-item:hover {
  transform: translateY(-4px);
  opacity: 0.95;
}





.recruit {
  position: relative;
  overflow: hidden;
  padding: 100px 5%;
  background: url("./img/recruit_back.png") center center / cover no-repeat;
}

.recruit-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.recruit-content {
  max-width: 900px;
}

/* RECRUIT */
.recruit-title {
  font-size: 90px;
  line-height: 0.9;
  font-weight: 900;
  color: #222;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}


.recruit-subtitle {
  color: #d80000;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}


.recruit-text {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 700;
  color: #111;
  margin-bottom: 55px;
text-shadow:
  0 1px 2px rgba(0,0,0,.2),
  0 0 8px rgba(255,255,255,.9),
  0 0 24px rgba(255,255,255,.5);
}

.recruit-buttons {
  display: flex;
  flex-direction: row;
  gap: 25px;
  flex-wrap: wrap;
}

.recruit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 360px;
  height: 70px;
  padding: 0 35px;
  background: #e00000;
  border-radius: 999px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.recruit-btn:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

/* =====================
   SP
===================== */
@media screen and (max-width: 768px) {


	
	
.recruit {
  padding: 70px 5%;
  background: url("./img/recruit_back_sp.png") bottom center / cover no-repeat;
}	
	

  .recruit::before {
    background: rgba(255,255,255,0.84);
  }

  .recruit-title {
    font-size:30px;
  }

  .recruit-subtitle {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .recruit-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 35px;
  }

  .recruit-buttons {
    flex-direction: column;
    gap: 18px;
  }

  .recruit-btn {
    width: 100%;
    min-width: auto;
    height: 64px;
    font-size: 20px;
  }
	
.shop-section {
  width: 100%;
  padding: 40px 0;
  background-image: url('./img/top/shop_back_sp.png');
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff; 
}


}

/* ==========================================================================
バナーセクション
   ========================================================================== */
@media (max-width: 960px) {
  .banner-section {
    padding: 30px 0; 
  }

  .banner-container {
    gap: 10px; 
  }

  .banner-row-top {
    gap: 10px;
  }

  .banner-row-bottom {
    gap: 10px;
  }
  

  .banner-row-bottom .size-small {
    width: calc((100% - 20px) / 3); 
  }
}


.footer {
  background: #333;
  padding: 60px 5% 25px;
  color: #fff;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}

/* =====================
   LEFT
===================== */

.footer-left {
  flex-shrink: 0;
}

.footer-logo img {
  width: 300px;
  max-width: 100%;
  display: block;
}

.footer-sns {
  display: flex;
  gap: 18px;
  margin-top: 28px;
}

.footer-sns a {
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
}

.footer-sns a:hover {
  opacity: 0.7;
}

/* 各ブランドの公式カラー */
.fa-x-twitter { color: #fff; }        /* X */
.fa-instagram { color: #E1306C; }        /* Instagram */
.fa-facebook-f { color: #1877F2; }         /* Facebook */
.fa-tiktok { color: #fff; }           /* TikTok (公式の黒) */

/* =====================
   RIGHT
===================== */

.footer-nav-wrap {
  display: flex;
  gap: 90px;
}

.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav li {
  margin-bottom: 16px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
}

.footer-nav a:hover {
  opacity: 0.7;
}

/* =====================
   COPY
===================== */

.footer-copy {
  text-align: center;
  margin-top: 55px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.8;
}

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

@media screen and (max-width: 768px) {

  .footer {
    padding: 50px 20px 20px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 40px;
  }

  .footer-logo img {
    width: 220px;
  }

  .footer-sns {
    margin-top: 22px;
    gap: 16px;
  }

  .footer-sns a {
    font-size: 22px;
  }

  .footer-nav-wrap {
    gap: 40px;
    flex-wrap: wrap;
  }

  .footer-nav a {
    font-size: 16px;
  }

  .footer-copy {
    margin-top: 40px;
    font-size: 12px;
  }

}

/* =========================
  パンくず
========================= */

.breadcrumb_area{
  width:100%;
  background:#fff;
  padding:20px 0;
  border-bottom:1px solid #eee;
}

.breadcrumb-wrap{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}

.breadcrumb{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:13px;
  color:#777;
  letter-spacing:.08em;
}

.breadcrumb a{
  color:#111;
  transition:.3s;
}

.breadcrumb a:hover{
  color:#d2a55d;
}

.breadcrumb-arrow{
  color:#d2a55d;
}

/* =========================
  スクロール
========================= */

.fadeUp{
  opacity:0;
  transform:translateY(20px);
  transition:1s ease;
}

.fadeUp.active{
  opacity:1;
  transform:translateY(0);
}

/* =========================
   sp
========================= */

@media(max-width:768px){

  .breadcrumb-wrap{
    top:20px;
    padding:0 20px;
  }

  .breadcrumb{
    font-size:11px;
    gap:8px;
  }

}


/* =========================
   共通FV
========================= */
.page-fv{
  position:relative;
  overflow:hidden;
  padding:180px 20px 140px;
  background:#111;
  color:#fff;
  isolation:isolate;
}


.page-fv-bg{
  position:absolute;
  inset:0;
  background:var(--fv-bg) center center / cover no-repeat;
  animation:bgZoom 8s ease-in-out infinite alternate;
  z-index:0;
  transform:scale(1);
}

/* 中身 */
.page-fv-inner{
  position:relative;
  max-width:1200px;
  margin:auto;
}

/* タイトル */
.page-fv-heading{
  text-align:center;
}

.page-fv-sub{
  font-size:14px;
  letter-spacing:.35em;
  color:#d2a55d;
  margin-bottom:16px;
  font-weight:600;
}

.page-fv-title{
  font-size:clamp(40px,6vw,84px);
  line-height:1.2;
  font-weight:700;
  letter-spacing:.05em;
  text-shadow:
    0 5px 20px rgba(0,0,0,.35);
}

.page-fv-line{
  width:82px;
  height:2px;
  background:#d2a55d;
  margin:28px auto 0;
}

/* 背景ズーム */
@keyframes bgZoom{
  from{
    transform:scale(1);
  }
  to{
    transform:scale(1.08);
  }
}

/* =========================
   SP
========================= */
@media(max-width:768px){

  .page-fv{
    padding:140px 20px 100px;
  }

  .page-fv-sub{
    font-size:12px;
    letter-spacing:.25em;
  }

  .page-fv-line{
    margin-top:22px;
  }

}

/* =========================
  きん太こだわり
========================= */


.kodawari-block{
  max-width:1200px;
  margin:120px auto;
  padding:0 20px;
  display:flex;
  align-items:center;
  gap:80px;
}

.kodawari-image{
  width:55%;
}

.kodawari-text{
  width:45%;
}

.img-wrap{
  overflow:hidden;
  border-radius:20px;
}

.img-wrap img{
  width:100%;
  display:block;
  transition:transform .8s ease;
}

.img-wrap:hover img{
  transform:scale(1.08);
}


.kodawari-text h3{
  font-size:42px;
  line-height:1.5;
  margin-bottom:30px;
  color:#111;
}

.kodawari-text p{
  font-size:16px;
  line-height:2;
  color:#555;
}

.kodawari-block.reverse{
  flex-direction: row-reverse;
}

/* =========================
  快適にお過ごしいただくための設備
========================= */
.facility-area{

  max-width:1200px;
  margin:120px auto;
  padding:0 20px;
}

.facility-heading{
    text-align:center;
    font-size:28px;
    font-weight:700;
    margin-bottom:30px;
    color:#222;
}

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

.facility-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    background:#fff;
    padding:35px 25px;
    border-radius:12px;
    border:1px solid #e5e5e5;
    text-decoration:none;
    color:#333;
    transition:.3s;
}

.facility-item:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.facility-icon{
    width:90px;
    height:90px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    border-radius:50%;
    background:#f8f8f8;
}

.facility-icon i{
    font-size:42px;
    color:#b71c1c;
}

.facility-item h3{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.facility-item p{
    font-size:14px;
    line-height:1.8;
    color:#666;
    margin-bottom:20px;
}

.facility-link{
    display:inline-block;
    margin-top:auto;
    color:#b71c1c;
    font-weight:700;
    position:relative;
}

.facility-link::after{
    content:"→";
    margin-left:6px;
}

@media (max-width: 768px){

    .facility-heading{
        font-size:22px;
    }

    .facility-list{
        grid-template-columns:1fr;
        gap:15px;
    }

    .facility-item{
        padding:25px 20px;
    }

    .facility-icon{
        width:70px;
        height:70px;
    }

    .facility-icon i{
        font-size:32px;
    }

    .facility-item h5{
        font-size:18px;
    }

}


/* =========================
  アニメーション
========================= */

.fadeUp,
.slideLeft,
.slideRight{
  opacity:0;
  transition:1s ease;
}

.fadeUp{
  transform:translateY(40px);
}

.slideLeft{
  transform:translateX(-60px);
}

.slideRight{
  transform:translateX(60px);
}

.fadeUp.active,
.slideLeft.active,
.slideRight.active{
  opacity:1;
  transform:translate(0);
}


/* =========================
    背景ズーム
========================= */

@keyframes bgZoom{
  from{
    transform:scale(1);
  }
  to{
    transform:scale(1.08);
  }
}


/* ======================================
   下層ページのh2
====================================== */
.scene{
  position: relative;
  min-height: 60vh;

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

  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.scene::after{
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(2px);
}

.scene-inner{
  position: relative;
  z-index: 2;

  text-align: center;
 color: #333;
  width: min(90%, 1000px);
  padding: 40px 20px;
}

.scene-title{
  font-size: clamp(16px, 4vw, 34px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;

  margin-bottom: 24px;
}

.scene-text{
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
.scene{
  min-height: 40vh;
}
	
	}

/* ======================================
   h2の背景
====================================== */
/*きん太は、お客様に*/
.bg-kodawari01{
  background-image: url('./img/kodawari/subtitle01.png');

}

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

@media screen and (max-width: 768px) {

  .footer {
    padding: 60px 20px 25px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 50px;
  }

  .footer-logo img {
    width: 280px;
  }

  .footer-sns {
    margin-top: 30px;
    gap: 20px;
  }

  .footer-sns a {
    font-size: 34px;
  }

  .footer-nav-wrap {
    gap: 50px;
    flex-wrap: wrap;
  }

  .footer-nav li {
    margin-bottom: 18px;
  }

  .footer-nav a {
    font-size: 22px;
  }

  .footer-copy {
    margin-top: 50px;
    font-size: 14px;
  }

}

.header-actions{
  display:flex;
  align-items:center;
}

.sp-reserve-btn{
  display:none;
}

/* ---------------

sp

---------------*/
@media (max-width: 750px) {
  body {
    padding-top: 70px;
  }
html,
body{
  overflow-x: hidden;
}
	
 .pc-only { display: none; }

  .site-header {
    height: 70px;
  }

  .logo-image {
    max-height: 45px;
  }

  .header-actions{
    display:flex;
    align-items:center;
    gap:15px;
  }

	
  .sp-reserve-btn{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    font-size:10px;
    font-weight:bold;
    line-height:1;
  }

  .sp-reserve-btn i{
    font-size:28px;
    margin-bottom:4px;
  }

  .menu-trigger {
    display: block;
    position: relative;
    width: 30px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100; 
  }


  .menu-trigger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: all 0.4s ease;
  }

  .menu-trigger span:nth-child(1) { top: 0; }
  .menu-trigger span:nth-child(2) { top: 11px; }
  .menu-trigger span:nth-child(3) { top: 22px; }


  .menu-trigger.is-active span:nth-child(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  .menu-trigger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .menu-trigger.is-active span:nth-child(3) {
    transform: translateY(-11px) rotate(45deg);
  }


  .global-nav {
    position: fixed;
    top: 0;
    right: -100%; 
    width: 100%;
    height: 100vh;
    background-color: rgba(221, 10, 23, 0.95);
    z-index: 1050;
    transition: right 0.4s ease; 
    padding-top: 100px; 
  }


  .global-nav.is-open {
    right: 0;
  }

  .global-nav ul {
    flex-direction: column; 
    align-items: center;
    gap: 40px;
  }

  .global-nav a {
    font-size: 1.3rem;
  }
	

/* --- 季節のメニュー --- */

  .seasonal-section {
  width: 100%;
  padding:40px 0 0 0;
  background-image: url('./img/top/back01_sp.png');
  background-position: center center;
}


  .seasonal-title {
    font-size: 1.6rem;
  }

  .js-seasonal-swiper {
    padding-bottom: 40px;
    padding-left: 10px; 
    padding-right: 10px;
  }
	


.shop-list {
    align-items: stretch;
  }

  .shop-item {

    width: calc((100% - 15px) / 2);
  }
  
  .shop-card {
    height: auto; 
    padding: 20px 10px;
  }

  
  .shop-card {
    flex-direction: row;
    justify-content: center; 
    gap: 10px; 
    height: 70px;
    padding: 10px; 
  }

  .hera-img {
    width: 35px; 
    margin-bottom: 0;
  }

  .pref-name {
    font-size: 1rem; 
  }


.charm01_area{
  left:10px;
  position: absolute;
 top:0;
  z-index: 5;
}

.charm02_area {
position: absolute;
  right:10px;
 top:-50px;
	  z-index: 5;
}


.charm01_area img{
	width: 100%;
	max-width:100px; 
	}

.charm02_area img{
	width: 100%;
	max-width:120px; 
	}
	
	
/* --- お知らせセクション (PC) --- */
 .news-section {
    padding: 50px 0 60px 0;
  }


  .news-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 450px; 
    margin: 0 auto;
  }


  .news-left-column {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    position: relative;
    padding-bottom: 10px;
  }

  .news-title-area {
    grid-column: 1;
    margin-bottom: 15px;
    text-align: left;
  }

  .news-title {
    font-size: 2rem;
  }

  .news-more-link {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 0;
    justify-content: flex-start;
  }


  .news-charm-area {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    align-self: end;
    margin-top: 0;
  }

  .news-charm-img {
    width: 120px; 
    height: auto;
  }

  .news-right-column {
    width: 100%;
  }


.top_news-card  {
    width: 100% !important;
    max-width: 100%;
  }

  .js-news-swiper {
    padding-bottom: 50px;
  }

  .news-controls {
    gap: 15px;
  }

  .js-news-prev,
  .js-news-next {
    font-size: 1.6rem;
  }
	

  .concept-section{
    display:block;
    position:relative;
    width:100%;
    overflow:hidden;

    background:none;
  }

  .concept-section::before{
    content:"";
    position:absolute;
    top:-20%;
    left:0;
    width:100%;
    height:140%;

    background:url('./img/top/concept_back.png') center center / cover no-repeat;

    z-index:1;

    transform:translateY(var(--parallax-y,0));
    will-change:transform;
  }

  .concept-text-column{
    position:relative;
    z-index:2;
    width:100%;
    padding:60px 20px;
    background:rgba(255,255,255,.75);
  }



  .concept-photo-column {
    display: none;
  }



  .concept-inner {
    max-width: 100%;
  }

  .concept-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }


  .concept-lead-box {
    flex-direction: column-reverse; 
    gap: 15px;
    margin-bottom: 40px;
  }

  .charm-egg {
    width: 200px;
    align-self: flex-end; 
    margin-bottom: -10px;
  }

.concept-lead-text p{
    font-size:1rem;
}

.concept-lead-text br{
    display:none;
}

  .concept-detail-box {
    flex-direction: column; 
    gap: 15px;
    padding-bottom: 0;
  }

  .concept-detail-title {
    writing-mode: horizontal-tb; 
    font-size: 1.2rem;
    border-left: 3px solid #e40017; 
    padding-left: 10px;
    padding-top: 0;
  }

  .concept-photo-wrapper {
    max-width: 100%; 
    margin-bottom: 15px;
  }

  .charm-cabbage {
    left:0;
    bottom: 100px;
    width: 100px;
  }
		

  .okonomiyaki-item {
    width: 50vw;
    padding: 0 8px;
  }

  .menu-genre-block {
    padding: 50px 0;
  }


  .menu-genre-inner, 
  .menu-genre-inner.reverse-layout {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .menu-genre-text, 
  .menu-genre-image-box {
    width: 100%;
  }


  .slide-from-right, 
  .slide-from-left {
    transform: translateY(50px);
  }
  
  .js-menu-trigger.is-active .menu-genre-image-box {
    transform: translateY(0);
  }

  .menu-genre-text h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .menu-genre-text p {
    font-size: 0.9rem;
    margin-bottom: 25px;
  }

  .menu-common-btn {
    width: 85%;
    padding: 14px 0;
  }
	
	


  .footer {
    padding: 50px 20px 20px;
  }

  .footer-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }


  .footer-left {
    order: 1;
  }


  .footer-nav-wrap {
    order: 2;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }

  .footer-logo img {
    width: 220px;
  }

  .footer-sns {
    margin-top: 22px;
    gap: 16px;
  }

  .footer-sns a {
    font-size: 22px;
  }

  .footer-nav a {
    font-size: 16px;
  }

  .footer-copy {
    margin-top: 40px;
    font-size: 12px;
  }

	
	

	
/* =========================
    きん太こだわり
========================= */

  .kodawari-block,
  .kodawari-block.reverse{
    flex-direction: column;
    gap:40px;

    margin:80px auto;
  }

  .kodawari-image,
  .kodawari-text{
    width:100%;
  }

  .kodawari-text h3{
    font-size:30px;
    margin-bottom:20px;
  }


  .kodawari-text h3{
    font-size:24px;
    margin-bottom:20px;
  }

  .kodawari-text p{
    font-size:15px;
    line-height:1.9;
  }
}


/* ======================================
   文字の動き 見出し
====================================== */

.titleAnime{
  opacity:0;

  transform:
    translateY(100px)
    scale(.8)
    rotate(3deg);

  filter: blur(12px);

  transition:
    opacity 1.4s ease,
    transform 1.4s cubic-bezier(.22,1,.36,1),
    filter 1.4s ease;
}

.titleAnime.active{
  opacity:1;

  transform:
    translateY(0)
    scale(1)
    rotate(0);

  filter: blur(0);
}


/* ======================================
   文字の動き txt
====================================== */

.textAnime{
  opacity:0;

  transform:
    translateY(40px);

  filter: blur(6px);

  transition:
    opacity 1.6s ease,
    transform 1.6s cubic-bezier(.22,1,.36,1),
    filter 1.6s ease;

  transition-delay:.25s;
}

.textAnime.active{
  opacity:1;
  transform:translateY(0);
  filter:blur(0);
}


/* =====================
  メニューページ
===================== */
.menu-sticky-nav{
  position: sticky;
  top: 0;
  z-index: 999;

  background: rgba(0,0,0,.92);
  backdrop-filter: blur(10px);

  border-bottom: 1px solid rgba(255,255,255,.08);

  padding: 14px 20px;
}

/* 中身だけ1200pxに収める */
.menu-sticky-nav-inner{
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  gap: 12px;

  overflow-x: auto;

  scrollbar-width: none;
}

.menu-sticky-nav-inner::-webkit-scrollbar{
  display: none;
}

.menu-sticky-nav a{
  flex-shrink: 0;

  color: #fff;
  text-decoration: none;

  font-size: 14px;
  font-weight: 700;

  padding: 12px 20px;

  border-radius: 999px;

background: linear-gradient(
  to bottom,
  #3a3a3a 0%,
  #121212 100%
);

  transition: .3s;
}

.menu-sticky-nav a:hover{
  background: #D62828;
  transform: translateY(-2px);
}

/* =====================
 セクション
===================== */

.menulist-section{

  padding:80px 5%;
  scroll-margin-top:120px;
}

.menu-title{
  position:relative;

  display:inline-block;
  color:#333;
  font-size:34px;
  margin-bottom:40px;
}

.menu-title::after{
  content:"";

  position:absolute;
  left:0;
  bottom:-10px;

  width:60px;
  height:4px;

  background:#D62828;
}

/* =====================
 グリッド
===================== */

.menu-grid{
  display:grid;
grid-template-columns:repeat(4,1fr);
  gap:30px;
}

/* =====================
 カード
===================== */

.menu-card{
  display:block;

  color:#fff;
  text-decoration:none;

  background:#1a1a1a;

  border-radius:24px;

  overflow:hidden;

  position:relative;

  transition:
    transform .4s ease,
    box-shadow .4s ease;
}

.menu-card:hover{
  transform:translateY(-8px);

  box-shadow:
    0 20px 40px rgba(0,0,0,.4),
    0 0 30px rgba(214,40,40,.2);
}

/* =====================
 画像
===================== */

.menu-image{
  position:relative;
  overflow:hidden;
}

.menu-image img{
  width:100%;
  display:block;

  transition:transform .8s ease;
}

.menu-card:hover img{
  transform:scale(1.08);
}

/* オーバーレイ */

.menu-image::after{
  content:"";

  position:absolute;
  inset:0;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.65),
      transparent 55%
    );
}

/* =====================
 バッジ
===================== */

.menu-badge{
  position:absolute;
  top:15px;
  left:15px;

  z-index:2;

  background:
    linear-gradient(
      135deg,
      #D62828,
      #ff7b00
    );

  padding:8px 14px;

  border-radius:999px;

  font-size:12px;
  font-weight:700;
}

/* =====================
 テキスト
===================== */

.menu-content{
  padding:24px;
}

.menu-content h3{
  font-size:20px;
  margin-bottom:12px;

}

.menu-text{
  color:#ccc;
  line-height:1.8;
  margin-bottom:20px;
}


/* =====================
 スクロール出現
===================== */

.fadeUp{
  opacity:0;
  transform:translateY(40px);

  transition:
    opacity 1s ease,
    transform 1s ease;
}

.fadeUp.is-show{
  opacity:1;
  transform:none;
}

/* =====================
 スマホ
===================== */

@media(max-width:768px){

  .menulist-section{
    padding:60px 20px;
  }

  .menu-grid{
    grid-template-columns:repeat(2,1fr);
    gap:16px;
  }

  .menu-title{
    font-size:28px;
  }

  .menu-content{
    padding:20px;
  }

  .menu-content h3{
    font-size:18px;
  }


  .menu-sticky-nav-inner{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;

    overflow:visible;
  }

  .menu-sticky-nav a{
    width:100%;
    min-width:0;

    padding:11px 10px;

    font-size:13px;

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

    text-align:center;
  }


}


/* =====================
お得なクーポン
===================== */

.app-fv{
  position:relative;
  overflow:hidden;

  padding:120px 20px 90px;

  background:
  linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.92)),
  url("./img/app/fv_back.png") center center / cover no-repeat;
}

.app-fv::before{
  content:"";
  position:absolute;
  inset:0;

  background:
  radial-gradient(circle at center,
  rgba(214,40,40,.18),
  transparent 60%);
}

.app-fv-inner{
  max-width:1200px;
  margin:auto;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;

  position:relative;
  z-index:2;
}

.app-fv-content{
  width:48%;
}

.app-lead{
  display:inline-block;

  font-size:18px;
  font-weight:700;
  color: #fff;
  background:#D62828;

  padding:8px 18px;

  border-radius:999px;

  margin-bottom:25px;
}

.app-title{
  font-size:60px;
  line-height:1.15;
  font-weight:900;

  color:#C8A45D;

  margin-bottom:30px;
}

.app-text{
  font-size:20px;
  line-height:2;
  color:#eee;

  margin-bottom:45px;
}



.app-download{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
}

.app-download a{
  transition:.3s;
}

.app-download a:hover{
  transform:translateY(-4px);
}

.app-download img{
  height:62px;
}

.app-fv-phone{
  width:42%;
  text-align:center;
}

.app-fv-phone img{
  width:100%;
  max-width:300px;

  filter:
  drop-shadow(0 0 35px rgba(214,40,40,.35));

  animation:float 4s ease-in-out infinite;
}

@keyframes float{

  0%{
    transform:translateY(0);
  }

  50%{
    transform:translateY(-15px);
  }

  100%{
    transform:translateY(0);
  }

}


.app-coupon,
.app-point,
.app-rank,
.app-news{
  padding:110px 20px;

	
}

.app-box{
  max-width:1200px;
  margin:auto;

  display:flex;
  align-items:center;
  gap:70px;
}

.app-box.reverse{
  flex-direction:row-reverse;
}

.app-box-image{
  width:45%;
}

.app-box-image img{
  width:100%;
  border-radius:40px;
}

.app-box-content,
.app-box-content02{
  width:55%;
}



.app-box-content p{
  font-size:19px;
  line-height:2.2;
  color:#333;

  margin-bottom:25px;
}

.app-box-content02 p{
  font-size:19px;
  line-height:2.2;
  color:#fff;

  margin-bottom:25px;
}





.app-point{
  background:
  linear-gradient(
  180deg,
  #080808,
  #111
  );
}

.point-example{
  display:inline-block;

  margin-top:15px;

  padding:20px 28px;

  border-radius:20px;

  background:#D62828;
color:#fff;
  font-size:20px;
  font-weight:700;
  line-height:1.8;

  box-shadow:
  0 0 25px rgba(214,40,40,.25);
}
.rank-lead{
  text-align:center;

  font-size:22px;
  line-height:2;

  margin-bottom:50px;

  color:#333;
}

.rank-grid{
  max-width:1200px;
  margin:auto;

  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:25px;
}

.rank-card{
  background:
  linear-gradient(
  180deg,
  rgba(255,255,255,.05),
  rgba(255,255,255,.02)
  );

  border:1px solid rgba(255,255,255,.08);

  border-radius:30px;

  padding:50px 30px;

  text-align:center;

  transition:.4s;
}

.rank-card:hover{
  transform:translateY(-8px);

  box-shadow:
  0 0 30px rgba(214,40,40,.18);
}

.rank-card span{
  display:block;

  font-size:14px;
  letter-spacing:.2em;

  margin-bottom:14px;

  opacity:.6;
}

.rank-card h3{
  font-size:20px;
  font-weight:900;
}

.app-news{
  background:#0A0A0A;
}

.news-card{
  max-width:900px;
  margin:auto;

  background:
  linear-gradient(
  180deg,
  rgba(255,255,255,.06),
  rgba(255,255,255,.02)
  );

  border-radius:30px;

  border:1px solid rgba(255,255,255,.08);

  padding:60px 50px;

  text-align:center;
}

.news-card p{
  font-size:22px;
  line-height:2.1;
  color:#eee;
}

.app-cta{
  position:relative;

  overflow:hidden;

  padding:50px 20px;

  background:#f5f5f5;
}

.app-cta-inner{
  max-width:1000px;
  margin:auto;

  text-align:center;
}

.app-cta h2{
  font-size:40px;
  line-height:1.6;
  font-weight:900;

  margin-bottom:50px;
}

.rank_img {	
padding: 0 0 2% 0;
margin: 0 auto;
text-align: center;
	}
	
.rank_img img{	
	width: 100%;
	max-width: 150px;
}



.app-download_area{
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  max-width:1000px;
}

.app-download02{
  display:flex;
  justify-content:center; 
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
}

.app-download02 a{
  transition:.3s;
}

.app-download02 a:hover{
  transform:translateY(-4px);
}

.app-download02 img{
  height:62px;
  display:block;
}

.app-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.section-heading,
.section-heading02{
  text-align:center;
  margin-bottom:70px;
}

.section-heading h2,
.section-heading02 h2{
  position:relative;
  display:inline-block;

  font-size:48px;
  font-weight:900;
  letter-spacing:.08em;
  line-height:1.4;

  padding-bottom:18px;
}

.section-heading h2{
  color:#111;
}

.section-heading02 h2{
  color:#fff;
}

/* 下線アクセント */
.section-heading h2::after,
.section-heading02 h2::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);

  width:70px;
  height:4px;

  border-radius:999px;

  background:rgba(200,164,93,.55);
}

/* 薄い英字 */
.section-heading h2::before,
.section-heading02 h2::before{
  content:"APPLICATION";

  position:absolute;
  top:-28px;
  left:50%;
  transform:translateX(-50%);

  font-size:14px;
  letter-spacing:.4em;
  font-weight:700;

  color:rgba(200,164,93,.55);
}

/* =========================================
SP
========================================= */
@media (max-width:768px){

  .section-heading,
  .section-heading02{
    margin-bottom:45px;
  }

  .section-heading h2,
  .section-heading02 h2{
    font-size:30px;
    padding-bottom:14px;
  }

  .section-heading h2::before,
  .section-heading02 h2::before{
    font-size:11px;
    top:-20px;
  }

  .app-fv{
    padding:90px 20px 70px;
  }

  .app-fv-inner{
    flex-direction:column;
    gap:50px;
  }

  .app-fv-content,
  .app-fv-phone{
    width:100%;
  }

  .app-fv-content{
    text-align:center;
  }

  .app-lead{
    font-size:14px;
    margin-bottom:20px;
  }

  .app-title{
    font-size:48px;
  }

  .app-text{
    font-size:16px;
    line-height:1.9;

    margin-bottom:35px;
  }

  .app-download{
    justify-content:center;
  }

  .app-download img{
    height:52px;
  }

  .app-coupon,
  .app-point,
  .app-rank,
  .app-news{
    padding:80px 20px;
  }

  .app-box,
  .app-box.reverse{
    flex-direction:column;
    gap:35px;
  }

  .app-box-image,
  .app-box-content{
    width:100%;
  }

  .app-box-image img{
    border-radius:25px;
  }

  .app-box-content{
    text-align:center;
  }

  .app-box-content p{
    font-size:15px;
    line-height:2;
  }

  .point-example{
    width:100%;

    padding:18px 20px;

    font-size:16px;
    line-height:1.8;

    box-sizing:border-box;
  }

  .rank-lead{
    font-size:16px;
    line-height:2;

    margin-bottom:35px;
  }

  .rank-grid{
    grid-template-columns:1fr 1fr;
    gap:15px;
  }

  .rank-card{
    border-radius:22px;

    padding:35px 20px;
  }
	

  .rank-card h3{
    font-size:18px;
  }

  .news-card{
    padding:40px 25px;

    border-radius:24px;
  }

  .news-card p{
    font-size:16px;
    line-height:2;
  }

  .app-cta{
    padding:90px 20px;
  }

  .app-cta h2{
    font-size:34px;
    line-height:1.7;
  }

}


/* =========================================
NEWS ARCHIVE
========================================= */


.news-archive-inner{
  width:100%;
  max-width:1100px;
  margin:0 auto;
padding: 50px 20px 100px;
}

/* タイトル */

.page-title-area{
  margin-bottom:60px;
  text-align:center;
}

.page-title{
  font-size:48px;
  line-height:1.2;
  font-weight:700;
  color:#111;
  margin-bottom:10px;
}

.page-subtitle{
  display:block;
  font-size:14px;
  letter-spacing:.15em;
  color:#c40000;
  font-weight:700;
}

/* 一覧 */

.news-list{
  display:flex;
  flex-direction:column;
  gap:30px;
}

/* カード */

.news-item{
  border-bottom:1px solid #e5e5e5;
  padding-bottom:30px;
}

.news-item a{
  display:flex;
  gap:30px;
  text-decoration:none;
  color:#111;
  transition:.3s;
}

.news-item a:hover{
  opacity:.7;
}

/* サムネ */

.news-thumbnail{
  width:320px;
  flex-shrink:0;
  overflow:hidden;
  border-radius:20px;
}

.news-thumbnail img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* コンテンツ */

.news-content{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

/* メタ */

.news-meta{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:15px;
}

.news-date{
  font-size:14px;
  color:#777;
  letter-spacing:.05em;
}

.news-category{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:90px;
  height:32px;
  padding:0 15px;
  border-radius:999px;
  background:#c40000;
  color:#fff;
  font-size:12px;
  font-weight:700;
}

/* タイトル */

.news-title{
  font-size:24px;
  line-height:1.7;
  font-weight:700;
  color:#111;
}

/* =========================================
PAGINATION
========================================= */

.pagination{
  margin-top:80px;
}

.nav-links{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
}

.page-numbers{
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid #ddd;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#111;
  transition:.3s;
  font-size:14px;
  font-weight:700;
}

.page-numbers.current{
  background:#c40000;
  border-color:#c40000;
  color:#fff;
}

.page-numbers:hover{
  background:#111;
  border-color:#111;
  color:#fff;
}

/* =========================================
SINGLE
========================================= */

.single-page{
  padding:120px 20px 100px;
  background:#fff;
}

.single-inner{
  width:100%;
  max-width:900px;
  margin:0 auto;
}

/* メタ */

.single-meta{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:20px;
}

.single-date{
  font-size:14px;
  color:#777;
}

.single-category{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:90px;
  height:32px;
  padding:0 15px;
  border-radius:999px;
  background:#c40000;
  color:#fff;
  font-size:12px;
  font-weight:700;
}

/* タイトル */

.single-title{
  font-size:42px;
  line-height:1.5;
  font-weight:700;
  color:#111;
  margin-bottom:50px;
}

/* サムネ */

.single-thumbnail{
  margin-bottom:50px;
  border-radius:30px;
  overflow:hidden;
}

.single-thumbnail img{
  width:100%;
  height:auto;
  display:block;
}

/* 本文 */

.single-content{
  font-size:16px;
  line-height:2;
  color:#333;
}

.single-content p{
  margin-bottom:2em;
}

.single-content h2{
  font-size:32px;
  line-height:1.5;
  font-weight:700;
  margin:80px 0 30px;
}

.single-content h3{
  font-size:24px;
  line-height:1.5;
  font-weight:700;
  margin:60px 0 25px;
}

.single-content img{
  max-width:100%;
  height:auto;
  border-radius:20px;
}

.single-content ul,
.single-content ol{
  margin:30px 0;
  padding-left:1.5em;
}

.single-content li{
  margin-bottom:10px;
}

.single-content a{
  color:#c40000;
  text-decoration:underline;
}

.single-content blockquote{
  margin:40px 0;
  padding:30px;
  background:#f7f7f7;
  border-radius:20px;
}

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

@media screen and (max-width:768px){
  .news-archive-inner{
    width:100%;
    max-width:750px;
    margin:0 auto;
    padding:30px 20px 70px;
  }

  .news-archive{
    padding:0 20px 50px;
  }

  .news-list{
    gap:15px;
  }

  .news-item{
    padding-bottom:15px;
  }

  .news-item a{
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    gap:12px;
  }

  .news-thumbnail{
    width:110px;
    flex-shrink:0;
    border-radius:10px;
  }

  .news-thumbnail img{
    aspect-ratio:4 / 3;
    object-fit:cover;
  }

  .news-content{
    flex:1;
  }

  .news-meta{
    gap:6px;
    margin-bottom:6px;
  }

  .news-date{
    font-size:10px;
  }

  .news-category{
    min-width:auto;
    height:20px;
    padding:0 8px;
    font-size:9px;
  }

  .news-title{
    font-size:15px;
    line-height:1.5;
  }
  .single-page{
    padding:90px 20px 70px;
  }

  .single-title{
    font-size:30px;
    margin-bottom:35px;
  }

  .single-content{
    font-size:15px;
    line-height:1.9;
  }

  .single-content h2{
    font-size:26px;
    margin:60px 0 25px;
  }

  .single-content h3{
    font-size:22px;
    margin:45px 0 20px;
  }

}


/* =========================================
固定ページ 共通
========================================= */

.page-main{
  position: relative;
  overflow: hidden;
  background: #fffdf8;
}


/* =========================================
コンテンツ
========================================= */

.page-content{
  position: relative;
  padding: 100px 20px;
}

.page-container{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}


/* =========================================
投稿エディタ内容
========================================= */

.page-container h2{
  position: relative;
  font-size: clamp(26px,3vw,38px);
  line-height: 1.4;
  font-weight: 800;
  color: #222;
  margin: 0 0 40px;
  padding-bottom: 18px;
}

.page-container h2::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 4px;
  background: #d91c1c;
  border-radius: 999px;
}

.page-container h3{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
  margin: 70px 0 25px;
}

.page-container p{
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin: 0 0 24px;
}

.page-container img{
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.page-container a{
  color: #c40000;
  text-decoration: none;
  transition: .3s;
}

.page-container a:hover{
  opacity: .7;
}

.page-container ul,
.page-container ol{
  margin: 0 0 30px 24px;
}

.page-container li{
  line-height: 2;
  margin-bottom: 10px;
}


/* =========================================
テーブル
========================================= */

.page-container table{
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
}

.page-container th,
.page-container td{
  border: 1px solid #ddd;
  padding: 16px;
  font-size: 15px;
  line-height: 1.7;
}

.page-container th{
  background: #f7f3ea;
  width: 30%;
}


/* =========================================
ボタン
========================================= */

.wp-block-button{
  margin-top: 40px;
}

.wp-block-button__link{
  background: #d91c1c;
  color: #fff !important;
  padding: 16px 38px;
  border-radius: 999px;
  font-weight: 700;
  transition: .3s;
}

.wp-block-button__link:hover{
  transform: translateY(-2px);
  opacity: .9;
}


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

@media screen and (max-width: 767px){



  .page-content{
    padding: 70px 20px;
  }

  .page-container h2{
    font-size: 28px;
    margin-bottom: 30px;
  }

  .page-container h3{
    font-size: 22px;
    margin: 50px 0 20px;
  }

  .page-container p{
    font-size: 15px;
    line-height: 1.9;
  }

  .page-container th,
  .page-container td{
    padding: 12px;
    font-size: 14px;
  }

}

/* =========================================
NEWS CATEGORY
========================================= */

.news-category-nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-bottom:50px;
}

.category-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:40px;
  padding:0 20px;
  border-radius:999px;
  border:1px solid #ddd;
  background:#fff;
  color:#333;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  transition:.3s;
}

.category-btn:hover{
  background:#c40000;
  border-color:#c40000;
  color:#fff;
}

.category-btn.is-active{
  background:#c40000;
  border-color:#c40000;
  color:#fff;
}


/* =========================================
SP
========================================= */
@media screen and (max-width:768px){

  .news-category-nav{
    justify-content:flex-start;
    gap:8px;
    margin-bottom:30px;
  }

  .category-btn{
    height:34px;
    padding:0 14px;
    font-size:12px;
  }

}

/* =========================================
TOP　SNSエリア
========================================= */

.sns-section{
	margin:  0 auto;
	padding: 5% 0;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	}


/* ========================================
   FAMILY & APP
======================================== */

.top-family-app{
  padding:120px 20px;
  background:#faf7f2;
}

.top-family-app__heading{
  max-width:800px;
  margin:0 auto 100px;
  text-align:center;
}

.top-family-app__sub{
  display:block;
  font-size:14px;
  letter-spacing:.2em;
  color:#b92025;
  font-weight:700;
  margin-bottom:15px;
}

.top-family-app__heading h2{
  font-size:48px;
  line-height:1.4;
  margin-bottom:25px;
}

.top-family-app__heading p{
  line-height:2;
  color:#666;
}

.top-family-app__container{
  max-width:1200px;
  margin:0 auto;
}

.service-feature{
  display:flex;
  align-items:center;
  gap:80px;
  margin-bottom:120px;
}

.service-feature:last-child{
  margin-bottom:0;
}

.service-feature--reverse{
  flex-direction:row-reverse;
}

.service-feature__image{
  width:55%;
}

.service-feature__image img{
  width:100%;
  display:block;
  border-radius:30px;
}

.service-feature__content{
  width:45%;
}

.service-feature__label{
  display:inline-block;
  margin-bottom:15px;
  color:#b92025;
  font-size:14px;
  font-weight:700;
  letter-spacing:.15em;
}

.service-feature__content h3{
  font-size:42px;
  line-height:1.4;
  margin-bottom:25px;
}

.service-feature__content p{
  line-height:2;
  color:#555;
  margin-bottom:25px;
}

.service-feature__list{
  margin-bottom:30px;
  padding-left:20px;
}

.service-feature__list li{
  margin-bottom:10px;
  line-height:1.8;
}

.service-feature__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:18px 40px;
  background:#b92025;
  color:#fff;
  text-decoration:none;
  border-radius:999px;
  font-weight:700;
  transition:.3s;
}

.service-feature__btn:hover{
  transform:translateY(-3px);
}

.service-feature__btn::after{
  content:"→";
  margin-left:10px;
}

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

@media(max-width:768px){

  .top-family-app{
    padding:80px 20px;
  }

  .top-family-app__heading{
    margin-bottom:60px;
  }

  .top-family-app__heading h2{
    font-size:30px;
  }

  .service-feature,
  .service-feature--reverse{
    flex-direction:column;
    gap:30px;
    margin-bottom:80px;
  }

  .service-feature__image,
  .service-feature__content{
    width:100%;
  }

  .service-feature__content h3{
    font-size:28px;
  }

}

/* =========================================
店舗検索
========================================= */

/* --- フォーム全体のデザイン --- */
.search-form-container { 
    max-width: 800px; 
    margin: 0 auto; 
    padding: 30px; 

}

/* --- ラベル（キーワード・エリア） --- */
.field-label { 
    display: block; 
    margin: 24px 0 12px; 
    font-size: 11px; 
    font-weight: 800; 
    color: #999; 
    letter-spacing: 0.15em; 
    text-transform: uppercase; 
}

/* --- キーワード検索エリア（一体感のあるデザイン） --- */
.search-input-group { display: flex; gap: 10px; }
.search-input { 
    flex: 1; padding: 14px 16px; 
    border: 1px solid #e0e0e0; 
    border-radius: 8px; 
    font-size: 14px; 
    transition: border 0.3s;
}
.search-input:focus { outline: none; border-color: #000; }
.search-button-inline { 
    padding: 0 24px; background: #000; color: #fff; 
    border: none; border-radius: 8px; cursor: pointer; font-weight: 600; font-size: 13px;
}

/* --- アコーディオンのPC/スマホ切替 --- */
.filter-group { 
    display: grid; 
    grid-template-columns: 1fr; 
    gap: 12px; 
}
@media (min-width: 768px) {
    .filter-group { grid-template-columns: 1fr 1fr; }
}



/* ヘッダー：PCで大きく・押しやすく */
.accordion-header { 
    padding: 18px 24px; 
    cursor: pointer; 
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    background: #fafafa; 
    font-size: 15px; 
    font-weight: 700; 
    color: #333;
    transition: background 0.2s;
}
.accordion-header::after { content: '+'; color: #fff; font-weight: 400; }
.is-open .accordion-header { background: #8b2d1b; border-radius: 10px 10px 0 0; }
.is-open .accordion-header::after { content: '-'; }

.child-area-list { display: none; padding: 14px; background: #fff; border-top: 1px solid #f0f0f0; }
.is-open .child-area-list { display: block; }



/* --- 個別のボタンデザイン --- */
.btn-checkbox { 
    display: inline-block; padding: 6px 16px; margin: 4px; 
    border: 1px solid #eee; border-radius: 20px; 
    cursor: pointer; font-size: 13px; color: #fff; transition: all 0.2s;
	background: #c5a98a;
	
}
.btn-checkbox input { display: none; }
.btn-checkbox:has(input:checked) { background: #000; color: #fff; border-color: #000; }

/* --- 一番下の大きな実行ボタン --- */
.search-submit-large { 
    width: 100%; padding: 20px; margin-top: 30px; 
    background: #000; color: #fff; border: none; border-radius: 10px; 
    font-size: 16px; font-weight: 700; cursor: pointer; 
    transition: background 0.3s;
}
.search-submit-large:hover { background: #333; }


/* ==========================
   検索結果ヘッダー
========================== */

.shop-result-header{
    max-width:1200px;
    margin:80px auto 50px;
    padding:0 20px;
}

.shop-result-title{
    font-size:clamp(32px,4vw,56px);
    font-weight:700;
    line-height:1.3;
    margin-bottom:15px;
    color:#222;
}

.shop-result-desc{
    font-size:18px;
    color:#666;
    margin-bottom:35px;
}

.shop-count{
    background:#f5f5f5;
    padding:25px 30px;
    border-radius:10px;
    font-size:18px;
}

.shop-count strong{
    font-size:32px;
    color:#8b2d1b;
    font-weight:700;
}


/* ==========================
   店舗一覧
========================== */

.shop-list_serp{
    max-width:1200px;
    margin:0 auto 80px;
    padding:0 20px;
}


/* ==========================
   店舗カード
========================== */
.shop-serp{
    display:grid;
    grid-template-columns:300px 1fr 240px;
    gap:40px;
    align-items:center;
    padding:40px 0;
    border-bottom:1px solid #e5e5e5;
}

.shop-serp:first-child{
    border-top:1px solid #e5e5e5;
}


/* ==========================
   画像
========================== */

.shop-serp__thumb{
    overflow:hidden;
    border-radius:10px;
}

.shop-serp__thumb img{
    width:100%;
    aspect-ratio:4 / 3;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.shop-serp:hover .shop-serp__thumb img{
    transform:scale(1.05);
}


/* ==========================
   内容
========================== */

.shop-serp__content h2{
    margin:0 0 20px;
    font-size:24px;
    line-height:1.4;
    font-weight:700;
}

.shop-serp__content h2 a{
    color:#8b2d1b;
    text-decoration:none;
}

.shop-serp__content h2 a:hover{
    opacity:.7;
}

.shop-serp__time{
    font-size:18px;
    margin-bottom:12px;
    color:#333;
}

.shop-serp__address{
    font-size:17px;
    line-height:1.8;
    margin-bottom:18px;
    color:#555;
}

.shop-serp__tel{
    margin:0;
}

.shop-serp__tel a{
    text-decoration:none;
    color:#000;
    font-size:34px;
    font-weight:700;
}


/* ==========================
   ボタン
========================== */

.shop-serp__buttons{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.shop-serp__buttons a{
    display:flex;
    align-items:center;
    justify-content:center;
    height:64px;
    border-radius:8px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.btn-reserve{
    background:#8b2d1b;
    color:#fff;
}

.btn-reserve:hover{
    opacity:.85;
}

.btn-route{
    background:#f5f5f5;
    color:#333;
    border:1px solid #ddd;
}

.btn-route:hover{
    background:#eee;
}


/* ==========================
   検索結果なし
========================== */

.shop-no-result{
    text-align:center;
    padding:100px 20px;
}

.shop-no-result p{
    font-size:18px;
    color:#666;
}


.nearby-shops{
    margin-top:80px;
}

.nearby-shops h2{
    margin-bottom:30px;
    text-align:center;
}

.nearby-shops-list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.nearby-shop-card{
    display:block;
    text-decoration:none;
    color:inherit;
}

.nearby-shop-card img{
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
    border-radius:10px;
}

.nearby-shop-card h3{
    margin-top:10px;
}

.nearby-shop-card p{
    color:#d62828;
    font-weight:700;
}

@media (max-width:768px){

    .nearby-shops-list{
        grid-template-columns:1fr;
    }

}

/* ==========================
   フッターナビ
========================== */

/* PCでは非表示 */
.shop-fixed-buttons{
    display:none;
}

@media screen and (max-width:768px){

    /* ボタンに隠れないよう余白 */
    body.single-shop{
        padding-bottom:70px;
    }

    .shop-fixed-buttons{
        position:fixed;
        left:0;
        bottom:0;
        width:100%;
        height:60px;
        display:flex;
        z-index:9999;
        box-shadow:0 -2px 10px rgba(0,0,0,.15);
    }

    .shop-fixed-buttons .fixed-btn{
        flex:1;
        display:flex;
        align-items:center;
        justify-content:center;
        text-decoration:none;
        color:#fff;
        font-weight:700;
        font-size:16px;
    }

    .shop-fixed-buttons .reserve{
        background:#d62828;
    }

    .shop-fixed-buttons .route{
        background:#333;
    }

}


/* ==========================
   タブレット
========================== */

@media (max-width:1024px){

    .shop-serp{
        grid-template-columns:260px 1fr;
    }

    .shop-serp__buttons{
        grid-column:1 / -1;
        flex-direction:row;
    }

    .shop-serp__buttons a{
        flex:1;
    }

}


/* ==========================
   スマホ
========================== */

@media (max-width:768px){

    .shop-result-header{
        margin:50px auto 40px;
    }

    .shop-count{
        padding:18px 20px;
    }

    .shop-count strong{
        font-size:24px;
    }

    .shop-serp{
        grid-template-columns:1fr;
        gap:25px;
        padding:30px 0;
    }

    .shop-serp__content h2{
        font-size:14px;
    }

    .shop-serp__time{
        font-size:16px;
    }

    .shop-serp__address{
        font-size:15px;
    }

    .shop-serp__tel a{
        font-size:26px;
    }

    .shop-serp__buttons{
        flex-direction:column;
    }

    .shop-serp__buttons a{
        padding:20px 0;
    }

}



.shop-detail{
    max-width:1200px;
    margin:0 auto;
    padding:40px 20px 80px;
}



.shop-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:30px;
    margin-bottom:40px;
}

.shop-header h1{
    font-size:42px;
    font-weight:700;
    line-height:1.4;
}

.shop-buttons{
    display:flex;
    flex-direction:column;
    gap:12px;
    min-width:180px;
}

.shop-buttons a{
    text-decoration:none;
    color:#fff;
    background:#8b3f23;
    text-align:center;
    padding:15px;
    border-radius:4px;
    font-weight:700;
    transition:.3s;
}

.shop-buttons a:hover{
    opacity:.8;
}

.shop-mainimg{
    text-align:center;
    margin-bottom:50px;
}

.shop-mainimg img{
    width:100%;
    max-width:700px;
    display:block;
    margin:auto;
}

.shop-intro{
    padding:35px 0;
    border-top:1px solid #ddd;
}

.shop-intro p{
    font-size:20px;
     font-weight:700;
}

.shop-info{
    border-top:1px solid #ddd;
}

.info-row{
    display:grid;
    grid-template-columns:150px 1fr;
    gap:30px;
    padding:35px 0;
    border-bottom:1px solid #ddd;
}

.info-title{
    font-size:20px;
    font-weight:700;
}

.info-content{
    font-size:18px;
    line-height:1.8;
}

.info-btns{
    display:flex;
    gap:15px;
    margin-top:15px;
}

.gray-btn{
    display:inline-block;
    background:#f1f1f1;
    color:#333;
    text-decoration:none;
    padding:10px 25px;
    border-radius:4px;
    font-size:12px;
}

.tel-link{
    color:#8d3d23;
    text-decoration:none;
    font-size:22px;
}

.google-btn-wrap{
    margin-top:15px;
}

.payment-list{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    align-items:center;
}

.payment-list img{
    height:42px;
    width:auto;
}

.service-list{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}

.service{
    min-width:180px;
    text-align:center;
    background:#f0f0f0;
    color:#bbb;
    padding:10px;
    border-radius:999px;
    font-weight:700;
	font-size:14px;
}

.service.active{
    background:#6b6b6b;
    color:#fff;
}

.coupon-image{
	max-width:300px;
	
	}

@media (max-width:768px){

    .shop-header{
        flex-direction:column;
    }

    .shop-header h1{
        font-size:28px;
    }

    .shop-buttons{
        width:100%;
    }

    .shop-buttons a{
        width:100%;
    }

    .info-row{
        grid-template-columns:1fr;
        gap:15px;
        padding:25px 0;
    }

    .info-title{
        font-size:20px;
    }

    .info-content{
        font-size:16px;
    }

    .tel-link{
        font-size:24px;
    }

    .service{
        min-width:calc(50% - 8px);
        padding:12px;
    }

    .payment-list img{
        height:32px;
    }

    .shop-intro p{
        font-size:16px;
    }

}

/* ==========================
   宴会プラン
========================== */
.enkai-heading{
text-align:center;
margin-bottom:60px;
}

.enkai-heading span{
display:block;
font-size:14px;
letter-spacing:.15em;
color:#b3915d;
margin-bottom:10px;
}

.enkai-heading h2{
font-size:42px;
}


.enkai_back{
  background-image: url('./img/enkai/enkai_back.png');
  background-size: contain;
background-position: top center;
  position: relative;
}

.enkai-intro{
padding:100px 0;
}

.enkai-inner{
max-width:1200px;
margin:0 auto;
padding:0 20px;
}

.enkai-lead{
text-align:center;
line-height:2;
font-size:18px;
}

.enkai-point{
padding:0 0 100px;

	
}

.point-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.point-card{
background:#fff;
padding:40px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
text-align:center;
}

.enkai_img{
	width:100%;
	padding:10px 0;
	margin: 0 auto;
	text-align: center;
}




.point-card span{
color:#b3915d;
font-weight:700;
}

.point-card h3{
margin:15px 0;
font-size:24px;
}

.enkai-course{
padding:100px 0;
background:#f8f5ef;
}

.course-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.course-card{
background:#fff;
padding:40px;
border-radius:24px;
}

.course-img{
	padding:40px 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	}

.course-card.premium{
border:3px solid #b3915d;
}

.course-price{
text-align:center;
margin-bottom:30px;
}

.course-price strong{
font-size:48px;
color:#b3915d;
}

.course-card h3{
text-align:center;
margin-bottom:25px;
font-size:28px;
}

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

.course-card li{
padding:12px 0;
border-bottom:1px solid #eee;
}

.enkai-contact{
padding:100px 0;

}

.contact-box{
  background-image: url('./img/enkai/tel_back.png');
  background-size: cover;
background-position:center;
  position: relative;
color:#fff;
padding:60px;
border-radius:30px;
text-align:center;
}

.contact-tel{
display:block;
font-size:54px;
font-weight:700;
color:#fff;
text-decoration:none;
margin:20px 0;
}

.enkai-shop{
padding:0 0 120px;
}

.shop-box{
background:#fafafa;
padding:80px 40px;
border-radius:30px;
text-align:center;
}

.btn-primary{
display:inline-flex;
align-items:center;
justify-content:center;
padding:18px 50px;
background:#b3915d;
color:#fff;
text-decoration:none;
border-radius:100px;
margin-top:30px;
}

@media(max-width:768px){

.point-grid,
.course-grid{
grid-template-columns:1fr;
}

.contact-tel{
font-size:34px;
}

.enkai-heading h2{
font-size:28px;
}


}

/* ==========================
   お子様
========================== */

.family-welcome{
  position: relative;
  padding: 120px 20px;
  overflow: hidden;
}


.family-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.family-heading{
  text-align: center;
  margin-bottom: 70px;
}

.family-sub{
  display: block;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  color: rgba(188, 141, 37, 0.08);
  letter-spacing: .08em;
  margin-bottom: -20px;
}


.family-content{
  display: flex;
  align-items: center;
  gap: 80px;
}

.family-image{
  width: 48%;
}

.family-image img{
  width: 100%;
  display: block;
  border-radius: 25px;
  box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.family-text{
  width: 52%;
}

.family-text .lead{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7;
  color: #b22b1f;
  margin-bottom: 30px;
}

.family-text p{
  font-size: 17px;
  line-height: 2.1;
  color: #333;
  margin-bottom: 20px;
}

/* --------------------
   バナー
-------------------- */

.family-banner{
  padding:60px 0;
}

.family-banner img{
  width:100%;
  display:block;
  border-radius:24px;
  box-shadow:0 15px 40px rgba(0,0,0,.08);
}

/* --------------------
   サービス
-------------------- */

.family-service{
  background:#fff8f0;
  padding:120px 0;
}

.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.service-box{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s;
}

.service-box:hover{
  transform:translateY(-5px);
}

.service-image{
  aspect-ratio:1/1;
}

.service-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.service-box h3{
  font-size:22px;
  text-align:center;
  margin:20px;
}

.service-box p{
  padding:0 15px 20px 15px;
  text-align:left;
  line-height:1.8;
  font-size:14px;
}

/* --------------------
   テレビ設置とオムツ交換台設置店のリンクボタン
-------------------- */
.family-links{
  display:flex;
  justify-content:center;
  gap:20px;
  margin:30px 0;
  flex-wrap:wrap;
}

.family-link-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:280px;
  padding:16px 24px;
  background:#f8a100;
  color:#fff;
  font-size:16px;
  font-weight:700;
  text-decoration:none;
  border-radius:999px;
  transition:.3s;
  box-shadow:0 4px 12px rgba(0,0,0,.15);
}

.family-link-btn:hover{
  background:#e89200;
  transform:translateY(-3px);
  box-shadow:0 8px 20px rgba(0,0,0,.2);
}

.family-link-btn::after{
  content:"›";
  margin-left:10px;
  font-size:20px;
  line-height:1;
}

@media (max-width:768px){

  .family-links{
    flex-direction:column;
    gap:12px;
  }

  .family-link-btn{
    width:100%;
    min-width:auto;
    font-size:15px;
    padding:14px 20px;
  }

}
/* --------------------
   CTA
-------------------- */

.family-cta{
  background:#b92025;
  color:#fff;
  text-align:center;
  padding:120px 20px;
}

.family-cta h2{
  font-size:42px;
  margin-bottom:20px;
}

.family-cta p{
  margin-bottom:35px;
}

.cta-btn{
  display:inline-block;
  background:#fff;
  color:#b92025;
  padding:18px 50px;
  border-radius:999px;
  font-weight:700;
  text-decoration:none;
  transition:.3s;
}

.cta-btn:hover{
  transform:translateY(-3px);
}

.family-heading{
text-align:center;
margin-bottom:60px;
}

.family-heading span{
display:block;
font-size:14px;
letter-spacing:.15em;
color:#b3915d;
margin-bottom:10px;
}

.family-heading h2{
font-size:42px;
}


/* ===================================
   アレルゲン情報
=================================== */

.allergen-info{
  padding:100px 20px;
  background:#fff;
}

.allergen-box{
  max-width:900px;
  margin:0 auto;
  background:#fff8f0;
  border-radius:30px;
  padding:60px;
  text-align:center;
  position:relative;
}

.allergen-box::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:6px;
  background:#b92025;
  border-radius:30px 30px 0 0;
}

.allergen-label{
  display:block;
  margin-bottom:15px;
  color:#b92025;
  font-size:14px;
  font-weight:700;
  letter-spacing:.2em;
}

.allergen-content h2{
  font-size:38px;
  margin-bottom:25px;
  color:#222;
  line-height:1.4;
}

.allergen-content p{
  font-size:16px;
  line-height:2;
  color:#555;
  margin-bottom:15px;
}

.allergen-note{
  font-size:13px;
  color:#999;
  margin-top:10px;
}

.allergen-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:25px;
  padding:18px 40px;
  background:#b92025;
  color:#fff;
  text-decoration:none;
  border-radius:999px;
  font-weight:700;
  transition:.3s;
}

.allergen-btn::after{
  content:"→";
  font-size:18px;
}

.allergen-btn:hover{
  background:#9f181d;
  transform:translateY(-3px);
}

.kids-play-area{
    padding:80px 20px;
    background:#f7f7f7;
}

.kids-play-inner{
    max-width:1100px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:50px;
}

.kids-play-image{
    width:50%;
}

.kids-play-image img{
    width:100%;
    display:block;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.kids-play-content{
    width:50%;
}

.kids-play-label{
    display:inline-block;
    background:#ff9800;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    padding:6px 14px;
    border-radius:999px;
    margin-bottom:15px;
}

.kids-play-content h2{
    font-size:42px;
    line-height:1.4;
    color:#333;
    margin-bottom:20px;
    font-weight:700;
}

.kids-play-content p{
    font-size:16px;
    line-height:2;
    color:#555;
    margin-bottom:30px;
}

.kids-play-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:220px;
    height:60px;
    background:#e53935;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    border-radius:999px;
    transition:.3s;
}

.kids-play-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(229,57,53,.3);
}

@media(max-width:768px){

    .kids-play-inner{
        flex-direction:column;
        gap:30px;
    }

    .kids-play-image,
    .kids-play-content{
        width:100%;
    }

    .kids-play-content{
        text-align:center;
    }

    .kids-play-content h2{
        font-size:30px;
    }

    .kids-play-btn{
        width:100%;
    }

}


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


@media (max-width: 768px){

  .family-welcome{
    padding: 80px 20px;
  }
	
.family-inner{
width: 96%;
  max-width: 700px;
  margin: 0 auto;
}

  .family-sub{
    font-size: 42px;
    margin-bottom: -10px;
  }

  .family-heading h2{
    font-size: 28px;
  }

  .family-content{
    flex-direction: column;
    gap: 40px;
  }

  .family-image,
  .family-text{
    width: 100%;
  }

  .family-text .lead{
    font-size: 24px;
  }

  .family-text p{
    font-size: 15px;
    line-height: 2;
  }
	

  .family-banner{
    padding:30px 0;
  }



  .family-message{
    padding:70px 0;
  }

  .family-message .lead{
    font-size:24px;
  }

  .service-grid{
    grid-template-columns:repeat(2,1fr);
    gap:15px;
  }

  .service-box h3{
    font-size:18px;
    margin:15px 10px;
  }

  .service-box p{
    font-size:13px;
    padding:0 10px 15px;
  }

  .kids-flex,
  .kids-flex.reverse{
    flex-direction:column;
    gap:40px;
  }

  .kids-image,
  .kids-content{
    width:100%;
  }

  .kids-content h2{
    font-size:28px;
  }



  .family-cta{
    padding:80px 20px;
  }

  .family-cta h2{
    font-size:28px;
  }
	
  .allergen-info{
    padding:70px 20px;
  }

  .allergen-box{
    padding:40px 25px;
    border-radius:20px;
  }

  .allergen-content h2{
    font-size:26px;
  }

  .allergen-content p{
    font-size:14px;
  }

  .allergen-btn{
    width:100%;
    padding:16px 20px;
  }
	


}



/* ==========================
   チャーム
========================== */


.fixed-charm, 
.fixed-charm02 {
    position: fixed !important; /* 絶対的に固定 */
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index:1 !important; /* 常に最前面へ */
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transition: .3s;
    pointer-events: auto !important;
}

/* 左側のチャーム */
.fixed-charm {
    left: 0 !important; /* 画面端から少し出す */
}

/* 右側のチャーム */
.fixed-charm02 {
    right: 0 !important; /* 画面端から少し出す */
}

/* 画像の強制表示 */
.fixed-charm img, 
.fixed-charm02 img {
    display: block !important;
    width: 150px !important;
    height: auto !important;
    animation: float 4s ease-in-out infinite;
    max-width: none !important;
}

/* もしfooter要素が原因で隠れている場合の対策 */
.footer {
    overflow: visible !important; /* 念のため追加 */
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .fixed-charm img, 
    .fixed-charm02 img {
        width: 100px !important;
    }
}


/* ==========================
   ご予約
========================== */
.area-nav{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:40px;
    justify-content:center;
}

.area-nav a{
    background:#dd0a17;
    color:#fff;
    padding:12px 24px;
    border-radius:999px;
    font-weight:bold;
    transition:.3s;
}

.area-nav a:hover{
    opacity:.8;
}

.shop-area-section{
    margin-bottom:80px;
    scroll-margin-top:100px;
}

.shop-area-title{
    font-size:2rem;
    margin-bottom:30px;
    border-left:6px solid #dd0a17;
    padding-left:15px;
}