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

.mainWrap:has(.banquet) {
  padding: 0;
  margin-top: 58px;
}

.l-main {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 20px;
  }
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

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

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

ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.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;
}

.l-wrapper {
  max-width: 750px;
  margin: 0 auto;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 90%;
  padding: 20px 40px 20px 20px;
  margin: 0 auto;
  border-radius: 60px;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  transition: opacity 0.3s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 15px;
    padding: 10px 20px 10px 10px;
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(-45deg);
  width: 16px;
  height: 16px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-btn::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 20px;
  }
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn:hover::after {
  transform: translate(5px, -50%) rotate(-45deg);
}
.c-btn--blue {
  background-color: #192666;
  color: #fff;
}

.p-mv {
  position: relative;
  background-color: #fffef8;
  position: relative;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.p-mv__bg {
  display: block;
  width: 100%;
  height: auto;
}
.p-mv .p-mv__price-border {
  width: 572px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-mv .p-mv__price-border {
    width: 90%;
  }
}
.p-mv__img {
  width: 100%;
  position: absolute;
  top: 53px;
}
@media screen and (max-width: 430px) {
  .p-mv__img {
    top: 23px;
  }
}
@media screen and (min-width: 431px) and (max-width: 768px) {
  .p-mv__img {
    top: 30px;
  }
}
.p-mv__bottom {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 40px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-mv__bottom {
    padding: 0 20px;
    bottom: 3%;
  }
}
.p-mv__price {
  font-size: 44px;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  margin-bottom: 6px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0px;
}
@media screen and (max-width: 430px) {
  .p-mv__price {
    align-items: end;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__price {
    font-size: 22px;
    margin-bottom: 6px;
  }
}
.p-mv__price .badge {
  background: linear-gradient(to right, #1C304A, #4C677E);
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  padding: 4px 15px;
  font-family: "Shippori Mincho B1", serif;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-mv__price .badge {
    font-size: 12px;
    padding: 2px 7px;
  }
}
.p-mv__price .badge {
  margin-right: 17px;
  position: relative;
  bottom: 14px;
}
@media screen and (max-width: 430px) {
  .p-mv__price .badge {
    background: linear-gradient(to right, #1C304A, #4C677E);
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    padding: 4px 15px;
    font-family: "Shippori Mincho B1", serif;
    display: inline-block;
    bottom: 6px;
  }
}
@media screen and (max-width: 430px) and (max-width: 768px) {
  .p-mv__price .badge {
    font-size: 12px;
    padding: 2px 7px;
  }
}
@media screen and (min-width: 431px) and (max-width: 768px) {
  .p-mv__price .badge {
    font-size: 12px;
  }
}
.p-mv__price span {
  font-size: 88px;
  line-height: 1;
}
@media screen and (max-width: 430px) {
  .p-mv__price span {
    font-size: 44px;
  }
}
@media screen and (min-width: 431px) and (max-width: 768px) {
  .p-mv__price span {
    font-size: 60px;
  }
}
.p-mv__price small {
  font-size: 44px;
}
@media screen and (max-width: 430px) {
  .p-mv__price small {
    font-size: 22px;
  }
}
@media screen and (min-width: 431px) and (max-width: 768px) {
  .p-mv__price small {
    font-size: 30px;
  }
}
.p-mv__line {
  width: 80%;
  margin: 20px auto;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 768px) {
  .p-mv__line {
    margin: 10px auto;
  }
}
.p-mv__text {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 24px;
}
@media screen and (max-width: 430px) {
  .p-mv__text {
    font-size: 12px;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 431px) and (max-width: 768px) {
  .p-mv__text {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.p-mv__text-top {
  font-family: "Shippori Mincho B1", serif;
  font-size: 36px;
}
@media screen and (max-width: 430px) {
  .p-mv__text-top {
    font-size: 18px;
  }
}
@media screen and (min-width: 431px) and (max-width: 768px) {
  .p-mv__text-top {
    font-size: 22px;
  }
}
.p-mv__text-top .big-num {
  font-size: 44px;
}
@media screen and (max-width: 430px) {
  .p-mv__text-top .big-num {
    font-size: 22px;
  }
}
@media screen and (min-width: 431px) and (max-width: 768px) {
  .p-mv__text-top .big-num {
    font-size: 34px;
  }
}
.p-mv__text-top small {
  font-size: 30px;
}
@media screen and (max-width: 430px) {
  .p-mv__text-top small {
    font-size: 15px;
  }
}
@media screen and (min-width: 431px) and (max-width: 768px) {
  .p-mv__text-top small {
    font-size: 20px;
  }
}
.p-mv__btn {
  background-color: transparent;
  background-image: url("/wp-content/themes/sugidama_v6/img/page/banquet/01_button_bg.png");
  background-size: 85% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  box-shadow: none;
  padding: 15px 20px 30px;
}
@media screen and (max-width: 430px) {
  .p-mv__btn {
    padding: 12px 10px 21px;
    font-size: 15px;
  }
}
@media screen and (min-width: 431px) and (max-width: 768px) {
  .p-mv__btn {
    padding: 15px 20px 30px;
    font-size: 14px;
    width: 80%;
  }
}
.p-mv__btn::after {
  margin-top: -8px;
  right: 90px;
  /* テキストの位置に合わせて矢印を上に補正 */
}
@media screen and (max-width: 430px) {
  .p-mv__btn::after {
    margin-top: -4px;
  }
}
@media screen and (min-width: 431px) and (max-width: 768px) {
  .p-mv__btn::after {
    margin-top: -8px;
  }
}
.p-mv__btn.c-btn--red {
  background-image: url("/wp-content/themes/sugidama_v6/img/page/banquet/01_button_bg_red.png");
  color: white;
}
.p-mv__border-bottom {
  position: absolute;
  bottom: -1px;
  /* ズレ隙間防止のために-1px */
  left: 0;
  width: 100%;
  z-index: 10;
  pointer-events: none;
  filter: brightness(0.7);
  /* クリック領域を妨害しないため */
}

.p-intro {
  background-image: url("/wp-content/themes/sugidama_v6/img/page/banquet/02_bg.png");
  background-size: cover;
  background-position: center top;
  padding: 60px 40px 0px 40px;
  position: relative;
  background-color: #FBF1E1;
}
@media screen and (max-width: 768px) {
  .p-intro {
    padding: 30px 20px 0px 20px;
  }
}
.p-intro__head {
  text-align: center;
  margin-bottom: 0px;
}
.p-intro__title {
  font-size: 46px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .p-intro__title {
    font-size: 23px;
    margin-bottom: 0px;
  }
}
.p-intro__title .l-red {
  color: #CC4230;
  font-size: 64px;
}
@media screen and (max-width: 768px) {
  .p-intro__title .l-red {
    font-size: 32px;
  }
}
.p-intro__title .l-red small {
  font-size: 54px;
}
@media screen and (max-width: 768px) {
  .p-intro__title .l-red small {
    font-size: 27px;
  }
}
.p-intro__sub {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p-intro__sub {
    font-size: 15px;
  }
}
.p-intro__icons {
  display: flex;
  justify-content: center;
  gap: 74px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-intro__icons {
    gap: 37px;
    margin-top: 15px;
  }
}
.p-intro__icons li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-intro__icons li {
    gap: 5px;
  }
}
.p-intro__icons li img {
  width: 163px;
}
@media screen and (max-width: 768px) {
  .p-intro__icons li img {
    width: 81px;
  }
}
.p-intro__icons li span {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .p-intro__icons li span {
    font-size: 17px;
  }
}
.p-intro__timer {
  background-image: url("/wp-content/themes/sugidama_v6/img/page/banquet/02_time_bg.png");
  width: 289px;
  height: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 28px auto 0;
}
@media screen and (max-width: 768px) {
  .p-intro__timer {
    width: 144px;
    height: 39px;
    margin: 14px auto 0;
  }
}
.p-intro__timer p {
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  font-size: 48px;
  color: #CC4230;
  position: relative;
  bottom: 2px;
}
@media screen and (max-width: 768px) {
  .p-intro__timer p {
    font-size: 18px;
  }
}
.p-intro .p-intro__object01 {
  position: absolute;
  top: 17%;
  right: -30px;
  z-index: 1;
  width: 195px;
  height: 119px;
}
.p-intro .p-intro__object02 {
  position: absolute;
  top: 31%;
  left: 0;
  z-index: 1;
  width: 195px;
  height: 119px;
}
.p-intro__img {
  margin: 0 -40px;
}
@media screen and (max-width: 768px) {
  .p-intro__img {
    margin: 0 -20px;
  }
}
.p-intro__img img {
  width: 100%;
  border-radius: 40%/10px;
}

.p-needs-divider {
  display: block;
  width: 100%;
  margin-bottom: -1px;
  filter: brightness(0.7);
  /* 隙間防止 */
}

.p-needs {
  background-color: #192666;
  background-image: url("/wp-content/themes/sugidama_v6/img/page/banquet/02_05_bg.png");
  background-size: cover;
  background-position: center top;
  padding: 60px 30px 68px;
  border-bottom: 3px solid #57660F;
}
@media screen and (max-width: 768px) {
  .p-needs {
    padding: 30px 15px 34px;
  }
}
.p-needs__title {
  max-width: 500px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .p-needs__title {
    max-width: 250px;
    margin: 0 auto 12px;
  }
}
.p-needs__eyecatch {
  color: #fff;
  font-size: 36px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-needs__eyecatch {
    font-size: 18px;
    margin-bottom: 12px;
    gap: 16px;
  }
}
.p-needs__eyecatch .p-needs__ec-line {
  width: 24px;
  height: 49px;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-needs__eyecatch .p-needs__ec-line {
    width: 12px;
    height: 24px;
  }
}
.p-needs__eyecatch span {
  position: relative;
  bottom: 2px;
}
.p-needs__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .p-needs__list {
    gap: 2px;
  }
}
.p-needs__list li a {
  padding: 13px 33px 13px 16px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-needs__list li a {
    padding: 6px 16px 6px 8px;
  }
}
.p-needs__list li .illust {
  width: auto;
  height: 100px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-needs__list li .illust {
    width: auto;
    height: 84px;
  }
}
.p-needs__list li .text img {
  width: 95%;
}
.p-needs__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url("/wp-content/themes/sugidama_v6/img/page/banquet/02_05_item_bg.png");
  background-size: 100% 100%;
  padding: 13px 33px 27px 16px;
  min-height: 120px;
  gap: 12px;
  transition: transform 0.2s;
}
.p-needs__list li a:hover {
  transform: scale(1.02);
}
.p-needs__list li a {
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .p-needs__list li a {
    padding: 6px 16px 13px 8px;
    min-height: 60px;
    gap: 6px;
    border-radius: 6px;
  }
}
.p-needs__list li a .image-box {
  width: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-needs__list li a .image-box {
    width: 52px;
  }
}
.p-needs__list li a .illust {
  flex-shrink: 0;
}
.p-needs__list li a .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 95%;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-needs__list li a .text {
    gap: 5px;
  }
}
.p-needs__list li a .text .sub {
  font-size: 28px;
  color: #192666;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .p-needs__list li a .text .sub {
    font-size: 14px;
  }
}
.p-needs__list li a .arrow {
  width: 15px;
  object-fit: contain;
  flex-shrink: 0;
  align-self: center;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .p-needs__list li a .arrow {
    width: 8px;
    top: 2px;
  }
}

.p-course {
  padding: 100px 5px 0px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-course {
    padding: 50px 5px 0px;
    margin-bottom: 40px;
  }
}
.p-course__headline {
  max-width: 361px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .p-course__headline {
    max-width: 180px;
    margin: 0 auto 25px;
  }
}
.p-course__slider-wrap {
  padding: 0 5%;
  position: relative;
}
.p-course__card {
  background: #F6F2E9;
  padding: 60px 30px 0px 30px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .p-course__card {
    padding: 30px 15px 0px 15px;
  }
}
.p-course__card img {
  width: 100%;
  aspect-ratio: 98/69;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .p-course__card img {
    margin-bottom: 16px;
  }
}
.p-course__tag {
  color: #CC4230;
  border: 2px solid #CC4230;
  padding: 0px 18px;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .p-course__tag {
    border: 1px solid #CC4230;
    padding: 0px 9px;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.p-course__name-sub {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .p-course__name-sub {
    font-size: 16px;
    margin-bottom: 2px;
  }
}
.p-course__name {
  font-size: 48px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-course__name {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.p-course .swiper-button-next,
.p-course .swiper-button-prev {
  color: #A39387;
  background-color: transparent;
  top: 40%;
}
.p-course .swiper-button-next::after,
.p-course .swiper-button-prev::after {
  font-size: 36px;
  transform: scaleY(1.7);
}
@media screen and (max-width: 768px) {
  .p-course .swiper-button-next::after,
  .p-course .swiper-button-prev::after {
    font-size: 18px;
  }
}
.p-course .swiper-button-prev {
  left: 0px;
}
@media screen and (max-width: 768px) {
  .p-course .swiper-button-prev {
    left: -5px;
  }
}
.p-course .swiper-button-next {
  right: 0px;
}
@media screen and (max-width: 768px) {
  .p-course .swiper-button-next {
    right: -5px;
  }
}
.p-course__detail-main {
  text-align: right;
  font-family: "Shippori Mincho B1", serif;
}
.p-course__detail-main .nomi {
  font-size: 28px;
  letter-spacing: 1px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-course__detail-main .nomi {
    font-size: 14px;
  }
}
.p-course__detail-main .price-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: nowrap;
  white-space: nowrap;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-course__detail-main .price-wrap {
    gap: 8px;
    margin-bottom: 15px;
  }
}
.p-course__detail-main .price-wrap .main-price {
  font-size: 28px;
  font-family: "Shippori Mincho B1", serif;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .p-course__detail-main .price-wrap .main-price {
    font-size: 14px;
  }
}
.p-course__detail-main .price-wrap .main-price .badge {
  background: linear-gradient(to right, #1C304A, #4C677E);
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  padding: 4px 15px;
  font-family: "Shippori Mincho B1", serif;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-course__detail-main .price-wrap .main-price .badge {
    font-size: 12px;
    padding: 2px 7px;
  }
}
.p-course__detail-main .price-wrap .main-price .badge {
  padding: 4px 12px;
  margin-right: 8px;
  position: relative;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-course__detail-main .price-wrap .main-price .badge {
    padding: 2px 6px;
    margin-right: 4px;
    bottom: 10px;
  }
}
.p-course__detail-main .price-wrap .main-price span {
  font-size: 88px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-course__detail-main .price-wrap .main-price span {
    font-size: 44px;
  }
}
.p-course__detail-main .price-wrap .main-price small {
  font-size: 40px;
  position: relative;
  bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-course__detail-main .price-wrap .main-price small {
    font-size: 20px;
    bottom: 8px;
  }
}
.p-course__detail-main .price-wrap .sub-price {
  text-align: right;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-course__detail-main .price-wrap .sub-price {
    font-size: 12px;
  }
}
.p-course__detail-main .price-wrap .sub-price span {
  font-size: 40px;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .p-course__detail-main .price-wrap .sub-price span {
    font-size: 20px;
  }
}
.p-course__detail-main .price-wrap .sub-price small {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-course__detail-main .price-wrap .sub-price small {
    font-size: 12px;
  }
}
.p-course__desc {
  font-size: 20px;
  line-height: 1.8;
  padding-bottom: 30px;
  border-bottom: 1px solid #B1A49B;
}
@media screen and (max-width: 768px) {
  .p-course__desc {
    font-size: 14px;
    line-height: 1.7;
    padding-bottom: 15px;
  }
}

.p-accordion {
  padding-bottom: 47px;
  touch-action: none;
}
@media screen and (max-width: 768px) {
  .p-accordion {
    padding-bottom: 24px;
  }
}
.p-accordion__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  padding: 40px 0px 0px 0px;
  font-size: 24px;
  list-style: none;
  font-weight: normal;
  pointer-events: auto;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .p-accordion__q {
    padding: 20px 0px 0px 0px;
    font-size: 15px;
  }
}
.p-accordion__q::-webkit-details-marker {
  display: none;
}
.p-accordion__q .icon {
  position: relative;
  width: 32px;
  height: 32px;
  font-size: 0;
  /* HTMLの「+」テキストを隠す */
}
@media screen and (max-width: 768px) {
  .p-accordion__q .icon {
    width: 16px;
    height: 16px;
  }
}
.p-accordion__q .icon::before, .p-accordion__q .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #999;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.p-accordion__q .icon {
  /* 横線（常に表示） */
}
.p-accordion__q .icon::before {
  width: 20px;
  height: 2px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-accordion__q .icon::before {
    width: 10px;
    height: 1px;
  }
}
.p-accordion__q .icon {
  /* 縦線（開いたときに消える） */
}
.p-accordion__q .icon::after {
  width: 2px;
  height: 20px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-accordion__q .icon::after {
    width: 1px;
    height: 10px;
  }
}
.p-accordion[open] .p-accordion__q .icon::after {
  opacity: 0;
  /* 縦線を消してマイナスにする */
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-accordion[open] .p-accordion__q .icon::before {
  transform: translate(-50%, -50%) rotate(180deg);
  /*  horizontal line rotation for smooth effect */
}
.p-accordion__a {
  display: grid;
  grid-template-rows: 0fr;
}
.p-accordion__a > div {
  min-height: 0;
  padding-top: 15px;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-accordion__a > div {
    padding-top: 8px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.p-accordion__a .accordion_lists {
  padding-left: 1em;
}
.p-accordion__a .accordion_lists p {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-accordion__a .accordion_lists p {
    padding-top: 8px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.p-accordion__a .accordion_lists li {
  font-size: 20px;
  line-height: 1.8;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .p-accordion__a .accordion_lists li {
    padding-top: 8px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.p-drink {
  padding: 0px 30px 80px;
}
@media screen and (max-width: 768px) {
  .p-drink {
    padding: 0px 15px 40px 15px;
  }
}
.p-drink__headline {
  max-width: 90%;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .p-drink__headline {
    margin: 0 auto 16px;
  }
}
.p-drink__inner {
  background: #F6F2E9;
}
.p-drink__img-wrap {
  padding: 30px 30px 0;
}
@media screen and (max-width: 768px) {
  .p-drink__img-wrap {
    padding: 15px 15px 0;
  }
}
.p-drink__img {
  width: 100%;
}
.p-drink__content {
  padding: 51px 30px 0px 30px;
}
@media screen and (max-width: 768px) {
  .p-drink__content {
    padding: 25px 15px 0px 15px;
  }
}
.p-drink__tag {
  color: #CC4230;
  border: 2px solid #CC4230;
  padding: 0px 16px;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .p-drink__tag {
    border: 1px solid #CC4230;
    padding: 0px 8px;
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.p-drink__title {
  font-size: 48px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-drink__title {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.p-drink__desc {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-drink__desc {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
  }
}
.p-drink__border {
  border-top: 1px solid #d4cca6;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .p-drink__border {
    margin: 20px 0;
  }
}
.p-drink__divider {
  border: none;
  border-top: 1px solid #d4cca6;
  margin: 40px 0 30px;
}
@media screen and (max-width: 768px) {
  .p-drink__divider {
    margin: 20px 0 15px;
  }
}
.p-drink .premium-upgrade {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .p-drink .premium-upgrade {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
.p-drink .premium-upgrade .badge {
  background: linear-gradient(to right, #1C304A, #4C677E);
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  padding: 4px 15px;
  font-family: "Shippori Mincho B1", serif;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-drink .premium-upgrade .badge {
    font-size: 12px;
    padding: 2px 7px;
  }
}
.p-drink .premium-upgrade .badge {
  padding: 4px 12px;
  margin-right: 0px;
  vertical-align: middle;
  position: relative;
  bottom: 9px;
}
@media screen and (max-width: 768px) {
  .p-drink .premium-upgrade .badge {
    padding: 2px 6px;
    margin-right: 0px;
    bottom: 4px;
  }
}
.p-drink .premium-upgrade .plus {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-drink .premium-upgrade .plus {
    font-size: 24px;
  }
}
.p-drink .premium-upgrade .price {
  font-size: 74px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-drink .premium-upgrade .price {
    font-size: 37px;
  }
}
.p-drink .premium-upgrade small {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .p-drink .premium-upgrade small {
    font-size: 16px;
  }
}
.p-drink .premium-upgrade .premium-text {
  font-size: 34px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-drink .premium-upgrade .premium-text {
    font-size: 17px;
  }
}
.p-drink .premium-upgrade .premium-text .red {
  color: #CC4230;
}
.p-drink .premium-red {
  color: #CC4230;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-drink .premium-red {
    font-size: 11px;
    margin-bottom: 15px;
  }
}
.p-drink .premium-strong {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-drink .premium-strong {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.p-drink .extend-box {
  background: #fff;
  padding: 20px 25px;
  margin-top: 40px;
  margin-bottom: 51px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-drink .extend-box {
    padding: 10px 12px;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.p-drink .extend-box strong {
  font-size: 29px;
  display: block;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .p-drink .extend-box strong {
    font-size: 14px;
    margin-bottom: 9px;
  }
}
.p-drink .extend-box p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .p-drink .extend-box p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 7px;
  }
}
.p-drink .extend-box .extend-note {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-drink .extend-box .extend-note {
    font-size: 14px;
    line-height: 1.7;
  }
}
.p-drink .extend-box small {
  font-size: 18px;
  display: inline-block;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-drink .extend-box small {
    font-size: 12px;
    line-height: 1.5;
  }
}

.p-reserve {
  padding: 0px 30px 40px 30px;
}
@media screen and (max-width: 768px) {
  .p-reserve {
    padding: 0px 15px 40px 15px;
  }
}
.p-reserve__headline {
  max-width: 90%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .p-reserve__headline {
    margin: 0 auto 15px;
  }
}
.p-reserve__text {
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-reserve__text {
    font-size: 14px;
    margin-bottom: 40px;
  }
}

.p-notes {
  padding: 50px 30px 80px 30px;
}
@media screen and (max-width: 768px) {
  .p-notes {
    padding: 0px 15px 40px 15px;
  }
}
.p-notes__inner {
  border: 4px solid rgba(177, 149, 100, 0.5215686275);
  padding: 63px 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-notes__inner {
    border: 2px solid rgba(177, 149, 100, 0.5215686275);
    padding: 31px 15px;
  }
}
.p-notes__title {
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-notes__title {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.p-notes__list:nth-of-type(1) {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .p-notes__list:nth-of-type(1) {
    margin-bottom: 32px;
  }
}
.p-notes__list li {
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 1.2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-notes__list li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.p-notes__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .layout-fc-store {
    margin-top: 20px !important;
  }
}/*# sourceMappingURL=banquet.css.map */