section + section {
  margin-top: 12rem;
}

.section-ttl {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  font-size: 4rem;
  line-height: 1.3;
  position: relative;
  color: #412d14;
}

.section-ttl .font-en {
  font-size: 1.5rem;
  letter-spacing: 0.18em;
}

@media only screen and (min-width: 900px) {
  section + section {
    margin-top: 15rem;
  }

  .section-ttl {
    font-size: 4.9rem;
    justify-content: flex-end;
  }

  .section-ttl .font-en {
    font-size: 1.9rem;
    line-height: 1;
  }
}

/* product */
#product {
  background: url(../img/common/bg.png) repeat;
  text-align: center;
  padding: 6.4rem 0 5.8rem;
}

#product .inner {
  width: 77%;
  margin: auto;
}

#product .txt {
  font-size: 2.2rem;
  line-height: 2.1;
  margin-bottom: 2.8rem;
  color: #412d14;
}

#product .btn-page {
  margin: 5rem auto 0;
}

@media only screen and (min-width: 900px) {
  #product {
    padding: 7.8rem 0;
  }

  #product .inner {
    position: relative;
    width: 78%;
  }

  #product .ttl {
    width: 6.1rem;
    position: absolute;
    top: -3.5%;
    left: 5%;
  }

  #product .txt {
    font-size: 2.1rem;
    line-height: 2.2;
    margin-bottom: 8rem;
  }

  #product .btn-page {
    margin: 5rem auto 0;
  }
}

/* about */
#about .inner {
  display: flex;
  flex-direction: column-reverse;
}

#about .img-wrap {
  width: 85.6%;
  margin-bottom: 6rem;
}

#about .txt-wrap {
  width: 71.3%;
  margin: auto;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  position: relative;
}

#about .txt-wrap:after {
  content: "";
  width: 17.5rem;
  height: 10.8rem;
  background: url(../img/top/about-img-2_sp.webp) 0 / contain no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

#about .section-ttl {
  margin-top: -0.1em;
  height: max-content;
}

#about .section-ttl:after {
  content: "";
  width: 5.5rem;
  height: 6.7rem;
  background: url(../img/top/illust01.svg) 0 / contain no-repeat;
  position: absolute;
  top: 110%;
  left: 35%;
}

#about .section-ttl .font-en {
  margin: 0.4em 0 0 1rem;
}

#about .txt-wrap .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.25em;
}

@media only screen and (min-width: 900px) {
  #about .inner {
    width: 85%;
    display: grid;
    grid-template-columns: 60% 1fr;
    grid-template-areas: "img txt";
    column-gap: 3.6rem;
  }

  #about .img-wrap {
    width: 100%;
    grid-area: img;
    margin-bottom: 0;
  }

  #about .txt-wrap {
    width: 100%;
    grid-area: txt;
    grid-template-rows: auto auto;
    margin: 0;
  }

  #about .txt-wrap:after {
    content: none;
  }

  #about .section-ttl {
    padding-left: 0;
    margin-top: -0.2em;
  }

  #about .section-ttl:after {
    width: 5.5rem;
    height: 6.8rem;
  }

  #about .txt-wrap .txt {
    font-size: 1.6rem;
    padding-top: 5rem;
  }
}

/* kouji */
#kouji .inner {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 12rem;
}

#kouji .inner .img-wrap {
  width: 85.6%;
  margin: 0 0 6rem auto;
}

#kouji .inner .txt-wrap {
  width: 71.3%;
  margin: auto;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "txt" "ttl";
  position: relative;
}

#kouji .inner .txt-wrap:after {
  content: "";
  width: 17.3em;
  height: 10.7rem;
  background: url(../img/top/kouji-img-2_sp.webp) 0 / contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}

#kouji .inner .section-ttl {
  flex-direction: column;
  grid-area: ttl;
}

#kouji .inner .section-ttl:after {
  content: "";
  width: 5.3rem;
  height: 7.3rem;
  background: url(../img/top/illust02.svg) 0 / contain no-repeat;
  position: absolute;
  bottom: 0;
  right: -100%;
}

#kouji .section-ttl .font-en {
  margin: 0.4em 1rem 0 0;
}

#kouji .inner .txt-wrap .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.25em;
  grid-area: txt;
  margin-bottom: 9rem;
}

@media only screen and (min-width: 900px) {
  #kouji .inner {
    width: 85%;
    margin: 0 0 6.8rem auto;
    display: grid;
    grid-template-columns: 1fr 60%;
    column-gap: 5.8rem;
  }

  #kouji .inner .img-wrap {
    width: 100%;
    margin-bottom: 0;
  }

  #kouji .inner .txt-wrap {
    width: 100%;
    grid-template-rows: auto auto;
    margin: 0;
  }

  #kouji .inner .txt-wrap:after {
    content: none;
  }

  #kouji .inner .section-ttl {
    padding-right: 0;
    margin-top: 1em;
    text-indent: -1em;
  }

  #kouji .inner .section-ttl:after {
    width: 5.3rem;
    height: 7.3rem;
    top: 75%;
    right: 35%;
  }

  #kouji .section-ttl .font-en {
    margin-right: 1.8rem;
  }

  #kouji .inner .txt-wrap .txt {
    font-size: 1.6rem;
    padding-top: 5rem;
    margin-bottom: 0;
  }
}

#kouji .feature-list {
  display: grid;
  row-gap: 10rem;
  width: 92.6%;
  margin: auto;
}

#kouji .feature-list .ttl-wrap {
  width: 88%;
  margin: 0 0 3rem auto;
  display: grid;
  grid-template-columns: 1fr 74%;
}

#kouji .feature-list .ttl-wrap .ttl {
  font-size: 2.8rem;
  line-height: 1.6;
  color: #412d14;
  margin-right: 3.2rem;
  padding-right: 1.5rem;
  height: max-content;
}

#kouji .feature-list .item:not(:last-child) .ttl-wrap .ttl {
  background: url(../img/top/line_7_v.svg) right top / auto no-repeat;
}

#kouji .feature-list .item:last-child .ttl-wrap .ttl {
  background: url(../img/top/line_6_v.svg) right top / auto no-repeat;
}

#kouji .feature-list .txt-wrap {
  width: 77%;
  margin: auto;
}

#kouji .feature-list .item:not(:first-child) .txt-wrap {
  display: grid;
  grid-template-columns: 13.3rem 1fr 17.3rem;
  align-items: flex-start;
}

#kouji .feature-list .item:first-child .point-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

#kouji .feature-list .item:not(:first-child) .point-list {
  display: grid;
  row-gap: 3.1rem;
}

#kouji .feature-list .point-list .point {
  display: grid;
  place-content: center;
  text-align: center;
  color: #c14623;
  font-size: 1.6rem;
  line-height: 1.8;
  background: url(../img/top/circle.svg) 0 / contain no-repeat;
}

#kouji .feature-list .item:first-child .point-list .point {
  width: 14.2rem;
  height: 14.2rem;
}

#kouji .feature-list .item:not(:first-child) .point-list .point {
  width: 13.3rem;
  height: 13.3rem;
}

#kouji .feature-list .txt-wrap .txt {
  font-size: 1.6rem;
}

#kouji .feature-list .item:first-child .txt .txt {
  letter-spacing: 0.12em;
}

#kouji .feature-list .item:not(:first-child) .txt-wrap .txt {
  padding-right: 1.5rem;
  letter-spacing: 0.2em;
}

@media only screen and (min-width: 900px) {
  #kouji .feature-list {
    row-gap: 6.5rem;
    width: 78%;
  }

  #kouji .feature-list .item {
    display: grid;
    grid-template-columns: 46% 1fr;
  }

  #kouji .feature-list .item:nth-child(2) .ttl-wrap .ttl {
    background: url(../img/top/line_11_v.png) right top / auto 100% no-repeat;
  }

  #kouji .feature-list .item:first-child .point-list {
    margin-bottom: 5rem;
  }

  #kouji .feature-list .point-list .point {
    line-height: 1.6;
  }

  #kouji .feature-list .ttl-wrap {
    width: 100%;
    grid-template-columns: 54.6% 1fr;
    grid-template-areas: "img ttl";
    margin: 0;
  }

  #kouji .feature-list .ttl-wrap .ttl {
    grid-area: ttl;
    font-size: 2.8rem;
    width: max-content;
    margin-left: 5rem;
  }

  kouji .feature-list .ttl-wrap .img {
    grid-area: img;
  }

  #kouji .feature-list .txt-wrap {
    width: 100%;
  }

  #kouji .feature-list .item:not(:first-child) .txt-wrap {
    grid-template-columns: 13.3rem 1fr 23rem;
  }
}

/* water */
#water .inner {
  display: flex;
  flex-direction: column-reverse;
}

#water .img-wrap {
  width: 85.6%;
  margin-bottom: 5rem;
}

#water .inner .section-ttl:after {
  content: "";
  width: 9.6rem;
  height: 1.8rem;
  background: url(../img/top/illust03.svg) 0 / 100% no-repeat;
  position: absolute;
  bottom: 5rem;
  left: -5rem;
}

#water .section-ttl .font-en {
  line-height: 1;
  margin: 0.2em 0.3rem 0 1.5rem;
}

#water .txt-wrap {
  width: 78%;
  margin: auto;
  display: grid;
  grid-template-rows: auto 1fr;
  row-gap: 4rem;
  position: relative;
  padding-bottom: 29.3rem;
}

#water .txt-wrap:after {
  content: "";
  width: 19.5rem;
  height: 12rem;
  background: url(../img/top/water-img-2_sp.webp) 0 / contain no-repeat;
  position: absolute;
  bottom: 6.9rem;
  right: 3.7rem;
}

#water .txt-wrap:before {
  content: "";
  width: 16.4rem;
  height: 24.5rem;
  background: url(../img/top/map_sp.svg) 0 / 100% 100% no-repeat;
  position: absolute;
  bottom: 0;
  left: 7rem;
}

#water .txt-wrap .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.2em;
}

@media only screen and (min-width: 900px) {
  #water .inner {
    width: 78%;
    margin: auto;
  }

  #water .inner .section-ttl:after {
    bottom: 40%;
    left: 120%;
  }

  #water .img-wrap {
    width: 100%;
    margin-bottom: 6rem;
  }

  #water .txt-wrap {
    padding: 0 22.1rem 0 20.6rem;
    width: 100%;
    grid-template-rows: 1fr;
  }

  #water .txt-wrap:before {
    background: url(../img/top/map.svg) 0 / 100% 100% no-repeat;
    width: 15.4rem;
    height: 29.4rem;
    left: 0;
  }

  #water .txt-wrap:after {
    content: none;
  }

  #water .txt-wrap .txt {
    font-size: 1.6rem;
  }
}

/* factory */
#factory {
  background: url(../img/common/bg.png) repeat;
  padding: 5rem 0 6rem;
}

#factory .inner {
  display: flex;
  flex-direction: column-reverse;
}

#factory .txt-wrap {
  width: 71%;
  margin: auto;
}

#factory .txt-wrap .ttl {
  display: inline-block;
  font-size: 3.4rem;
  letter-spacing: 0.13em;
  background: url(../img/top/line_11.png) right bottom / 100% auto no-repeat;
  margin: 4rem 0 2rem;
  padding-bottom: 0.8rem;
  color: #412d14;
}

#factory .txt-wrap .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.22em;
}

#factory .btn-page {
  margin: 4rem auto 0;
}

@media only screen and (min-width: 900px) {
  #factory {
    padding: 5.3rem 0 5.6rem;
  }

  #factory .inner {
    flex-direction: row-reverse;
    align-items: flex-start;
    width: 89%;
  }

  #factory .img-wrap {
    width: 67%;
  }

  #factory .txt-wrap {
    width: 33%;
    padding-left: 5rem;
    margin: 0;
  }

  #factory .txt-wrap .ttl {
    line-height: 1.6;
    margin: 5.5rem 0 3rem;
    padding-bottom: 2rem;
    background: url(../img/top/line_6.svg) right bottom / 100% auto no-repeat;
  }

  #factory .txt-wrap .txt {
    line-height: 1.6;
  }

  #factory .btn-page {
    margin: 4.6rem auto 0;
  }
}

/* bus */
#bus {
  background: url(../img/common/bg.png) repeat;
  padding: 5rem 0 6rem;
}

#bus .inner {
  display: flex;
  flex-direction: column-reverse;
}

#bus .txt-wrap {
  width: 71%;
  margin: auto;
}

#bus .txt-wrap .ttl {
  display: inline-block;
  font-size: 3.4rem;
  letter-spacing: 0.13em;
  background: url(../img/top/line_11.png) right bottom / 100% auto no-repeat;
  margin: 4rem 0 2rem;
  padding-bottom: 0.8rem;
  color: #412d14;
}

#bus .txt-wrap .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.22em;
}

#bus .btn-page {
  margin: 4rem auto 0;
}

@media only screen and (min-width: 900px) {
  #bus {
    padding: 5.3rem 0 5.6rem;
  }

  #bus .inner {
    flex-direction: row-reverse;
    align-items: flex-start;
    width: 89%;
  }

  #bus .img-wrap {
    width: 67%;
  }

  #bus .txt-wrap {
    width: 33%;
    padding-left: 5rem;
    margin: 0;
  }

  #bus .txt-wrap .ttl {
    line-height: 1.6;
    margin: 5.5rem 0 3rem;
    padding-bottom: 2rem;
    background: url(../img/top/line_6.svg) right bottom / 100% auto no-repeat;
  }

  #bus .txt-wrap .txt {
    line-height: 1.6;
  }

  #bus .btn-page {
    margin: 4.6rem auto 0;
  }
}

/* recipe */
#recipe .inner {
  width: 80%;
  margin: auto;
}

#recipe .recipe-ttl {
  width: 13.2rem;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: 0.13em;
  background: url(../img/top/line_3.png) left bottom / contain no-repeat;
  color: #412d14;
}

#recipe .recipe-list {
  display: grid;
  row-gap: 4.2rem;
}

#recipe .recipe-list li {
  display: grid;
  grid-template-columns: 23rem 1fr;
  grid-template-areas: "img txt";
}

#recipe .recipe-list li .img-wrap {
  grid-area: img;
}

#recipe .recipe-list li .txt-wrap {
  grid-area: txt;
  padding: 2.5rem 0 0 2.2rem;
  color: #412d14;
}

#recipe .recipe-list li .txt-wrap .ttl {
  font-size: 1.9rem;
  letter-spacing: 0.22em;
  margin-bottom: 2rem;
  display: inline-block;
  padding-bottom: 0.8rem;
}

/*#recipe .recipe-list li:first-child .ttl {
    background: url(../img/top/line_6s.png) left bottom / contain no-repeat;
}
#recipe .recipe-list li:nth-child(2) .ttl {
    background: url(../img/top/line_8s.png) left bottom / contain no-repeat;
}
#recipe .recipe-list li:last-child .ttl {
    background: url(../img/top/line_10s.png) left bottom / contain no-repeat;
}*/
#recipe .recipe-list li .line-short {
  background: url(../img/top/line_6s.png) left bottom / contain no-repeat;
}

#recipe .recipe-list li .line-middle {
  background: url(../img/top/line_8s.png) left bottom / contain no-repeat;
}

#recipe .recipe-list li .line-long {
  background: url(../img/top/line_10s.png) left bottom / contain no-repeat;
}

#recipe .recipe-list li .line {
  background: url(../img/top/line_10s.png) left bottom / contain no-repeat;
}

#recipe .recipe-list li .txt-wrap .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.2em;
}

#recipe .btn a {
  display: block;
  background-color: #000;
  border-radius: 2rem;
  padding: 0 0.2em;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  width: 18.7rem;
  line-height: 4rem;
  margin: 1.5rem 0;
}

#eating .menu_pdf {
  width: 78%;
  margin: 80px auto 0;
  position: relative;
}

#eating .menu_pdf .btn_menu a {
  display: block;
  width: 100%;
  border-radius: 5rem;
  padding: 16px;
  transition: 0.3s;
  border: 2px solid #000;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-right: 3rem; /* アイコン分の余白を右側に確保 */
}

#eating .menu_pdf .btn_menu a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(/hibikoujiya/img/top/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 6px);
  /* right: calc(50% - 9px - 7em); */
  right: 1.5rem; /* ボタンの右端からの距離で指定 */
}

#eating .menu_pdf .btn_menu a:hover {
  transition: 0.3s;
  background-color: #000;
  color: #fff;
  opacity: 1;
}

#eating .menu_pdf .btn_menu a:hover::after {
  background-image: url(/hibikoujiya/img/top/icon_blank_white.svg);
}

/* 下の右寄せリンク */
#eating .menu_pdf .link_sub {
  margin-top: 8px;
  text-align: right;
  font-size: 1.4rem;
}

#eating .menu_pdf .link_sub a {
  color: #000;
  text-decoration: none;
  position: relative;
}

#eating .menu_pdf .link_sub a::before {
  content: ">";
  margin-right: 4px;
}

#eating .menu_pdf .link_sub a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 900px) {
  #recipe .inner {
    width: 78%;
  }

  #recipe .recipe-ttl {
    margin-bottom: 5rem;
  }

  #recipe .recipe-list {
    /*grid-template-columns: repeat(3,1fr);*/
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: row;
    grid-template-areas: "two one three";
    column-gap: 5.1rem;
  }

  #recipe .recipe-list li:nth-child(1) {
    grid-area: one;
  }

  #recipe .recipe-list li:nth-child(2) {
    grid-area: two;
  }

  #recipe .recipe-list li:nth-child(3) {
    grid-area: three;
  }

  #recipe .recipe-list li {
    /*grid-template-columns: 1fr;*/
    grid-template-rows: 22.8rem auto;
    grid-template-areas: "img" "txt";
    row-gap: 4.4rem;
  }

  #recipe .recipe-list li .txt-wrap {
    display: grid;
    grid-template-columns: 12rem max-content max-content;
    grid-template-areas: "img2 txt2 ttl";
    justify-content: center;
    padding: 0;
    column-gap: 1rem;
  }

  #recipe .recipe-list li .txt-wrap .ttl {
    writing-mode: vertical-rl;
    grid-area: ttl;
    margin-bottom: 0;
    padding-bottom: 0;
    height: max-content;
    padding-left: 0.5rem;
  }

  /*#recipe .recipe-list li:first-child .ttl {
        background: url(../img/top/line_6s_v.svg) left bottom / auto no-repeat;
    }
    #recipe .recipe-list li:nth-child(2) .ttl {
        background: url(../img/top/line_8s_v.svg) left bottom / auto no-repeat;
    }
    #recipe .recipe-list li:last-child .ttl {
        background: url(../img/top/line_10s_v.svg) left bottom / auto no-repeat;
	}*/
  #recipe .recipe-list li .line-short {
    background: url(../img/top/line_6s_v.svg) left bottom / auto no-repeat;
  }

  #recipe .recipe-list li .line-middle {
    background: url(../img/top/line_8s_v.svg) left bottom / auto no-repeat;
  }

  #recipe .recipe-list li .line-long {
    background: url(../img/top/line_10s_v.svg) left bottom / auto no-repeat;
  }

  #recipe .recipe-list li .line {
    background: url(../img/top/line_10s_v.svg) left bottom / auto no-repeat;
  }

  #recipe .recipe-list li .txt-wrap .txt {
    writing-mode: vertical-rl;
    grid-area: txt2;
    line-height: 1.6;
  }

  #recipe .recipe-list li .txt-wrap img {
    grid-area: img2;
  }

  #eating .menu_pdf .btn_menu a {
    font-size: 1.6rem;
  }

  #eating .menu_pdf .btn_menu a::after {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
  }
    #eating .menu_pdf .link_sub {
    font-size: 1.2rem; /* デスクトップでは少し小さめに */
  }
}

/* shop */
#shop .ttl {
  width: 16.8rem;
  margin: 0 auto 3.5rem;
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 0.13em;
  background: url(../img/top/line_4.png) left bottom / contain no-repeat;
  color: #412d14;
  padding-bottom: 0.8rem;
}

#shop .img {
  margin-bottom: 5.6rem;
}

/*#shop .gmap {
    margin-bottom: 5.6rem;
    aspect-ratio: 680 / 420;
}
#shop .gmap iframe {
    width: 100%;
    height: 100%;
}*/
#shop .txt-wrap {
  width: 58%;
  margin: auto;
  color: #412d14;
}

#shop .txt-wrap .txt {
  font-size: 1.6rem;
  line-height: 2.2;
}

#shop .txt-wrap .top-list {
  margin-bottom: 1.5rem;
}

#shop .txt-wrap .top-list dt {
  font-size: 2.4rem;
  margin: 0 0 0.5rem -0.15em;
}

#shop .txt-wrap .top-list .txt {
  letter-spacing: 0.075em;
}

#shop .txt-wrap dl:not(.top-list) {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
}

#shop .txt-wrap dl:not(.top-list) .txt {
  letter-spacing: 0.13em;
}

@media only screen and (min-width: 900px) {
  #shop .inner {
    width: 78%;
    margin: auto;
  }

  #shop .ttl {
    margin-bottom: 5rem;
  }

  #shop .shop-wrap {
    display: grid;
    grid-template-columns: 50% 50%;
  }

  /*
    #shop .gmap {
        aspect-ratio: 498 / 308;
        margin-bottom: 0;
        width: 100%;
	}
	*/
  #shop .txt-wrap {
    width: 100%;
    padding: 0 4rem 0 7rem;
  }

  #shop .txt-wrap .txt {
    line-height: 1.6;
  }

  #shop .txt-wrap .top-list {
    margin-bottom: 1rem;
  }
}

/* shop */
#shop .ttl {
  width: 16.8rem;
  margin: 0 auto 3.5rem;
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 0.13em;
  background: url(../img/top/line_4.png) left bottom / contain no-repeat;
  color: #412d14;
  padding-bottom: 0.8rem;
}

/* map */
#g-map .gmap {
  margin-bottom: 5.6rem;
  aspect-ratio: 680 / 300;
}

#g-map .gmap iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

@media only screen and (min-width: 900px) {
  #g-map .gmap {
    aspect-ratio: 498 / 308;
    margin-bottom: 0;
    width: 100%;
  }
}

/* info */
#info .inner {
  width: 73.5%;
  margin: 0 auto 10rem;
}

#info .ttl {
  width: 16.8rem;
  margin: 0 auto 3.5rem;
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 0.13em;
  background: url(../img/top/line_4.png) left bottom / contain no-repeat;
  color: #412d14;
  padding: 4rem 0 0.8rem;
}

#info .info-list li {
  color: #412d14;
}

#info .info-list li + li {
  margin-top: 2rem;
}

#info .info-date {
  font-size: 1.6rem;
}

#info .info-list .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.2em;
}

@media only screen and (min-width: 900px) {
  #info .inner {
    width: 70%;
    margin: 0 auto 13rem;
  }

  #info .ttl {
    padding: 0 0 0.8rem;
    margin: 0 auto 5rem;
  }

  #info .info-list li article {
    display: flex;
    align-items: flex-start;
    column-gap: 8rem;
    line-height: 1.6;
  }

  #info .info-list .txt {
    line-height: 1.6;
  }
}

#shop .slick-dotted.slick-slider {
  position: relative;
}

#shop .slick-dots {
  position: absolute;
  bottom: -28px;
  text-align: right;
}

#shop .slick-dots li button:before {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #b1a89c;
  opacity: 1;
  color: #fff;
  border-radius: 50%;
  font-size: unset;
}

#shop .slick-dots li.slick-active button:before {
  border: none;
  background-color: #c3986c;
  opacity: 1;
}

@media only screen and (min-width: 900px) {
  #shop .slick-dots {
    bottom: 30%;
  }
}

/* ========== EATING（スマホ/PC対応・画像の下に札）========== */

/* 共通 */
#eating .inner {
  width: 80%;
  margin: auto;
}

#eating .eating-ttl {
  width: 13.2rem;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: 0.13em;
  background: url(../img/top/line_3.png) left bottom/contain no-repeat;
  color: #412d14;
}

/* スマホ：画像左／テキスト右／札は画像の下（左寄せ） */
#eating .eating-list {
  display: grid;
  row-gap: 4.2rem;
}

#eating .eating-list li {
  display: grid;
  grid-template-columns: 23rem 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "img txt"
    "cat txt";
  align-items: start;
}

#eating .eating-list li .img-wrap {
  grid-area: img;
  width: 90%;
  display: block;
  margin: 0 auto;
}

#eating .eating-list li .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

#eating .eating-list li .txt-wrap {
  grid-area: txt;
  padding: 2.5rem 0 0 2.2rem;
  color: #412d14;
}

#eating .eating-list li .txt-wrap .ttl {
  font-size: 1.9rem;
  letter-spacing: 0.22em;
  margin-bottom: 2rem;
  display: inline-block;
  padding-bottom: 0.8rem;
}

#eating .eating-list li .line {
  background: url(../img/top/line_10s.png) left bottom/contain no-repeat;
}

#eating .eating-list li .txt-wrap .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.2em;
}

#eating .btn a {
  display: block;
  background-color: #000;
  border-radius: 2rem;
  padding: 0 0.2em;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  width: 18.7rem;
  line-height: 4rem;
  margin: 1.5rem 0;
}

/* 札（カテゴリー） */
  .eating-category-g {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#eating .eating-category-g li:not(:first-child) {
  margin-left: 10px;
}

/* カテゴリ (共通) */
#eating .eating-category-g .eating-category {
  grid-area: cat;
  justify-self: center; /* ← スマホでは画像下の左寄せ(レイアウト依存) */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  line-height: 1;
  margin: 0.8rem 0 0 0;
  color: #412d14;
  font-size: 1.2rem;
  box-sizing: border-box;
  border-radius: 5px;
}


#eating .eating-category-g .eating-category--honten {
  width: 7rem;
  background: #d9ccb5;
}

#eating .eating-category-g .eating-category--kikuyoumachi {
  width: 8rem;
  background: #b4ccb4;
}

@media only screen and (max-width: 750px) {
#eating .eating-category-g .eating-category {

  font-size: 1.6rem;
  height: 4rem;
  }

  #eating .eating-category-g .eating-category--honten {
  width: 9rem;
  background: #d9ccb5;
}

#eating .eating-category-g .eating-category--kikuyoumachi {
  width: 11rem;
  background: #b4ccb4;
}
}

/* ---------- PC（>=900px） ---------- */
@media (min-width: 900px) {
  #eating .inner {
    width: 78%;
  }

  #eating .eating-ttl {
    margin-bottom: 5rem;
  }

  #eating .eating-list {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row;
    grid-template-areas: "two one three";
    column-gap: 5.1rem;
  }

  #eating .eating-list li:nth-child(1) {
    grid-area: one;
  }

  #eating .eating-list li:nth-child(2) {
    grid-area: two;
  }

  #eating .eating-list li:nth-child(3) {
    grid-area: three;
  }

  /* 画像 → 札 → テキスト の縦並びにして札を確実に画像直下へ */
  #eating .eating-list li {
    grid-template-columns: 1fr;
    grid-template-rows: 22.8rem auto auto;
    grid-template-areas:
      "img"
      "cat"
      "txt";
    row-gap: 1.2rem;
    /* 画像と札の間隔を少し詰める */
  }

  #eating .eating-list li .txt-wrap {
    display: grid;
    grid-template-columns: 12rem max-content max-content;
    grid-template-areas: "img2 txt2 ttl";
    justify-content: center;
    padding: 0;
    column-gap: 1rem;
  }

  #eating .eating-list li .txt-wrap .ttl {
    writing-mode: vertical-rl;
    grid-area: ttl;
    margin-bottom: 0;
    padding-bottom: 0;
    height: max-content;
    padding-left: 0.5rem;
  }

  #eating .eating-list li .txt-wrap .txt {
    writing-mode: vertical-rl;
    grid-area: txt2;
    line-height: 1.6;
  }

  #eating .eating-list li .txt-wrap img {
    grid-area: img2;
  }

  /* PC用下線 */
  #eating .eating-list li .line {
    background: url(../img/top/line_10s_v.svg) left bottom/auto no-repeat;
  }

  /* 札はPCでは中央揃えに（必要なら start に変更してください） */
  #eating .eating-category {
    justify-self: center;
    margin-top: 0.4rem;
  }
}

/* メニューPDFボタン（eating 範囲） */
#eating + .menu_pdf .btn_menu a,
#eating .menu_pdf .btn_menu a {
  display: block;
  width: 100%;
  border-radius: 5rem;
  padding: 16px;
  transition: 0.3s;
  border: 2px solid #000;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

#eating + .menu_pdf .btn_menu a:hover,
#eating .menu_pdf .btn_menu a:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}

/*
#eating .btn a {
    display: block;
    background-color: #000;
    border-radius: 2rem;
    padding: 0 .2em;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    width: 18.7rem;
    line-height: 4rem;
    margin: 1.5rem 0;
}

#eating .menu_pdf{
    width: 78%;
    margin: 80px auto 0;
    position: relative;
}

#eating .menu_pdf .btn_menu a{
    display: block;
    width: 100%;
    border-radius: 5rem;
    padding: 16px;
    transition: .3s;
    border: 2px solid #000;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}

#eating .menu_pdf .btn_menu a::after{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(/hibikoujiya/img/top/icon_blank.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: calc(50% - 6px);
    right: calc(50% - 9px - 7em);
}


#eating .menu_pdf .btn_menu a:hover { 
    transition: .3s;
    background-color: #000;
    color: #fff;
    opacity: 1;
  }

#eating .menu_pdf .btn_menu a:hover::after{
    background-image: url(/hibikoujiya/img/top/icon_blank_white.svg);
}
    */

/*
      #eating .menu_pdf .btn_menu a{
        font-size: 1.6rem;
    }

    #eating .menu_pdf .btn_menu a::after{
        width: 18px;
        height: 18px;
        top: calc(50% - 9px);
}
}
*/

.map-link{
  width: 80%;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    margin-top: 10px;
}

.map-link a {
  display: inline-flex;
  align-items: center; /* 垂直中央揃え */
  gap: 0.4em; /* 文字とアイコンの間隔 */
  text-decoration: none;
  color: inherit;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  padding: 0 20px;
}

.map-icon {
  width: 1.6em; /* 文字と同じ高さに合わせる */
  height: 1.6em;
  flex-shrink: 0; /* アイコンの潰れ防止 */
}

.map-text {
  font-size: 1.6rem; /* 文字サイズ（SPで調整可） */
}

/* SP用にサイズ微調整 */
@media (max-width: 768px) {
  .map-icon {
    width: 1.2em;
    height: 1.2em;
  }
  .map-text {
    font-size: 1.2rem;
  }
}
