@charset "UTF-8";
@font-face {
  font-family: "Bakerie Rough Bold";
  src: url("../fonts/BakerieRoughBold.woff") format("woff"), url("../fonts/BakerieRoughBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Variable Concept";
  src: url("../../fonts/AcuminVariableConcept.woff") format("woff"), url("../../fonts/AcuminVariableConcept.woff2") format("woff2");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akshar-Regular";
  src: url("../fonts/Akshar-Regular.woff") format("woff"), url("../fonts/Akshar-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Savoye LET Plain";
  src: url("../fonts/SavoyeLetPlain-01.woff") format("woff"), url("../fonts/SavoyeLetPlain-01.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ::::::::::  レストラン　ページリニューアル  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
  background: #fff;
}

.photo {
  display: block;
  border-radius: 0;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .photo {
    margin-bottom: 5px;
  }
}
.photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pageTitleArea {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  color: #fff;
  width: 100%;
  max-width: 95.2%;
  height: 662px;
  margin-top: 40px;
  padding: 65px 0 40px;
}
@media (max-width: 1024px) {
  .pageTitleArea {
    max-width: 100%;
    height: auto;
    margin-top: 90px;
  }
}
@media screen and (max-width: 534px) {
  .pageTitleArea {
    margin-top: 106px;
  }
}
.pageTitleArea .hotelName {
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .pageTitleArea .hotelName {
    font-size: 1.4rem;
    margin-top: 50px;
  }
}
.pageTitleArea .en {
  font-size: 6.7rem;
}
@media (max-width: 1024px) {
  .pageTitleArea .en {
    font-size: 4.5rem;
  }
}
.pageTitleArea .enExc {
  font-size: 1.8rem;
  line-height: 1.75;
}
@media (max-width: 1024px) {
  .pageTitleArea .enExc {
    font-size: 1.7rem;
  }
}
.pageTitleArea > .logo {
  margin: 20px 0 16px;
  text-align: center;
}
.pageTitleArea > .logo img {
  filter: brightness(0) invert(1);
}
.pageTitleArea .kv {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.pageTitleArea .kv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .pageTitleArea .kv img {
    aspect-ratio: 376/377;
    height: 377px;
  }
}
.pageTitleArea .imgWrap.k6 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70.3%;
  max-width: 836px;
  background: rgba(255, 255, 255, 0.87);
  color: #000;
  padding: 10px 20px 26px;
  margin: 24px 0 0;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 1.3rem;
  line-height: 1.9230769231;
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1250px) {
  .pageTitleArea .imgWrap.k6 {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .pageTitleArea .imgWrap.k6 {
    flex-direction: column;
    background: none;
    padding: 0 0 30px;
  }
}
.pageTitleArea .imgWrap.k6 .logo {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
.pageTitleArea .imgWrap.k6 .text {
  margin: 0 60px 0 40px;
}
@media (max-width: 1024px) {
  .pageTitleArea .imgWrap.k6 .text {
    margin: 0;
  }
}
.pageTitleArea .imgWrap.k6 .text h2 {
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 2.55rem;
  line-height: 1.7498039216;
  font-weight: 400;
  letter-spacing: 0.025em;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .pageTitleArea .imgWrap.k6 .text h2 {
    font-size: 2.2rem;
  }
}
.pageTitleArea .imgWrap.k6 .text h2 span {
  font-size: 3.4rem;
  line-height: 1.7497058824;
  letter-spacing: 0.025em;
}
@media (max-width: 1024px) {
  .pageTitleArea .imgWrap.k6 .text h2 span {
    font-size: 3rem;
  }
}
.pageTitleArea .imgWrap.k6 .sns {
  display: flex;
  flex-direction: column;
  gap: 13px 19px;
  text-align: center;
  color: #4c4948;
  margin: 16px 0 0;
}
@media (max-width: 1024px) {
  .pageTitleArea .imgWrap.k6 .sns {
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
  }
}
.pageTitleArea .imgWrap.k6 .sns a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px 5px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .pageTitleArea .imgWrap.k6 .sns a {
    flex-direction: row;
    align-items: center;
  }
}
.pageTitleArea .imgWrap.k6 .sns a:hover {
  color: #4d4d4d;
}
.pageTitleArea .imgWrap.k6 .sns .icon {
  background-color: #4c4948;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .pageTitleArea .imgWrap.k6 .sns .icon {
    width: 30px;
    height: 30px;
  }
  .pageTitleArea .imgWrap.k6 .sns .icon img {
    height: 16px;
    width: auto;
  }
}
.pageTitleArea .imgWrap.k6 .sns .snsName {
  font-family: "Acumin Variable Concept", sans-serif;
  font-size: 1.1rem;
  line-height: 1.8181818182;
  font-weight: 400;
}
.pageTitleArea .info_rsv_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 821px;
  width: 100%;
  margin-top: auto;
}
@media (max-width: 1024px) {
  .pageTitleArea .info_rsv_wrap {
    display: contents;
    max-width: none;
  }
}
.pageTitleArea .info {
  display: flex;
  align-items: center;
  gap: 53px;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  height: 63px;
}
@media (max-width: 1024px) {
  .pageTitleArea .info {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 50px;
    gap: 32px;
  }
}
.pageTitleArea .infoTitle {
  font-family: "Akshar-Regular", sans-serif;
  font-size: 2.7rem;
  line-height: 1.75;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .pageTitleArea .infoTitle {
    font-size: 2.4rem;
  }
}
.pageTitleArea .infoText {
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  margin: 0 2em 0 0;
  text-align: left;
}
@media (max-width: 1024px) {
  .pageTitleArea .infoText {
    margin: 0;
  }
}
.pageTitleArea .rsvBtn {
  margin: 0;
}
@media (max-width: 1024px) {
  .pageTitleArea .rsvBtn {
    margin: 0 0 10px;
    width: 71.4%;
  }
}
.pageTitleArea .rsvBtn a {
  background: #fff;
  color: #000;
  border-radius: 0;
  text-align: left;
  width: 302px;
  height: 63px;
  padding: 10px 120px 10px 10px;
  font-family: "Akshar-Regular", sans-serif;
  font-size: 2.7rem;
  line-height: 1.75;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .pageTitleArea .rsvBtn a {
    font-size: 2.4rem;
    background: #000;
    color: #fff;
    width: 100%;
    padding-right: 110px;
  }
}
.pageTitleArea .rsvBtn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 110px;
  height: 1px;
  background: #000;
}
@media (max-width: 1024px) {
  .pageTitleArea .rsvBtn a::after {
    width: 100px;
    background: #fff;
  }
}
.pageTitleArea .telLink {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  text-align: right;
  width: 100%;
  max-width: 1190px;
}
@media screen and (max-width: 1350px) {
  .pageTitleArea .telLink {
    max-width: 95.2%;
  }
}
@media (max-width: 1024px) {
  .pageTitleArea .telLink {
    font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
    font-weight: 700;
    text-align: left;
    max-width: none;
    width: auto;
  }
}
.pageTitleArea .telLink a {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .pageTitleArea .telLink {
    position: static;
    color: #000;
  }
}

.breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.breadcrumbsList {
  padding: 7px 0;
  border-bottom: none;
  max-width: 1190px;
}
@media screen and (max-width: 1250px) {
  .breadcrumbsList {
    max-width: 95.2%;
  }
}
@media (max-width: 767px) {
  .breadcrumbsList {
    max-width: 89%;
  }
}
@media (max-width: 767px) {
  .breadcrumbsList li:first-child {
    margin-left: 0;
  }
}
.breadcrumbsList li a {
  text-decoration: none;
}
.breadcrumbsList li a .icon_home {
  display: none;
}

/* =========================================================
restaurantDetail(common)
========================================================= */
@media screen and (max-width: 1250px) {
  .restaurantDetail .wrapper {
    max-width: 84%;
  }
}
.restaurantDetail .wrapper02 {
  max-width: 1104px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .restaurantDetail .wrapper02 {
    max-width: none;
  }
}
.restaurantDetail .wrapper03 {
  max-width: 1177px;
  margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
  .restaurantDetail .wrapper03 {
    max-width: none;
  }
}
.restaurantDetail h2.secTitle01 {
  color: #231815;
  margin: 0 0 30px;
}
@media (max-width: 1024px) {
  .restaurantDetail h2.secTitle01 {
    margin: 0 0 15px;
  }
}
.restaurantDetail h2.secTitle01 .en {
  display: inline-block;
  font-family: "Savoye LET Plain", cursive;
  font-size: 7.6rem;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}
@media (max-width: 1024px) {
  .restaurantDetail h2.secTitle01 .en {
    font-size: 6.2rem;
  }
}
.restaurantDetail h2.secTitle01 .enExc {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}
.restaurantDetail h2.secTitle01.wave {
  position: relative;
}
.restaurantDetail h2.secTitle01.wave::before {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  width: 100%;
  height: 36px;
  background-image: url(../img/restaurant/wave_line.svg);
  background-repeat: repeat;
  background-size: auto 12px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .restaurantDetail h2.secTitle01.wave::before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 73%;
    background-image: url(../img/restaurant/wave_line_gray.svg);
  }
}
.restaurantDetail h2.secTitle01.wave .en {
  background: #fff;
  padding-right: 0.25em;
}
@media (max-width: 1024px) {
  .restaurantDetail h2.secTitle01.wave .en {
    background: none;
    padding-right: 0;
  }
}
.restaurantDetail h3.secTitle01 {
  color: #4d4d4d;
  margin: 0 0 30px;
}
.restaurantDetail h3.secTitle01 .en {
  display: inline-block;
  font-family: "Savoye LET Plain", cursive;
  font-size: 5.4rem;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}
.restaurantDetail h3.secTitle01 .enExc {
  font-size: 1.2rem;
}
.restaurantDetail .lead {
  font-size: 1.9rem;
  line-height: 1.4736842105;
  letter-spacing: 0.1em;
  margin: 0 0 37px;
}
@media (max-width: 1024px) {
  .restaurantDetail .lead {
    font-size: 1.7rem;
    margin-top: 20px;
  }
}
.restaurantDetail .lead + p:not([class]) {
  letter-spacing: 0.075em;
  margin-top: 20px !important;
}
.restaurantDetail p:not([class]) {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
.restaurantDetail .caption {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  letter-spacing: 0.025em;
}
@media (max-width: 1024px) {
  .restaurantDetail .caption {
    line-height: 1.75;
  }
}
.restaurantDetail .captionWrap {
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .restaurantDetail .captionWrap {
    display: block;
  }
}
.restaurantDetail .caption:has(.price) {
  position: relative;
}
.restaurantDetail .caption .price {
  display: inline-block;
  position: absolute;
  right: 0;
  margin-left: 2em;
}
.restaurantDetail .caption .price.static {
  position: static;
}
@media (max-width: 1024px) {
  .restaurantDetail .caption .price.static.sp_right {
    position: absolute;
  }
}
.restaurantDetail .caption.mr {
  margin-right: -1em;
}
.restaurantDetail .caption.mr .price {
  right: 1em;
}

.before_after_wrap {
  position: relative;
}
.before_after_wrap .photo.after {
  position: absolute;
  inset: 0;
  margin: 0;
  animation: fadeLoop 8s infinite cubic-bezier(0.65, 0, 0.35, 1);
}

@keyframes fadeLoop {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* =========================================================
pizza
========================================================= */
.pizza {
  position: relative;
  overflow: hidden;
}
.pizza .wrapper {
  padding-bottom: 140px;
}
@media (max-width: 1024px) {
  .pizza .wrapper {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.pizza .wrapper02 {
  display: flex;
  gap: 0 100px;
}
@media (max-width: 1024px) {
  .pizza .wrapper02 {
    display: block;
  }
}
.pizza .photoBlock {
  position: relative;
  width: 50%;
  flex-shrink: 0;
  padding-left: 9.4%;
}
@media (max-width: 1024px) {
  .pizza .photoBlock {
    width: 100%;
    padding-left: 0;
  }
}
.pizza .photoBlock .photo01 {
  margin: 0;
}
@media (max-width: 1024px) {
  .pizza .photoBlock .photo01 {
    width: 72.1%;
  }
}
.pizza .photoBlock .photo01 img {
  aspect-ratio: 448/300;
}
.pizza .photo02 {
  position: absolute;
  right: 24%;
  bottom: 30%;
  width: 19%;
  z-index: 1;
  margin: 0;
}
.pizza .photo02 img {
  aspect-ratio: 238/159;
  opacity: 0.5;
}
.pizza .photo03 {
  position: absolute;
  right: 0;
  bottom: 11%;
  width: 25.8%;
  margin: 0;
}
@media (max-width: 1024px) {
  .pizza .photo03 {
    position: relative;
    width: 46.5%;
    z-index: -1;
    margin: -10px -8vw 0 auto;
  }
}
.pizza .photo03 img {
  aspect-ratio: 323/199;
  opacity: 0.5;
}
.pizza .textBlock {
  flex-grow: 1;
  margin-right: -2em;
}
@media (max-width: 1024px) {
  .pizza .textBlock {
    margin-right: 0;
    margin-top: -40px;
  }
}
.pizza .textBlock h2.secTitle01 .en {
  font-size: 5rem;
  color: #4d4d4d;
}
.pizza .btnList {
  display: flex;
  align-items: center;
  gap: 15px 6px;
  width: 100%;
  margin: 72px 0 0;
}
@media (max-width: 1024px) {
  .pizza .btnList {
    flex-direction: column;
    margin: 30px 0 0;
  }
}
.pizza .btnList li {
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .pizza .btnList li {
    width: 100%;
  }
}
.pizza .btnList li a {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding-inline: 10px 19px;
  font-family: "Akshar-Regular", sans-serif;
  font-size: 1.9rem;
  line-height: 1.7497354497;
  letter-spacing: 0;
  background-image: url(../img/restaurant/icon_down.svg);
  background-repeat: no-repeat;
  background-size: 9px 9px;
  background-position: center right 10px;
}
@media (max-width: 1024px) {
  .pizza .btnList li a {
    font-size: 2.2rem;
  }
}

/* =========================================================
breakfastBuffet
========================================================= */
.breakfastBuffet .wrapper {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .breakfastBuffet .wrapper {
    padding-top: 30px;
  }
}
.breakfastBuffet .inner01 {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin: 0 0 60px;
}
@media (max-width: 1024px) {
  .breakfastBuffet .inner01 {
    display: block;
    margin: 0 0 36px;
  }
}
.breakfastBuffet .inner01 .textBlock {
  flex-grow: 1;
  margin-right: -2em;
}
@media (max-width: 1024px) {
  .breakfastBuffet .inner01 .textBlock {
    margin-right: 0;
  }
}
.breakfastBuffet .inner01 .textBlock h2.secTitle01 {
  margin-right: 2em;
}
@media (max-width: 1024px) {
  .breakfastBuffet .inner01 .textBlock h2.secTitle01 {
    margin-right: 0;
  }
}
.breakfastBuffet .inner01 .photoBlock {
  width: 45.47%;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .breakfastBuffet .inner01 .photoBlock {
    width: 100vw;
    margin-top: 36px;
    margin-inline: calc(50% - 50vw);
  }
}
.breakfastBuffet .inner01 .photoBlock .photo {
  margin: 0;
}
.breakfastBuffet .inner01 .photoBlock .photo img {
  aspect-ratio: 502/341;
}
.breakfastBuffet .inner02 {
  display: flex;
  align-items: flex-start;
  gap: 0 50px;
}
@media (max-width: 1024px) {
  .breakfastBuffet .inner02 {
    flex-direction: column-reverse;
  }
}
.breakfastBuffet .inner02 .textBlock {
  width: 19%;
}
@media (max-width: 1024px) {
  .breakfastBuffet .inner02 .textBlock {
    width: 100%;
  }
}
.breakfastBuffet .inner02 .textBlock .photo {
  margin: 0;
}
.breakfastBuffet .inner02 .textBlock .photo img {
  aspect-ratio: 211/141;
}
.breakfastBuffet .inner02 .textBlock p:not([class]) {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .breakfastBuffet .inner02 .textBlock p:not([class]) {
    margin-top: 20px;
  }
}
.breakfastBuffet .inner02 .photoBlock {
  position: relative;
  width: calc(64% - 100px);
}
@media (max-width: 1024px) {
  .breakfastBuffet .inner02 .photoBlock {
    width: 100%;
  }
}
.breakfastBuffet .inner02 .photoBlock .slideList {
  width: 100%;
}
.breakfastBuffet .inner02 .photoBlock .slideList:not(.slick-initialized) > li:not(:first-child) {
  display: none;
}
.breakfastBuffet .inner02 .photoBlock .slideList .slick-slide {
  position: relative;
}
.breakfastBuffet .inner02 .photoBlock .slideList .slick-slide .photo {
  margin: 0;
}
.breakfastBuffet .inner02 .photoBlock .slideList .slick-slide img {
  aspect-ratio: 603/402;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.breakfastBuffet .inner02 .photoBlock .slideList .slick-counter {
  display: none;
}
.breakfastBuffet .inner02 .photoBlock .arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 80px);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .breakfastBuffet .inner02 .photoBlock .arrows {
    width: calc(100% + 30px);
  }
}
.breakfastBuffet .inner02 .photoBlock .slick-arrow {
  pointer-events: auto;
  border-radius: 0;
  border: none;
  width: 40px;
  height: 48px;
  margin: 0;
}
@media (max-width: 1024px) {
  .breakfastBuffet .inner02 .photoBlock .slick-arrow {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
  }
}
.breakfastBuffet .inner02 .photoBlock .slick-arrow.slick-prev {
  margin-left: 0;
  margin-right: auto;
}
.breakfastBuffet .inner02 .photoBlock .slick-arrow svg {
  fill: #4d4d4d;
  width: 10px;
  height: 18px;
}
@media (max-width: 1024px) {
  .breakfastBuffet .inner02 .photoBlock .slick-arrow svg {
    width: 6px;
    height: 10px;
  }
}
.breakfastBuffet .inner02 .popBlock {
  width: 17%;
  position: relative;
}
.breakfastBuffet .inner02 .popBlock .popInner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
  text-align: center;
}
.breakfastBuffet .inner02 .popBlock .popInner .title {
  font-family: "Bakerie Rough Bold";
  font-size: 2.257rem;
  line-height: 0.9304386354;
  letter-spacing: 0.05em;
}
.breakfastBuffet .inner02 .popBlock .popInner .text {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.24rem;
  line-height: 1.5455278002;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-top: 10px;
  width: 80%;
}

/* =========================================================
lunch
========================================================= */
.lunch .inner01 {
  display: flex;
  align-items: flex-start;
  gap: 42px;
  margin: 0 0 60px;
}
@media (max-width: 1024px) {
  .lunch .inner01 {
    display: block;
  }
}
.lunch .inner01 .textBlock {
  flex-grow: 1;
}
.lunch .inner01 .photoBlock {
  position: relative;
  width: 45.6%;
  flex-shrink: 0;
  display: flex;
  gap: 12px;
}
@media (max-width: 1024px) {
  .lunch .inner01 .photoBlock {
    width: 100%;
    margin-top: 60px;
    gap: 8px;
  }
}
.lunch .inner01 .photoBlock .photoWrap {
  width: calc((100% - 12px) / 2);
}
@media (max-width: 1024px) {
  .lunch .inner01 .photoBlock .photoWrap {
    width: calc((100% - 8px) / 2);
  }
}
@media (max-width: 1024px) {
  .lunch .inner01 .photoBlock .photoWrap .caption {
    width: 84vw;
  }
}
.lunch .inner01 .photoBlock .photo img {
  aspect-ratio: 246/164;
}
.lunch .inner01 .photoBlock h3.secTitle01 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.6lh;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  width: fit-content;
}
@media (max-width: 1024px) {
  .lunch .inner01 .photoBlock h3.secTitle01 {
    left: auto;
    bottom: auto;
    right: 0;
    top: -0.95lh;
  }
}
.lunch .inner01 .photoBlock h3.secTitle01 .en {
  flex-shrink: 0;
}
.lunch .inner01 .photoBlock h3.secTitle01 .enExc {
  flex-shrink: 0;
  margin-bottom: 5px;
}
.lunch .inner02 {
  display: flex;
  align-items: flex-start;
  gap: 20px 82px;
}
@media (max-width: 1024px) {
  .lunch .inner02 {
    flex-direction: column-reverse;
  }
}
.lunch .inner02 .textBlock {
  flex-grow: 1;
}
.lunch .inner02 .textBlock p:not([class]):last-child {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .lunch .inner02 .textBlock p:not([class]):last-child {
    margin-top: 20px;
  }
}
.lunch .inner02 .photoBlock {
  position: relative;
  width: 76%;
  flex-shrink: 0;
  display: flex;
  gap: 25px;
}
@media (max-width: 1024px) {
  .lunch .inner02 .photoBlock {
    width: 100%;
    gap: 8px;
  }
}
.lunch .inner02 .photoBlock .photoWrap {
  width: calc((100% - 25px) / 2);
}
@media (max-width: 1024px) {
  .lunch .inner02 .photoBlock .photoWrap {
    width: calc((100% - 8px) / 2);
  }
}
.lunch .inner02 .photoBlock .photo img {
  aspect-ratio: 407/272;
}
.lunch .inner02 .photoBlock h3.secTitle01 {
  position: absolute;
  left: 30px;
  top: -0.6lh;
  z-index: 1;
  margin: 0;
}
@media (max-width: 1024px) {
  .lunch .inner02 .photoBlock h3.secTitle01 {
    left: 0;
    top: -0.95lh;
  }
}
@media (max-width: 1024px) {
  .lunch .inner02 .photoBlock .caption .price.static {
    margin-left: 0;
  }
}

/* =========================================================
dinner
========================================================= */
.dinner .inner01 {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin: 0 0 30px;
}
@media (max-width: 1024px) {
  .dinner .inner01 {
    display: block;
    margin: 0 0 20px;
  }
}
.dinner .inner01 .textBlock {
  flex-grow: 1;
}
.dinner .inner01 .textBlock p:not([class]) {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .dinner .inner01 .textBlock p:not([class]) {
    margin-top: 20px;
  }
}
.dinner .inner01 .photoBlock {
  position: relative;
  width: 49.8%;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .dinner .inner01 .photoBlock {
    width: 100vw;
    margin-top: 36px;
    margin-inline: calc(50% - 50vw);
  }
}
@media (max-width: 1024px) {
  .dinner .inner01 .photoBlock .photo {
    padding-bottom: 5px;
  }
}
.dinner .inner01 .photoBlock .photo img {
  aspect-ratio: 586/391;
}
.dinner .inner01 .captionWrap {
  gap: 17px;
  width: 100%;
  padding-right: 18.1%;
}
@media (max-width: 1024px) {
  .dinner .inner01 .captionWrap {
    width: 84%;
    padding-right: 0;
    margin: 0 auto 20px;
  }
}
.dinner .inner01 .captionWrap .caption {
  width: calc((100% - 17px) / 2);
}
@media (max-width: 1024px) {
  .dinner .inner01 .captionWrap .caption {
    width: 100%;
  }
}
.dinner .inner02 {
  display: flex;
  gap: 20px 80px;
}
@media (max-width: 1024px) {
  .dinner .inner02 {
    flex-direction: column-reverse;
  }
}
.dinner .inner02 .photoBlock01 {
  flex-grow: 1;
  display: flex;
  gap: 13px;
}
@media (max-width: 1024px) {
  .dinner .inner02 .photoBlock01 {
    flex-wrap: wrap;
    width: 100%;
    gap: 8px;
  }
}
.dinner .inner02 .photoBlock01 .photoWrap {
  width: calc((100% - 26px) / 3);
}
@media (max-width: 1024px) {
  .dinner .inner02 .photoBlock01 .photoWrap {
    width: calc((100% - 16px) / 3);
  }
}
.dinner .inner02 .photoBlock01 .photo img {
  aspect-ratio: 165/248;
}
.dinner .inner02 .photoBlock01 .captionWrap {
  width: 100%;
  margin: 0 auto 20px;
}
.dinner .inner02 .photoBlock02 {
  width: 49.8%;
  flex-shrink: 0;
  display: flex;
  gap: 17px;
  padding-right: 9%;
}
@media (max-width: 1024px) {
  .dinner .inner02 .photoBlock02 {
    flex-wrap: wrap;
    width: 100%;
    gap: 8px;
    padding-right: 0;
  }
}
.dinner .inner02 .photoBlock02 .photoWrap {
  width: calc((100% - 17px) / 2);
}
@media (max-width: 1024px) {
  .dinner .inner02 .photoBlock02 .photoWrap {
    width: calc((100% - 8px) / 2);
  }
}
.dinner .inner02 .photoBlock02 .photo img {
  aspect-ratio: 231/329;
}
.dinner .inner02 .photoBlock02 .captionWrap {
  width: 100%;
  margin: 0 auto 20px;
}

/* =========================================================
kids_dessert
========================================================= */
.kids_dessert .wrapper {
  padding-block: 0 160px;
}
@media (max-width: 1024px) {
  .kids_dessert .wrapper {
    padding-block: 30px 30px;
  }
}
.kids_dessert .wrapper03 {
  display: flex;
  align-items: flex-start;
  gap: 88px;
}
@media (max-width: 1024px) {
  .kids_dessert .wrapper03 {
    display: block;
  }
}
@media (max-width: 1024px) {
  .kids_dessert h2.secTitle01 .en {
    font-size: 5rem;
  }
}
.kids_dessert .kidsBlock {
  position: relative;
  width: 44.3%;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .kids_dessert .kidsBlock {
    width: 100%;
  }
}
.kids_dessert .kidsBlock h2.secTitle01 {
  position: absolute;
  top: -0.95lh;
  left: 45%;
}
.kids_dessert .kidsBlock .photo img {
  aspect-ratio: 521/347;
}
.kids_dessert .dessertBlock {
  position: relative;
  width: 46%;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .kids_dessert .dessertBlock {
    width: 92vw;
    margin-inline: calc(50% - 50vw);
    padding-left: 6%;
  }
}
.kids_dessert .dessertBlock h2.secTitle01 {
  position: absolute;
  bottom: -20%;
  left: 12%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .kids_dessert .dessertBlock h2.secTitle01 {
    bottom: -8%;
    left: 8%;
  }
}
.kids_dessert .dessertBlock h3.secTitle01 {
  position: relative;
  margin-top: -0.75lh;
  margin-bottom: 0;
  margin-left: 0.5em;
  z-index: 1;
}
@media (max-width: 1024px) {
  .kids_dessert .dessertBlock h3.secTitle01 {
    margin-bottom: 12px;
    margin-right: 0;
  }
}
.kids_dessert .dessertBlock h3.secTitle01 .en {
  font-size: 3rem;
}
@media (max-width: 1024px) {
  .kids_dessert .dessertBlock h3.secTitle01 .en {
    font-size: 1.845rem;
  }
}
.kids_dessert .dessertBlock .photoWrap {
  background: #f9f7f5;
  border: 1px solid #cccccc;
  border-radius: 3.1537px;
  padding: 21px;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
  width: 56.6%;
}
@media (max-width: 1024px) {
  .kids_dessert .dessertBlock .photoWrap {
    padding: 13px;
  }
}
.kids_dessert .dessertBlock .photoWrap.left {
  transform-origin: 0 100%;
  transform: rotate(-10.45deg);
  z-index: 1;
  margin-top: 90px;
}
@media (max-width: 1024px) {
  .kids_dessert .dessertBlock .photoWrap.left {
    margin-top: 60px;
  }
}
.kids_dessert .dessertBlock .photoWrap.right {
  transform-origin: 0 100%;
  transform: rotate(16.384deg);
  margin-top: 110px;
  margin-inline: -40px;
}
@media (max-width: 1024px) {
  .kids_dessert .dessertBlock .photoWrap.right {
    transform: rotate(6deg);
  }
}
.kids_dessert .dessertBlock .photo img {
  aspect-ratio: 263/203;
}
@media (max-width: 1024px) {
  .kids_dessert .dessertBlock .caption {
    margin-inline: -0.25em;
  }
  .kids_dessert .dessertBlock .caption:has(.price.static.sp_right) {
    margin-block: -0.5lh 0.5lh;
  }
}

body:not(.lang_ja) .breakfastBuffet .inner01 .textBlock {
  margin-right: 0;
}
body:not(.lang_ja) .breakfastBuffet .inner01 .textBlock h2.secTitle01 {
  margin-right: 0;
}
body.lang_en .lunch .inner01 .photoBlock h3.secTitle01 .enExc {
  display: block !important;
}
@media (max-width: 1024px) {
  body.lang_en .lunch .inner01 .photoBlock h3.secTitle01 .enExc {
    display: none !important;
  }
}
body.lang_en .pageTitleArea .imgWrap.k6, body.lang_fr .pageTitleArea .imgWrap.k6, body.lang_de .pageTitleArea .imgWrap.k6, body.lang_es .pageTitleArea .imgWrap.k6, body.lang_it .pageTitleArea .imgWrap.k6, body.lang_vi .pageTitleArea .imgWrap.k6, body.lang_id .pageTitleArea .imgWrap.k6, body.lang_ms .pageTitleArea .imgWrap.k6, body.lang_ru .pageTitleArea .imgWrap.k6 {
  width: 84%;
}
@media (max-width: 1024px) {
  body.lang_en .pageTitleArea .imgWrap.k6, body.lang_fr .pageTitleArea .imgWrap.k6, body.lang_de .pageTitleArea .imgWrap.k6, body.lang_es .pageTitleArea .imgWrap.k6, body.lang_it .pageTitleArea .imgWrap.k6, body.lang_vi .pageTitleArea .imgWrap.k6, body.lang_id .pageTitleArea .imgWrap.k6, body.lang_ms .pageTitleArea .imgWrap.k6, body.lang_ru .pageTitleArea .imgWrap.k6 {
    margin: 40px 0 0;
  }
}
body.lang_de .breakfastBuffet .inner02 .popBlock .popInner .text, body.lang_it .breakfastBuffet .inner02 .popBlock .popInner .text, body.lang_id .breakfastBuffet .inner02 .popBlock .popInner .text {
  font-size: 1rem;
}
body.lang_vi .breakfastBuffet .inner02 .popBlock .popInner .text {
  font-size: 1rem;
  width: 70%;
}
body.lang_zh-CHT .breakfastBuffet .inner02 .popBlock .popInner .text, body.lang_zh-CHS .breakfastBuffet .inner02 .popBlock .popInner .text {
  width: 50%;
  margin-top: 0;
}/*# sourceMappingURL=maihama_restaurant_new.css.map */