@charset "UTF-8";
/*
 * 旧サイト（Haik）でスキン設定として保存されていた見た目の指定を、
 * そのまま移してきたものです。デザインは旧サイトと同一です。
 */

/* ---- 基本の色 ---- */
body {
  background-color: #ffffff;
}
.navbar-default {
  background-color: #ffffff;
}
.haik-footer {
  background-color: #ffffff;
}

/* ---- 書体 ---- */
body,
h1, h2, h3, h4, h5, h6 {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "MS ゴシック", "MS Gothic", "MS Pゴシック", "MS PGothic", "メイリオ", "Meiryo", sans-serif;
}

/* ---- ヘッダーのロゴ ---- */
.navbar-brand img {
  height: 50px;
  width: auto;   /* 画像の幅は高さに合わせる（横に潰さない） */
  padding: 3px;
}
.navbar-brand {
  padding: 0;
}
.navbar-toggle {
  border-radius: 0;
}

/* ---- トップの大きな写真の中の白枠 ---- */
.haik-eyecatch-top > .qhm-eyecatch > .qhm-section > div > div,
.haik-eyecatch-main > .qhm-eyecatch > .qhm-section > div > div {
  display: inline-block;
  width: auto;
  max-width: none;
  padding: 30px;
  border: 4px solid #fff;
}

.haik-palette-blue .haik-licence {
  display: none;
}

/* ---- 大きな写真（背景） ----
   全ページの上に出る写真なので、軽いWebPを先に試します。
   1行目は、WebPを読めない古いブラウザ向けの控えです。 */
#qhm_section_1 {
  color: #fff;
  background-image: url(../img/hero-yebis-yaki.jpg);
  background-image: image-set(
    url(../img/hero-yebis-yaki.webp) type("image/webp"),
    url(../img/hero-yebis-yaki.jpg) type("image/jpeg")
  );
}

/* スマホでは小さい方（800px幅）を使います。写真は同じものです */
@media (max-width: 640px) {
  #qhm_section_1 {
    background-image: url(../img/hero-yebis-yaki-800.jpg);
    background-image: image-set(
      url(../img/hero-yebis-yaki-800.webp) type("image/webp"),
      url(../img/hero-yebis-yaki-800.jpg) type("image/jpeg")
    );
  }
}

/* ---- 大きな写真の敷き方（旧サイトの cover 設定と同じ） ---- */
.qhm-eyecatch .qhm-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* ---- 画像は元の比率を保って表示する ---- */
[role="main"] img,
.haik-footer img {
  max-width: 100%;
  height: auto;
}

/* ============================================================
   おしらせ（ブログ）
   ============================================================ */
.postlist{list-style:none;margin:0;padding:0}
.postlist > li{border-bottom:1px solid #eee;padding:0}
.postlist > li:first-child{border-top:1px solid #eee}
.postlist__link{
  display:flex;gap:16px;align-items:flex-start;
  padding:18px 4px;text-decoration:none;color:inherit;
}
.postlist__link:hover{background:#fbf9fa;text-decoration:none;color:inherit}
.postlist__thumb{
  flex:0 0 120px;width:120px;height:120px;
  object-fit:cover;border-radius:3px;background:#f2ecf0;
}
.postlist__body{flex:1 1 auto;min-width:0}
.postlist__date{display:block;font-size:12.5px;color:#8a7f87;margin-bottom:4px}
.postlist__cat{color:#8a2d5f}
.postlist__title{display:block;font-size:17px;font-weight:700;line-height:1.6;margin-bottom:6px}
.postlist__abst{display:block;font-size:13.5px;color:#6b5f66;line-height:1.8}

.post__meta{font-size:13px;color:#8a7f87;margin-bottom:6px}
.post__title{font-size:22px;line-height:1.6;margin:0 0 22px}
.post__body{line-height:2}
.post__body img{max-width:100%;height:auto}
.post__body h2{font-size:19px;margin:32px 0 12px}
.post__body h3{font-size:17px;margin:28px 0 10px}

/* フッターの「最新のおしらせ」 */
.footer-news{list-style:none;margin:0;padding:0;font-size:13.5px}
.footer-news li{padding:4px 0}
.footer-news .d{color:#8a7f87;margin-right:8px;font-size:12.5px}

@media(max-width:600px){
  .postlist__link{gap:12px;padding:14px 2px}
  .postlist__thumb{flex:0 0 84px;width:84px;height:84px}
  .postlist__title{font-size:15.5px}
  .postlist__abst{font-size:12.5px}
  .post__title{font-size:19px}
}

/* ============================================================
   読みやすさ・使いやすさのための調整
   ============================================================ */

/* キーボードだけで操作する方が、メニューを飛ばして本文へ行けるようにする */
.skip-link{
  position:absolute;left:-9999px;top:0;z-index:100;
  background:#4a1040;color:#fff;padding:10px 16px;text-decoration:none;
}
.skip-link:focus{left:0}

/* いま見ているページの位置（パンくず） */
.breadcrumb-nav{margin:0 0 6px}
.breadcrumb-nav .breadcrumb{
  background:none;padding:0;margin:0;font-size:12.5px;
}
.breadcrumb-nav .breadcrumb > li + li:before{content:"›";padding:0 8px;color:#bbb}
.breadcrumb-nav .breadcrumb > .active{color:#8a7f87}

/* よくある質問 */
.faq__item{
  border-bottom:1px solid #eee;padding:2px 0;
}
.faq__item:first-child{border-top:1px solid #eee}
.faq__q{
  cursor:pointer;padding:16px 4px 16px 28px;position:relative;
  font-weight:700;line-height:1.7;list-style:none;
}
.faq__q::-webkit-details-marker{display:none}
.faq__q:before{
  content:"Q";position:absolute;left:2px;top:16px;
  color:#8a2d5f;font-weight:700;
}
.faq__q:hover{background:#fbf9fa}
.faq__a{
  padding:0 4px 18px 28px;line-height:1.9;position:relative;color:#463b42;
}
.faq__a:before{
  content:"A";position:absolute;left:2px;top:0;
  color:#c0392b;font-weight:700;
}
.faq__item[open] .faq__q{padding-bottom:6px}

/* 品書き（値段の表） */
.menutable table{width:100%;border-collapse:collapse}
.menutable th{
  text-align:left;font-weight:600;padding:12px 4px 4px;border:0;
  background:none;font-size:15px;line-height:1.6;
}
.menutable td{border:0;padding:12px 4px 4px;vertical-align:baseline}
.menutable__price{
  text-align:right;white-space:nowrap;font-size:16px;font-weight:600;
  font-variant-numeric:tabular-nums;
}
.menutable__tax{font-size:12px;font-weight:400;color:#8a7f87;margin-left:2px}
.menutable__descrow td{padding:0 4px 12px;border-bottom:1px solid #eee}
.menutable__desc{font-size:13px;color:#6b5f66;line-height:1.8}

/* ============================================================
   スタッフ募集の案内
   落款（らっかん）の朱をそのまま使い、いちばん目に入る位置に置いています
   ============================================================ */

/* メニューのすぐ下に出る帯（全ページ） */
.recruit-band{
  background:#c0392b;
  color:#fff;
  border-bottom:1px solid #a52f22;
}
.recruit-band__inner{
  display:flex;align-items:center;justify-content:center;
  gap:18px;flex-wrap:wrap;
  padding:11px 15px;
}
.recruit-band__text{
  margin:0;display:flex;align-items:center;gap:11px;flex-wrap:wrap;
  font-size:15px;line-height:1.6;
}
.recruit-band__badge{
  background:#fff;color:#c0392b;
  padding:3px 11px;border-radius:3px;
  font-size:12.5px;font-weight:700;white-space:nowrap;letter-spacing:.04em;
}
.recruit-band__lead{font-weight:600}
.recruit-band__btn{
  display:inline-block;
  background:#fff;color:#c0392b;
  padding:8px 20px;border-radius:4px;
  font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap;
}
.recruit-band__btn:hover,
.recruit-band__btn:focus{background:#fdf0ee;color:#a52f22;text-decoration:none}

/* トップページの大きな案内 */
.recruit-hero{
  display:block;text-align:center;text-decoration:none;color:inherit;
  border:2px solid #c0392b;border-radius:8px;
  background:#fff8f7;
  padding:34px 26px;
}
.recruit-hero:hover,
.recruit-hero:focus{
  background:#fdf0ee;text-decoration:none;color:inherit;
}
.recruit-hero__badge{
  display:inline-block;
  background:#c0392b;color:#fff;
  padding:4px 14px;border-radius:3px;
  font-size:12px;font-weight:700;letter-spacing:.14em;
}
.recruit-hero__title{
  display:block;margin:16px 0 12px;
  font-size:23px;font-weight:700;line-height:1.6;color:#c0392b;
}
.recruit-hero__text{
  display:block;font-size:14.5px;line-height:2;color:#5c4a48;
}
.recruit-hero__cta{
  display:inline-block;margin-top:22px;
  background:#c0392b;color:#fff;
  padding:13px 32px;border-radius:5px;
  font-size:16px;font-weight:700;
}
.recruit-hero:hover .recruit-hero__cta{background:#a52f22}

/* スマホでは帯を1行に収める。
   ここが高いと、肝心の商品写真が画面から押し出されてしまうため、
   説明文は隠して「募集中」と入口だけを残します。 */
@media(max-width:600px){
  .recruit-band__inner{
    gap:10px;padding:9px 14px;
    flex-wrap:nowrap;justify-content:space-between;
  }
  .recruit-band__text{font-size:14px;flex:0 0 auto}
  .recruit-band__lead{display:none}
  .recruit-band__badge{font-size:13.5px;background:none;color:#fff;padding:0}
  .recruit-band__btn{
    flex:0 0 auto;padding:7px 15px;font-size:13.5px;
  }

  .recruit-hero{padding:26px 18px}
  .recruit-hero__title{font-size:19px}
  .recruit-hero__text{font-size:13.5px}
  .recruit-hero__cta{width:100%;padding:14px}
}

/* 同じ街のお店 */
.neighbors{display:flex;flex-direction:column;gap:12px}
.neighbor{
  display:block;padding:16px 18px;text-decoration:none;color:inherit;
  border:1px solid #e6dee4;border-radius:6px;background:#fff;
}
.neighbor:hover,.neighbor:focus{
  border-color:#8a2d5f;background:#fdfbfc;text-decoration:none;color:inherit;
}
.neighbor__kind{
  display:inline-block;font-size:11.5px;letter-spacing:.06em;
  background:#f2ecf0;color:#7a6b74;border-radius:10px;padding:3px 10px;
}
.neighbor__name{display:block;margin:8px 0 5px;font-size:16px;font-weight:700;line-height:1.5}
.neighbor__arrow{font-size:12px;color:#8a2d5f}
.neighbor__desc{display:block;font-size:13.5px;color:#6b5f66;line-height:1.85}
@media(max-width:600px){
  .neighbor{padding:14px 15px}
  .neighbor__name{font-size:15px}
  .neighbor__desc{font-size:12.5px}
}

/* Googleクチコミの★と件数（トップ） */
.rating-strip{
  display:flex;align-items:center;justify-content:center;gap:10px 18px;flex-wrap:wrap;
  padding:12px 15px;border-bottom:1px solid #eee;background:#fff;font-size:14px;
}
.rating-strip a{text-decoration:none}
.rating-strip__read{display:inline-flex;align-items:baseline;gap:6px;color:#333}
.rating-strip__read:hover{color:#333;text-decoration:none}
.rating-strip__stars{color:#e0a800;font-size:17px}
.rating-strip__score{font-size:17px;font-weight:700}
.rating-strip__meta{color:#777}
.rating-strip__links{display:inline-flex;align-items:center;gap:8px 18px;flex-wrap:wrap;justify-content:center}
.rating-strip__link{
  color:#8a2d5f;font-weight:700;border-bottom:1px solid #d9c3cf;padding-bottom:1px;white-space:nowrap;
}
.rating-strip__link:hover{color:#6d2149;text-decoration:none}
.footer-review{font-size:13px;line-height:1.9}
@media(max-width:600px){ .rating-strip{font-size:13px;gap:6px 14px} }

/* ============================================================
   えびす様マップ
   ============================================================ */
.ymap{position:relative;z-index:0;height:420px;border:1px solid #e6dee4;border-radius:6px;margin:10px 0 16px}
.ymap--small{height:300px}
.ymap-count{text-align:center;font-size:15px;margin:6px 0 0}
.ymap-count strong{font-size:26px;color:#c0392b;margin:0 2px}
.spotgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}
.spotcard{display:block;text-decoration:none;color:inherit;border:1px solid #e6dee4;border-radius:6px;overflow:hidden;background:#fff}
.spotcard:hover,.spotcard:focus{border-color:#8a2d5f;text-decoration:none;color:inherit}
.spotcard img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:#f2ecf0}
.spotcard__title{display:block;padding:8px 10px 2px;font-size:13.5px;font-weight:700;line-height:1.5}
.spotcard__dist{display:block;padding:0 10px 10px;font-size:12px;color:#8a7f87}
.spotphoto{display:block;max-width:100%;height:auto;border-radius:6px}
.spotnote{margin:16px 0;padding:12px 16px;border-left:4px solid #c0392b;background:#fbf7f9;font-size:15px}
.spotnote footer{font-size:12.5px;color:#8a7f87;margin-top:4px}
.spotform h3{font-size:16px;margin:26px 0 10px}
.spotform__hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.spotform__photo{display:block;border:2px dashed #d9c3cf;border-radius:8px;padding:20px;text-align:center;cursor:pointer;font-weight:700;color:#8a2d5f}
.spotform__photo input{display:block;margin:0 auto 8px;max-width:100%}
.spotform__preview{display:block;max-width:100%;max-height:360px;margin:12px auto 0;border-radius:6px}
.spotform__hint{font-size:12.5px;color:#8a7f87;margin:6px 0 0}
.spotform__err{color:#a33;font-size:13.5px;margin:8px 0 0;font-weight:700}
.spotform__agree{margin-top:18px}
.spotform__agree label{font-weight:400}
.spotdone{text-align:center;padding:20px 0}
.spotdone__mark{font-size:40px;color:#2c6b42;margin:0;line-height:1}
.spotdone__head{font-size:18px;font-weight:700;margin:10px 0}
@media(max-width:600px){.ymap{height:320px}.ymap--small{height:260px}.spotgrid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* ===== 今日の営業状況の帯（全ページ） ===== */
.open-band{background:#fbf7f9;border-bottom:1px solid #e6dee4}
.open-band__inner{display:flex;align-items:center;flex-wrap:wrap;gap:6px 14px;padding:9px 15px}
.open-band__now{margin:0;font-size:14px;font-weight:700;color:#3a2236}
.open-band__dot{display:inline-block;width:9px;height:9px;margin-right:7px;border-radius:50%;background:#8a7f87;vertical-align:middle}
.open-band--open .open-band__dot{background:#1f9d55;box-shadow:0 0 0 3px rgba(31,157,85,.16)}
.open-band--before .open-band__dot{background:#e0a020}
.open-band--closed .open-band__dot,.open-band--after .open-band__dot{background:#c0392b}
.open-band__detail{margin-left:8px;font-size:13px;font-weight:400;color:#6b5f66}
.open-band__link{margin-left:auto;font-size:13px;color:#8a2d5f;border-bottom:1px solid rgba(138,45,95,.3)}
.open-band__link--map{margin-left:0}
.open-band__link:hover,.open-band__link:focus{color:#6b2149}
@media (max-width:640px){
  .open-band__inner{padding:8px 15px}
  .open-band__now{width:100%}
  .open-band__link{margin-left:0}
  .open-band__link--map{margin-left:auto}
}

/* ===== 営業時間ページの「今日」 ===== */
.today-box{margin:0 0 22px;padding:18px 20px;border:1px solid #e6dee4;border-left:5px solid #8a7f87;border-radius:4px;background:#fbf7f9}
.today-box--open{border-left-color:#1f9d55}
.today-box--before{border-left-color:#e0a020}
.today-box--closed,.today-box--after{border-left-color:#c0392b}
.today-box__date{margin:0;font-size:13px;color:#6b5f66;letter-spacing:.06em}
.today-box__label{margin:4px 0 0;font-size:22px;font-weight:700;color:#3a2236;line-height:1.4}
.today-box__detail{margin:6px 0 0;font-size:14px;color:#6b5f66}


/* ===== クルー募集（トップページの中ほど） =====
   木と本のトップと同じ流れ：小さなラベル → 見出し → 本文 → 条件 → ボタン。
   赤は招福印と同じ色を、差し色としてだけ使います。 */
.crew{text-align:center;padding:8px 0}
.crew__label{
  margin:0;font-size:12px;font-weight:700;letter-spacing:.24em;color:#c0392b;
}
.crew__title{
  margin:14px 0 0!important;font-size:24px;line-height:1.6;color:#3a2236;
  border:0!important;padding:0!important;
}
.crew__text{margin:16px 0 0;font-size:15px;line-height:2.1;color:#5c4a48}
.crew__cond{
  display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin:18px 0 0;
}
.crew__cond span{
  padding:6px 16px;font-size:13px;color:#6b5f66;background:#f7f2f5;border-radius:999px;
}
.crew__btnwrap{margin:22px 0 0}
.crew__btn{
  display:inline-block;padding:14px 38px;border-radius:5px;
  background:#c0392b;color:#fff;font-size:16px;font-weight:700;text-decoration:none;
}
.crew__btn:hover,.crew__btn:focus{background:#a52f22;color:#fff;text-decoration:none}
@media(max-width:600px){
  .crew__title{font-size:20px}
  .crew__text{font-size:14px;line-height:2}
  .crew__btn{display:block;padding:15px 10px}
}
