@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
*/

.mochiy-pop-p-one-regular {
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 1em;
}
html {
  scroll-behavior: smooth;
}
span:not([class]) {
  display: inline-block;
}
.home {
  background-color: #fff8f0;
}
/*余白*/
.k-mt-1 {
  margin-top: 2em;
}
.k-pb-1 {
  padding-bottom: 2em;
}
/*ヘッダー*/
.c-listMenu a {
  padding: 0.75em 1em 0.75em 0;
}
.c-listMenu a:before {
  display: none;
}
.p-spMenu__nav .menu-item-131 {
  margin-top: 2em !important;
}
.p-spMenu__bottom {
  margin-top: 1em;
}
.p-spMenu__nav .menu-item-131 a {
  display: block;
  background-color: #000;
  text-align: center;
  border-radius: 80px;
  font-weight: bold;
  border-bottom: none;
  padding: 1em;
}
/*FV*/
#main_visual {
  clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
}
/*タイトルSVG*/
html body #main_content .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  margin: 0 !important;
}
img.ttl-img {
  display: block;
  margin-inline: auto;
  margin-bottom: 1em;
}

/*お知らせ*/
#news .btn_text {
  border-radius: 80px;
  background: #f18d1e;
  color: #fff;
  box-shadow: none;
}
#news .btn_text:hover {
  background: #e67d0d;
}
/*お品書き*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.menu-item {
  margin-bottom: 0 !important;
}
.menu-item > figure img {
  width: 88vw;
  max-width: 550px;
}
.right-item img,
.right-item .menu-info {
  display: block;
  margin: 0 0 0 auto;
}
.menu-item .menu-info {
  padding-inline: 1.5em;
  width: 90%;
  color: #000;
}
.menu-info img {
  width: 68%;
  max-width: 280px;
  margin: 1em auto 0 0 !important;
}
.menu-description {
  margin: 1em 0 !important;
  border-top: 3px solid #000 !important;
  padding-top: 1em !important;
  font-size: 16px;
  font-weight: 600;
}
.menu-price {
  text-align: right;
  font-size: 28px;
  font-weight: bold;
}
.menu-weight {
  margin-right: 0.5em;
}
.menu-count {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 0.85em;
  margin-right: 0.5em;
}
.menu-count > span {
  font-size: 0.5em;
}
.k-medium-font-size {
  font-size: 16px;
}
/*こだわり*/
.kodawari-card .wp-block-media-text__content {
  margin-bottom: 0 !important;
  padding: 2em !important;
}
/*店舗情報*/
.shop-info dd {
  margin-bottom: 1em;
}
#shopinfo .shop-info {
  text-align: center;
  font-size: 16px;
}

/*背景切り取り*/
.bg-img .swell-block-fullWide {
  background-image: url("https://test.ndesign-fukuoka.com/wp-content/uploads/2025/07/menu-bg.webp");
  background-size: contain;
  clip-path: polygon(0 0, 100% 1%, 100% 99%, 0 100%);
}
.swell-block-fullWide.obi01-img {
  clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
}
.swell-block-fullWide.obi02-img {
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
}
.home #content {
  padding-top: 0 !important;
}

/*セクションの余白*/
#news,
#menu,
#kodawari,
#otoriyose,
.obi01-img,
.obi02-img {
  margin-bottom: 0 !important;
}

.wpcf7 form {
  margin: 0 auto;
}
.wpcf7 label {
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1rem;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 0.75em 1em;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  font-size: 1rem;
  box-sizing: border-box;
  transition: border-color 0.3s;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #f18d1e;
  outline: none;
}
.wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}
.wpcf7 input[type="submit"] {
  display: block;
  margin: 2em auto 0;
  padding: 0.75em 6em;
  background-color: #f18d1e;
  color: white;
  border: none;
  border-radius: 9999px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
.wpcf7 input[type="submit"]:hover {
  background-color: #e67d0d;
}
.wpcf7-not-valid-tip {
  color: #d33;
  font-size: 0.9rem;
  margin-top: 0.25em;
}
.wpcf7-response-output {
  margin-top: 1em;
  padding: 1em;
  border-radius: 8px;
  border: 1px solid #f18d1e;
  background-color: #fff5ea;
  color: #333;
}

/*下部固定ボタン*/
#fix_bottom_menu .menu_list {
  height: 60px;
}

/*フローティングボタン*/
.floating-shop-img {
  display: none;
}
@media screen and (min-width: 960px) {
  .floating-shop-img {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 9999;
  }
  .floating-shop-img img {
    width: 20vw;
    max-width: 250px;
    height: auto;
    transition: transform 0.3s ease;
    opacity: 0.8;
  }
  .floating-shop-img img:hover {
    transform: scale(1.05);
    opacity: 1;
  }
  .p-fixBtnWrap {
    display: none;
  }
}

/*フッター*/
.l-content {
  margin: 0 auto 2em;
}
.l-footer {
  clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
}
.footer-info-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
.footer-info-list img {
  max-width: 300px;
}
.footer-info-list li {
  text-align: center;
}
.w-footer__box {
  padding-bottom: 0 !important;
  padding-top: 2em;
}
.l-footer__foot {
  padding-top: 0 !important;
}

@media screen and (min-width: 769px) {
  .footer-info-list {
    grid-template-columns: 1fr 1fr; /* ロゴ＋テキスト */
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .footer-info-list li {
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  .menu-info img {
    width: 50%;
  }
  .menu-description {
    font-size: 18px;
  }
  .menu-price {
    font-size: 40px;
  }
  .menu-count {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .obi01-img .wp-block-spacer,
  .obi02-img .wp-block-spacer {
    height: 40vh !important;
  }
  img.ttl-img {
    width: 80%;
  }
}
@media screen and (min-width: 782px) {
  #shopinfo .shop-info {
    text-align: left;
  }
  .gmap-block-s4q5lqhz.wp-block-gmap-gmap-block iframe {
    height: 400px !important;
  }
}
@media screen and (min-width: 1025px) {
  /*余白*/
  .k-pb-1 {
    padding-bottom: 4em;
  }
  /*FV*/
  #main_visual {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  }
  /*タイトルSVG*/
  img.ttl-img {
    width: 80%;
  }
  .mochiy-pop-p-one-regular {
    font-size: 26px;
  }
  /*お品書き*/
  #menu .menu-item + .menu-item {
    margin-top: -20em;
  }
  /*こだわり背景*/
  .bg-img .swell-block-fullWide {
    clip-path: polygon(0 0, 100% 2.5%, 100% 97.5%, 0 100%);
  }
  .menu-item > figure img {
    width: 50vw;
    max-width: inherit;
  }
  .menu-item .menu-info {
    padding-inline: 2em;
    width: 44%;
  }
  /*背景*/
  .obi01-img .wp-block-spacer,
  .obi02-img .wp-block-spacer {
    height: 60vh !important;
  }
  /*フッター*/
  .l-footer {
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  }
}
