@charset "utf-8";
* {
  font-style: normal;
}
html {
  font-style: normal;
  text-align: left;
  line-height: 1.6;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: #333;
}
body * {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}
table {
  font-size: 1.4rem;
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
th {
  text-align: left;
}
th {
  font-weight: 100;
}
a {
  color: #333333;
  text-decoration: none;
}
html {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.header-container img {
  height: 41px;
  width: auto !important;
  object-fit: contain;
}
.wrap {
  width: 100%;
  background-color: #fff;
}
.contents {
  width: 100%;
  box-sizing: border-box;
  padding: 2rem 0;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
  display: block;
  font-size: 16px;
}

/* オリジナルCSSここから */
.contents h1 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.contents h1 span {
  font-size: 26px;
  display: block;
}
.contents .main_v {
  width: 100%;
  margin: 0 auto 40px auto;
}
.into_area .title {
  font-size: 18px;
  margin: 0 0 40px 0;
}
.into_area .tex {
  margin: 0 0 25px 0;
}
.contents h2 {
  color: #000;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #f68f11;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #fff5df,
    #fff5df 4px,
    #ffe4b1 3px,
    #ffe4b1 8px
  );
  background: repeating-linear-gradient(
    -45deg,
    #fff5df,
    #fff5df 4px,
    #ffe4b1 3px,
    #ffe4b1 8px
  );
  font-size: 23px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 0 30px 0;
}

.prologue_area {
  background: #f99f331a;
  padding: 25px;
  font-weight: bold;
  margin: 20px 20px 45px 20px;
  border: 2px solid #f68f11;
  border-radius: 10px;
}

.nav .toc {
  margin-bottom: 56px;
}
.nav .toc ol {
  list-style: none;
  columns: 2;
  column-gap: 24px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

.nav .toc li {
  line-height: 2.1;
  break-inside: avoid;
}

.nav .toc a {
  text-decoration: none;
  color: #f68f11;
}

.nav .toc .no {
  color: var(--red);
  font-weight: 700;
  margin-right: 8px;
  font-variant-numeric: tabular-nums;
}

.nav .toc .ar {
  color: var(--gray);
  font-size: 12px;
  margin-left: 4px;
}

.card-icon-group {
  vertical-align: top;
  margin-bottom: 2%;
  font-size: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.card-icon-group li {
  display: inline-block;
  font-weight: 700;
}
.card-icon-group .card-icon-station,
.card-icon-group .card-icon-businessCategory {
  text-align: left;
  font-size: 1rem;
}
.card-icon-group .card-icon-station {
  background: url(/st/img/icon/station_icon_img.png) no-repeat left;
  padding: 0 8px 0 16px;
  border-right: 1px solid #ddd;
  margin-right: 4px;
}
.card-icon-group .card-icon-businessCategory {
  background: url(/st/img/icon/businesscat_icon_img.png) no-repeat left;
  padding: 0 0 0 18px;
}
.card-icon-group .card-icon-dartsLive {
  border: 1px solid #666666;
  background-color: #666666;
  color: #fff;
  padding: 2px 4px;
  text-align: center;
}
.card-icon-dartsLive2 {
  border: 1px solid #005bac;
  background-color: #005bac;
  color: #fff;
  padding: 2px 4px;
  text-align: center;
}
.card-icon-dartsLive3 {
  border: 1px solid #b3499c;
  background-color: #b3499c;
  color: #fff;
  padding: 2px 4px;
  text-align: center;
}
.card-icon-group .card-icon-touchLive {
  border: 1px solid #d57a18;
  background-color: #d57a18;
  color: #fff;
  padding: 2px 4px;
  text-align: center;
}
.card-icon-group .card-icon-officialLeague {
  border: 1px solid #069c65;
  background-color: #069c65;
  color: #fff;
  padding: 2px 4px;
  text-align: center;
}

.section_icon {
  float: left;
  font-weight: bold;
  margin: 0 10px 0 0;
}

.section_icon img {
  display: block;
  float: left;
  margin: 3px 10px 0 0px;
}

section.store {
  margin-bottom: 88px;
  scroll-margin-top: 24px;
}
.store-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  border-bottom: 3px solid #f68f11;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.store-head .no {
  font-size: 34px;
  font-weight: 900;
  color: #f68f11;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.store-head h2 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  border: none;
  background: none;
  padding: 0;
  margin: 0 0 5px 0;
}

.store-head .sub {
  font-size: 12.5px;
  color: var(--gray);
  margin-top: 2px;
}
.store-head .sub .ar {
  background: var(--light);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 0 8px;
  margin-right: 8px;
}
.ph-main {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: rgba(60, 40, 30, 0.75);
  text-decoration: none;
  overflow: hidden;
}
a.ph-main {
  cursor: zoom-in;
}
.ph-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ph-main .dish {
  font-weight: 700;
  font-size: 17px;
}
.ph-main .note {
  font-size: 11px;
}
.thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 8px;
}
.thumbs a {
  aspect-ratio: 1;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: rgba(60, 40, 30, 0.75);
  text-decoration: none;
  text-align: center;
  padding: 4px;
  line-height: 1.4;
  overflow: hidden;
  cursor: zoom-in;
}
.thumbs a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.quote {
  border-left: 3px solid #ccc;
  padding: 6px 0 6px 18px;
  margin: 20px 0 0;
}
.quote p {
  font-size: 14.5px;
  line-height: 1.9;
}
.quote .src {
  font-size: 12px;
  color: var(--gray);
  margin-top: 6px;
}
.quote .src a {
  color: var(--gray);
}
.links {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.links a {
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #f68f11;
  border-radius: 8px;
  padding: 8px 18px;
  color: #f68f11;
  font-weight: 500;
}

.links a:hover {
  background: #f68f11;
  color: #fff;
}

.links a.x {
  color: var(--red);
  border-color: rgba(215, 0, 15, 0.35);
}
.cta {
  background: var(--light);
  border-radius: 8px;
  text-align: center;
  padding: 36px 24px;
}
.cta h2 {
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 8px;
}
.cta p {
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 18px;
}
.cta a {
  display: inline-block;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 34px;
  border-radius: 999px;
}
/* ── 拡大モーダル（JS制御・.is-open方式） ── */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.72);
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.lightbox.is-open {
  display: flex;
}
.lb-bg {
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.lb-box {
  background: #fff;
  border-radius: 12px;
  max-width: 850px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.lb-photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgba(60, 40, 30, 0.8);
  max-height: 85vh;
}
.lb-photo.lb-dark {
  background: #fff;
}
.lb-photo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
}
.lb-photo .dish {
  font-weight: 900;
  font-size: 24px;
}
.lb-photo .ph-note {
  font-size: 12px;
}
.lb-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-top: 1px solid var(--line);
}
.lb-caption .t {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.lb-caption .s {
  font-size: 12px;
  color: var(--gray);
}
.lb-caption .ext {
  font-size: 12px;
  white-space: nowrap;
}
.lb-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff !important;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
}
.lb-close:hover {
  background: rgba(0, 0, 0, 0.8);
}
.lb-nav {
  position: absolute;
  top: 44%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff !important;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
}
.lb-nav:hover {
  background: rgba(0, 0, 0, 0.75);
}
.lb-prev {
  left: 10px;
}
.lb-next {
  right: 10px;
}
.lb-count {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 999px;
}

/* ── 写真1枚〜複数枚に対応するギャラリー（.ph-main + .thumbs をまとめる箱） ── */
.gallery {
  display: block;
}
.thumbs:empty {
  display: none;
}

.epilogue_area {
  background: #f99f331a;
  padding: 25px;
  border-top: 4px solid #f68f11;
  line-height: 1.6;
}

.epilogue_area .btn {
  width: 40%;
  margin: 20px auto 0 auto;
  text-align: center;
  background: #f68f11;
  color: #fff;
  padding: 15px 0;
  border-radius: 30px;
}

.epilogue_area .btn a {
  display: block;
  width: 100%;
  font-size: 18px;
}

.epilogue_area .btn:hover {
  opacity: 0.8;
}

.box_area .emp {
  font-size: 18px;
  font-weight: bold;
  color: #f68f11;
}
.contents .box_area {
  margin: 0 0 50px 0;
}
.contents .box_area h3 {
  border-bottom: solid 3px rgb(255, 228, 188);
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 25px 0;
}
.contents .box_area h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #f68f11;
  bottom: -3px;
  width: 20%;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 90px;
  background: #ff6600;
  opacity: 1;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -12px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* オリジナルCSSここまで */

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .contents {
    max-width: 926px;
    margin: 0 auto 0 auto;
    padding: 3rem 0 4rem 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    padding: 15px !important;
  }

  .contents .box_area {
    margin: 15px 15px 20px 15px;
    padding: 15px;
    font-size: 14px;
  }

  .pc {
    display: none;
  }
  .contents {
    padding-top: 1rem;
  }
  .contents h1 {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .contents h1 span {
    font-size: 16px;
  }
  .contents .main_v {
    width: auto;
    margin-bottom: 20px;
  }

  .contents h2 {
    font-size: 18px;
  }

  .nav {
    margin: 0 15px;
  }

  .nav .toc {
    margin: 0 0 25px 0;
  }

  .nav .toc ol {
    padding: 10px 15px;
    font-size: 14px;
  }

  section.store {
    margin: 0 15px 30px 15px;
  }

  #page_top {
    width: 48px;
    height: 48px;
    right: 20px;
  }
  #page_top a::before {
    top: -14px;
  }

  .store-head .no {
    font-size: 25px;
  }

  .section_icon span {
    font-size: 12px;
  }

  .section_icon img {
    display: block;
    float: left;
    margin: 7px 10px 0 0px;
  }

  .epilogue_area .btn {
    width: 90%;
    padding: 10px 0;
  }
}
/* オリジナルCSSここまで */
