@charset "UTF-8";

/* SHOP / テイクアウト周り — 構成は https://nikushousaino.com/takeout.html を参考（暗色サイト向けに配色調整） */

/* カート内各行 — モーダルは body 直下など INDEX 外に出るため .CMS-TAKEOUT-INDEX では当たらない */
.cms_takeout__modal_window .cms_takeout__cart--item_container,
.cms_takeout__modal_window .cms_takeout__cart--item_container *,
.CMS-TAKEOUT-INDEX .cms_takeout__cart--item_container,
.CMS-TAKEOUT-INDEX .cms_takeout__cart--item_container * {
  color: #000;
}

/* 数量の + / −（黒背景の円）— 上記 * の黒を確実に打ち消して白文字に */
.cms_takeout__modal_window .cms_takeout__cart--item_amount_reduce,
.cms_takeout__modal_window .cms_takeout__cart--item_amount_add,
.CMS-TAKEOUT-INDEX .cms_takeout__cart--item_amount_reduce,
.CMS-TAKEOUT-INDEX .cms_takeout__cart--item_amount_add {
  color: #fff !important;
}

/* 注文手続きモーダル（白パネル）— common.css の body / a の白を打ち消し */
.cms_takeout__modal_window .cms_takeout__modal_window--inner {
  color: #000;
}

.cms_takeout__modal_window .cms_takeout__modal_window--inner a,
.cms_takeout__modal_window .cms_takeout__modal_window--inner a:visited,
.cms_takeout__modal_window .cms_takeout__modal_window--inner a:hover {
  color: #000 !important;
}

/* 送信中オーバーレイの文言（既定は白）— 黒字＋明るい台紙で可読に */
.cms_takeout__modal_window .cms_takeout__creating_order p {
  color: #000 !important;
  background: rgba(255, 255, 255, 0.95);
  padding: 1.25em 1.5em;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

/* ダーク背景の操作系のみ白文字を維持 */
body.-cms_takeout__modal_window_active .cms_takeout__modal_window--close-button,
.cms_takeout__modal_window .cms_takeout__common_button {
  color: #fff !important;
}

p.privacy_notes {
  padding: 30px 0 40px;
  line-height: 1.8;
}

.privacy {
  width: auto;
  max-width: 100%;
  margin: 0 auto 5rem;
  border: 2px solid rgba(255, 255, 255, 0.45);
  padding: 20px;
  height: 500px;
  max-height: 70vh;
  overflow: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.privacy p {
  margin: 0;
  line-height: 1.85;
  font-size: 1.4rem;
}

.privacy span,
.privacy-takeout span {
  font-weight: bold;
}

.privacy-takeout {
  width: 90%;
  max-width: 100%;
  margin: 100px auto;
  border: 2px solid rgba(255, 255, 255, 0.45);
  padding: 20px;
  box-sizing: border-box;
}

.access_stores {
  margin: 100px 50px 0;
}

.access_stores h3 {
  text-align: left;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

.access_stores p {
  padding-top: 50px;
  padding-bottom: 50px;
}

.table {
  width: 100%;
}

.table,
.table_row_inner {
  list-style: none;
  margin: 0;
  padding: 0;
}

.table_row_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 10px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.35);
}

.table_item_left03 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 500;
  flex: 0 0 20%;
  min-width: 0;
}

.table_list_content {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 500;
  flex: 0 0 75%;
  min-width: 0;
}

@media screen and (min-width: 768px) {
  .table_tel_link {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .table_tel_link {
    text-decoration: underline;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .access_stores {
    margin: 50px auto 0;
  }

  .access_stores h3 {
    font-size: 20px;
  }

  .table_row_inner {
    flex-direction: column;
    gap: 1rem;
  }

  .table_item_left03,
  .table_list_content {
    flex: 1 1 auto;
    width: 100%;
  }

  .privacy {
    height: 400px;
    max-height: 55vh;
    padding: 16px;
  }
}
