body {
  font-family: "Yu Gothic", "Zen Maru Gothic", sans-serif;
  color: #333333;
}

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #fefaf0;
}

/* =========================
  top
========================= */
.main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  color: white;
  z-index: 1;
}

/* === スライドショー === */
.slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 0;
}

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

.slideshow-sp {
  display: none;
}

/* === ロゴ === */
.logo {
  position: absolute;
  top: 3%;
  left: 4%;
  width: 15%;
  max-width: 300px;
  height: auto;
  opacity: 0.8;
  z-index: 2;
}

/* === 住所 === */
.main-visual .top-address {
  position: absolute;
  top: 2%;
  right: 8%;
  font-size: 18px;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
  text-align: right;
  letter-spacing: 0.06em;
  z-index: 2;
}

/* === メニュー === */
.nav-menu {
  position: absolute;
  top: 38%;
  left: 17%;
  display: flex;
  flex-direction: column;
  gap: 4vh;
  font-size: 26px;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
  z-index: 2;
}

.nav-menu a {
  color: white;
  text-decoration: none;
}

/* === キャッチコピー === */
.catch-copy {
  position: absolute;
  top: 45%;
  right: 12%;
  transform: translateY(-50%);
  font-size: 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: clamp(1.6em, 4vw, 3em);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  text-align: left;
  letter-spacing: 0.06em;
  z-index: 2;
  white-space: nowrap;
}

.catch-copy .indent {
  display: inline-block;
  margin-left: 1em;
}

/* === バナー === */
.contact-box {
  position: absolute;
  bottom: 0;
  right: 8%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 2;
  padding: 0;
  margin: 0;
  height: 78px;
}

.contact-banner {
  height: 78px;
  width: auto;
  object-fit: contain;
  display: block;
}

.mv-btm {
  margin-top: -40px;
  z-index: 0;
}

.mv-btm img {
  margin: -50px 0 0 0;
  padding: 0 20px 20px 0;
  display: inline-block;
  background-color: #fefaf0;
}

.contact-banners-sp {
  display: none;
}

/* フローティングナビ（top） */
.floating-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #66413f;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 0;
  z-index: 11000;
  box-sizing: border-box;
}

.floating-nav .header_logo img {
  height: 75px;
  margin-left: 20px;
}

.floating-nav .nav-area {
  display: flex;
  flex-grow: 1;
  margin-left: 20px;
}

.floating-nav .nav-area .navbar-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.floating-nav .nav-area .nav-item {
  margin-left: 80px;
}

.floating-nav .nav-area .nav-item a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
}

.floating-nav .h-tel {
  margin-right: 35px;
}

.floating-nav .h-tel,
.floating-nav .h-contact {
  display: flex;
  align-items: center;
}

.floating-nav .h-tel img,
.floating-nav .h-contact img {
  height: 80px;
  object-fit: contain;
  display: block;
}

.floating-nav .contact-icon {
  display: none;
}

/* NEWS */
.news {
  margin: -45px 50px 0;
}

.news-wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.news-header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.news-logo {
  flex-shrink: 0;
  z-index: 2;
}

.news-logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.news-line {
  flex: 1;
  height: 2px;
  background: #ffcb8b;
  margin: 15px 0 0 -30px;
}

.news-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 400px;
  overflow-y: auto;
}

.news-item {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  padding-left: 15%;
  margin-bottom: 20px;
}

.news-date {
  font-family: "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  flex-shrink: 0;
  min-width: 120px;
  margin: 0;
  line-height: 1;
}

.news-content {
  flex: 1;
}

.news-content p {
  font-size: 18px;
  font-weight: bold;
}

.news-title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  align-items: center;
  line-height: 1;
}

.news-title a {
  text-decoration: none;
  color: #333333;
  transition: color 0.3s ease;
}

.news-title a:hover {
  color: #66413f;
}

.news-excerpt {
  font-family: "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

.news-list .btn-txt {
  position: relative;
  font-family: "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  z-index: 1;
  text-align: center;
  padding: 16px 71px 16px 30px;
  top: -20px;
}

.news-list {
  text-align: right;
  margin-bottom: -90px;
  margin-right: -20px;
}

.news-list .btn-txt::before {
  content: "";
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.news-list .arrow-circle {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #66413f;
  border-radius: 50%;
  z-index: 1;
}

.news-list .arrow-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}

.news-border {
  height: 2px;
  background: #ffcb8b;
  margin-top: 20px;
}

.news-cat {
  text-align: right;
  margin-top: -55px;
  margin-right: 40px;
}

.news-cat img {
  display: inline-block;
  padding: 0 20px;
  background-color: #fefaf0;
}

/* greeting */
.greeting {
  background: url("../images/top/top_greeting.png");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  margin-top: -9px;
  overflow: visible;
  margin-bottom: 102px;
}

.greeting-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.cat-left {
  text-align: left;
  position: absolute;
}

.cat-left img {
  object-fit: contain;
  width: 75%;
  top: -60%;
}

.cat-right {
  text-align: right;
  position: absolute;
  right: 0;
  top: 75%;
}

.cat-right img {
  object-fit: contain;
  width: 75%;
}

.greeting-logo img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.greeting-ttl p {
  font-size: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  color: white;
  letter-spacing: 2px;
  margin-top: 10px;
}

.greeting-ttl .large {
  font-size: 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  color: white;
}

.greeting-txt {
  margin-bottom: 40px;
}

.greeting-txt p {
  font-size: 18px;
  font-family: "Yu Gothic Medium";
  color: white;
  line-height: 1.8;
}

.history {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 20px;
  text-align: left;
}

.history p {
  font-size: 18px;
  font-family: "Yu Gothic Medium";
  color: #fff;
  line-height: 1.8;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.history .large {
  font-size: 24px;
  font-family: "Yu Gothic", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

/* menu */
.top-menu {
  position: relative;
  padding: 210px 0 80px 0;
  aspect-ratio: 1920 / 755;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/top/top_menu_01.png");
}

.top-menu-wrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
}

.top-menu-ttl {
  text-align: center;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.top-menu-ttl h2 {
  font-size: 50px;
  font-family: "Yu Gothic Medium";
  color: #fff;
  letter-spacing: 5px;
  margin: 0;
}

.menu-link {
  text-align: center;
  margin-bottom: 94px;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
}

.menu-link .btn-txt {
  position: relative;
  font-family: "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  background: #fff7cc;
  z-index: 1;
  text-align: center;
  padding: 16px 71px 16px 30px;
}

.menu-link .btn-txt::before {
  content: "";
  width: 100%;
  border-radius: 30px;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.menu-link .arrow-circle {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #66413f;
  border-radius: 50%;
  z-index: 1;
}

.menu-link .arrow-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}

.menu-box {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  top: 300px;
}

.t-menu-item {
  text-align: center;
  flex: 1;
  border: 8px solid #fff;
  overflow: hidden;
  background: #fff;
}

.menu-img img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.t-menu-item .btn-txt {
  position: relative;
  font-family: "Yu Gothic", sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  z-index: 1;
  text-align: center;
  padding: 16px 71px 16px 30px;
}

.t-menu-item .arrow-circle {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #66413f;
  border-radius: 50%;
  z-index: 1;
}

.arrow-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}

/* こだわり */
.top-commitment {
  position: relative;
  margin-top: 120px;
  aspect-ratio: 1920 / 805;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/top/top_commitment_01.png");
}

.top-commitment-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  box-sizing: border-box;
  gap: 40px;
  text-align: center;
  overflow: hidden;
}

.top-commitment-ttl {
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translateX(-50%);
}

.top-commitment-txt {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 2.3;
  width: 100%;
  max-width: 950px;
}

.commitment-btn {
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

/* 店頭販売 */
.top-instorenow {
  padding: 80px 20px;
}

.top-instorenow-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.top-instorenow-left {
  position: relative;
  width: 600px;
  z-index: 2;
}

.top-instorenow-img img {
  max-width: 600px;
  height: auto;
  display: block;
}

.top-instorenow-right {
  width: 600px;
  height: 400px;
  background-color: #fff;
  position: absolute;
  right: 30px;
  bottom: -60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 1;
}

.top-instorenow-ttl {
  margin-top: 40px;
  text-align: center;
}

.top-instorenow-ttl .ttl-img {
  margin-bottom: 5px;
}

.top-instorenow-ttl .ttl-img img {
  height: 60px;
}

.top-instorenow-ttl .ttl-txt h2 {
  font-size: 30px;
  font-family: "Yu Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
}

.top-instorenow-ttl .ttl-subtxt p {
  font-size: 20px;
  font-family: "Yu Gothic Medium";
  margin: 0;
}

.top-instorenow-right .right-txt {
  text-align: center;
  margin-bottom: 40px;
}

.top-instorenow-right .right-txt p {
  font-size: 20px;
  font-family: "Yu Gothic Medium";
}

.instorenow-btn {
  text-align: center;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
}

.instorenow-btn .btn-txt {
  position: relative;
  font-family: "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  background: #fff7cc;
  z-index: 1;
  text-align: center;
  padding: 16px 71px 16px 30px;
}

.instorenow-btn .btn-txt::before {
  content: "";
  width: 100%;
  border-radius: 30px;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.instorenow-btn .arrow-circle {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #66413f;
  border-radius: 50%;
  z-index: 1;
}

.instorenow-btn .arrow-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}

/* こだわり */
.top-commitment {
  position: relative;
  margin-top: 120px;
  aspect-ratio: 1920 / 805;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/top/top_commitment_01.png");
}

.top-commitment-ttl h2 {
  font-size: 50px;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
  color: #fff;
  letter-spacing: 2px;
}

.top-commitment-txt p {
  font-size: 20px;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
  color: #fff;
  letter-spacing: 1px;
}

.commitment-btn {
  text-align: center;
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translateX(-50%);
}

.commitment-btn .btn-txt {
  position: relative;
  font-family: "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  background: #fff7cc;
  z-index: 1;
  text-align: center;
  padding: 16px 71px 16px 30px;
}

.commitment-btn .btn-txt::before {
  content: "";
  width: 100%;
  border-radius: 30px;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.commitment-btn .arrow-circle {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #66413f;
  border-radius: 50%;
  z-index: 1;
}

.commitment-btn .arrow-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}

/* gallery */
.gallery-ttl {
  text-align: center;
  margin: 80px 0;
}

.gallery-box {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.gallery-track {
  display: flex;
  animation: scroll 30s linear infinite;
}

.gallery-item {
  flex-shrink: 0;
  width: calc(25vw - 30px);
  margin: 0 15px;
}

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

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

/* =========================
  about
========================= */
#header-sub {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #66413f;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 0;
  z-index: 11000;
  box-sizing: border-box;
}

.header_logo img {
  height: 75px;
  margin-left: 20px;
}

.nav-area {
  display: flex;
  flex-grow: 1;
  margin-left: 20px;
}

.nav-area .navbar-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-area .nav-item {
  margin-left: 80px;
}

.nav-area .nav-item a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
}

.h-tel {
  margin-right: 35px;
}

.h-tel,
.h-contact {
  display: flex;
  align-items: center;
}

.h-tel img,
.h-contact img {
  height: 80px;
  object-fit: contain;
  display: block;
}

.contact-icon {
  display: none;
}

/* =========================
  ハンバーガーメニュー（共通）
========================= */
.hamburger {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1000;
  position: absolute;
  top: 15px;
  right: 10px;
}

.hamburger .bar {
  display: block;
  height: 4px;
  background-color: #66413f;
  margin: 4px 0;
  transition: all 0.4s ease;
  border-radius: 2px;
}

.hamburger .bar1 {
  width: 32px;
}
.hamburger .bar2 {
  width: 25px;
}
.hamburger .bar3 {
  width: 16px;
}

.menu-text {
  font-size: 13px;
  color: #66413f;
  margin-top: 4px;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
  align-self: flex-start;
  margin-left: 0;
}

/* ハンバーガー開いたとき */
.hamburger.active .bar1 {
  transform: rotate(45deg) translate(6px, 6px);
  width: 55px;
}

.hamburger.active .bar2 {
  opacity: 0;
}

.hamburger.active .bar3 {
  transform: rotate(-45deg) translate(11px, -11px);
  width: 55px;
}

.header-sub-inner .address {
  display: none;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.hamburger-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fefaf0;
  z-index: 999;
  padding-top: 100px;
  text-align: center;
}

.hamburger-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hamburger-menu li {
  margin: 20px 0;
}

.hamburger-menu a {
  font-size: 20px;
  text-decoration: none;
  color: #66413f;
  font-family: "Yu Gothic", sans-serif;
  font-weight: bold;
}

.hamburger-menu.active {
  display: block;
}

.hamburger.active .menu-text {
  display: none;
}

.sub {
  margin: 0 auto;
}

.sub-mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 408px;
  background-image: url("../images/header/main.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

/* 黒透明レイヤー */
.sub-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.mv-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  text-align: center;
  z-index: 2;
  margin: 0;
}

.submv-item {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.submv-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.submv-item img,
.future-ttl-img img {
  transition: width 0.3s ease;
}

/* future */
.future-ttl {
  position: relative;
  margin-top: -100px;
  text-align: center;
  z-index: 2;
}

.future-ttl-txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  margin-top: 37px;
  font-size: 40px;
}

.future-content .flex {
  position: relative;
  display: flex;
  justify-content: center;
  height: 740px;
}

.future-content .left {
  padding-top: 20px;
  margin-right: 45px;
}

.future-txt {
  width: 640px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 2;
}

.future-r-img {
  position: absolute;
  bottom: 0;
  transform: none;
}

.future-r-img img {
  display: block;
  height: auto;
  max-height: 100%;
}

.future-ttl-img img,
.store-ttl-img img {
  width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: width 0.3s ease;
}

/* store */
.store {
  margin-top: 300px;
}

.store-wrap {
  margin: 100px auto 0;
  max-width: 700px;
  width: 90%;
}

.store-ttl {
  text-align: center;
}

.store-ttl-txt {
  font-size: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  margin-top: 20px;
}

.store-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  font-family: "Yu Gothic", sans-serif;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #b1b1b1;
  box-sizing: border-box;
}

.store-list .store-item dt {
  width: 11%;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 20px 0;
  box-sizing: border-box;
}

.store-list .store-item dd {
  flex: 1;
  padding: 20px 0 20px 20px;
  word-wrap: break-word;
  box-sizing: border-box;
}

.store-item-btm {
  font-family: "Yu Gothic", sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding: 20px 0 20px 0;
  box-sizing: border-box;
}

.store .map {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.map iframe {
  max-width: 100%;
  width: 750px;
  height: 550px;
  border: 0;
}

/* footer */
#footer-sub {
  padding: 40px 0 0 0;
  text-align: center;
}

#footer-sub .footer-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

#footer-sub .footer-logo img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin: 0 auto;
}

#footer-sub .footer-nav {
  width: 900px;
  margin: 20px 0 auto;
}

#footer-sub .footer-nav ul.navbar-nav {
  display: flex;
  justify-content: center;
  gap: 45px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer-sub .footer-nav ul.navbar-nav li.nav-item a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
  font-size: 16px;
}

#footer-sub .footer-nav ul.navbar-nav li.nav-item a:hover {
  color: #66413f;
}

p.copyright {
  background-color: #37201f;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  font-family: "Yu Gothic", sans-serif;
  line-height: 2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.floating-banner {
  display: none;
}

/* page top */
#pageTopBtn {
  position: fixed;
  bottom: 85px;
  right: 1px;
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
  padding: 0;
}

#pageTopBtn.show {
  display: block;
}

#pageTopBtn img {
  width: 60px;
  height: 60px;
  display: block;
}

/* =========================
  commitment
========================= */

.commitment {
  margin-bottom: 100px;
}

.commitment .commitment-wrap {
  margin-left: 20px;
  margin-right: 20px;
}

.commitment .items-item {
  display: flex;
  justify-content: flex-start;
  margin-top: 60px;
  gap: 47px;
}

.commitment .items-item:nth-child(even) {
  flex-direction: row-reverse;
}

.commitment .items-img {
  width: 50%;
}

.commitment .items-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.commitment .items-content {
  width: 31%;
  margin-top: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.commitment .items-ttl {
  font-size: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
}

.commitment .items-text {
  font-size: 18px;
  margin-top: 70px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
}

/* footer */
#footer {
  padding: 40px 0 0 0;
}

#footer .footer-about {
  display: flex;
  flex-direction: column;
  margin: 20px 20px 88px 20px;
  gap: 20px;
}

#footer .footer-logo {
  text-align: center;
  margin-bottom: 40px;
}

#footer .footer-logo img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

#footer .footer-info-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0px 40px;
  gap: 40px;
}

#footer .store {
  margin-top: 0;
}

#footer .footer-info-wrap .map,
#footer .footer-info-wrap .store {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#footer .footer-info-wrap .map iframe {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  border: none;
}

#footer .footer-info-wrap .store .store-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 700px;
  width: 90%;
}

#footer .store .map {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

#footer .map iframe {
  max-width: 100%;
  width: 750px;
  height: 550px;
  border: 0;
}

#footer .store-list {
  margin-top: 0;
}

#footer .store-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  font-family: "Yu Gothic", sans-serif;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #b1b1b1;
  box-sizing: border-box;
}

.store-item:not(:first-child) {
  margin-top: 20px;
}

#footer .store-list .store-item dt {
  width: 11%;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}

#footer .store-list .store-item dd {
  flex: 1;
  padding: 0 0 20px 20px;
  word-wrap: break-word;
  box-sizing: border-box;
}

#footer .store-item-btm {
  font-family: "Yu Gothic", sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding: 0;
  box-sizing: border-box;
}

#footer .about-btn {
  width: 230px;
  height: 48px;
  margin-left: auto;
  margin-right: 40px;
  display: block;
}

#footer .btn-txt {
  position: relative;
  font-family: "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  background: #fff7cc;
  z-index: 1;
  text-align: center;
  padding: 16px 71px 16px 30px;
}

#footer .btn-txt::before {
  content: "";
  width: 100%;
  border-radius: 30px;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#footer .arrow-circle {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #66413f;
  border-radius: 50%;
  z-index: 1;
}

#footer .arrow-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}

#footer .footer-nav {
  margin: 101px 0 auto;
  text-align: center;
  display: inline-block;
  list-style: none;
}

#footer .footer-nav ul.navbar-nav {
  display: flex;
  justify-content: center;
  gap: 45px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer .footer-nav ul.navbar-nav li.nav-item a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
  font-size: 16px;
}

#footer .footer-nav ul.navbar-nav li.nav-item a:hover {
  color: #66413f;
}

#footer .copyright {
  text-align: center;
}

/* =========================
  contact
========================= */

.contact-txt {
  text-align: center;
  color: #333;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.contact-color {
  color: #ff0000;
}

.contact-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  gap: 8px;
  width: fit-content;
  margin: 0 auto;
}

.content-tel img {
  height: 27px;
}

.tel-number {
  color: #66413f;
  font-size: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 4px;
}

.contactform {
  max-width: 800px;
  margin: 128px auto 400px auto;
}

.form-row {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #757575;
  padding-bottom: 15px;
  margin: 0 10px 17px 10px;
}

.form-row.no-border {
  border-bottom: none;
}

.form-label {
  width: 300px;
  padding-right: 20px;
  font-size: 20px;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
}

.required {
  color: #ff0000;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  margin-left: 10px;
  margin-right: 20px;
}

.form-input {
  flex: 1;
}

.form-text {
  width: 95%;
  padding: 12px;
  border: 1px solid #757575;
  border-radius: 9px;
  font-size: 16px;
  background-color: #f4f3f3;
  box-sizing: border-box;
}

.form-textarea {
  width: 95%;
  padding: 12px;
  border: 1px solid #757575;
  border-radius: 9px;
  font-size: 16px;
  min-height: 120px;
  resize: vertical;
  background-color: #f4f3f3;
  box-sizing: border-box;
  font-family: inherit;
}

.form-text:focus,
.form-textarea:focus {
  outline: none;
  border-color: #666;
  background-color: white;
}

.submit-container {
  text-align: center;
  margin-top: 105px;
}

.contact-submit {
  background-color: #66413f;
  color: #ffffff;
  padding: 25px 93px;
  border: none;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.contact-submit:hover {
  background-color: #8b5c4e;
}

/* =========================
  menu
========================= */

.page-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.menu-coffe-img {
  width: 100%;
  text-align: center;
  overflow: visible;
  margin-bottom: 50px;
}

.menu-coffe-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 100%;
  display: block;
}

.coffee-beans,
.coffee-menu,
.menu-list {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 50px;
}

.coffee-icon {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}

.coffee-icon img {
  width: 78px;
  height: 64px;
  display: block;
  margin-left: 0;
}

.coffee-beams-ttl {
  font-size: 26px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  padding-bottom: 5px;
  margin-left: 10px;
}

.tea-ttl,
.juice-ttl,
.others-ttl,
.iced-drink-ttl,
.toast-ttl,
.toast-setmenu-ttl,
.recommend-ttl {
  font-size: 26px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin-left: 10px;
  line-height: 1;
}

.coffee-menu {
  display: flex;
  justify-content: space-between;
}

.left-column,
.right-column {
  flex: 1;
  min-width: 0;
}

.menu-list {
  width: 550px;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b1b1b1;
  padding: 10px 0;
}

.menu-item dt {
  width: 70%;
  font-size: 20px;
  font-family: "Yu Gothic Medium";
  padding-left: 20px;
}

.menu-item dd {
  width: 30%;
  font-size: 20px;
  font-family: "Yu Gothic Medium";
  text-align: right;
}

.coffee-cup {
  text-align: center;
}

.coffee-cup img {
  width: 85%;
}

.menu-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto;
}

.juice .menu-item dt {
  width: 70%;
  text-align: left;
  padding-left: 0;
}

.juice .menu-list {
  margin-bottom: 0;
}

.juice .menu-item-btm p {
  text-align: left;
  font-size: 20px;
  font-family: "Yu Gothic Medium";
  margin-bottom: 30px;
}

.juice-img,
.cocoa-img {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 100px;
}

.tea .menu-list {
  width: 100%;
  max-width: none;
}

.others-wrap .menu-list {
  width: 100%;
  max-width: none;
}

.iced-drink .menu-list {
  width: 100%;
  max-width: none;
}

.juice .menu-list {
  width: 100%;
  max-width: none;
}

.toast .menu-list {
  width: 100%;
  max-width: none;
}

.setmenu .menu-list {
  width: 100%;
  max-width: none;
}

.toast {
  margin-bottom: 50px;
}

.toast-coffe-img {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.toast-coffe-img img {
  width: 100%;
}

.toast-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

#toast-menu {
  flex: 1;
}

.toast-img {
  margin-top: 60px;
  text-align: right;
}

.toast-img img {
  width: 90%;
}

.toast .menu-item-btm p {
  font-size: 20px;
  font-family: "Yu Gothic Medium";
  padding-left: 20px;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 20px;
}

.coffee-icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.setmenu-row {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.setmenu {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#toast-setmenu .menu-list {
  margin-bottom: 0;
}

#toast-setmenu .menu-item-btm p {
  font-size: 20px;
  font-family: "Yu Gothic Medium";
  padding-left: 20px;
  margin-top: 10px;
  padding-left: 20px;
}

.setmenu-img {
  margin-top: -70px;
}

.setmenu-img img {
  width: 92%;
  height: auto;
  display: inline-block;
}

.sandwich-img,
.cakeset-img {
  text-align: right;
  margin-bottom: 19px;
}

.instorenow-wrap {
  margin: 200px auto;
}

.instorenow-subttl {
  font-size: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
}

.instorenow-txt {
  text-align: center;
}

.instorenow-txt p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  font-size: 18px;
  display: inline-block;
  text-align: left;
}

.instorenow-coffee-img {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}

.recommend {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.menu-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}

.menu-name {
  width: 200px;
  height: 50px;
}

.menu-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.menu-table th,
.menu-table td {
  border: 1px solid #66413f;
  padding: 15px;
  font-size: 18px;
  font-family: "Yu Gothic Medium";
  text-align: left;
  vertical-align: top;
}

.menu-table td {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  word-break: break-word;
}

.menu-description {
  font-size: 14px;
  line-height: 1.6;
  text-align: left !important;
  width: 300px;
}

.menu-price {
  width: 70px;
}

.menu-weight {
  width: 50px;
}

.instorenow-coffee-img img {
  width: 100%;
}

/* =========================
  news個別ページ
========================= */
.news-single {
  padding: 40px 0;
}

.single-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.single-article {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.single-header {
  margin-bottom: 30px;
  border-bottom: 2px solid #66413f;
  padding-bottom: 20px;
}

.single-date {
  margin-bottom: 15px;
}

.single-date p {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  margin: 0;
}

.single-title h1 {
  font-size: 28px;
  line-height: 1.4;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

.single-content {
  margin-bottom: 40px;
}

.single-thumbnail {
  margin-bottom: 30px;
  text-align: center;
}

.single-thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.single-text {
  line-height: 1.8;
}

.single-text p {
  margin-bottom: 20px;
  font-size: 18px;
}

.single-text ul,
.single-text ol {
  margin: 20px 0;
  padding-left: 30px;
}

.single-text li {
  margin-bottom: 8px;
}

.single-nav {
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-prev,
.nav-next {
  flex: 1;
}

.nav-prev {
  text-align: left;
}

.nav-next {
  text-align: right;
}

.nav-prev a,
.nav-next a {
  display: inline-block;
  color: #66413f;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #66413f;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 14px;
}

.nav-prev a:hover,
.nav-next a:hover {
  background-color: #66413f;
  color: #fff;
}

.back-to-archive {
  text-align: center;
}

.back-to-archive a {
  display: inline-block;
  background-color: #66413f;
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.back-to-archive a:hover {
  background-color: #6b3410;
}

/* =========================
  news一覧
========================= */
.news-archive {
  padding: 40px 20px;
}

.archive-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.archive-box {
  overflow: hidden;
  margin-bottom: 50px;
}

.news-ttl {
  background-color: #66413f;
  color: white;
  padding: 20px;
  text-align: center;
}

.news-ttl p {
  margin: 0;
  font-size: 36px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

.archive-item {
  display: flex;
  align-items: stretch;
  min-height: 200px;
}

.archive-left {
  flex: 0 0 250px;
  display: flex;
  padding-top: 50px;
}

.archive-img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.archive-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.archive-right {
  flex: 1;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.archive-date {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 16px;
}

.archive-date p {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  margin: 0;
}

.archive-txt {
  margin-top: 50px;
  flex-grow: 1;
}

.archive-txt p {
  margin: 0;
  font-family: "Yu Gothic Medium";
  font-size: 20px;
  line-height: 1.6;
  color: #333;
}

.continuted {
  margin-top: 20px;
  align-self: flex-end;
  background-color: #66413f;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.continuted:hover {
  background-color: #7a3e4d;
}

.continuted a {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  text-decoration: none;
}

/* =========================
  レスポンシブ
========================= */
@media screen and (max-width: 1740px) {
  .floating-nav .nav-area .nav-item {
    margin-left: 60px;
  }

  .nav-area .nav-item {
    margin-left: 60px;
  }
}

@media screen and (max-width: 1580px) {
  .floating-nav .nav-area .nav-item {
    margin-left: 40px;
  }

  .nav-area .nav-item {
    margin-left: 40px;
  }

  .top-menu-ttl {
    top: 0%;
  }

  .menu-link {
    top: 30%;
  }

  .menu-box {
    top: 200px;
  }

  .commitment-btn {
    top: 85%;
  }

  .top-commitment-ttl {
    position: absolute;
    top: 20%;
  }
}

@media (max-width: 1400px) {
  .catch-copy {
    right: 8%;
    font-size: 45px;
  }

  .nav-menu {
    left: 14%;
    font-size: 24px;
  }
}

@media screen and (max-width: 1420px) {
  .floating-nav .nav-area {
    margin-left: 0;
  }

  .floating-nav .nav-area .nav-item a {
    font-size: 16px;
  }

  .floating-nav .h-tel {
    margin-right: 15px;
  }

  .nav-area {
    margin-left: 0;
  }

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

  .h-tel {
    margin-right: 15px;
  }

  .commitment .items-content {
    width: 40%;
    margin-top: 0;
  }

  .commitment .items-ttl {
    font-size: 32px;
    margin-top: 0;
  }

  .commitment .items-text {
    margin-top: 0;
  }
}

@media screen and (max-width: 1300px) {
  .floating-nav .header_logo img {
    margin-left: 0;
  }

  .floating-nav {
    padding-left: 5px;
  }

  .header_logo img {
    margin-left: 0;
  }
  #header-sub {
    padding-left: 5px;
  }
}

@media screen and (max-width: 1308px) {
  .future-ttl {
    margin-top: -40px;
  }
}

@media screen and (max-width: 1250px) {
  .top-menu-ttl {
    top: -10%;
  }

  .top-menu-ttl h2 {
    font-size: 45px;
  }

  .menu-link {
    top: 20%;
  }

  .menu-box {
    top: 165px;
  }

  .t-menu-item .btn-txt {
    font-size: 28px;
    padding: 16px 60px 10px 20px;
  }

  .future-content .flex {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .future-content .left,
  .future-content .right {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 90%;
  }

  .future-l-img img,
  .future-r-img img {
    width: 100%;
    height: auto;
  }

  .future-txt {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .future-r-img {
    position: static;
    margin-top: 20px;
  }

  .top-instorenow-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .top-instorenow-left,
  .top-instorenow-right {
    position: static;
    width: 48%;
  }

  .top-instorenow-left {
    width: 55%;
    z-index: 1;
  }

  .top-instorenow-img img {
    width: 100%;
    height: 350px;
  }

  .top-instorenow-right {
    position: relative;
    width: 45%;
    height: 370px;
    background-color: #fff;
    top: 40px;
    margin-left: -30px;
    margin-top: 20px;
    padding: 0 15px 0 20px;
    box-sizing: border-box;
    z-index: 0;
  }

  .top-instorenow-ttl .ttl-img {
    margin-bottom: 0;
  }

  .top-instorenow-ttl .ttl-txt h2 {
    font-size: 26px;
  }

  .top-instorenow-right .right-txt {
    margin-bottom: 10px;
  }

  .top-instorenow-right .right-txt p {
    font-size: 16px;
    margin: 10px 20px;
  }

  .instorenow-btn {
    position: static;
    transform: none;
  }

  .top-commitment-ttl h2 {
    font-size: 45px;
  }

  .top-commitment-txt {
    top: 45%;
    line-height: 1.8;
  }

  .top-commitment-txt p {
    font-size: 19px;
  }

  .page-wrapper {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .menu-coffe-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media screen and (max-width: 1100px) {
  .floating-nav .nav-area .nav-item a {
    font-size: 14px;
  }

  .floating-nav .nav-area .nav-item {
    margin-left: 25px;
  }

  .floating-nav .h-contact {
    display: none;
  }

  .floating-nav .contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5d2c5;
    width: 80px;
    height: 80px;
  }

  .floating-nav .contact-icon img {
    width: 45px;
    height: auto;
  }

  .catch-copy {
    right: 6%;
    font-size: 40px;
  }

  .nav-area .nav-item a {
    font-size: 14px;
  }

  .nav-area .nav-item {
    margin-left: 25px;
  }

  .h-contact {
    display: none;
  }

  .contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5d2c5;
    width: 80px;
    height: 80px;
  }

  .contact-icon img {
    width: 45px;
    height: auto;
  }

  .nav-menu {
    left: 10%;
    font-size: 22px;
  }
}

@media screen and (min-width: 1001px) {
  .header-sub-inner .address {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .sub-mv {
    height: 300px;
  }

  .future-ttl-txt {
    margin-top: 10px;
  }

  .store .map {
    margin-bottom: 0;
  }

  .footer-nav {
    width: 100%;
    margin: 20px 0;
  }

  .footer-nav ul.navbar-nav {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .footer-nav ul.navbar-nav li.nav-item a {
    font-size: 18px;
  }

  .commitment .items-item:first-child {
    margin-top: 0;
  }

  .commitment .items-item,
  .commitment .items-item:nth-child(even) {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .commitment .items-img,
  .commitment .items-content {
    width: 100%;
    margin: 0 auto;
  }

  .commitment .items-ttl {
    font-size: 28px;
    margin-top: 10px;
  }

  .commitment .items-text {
    margin-top: 10px;
    padding: 0 10px;
  }

  #footer .footer-info-wrap {
    flex-direction: column;
    margin: 0 20px;
    gap: 50px;
  }

  #footer .footer-info-wrap .map iframe {
    height: 500px;
  }

  #footer .footer-info-wrap .store {
    order: 1;
  }

  #footer .footer-info-wrap .map {
    order: 2;
  }

  .juice-img img,
  .cocoa-img img {
    width: 60%;
  }

  .toast-img img {
    width: 50vw;
  }

  .setmenu-img img {
    width: 50vw;
    height: auto;
    display: inline-block;
  }
  .top-menu {
    background-size: cover;
    background-position: center center;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 900px) {
  .catch-copy {
    right: 4%;
    font-size: 35px;
  }

  .nav-menu {
    left: 6%;
    font-size: 20px;
  }

  .t-menu-item .btn-txt {
    font-size: 26px;
    padding: 16px 50px 10px 20px;
  }

  .top-commitment {
    position: relative;
    margin-top: 120px;
    aspect-ratio: auto;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .top-commitment-ttl h2 {
    font-size: 40px;
  }

  .top-commitment-txt {
    width: auto;
    transform: none;
    top: 38%;
    margin: 0 25px 0;
    left: 0;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .floating-nav {
    background-color: #fefaf0;
  }

  #header-sub {
    background-color: #fefaf0;
  }

  .hamburger {
    display: flex;
  }

  .header-sub-inner {
    background-color: transparent !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }

  .header-sub-inner .address {
    display: block;
    font-size: 16px;
    font-family: "Yu Gothic", sans-serif;
    text-align: left;
  }

  .floating-nav .nav-area,
  .floating-nav .h-tel,
  .floating-nav .h-contact,
  .floating-nav .header_logo,
  .floating-nav .contact-box,
  .top-address,
  .nav-menu,
  .floating-nav .contact-icon {
    display: none;
  }

  #header-sub {
    background-color: #fefaf0;
  }

  .hamburger {
    display: flex;
  }

  .header-sub-inner {
    background-color: transparent !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }

  .header-sub-inner .address {
    display: block;
    font-size: 16px;
    font-family: "Yu Gothic", sans-serif;
    text-align: left;
  }

  .nav-area,
  .h-tel,
  .h-contact,
  .header_logo,
  .contact-box,
  .top-address,
  .nav-menu,
  .contact-icon {
    display: none;
  }

  .main-visual {
    position: relative;
    z-index: 1;
  }

  .mv-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    margin: 0;
    pointer-events: none;
    top: 73%;
  }

  .mv-btm img {
    display: block;
    margin: 0;
    padding: 0 0 10px 10px;
    background-color: #fefaf0;
  }

  .mv-ttl {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: 61%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    z-index: 2;
    margin: 0;
  }

  .slideshow {
    display: none;
  }

  .slideshow-sp {
    display: block;
    position: absolute;
    width: 100%;
    height: 75%;
    top: 0;
    left: 0;
    background-color: #000;
  }

  .slide-sp {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    z-index: 0;
  }

  .slide-sp.active {
    opacity: 1;
    z-index: 1;
  }

  .logo {
    top: 31%;
    left: 39%;
    width: 23%;
  }

  .catch-copy {
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    font-size: 30px;
    line-height: 1.4;
    top: 60%;
    text-align: center;
    white-space: nowrap;
    min-width: max-content;
  }

  .catch-copy .indent {
    margin-left: 0;
  }

  .contact-banners-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -170px;
    margin-bottom: 140px;
    width: 90%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
  }

  .contact-banners-sp .contact-banner {
    width: 100%;
    height: auto;
  }

  /* 「一覧を見る」を不要な場合は復活 */
  /* .news {
    margin: 0 50px 0;
  } */

  .news-logo {
    flex: 1;
  }

  .news-line {
    flex: 2;
  }

  .news-cat {
    margin-top: 10px;
  }

  .news-wrap {
    gap: 0;
  }

  .news-box {
    gap: 0;
  }

  .news-item {
    display: block;
    padding-left: 0;
  }

  .news-logo img {
    max-width: 140%;
  }

  .greeting-ttl p {
    font-size: 26px;
  }

  .greeting-ttl .large {
    font-size: 43px;
  }

  .greeting-txt p {
    font-size: 16px;
  }

  .top-menu {
    aspect-ratio: auto;
    padding-top: 0;
    padding-bottom: 100px;
    margin-bottom: 550px;
    background-image: url("../images/sp_top/menu_01.png");
  }

  .top-menu-wrap {
    padding: 0 15px;
  }

  .top-menu-ttl {
    top: 30%;
  }

  .top-menu-ttl h2 {
    font-size: 40px;
  }

  .menu-link {
    top: 43%;
  }

  .menu-link .btn-txt {
    padding: 16px 60px 16px 30px;
  }

  .menu-box {
    top: 600px;
  }

  .menu-box {
    flex-direction: column;
    gap: 45px;
    margin-bottom: 100px;
  }

  .menu-img img {
    height: 250px;
    margin-bottom: 5px;
  }

  .t-menu-item .btn-txt {
    padding: 13px 50px 10px 20px;
  }

  .top-instorenow {
    padding: 0;
  }

  .top-instorenow-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 400px;
  }

  .top-instorenow-left {
    position: relative;
    width: 100%;
    z-index: 2;
  }

  .top-instorenow-img img {
    width: 50%;
    max-width: 780px;
    height: auto;
    display: block;
  }

  .top-instorenow-left {
    width: 100%;
    z-index: 1;
  }

  .top-instorenow-img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .top-instorenow-right {
    position: absolute;
    top: calc(100% - 100px);
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background-color: #fff;
    margin: 0;
    padding: 40px 20px;
    box-sizing: border-box;
    z-index: 2;
  }

  .top-instorenow-ttl {
    margin-top: 0;
  }

  .instorenow-btn {
    position: static;
    transform: none;
    margin-top: 20px;
  }

  .gallery-item {
    width: calc(60vw - 30px);
  }

  .future-ttl-img img,
  .store-ttl-img img {
    width: 300px;
  }

  .submv-item img {
    height: auto;
  }

  .future-ttl {
    margin-top: -10px;
  }

  .future-ttl-img img {
    max-width: 55%;
    height: auto;
  }

  .future-ttl-txt {
    font-size: 28px;
  }

  .store-ttl-txt {
    font-size: 28px;
  }
  .store {
    margin-top: 0;
  }

  .form-row {
    flex-direction: column;
    display: block;
  }

  .form-label {
    width: 100%;
    font-size: 16px;
    margin-bottom: 8px;
    padding-right: 0;
  }

  .required {
    font-size: 14px;
  }

  .menu-container {
    flex-direction: column;
  }

  .coffee-menu {
    display: block;
  }

  .menu-list {
    width: auto;
    padding: 0 50px 50px 50px;
    margin: 0 auto;
  }

  .menu-item dt {
    font-size: 18px;
  }

  .menu-item dd {
    font-size: 18px;
  }

  .coffee-cup {
    margin: 0 50px 50px;
  }

  .coffee-cup img {
    width: 60%;
  }

  .tea .menu-list {
    width: auto;
  }

  .others-wrap .menu-list {
    width: auto;
  }

  .iced-drink .menu-list {
    width: auto;
  }

  .juice .menu-list {
    width: auto;
  }

  .juice .menu-item-btm p {
    font-size: 16px;
  }

  .juice-img,
  .cocoa-img {
    margin-top: -45px;
  }

  .toast .menu-list {
    width: auto;
    max-width: none;
  }

  .toast-inner {
    display: block;
  }

  .toast-img {
    margin-top: 0;
    text-align: center;
  }

  .toast-img img {
    width: 60%;
  }

  .setmenu .menu-list {
    width: auto;
    max-width: none;
    margin: 0;
  }

  .setmenu-row {
    display: block;
  }

  .setmenu-img {
    margin-top: 0;
    text-align: center;
  }

  .setmenu-img img {
    width: 60%;
  }

  .toast .menu-item-btm p {
    font-size: 16px;
  }

  #toast-setmenu .menu-item-btm p {
    font-size: 16px;
    margin-top: 10px;
  }

  .sandwich-img,
  .cakeset-img {
    text-align: center;
    margin-bottom: 8px;
  }

  .instorenow-subttl {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .instorenow-txt p {
    font-size: 16px;
  }

  .instorenow-coffee-img {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .menu-table {
    margin: 0 auto;
    width: auto;
  }

  .menu-table th,
  .menu-table td {
    font-size: 16px;
  }

  .archive-item {
    flex-direction: column;
  }

  .archive-left {
    flex: none;
    min-height: 150px;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .archive-img {
    text-align: center;
  }

  .news-ttl p {
    font-size: 30px;
  }

  .archive-date {
    position: static;
    align-self: flex-start;
    margin-bottom: 15px;
    padding: 0;
  }

  .archive-txt {
    margin-top: 0;
  }

  .continuted {
    align-self: stretch;
    text-align: center;
  }

  .floating-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 80px;
    z-index: 9999;
    background-color: transparent;
  }

  .floating-banner .banner-left {
    flex: 1;
    background-color: #66413f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .floating-banner .banner-left img {
    width: auto;
    object-fit: contain;
  }

  .floating-banner .banner-right {
    flex: 1;
    background-color: #e5d2c5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .floating-banner .banner-right img {
    width: auto;
    object-fit: contain;
  }

  #footer {
    margin-bottom: 80px;
  }

  .single-wrap {
    padding: 0 15px;
  }

  .single-article {
    padding: 20px;
  }

  .single-title h1 {
    font-size: 22px;
  }

  .nav-links {
    flex-direction: column;
    gap: 15px;
  }

  .nav-prev,
  .nav-next {
    text-align: center;
  }

  .nav-prev a,
  .nav-next a {
    display: block;
    padding: 12px 20px;
  }
}

@media screen and (max-width: 600px) {
  .top-commitment {
    height: 800px;
    background-position: center top;
    background-image: url("../images/sp_top/commitment_01.png");
  }
}

@media screen and (max-width: 580px) {
  .news {
    margin: -45px 30px 0; /* 一覧を見るが不要の際は margin: 0 30px 0; */
  }
}

@media screen and (max-width: 500px) {
  .header-sub-inner .address {
    font-size: 16px;
  }

  .mv-ttl {
    font-size: 28px;
  }

  .catch-copy {
    font-size: 26px;
  }

  .top-menu-ttl {
    top: 33%;
    padding-bottom: 0;
  }

  .top-menu-ttl h2 {
    font-size: 30px;
  }

  .menu-link {
    width: 300px;
  }

  .menu-link .btn-txt {
    padding: 16px 50px 16px 25px;
  }

  .menu-link .arrow-circle {
    right: 24px;
    width: 22px;
    height: 22px;
  }

  .top-menu {
    margin-bottom: 500px;
  }

  .menu-box {
    top: 600px;
  }

  .top-menu-wrap {
    padding: 0px 30px;
  }

  .menu-link .btn-txt,
  .t-menu-item .btn-txt {
    font-size: 16px;
  }

  .future-ttl-img,
  .store-ttl-img {
    text-align: center;
  }

  .future-ttl-img img,
  .store-ttl-img img {
    width: 200px;
    max-width: 100%;
    height: auto;
    display: inline-block;
  }

  .floating-banner .banner-left img {
    width: 90%;
  }

  .floating-banner .banner-right img {
    width: 100%;
  }

  .top-commitment-ttl {
    width: 100%;
    top: 15%;
  }

  .top-commitment-txt {
    width: auto;
    transform: none;
    top: 30%;
  }

  .commitment-btn {
    width: 100%;
    top: 90%;
  }

  .commitment-btn .btn-txt {
    padding: 10px 60px 10px 30px;
  }
}

@media screen and (max-width: 480px) {
  .single-article {
    padding: 15px;
  }

  .single-title h1 {
    font-size: 20px;
  }

  .back-to-archive a {
    padding: 10px 25px;
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  .news-logo img {
    max-width: 160%;
  }

  .top-instorenow-right {
    padding: 20px 20px;
  }

  .top-instorenow-right .right-txt {
    margin-bottom: 0;
  }

  .instorenow-btn .btn-txt {
    padding: 11px 71px 11px 30px;
  }
}

@media screen and (max-width: 370px) {
  .header-sub-inner .address {
    font-size: 13px;
  }
}

/* =========================
  768px以下でトップのnews「一覧を見る」が不要な場合、下記コメントアウト
========================= */
@media screen and (max-width: 768px) {
  .news-list .btn-txt {
    top: -45px;
    padding: 16px 55px 16px 20px;
  }
}

@media screen and (max-width: 580px) {
  .news-list .btn-txt {
    top: -50px;
    font-size: 16px;
    padding: 10px 55px 10px 20px;
  }
}
