.bg-fixed-layer {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: url(../img/bg_gray.webp) center center/cover no-repeat;
  background-color: #F4F4F4;
}

html {
  overflow-x: hidden;
  width: 100%;
}

body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

.oomachi {
  padding-top: 64px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .oomachi {
    padding-top: min(100 / 750 * 100vw, 100px);
  }
}

.oomachi__shop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-bottom: 100px;
  background: url(../img/bg_pig.webp) no-repeat right -300px bottom 100px/600px;
}
@media screen and (max-width: 750px) {
  .oomachi__shop {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: min(60 / 750 * 100vw, 60px);
    padding-bottom: min(120 / 750 * 100vw, 120px);
    background: url(../img/bg_pig.webp) no-repeat right -200px center/400px;
  }
}
.oomachi__shop .oomachi__shopImg {
  position: relative;
}
.oomachi__shop .oomachi__shopImg .oomachi__swiper {
  width: 50vw;
  max-width: 720px;
  height: 90%;
  margin-bottom: 2.5em;
}
.oomachi__shop .oomachi__shopImg .oomachi__swiper .swiper-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .oomachi__shop .oomachi__shopImg .oomachi__swiper {
    width: 90%;
    max-width: min(660 / 750 * 100vw, 660px);
    margin-left: auto;
    margin-right: auto;
  }
}
.oomachi__shop .oomachi__shopImg .oomachi__shopImg--pagination {
  position: relative;
}
.oomachi__shop .oomachi__shopImg .oomachi__shopImg--pagination .swiper-pagination {
  position: absolute;
  bottom: 1.5em;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.3em;
  width: auto;
}
.oomachi__shop .oomachi__shopImg .oomachi__shopImg--pagination .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 1px;
  border-radius: 0;
}
.oomachi__shop .oomachi__shopImg .oomachi__shopImg--pagination .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1F1F1F;
}
.oomachi__shop .oomachi__shopImg .oomachi__shopImg--pagination .swiper-pagination-fraction {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .oomachi__shop .oomachi__shopImg .oomachi__shopImg--pagination {
    width: 90%;
    max-width: min(660 / 750 * 100vw, 660px);
    margin: auto;
  }
  .oomachi__shop .oomachi__shopImg .oomachi__shopImg--pagination .swiper-pagination-bullet {
    width: min(40 / 750 * 100vw, 40px);
  }
}
.oomachi__shop .oomachi__shopInfo {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, auto);
  align-self: center;
  gap: 20px;
  width: 90%;
}
@media screen and (max-width: 750px) {
  .oomachi__shop .oomachi__shopInfo {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: min(32 / 750 * 100vw, 32px);
    max-width: min(660 / 750 * 100vw, 660px);
    margin: auto;
  }
}
.oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--name {
  grid-column: 1/2;
  padding: 30px 0;
  color: #AD8F5E;
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--name {
    font-size: clamp(14px, 48 / 750 * 100vw, 48px);
  }
}
.oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--name span {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--name span {
    font-size: clamp(14px, 32 / 750 * 100vw, 32px);
  }
}
@media screen and (max-width: 750px) {
  .oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--name {
    grid-row: 1/2;
    padding: 0;
  }
}
.oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--icon {
  grid-column: 2/3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
  padding: 30px 0;
}
.oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--icon li a img {
  width: 24px;
}
@media screen and (max-width: 750px) {
  .oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--icon {
    grid-column: 1/2;
    grid-row: 2/3;
    justify-content: flex-start;
    padding: 0;
  }
  .oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--icon li a img {
    width: min(48 / 750 * 100vw, 48px);
  }
}
.oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--addr {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: repeat(3, auto);
  padding-top: 30px;
  border-top: 1px solid #E8E8E8;
}
.oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--addr > * {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E8E8E8;
  line-height: 2;
}
.oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--addr dt {
  color: #AD8F5E;
}
.oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--addr dd a {
  display: flex;
  gap: 0.5em;
  color: #AD8F5E;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--addr dd a {
    font-size: clamp(14px, 28 / 750 * 100vw, 28px);
  }
}
.oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--addr dd a img {
  width: 16px;
}
@media screen and (max-width: 750px) {
  .oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--addr {
    grid-row: 3/4;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
    padding: 0;
  }
  .oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--addr > * {
    margin-bottom: min(32 / 750 * 100vw, 32px);
    padding-bottom: min(32 / 750 * 100vw, 32px);
  }
  .oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--addr dt {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--addr dd a img {
    width: min(32 / 750 * 100vw, 32px);
  }
}
.oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--closed a {
  display: inline-block;
  width: 100%;
  height: 48px;
}
@media screen and (max-width: 750px) {
  .oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--closed a {
    width: 100%;
    height: min(96 / 750 * 100vw, 96px);
  }
}
.oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--closed a p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #1F1F1F;
  background: #FFFFFF;
  color: #1F1F1F;
  overflow: hidden;
  position: relative;
  transition-duration: 0.4s;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--closed a p {
    border: none;
    background: #AD8F5E;
    color: #FFFFFF;
  }
}
.oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--closed a p::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 14px;
  height: 14px;
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0) 0% 50%, #1F1F1F 50% 100%);
}
@media screen and (max-width: 750px) {
  .oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--closed a p::before {
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0) 0% 50%, #FFFFFF 50% 100%);
    bottom: min(16 / 750 * 100vw, 16px);
    right: min(16 / 750 * 100vw, 16px);
    width: min(24 / 750 * 100vw, 24px);
    height: min(24 / 750 * 100vw, 24px);
  }
}
.oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--closed a p::after {
  background: #AD8F5E;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--closed a p:hover {
  border: 1px solid #AD8F5E;
  color: #FFFFFF;
}
.oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--closed a p:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}
.oomachi__shop .oomachi__shopInfo .oomachi__shopInfo--closed a p:hover::before {
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0) 0% 50%, #FFFFFF 50% 100%);
}
.calender {
  background-color: #FFFFFF;
}
.calender .calender__inner.wrap {
  padding: 0 0 100px;
}
@media screen and (max-width: 750px) {
  .calender .calender__inner.wrap {
    padding: 0 0 min(200 / 750 * 100vw, 200px);
  }
}
.calender .calender__details--summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 30px;
  border-top: 1px solid #1F1F1F;
  border-bottom: 1px solid #1F1F1F;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .calender .calender__details--summary {
    font-size: clamp(14px, 36 / 750 * 100vw, 36px);
  }
}
@media screen and (max-width: 750px) {
  .calender .calender__details--summary {
    height: min(200 / 750 * 100vw, 200px);
    padding: min(120 / 750 * 100vw, 120px) min(60 / 750 * 100vw, 60px);
  }
}
.calender .calender__details--summary .calender__details--btn {
  position: relative;
  width: 20px;
  height: 20px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.calender .calender__details--summary .calender__details--btn:before, .calender .calender__details--summary .calender__details--btn:after {
  content: "";
  background-color: #1F1F1F;
  border-radius: 10px;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transform-origin: center center;
}
.calender .calender__details--summary .calender__details--btn::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease;
}
.calender .calender__details--summary.is-open {
  background-color: #f0f4f9;
  border-top: 1px solid #1F1F1F;
  border-bottom: 0px solid #1F1F1F;
}
.calender .calender__details--summary.is-open .calender__details--btn::after {
  transform: translateY(-50%) rotate(180deg);
}
.calender .details-summary::-webkit-details-marker {
  display: none;
}
.calender .calender__details--content {
  display: grid;
  grid-template-rows: 0fr;
  padding: 20px;
  background-color: #f0f4f9;
  transition: grid-template-rows 0.3s ease;
}
.calender .calender__details--content.is-open {
  grid-template-rows: 1fr;
}
.calender .calender__details--content iframe {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .calender .calender__details--content {
    padding: min(20 / 750 * 100vw, 20px);
  }
  .calender .calender__details--content iframe {
    height: min(1000 / 750 * 100vw, 1000px);
  }
}

.menu .menu__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  .menu .menu__inner {
    width: 100%;
    max-width: 750px;
    padding: min(100 / 750 * 100vw, 100px) 0;
  }
}

.menu__category {
  margin: 70px auto;
}
.menu__category .menu__category--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.menu__category .menu__category--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4em;
  padding: 0 1em;
  background-color: #FFFFFF;
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  cursor: pointer;
}
.menu__category .menu__category--btn:hover {
  background-color: #AD8F5E;
  color: #FFFFFF;
}
.menu__category .menu__category--btn.is-active {
  background-color: #1F1F1F;
  color: #FFFFFF;
}
@media screen and (min-width: 751px) {
  .menu__category .menu__category--btn {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  .menu__category {
    gap: min(20 / 750 * 100vw, 20px);
    width: 100%;
    margin: min(40 / 750 * 100vw, 40px) auto min(140 / 750 * 100vw, 140px);
    background-color: #FFFFFF;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
  }
  .menu__category .menu__category--btn {
    flex: 0 0 auto;
    border: none;
    color: #707070;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .menu__category .menu__category--btn.is-active {
    background-color: #FFFFFF;
    color: #1F1F1F;
  }
}

.menu__list {
  display: none;
  gap: 64px;
}
.menu__list.is-active {
  display: grid;
}
@media screen and (max-width: 750px) {
  .menu__list {
    gap: min(120 / 750 * 100vw, 120px);
  }
}
.menu__list .menu__list__inner {
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 750px) {
  .menu__list .menu__list__inner {
    gap: min(80 / 750 * 100vw, 80px);
    width: 90%;
    max-width: min(660 / 750 * 100vw, 660px);
    margin: auto;
  }
}
.menu__list .menu__list__inner h3 {
  padding: 20px 24px;
  background-color: #1F1F1F;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
}
.menu__list .menu__list__inner h3 span {
  display: inline-block;
  margin-left: 1em;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .menu__list .menu__list__inner h3 {
    padding: min(40 / 750 * 100vw, 40px) min(48 / 750 * 100vw, 48px);
    font-size: clamp(14px, 40 / 750 * 100vw, 40px);
  }
  .menu__list .menu__list__inner h3 span {
    display: inline-block;
    margin-left: 0;
    font-size: clamp(12px, 28 / 750 * 100vw, 28px);
  }
}
.menu__list .menu__list__inner .menu__list__note {
  width: 100%;
  text-align: center;
}
.menu__list .menu__list__inner .menu__list__note p {
  display: inline-block;
  border-bottom: 2px solid #AD8F5E;
  font-size: 20px;
  font-weight: 600;
  color: #AD8F5E;
}
@media screen and (max-width: 750px) {
  .menu__list .menu__list__inner .menu__list__note p {
    font-size: clamp(14px, 40 / 750 * 100vw, 40px);
  }
}
.menu__list .menu__list__inner .menu__list__imgMenu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}
.menu__list .menu__list__inner .menu__list__imgMenu .munu__list__item {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 40px;
  width: 100%;
}
.menu__list .menu__list__inner .menu__list__imgMenu .munu__list__item .munu__list__item--txt {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 1em;
  padding-left: 10px;
}
@media screen and (max-width: 750px) {
  .menu__list .menu__list__inner .menu__list__imgMenu .munu__list__item .munu__list__item--txt {
    padding-left: min(20 / 750 * 100vw, 20px);
  }
}
.menu__list .menu__list__inner .menu__list__imgMenu .munu__list__item .munu__list__item--txt .txt--menuName {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .menu__list .menu__list__inner .menu__list__imgMenu .munu__list__item .munu__list__item--txt .txt--menuName {
    font-size: clamp(14px, 40 / 750 * 100vw, 40px);
  }
}
.menu__list .menu__list__inner .menu__list__imgMenu .munu__list__item .munu__list__item--txt .txt--price {
  color: #AD8F5E;
}
@media screen and (max-width: 750px) {
  .menu__list .menu__list__inner .menu__list__imgMenu {
    grid-template-columns: 1fr;
    gap: min(60 / 750 * 100vw, 60px);
  }
  .menu__list .menu__list__inner .menu__list__imgMenu .munu__list__item {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    gap: min(40 / 750 * 100vw, 40px);
    width: 100%;
  }
}
.menu__list .menu__list__inner .menu__list__txtMenu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}
.menu__list .menu__list__inner .menu__list__txtMenu .menu__list__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
  padding: 10px 0 10px 10px;
  border-bottom: 0.5px solid #707070;
}
.menu__list .menu__list__inner .menu__list__txtMenu .menu__list__item .menu__list__item--name {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .menu__list .menu__list__inner .menu__list__txtMenu .menu__list__item .menu__list__item--name {
    font-size: clamp(14px, 40 / 750 * 100vw, 40px);
  }
}
.menu__list .menu__list__inner .menu__list__txtMenu .menu__list__item .menu__list__item--name span {
  display: inline-block;
}
.menu__list .menu__list__inner .menu__list__txtMenu .menu__list__item .menu__list__item--price {
  color: #AD8F5E;
  text-align: right;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .menu__list .menu__list__inner .menu__list__txtMenu {
    grid-template-columns: 1fr;
    gap: min(40 / 750 * 100vw, 40px);
  }
  .menu__list .menu__list__inner .menu__list__txtMenu .menu__list__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: min(20 / 750 * 100vw, 20px) 0 min(20 / 750 * 100vw, 20px) min(20 / 750 * 100vw, 20px);
  }
  .menu__list .menu__list__inner .menu__list__txtMenu .menu__list__item .menu__list__item--price {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .menu__list .menu__list__inner:last-of-type .menu__list__imgMenu {
    flex-direction: row;
    gap: min(28 / 750 * 100vw, 28px);
  }
}
.menu__list .menu__list__inner.note h3 {
  display: none;
}
.menu__list .menu__list__inner.note .menu__list__txtMenu .menu__list__item {
  justify-content: flex-end;
  border-bottom: none;
}
.menu__list .menu__list__inner.note .menu__list__txtMenu .menu__list__item .menu__list__item--price {
  display: none;
}
.menu__list .menu__list__inner.stretch .menu__list__item {
  grid-column: 1/3;
}