.sv {
  background-color: #fff;
  padding-top: 14.3rem;
  padding-bottom: 12rem;
  width: 100%;
  min-height: 294.2rem;
  background-image: url(../images/common/cmn-bg01.png),
    url(../images/common/cmn-bg02.png);
  background-image: image-set(
      url(../images/common/cmn-bg01.png) 1x,
      url(../images/common/cmn-bg01@2x.png) 2x
    ),
    image-set(
      url(../images/common/cmn-bg02.png) 1x,
      url(../images/common/cmn-bg02@2x.png) 2x
    );
  background-image: -webkit-image-set(
      url(../images/common/cmn-bg01.png) 1x,
      url(../images/common/cmn-bg01@2x.png) 2x
    ),
    -webkit-image-set(url(../images/common/cmn-bg02.png) 1x, url(../images/common/cmn-bg02@2x.png)
          2x);
  background-position: center 32rem, center calc(100% - 37rem);
  background-size: max(100%, 200rem) auto;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 599px) {
  .sv {
    background-size: 100% auto;
  }
}
.sv-rewrite {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 46.1rem;
  margin-right: auto;
  margin-left: auto;
}
.sv-rewrite img {
  width: 100%;
}
.sv-rewrite::after {
  content: "";
  width: 6rem;
  height: 0.2rem;
  display: block;
  background-color: #1d2089;
  margin-top: 3.2rem;
}
.sv-desc {
  margin-top: 6rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.16;
  color: #101253;
}
.sv-desc span {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.16;
}
.sv-rediscover {
  margin-top: 61rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  font-size: 10rem;
  font-family: "Roboto", serif;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 1025px) {
  .sv-rediscover {
    font-size: clamp(5rem, 10vw, 10rem);
  }
}
.svMenu {
  padding: 6rem;
  background-color: #d3eaf4;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .svMenu {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 850px) {
  .svMenu {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .svMenu {
    margin-top: 11.3rem;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-top: 11.6rem;
    padding-bottom: 4rem;
  }
}
.svMenu:not(:first-child) {
  margin-top: 10rem;
}
.svMenu-head {
  font-family: "Roboto", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 7rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .svMenu-head {
    font-size: clamp(40px, 8rem, 80px);
    line-height: 1;
  }
}
.svMenu-inner {
  margin-top: 3.4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 599px) {
  .svMenu-inner {
    gap: 5.6rem;
  }
}
.svMenu-item {
  width: 100%;
  min-height: 40rem;
  display: flex;
}
@media screen and (max-width: 850px) {
  .svMenu-item {
    flex-direction: column;
  }
}
.svMenu-img {
  width: 48.97%;
  height: inherit;
}
@media screen and (max-width: 850px) {
  .svMenu-img {
    width: 100%;
  }
}
.svMenu-img picture {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 850px) {
  .svMenu-img picture {
    height: 40rem;
  }
}
.svMenu-img img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
.svMenu-content {
  padding: 4%;
  background-color: #fff;
  flex: 1;
}
@media screen and (max-width: 850px) {
  .svMenu-content {
    padding: 0;
  }
}
.svMenu-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #101253;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.3;
  font-weight: 800;
  padding: 1.4rem 2.4rem 1.4rem 2.4rem;
  min-height: 7rem;
}
@media screen and (max-width: 850px) {
  .svMenu-title {
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1rem 2rem 1rem 3rem;
    min-height: unset;
  }
}
@media screen and (max-width: 599px) {
  .svMenu-title {
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: clamp(24px, 4.8rem, 48px);
    padding: 1rem 2rem 1rem 3rem;
    min-height: 8rem;
  }
}
.svMenu-title span {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 800;
}
@media screen and (max-width: 599px) {
  .svMenu-title span {
    font-size: clamp(16px, 3.2rem, 32px);
  }
}
.svMenu-value {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.7rem;
  padding-bottom: 0.6rem;
  margin-top: 3rem;
  background-color: #ffdb01;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  min-height: 5rem;
}
@media screen and (max-width: 850px) {
  .svMenu-value {
    margin-top: 3rem;
    margin-left: 3rem;
    margin-right: 3rem;
    min-height: unset;
    padding-top: 1.1rem;
  }
}
@media screen and (max-width: 599px) {
  .svMenu-value {
    margin-top: 3rem;
    margin-left: 3rem;
    margin-right: 3rem;
    min-height: 7rem;
    padding-top: 1.1rem;
  }
}
.svMenu-time {
  font-size: 2rem;
  color: #101253;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .svMenu-time {
    font-size: clamp(16px, 3.2rem, 32px);
  }
}
.svMenu-per {
  font-size: 3rem;
  color: #101253;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .svMenu-per {
    font-size: clamp(21px, 4.2rem, 42px);
  }
}
.svMenu-tax {
  font-size: 2rem;
  color: #101253;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .svMenu-tax {
    font-size: clamp(16px, 3.2rem, 32px);
  }
}
.svMenu-annotation {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  color: #101253;
  line-height: 1.625;
  font-weight: 500;
  padding-bottom: 2.7rem;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 850px) {
  .svMenu-annotation {
    margin-top: 2.4rem;
    margin-left: 3rem;
    margin-right: 3rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .svMenu-annotation {
    margin-top: 2.4rem;
    margin-left: 3rem;
    margin-right: 3rem;
    font-size: clamp(16px, 3.2rem, 32px);
    line-height: 1.75;
    padding-bottom: 2rem;
  }
}

.svMenu-annotation p.caution {
  display: block;
  width: 100%;
  margin: 20px auto 0;
  padding: min(5%, 20px);
  line-height: 2;
  color: #000;
  background: #f7f7f7;
  a {
    display: inline;
    text-decoration: underline;
    font-weight: bold;
    font-size: inherit;
    color: #101253;
    margin-right: 3px;
  }
  a:hover {
    color: #0cc4ed;
  }
}

.svMenu-reserve {
  margin-top: 2.1rem;
  margin-right: 2rem;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #33379b;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 850px) {
  .svMenu-reserve {
    gap: 2.4rem;
    margin-top: 1.6rem;
    margin-right: 3rem;
    margin-left: 3rem;
    margin-bottom: 3rem;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .svMenu-reserve {
    gap: 2.4rem;
    font-size: clamp(16px, 3.2rem, 32px);
    margin-top: 1.6rem;
    margin-right: 3rem;
    margin-left: 3rem;
    margin-bottom: 3rem;
    justify-content: flex-start;
  }
}
.svMenu-reserve::before {
  content: "";
  min-width: 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../images/common/outer-link.png) no-repeat center
    center/contain;
}
@media screen and (max-width: 850px) {
  .svMenu-reserve::before {
    min-width: 4.5rem;
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media screen and (max-width: 599px) {
  .svMenu-reserve::before {
    min-width: 6rem;
    width: 6rem;
    height: 6rem;
  }
}

.program-img {
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .program-img {
    margin-top: -7rem;
  }
}
.program-img img {
  width: 100%;
}
.program-img01 {
  width: 14rem;
}
@media screen and (max-width: 599px) {
  .program-img01 {
    width: 22.1rem;
  }
}
.program-img02 {
  width: 13.9rem;
  top: 0.3rem;
}
@media screen and (max-width: 599px) {
  .program-img02 {
    width: 22.2rem;
  }
}
.program-img03 {
  width: 14rem;
  top: 0.3rem;
}
@media screen and (max-width: 599px) {
  .program-img03 {
    width: 22.9rem;
  }
}

.menu {
  background-color: #fff;
  padding-top: 7.8rem;
  padding-bottom: 33.6rem;
}
@media screen and (max-width: 599px) {
  .menu {
    padding-bottom: 24.7rem;
  }
}
.menu-table {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .menu-table {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .menu-table {
    margin-top: 8rem;
    flex-direction: column;
  }
}
.menu-table table {
  width: 100%;
}
.menu-table table tr {
  height: 8rem;
  border-top: 1px solid #7da3ae;
}
.menu-table table tr:last-child {
  border-bottom: 1px solid #7da3ae;
}
.menu-table table tr:nth-child(even) th {
  background-color: #0e9fd6;
}
.menu-table table tr:nth-child(even) td {
  background-color: #f7f7f7;
}
.menu-table table tr:nth-child(odd) th {
  background-color: #31b9df;
}
.menu-table table th,
.menu-table table td {
  border-left: 1px solid #7da3ae;
  vertical-align: middle;
  text-align: center;
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 850px) {
  .menu-table table th,
  .menu-table table td {
    padding: 0.4em 0.2em 0.4em 0.2em;
  }
}
@media screen and (max-width: 599px) {
  .menu-table table th,
  .menu-table table td {
    padding: 0.4em 0.2em 0.4em 0.2em;
  }
}
.menu-table table th:last-child,
.menu-table table td:last-child {
  border-right: 1px solid #7da3ae;
}
.menu-table table th {
  font-size: 2rem;
  width: 44%;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .menu-table table th {
    width: 100%;
    display: block;
    font-size: clamp(16px, 3.2rem, 32px);
  }
}
.menu-table table td {
  font-size: 1.8rem;
  color: #101253;
}
@media screen and (max-width: 599px) {
  .menu-table table td {
    width: 100%;
    display: block;
    font-size: clamp(16px, 3.2rem, 32px);
  }
}
.menu-desc {
  margin-top: 6rem;
  padding: 4.4rem 3.63% 3rem;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media screen and (max-width: 599px) {
  .menu-desc {
    padding: 4.8rem 3rem 3rem 4rem;
  }
}
.menu-desc dl {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .menu-desc dl {
    flex-direction: column;
  }
  .menu-desc dl:not(:first-child) {
    margin-top: 3.2rem;
  }
}
.menu-desc dl:last-child dt {
  min-width: 32rem;
}
.menu-desc dt {
  min-width: 20rem;
  color: #101253;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .menu-desc dt {
    font-size: clamp(18px, 3.6rem, 36px);
  }
}
.menu-desc dt::before {
  margin-right: 1.3rem;
  content: "";
  background-color: #0cc4ed;
  width: 2rem;
  height: 0.4rem;
  display: block;
}
@media screen and (max-width: 599px) {
  .menu-desc dt::before {
    margin-right: 2rem;
    width: 3rem;
    height: 0.4rem;
  }
}
.menu-desc dd {
  margin-top: -0.9rem;
  color: #101253;
}
@media screen and (max-width: 599px) {
  .menu-desc dd {
    margin-top: 2.4rem;
    padding-left: 1.5em;
  }
}
.menu-desc dd span {
  font-weight: 700;
  color: #101253;
}
/*# sourceMappingURL=program.css.map */

/* 20250402 */
.svMenu-annotation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin: 20px 0 5px 0;
  width: 80%;
}

.svMenu-annotation ul li {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.svMenu-annotation ul li .item-name {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.svMenu-annotation ul li .item-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.svMenu-annotation ul li .item-details span {
  flex: 1;
  text-align: center;
}

.svMenu-annotation ul li .item-details .item-menu {
  text-align: left;
}

.svMenu-annotation ul li .item-details .item-price {
  text-align: right;
  white-space: nowrap;
}

@media screen and (max-width: 599px) {
  .svMenu-annotation ul {
    width: 100%;
  }
  .svMenu-annotation ul li {
    font-size: clamp(16px, 3.2rem, 32px);
  }

  .svMenu-annotation ul li .item-name {
    font-size: clamp(16px, 3.2rem, 32px);
  }

  .svMenu-annotation ul li .item-details .item-menu {
    flex: 1 0 14%;
    max-width: 50%;
    text-align: left;
  }

  .svMenu-annotation ul li .item-details span {
    flex: 1; /* 他の要素は均等に配置 */
  }
}
