.mainWrap {
  padding: 0;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .mainWrap {
    margin-top: 60px;
  }
}

.banner-area,
.pagetop {
  z-index: 90;
}

@media screen and (max-width: 768px) {
  html #wpadminbar {
    position: fixed;
  }
}

.p-breadcrumb {
  padding: 10px 26px 0px 0px;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb {
    padding: 5px 15px 0px 10px;
    margin-top: 0px;
  }
}
.p-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.p-breadcrumb__item {
  font-size: 13px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb__item {
    font-size: 13px;
  }
}
.p-breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 10px;
  color: #999;
}
.p-breadcrumb__item span {
  text-decoration: underline;
  text-decoration-color: #999;
  text-underline-offset: 3px;
}
.p-breadcrumb__link {
  color: #192666;
  text-decoration: underline;
  text-decoration-color: #999;
  text-underline-offset: 3px;
}
.p-breadcrumb__link:hover {
  opacity: 0.7;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.6;
}

.menu-lists {
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .menu-lists {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .mainWrap {
    padding: 0px;
    margin-top: 60px;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.u-text-red {
  color: #d7000f;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-100 {
  margin-top: 40px;
}

.u-mt-60 {
  margin-top: 60px;
}

.p-page-title {
  background-color: #ffffff;
  padding: 15px 0px 45px 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-page-title {
    padding: 20px 0px 25px 0px;
  }
}
.p-page-title__logo {
  width: 254px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-page-title__logo {
    width: 35%;
  }
}

.p-sushi__slider,
.p-tsumami__slider,
.p-drink__slider,
.p-nihonshu__slider,
.p-lunch__slider {
  padding-block: 20px;
  margin-block: -20px;
}

.p-hero {
  position: relative;
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/bg01.jpg");
  background-size: 100% auto;
}
.p-hero__slider {
  width: 100%;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-hero__slider {
    padding-bottom: 25px;
  }
}
.p-hero__slider .swiper-slide img {
  width: 100%;
}
.p-hero__slider .swiper-pagination {
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-hero__slider .swiper-pagination {
    bottom: 0px;
  }
}
.p-hero__slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.p-hero__slider .swiper-pagination-bullet-active {
  background: #CFB89F;
}
.p-hero__actions {
  padding: 40px 0 46px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-hero__actions {
    padding: 20px 0 23px;
  }
}
.p-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #333;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  box-shadow: 0 0 20px rgba(158, 175, 135, 0.1);
  font-size: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-hero__btn {
    font-size: 14px;
    padding: 6px 13px;
  }
}
.p-hero__btn-icon {
  width: 8px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-hero__btn-icon {
    width: 3%;
    max-width: 8px;
  }
}

.p-category-tabs {
  padding: 0 10px;
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/bg01.jpg");
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .p-category-tabs {
    padding: 0 5px;
  }
}
.p-category-tabs__list {
  display: flex;
  justify-content: center;
  gap: 0px;
}
.p-category-tabs__item {
  width: 175px;
}
@media screen and (max-width: 768px) {
  .p-category-tabs__item {
    width: 89px;
  }
}
.p-category-tabs__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px 10px;
  text-decoration: none;
  height: 81px;
}
@media screen and (max-width: 768px) {
  .p-category-tabs__link {
    padding: 8px 5px;
    gap: 3px;
    height: 42px;
  }
}
.p-category-tabs__link--sushi {
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/menu_sushi.png");
}
.p-category-tabs__link--sakan {
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/menu_tumami.png");
}
.p-category-tabs__link--drink {
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/menu_drink.png");
  padding: 12px 10px 12px 10px;
}
@media screen and (max-width: 768px) {
  .p-category-tabs__link--drink {
    padding: 7px 5px;
    gap: 3px;
  }
}
.p-category-tabs__link--nihonshu {
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/menu_nihonsyu.png");
}
.p-category-tabs__icon {
  display: block;
}
.p-category-tabs__icon--sushi {
  width: 45px;
}
@media screen and (max-width: 768px) {
  .p-category-tabs__icon--sushi {
    width: 23px;
  }
}
.p-category-tabs__icon--sakan {
  width: 39px;
}
@media screen and (max-width: 768px) {
  .p-category-tabs__icon--sakan {
    width: 20px;
  }
}
.p-category-tabs__icon--drink {
  width: 38px;
}
@media screen and (max-width: 768px) {
  .p-category-tabs__icon--drink {
    width: 18px;
  }
}
.p-category-tabs__icon--nihonshu {
  width: 33px;
}
@media screen and (max-width: 768px) {
  .p-category-tabs__icon--nihonshu {
    width: 17px;
  }
}
.p-category-tabs__text {
  font-size: 32px;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .p-category-tabs__text {
    font-size: 16px;
  }
}
.p-category-tabs__link--drink .p-category-tabs__text {
  color: #333;
  letter-spacing: -4px;
}
@media screen and (max-width: 768px) {
  .p-category-tabs__link--drink .p-category-tabs__text {
    letter-spacing: -2px;
  }
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.swiper-slide > * {
  width: 100%;
}
.swiper-slide > .c-card {
  flex: 1;
}

.p-sushi__slider .swiper-slide,
.p-tsumami__slider .swiper-slide,
.p-lunch__slider .swiper-slide {
  width: 530px;
}
@media screen and (max-width: 768px) {
  .p-sushi__slider .swiper-slide,
  .p-tsumami__slider .swiper-slide,
  .p-lunch__slider .swiper-slide {
    width: 70%;
  }
}

.p-drink__slider .swiper-slide {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .p-drink__slider .swiper-slide {
    width: 60%;
  }
}

.p-drink__slider--chuhai .swiper-slide {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .p-drink__slider--chuhai .swiper-slide {
    width: 70%;
  }
}

.p-nihonshu__slider .swiper-slide {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .p-nihonshu__slider .swiper-slide {
    width: 55%;
  }
}

.c-card {
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.c-card.c-card--sake {
  background-color: #FFFBF5;
}
.c-card.c-card--sake .c-card__img {
  background-color: #FFFBF5;
}
.c-card__img {
  width: 100%;
  margin: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.c-card__img img {
  width: 100%;
  height: auto;
  border-radius: 0;
  object-fit: cover;
}
.c-card--drink .c-card__img, .c-card--sake .c-card__img, .c-card--list .c-card__img {
  padding: 30px;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .c-card--drink .c-card__img, .c-card--sake .c-card__img, .c-card--list .c-card__img {
    padding: 15px;
    height: 125px;
  }
}
.c-card--drink .c-card__img img, .c-card--sake .c-card__img img, .c-card--list .c-card__img img {
  width: auto;
  max-width: 100%;
  height: 200px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .c-card--drink .c-card__img img, .c-card--sake .c-card__img img, .c-card--list .c-card__img img {
    height: 100px;
  }
}
.c-card__body {
  padding: 27px 10px 30px 10px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fffcf6;
}
@media screen and (max-width: 768px) {
  .c-card__body {
    padding: 14px 5px 15px 5px;
  }
}
.c-card__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Shippori Mincho B1", serif;
  height: auto;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .c-card__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.c-card__price {
  font-size: 50px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .c-card__price {
    font-size: 25px;
  }
}
.c-card__price span {
  font-size: 26px;
  font-weight: normal;
  font-family: "Shippori Mincho B1", serif;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .c-card__price span {
    font-size: 13px;
  }
}
.c-card__price-yen-simple {
  font-size: 38px !important;
  font-weight: 600 !important;
  font-family: "Shippori Mincho B1", serif !important;
}
@media screen and (max-width: 768px) {
  .c-card__price-yen-simple {
    font-size: 19px !important;
  }
}
.c-card__desc {
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-family: "Shippori Mincho B1", serif;
  text-align: left;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-card__desc {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.c-card__price-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-card__price-list li {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-card__price-list li {
    margin-bottom: 0px;
  }
}
.c-card__price-list--sake li {
  justify-content: space-between;
  width: 100%;
}
.c-card__price-list--sake .c-card__label {
  width: 72px;
  flex-shrink: 0;
}
.c-card__price-list--sake .c-card__price-main {
  margin-left: auto;
}
.c-card__label {
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/04_03_tab_bg.png");
  background-size: 100% 100%;
  color: #fff;
  font-size: 13px;
  padding: 1px 4px;
  width: auto;
  text-align: center;
  border-radius: 0;
  margin-right: 15px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .c-card__label {
    max-width: 50px;
    font-size: 12px;
    margin-right: 8px;
  }
}
.c-card__price-main {
  font-size: 32px;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  margin-right: 2px;
}
@media screen and (max-width: 768px) {
  .c-card__price-main {
    font-size: 16px;
  }
}
.c-card__price-yen {
  font-size: 18px;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .c-card__price-yen {
    font-size: 9px;
    margin-right: 4px;
  }
}
.c-card__price-sub {
  font-size: 13px;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .c-card__price-sub {
    font-size: 7px;
  }
}
.c-card__table {
  width: 100%;
  font-size: 32px;
  font-family: "Shippori Mincho B1", serif;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-card__table {
    font-size: 16px;
  }
}
.c-card__table tbody {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.c-card__table tr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  line-height: 1.2;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .c-card__table tr {
    margin-bottom: 8px;
  }
}
.c-card__table th {
  text-align: left;
  font-weight: normal;
  line-height: 1.2;
  vertical-align: top;
  width: 60%;
  flex: 0 0 60%;
  max-width: 60%;
  float: none;
}
@media screen and (max-width: 768px) {
  .c-card__table th {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.c-card__table td {
  text-align: right;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  font-size: 34px;
  vertical-align: top;
  width: 38%;
  flex: 0 0 38%;
  max-width: 38%;
  float: none;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-card__table td {
    width: 38%;
    flex: 0 0 38%;
    max-width: 38%;
    font-size: 17px;
  }
}
.c-card__table td span {
  font-size: 24px;
  font-weight: normal;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .c-card__table td span {
    font-size: 12px;
  }
}
.c-card__table td-yen {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .c-card__table td-yen {
    font-size: 14px;
  }
}
.c-card__table tr:last-child th,
.c-card__table tr:last-child td {
  border-bottom: none;
}

.p-sushi {
  position: relative;
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/bg01.jpg");
  background-size: 100% auto;
  padding: 40px 0px 100px 0px;
  background-color: #F7ECE3;
}
@media screen and (max-width: 768px) {
  .p-sushi {
    padding: 20px 0px 50px 0px;
  }
}
.p-sushi__section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.p-sushi__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
}
.p-sushi__title {
  width: 417px;
  max-width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .p-sushi__title {
    width: 50%;
    margin: 0 auto 10px;
  }
}
.p-sushi__headline {
  width: 100%;
  margin-bottom: 20px;
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/headline_blue_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .p-sushi__headline {
    font-size: 24px;
    padding: 8px 0;
    margin-bottom: 10px;
  }
}
.p-sushi__headline img {
  margin: 0 auto;
}
.p-sushi__headline--small {
  width: 392px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-sushi__headline--small {
    width: 80%;
  }
}
.p-sushi__headline--gwami {
  width: 392px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-sushi__headline--gwami {
    width: 50%;
  }
}
.p-sushi__headline--oudou {
  width: 392px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-sushi__headline--oudou {
    width: 50%;
    font-size: 32px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
  }
}
.p-sushi__headline--oudou::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -180px;
  width: 323px;
  height: 163px;
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/section_left_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-sushi__headline--oudou::before {
    bottom: -45%;
    top: unset;
    left: -10px;
    width: 161px;
    height: 81px;
  }
}
.p-sushi__headline--oudou::after {
  content: "";
  position: absolute;
  top: -70%;
  right: -230px;
  width: 323px;
  height: 163px;
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/section_right_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-sushi__headline--oudou::after {
    top: -40%;
    right: -120px;
    width: 161px;
    height: 81px;
  }
}
.p-sushi__copy {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.55;
  letter-spacing: -1px;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .p-sushi__copy {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.p-sushi__slider img, .p-sushi__featured img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-sushi__slider img, .p-sushi__featured img {
    border-radius: 5px;
  }
}
.p-sushi__slider .c-card, .p-sushi__featured .c-card {
  height: 594px;
}
@media screen and (max-width: 768px) {
  .p-sushi__slider .c-card, .p-sushi__featured .c-card {
    height: 297px;
  }
}
.p-sushi__slider .c-card__title, .p-sushi__featured .c-card__title {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-sushi__slider .c-card__title, .p-sushi__featured .c-card__title {
    margin-bottom: 4px;
  }
}
.p-sushi__slider .c-card__img, .p-sushi__featured .c-card__img {
  height: 408px;
}
@media screen and (max-width: 768px) {
  .p-sushi__slider .c-card__img, .p-sushi__featured .c-card__img {
    height: 204px;
  }
}
.p-sushi__slider .c-card img, .p-sushi__featured .c-card img {
  border-radius: 0;
}
.p-sushi__slider .swiper-slide, .p-sushi__featured .swiper-slide {
  position: relative;
  width: 630px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-sushi__slider .swiper-slide, .p-sushi__featured .swiper-slide {
    width: 90%;
    padding: 14px 0px 30px 0px;
    height: auto;
  }
}
.p-sushi__slider .swiper-slide .sushi-swiper-title, .p-sushi__featured .swiper-slide .sushi-swiper-title {
  font-size: 34px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 900;
  text-align: left;
  padding: 0px 30px;
  width: auto;
  margin: 0 auto;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-sushi__slider .swiper-slide .sushi-swiper-title, .p-sushi__featured .swiper-slide .sushi-swiper-title {
    font-size: 17px;
    padding: 0px 15px;
  }
}
.p-sushi__slider .swiper-slide .sushi-swiper-image, .p-sushi__featured .swiper-slide .sushi-swiper-image {
  width: 100%;
  height: 408px;
  position: absolute;
  top: 80px;
  padding: 0px 10px;
}
@media screen and (max-width: 768px) {
  .p-sushi__slider .swiper-slide .sushi-swiper-image, .p-sushi__featured .swiper-slide .sushi-swiper-image {
    height: 204px;
    top: 40px;
    padding: 0px 5px;
  }
}
.p-sushi__slider .swiper-slide .sushi-swiper-image img, .p-sushi__featured .swiper-slide .sushi-swiper-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-sushi__slider .swiper-slide .sushi-swiper-price, .p-sushi__featured .swiper-slide .sushi-swiper-price {
  position: absolute;
  width: auto;
  bottom: 40px;
  right: 0px;
  display: inline-block;
  line-height: 1;
  font-size: 64px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .p-sushi__slider .swiper-slide .sushi-swiper-price, .p-sushi__featured .swiper-slide .sushi-swiper-price {
    font-size: 32px;
    bottom: 20px;
  }
}
.p-sushi__slider .swiper-slide .sushi-swiper-price .small-yen, .p-sushi__featured .swiper-slide .sushi-swiper-price .small-yen {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .p-sushi__slider .swiper-slide .sushi-swiper-price .small-yen, .p-sushi__featured .swiper-slide .sushi-swiper-price .small-yen {
    font-size: 20px;
  }
}
.p-sushi__slider .swiper-slide .sushi-swiper-price .small-tax, .p-sushi__featured .swiper-slide .sushi-swiper-price .small-tax {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .p-sushi__slider .swiper-slide .sushi-swiper-price .small-tax, .p-sushi__featured .swiper-slide .sushi-swiper-price .small-tax {
    font-size: 13px;
  }
}
.p-sushi__slider .oudou-wrapper .swiper-slide, .p-sushi__featured .oudou-wrapper .swiper-slide {
  height: 535px;
}
@media screen and (max-width: 768px) {
  .p-sushi__slider .oudou-wrapper .swiper-slide, .p-sushi__featured .oudou-wrapper .swiper-slide {
    height: auto;
  }
}

.p-tsumami {
  position: relative;
  mix-blend-mode: multiply;
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/bg02.jpg");
  background-size: 100% auto;
  padding: 100px 0px 100px 0px;
}
@media screen and (max-width: 768px) {
  .p-tsumami {
    padding: 50px 0px 50px 0px;
  }
}
.p-tsumami__section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.p-tsumami__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
}
.p-tsumami__title {
  width: 417px;
  max-width: 100%;
  margin: 0 auto 9px;
}
@media screen and (max-width: 768px) {
  .p-tsumami__title {
    width: 55%;
  }
}
.p-tsumami__copy {
  font-size: 50px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-tsumami__copy {
    font-size: 25px;
    margin-bottom: 13px;
  }
}
.p-tsumami__headline {
  margin-bottom: 50px;
  text-align: center;
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/headline_red_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  padding: 12px 0;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .p-tsumami__headline {
    font-size: 24px;
    padding: 6px 0;
    margin-bottom: 25px;
  }
}
.p-tsumami__headline img {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-tsumami__headline--full {
    font-size: 24px;
  }
}
.p-tsumami__headline--hayaino {
  width: 630px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-tsumami__headline--hayaino {
    width: 84%;
    font-size: 24px;
  }
}
.p-tsumami__headline--agemon {
  width: 344px;
  max-width: 100%;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-tsumami__headline--agemon {
    width: 46%;
    font-size: 24px;
    margin-top: 45px;
  }
}
.p-tsumami__headline--tempura {
  width: 554px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 94px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-tsumami__headline--tempura {
    width: 74%;
    font-size: 24px;
    margin-top: 47px;
    margin-bottom: 25px;
  }
}
.p-tsumami__slider img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-tsumami__slider img {
    border-radius: 5px;
  }
}
.p-tsumami__slider .c-card img {
  border-radius: 0;
}
.p-tsumami .agemon-slider .c-card,
.p-tsumami .hayaino-slider .c-card {
  height: 668px;
}
@media screen and (max-width: 768px) {
  .p-tsumami .agemon-slider .c-card,
  .p-tsumami .hayaino-slider .c-card {
    height: 336px;
  }
}
.p-tsumami .agemon-slider .c-card .c-card__title,
.p-tsumami .hayaino-slider .c-card .c-card__title {
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .p-tsumami .agemon-slider .c-card .c-card__title,
  .p-tsumami .hayaino-slider .c-card .c-card__title {
    margin-bottom: 5px;
  }
}
.p-tsumami .agemon-slider .c-card .c-card__img,
.p-tsumami .hayaino-slider .c-card .c-card__img {
  height: 482px;
}
@media screen and (max-width: 768px) {
  .p-tsumami .agemon-slider .c-card .c-card__img,
  .p-tsumami .hayaino-slider .c-card .c-card__img {
    height: 241px;
  }
}
.p-tsumami .shumai-slider .c-card {
  height: 729px;
}
@media screen and (max-width: 768px) {
  .p-tsumami .shumai-slider .c-card {
    height: 365px;
  }
}
.p-tsumami .shumai-slider .c-card .c-card__title {
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .p-tsumami .shumai-slider .c-card .c-card__title {
    margin-bottom: 5px;
  }
}
.p-tsumami .shumai-slider .c-card .c-card__img {
  height: 482px;
}
@media screen and (max-width: 768px) {
  .p-tsumami .shumai-slider .c-card .c-card__img {
    height: 241px;
  }
}

.p-drink {
  position: relative;
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/bg01.jpg");
  background-size: 100% auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-drink {
    padding: 40px 0;
  }
}
.p-drink .c-card {
  height: 711px;
}
@media screen and (max-width: 768px) {
  .p-drink .c-card {
    height: 355px;
  }
}
.p-drink .c-card__body {
  padding: 31px 26px 38px 26px;
}
@media screen and (max-width: 768px) {
  .p-drink .c-card__body {
    padding: 16px 13px 19px 13px;
  }
}
.p-drink .c-card__desc {
  font-size: 26px;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-drink .c-card__desc {
    font-size: 15px;
    margin-top: 5px;
  }
}
.p-drink .c-card__img {
  height: 366px;
}
@media screen and (max-width: 768px) {
  .p-drink .c-card__img {
    height: 183px;
  }
}
.p-drink .c-card__img img {
  height: 328px;
}
@media screen and (max-width: 768px) {
  .p-drink .c-card__img img {
    height: 164px;
  }
}
.p-drink .c-card__price-list .c-card__label {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-drink .c-card__price-list .c-card__label {
    font-size: 12px;
  }
}
.p-drink .c-card__price-list .c-card__price-main {
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  .p-drink .c-card__price-list .c-card__price-main {
    font-size: 22px;
  }
}
.p-drink .c-card__price-list .c-card__price-yen {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .p-drink .c-card__price-list .c-card__price-yen {
    font-size: 16px;
  }
}
.p-drink .c-card__price-list .c-card__price-sub {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .p-drink .c-card__price-list .c-card__price-sub {
    font-size: 13px;
  }
}
.p-drink__section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.p-drink__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
}
.p-drink__title {
  width: 417px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-drink__title {
    width: 55%;
  }
}
.p-drink__num {
  width: 350px;
  height: 180px;
  max-width: 100%;
  margin: 0 auto;
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/04_02_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .p-drink__num {
    width: 47%;
    height: 94px;
    top: -10px;
  }
}
.p-drink__num-img {
  width: 241px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-drink__num-img {
    width: 70%;
    position: relative;
    bottom: 3px;
  }
}
.p-drink__copy {
  width: 400px;
  max-width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .p-drink__copy {
    width: 55%;
    margin: 0 auto 30px;
  }
}
.p-drink__copy img {
  width: 100%;
}
.p-drink__slider img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-drink__slider img {
    border-radius: 5px;
  }
}
.p-drink__slider .c-card img {
  border-radius: 0;
}
.p-drink__slider_default {
  padding-left: 26px;
}
@media screen and (max-width: 768px) {
  .p-drink__slider_default {
    padding-left: 13px;
  }
}

.p-drink-chuhai {
  position: relative;
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/bg02.jpg");
  background-size: 100% auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-drink-chuhai {
    padding: 50px 0;
  }
}
.p-drink-chuhai .c-card {
  height: 995px;
}
@media screen and (max-width: 768px) {
  .p-drink-chuhai .c-card {
    height: 495px;
  }
}
.p-drink-chuhai .c-card__img {
  height: 366px;
}
@media screen and (max-width: 768px) {
  .p-drink-chuhai .c-card__img {
    height: 183px;
  }
}
.p-drink-chuhai .c-card__img img {
  height: 298px;
}
@media screen and (max-width: 768px) {
  .p-drink-chuhai .c-card__img img {
    height: 149px;
  }
}
.p-drink-chuhai .c-card__body {
  padding: 31px 26px;
}
@media screen and (max-width: 768px) {
  .p-drink-chuhai .c-card__body {
    padding: 16px 13px;
  }
}
.p-drink-chuhai .c-card__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-drink-chuhai .c-card__title {
    margin-bottom: 10px;
  }
}
.p-drink-chuhai .c-card__table {
  height: 530px;
  display: block;
  border-collapse: separate;
  border-spacing: 0 16px;
}
@media screen and (max-width: 768px) {
  .p-drink-chuhai .c-card__table {
    height: 265px;
    border-spacing: 0 7px;
  }
}
.p-drink-chuhai .c-card__table tbody {
  display: block;
}
.p-drink-chuhai .c-card__table tr {
  vertical-align: top;
}
.p-drink-chuhai__section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.p-drink-chuhai__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}
.p-drink-chuhai__slider img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-drink-chuhai__slider img {
    border-radius: 5px;
  }
}
.p-drink-chuhai__slider .c-card img {
  border-radius: 0;
}

.p-nihonshu {
  position: relative;
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/bg01.jpg");
  background-size: 100% auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-nihonshu {
    padding: 50px 0;
  }
}
.p-nihonshu .u-text-small {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-nihonshu .u-text-small {
    font-size: 12px;
  }
}
.p-nihonshu .c-card__body {
  background-color: unset;
  padding: 0px 19px 33px 23px;
}
@media screen and (max-width: 768px) {
  .p-nihonshu .c-card__body {
    padding: 0px 10px 17px 12px;
  }
}
.p-nihonshu .c-card__img {
  height: 500px;
  padding: 36px 0px 16px 0px;
}
@media screen and (max-width: 768px) {
  .p-nihonshu .c-card__img {
    height: 250px;
    padding: 18px 0px 8px 0px;
  }
}
.p-nihonshu .c-card__img img {
  height: 452px;
}
@media screen and (max-width: 768px) {
  .p-nihonshu .c-card__img img {
    height: 226px;
  }
}
.p-nihonshu .c-card__price-list {
  line-height: 1.3;
}
.p-nihonshu .c-card__price-list li {
  margin-bottom: 0px;
}
.p-nihonshu .c-card__price-main {
  font-size: 42px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-nihonshu .c-card__price-main {
    font-size: 21px;
  }
}
.p-nihonshu .c-card__price-yen {
  font-size: 32px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-nihonshu .c-card__price-yen {
    font-size: 16px;
  }
}
.p-nihonshu .c-card__price-sub {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-nihonshu .c-card__price-sub {
    font-size: 12px;
  }
}
.p-nihonshu__section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.p-nihonshu__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-nihonshu__inner {
    padding: 0px;
  }
}
.p-nihonshu__title {
  width: 314px;
  max-width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .p-nihonshu__title {
    width: 50%;
    margin-bottom: 15px;
  }
}
.p-nihonshu__slider img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-nihonshu__slider img {
    border-radius: 5px;
  }
}
.p-nihonshu__slider .c-card img {
  border-radius: 0;
}

.p-bottle {
  position: relative;
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/bg03.jpg");
  background-size: 100% auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-bottle {
    padding: 50px 0;
  }
}
.p-bottle__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-bottle__inner {
    padding: 0 10px;
  }
}
.p-bottle__title {
  width: 559px;
  max-width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .p-bottle__title {
    width: 90%;
    margin-bottom: 10px;
  }
}
.p-bottle__copy {
  margin-bottom: 30px;
}
.p-bottle__copy p {
  font-size: 36px;
  line-height: 1.55;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .p-bottle__copy p {
    font-size: 18px;
  }
}
.p-bottle__copy .u-text-small {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-bottle__copy .u-text-small {
    font-size: 12px;
  }
}
.p-bottle__card {
  background-color: #ffffff;
  display: flex;
  position: relative;
  margin-top: 43px;
  padding: 50px 30px 20px 0;
  width: 100%;
  height: 531px;
}
@media screen and (max-width: 768px) {
  .p-bottle__card {
    margin-top: 22px;
    padding: 25px 15px 10px 0;
    height: 266px;
  }
}
.p-bottle__card-bottle {
  position: absolute;
  width: 161px;
  z-index: 2;
  left: 20px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-bottle__card-bottle {
    width: 22%;
    max-width: 161px;
    left: 8px;
    bottom: 15px;
  }
}
.p-bottle__card-bottle img {
  width: 100%;
}
.p-bottle__card-content {
  margin-left: auto;
  width: 509px;
}
@media screen and (max-width: 768px) {
  .p-bottle__card-content {
    width: 76%;
  }
}
.p-bottle__card-info {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-bottle__card-info {
    padding-left: 15px;
  }
}
.p-bottle__card-shelf {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-bottle__card-shelf {
    margin-bottom: 8px;
  }
}
.p-bottle__card-shelf img {
  width: 100%;
  height: 249px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-bottle__card-shelf img {
    height: 125px;
  }
}
.p-bottle__card-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-bottle__card-header {
    margin-bottom: 5px;
  }
}
.p-bottle__card-header h3 {
  font-size: 40px;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .p-bottle__card-header h3 {
    font-size: 20px;
  }
}
.p-bottle__card-desc {
  font-size: 28px;
  text-align: left;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  .p-bottle__card-desc {
    font-size: 14px;
  }
}
.p-bottle__price {
  font-size: 50px;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .p-bottle__price {
    font-size: 25px;
  }
}
.p-bottle__price-yen {
  font-size: 38px;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .p-bottle__price-yen {
    font-size: 19px;
  }
}
.p-bottle__price-sub {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-bottle__price-sub {
    font-size: 13px;
  }
}

.p-lunch {
  position: relative;
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/bg04.jpg");
  background-size: 100% auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-lunch {
    padding: 50px 0;
  }
}
.p-lunch__section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.p-lunch__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lunch__inner {
    padding: 0 10px;
  }
}
.p-lunch__title {
  width: 417px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lunch__title {
    width: 55%;
  }
}
.p-lunch__copy {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0px;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.55;
  position: relative;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-lunch__copy {
    font-size: 20px;
    bottom: 10px;
  }
}
.p-lunch__copy .u-text-small {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-lunch__copy .u-text-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-lunch__copy .u-text-small.u-mt-10 {
    margin-top: 5px;
  }
}
.p-lunch__slider {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-lunch__slider {
    margin-top: 3px;
  }
}
.p-lunch__slider img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-lunch__slider img {
    border-radius: 5px;
  }
}
.p-lunch__slider .c-card {
  height: 729px;
}
@media screen and (max-width: 768px) {
  .p-lunch__slider .c-card {
    height: 365px;
  }
}
.p-lunch__slider .c-card img {
  border-radius: 0;
  height: 482px;
}
@media screen and (max-width: 768px) {
  .p-lunch__slider .c-card img {
    height: 241px;
  }
}

.p-related {
  padding: 100px 0px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-related {
    padding: 50px 0px 0px 0px;
  }
}
.p-related .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-related .pc {
    display: none;
  }
}
.p-related__inner {
  margin: 0 auto;
  padding: 0;
}
.p-related__title {
  width: 591px;
  max-width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .p-related__title {
    width: 80%;
    margin-bottom: 20px;
  }
}
.p-related__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-related__grid {
    gap: 10px;
    padding: 0px 10px;
  }
}
.p-related__card {
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/10_bg.png");
  background-size: 100% 100%;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.p-related__card-body {
  padding: 34px 0px 48px 0px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-related__card-body {
    padding: 21px 0px 25px 0px;
  }
}
.p-related__card-body h3 {
  font-size: 35px;
  line-height: 1.4;
  margin-bottom: 15px;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .p-related__card-body h3 {
    font-size: 18px;
    height: 45px;
    margin-bottom: 8px;
  }
}
.p-related__card-img {
  width: 100%;
  margin-bottom: 15px;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .p-related__card-img {
    padding: 0px 10px;
  }
}
.p-related__desc {
  font-size: 17px;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.7;
  padding: 0px 18px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .p-related__desc {
    font-size: 14px;
    height: 84px;
    margin-bottom: 55px;
    padding: 0px 15px;
  }
}
.p-related__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #192666;
  color: #ffffff;
  padding: 14px 0;
  width: 250px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-related__btn {
    font-size: 10px;
    padding: 7px 0;
    width: 125px;
    padding-right: 10px;
  }
}
.p-related__btn-icon {
  width: 10px;
  position: absolute;
  right: 40px;
  top: 51%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-related__btn-icon {
    width: 6px;
    right: 15px;
  }
}
.p-related__btn:hover .p-related__btn-icon {
  transform: translateY(-50%) translateX(5px);
}

.p-menu-list {
  padding: 100px 34px;
}
@media screen and (max-width: 768px) {
  .p-menu-list {
    padding: 50px 17px;
    margin-top: 10px;
  }
}
.p-menu-list .headline {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-menu-list .headline {
    margin-bottom: 30px;
  }
}
.p-menu-list .headline img {
  width: 379px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-menu-list .headline img {
    width: 55%;
  }
}
.p-menu-list .area-section {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-menu-list .area-section {
    margin-bottom: 25px;
  }
}
.p-menu-list .area-section:last-child {
  margin-bottom: 0;
}
.p-menu-list .area-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 38px;
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-menu-list .area-title {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
.p-menu-list .area-title::before,
.p-menu-list .area-title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #dcdcdc;
}
.p-menu-list .area-title::before {
  margin-right: 30px;
}
.p-menu-list .area-title::after {
  margin-left: 30px;
}
.p-menu-list .item-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-menu-list .item-list {
    gap: 10px;
  }
}
.p-menu-list .item {
  width: 215px;
  height: 222px;
  border-radius: 50%;
  background-image: url("/wp-content/themes/sugidama_v6/img/page/menu/bush_bg.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-menu-list .item {
    width: 108px;
    height: 110px;
    font-size: 12px;
  }
}
.p-menu-list .item:hover {
  opacity: 0.8;
}

@media (max-width: 600px) {
  .p-menu-list {
    padding: 40px 20px;
  }
  .area-title::before,
  .area-title::after {
    flex-basis: 60px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .layout-footer {
    margin-top: 43px;
  }
}/*# sourceMappingURL=menu.css.map */