@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.shop_area_wrap a[href^="#"] {
  scroll-margin-top: 0 !important;
}
.grecaptcha-badge {
  margin-bottom: var(--recaptcha-badge-position);
  z-index: 9999;
}
.fugaz-one-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
:root {
  /* 見出し・本文のサイズ（clampでレスポンシブ化） */
  --font-size-base: clamp(16px, 1.6vw, 16px);
  --font-size-sm: clamp(12px, 1.2vw, 14px);
  --font-size-lg: clamp(18px, 2vw, 22px);
  --font-size-xl: clamp(15px, 3vw, 18px);
  --font-size-xxl: clamp(40px, 4vw, 80px);
  --font-size-h2: clamp(36px, 4vw, 50px);
  --font-size-h3: clamp(30px, 4vw, 50px);

  --line-height-base: 1.6;
}
body {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: #333;
  font-weight: normal;
}
h2 {
  font-size: var(--font-size-xl) !important;
  font-weight: normal;
}
h3 {
  font-size: var(--font-size-lg) !important;
  font-weight: 600;
}
p {
  font-size: var(--font-size-base);
}
small {
  font-size: var(--font-size-sm) !important;
}
.h2_catch {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-size: var(--font-size-h2) !important;
  margin-bottom: 10px !important;
  display: flex;
  align-items: center;
  font-weight: 700 !important;
  color: #692c06;
}
.h2_main {
  line-height: 1;
  font-size: var(--font-size-xl) !important;
  margin-top: 10px !important;
  margin-bottom: 50px !important;
}
.h3_sub {
  font-family: "Nunito Sans", sans-serif;
  font-size: var(--font-size-lg) !important;
  color: #f97930 !important;
}
.h3_titlesub {
  font-size: var(--font-size-base) !important;
  color: #f97930 !important;
  font-weight: normal !important;
}
.h3_catch {
  font-family: "EB Garamond", serif;
  line-height: 1;
  font-size: var(--font-size-h3) !important;
  margin-bottom: 5px !important;
}
.sec01 {
  padding-bottom: 6em !important;
  padding-top: 4em !important;
}
/*共通*/
.round_pic img {
  border-radius: 5px;
}
.round {
  border-radius: 5px;
}
.single-post .l-content {
  padding-top: 2em;
  max-width: 900px;
}
/*ヘッダー*/
.l-header__bar .c-catchphrase {
  font-size: 13px;
}
.l-header__barInner .c-iconList {
  display: none;
}
.c-gnav > .menu-item > a {
  padding: 0 20px;
}
.c-gnav > .menu-item > a .ttl {
  display: block;
  font-size: 14px;
}
.c-smallNavTitle {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  display: block;
  color: #f9be11;
  font-family: "Montserrat", sans-serif;
  opacity: 1;
  padding-top: 3px;
}
.l-content {
  margin: 0 auto 5em;
}
.none_post {
  padding-bottom: 12rem !important;
}
.l-topTitleArea {
  min-height: 200px;
  padding: 1em 0;
}

/*フッター*/
.footer-main-wrap {
  padding-top: 30px;
}
.w-beforeFooter {
  margin: 0;
  overflow: hidden;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
}
.footer-menu.footer-menu--main {
  font-size: 15px;
  margin-bottom: 15px;
}
.footer-menu.footer-menu--sub {
  font-size: 13px;
  justify-content: flex-start;
  gap: 20px;
}
.footer-menu li a {
  text-decoration: none;
}
.footer-menu li a:hover {
  color: #692c06;
}
.l-footer__foot,
.l-footer__widgetArea {
  padding-top: 0;
  background: #ffffff;
}
.w-footer__box {
  padding: 0;
}
.l-footer .copyright {
  text-align: right;
}
.l-footer__widgetArea {
  display: none;
}
.copyright {
  background: #692c06;
  color: #fff;
  padding: 8px 0;
  line-height: 1;
}
.copyright p {
  width: 1200px;
  margin: 0 auto;
  font-size: 13px;
}
/*メインビジュアル*/
.p-mainVisual__textLayer .main_catch {
  font-size: 2.6rem;
  color: #692c06;
  margin-bottom: 16px;
  padding-bottom: 18px;
  font-weight: 900;
  line-height: 1.3;
  text-shadow: none;
  letter-spacing: 1px;
  border-bottom: dotted 5px #692c06;
}
.p-mainVisual__textLayer .catch  {
  color: #ffffff;
  font-size: 1.4rem;
  text-shadow: none;
  line-height: 1.6;
  text-shadow: 1px 1px #a07911;
}
.p-mainVisual__textLayer > .p-blogParts {
  margin: 1em 0 0;
  text-align: left;
  background: #f9be11b5;
  width: 600px;
  padding: 20px;
}
@media (max-width: 1440px) {
  .p-mainVisual__textLayer .main_catch {
    font-size: 2.1rem;
  }
  .p-mainVisual__textLayer > .p-blogParts {
    width: 500px;
  }
}
.swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.3;
}
.p-mainVisual .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}

.is-style-kakko_box:before {
  border-left: 2px solid;
  border-top: 2px solid;
  border-color: var(--color_main);
}
.is-style-kakko_box:after {
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: var(--color_main);
}
/*HOME*/
.top_about_title{
  font-size: 1.6rem !important;
  margin-bottom: 20px !important;
}
.top #content {
  padding-top: 0;
}
.-type-list .p-postList__link {
  align-items: center;
  background: #fff;
  justify-content: flex-start;
  gap: 20px;
}
.-type-list .p-postList__item {
  margin-bottom: 1.5em;
}
.-type-list .p-postList__thumb {
  width: 25%;
}
.top_aboutus {
  position: relative;
}
.top_egg {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: -1;
  width: 250px;
}
.top_recruit_pic {
  padding-top: 20px;
}
.top_contact_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px;
}
.top_contact_text {
  position: relative;
  display: inline-block;
  padding-left: 60px;
  font-size: 16px;
  line-height: 1.6;
  padding: 10px 30px 10px 80px;
  border-radius: 50px;
  background-color: #f4e593;
}
.top_contact_text::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff url(../../uploads/2025/10/top_contact_icon.png) no-repeat
    center / 100%;
}
/* 投稿リストカスタマイズ（メニュー用）*/
.menu_list .p-postList.p-postList {
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.p-postList__item.-menuCustom {
  width: 23.6% !important;
  border-left: none;
  margin-bottom: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
  margin: 0px 8px 30px 8px;
  border-radius: 3px;
  padding: 0 !important;
}
.p-postList__item.-menuCustom .menu-thumbWrap {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.p-postList__item.-menuCustom .menu-thumbWrap img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  transform: scale(1);
  transform-origin: center center;
}
.p-postList__item.-menuCustom:hover .menu-thumbWrap img {
  transform: scale(1.08);
}
.p-postList__item.-menuCustom .menu-body {
  padding: 12px 10px;
  background: #fff7ea;
}
.p-postList__item.-menuCustom .menu-body_bg {
  padding: 12px 10px;
  background: #ffffff;
}
.p-postList__item.-menuCustom .menu-desc {
  font-size: 14px;
  margin-bottom: 8px;
}
.p-postList__item.-menuCustom .menu-title {
  text-align: left;
  font-size: 17px !important;
  margin-bottom: 10px;
  color: #333;
}
.p-postList__item.-menuCustom .menu-title::before {
  background: none;
}
.p-postList__item.-menuCustom .menu-price {
  color: #692c06;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}
/* .p-postList__item {
  display: flex;
} */
.p-postList__item.-menuCustom > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.menu-thumbWrap {
  flex-shrink: 0;
}
.menu-body_bg,
.p-postList__item.-menuCustom .menu-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 12px;
}
.menu-title {
  flex-grow: 1;
}
.menu-price {
  margin-top: auto;
}
/* メニューカテゴリタブ(メニューページ) */
.menuCategory {
  margin: 40px 0 32px;
}
.TabList {
  display: flex;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #ffffff !important;
}
.TabList__item {
  position: relative;
}
.TabList__link {
  display: inline-block;
  padding: 10px 0 10px;
  font-size: 15px;
  font-weight: 500;
  color: #777;
  text-decoration: none;
  transition: color 0.25s ease;
}
.TabList__link:hover {
  color: #111;
}
.TabList__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #692c06;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
.TabList__item:hover::after {
  transform: scaleX(1);
}
.TabList__item.current-cat .TabList__link {
  color: #111;
  font-weight: 600;
}
.TabList__item.current-cat::after {
  transform: scaleX(1);
}
/* メニュー詳細 */
.single-menu #main_content .l-container {
  padding-left: 0;
  padding-right: 0;
}
.p-menuDetail {
  padding: 60px 0;
}
.p-menuDetail__columns {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}
.p-menuDetail__left {
  flex: 0 0 45%;
}
.p-menuDetail__thumb img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.p-menuDetail__right {
  flex: 1;
  padding: 32px;
  border-radius: 4px;
}
.p-menuDetail__title {
  padding-left: 16px;
  background: url(../../uploads/2025/12/head_icon.png) no-repeat left 7px;
  background-size: 4px 26px;
  font-size: 22px !important;
  font-weight: bold;
  line-height: 1.8;
  border-bottom: 1px dotted #865757;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
.p-menuDetail__price {
  font-size: 22px;
  font-weight: bold;
  color: #692c06;
  text-align: right;
  margin-bottom: 16px;
}
.p-menuDetail__price span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 4px;
}
.p-menuDetail__desc {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}
.p-menuDetail__desc p {
  margin: 0 0 10px;
}
.p-menuDetail__related {
  margin-top: 80px;
}
.p-menuDetail__heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  padding-left: 10px;
  border-left: 4px solid #f9be11;
}
/* ======================================
   投稿リストカスタマイズ（TOP店舗リスト）
====================================== */
.top_shops .-type-card .p-postList__link {
  height: auto;
}
.shopCard {
  background: #fff;
  padding: 24px;
  border-top: 1px solid #692c06;
  margin-bottom: 15px !important;
}
.shopCard__layout {
  display: flex;
  gap: 30px;
}
.shopCard__col--thumb img {
  width: 100%;
  display: block;
}
.shopCard__col--info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.shopCard__header {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.shopCard__title {
  padding: 0 !important;
  padding-left: 20px !important;
  background: url(../../uploads/2025/12/head_icon.png) no-repeat left 2px !important;
  background-size: 6px 30px !important;
  margin-bottom: 0 !important;
}
.shopCard__title::before {
  background: none !important;
}
.shopCard__map {
  min-width: 200px;
}
.shopCard__map.swell-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 20px;
  border: 1px solid #333;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  color: #333;
  line-height: 1;
  letter-spacing: 1px;
}
.shopCard__map.swell-block-button__link:hover {
  background: #333;
  color: #fff;
  transition: background-color 0.25s;
}
.shopCard__map .__icon {
  position: relative;
  top: -1px;
}
.shopCard__details p {
  margin: 4px 0;
  font-size: 16px;
  line-height: 1.7;
}
.shopCard__col--cta {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shopCard__col--cta .swell-block-button__link {
  width: 230px;
  white-space: nowrap;
}
/*固定ページ共通*/
.-body-solid .p-breadcrumb.-bg-on {
  background: #fbe77b !important;
}
.wp-singular .l-content {
  padding-top: 0;
  margin: 0 auto;
}
.single-post .l-content {
  padding-top: 2em;
}
.under-orange {
  border-bottom: 2px solid #f97930 !important;
  padding-bottom: 10px !important;
}
.p-pnLinks__item.news-top {
  background: #f97930;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 0;
  width: fit-content;
}
.p-pnLinks__item.news-top:hover {
  opacity: 0.8;
}
.p-pnLinks__item.news-top a {
  justify-content: center !important;
}
/*店舗情報（固定）*/
/*上部アンカーリンク*/
.shop_area_wrap {
  border-bottom: 1px solid #692c06;
  padding-bottom: 10px;
}
.shop_area_label {
  color: #692c06;
  font-weight: bold;
}
.shop_area_label p {
  font-size: 18px !important;
}
.shop_area_list {
  gap: 20px;
}
/*MAP*/
#map {
  height: 100%;
}
.shop_maplist {
  padding: 10px 20px 20px 20px !important;
}
.shopAreaHeading {
  background: #692c06 !important;
  color: #fff !important;
  padding: 10px !important;
  font-size: 18px !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.shop_maplist h3 {
  padding-left: 14px !important;
  background: url(../../uploads/2025/12/head_icon.png) no-repeat left 2px !important;
  background-size: 4px 20px !important;
  margin-top: 0 !important;
  font-size: 16px !important;
}
.shop_maplist_sqroll {
  max-height: 600px;
  overflow-y: auto;
  padding-right: 4px !important;
}
/* 区見出し：アクティブ状態 */
.shopAreaHeading.is-active {
  background-color: #f9be11 !important;
  color: #692c06 !important;
}
.shopAreaHeading.is-active::before {
  background-color: #fff7cb !important;
}
.shop_maplist.shopItem.is-active {
  border-top: 2px solid #f9be11;
}
/* 店舗詳細*/
.single-shop .l-content {
  padding: 0;
  background: #fff7ea;
  width: 100%;
  max-width: 100%;
}
.p-shopDetail {
  padding: 50px 0 !important;
}
.p-shopDetail__header {
  margin-bottom: 32px;
}
.p-shopDetail__header h2 {
  padding-left: 16px !important;
  background: url(../../uploads/2025/12/head_icon.png) no-repeat left 7px !important;
  background-size: 4px 26px !important;
  margin-top: 0 !important;
  font-size: 20px !important;
  padding-bottom: 4px;
  font-weight: bold;
  border-bottom: 1px dotted #865757;
  line-height: 1.9;
}
.p-shopDetail__columns {
  display: flex;
  gap: 32px;
}
.p-shopDetail__left {
  flex: 0 0 45%;
}
.p-shopDetail__right {
  flex: 1;
}
.p-shopDetail__thumb img {
  width: 100%;
  height: auto;
}
.p-shopDetail__list {
  background: #ffffff;
  padding: 24px;
}
.p-shopDetail__row {
  display: flex;
  padding: 8px 0;
}
.p-shopDetail__row:last-child {
  border-bottom: none;
}
.p-shopDetail__row dt {
  width: 100px;
  font-weight: 600;
  border-top: 2px solid #fdb813;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 7px;
}
.p-shopDetail__row dd {
  flex: 1;
  margin: 0;
  border-top: 1px solid #e1dede;
  padding-top: 10px;
  padding-left: 7px;
}
.p-shopDetail__map {
  margin-top: 12px;
  max-width: 200px;
}
.p-shopDetail__map .swell-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 6px 16px;
  border: 1px solid #333;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  color: #333;
  letter-spacing: 1px;
  font-size: 15px;
}
.p-shopDetail__map .swell-block-button__link:hover {
  background: #333;
  color: #fff;
  transition: background-color 0.25s;
}
.p-shopDetail__map .__icon {
  position: relative;
  top: -1px;
}
.p-shopDetail__order {
  margin-bottom: 48px;
}
.p-shopDetail__heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  padding-left: 10px;
  border-left: 4px solid #f9be11;
}
.p-shopDetail__orderText {
  background: #fff;
  padding: 16px;
}
.p-shopDetail__recruit {
  margin: 20px auto 24px;
  text-align: center;
}
.p-shopDetail__recruitLink {
  display: inline-block;
  max-width: 600px;
}
.p-shopDetail__recruitLink img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}
.p-shopDetail__recruitLink:hover img {
  opacity: 0.85;
}
.p-shopDetail__wysiwyg p {
  margin: 0 0 8px;
}
.p-shopDetail__wysiwyg ul {
  padding-left: 1.2em;
  margin: 8px 0;
}
.p-shopDetail__wysiwyg li {
  list-style: disc;
  margin-bottom: 4px;
}
@media (min-width: 600px) {
  .shop_maplist .swell-block-button.green_.-size-custom.is-style-btn_line {
    --the-fz: 0.8em;
  }
  .shop_maplist .swell-block-button.-size-custom.is-style-btn_normal {
    --the-fz: 0.8em;
  }
}
/* アレルギー情報 */
.allergen-item .p-postList__title {
  display: flex;
  align-items: center;
  gap: 0.6em;
  flex-wrap: wrap;
}
.allergen-pdf {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 0.85em;
  color: #555;
  cursor: pointer;
  white-space: nowrap;
}
.allergen-pdf-format {
  font-size: 0.9em;
  line-height: 1;
  position: relative;
  top: -3px;
}
.allergen-pdf-icon {
  width: 20px;
  height: auto;
}
/*私たちについて*/
.mission_title {
  background: #fbe77b !important;
  padding: 10px 30px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto 50px;
  font-size: 18px;
}
.history-list {
  list-style: none;
  padding: 20px 0 40px;
  margin: 2em 0;
  padding-left: 0 !important;
  background: #fff;
}
.history-list li {
  display: flex;
  gap: 1px;
  padding: 0.5em 10px;
  padding-left: 20px !important;
  border-bottom: 1px solid #eee;
  margin: 0 20px;
}
.history-date {
  width: 120px;
  font-weight: bold;
  color: #f58443;
}
.history-event {
  flex: 1;
}
.swell-block-box-menu__link:hover {
  background-color: #fdf3b6 !important;
}
.philosophy_title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}
.philosophy_box {
  margin-bottom: 5rem;
}
.credo_title {
  display: flex;
  align-items: center;
  font-weight: bold;
  border-bottom: 1px solid #828080;
  padding-bottom: 10px;
  font-size: 20px;
}
.credo_title code {
  font-family: "EB Garamond", serif !important;
  color: #f97930 !important;
  font-size: 50px !important;
  background: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-right: 20px !important;
  font-style: italic;
  font-weight: normal;
}
.credo_box .wp-block-group {
  --swl-box_padding: 1em 2em;
}
.ceomessage_title {
  padding-top: 20px !important;
  margin-bottom: 20px !important;
}
.message_text {
  margin-bottom: 4rem !important;
}
.plofile_img {
  height: 200px;
}
.shopCard__col--thumb {
  width: 20%;
}
.shopCard__col--info {
  width: 50%;
}
.top_recruit_mb {
  margin-bottom: 40px;
}
.top_contact_mb {
  margin-bottom: 40px;
}
/*スマホ*/
@media (max-width: 599px) {
  /*共通*/
  .c-headLogo {
    height: 50px;
  }
  .c-spnav .desc {
    margin-left: 3px;
  }
  .p-mainVisual__textLayer .fugaz-one-regular {
    font-size: 2.2rem;
    display: block;
    margin-bottom: 0 !important;
  }
  .p-mainVisual__textLayer > .p-blogParts {
    background: none;
    left: auto;
  }
  .p-mainVisual__textLayer {
    justify-content: flex-start;
    top: 20px;
  }


  .p-mainVisual__textLayer .is-style-kakko_box,
  .p-mainVisual__textLayer .is-style-kakko_box {
    padding: 5px 0;
  }
  .p-mainVisual__textLayer .is-style-kakko_box:before,
  .p-mainVisual__textLayer .is-style-kakko_box:after {
    display: none;
  }
  .p-mainVisual__textLayer .main_catch {
    font-size: 2.4rem;
    padding: 0 10px 0 10px;
    line-height: 1.3;
    color: #f9be11;
    text-align: left;
    text-shadow: 1px 1px 2px #2f2f2fa6;
    display: flex;
    justify-content: center;
    border-bottom: none;
}
  .p-mainVisual__textLayer .catch {
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center !important;
    text-shadow: 1px 1px 2px #2f2f2fa6;
    letter-spacing: 1px;
  }
  .h2_main {
    margin-bottom: 20px !important;
    font-size: 15px;
  }
  .sec01 {
    padding-bottom: 2em !important;
    padding-top: 2em !important;
  }
  .h2_catch::after {
    width: 100px;
    height: 10px;
    margin-left: 20px;
    background-size: 100% auto !important;
  }
  .is-style-btn_normal a,
  .is-style-btn_line a {
    width: 100%;
  }
  .l-topTitleArea {
    min-height: 7em;
    font-size: 15px;
  }
  .l-topTitleArea__img {
    object-position: -400px center;
  }
  .none_post {
    padding-bottom: 0rem !important;
  }

  /*HOME*/
  .top_about_title{
    font-size: 1.5rem !important;
    margin-top: 30px !important;
  }
  .-type-list .p-postList__thumb {
    width: 100%;
  }
  .-type-list .p-postList__body,
  .-type-list2 .p-postList__body {
    width: 100%;
  }
  .-type-list .p-postList__body,
  .-type-list2 .p-postList__body {
    padding: 10px;
  }
  .-type-list .p-postList__link {
    gap: 0;
  }
  .-type-list .p-postList__item {
    margin-bottom: 1em;
  }
  .top_contact_text {
    position: relative;
    display: inline-block;
    padding-left: 60px;
    font-size: 16px;
    line-height: 1.6;
    padding: 20px 20px 10px 20px;
    border-radius: 0;
    background-color: #f4e593;
    text-align: left;
    margin-bottom: 20px !important;
  }
  .top_contact_text::before {
    left: -20px;
    width: 40px;
    height: 40px;
  }
  .top_contact_text::before {
    left: 42%;
    width: 40px;
    height: 40px;
    top: -2%;
  }
  .top_contact_wrap {
    padding: 30px 20px 20px 20px !important;
  }
  .inquiry-group select {
    width: 100%;
    height: 45px;
  }
  .datetime-row p {
    gap: 0.2em;
  }
  .datetime-selects .datetime-row {
    flex-direction: row;
    gap: 2em;
  }
  .datetime-selects .datetime-row input[type="date"] {
    margin-right: 30px;
  }
  .top_news_list {
    margin-bottom: 3rem;
  }
  .top_brand_box div.has-background,
  .top_brand_box .brand_text {
    height: auto;
  }
  .wp-block-spacer {
    display: none;
  }
  .shopCard__col--cta {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
  }
  .shopCard__col--thumb,
  .shopCard__col--info {
    width: 100%;
  }
  .shopCard__header {
    gap: 10px;
  }
  .shopCard__title {
    font-size: 18px !important;
    margin-top: 30px !important;
    margin-bottom: 4px !important;
  }
  .shopCard__map {
    min-width: 100%;
  }
  .shopCard__col--cta .is-style-btn_normal {
    width: 100%;
  }
  .shopCard__col--cta .swell-block-button__link {
    width: 100%;
  }
  .p-postList__item.-menuCustom {
    width: 45% !important;
  }
  .TabList {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
    padding: 6px !important;
  }
  .TabList > * {
    flex: 0 0 auto;
    padding: 2px 8px;
  }
  .TabList__link {
    padding: 5px;
  }
  .TabList::-webkit-scrollbar {
    display: none;
  }
  .p-menuDetail {
    padding: 20px 0;
  }
  .p-menuDetail__columns {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
  }
  .p-menuDetail__related {
    margin-top: 0;
  }
  .p-menuDetail__right {
    padding: 0;
  }
  .p-menuDetail__price {
    font-size: 20px;
  }
  .shop_maplist_sqroll {
    max-height: max-content;
    overflow-y: unset;
  }
  #map {
    height: 400px;
  }
  .p-shopDetail__columns {
    flex-direction: column;
  }
  .p-shopDetail__row {
    flex-direction: column;
  }
  .p-shopDetail__row dt {
    width: auto;
    margin-bottom: 4px;
  }
  .p-shopDetail__recruit {
    margin: 30px 0 16px;
  }
  .p-shopDetail__order {
    margin-bottom: 0;
  }
  .shopCard__layout {
    flex-direction: column;
  }
  .p-postList__item.-menuCustom .menu-title {
    font-size: 15px !important;
    padding: 0;
    min-height: auto;
  }
  .p-postList__item.-menuCustom .menu-body {
    padding: 10px;
  }
  .p-postList__item.-menuCustom .menu-price {
    font-size: 16px;
  }
  .menu_list .p-postList.p-postList {
    margin-bottom: 20px;
  }
  .p-shopDetail__header {
    margin-bottom: 20px;
  }
  .p-shopDetail__columns {
    gap: 20px;
  }
  .top_recruit_mb {
    margin-bottom: 20px;
  }
  .top_contact_mb {
    margin-bottom: 20px;
  }
  /*私たちについて*/
  .swell-block-box-menu[data-direction="horizontal"]
    .swell-block-box-menu__figure {
    margin-right: 0.4em;
  }
  .swell-block-box-menu__figure svg {
    width: 20px;
    height: 15px;
  }
  .swell-block-box-menu__text {
    font-size: 15px;
  }
  .swell-block-box-menu__link {
    padding: 0.7em;
  }
  .mission_title {
    width: 100%;
    font-size: 16px;
    text-align: left;
  }
  .wp-block-table > table tr > :first-child:not(.-no1) {
    max-width: 100%;
  }
  .sp_block_ td,
  .sp_block_ th {
    padding: 0.5em;
  }
  .ceo_pic {
    width: 60%;
    margin: 0 auto;
  }
  .message_text {
    margin-bottom: 2rem !important;
  }
  .history-list li {
    display: block;
    padding: 0.5em 10px !important;
  }
  .history-date {
    display: block;
  }
  .philosophy_box {
    margin-bottom: 2rem;
  }
  .philosophy_title {
    font-size: 30px;
  }
  /*店舗詳細*/
  .p-shopDetail {
    padding: 30px 0 !important;
  }
  .p-shopDetail__list {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .shop_area_wrap {
    margin-bottom: 10px;
  }
  .shop_area_wrap .swell-block-columns__inner {
    gap: 10px;
  }
  .shop_area_list {
    gap: 10px;
  }
  .shop_maplist h3 {
    background: url(../../uploads/2025/12/head_icon.png) no-repeat left 3px !important;
    margin-bottom: 10px !important;
    background-size: 4px 22px !important;
  }
  .shop_maplist h3 span {
    font-size: 19px !important;
  }
  .shop_maplist {
    padding: 20px 20px 20px 20px !important;
  }
  /*メニュー*/
  .p-postList__item.-menuCustom {
    margin: 0px 8px 10px 8px;
  }

  /*フッター*/
  .footer-main-wrap {
    padding-top: 10px;
  }
  .footer-logo {
    margin-bottom: 10px;
  }
  .footer-menu.footer-menu--main {
    margin-bottom: 10px;
  }
  .footer-menu.footer-menu--sub {
    flex-wrap: nowrap;
    font-size: 15px;
  }
  .l-footer .copyright {
    text-align: center;
    margin-top: 20px;
  }
  .footer-menu {
    flex-wrap: wrap;
    gap: 5px;
  }
  .footer-menu li {
    width: calc(50% - 10px);
  }
  .footer-menu--sub li {
    width: 80%;
  }
  .l-footer__foot,
  .l-footer__widgetArea {
    padding-bottom: 0;
  }
  .copyright p {
    width: 100%;
    text-align: center;
  }
  .footer-menu--sub li:last-child {
    width: 100%;
  }
  .financial-statement-format {
    display: block;
  }
}
