@media only screen and (max-width: 768px) {
  .p-reservation {
    padding-bottom: 15.9090909091vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .p-reservation .c-sec-title {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-precaution {
    margin-bottom: 16.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-precaution {
    margin-bottom: 120px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-precaution .p-precaution-item + div {
    margin-top: 43px;
  }
}
.p-reservation .p-precaution .p-precaution-lead {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-precaution .p-precaution-lead {
    font-size: 4.5454545455vw;
    margin-bottom: 1.5909090909vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-precaution .p-precaution-lead {
    font-size: 2rem;
    margin-bottom: 7px;
  }
}
.p-reservation .p-precaution .p-precaution-lead span {
  color: #ce3c1a;
}
.p-reservation .p-precaution .p-precaution-text {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-precaution .p-precaution-text {
    font-size: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-precaution .p-precaution-text {
    font-size: 1.6rem;
  }
}
.p-reservation .p-precaution .p-precaution-list li {
  line-height: 2;
  margin-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-precaution .p-precaution-list li {
    font-size: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-precaution .p-precaution-list li {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-precaution .p-precaution-button {
    margin-top: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-precaution .p-precaution-button {
    margin-top: 16px;
  }
}
.p-reservation .p-precaution .p-precaution-button a {
  background: #333;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-precaution .p-precaution-button a {
    height: 12.2727272727vw;
    width: 70vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-precaution .p-precaution-button a {
    height: 54px;
    width: 308px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-precaution .p-precaution-button a:hover {
    opacity: 0.7;
  }
}
.p-reservation .p-precaution .p-precaution-button span {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-precaution .p-precaution-button span {
    font-size: 3.6363636364vw;
    padding-right: 6.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-precaution .p-precaution-button span {
    font-size: 1.6rem;
    padding-right: 23px;
  }
}
.p-reservation .p-precaution .p-precaution-button span::after {
  background: #fff;
  content: "";
  display: block;
  -webkit-mask-image: url("/rouge/_assets/img/icon-arrow03.svg");
          mask-image: url("/rouge/_assets/img/icon-arrow03.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-precaution .p-precaution-button span::after {
    height: 2.7272727273vw;
    width: 2.7272727273vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-precaution .p-precaution-button span::after {
    height: 12px;
    width: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-reserve {
    margin-bottom: 16.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-reserve {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-reserve .c-sec-title {
    margin-bottom: 4.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-reserve .c-sec-title {
    margin-bottom: 20px;
  }
}
.p-reservation .p-reserve .p-reserve-lead {
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-reserve .p-reserve-lead {
    font-size: 4.5454545455vw;
    margin-bottom: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-reserve .p-reserve-lead {
    font-size: 2rem;
    margin-bottom: 36px;
  }
}
.p-reservation .p-reserve-item {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-reserve-item {
    padding: 9.0909090909vw 4.5454545455vw 5.6818181818vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-reserve-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    padding: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-reserve-item + div {
    margin-top: 4.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-reserve-item + div {
    margin-top: 30px;
  }
}
.p-reservation .p-reserve-item .p-reserve-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-reserve-item .p-reserve-image {
    margin-top: 5.6818181818vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-reserve-item .p-reserve-image {
    width: 380px;
  }
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-reserve-item .p-reserve-image + figure {
    margin-top: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-reserve-item .p-reserve-image + figure {
    margin-top: 12px;
  }
}
.p-reservation .p-reserve-item .p-reserve-image img {
  height: auto;
  width: 100%;
}
.p-reservation .p-reserve-item .p-reserve-heading {
  display: -ms-grid;
  display: grid;
  font-family: "Noto Serif JP", serif;
  place-content: center start;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-reserve-item .p-reserve-heading {
    margin-bottom: 6.8181818182vw;
    padding-top: 12.5vw;
    place-content: end center;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-reserve-item .p-reserve-heading {
    margin-bottom: 25px;
  }
}
.p-reservation .p-reserve-item .p-reserve-heading h2 {
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-reserve-item .p-reserve-heading h2 {
    font-size: 4.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-reserve-item .p-reserve-heading h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-reserve-item .p-reserve-list {
    padding-left: 2em;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-reserve-item .p-reserve-list {
    padding-left: 2em;
  }
}
.p-reservation .p-reserve-item .p-reserve-list li {
  letter-spacing: 0;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-reserve-item .p-reserve-list li {
    font-size: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-reserve-item .p-reserve-list li {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-reserve-item .p-reserve-list li + li {
    margin-top: 1.75em;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-reserve-item .p-reserve-list li + li {
    margin-top: 24px;
  }
}
.p-reservation .p-reserve-item .p-reserve-text {
  letter-spacing: 0;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-reserve-item .p-reserve-text {
    font-size: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-reserve-item .p-reserve-text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-reserve-item .p-reserve-text + p {
    margin-top: 1.75em;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-reserve-item .p-reserve-text + p {
    margin-top: 24px;
  }
}
.p-reservation .p-reserve-item.-internet .p-reserve-heading {
  background: url("/rouge/_assets/reservation/img/icon-internet.svg") no-repeat left center/66px auto;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-reserve-item.-internet .p-reserve-heading {
    background-position: center top;
    background-size: 15vw auto;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-reserve-item.-internet .p-reserve-heading {
    height: 42px;
    padding-left: 85px;
  }
}
.p-reservation .p-reserve-item.-tel .p-reserve-heading {
  background: url("/rouge/_assets/reservation/img/icon-tel.svg") no-repeat left center/50px auto;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-reserve-item.-tel .p-reserve-heading {
    background-position: center top;
    background-size: 11.3636363636vw auto;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-reserve-item.-tel .p-reserve-heading {
    height: 42px;
    padding-left: 75px;
  }
}
.p-reservation .p-reserve-item.-card .p-reserve-heading {
  background: url("/rouge/_assets/reservation/img/icon-card.svg") no-repeat left center/62px auto;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-reserve-item.-card .p-reserve-heading {
    background-position: center top;
    background-size: 14.0909090909vw auto;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-reserve-item.-card .p-reserve-heading {
    height: 43px;
    padding-left: 85px;
  }
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-payment {
    margin-bottom: 16.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-payment {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-payment .c-sec-title {
    margin-bottom: 7.2727272727vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-payment .c-sec-title {
    margin-bottom: 20px;
  }
}
.p-reservation .p-payment .p-payment-lead {
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-payment .p-payment-lead {
    font-size: 3.6363636364vw;
    margin-bottom: 5.4545454545vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-payment .p-payment-lead {
    font-size: 1.6rem;
    margin-bottom: 36px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-payment .p-reserve-item {
    gap: 72px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-payment .p-reserve-image {
    width: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-flow {
    margin-bottom: 13.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-flow {
    margin-bottom: 120px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-flow .c-sec-title {
    margin-bottom: 35px;
  }
}
.p-reservation .p-flow .p-flow-items {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-flow .p-flow-items {
    gap: 12.0454545455vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-flow .p-flow-items {
    gap: 33px 62px;
    -ms-grid-columns: 1fr 62px 1fr 62px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-flow .p-flow-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-flow .p-flow-item {
    width: 300px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-flow .p-flow-item:nth-child(3n) .p-flow-image::after, .p-reservation .p-flow .p-flow-item:last-child .p-flow-image::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-flow .p-flow-item:last-child .p-flow-image::after {
    display: none;
  }
}
.p-reservation .p-flow .p-flow-image {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-flow .p-flow-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40.9090909091vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-flow .p-flow-image {
    margin-bottom: 10px;
  }
}
.p-reservation .p-flow .p-flow-image::after {
  background: url("/rouge/_assets/reservation/img/pict-arrow.svg") no-repeat left top/cover;
  content: "";
  display: block;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-flow .p-flow-image::after {
    bottom: -9.7727272727vw;
    height: 7.0454545455vw;
    left: 50%;
    rotate: 90deg;
    translate: -50%;
    width: 3.4090909091vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-flow .p-flow-image::after {
    height: 45px;
    right: -41px;
    top: 50%;
    translate: 0 -50%;
    width: 21px;
  }
}
.p-reservation .p-flow .p-flow-image img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-flow .p-flow-text {
    font-size: 3.6363636364vw;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-flow .p-flow-text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-cancel {
    margin-bottom: 19.3181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-cancel {
    margin-bottom: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-cancel .c-sec-title {
    margin-bottom: 5.6818181818vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-cancel .c-sec-title {
    margin-bottom: 25px;
  }
}
.p-reservation .p-cancel .p-cancel-table-title {
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-cancel .p-cancel-table-title {
    font-size: 3.6363636364vw;
    margin-bottom: 2.7272727273vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-cancel .p-cancel-table-title {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
.p-reservation .p-cancel .p-cancel-table {
  border: 1px solid #ccaeac;
  border-collapse: collapse;
  width: 100%;
}
.p-reservation .p-cancel .p-cancel-table tr:not(:last-child) .p-cancel-table-heading {
  border-bottom: 1px solid #fff;
}
.p-reservation .p-cancel .p-cancel-table tr:not(:last-child) .p-cancel-table-content {
  border-bottom: 1px solid #ccaeac;
}
.p-reservation .p-cancel .p-cancel-table-heading {
  background: #ccaeac;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-cancel .p-cancel-table-heading {
    font-size: 3.6363636364vw;
    width: 19.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-cancel .p-cancel-table-heading {
    font-size: 1.6rem;
    width: 185px;
  }
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-cancel .p-cancel-table-content {
    padding: 3.4090909091vw 6.8181818182vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-cancel .p-cancel-table-content {
    padding: 15px 30px;
  }
}
.p-reservation .p-cancel .p-cancel-fee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-reservation .p-cancel .p-cancel-fee-item dt {
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-cancel .p-cancel-fee-item dt {
    font-size: 3.6363636364vw;
    width: 29.5454545455vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-cancel .p-cancel-fee-item dt {
    font-size: 1.6rem;
    width: 130px;
  }
}
.p-reservation .p-cancel .p-cancel-fee-item dd {
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-cancel .p-cancel-fee-item dd {
    font-size: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-cancel .p-cancel-fee-item dd {
    font-size: 1.6rem;
  }
}
.p-reservation .p-cancel .p-cancel-fee-text {
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-cancel .p-cancel-fee-text {
    font-size: 3.6363636364vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-cancel .p-cancel-fee-text {
    font-size: 1.6rem;
  }
}
.p-reservation .p-staff .p-staff-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-reservation .p-staff .p-staff-text {
    font-size: 5.4545454545vw;
    margin-bottom: 5.6818181818vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-reservation .p-staff .p-staff-text {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.p-reservation .p-staff .p-staff-image img {
  height: auto;
  width: 100%;
}