ol {
  list-style: none;
  padding-left: 0;
}

body#page__location .page_title::after {
  content: "";
  background-image: url(../../assets/img/page_title/location_pc.webp);
}
@media screen and (max-width: 768px) {
  body#page__location .page_title::after {
    background-image: url(../../assets/img/page_title/location_sp.webp);
  }
}

section#commitment {
  background: linear-gradient(180deg, rgba(249, 245, 239, 0) 0%, #f8ecda 100%);
  padding-top: 2.5rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  section#commitment {
    padding-bottom: 5rem;
  }
}
section#commitment .commitment_contents_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 3.75rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  section#commitment .commitment_contents_wrapper {
    flex-direction: column;
    align-items: center;
    gap: 3.125rem;
    margin-top: 1.875rem;
  }
}
section#commitment .commitment_text_wrapper {
  width: 30rem;
  flex-shrink: 0;
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  section#commitment .commitment_text_wrapper {
    width: 100%;
    font-size: 1.125rem;
    text-align: center;
  }
}
section#commitment .commitment_image_wrapper {
  width: 100%;
}

section#trouble {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  section#trouble {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
section#trouble .trouble_points_wrapper {
  display: flex;
  gap: 0.9375rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  section#trouble .trouble_points_wrapper {
    flex-direction: column;
    gap: 0.625rem;
    margin-top: 1.875rem;
  }
}
section#trouble .trouble_point {
  flex: 1;
  background-color: #f9f5ef;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  section#trouble .trouble_point {
    padding-top: 1.25rem;
  }
}
section#trouble .trouble_point__number {
  max-width: 100%;
  width: 10.5rem;
  height: 1.9375rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  background-color: #4c473d;
  border-radius: 3.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  section#trouble .trouble_point__number {
    width: 8rem;
    height: 1.25rem;
    font-size: 0.8125rem;
  }
}
section#trouble .trouble_point__title {
  min-height: 3em;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  section#trouble .trouble_point__title {
    min-height: initial;
    font-size: 1.125rem;
  }
}
section#trouble .trouble_point__image {
  aspect-ratio: 430/240;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 1.5625rem;
}
section#trouble .trouble_point__explain {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 1.875rem 1.875rem 0;
}
@media screen and (max-width: 768px) {
  section#trouble .trouble_point__explain {
    font-size: 0.875rem;
    padding: 1.875rem 1.25rem 0;
  }
}

section#reason {
  background-color: #f9f5ef;
}
section#reason .reason_item {
  background-color: #fff;
}

section#shop_info {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  section#shop_info {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
section#shop_info .shop_info_contents_wrapper {
  display: flex;
  gap: 3.75rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  section#shop_info .shop_info_contents_wrapper {
    flex-direction: column;
    gap: 0.625rem;
    margin-top: 1.875rem;
  }
}
section#shop_info .shop_info__table_wrapper {
  width: 100%;
  background-color: #f9f5ef;
  padding: 2.5rem 3.75rem;
}
@media screen and (max-width: 768px) {
  section#shop_info .shop_info__table_wrapper {
    padding: 0.9375rem 1.25rem;
  }
}
section#shop_info .shop_info__table {
  grid-template-columns: 11.25rem 1fr;
}
@media screen and (max-width: 768px) {
  section#shop_info .shop_info__table {
    grid-template-columns: 6.25rem 1fr;
  }
}
section#shop_info .shop_info__table .label,
section#shop_info .shop_info__table .content {
  font-size: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  section#shop_info .shop_info__table .label,
section#shop_info .shop_info__table .content {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
section#shop_info .shop_info__table .label:nth-last-child(1), section#shop_info .shop_info__table .label:nth-last-child(2),
section#shop_info .shop_info__table .content:nth-last-child(1),
section#shop_info .shop_info__table .content:nth-last-child(2) {
  border-bottom: none;
}
section#shop_info .shop_info__table .label {
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  section#shop_info .shop_info__table .label {
    font-size: 0.9375rem;
  }
}
section#shop_info .shop_info__table .content {
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  section#shop_info .shop_info__table .content {
    font-size: 0.875rem;
  }
}
section#shop_info .shop_info__map {
  width: 30rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  section#shop_info .shop_info__map {
    width: 100%;
  }
}
section#shop_info .shop_info__map iframe {
  height: 100%;
}
@media screen and (max-width: 768px) {
  section#shop_info .shop_info__map iframe {
    height: 12.5rem;
  }
}
section#shop_info .shop_info_access {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  section#shop_info .shop_info_access {
    margin-top: 3.125rem;
  }
}
section#shop_info .shop_info_access__title {
  font-size: 1.5625rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  padding: 1.5625rem 0;
  border-top: 1px solid rgba(76, 71, 61, 0.3);
  border-bottom: 1px solid rgba(76, 71, 61, 0.3);
}
@media screen and (max-width: 768px) {
  section#shop_info .shop_info_access__title {
    font-size: 1.375rem;
    padding: 1.25rem 0;
  }
}
section#shop_info .shop_info_access__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  section#shop_info .shop_info_access__list {
    flex-direction: column;
    gap: 0;
  }
}
section#shop_info .shop_info_access__list .list_item {
  position: relative;
  z-index: 400;
  width: calc((100% - 7.5rem) / 3);
}
@media screen and (max-width: 768px) {
  section#shop_info .shop_info_access__list .list_item {
    width: 100%;
  }
}
section#shop_info .shop_info_access__list .list_item::before, section#shop_info .shop_info_access__list .list_item::after {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(76, 71, 61, 0.3);
}
section#shop_info .shop_info_access__list .list_item::before {
  right: -2.3125rem;
  top: 2rem;
  width: 94%;
  height: 1px;
}
@media screen and (max-width: 768px) {
  section#shop_info .shop_info_access__list .list_item::before {
    right: initial;
    top: initial;
    left: 0.6875rem;
    bottom: 0;
    width: 1px;
    height: calc(100% - 2.8125rem);
  }
}
section#shop_info .shop_info_access__list .list_item::after {
  right: -2.4375rem;
  top: 1.6875rem;
  width: 1rem;
  height: 1px;
  transform: rotate(40deg);
}
@media screen and (max-width: 768px) {
  section#shop_info .shop_info_access__list .list_item::after {
    right: initial;
    top: initial;
    left: 0.5625rem;
    bottom: 0.375rem;
    transform: rotate(-50deg);
  }
}
section#shop_info .shop_info_access__list .list_item:nth-last-child(1)::before, section#shop_info .shop_info_access__list .list_item:nth-last-child(1)::after {
  display: none;
}
section#shop_info .shop_info_access__list .list_item__number {
  font-size: 2.3125rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #d69f4d;
}
@media screen and (max-width: 768px) {
  section#shop_info .shop_info_access__list .list_item__number {
    font-size: 1.875rem;
  }
}
section#shop_info .shop_info_access__list .list_item__image {
  aspect-ratio: 400/240;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 768px) {
  section#shop_info .shop_info_access__list .list_item__image {
    width: calc(100% - 3.125rem);
    margin-top: 0;
    margin-left: auto;
  }
}
section#shop_info .shop_info_access__list .list_item__text {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  section#shop_info .shop_info_access__list .list_item__text {
    font-size: 0.875rem;
    padding-left: 3.125rem;
    margin-top: 0.9375rem;
  }
}
section#shop_info .shop_info_btn_wrapper {
  margin-top: 3.75rem;
}
section#shop_info .shop_info_btn_wrapper .btn {
  margin-inline: auto;
}

section#menu {
  background-color: #f9f5ef;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  section#menu {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
section#menu .menu_contents_wrapper {
  margin-top: 1.875rem;
}
section#menu .menu_item {
  background-color: #fff;
}
section#menu .menu_item__price {
  background-color: #f9f5ef;
}
section#menu .menu_item__recommend {
  margin-top: 0;
}
section#menu .menu_btn_wrapper {
  margin-top: 3.25rem;
}
section#menu .menu_btn_wrapper .btn {
  margin-inline: auto;
}

section#voice {
  background-color: #f3f3f3;
}
section#voice .voice_item {
  background-color: #fff;
}

section#flow {
  background-color: #f9f5ef;
}
