.plan_introduction {
  padding: 5rem 0 0;
}

@media screen and (max-width: 767px) {
  .plan_introduction {
    padding: 4rem 0 0;
  }
}

.plan_lead {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .plan_lead {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.plan_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .plan_buttons {
    flex-direction: column;
    gap: 1rem;
  }
}

.plan_buttons li a {
  display: block;
  border: solid 1px #000;
  border-radius: 5rem;
  background-color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 1rem 2rem;
}

@media screen and (max-width: 767px) {
  .plan_buttons li a {
    width: auto;
  }
}

.plan_buttons li a:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}

.plan_detail {
  padding: 5rem 0;
}

.plan_detail:nth-of-type(2n) {
  background-color: #fff;
}

.plan_detail_content {
  display: flex;
  align-items: center;
  gap: 9rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .plan_detail_content {
    flex-direction: column;
    gap: 2rem;
  }
}

.plan_detail_content__left {
  width: 65%;
}

.plan_detail_content__right {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .plan_detail_content__left,
  .plan_detail_content__right {
    width: 100%;
  }
}

.plan_detail_content__left h4 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 1.3rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .plan_detail_content__left h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.plan_detail_content__left h4::before {
  content: "";
  width: 3px;
  height: calc(100% - 1.5rem);
  background-color: #a28c69;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .plan_detail_content__left h4::before {
    height: calc(100% - 1rem);
  }
}

.plan_detail_content__left p {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 3rem;
}

.plan_detail_menu {
  background-color: #fff;
  border: solid 1px #000;
  padding: 5rem 7rem;
}

@media screen and (max-width: 767px) {
  .plan_detail_menu {
    padding: 6% 5%;
  }
}

.plan_detail_menu__item01 {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #c7c7c7;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .plan_detail_menu__item01 {
    flex-direction: column;
    align-items: flex-start;
  }
}

.plan_detail_menu__price {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-right: 1.5rem;
}

.plan_detail_menu__price label {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  border: solid 1px #000;
  padding: 0.2rem 1rem;
}

@media screen and (max-width: 767px) {
  .plan_detail_menu__price label {
    font-size: 1.2rem;
  }
}

.plan_detail_menu__price p {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 3rem;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .plan_detail_menu__price p {
    font-size: 2.6rem;
    padding-bottom: 0;
  }
}

.plan_detail_menu__price_lead {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
  padding-left: 1.5rem;
  border-left: solid 1px #000;
}

@media screen and (max-width: 767px) {
  .plan_detail_menu__price_lead {
    font-size: 1.8rem;
    padding-left: 0;
    border-left: unset;
  }
}

.plan_detail_menu_check {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin: 2rem 0 4rem;
}

@media screen and (max-width: 767px) {
  .plan_detail_menu_check {
    gap: 1rem;
    margin: 2rem 0;
  }
}

.plan_detail_menu_check li {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .plan_detail_menu_check li {
    align-items: flex-start;
  }
}

.plan_detail_menu_check label {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.03em;
  display: block;
  background-color: #a28c69;
  width: fit-content;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 767px) {
  .plan_detail_menu_check label {
    font-size: 1.4rem;
    flex-shrink: 0;
    padding: 0.25rem 0.5rem;
  }
}

.plan_detail_menu_check p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.plan_detail_menu_buttons {
  display: flex;
  grid-auto-flow: column;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .plan_detail_menu_buttons {
    gap: 1rem;
  }
}

.plan_detail_menu_button {
  display: block;
  width: 50%;
  background-color: #f2efea;
  border: solid 1px #707070;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  padding: 1.4rem;
}

@media screen and (max-width: 767px) {
  .plan_detail_menu_button {
    font-size: 1.2rem;
  }
}

.plan_detail_menu_button span {
  position: relative;
}

.plan_detail_menu_button span::before,
.plan_detail_menu_button span::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: -3rem;
  width: 6.7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
}

@media screen and (max-width: 767px) {
  .plan_detail_menu_button span::before,
  .plan_detail_menu_button span::after {
    right: -1rem;
    width: 4.7px;
  }
}

.plan_detail_menu_button span::before {
  transform: rotate(45deg);
}

.plan_detail_menu_button span::after {
  transform: rotate(-45deg);
}

.plan_list_title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  background: linear-gradient(45deg, #141414 0%, #292929 100%);
  padding: 1.3rem;
}

@media screen and (max-width: 767px) {
  .plan_list_title {
    font-size: 2rem;
  }
}

.plan_list_inner {
  margin: 5rem 0;
}

@media screen and (max-width: 767px) {
  .plan_list_inner {
    margin: 2rem 0;
  }
}

.inner.plan_list_inner {
  max-width: 1280px;
}

.plan_list .btn a {
  width: 100%;
  min-height: 2rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  padding: 0.5em 1em;
}

@media screen and (max-width: 767px) {
  .plan_list .btn a {
    padding: 1em 1.5em;
  }
}

.plan_list .btn a::after {
  display: none;
}

.plan_list_wrapper {
  display: grid;
  grid-template-columns: 2fr 2fr 0.7fr;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1280px) {
  .plan_list_wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.plan_list_text {
  font-size: 1.3rem;
}

.plan_list_label {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background-color: #383838;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  margin-bottom: 1.8rem;
  position: relative;
  padding: 0.5rem 1rem;
}

.plan_list_label::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid #383838;
  border-bottom: 0;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.plan_list_item_wrapper {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .plan_list_item_wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.plan_list_item_top_label {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  background-color: #a28c69;
  padding: 0.8rem;
}

@media screen and (max-width: 767px) {
  .plan_list_item_top_label {
    font-size: 1.4rem;
  }
}

.plan_list_item:nth-of-type(2) .plan_list_item_top_label {
  background-color: #a27869;
}

.plan_list_item:nth-of-type(3) .plan_list_item_top_label {
  background-color: #a26873;
}

.plan_list_item_content {
  border: solid 1px #707070;
  position: relative;
  background: #f2efea;
}

@media screen and (max-width: 1280px) {
  .plan_list_item_content {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .plan_list_item_content {
    width: 100%;
    max-width: unset;
  }
}

.plan_list_item_recommend {
  width: 5rem;
  position: absolute;
  top: -1rem;
  right: -1rem;
}

@media screen and (max-width: 767px) {
  .plan_list_item_recommend {
    top: -1rem;
    right: -1.5rem;
  }
}

.plan_list_item_top {
  background-color: #fff;
  min-height: 42rem;
}

@media screen and (max-width: 767px) {
  .plan_list_item_top {
    min-height: auto;
  }
}

.plan_list_item_top_name {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 1.5rem 0;
}

.plan_list_item_bottom {
  padding: 0 8% 2rem;
  min-height: 32rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .plan_list_item_bottom {
    min-height: auto;
  }
}

.plan_list_item_top_prices {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 0.7rem;
}

.plan_list_item_top_price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 1rem;
}

.plan_list_item_top_price label {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0;
  border: solid 1px #000;
  padding: 0.2rem 0.5rem;
  flex-shrink: 0;
}

.plan_list_item_top_price p {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.3rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .plan_list_item_top_price p {
    font-size: 2.6rem;
    padding-bottom: 0;
  }
}

.plan_list_item_menu {
  padding: 2rem 8%;
}

.plan_list_item_menu li {
  position: relative;
  font-size: 1.3rem;
  padding: 1rem 0 1rem 1rem;
  border-bottom: solid 1px #c7c7c7;
}

.plan_list_item_menu li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 3rem;
  position: absolute;
  top: 1.6em;
  left: 0;
  transform: translateY(-50%);
}

.plan_list_item_bottom_list {
  padding: 1rem 0 0;
  min-height: 18rem;
}

@media screen and (max-width: 767px) {
  .plan_list_item_bottom_list {
    min-height: unset;
    margin-bottom: 2rem;
  }
}

.plan_list_item_bottom_list li {
  font-size: 1.3rem;
  padding: 1rem 0 1rem;
  border-bottom: solid 1px #c7c7c7;
}

.plan_list_item_bottom_list li:last-of-type {
  border-bottom: none;
}

.plan_equipment {
  margin: 2.5rem 0 8rem;
}

@media screen and (max-width: 767px) {
  .plan_equipment {
    margin: 2rem 0 6rem;
  }
}

.p_layout03.plan_drink,
.p_layout03.plan_equipment {
  padding: 0;
  background-color: unset;
}

.p_layout03.plan_drink .p_layout03_content,
.p_layout03.plan_equipment .p_layout03_content {
  background-color: #fff;
}

.p_layout03.plan_equipment .p_layout03_title {
  background: #a26873;
}
