/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/sass/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

.background_img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}

.background_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* 画面幅が1000px以下の場合に別の画像を表示 */
@media screen and (min-width: 1000px) {
  .background_img img {
    content: url("../images/img_top.jpg");
  }
}

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

img {
  width: 100%;
  height: auto;
  display: block;
}

html {
  color: #000;
  background: #fff;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#page {
  flex: 1;
}

.site-main {
  flex: 1;
  /* 余白を埋める */
}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

legend {
  color: #000;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

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

:focus:not(:focus-visible) {
  outline: 0;
  /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

.section-container {
  padding-top: 80px;
}

.section-container .section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-container .section-wrapper .section-title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
}

/* お問い合わせ、ご注文のチェックボックススタイル */
.consent-chk {
  width: 15px;
  height: 13px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

@media screen and (min-width: 768px) {
  .consent-chk {
    width: 15px;
    height: 15px;

  }
}


/* ヘッダー */
.header-container {
  padding: 0px 8px;
}

@media screen and (min-width: 768px) {
  .header-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 8px;
  }
}

@media screen and (min-width: 1024px) {
  .header-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 8px;
  }
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}

@media screen and (min-width: 768px) {
  .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
  }
}

@media screen and (min-width: 1024px) {
  .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
  }
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .header-logo {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}

.header-logo-image {
  display: block;
  width: auto;
  height: 40px;
}

@media screen and (min-width: 768px) {
  .header-logo-image {
    display: block;
    width: auto;
    height: 100%;
    height: 56px;
  }
}

@media screen and (min-width: 1024px) {
  .header-logo-image {
    display: block;
    width: auto;
    height: 100%;
    height: 72px;
  }
}

.head-logo-title {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #11b2d7;
}

@media screen and (min-width: 768px) {
  .head-logo-title {
    font-size: 1rem;
  }
}

/* ハンバーガーメニューが閉じているとき */
.header-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -400px;
  bottom: 0;
  z-index: 3;
  transition: right 0.5s;
  font-size: 1rem;
  text-align: center;
  background-color: rgb(255, 255, 255);
}

@media screen and (min-width: 768px) {
  .header-nav {
    margin-left: auto;
    text-align: right;
    position: static;
    width: auto;
    height: auto;
    transform: translateX(0);
    display: block;
    background-color: transparent;
    transition: none;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__list {
    display: flex;
  }
}

.header-nav__item {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 8px;
}

@media screen and (min-width: 768px) {
  .header-nav__item {
    font-size: 1rem;
  }

  .header-nav__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .header-nav__item:last-child::after {
    display: none;
  }
}

.header-nav__item-cart {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: rgba(66, 212, 245, 0.3);
  border-radius: 12px;
  padding: 0 8px;
}

@media screen and (min-width: 768px) {
  .header-nav__item-cart {
    margin: 0 0 0 8px;
  }
}


.header-nav__item-cart .header-nav__icon {
  width: 24px;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .header-nav__item-cart .header-nav__icon {
    width: 24px;
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.header-nav__link--cart {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .header-nav__link--cart {
    font-size: 16px;
  }
}

/* ハンバーガーメニューが開いているとき */
.open .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  opacity: 1;
}

.open .header-nav {
  right: 0;
  padding: 88px 25px;
}

@media screen and (min-width: 768px) {
  .open .header-nav {
    position: static;
    width: auto;
    height: auto;
    transform: translateX(0);
    display: block;
    background-color: transparent;
    font-size: 1rem;
    transition: none;
  }
}

.open .header-nav__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.open .header-nav__item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .open .header-nav__item {
    margin-top: 0;
  }
}

/*ハンバーガーメニュー三本線の配置*/
.hamburger-btn {
  width: 24px;
  height: 18px;
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-left: auto;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  .hamburger-btn {
    display: none;
  }
}

/* 三本線のバー(閉じているとき) */
.hamburger-btn__bar {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #000000;
  transition: all 0.5s;
}

@media screen and (min-width: 768px) {
  .hamburger-btn__bar {
    display: none;
  }
}

/* 1~3本目の線の設定(閉じているとき) */
.hamburger-btn__bar:nth-child(1) {
  bottom: 16px;
}

.hamburger-btn__bar:nth-child(2) {
  bottom: 8px;
}

.hamburger-btn__bar:nth-child(3) {
  bottom: 0px;
}

/* 1~3本目の線の設定(開いているとき）*/
.open .hamburger-btn__bar:nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
}

.open .hamburger-btn__bar:nth-child(2) {
  opacity: 0;
}

.open .hamburger-btn__bar:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
}

/* メニューが閉じていている時の背景スタイル */
#hamburger-mask {
  display: none;
  transition: all 0.5s;
}

/*メニューが開いている時の背景スタイル*/
.open #hamburger-mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: gainsboro;
  opacity: 0.5;
  /*色の透明度*/
  cursor: pointer;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .open #hamburger-mask {
    display: none;
  }
}


/* ヒーローセクション */
.hero-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .hero-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
}

.hero-wrapper,
.hero-wrapper div,
.hero-wrapper img {
  width: 100%;
  height: 100%;
}

.hero-wrapper div {
  position: relative;
}

.hero-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  /* 初期ズーム */
  transition: transform 8s ease;
  /* ゆっくりズーム */
}

.slick-active img {
  transform: scale(1);
  /* アクティブで自然に戻る */
}


/* お知らせセクション */
.news-container {
  background-color: #f5f5f5;
  text-align: center;
}

.news-container .news-wrapper {
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .news-container .news-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px 0;
  }
}

.news-container .news-wrapper .news-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.news-container .news-wrapper .news-list {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 8px 0;
  max-width: 720px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .news-container .news-wrapper .news-list {
    margin: 0 16px;

  }
}

.news-container .news-wrapper .news-item {
  font-size: 14px;
  border-bottom: 1px solid #000000;
  align-items: center;
  display: flex;
  gap: 8px;
  padding: 8px 0;
}

@media screen and (min-width: 768px) {
  .news-container .news-wrapper .news-item {
    display: flex;
    gap: 12px;
    font-size: 16px;
  }
}


/* 共通のボタンスタイル */
.btn-area {
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  border-radius: 24px;
  transition-property: background-color, border-color, color, box-shadow, filter;
  transition-duration: 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
  white-space: normal;
  font-weight: 700;
  text-align: center;
  padding: 8px 0;
  color: #616467;
  box-shadow: inset 0 0 0 2px #616467;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .btn-area {
    font-size: 16px;
  }
}

.btn-area :hover {
  color: #FFFFFF;
  background-color: #616467;
}

.btn-area .btn-link {
  margin: 8px;
}


/* 店舗紹介ページ */
.store-intro-container {
  padding-top: 80px;
}

.store-intro-container .store-intro-wrapper {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .store-intro-container .store-intro-wrapper {
    display: flex;
  }
}

.store-intro-image-area {
  display: flex;
  align-items: center;
  /* ↑ 縦方向の中央寄せ */
  justify-content: center;
  /* ↑ 必要なら横方向も中央に */
  width: 100%;
}


@media screen and (min-width: 768px) {
  .store-intro-image-area {
    display: flex;
    align-items: center;
    /* ↑ 縦方向の中央寄せ */
    justify-content: center;
    /* ↑ 必要なら横方向も中央に */
    width: 100%;
  }
}

.store-intro-container .store-intro-image {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 75%;
}

.store-intro-container .store-intro-area {
  padding: 24px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .store-intro-container .store-intro-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 48px;
    width: 100%;
  }
}

.store-intro-container .store-intro-area .store-intro-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.store-intro-title-br {
  display: inline;
}

@media screen and (min-width: 768px) {
  .store-intro-title-br {
    display: none;
  }
}

.store-intro-container .store-intro-area .store-intro-text {
  margin-top: 48px;
  text-align: center;
  font-size: 14px;
}

.store-intro-text-image-area {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 高さ方向も中央にしたいとき */
}

.store-intro-text-image-icon {
  width: 144px;
  height: auto;
}


/* 店舗の特徴 */
.store-features {
  margin-top: 80px;
}

@media screen and (min-width: 1080px) {
  .store-features {
    margin: 0 96px 0 96px;
  }
}

.store-features__title-text {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1px;
}

.store-features__title-br {
  display: inline;
}

@media screen and (min-width: 768px) {
  .store-features__title-br {
    display: none;
  }
}

.store-features__list {
  padding: 0 24px;
}

@media screen and (min-width: 768px) {
  .store-features__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
  }
}

.store-features__item {
  background-color: #F5F5F5;
  margin-top: 32px;
  position: relative;
}

.store-features__icon {
  position: absolute;
  top: 0;
  transform: translate(0%, -50%);
  width: 48px;
  height: 48px;
}

.store-features__content {
  padding: 24px 24px;
}

.store-features__label {
  font-size: 14px;
  color: #006FC4;
  font-weight: bold;
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .store-features__label {
    font-size: 16px;
  }
}

.store-features__headline {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .store-features__headline {
    font-size: 20px;
  }
}

.store-features__text {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .store-features__text {
    font-size: 16px;
  }
}

.store-features__sale-area {
  background-color: #FFFFFF;
  text-align: center;
  margin-top: 8px;
  padding: 12px 0;
}

.store-features__sale-text {
  font-size: 14px;
  font-weight: bold;
  color: #006FC4;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .store-features__sale-text {
    font-size: 16px;
  }
}

.store-features__sale-dates {
  display: inline-block;
  text-align: left;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .store-features__sale-dates {
    font-size: 16px;
  }
}


/* 商品紹介ページ */
.product-container {
  overflow: hidden;
  text-align: center;
  padding-top: 80px;
}

.product-title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
}

.product-container .product-carousel-wrapper {
  margin: 0 auto;
  padding: 24px 0 0 0;
}

/* Slick Carouselのドットナビゲーションを非表示にする */
.slick-dots {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .slick-dots {
    display: block !important;
  }
}

.product-carousel-item {
  padding: 0 10px;
}

.product-container .product-carousel-wrapper .product-carousel-item .product-carousel-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 商品紹介内の商品タイトル */
.product-carousel-info {
  text-align: left;
  padding: 8px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .product-carousel-info {
    font-size: 16px;
  }
}

.product-container .product-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .product-container .product-btn-wrapper .btn-area {
    font-size: 16px;
  }
}

/* 店舗情報 */
.store-info-area {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .store-info-area {
    font-size: 1rem;
  }
}

.store-info-area .store-tell-area {
  display: flex;
}

.store-info-area .store-tell-area .store-tell-icon {
  width: 18px;
  height: 18px;
}

.store-info-area .store-map-iframe {
  display: block;
  width: 100%;
  height: 300px;
}

@media screen and (min-width: 768px) {
  .store-info-area .store-map-iframe {
    width: 600px;
    height: 450px;
  }
}


/* お問い合わせフォーム */
.contact-container {
  background-color: #f5f5f5;
  padding: 80px 24px 16px 24px;
}

.contact-container .contact-form {
  margin: 0 auto;
  max-width: 400px;
}

@media screen and (min-width: 768px) {
  .contact-container .contact-form {
    max-width: 720px;
  }
}

.contact-container .contact-form .contact-table {
  width: 100%;
  border-collapse: collapse;
  /* 特別な処理：お問い合わせ内容だけはテキストエリア風に */
}

.contact-container .contact-form .contact-table .contact-table-area {
  margin-bottom: 24px;
}

.contact-container .contact-form .contact-table .contact-table-area .contact-table-row {
  padding: 12px 0;
}

.contact-container .contact-form .contact-table .contact-table-area .contact-table-row .contact-label {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .contact-container .contact-form .contact-table .contact-table-area .contact-table-row .contact-label {
    font-size: 16px;
  }
}

/* Contact Form 7のショートコードに反映 */
.contact-input {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

textarea.contact-input {
  height: 120px;
  resize: vertical;
  /* 任意でリサイズ可 */
}

.contact-form_detail {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .contact-form_detail {
    font-size: 16px;
  }
}

.contact-form_checkbox {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .contact-form_checkbox {
    font-size: 16px;
  }
}

/* プライバシーポリシーリンク */
.privacy-link {
  text-decoration: underline;
  color: #6EC1FF;
  cursor: pointer;
}

/* モーダルウィンドウ */
.privacy-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
  /* 最前面に表示 */
}

/* モーダルの擬似要素の指定 */
.privacy-modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.privacy-modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.privacy-modal_container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
}

/* モーダルを閉じるボタンの指定 */
.privacy-modal_close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

/* モーダルのコンテンツ部分の指定 */
.privacy-modal_content {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 20px;
}

/* モーダルのコンテンツ部分のテキストの指定 */
.privacy-modal_text {
  margin: 1em 0;
}

/* wpのプライバシーポリシーの同意欄 */
.wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
}

.contact-container .contact-form .contact-form_btn {
  align-items: center;
  text-align: center;
  padding-top: 16px;
}

.contact-container .contact-form .contact-form_btn .contact-form_center__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  backface-visibility: hidden;
  border: 0.3rem solid transparent;
  border-radius: 3rem;
  border-color: transparent;
  background-color: #000000;
  color: #FFFFFF;
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}

@media screen and (min-width: 768px) {
  .contact-container .contact-form .contact-form_btn .contact-form_center__btn {
    font-size: 16px;
  }
}



.wpcf7-contact-form_center__btn:disabled {
  background-color: #999;
}

.contact-form_btn .contact-form_center__btn:hover {
  transform: scale(1.05);
}

/* スピナーを最初は非表示＆位置を中央に */
.wpcf7-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  /* 最初は非表示 */
  z-index: 1000;
  margin: 0 0;
}

.footer-container {
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:8px 0;
}

.footer-container .footer-inner {
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-container .footer-inner {
    font-size: 1rem;
  }
}

/* ご注文ページ */
.order-container .order-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.order-container .order-inner .order-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 8px 0;
}

.order-container .order-text-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  background-color: #ececec;
  max-width: 1080px;
  margin: auto;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .order-container .order-text-inner {
    justify-content: flex-start;
    background-color: transparent;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .order-container .order-text-inner .order-text-title {
    font-size: 1rem;
    padding: 8px;
    background-color: #ececec;
  }
}

.menu {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1024px;
  margin: auto;
  padding: 24px;
}

@media screen and (min-width: 768px) {
  .menu {
    grid-template-columns: repeat(4, 1fr);
  }
}

.menu .menu-item {
  display: block;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .menu .menu-item {
    font-size: 16px;
  }
}

.menu .menu-item .menu-item-info {
  padding: 8px;
}

.menu img {
  width: 100%;
  height: auto;
  display: block;
}

.order-notice-wrapper {
  margin: 24px;
  padding: 8px;
  background-color: #f5f5f5;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .order-notice-wrapper {
    max-width: 1024px;
    margin: auto;
    padding: 8px;
    font-size: 16px;
  }
}

.order-btn-wrapper {
  padding: 24px 0;
}

.order-btn-wrapper .order-btn-inner {
  align-items: center;
  text-align: center;
  padding: 16px 0;
}

.order-btn-wrapper .order-btn-inner .order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  backface-visibility: hidden;
  border: 0.3rem solid transparent;
  border-radius: 3rem;
  border-color: transparent;
  background-color: #000000;
  color: #ffffff;
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}

.order-btn-text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

/* お知らせアーカイブ */
.news-archive-container {
  background-color: #f5f5f5;
  padding-bottom: 24px;
  /* 中央に配置 */
}

.news-archive-container .news-wrapper {
  max-width: 800px;
  margin: 0 auto;
  /* タイトル */
  /* お知らせ一覧全体 */
}

.news-archive-container .news-wrapper .news-wrapper-title {
  font-weight: bold;
  margin-bottom: 24px;
}

.news-row_wrapper {
  font-size: 14px;
  display: grid;
  gap: 12px; /* 行間の余白 */
  flex-direction: column;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .news-row_wrapper {
  display: grid;
  grid-template-columns: 280px 240px 1fr; /* 日付 / タイトル / 本文 */
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
  align-items: baseline; /* テキストを行のベースラインで揃える */
  }
}

.news-header {
  display: flex;
  align-items: baseline; /* 文字のベースラインで揃える */
  gap: 12px;           /* 日付とタイトルの間の余白 */
}

@media screen and (min-width: 768px) {
  .news-header {
    display: flex;
  align-items: baseline; /* 文字のベースラインで揃える */
  gap: 32px;
  }
}

.news-date_wrapper {
  width: 96px;           /* 固定幅にしてタイトルの先頭を揃える */
  font-size: 14px;
  color: #666;
  white-space: nowrap;    /* 日付が折り返されない */
}

@media screen and (min-width: 768px) {
  .news-date_wrapper {
    font-size: 16px;
  }
}

.news-classification {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .news-classification {
    font-size: 16px;
  }
}



/* お知らせ個別詳細ページ */
.news-detail {
  max-width: 800px;
  margin: 80px auto;
  padding: 0 20px;
  /*font-family: "Noto Serif JP", "游ゴシック体", YuGothic, "ヒラギノ明朝 ProN", serif;*/
  color: #222;
}

.news-article {
  background: #fff;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}

.news-meta {
  text-align: right;
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 10px;
}

.news-title-text {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 2px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

.news-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
}

.news-content {
  font-size: 14px;
  line-height: 1.9;
  color: #333;
}

@media screen and (min-width: 768px) {
  .news-content {
    font-size: 16px;
  }
}

.news-back-link {
  color: #007acc;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .news-back-link {
    font-size: 16px;
  }
}


/*# sourceMappingURL=style.css.map*/