@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  color: #000000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15rem;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*//////////////
link
/////////////*/
header a:link {
  text-decoration: none;
}
header a:hover {
  opacity: 0.6;
  text-decoration: none;
}
main a:link {
  text-decoration: none;
}
main a:hover {
  opacity: 0.6;
  text-decoration: none;
}
footer a:link {
  text-decoration: none;
}
footer a:hover {
  opacity: 0.6;
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
}

/*//////////////
br
/////////////*/
.pcView {
  display: none;
}
.spView {
  display: inherit;
}
.tbView {
  display: inherit;
}
.tbOff {
  display: none;
}

@media screen and (min-width: 768px) {
  .tbView,
  .spView {
    display: none;
  }
  .pcView {
    display: inherit;
  }
  .pcOff {
    display: off;
  }
}

/*//////////////
font
/////////////*/
.zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.all {
  font-family: "Allan", serif;
  font-style: normal;
}

.con {
  font-family: "Condiment", cursive;
  font-weight: 400;
  font-style: normal;
}

/*//////////////
header
/////////////*/

/*//////////////
各ページ共通
/////////////*/
.layout {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  height: 100vh;
}

.section h2 {
  color: #ca2c1f;
  text-align: center;
  font-size: 2.6rem;
}

.section h2 span {
  display: inline-block;
  color: #7c7c7c;
  font-size: 1.2rem;
}

.main_section .main_img {
  position: relative;
  background-size: cover;
  width: 90%;
  margin: 1rem auto;
  height: 45vh;
  border-radius: 1rem;
}
.main_section h1 {
  text-align: center;
  width: 80%;
  margin: 2rem auto 0;
  color: #ca2c1f;
  font-size: 2.6rem;
}
.main_section h1 span {
  color: #7c7c7c;
  font-size: 1.2rem;
}
.main_section .top_line {
  width: 60%;
  margin: 6rem auto 2rem;
  font-weight: bold;
  position: relative;
  border-top: 11px solid #f7c900;
}
.main_section .top_line::before {
  content: "";
  position: absolute;
  top: -11px;
  width: 90%;
  height: 11px;
  background: #ca2c1f;
}

/* カーブタイトル */
.half-circle-text {
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.half-circle-text svg {
  width: 100%;
  height: auto;
  overflow: visible;
}
.half-circle-text text {
  font-size: 3rem;
  letter-spacing: 3px;
  font-weight: 400;
  fill: #f7c900;
}

/* チキンライスの食べ方 */
.chicken_rice {
  width: 100%;
  position: relative;
  margin: 3rem auto 0;
  height: auto;
}
.chicken_rice .img {
  width: 90%;
  position: relative;
  margin: auto;
}
.chicken_rice .img img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  object-fit: cover;
  border-radius: 2rem;
  filter: brightness(0.9);
}
.chicken_rice .ttl {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: #ca2c1f;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2.8rem;
  text-align: center;
}
.chicken_rice .ttl span.jp {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000000;
}
.chicken_rice .ttl span {
  display: inline-block;
  padding: 0 0.6rem;
  background-color: #ffffff;
}

/* 料理コンテンツ */
.menu_contents {
  width: 90%;
  margin: 2rem auto;
}
.menu_contents img {
  filter: drop-shadow(5px 4px 6px #aaa);
}
.menu_contents_ttl {
  text-align: center;
  width: 80%;
  margin: 2rem auto 0;
  color: #ca2c1f;
  font-size: 2.2rem;
}
.menu_contents_ttl span {
  color: #7c7c7c;
  font-size: 1rem;
}

/* 料理名 */
.menu_name {
  margin: 2rem auto 0;
}
.menu_name h4 {
  color: #ca2c1f;
  font-size: 1.6rem;
  font-weight: 700;
}
.menu_name h4 span {
  display: inline-block;
  color: #000000;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.5rem;
}
.menu_name h4 span.yellow {
  margin: 0 0 0 1rem;
  color: #ca2c1f;
  background-color: #f7c900;
  border-radius: 4px;
  padding: 5px;
}
.menu_name p {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 2rem;
}

/* メニューボタン横スクロール */
.swiper {
  width: 100%;
  height: auto;
}
.swiper-slide {
  position: relative;
  text-align: center;
  margin: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  box-sizing: border-box;
}
.swiper-slide a {
  transition: 0.3s;
}
.swiper-slide a:hover {
  transition: 0.3s;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  object-fit: cover;
  border-radius: 50%;
  filter: brightness(0.7);
}
.swiper-slide p {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2.8rem;
}
.swiper-slide p span {
  font-size: 1.2rem;
  font-weight: 700;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #ca2c1f;
  background-color: #fff;
  border: #ca2c1f 1px solid;
  border-radius: 50%;
  padding: 0.5rem;
  width: 30px;
  height: 30px;
}

/* 

左ナビ（PC時）

*/
.side-nav {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  background-color: #e9e9e9;
  background-image: url(../images/bg_gray.png);
  z-index: 10;
}

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

.side-nav li {
  width: 100%;
  text-align: center;
  margin-bottom: 4rem;
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ca2c1f;
}

.side-nav li:last-of-type {
  margin-bottom: 0;
}

.side-nav li a {
  color: #ca2c1f;
  display: block;
}

.side-nav li span {
  font-size: 1.2rem;
  color: #7c7c7c;
  font-weight: 600;
}

.hero-btn {
  position: relative;
  display: block;
  width: 90%;
  max-width: 480px;
  margin: 1rem auto 0;
  border-radius: 28px;
  text-decoration: none;
  color: #fff;
  transition: transform 0.3s ease;
}

.hero-btn img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  filter: brightness(0.8);
}

.side-nav li .hero-btn span {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}

.side-nav li .hero-btn span.jp {
  background: none;
  padding-top: 3rem;
  font-size: 1rem;
}

/* ==== 下の丸ボタン3つ ==== */
.circle-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.circle-btn {
  position: relative;
  display: block;
  width: 27%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin: 0 0.5rem;
  text-decoration: none;
  color: #fff;
  transition: transform 0.3s ease;
}

.circle-btn p {
  font-size: 1rem;
  font-weight: 600;
  color: #ca2c1f;
}

.circle-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  filter: brightness(0.8);
}

.side-nav li .circle-btn span {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
}

@media (hover: hover) {
  .hero-btn:hover img,
  .circle-btn:hover img {
    transform: scale(1.05);
  }
}

/* ==== nav sns ==== */
.side-nav li.sns_flex {
  display: flex;
  justify-content: center;
}
.side-nav li.sns_flex .sns {
  position: relative;
  width: 45px;
  height: 45px;
  background-color: #ca2c1f;
  border-radius: 50%;
  text-align: center;
  margin: 0 1rem;
}
.side-nav li.sns_flex .sns a {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.8rem;
}

/* 

中央スクロール部分

*/
.scroll-content {
  overflow-y: auto;
  height: 100vh;
  padding: 1rem 0;
  scroll-behavior: smooth;
}

.section {
  padding: 0 0 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section:last-of-type {
  padding-bottom: 0;
}

/* 

右画像エリア

*/
.side-images {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

/* 各スライド共通 */
.side-images .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.side-images .slide.active {
  opacity: 1;
  z-index: 3;
}

/* ===== 1枚目（背景＋テキスト） ===== */
.side-images .first-view .bg {
  background-color: #ca2c1f;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.side-images .first-view p {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 2.5px;
  z-index: 2;
}

/* ===== 共通の予約ボタン ===== */
.side-images .slide a.reserve {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  display: block;
  background-color: #fff;
  font-size: 1.2rem;
  padding: 1.2rem 3rem;
  border-radius: 1rem;
  text-align: center;
  font-weight: 600;
  color: #ca2c1f;
  border: #ca2c1f 1px solid;
  text-decoration: none;
  z-index: 4;
}

.side-images .slide a span {
  font-size: 1.8rem;
  font-weight: 400;
}

/* ===== 画像付きスライド ===== */
.side-images .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.side-images .slide img.logo {
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
  height: auto;
  z-index: 2;
}

/* ========== ハンバーガーメニュー ========== */
.hamburger {
  display: none;
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px;
  background: #ca2c1f;
  border-radius: 2px;
  transition: 0.3s;
}

.hamburger span:nth-child(2) {
  width: 15px;
}

/* 開いたときの変形 */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(11px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-11px);
}

header .logo_sp {
  display: none;
}

/* ========== スマホ対応 ========== */
@media (max-width: 768px) {
  .layout {
    display: block;
  }

  .side-images {
    display: none;
  }

  .scroll-content {
    padding: 2rem 0 1rem;
  }
  /* ロゴを表示 */
  header .logo_sp {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
    position: fixed;
    z-index: 3;
    bottom: 0;
    left: 0;
    background-color: #ca2c1f;
  }

  header .logo_sp a {
    padding: 0 1.5rem;
    color: #fff;
  }
  header .logo_sp .icon {
    width: 30%;
    font-size: 2.5rem;
    text-align: center;
  }
  header .logo_sp .logo {
    width: 40%;
    border-right: 1px solid #f7c900;
    border-left: 1px solid #f7c900;
  }
  header .logo_sp span {
    margin-top: 0.5rem;
    display: block;
    font-size: 1.2rem;
  }

  /* ハンバーガーを表示 */
  .hamburger {
    display: block;
    padding: 1rem;
    left: 0;
    top: 0;
    background-color: #fff;
  }
  .hamburger.active {
    background-color: transparent;
  }

  /* ナビを隠してモーダル風に */

  .side-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #e9e9e9;
    background-image: url(../images/bg_gray.png);
    padding: 2rem 1.5rem;
    overflow-y: auto; /* 内部スクロール */
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    box-sizing: border-box;
    transition: left 0.3s ease;
  }
  .side-nav.open {
    left: 0;
  }
  .side-nav ul {
    width: 100%; /* ← 100%でも絶対に見切れない */
    position: static;
    transform: none;
    margin: 0;
    padding: 6rem 0;
  }

  .side-nav li {
    font-size: 2.4rem;
    margin-bottom: 3.5rem;
    word-break: break-word;
  }

  .side-nav li.sns_flex .sns a {
    font-size: 2rem;
  }
}
@media (max-width: 375px) {
  .side-nav ul {
    padding: 15rem 0rem 6rem;
  }

  .side-nav li {
    font-size: 1.8rem;
  }
  .side-nav li .circle-btn span {
    top: 45%;
  }
}

/*//////////////
予約ボタン
/////////////*/

/*//////////////
btn
/////////////*/
.main_btn a {
  width: 85%;
  margin: auto;
  display: block;
  background-color: #fff;
  font-size: 1.2rem;
  padding: 1.2rem 3rem;
  border-radius: 1rem;
  text-align: center;
  font-weight: 600;
  color: #ca2c1f;
  border: #ca2c1f 1px solid;
  text-decoration: none;
}
.main_btn a span {
  font-size: 1.6rem;
  font-weight: 400;
}

/*//////////////
footer
/////////////*/
footer {
  padding: 3rem 0;
}
footer .box {
  padding: 2rem 3rem;
  border-top: #ca2c1f solid 2px;
  border-bottom: #ca2c1f solid 2px;
}
footer .box p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
footer .box p:last-of-type {
  margin-bottom: 0;
}
footer .box p a {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #ca2c1f;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
}
footer .box p a span {
  border-bottom: 1px solid #f7c900;
}

footer .shopinfo {
  padding: 4rem 3rem;
  text-align: center;
}
footer .shopinfo .logo {
  width: 45%;
  margin: 0 auto;
}
footer .shopinfo h2 {
  font-size: 2rem;
  letter-spacing: 0rem;
  line-height: 2.5rem;
  margin: 2rem 0;
  font-weight: 700;
}
footer .shopinfo h2 span {
  display: inline-block;
  font-size: 1.2rem;
}
footer .shopinfo .tel {
  color: #ca2c1f;
  font-size: 2.8rem;
  font-weight: 700;
}
footer .shopinfo .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 4rem;
}
footer .shopinfo .icon div {
  position: relative;
  width: 45px;
  height: 45px;
  background-color: #ca2c1f;
  border-radius: 50%;
  text-align: center;
  margin: 1rem;
}
footer .shopinfo .icon div a {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.8rem;
}
footer .shopinfo .open,
footer .shopinfo .access {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 1rem 0;
}
footer .shopinfo .open span,
footer .shopinfo .access span {
  color: #ca2c1f;
  font-weight: 700;
  font-size: 1.8rem;
}
footer .shopinfo .access a {
  color: #000000;
  text-decoration: underline;
}
footer .shopinfo .map {
  width: 100% !important;
  max-width: 800px;
  margin: 0 auto;
  height: 200px;
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}
footer .shopinfo .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
footer .copy {
  text-align: center;
}
footer .copy a {
  color: #000000;
}

@media (max-width: 768px) {
  footer {
    padding: 3rem 0 9rem;
  }
}
