@media only screen and (max-width: 768px) {
  .p-plan {
    padding-bottom: 15.9090909091vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .p-plan .c-sec-title {
    margin-top: 16.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan .c-sec-title {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .p-plan-main {
    margin-bottom: 16.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan-main {
    display: flex;
    flex-direction: row-reverse;
    gap: 70px;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .p-plan-main .p-plan-main-image {
    margin: 13.6363636364vw -4.5454545455vw 0;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan-main .p-plan-main-image {
    flex-shrink: 0;
    width: 520px;
  }
}
.p-plan-main .p-plan-main-image img {
  height: auto;
  width: 100%;
}
.p-plan-main .p-plan-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .p-plan-main .p-plan-title {
    font-size: 5.4545454545vw;
    margin-bottom: 3.4090909091vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan-main .p-plan-title {
    font-size: 2.8rem;
    margin-bottom: 16px;
  }
}
.p-plan-main .p-plan-text {
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .p-plan-main .p-plan-text {
    font-size: 3.6363636364vw;
    margin-bottom: 4.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan-main .p-plan-text {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.p-plan-main .p-plan-category {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-plan-main .p-plan-category {
    gap: 1.8181818182vw;
    margin-bottom: 6.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan-main .p-plan-category {
    gap: 8px;
    margin-bottom: 30px;
  }
}
.p-plan-main .p-plan-category li {
  border: 1px solid #000;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  .p-plan-main .p-plan-category li {
    border-radius: 0.4545454545vw;
    font-size: 2.7272727273vw;
    height: 5.9090909091vw;
    padding-inline: 1.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan-main .p-plan-category li {
    font-size: 1.2rem;
    border-radius: 2px;
    height: 26px;
    padding-inline: 8px;
  }
}
.p-plan-main .p-plan-list {
  border-block: 1px solid #ccaeac;
}
@media only screen and (max-width: 768px) {
  .p-plan-main .p-plan-list {
    margin-bottom: 3.6363636364vw;
    padding-block: 4.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan-main .p-plan-list {
    margin-bottom: 16px;
    padding-block: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-plan-main .p-plan-list dt {
    width: 15.9090909091vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan-main .p-plan-list dt {
    width: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .p-plan-main .p-plan-list dd p {
    font-size: 4.0909090909vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan-main .p-plan-list dd p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-plan-main .p-plan-offer {
    margin-bottom: 8.1818181818vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan-main .p-plan-offer {
    margin-bottom: 36px;
  }
}
.p-plan-main .p-plan-offer li {
  line-height: 1.75;
  margin-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .p-plan-main .p-plan-offer li {
    font-size: 2.7272727273vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan-main .p-plan-offer li {
    font-size: 1.2rem;
  }
}

.p-plan-list-item {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-plan-list-item:not(:first-child) {
    margin-top: 2.2727272727vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan-list-item:not(:first-child) {
    margin-top: 10px;
  }
}
.p-plan-list-item dt {
  color: #9f9f9f;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .p-plan-list-item dt {
    font-size: 2.7272727273vw;
    padding-top: 0.6818181818vw;
    width: 29.0909090909vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan-list-item dt {
    font-size: 1.2rem;
    padding-top: 3px;
    width: 128px;
  }
}
.p-plan-list-item dd p {
  line-height: 1.375;
}
@media only screen and (max-width: 768px) {
  .p-plan-list-item dd p {
    font-size: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan-list-item dd p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-plan-list-item dd p + p {
    margin-top: 1.1363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan-list-item dd p + p {
    margin-top: 5px;
  }
}

.p-plan-button a {
  background: #333;
  color: #fff;
  display: grid;
  place-content: center;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .p-plan-button a {
    font-size: 3.6363636364vw;
    height: 16.3636363636vw;
    width: 64.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan-button a {
    font-size: 1.6rem;
    height: 72px;
    width: 284px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan-button a:hover {
    opacity: 0.8;
  }
}
.p-plan-button a span {
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-plan-button a span {
    padding-right: 6.3636363636vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan-button a span {
    padding-right: 28px;
  }
}
.p-plan-button a span::after {
  background: #fff;
  content: "";
  display: block;
  mask-image: url("/rouge/_assets/plan/detail/img/icon-arrow.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.3s ease-in-out;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .p-plan-button a span::after {
    height: 2.0454545455vw;
    width: 4.0909090909vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-plan-button a span::after {
    height: 9px;
    width: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .p-menu {
    margin-bottom: 18.1818181818vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu {
    margin-bottom: 110px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-item {
    margin-inline: auto;
    padding-inline: 60px;
    max-width: 1144px;
  }
}
.p-menu .p-menu-item + .p-menu-item .p-menu-item-inr {
  border-top: 1px solid #ccaeac;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-menu-item + .p-menu-item .p-menu-item-inr {
    margin-top: 9.0909090909vw;
    padding-top: 9.0909090909vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-item + .p-menu-item .p-menu-item-inr {
    margin-top: 66px;
    padding-top: 66px;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu .p-menu-item-inr {
    padding-inline: 4.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-item-inr {
    display: flex;
    flex-direction: row-reverse;
    gap: 84px;
  }
}
.p-menu .p-menu-images {
  display: grid;
  flex-shrink: 0;
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-menu-images {
    gap: 0.6818181818vw;
    margin-bottom: 6.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-images {
    gap: 4px;
    width: 500px;
  }
}
.p-menu .p-menu-images img {
  height: auto;
  width: 100%;
}
.p-menu .p-menu-detail {
  width: 100%;
}
.p-menu .p-menu-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-menu-title {
    font-size: 5.4545454545vw;
    margin-bottom: 2.2727272727vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.p-menu .p-menu-price {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-menu-price {
    margin-bottom: 9.0909090909vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-price {
    margin-bottom: 50px;
  }
}
.p-menu .p-menu-price li {
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-menu-price li {
    font-size: 6.3636363636vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-price li {
    font-size: 3.2rem;
  }
}
.p-menu .p-menu-price li:not(:first-child) {
  border-left: 1px solid #d9d9d9;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-menu-price li:not(:first-child) {
    margin-left: 3.4090909091vw;
    padding-left: 4.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-price li:not(:first-child) {
    margin-left: 15px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu .p-menu-price li small {
    font-size: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-price li small {
    font-size: 1.6rem;
  }
}
.p-menu .p-menu-list-title {
  background: #e7dab9;
  display: grid;
  font-weight: 400;
  place-content: center start;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-menu-list-title {
    font-size: 3.6363636364vw;
    height: 8.6363636364vw;
    margin-bottom: 4.5454545455vw;
    padding-inline: 3.4090909091vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-list-title {
    font-size: 1.6rem;
    height: 38px;
    margin-bottom: 20px;
    padding-inline: 15px;
  }
}
.p-menu .p-menu-list li {
  line-height: 1.75;
  min-height: 1.5em;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-menu-list li {
    font-size: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-list li {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu .p-option-item {
    margin-top: 6.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-option-item {
    margin-top: 20px;
  }
}
.p-menu .p-option-title {
  border-top: 1px solid #ccaeac;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-option-title {
    font-size: 5.4545454545vw;
    margin-bottom: 4.5454545455vw;
    margin-top: 9.0909090909vw;
    padding-top: 9.0909090909vw;
    padding-inline: 4.5454545455vw;
    margin-inline: -4.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-option-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
    margin-top: 66px;
    padding-top: 66px;
  }
}
.p-menu .p-option-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-option-heading {
    font-size: 4.5454545455vw;
    margin-bottom: 1.5909090909vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-option-heading {
    font-size: 2rem;
    margin-bottom: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-option-block {
    align-items: center;
    display: flex;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu .p-option-block:not(:last-child) {
    margin-bottom: 8.4090909091vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-option-block:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-menu .p-option-block .p-menu-price {
    margin-block: 1.5909090909vw 0;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-option-block .p-menu-price {
    margin-block: 7px 0;
  }
}
.p-menu .p-option-image {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-option-image {
    margin-bottom: 3.4090909091vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-option-image {
    width: 350px;
  }
}
.p-menu .p-option-image img {
  height: auto;
  width: 100%;
}
.p-menu .p-option-detail {
  width: 100%;
}
.p-menu .p-option-detail p {
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-option-detail p {
    font-size: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-option-detail p {
    font-size: 1.6rem;
  }
}
.p-menu .p-option-detail p + p {
  margin-top: 1.75em;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-menu-mv {
    margin-block: 13.6363636364vw 11.3636363636vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-menu-mv {
    height: 340px;
    margin-block: 74px 78px;
  }
}
.p-menu .p-menu-mv img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-menu .p-plan-button {
  display: flex;
  justify-content: center;
}
.p-menu .p-plan-notice {
  border: 1px solid #fff;
  background: #f2f2f2;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-plan-notice {
    margin-top: 11.3636363636vw;
    padding: 5.6818181818vw 4.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-plan-notice {
    margin-top: 60px;
    padding: 25px 30px;
  }
}
.p-menu .p-plan-notice .p-plan-notice-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-plan-notice .p-plan-notice-title {
    font-size: 3.6363636364vw;
    margin-bottom: 2.7272727273vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-plan-notice .p-plan-notice-title {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
}
.p-menu .p-plan-notice .p-plan-notice-offer li {
  line-height: 1.75;
  margin-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .p-menu .p-plan-notice .p-plan-notice-offer li {
    font-size: 2.7272727273vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-menu .p-plan-notice .p-plan-notice-offer li {
    font-size: 1.2rem;
  }
}
.p-menu .p-plan-route img {
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .p-route {
    margin-bottom: 16.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-route {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .p-route .c-sec-title {
    margin-bottom: 5.4545454545vw;
  }
}
.p-route .p-route-image img {
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .p-other {
    margin: 0 auto;
    width: 1254px;
  }
}
@media only screen and (max-width: 768px) {
  .p-other .slick-slide {
    padding-inline: 2.2727272727vw;
    width: 68.1818181818vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-other .slick-slide {
    padding-right: 30px;
    width: 320px;
  }
}
.p-other .slick-arrow {
  overflow: hidden;
  position: absolute;
  text-indent: -100px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .p-other .slick-arrow {
    height: 4.5454545455vw;
    width: 4.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-other .slick-arrow {
    height: 39px;
    top: 124px;
    width: 22px;
  }
}
.p-other .slick-prev {
  background: url("/rouge/_assets/plan/detail/img/btn-prev.svg") no-repeat left top/cover;
}
@media only screen and (max-width: 768px) {
  .p-other .slick-prev {
    background-color: #fff;
    background-position: center center;
    background-size: 1.8181818182vw auto;
    left: 2.2727272727vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-other .slick-prev {
    left: -50px;
  }
}
.p-other .slick-next {
  background: url("/rouge/_assets/plan/detail/img/btn-next.svg") no-repeat left top/cover;
}
@media only screen and (max-width: 768px) {
  .p-other .slick-next {
    background-color: #fff;
    background-position: center center;
    background-size: 1.8181818182vw auto;
    right: 2.2727272727vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-other .slick-next {
    right: -50px;
  }
}
.p-other .p-other-slide a {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .p-other .p-other-slide a:hover .p-other-slide-image img {
    scale: 1.1;
  }
}
@media print, screen and (min-width: 769px) {
  .p-other .p-other-slide a:hover .p-other-slide-link span::after {
    scale: 0 1;
    transform-origin: right;
  }
}
.p-other .p-other-slide-image {
  overflow: hidden;
}
.p-other .p-other-slide-image img {
  height: auto;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.p-other .p-other-slide-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-other .p-other-slide-title {
    font-size: 4.5454545455vw;
    margin-block: 1.5909090909vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-other .p-other-slide-title {
    font-size: 2rem;
    margin-block: 7px;
  }
}
.p-other .p-other-slide-text {
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-other .p-other-slide-text {
    font-size: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-other .p-other-slide-text {
    font-size: 1.6rem;
  }
}
.p-other .p-other-slide-link {
  display: none;
  line-height: 1;
  text-align: right;
}
.p-other .p-other-slide-link span {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-other .p-other-slide-link span {
    font-size: 3.6363636364vw;
    padding-bottom: 1.1363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-other .p-other-slide-link span {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
}
.p-other .p-other-slide-link span::after {
  background: #222;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: scale 0.3s ease-in-out;
  transform-origin: left;
  scale: 1 1;
  width: 100%;
}