@charset "UTF-8";
@font-face {
  font-family: "Gotham Extra Light";
  src: url("../fonts/GothamExtraLight.woff") format("woff"), url("../fonts/GothamExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.secTitle2 {
  color: #000;
  font-size: 2.5rem;
  line-height: 1.72;
  margin: 0 0 24px;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .secTitle2 {
    font-size: 1.6rem;
    margin: 0 0 16px;
    text-align: center;
  }
}
.secTitle2.center {
  text-align: center;
}
.secTitle2 .en {
  display: block;
  font-family: "Gotham Extra Light";
  font-size: 7.2rem;
  font-weight: 200;
  line-height: 1;
  margin: 0 0 16px;
}
@media (max-width: 1024px) {
  .secTitle2 .en {
    font-size: 3.7rem;
    margin: 0 0 4px;
  }
}

body {
  background: #fff;
  color: #000;
}

.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: 40px;
  }
}
@media screen and (max-width: 534px) {
  .pageTitleArea {
    margin-top: 56px;
  }
}

.pageTitleArea {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: none;
  height: calc(100vh - 80px - 40px);
  z-index: 1;
  background: none;
  color: #fff;
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .pageTitleArea {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .pageTitleArea {
    height: calc(100svh - 55px - 56px);
    min-height: 556px;
    min-height: -webkit-fill-available;
  }
}
.pageTitleArea .hotelName {
  display: none;
}
.pageTitleArea .kv {
  width: 100%;
  height: 100%;
}
.pageTitleArea .kv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pageTitleArea > div {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding-block: 72px;
}
@media (max-width: 1024px) {
  .pageTitleArea > div {
    padding-block: 32px;
  }
}
.pageTitleArea .logo {
  margin: 6vw 0 0;
}
@media (max-width: 767px) {
  .pageTitleArea .logo {
    margin: 9vw 0 0;
  }
}
body.lang_en .pageTitleArea .logo, body.lang_fr .pageTitleArea .logo, body.lang_de .pageTitleArea .logo, body.lang_es .pageTitleArea .logo, body.lang_it .pageTitleArea .logo, body.lang_ms .pageTitleArea .logo, body.lang_id .pageTitleArea .logo {
  margin-top: calc(6vw + 38px);
}
@media (max-width: 1024px) {
  body.lang_en .pageTitleArea .logo, body.lang_fr .pageTitleArea .logo, body.lang_de .pageTitleArea .logo, body.lang_es .pageTitleArea .logo, body.lang_it .pageTitleArea .logo, body.lang_ms .pageTitleArea .logo, body.lang_id .pageTitleArea .logo {
    margin-top: calc(6vw + 21px);
  }
}
@media (max-width: 767px) {
  body.lang_en .pageTitleArea .logo, body.lang_fr .pageTitleArea .logo, body.lang_de .pageTitleArea .logo, body.lang_es .pageTitleArea .logo, body.lang_it .pageTitleArea .logo, body.lang_ms .pageTitleArea .logo, body.lang_id .pageTitleArea .logo {
    margin-top: calc(9vw + 21px);
  }
}
.pageTitleArea .logo img {
  width: 24.1vw;
  max-width: 355px;
  height: auto;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
}
@media (max-width: 1024px) {
  .pageTitleArea .logo img {
    width: 192px;
    filter: none;
  }
}
.pageTitleArea .en {
  font-size: 5.4rem;
}
@media (max-width: 1024px) {
  .pageTitleArea .en {
    font-size: 3.2rem;
  }
}
.pageTitleArea .enExc {
  margin: 20px 0 0;
}
@media (max-width: 1024px) {
  .pageTitleArea .enExc {
    margin: 10px 0 0;
  }
}
body.lang_fr .pageTitleArea .enExc, body.lang_de .pageTitleArea .enExc, body.lang_es .pageTitleArea .enExc, body.lang_it .pageTitleArea .enExc, body.lang_ms .pageTitleArea .enExc, body.lang_id .pageTitleArea .enExc {
  font-size: 5.4rem;
  margin-top: 0;
}
@media (max-width: 1024px) {
  body.lang_fr .pageTitleArea .enExc, body.lang_de .pageTitleArea .enExc, body.lang_es .pageTitleArea .enExc, body.lang_it .pageTitleArea .enExc, body.lang_ms .pageTitleArea .enExc, body.lang_id .pageTitleArea .enExc {
    font-size: 3.2rem;
  }
}

.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;
}

/* =========================================================
restaurantIntro
========================================================= */
.restaurantIntro {
  position: relative;
}
.restaurantIntro .pattern {
  position: absolute;
  inset: 0;
  bottom: 100px;
  margin: auto;
  width: 100%;
  height: 490px;
  background: #ebe5dc;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .restaurantIntro .pattern {
    height: calc(100% - 56px);
    bottom: auto;
    top: 0;
  }
}
.restaurantIntro .pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent calc(50% - 1px), rgba(230, 222, 211, 0.9) calc(50% - 1px), rgba(230, 222, 211, 0.9) calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(-45deg, transparent calc(50% - 1px), rgba(230, 222, 211, 0.9) calc(50% - 1px), rgba(230, 222, 211, 0.9) calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 25px 25px;
}
@media (max-width: 767px) {
  .restaurantIntro .pattern::before {
    background-size: 19px 19px;
  }
}
.restaurantIntro .pattern::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #ebe5dc 0 1.5px, transparent 1.5px);
  background-size: 25px 25px;
}
@media (max-width: 767px) {
  .restaurantIntro .pattern::after {
    background-image: radial-gradient(circle, #ebe5dc 0 1px, transparent 1px);
    background-size: 19px 19px;
  }
}
.restaurantIntro .wrapper {
  padding-block: 150px 160px;
}
@media (max-width: 1024px) {
  .restaurantIntro .wrapper {
    padding-block: 88px 152px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .restaurantIntro .wrapper {
    max-width: 84%;
  }
}
.restaurantIntro .pointList {
  display: flex;
  padding: 45px 0;
  margin-inline: -5px;
  background: #fff;
}
@media (max-width: 767px) {
  .restaurantIntro .pointList {
    flex-direction: column;
    padding: 0 32px;
    max-width: 84%;
    margin-inline: auto;
  }
}
.restaurantIntro .pointList .listItem {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px 0;
  text-align: center;
  border-left: 1px solid #231815;
  width: 33.3333333333%;
  min-height: 310px;
  padding-inline: 1em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .restaurantIntro .pointList .listItem {
    min-height: 270px;
  }
}
@media (max-width: 767px) {
  .restaurantIntro .pointList .listItem {
    width: 100%;
    min-height: 270px;
    border-left: none;
    border-top: 1px solid #231815;
    padding-inline: 0;
    padding-block: 40px;
  }
}
.restaurantIntro .pointList .listItem:first-child {
  border-left: none;
}
@media (max-width: 767px) {
  .restaurantIntro .pointList .listItem:first-child {
    border-top: none;
  }
}
.restaurantIntro .pointList .listItem .icon {
  width: 60px;
  height: 60px;
}
@media (max-width: 1024px) {
  .restaurantIntro .pointList .listItem .icon {
    width: 40px;
    height: 40px;
  }
}
.restaurantIntro .pointList dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.875;
  color: #416536;
  margin: 0 0 24px;
}
@media (max-width: 1024px) {
  .restaurantIntro .pointList dl dt {
    font-size: 1.7rem;
  }
}
.restaurantIntro .pointList dl dd {
  font-size: 2.1rem;
  line-height: 1.9;
}
@media (max-width: 1024px) {
  .restaurantIntro .pointList dl dd {
    font-size: 1.4rem;
  }
}
.restaurantIntro .photo {
  display: block;
  border-radius: 0;
  margin: 140px 0 0;
  width: 60.8%;
  margin-inline: auto;
}
.restaurantIntro .photo img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 760/506;
}

/* =========================================================
restaurantDetail
========================================================= */
.restaurantDetail .wrapper {
  display: flex;
  gap: 0 40px;
  max-width: 1180px;
  padding-block: 100px;
}
@media screen and (max-width: 1250px) {
  .restaurantDetail .wrapper {
    max-width: 84%;
  }
}
@media (max-width: 1024px) {
  .restaurantDetail .wrapper {
    flex-direction: column;
    max-width: 75%;
    padding-block: 40px;
  }
}
.restaurantDetail .secTitle2 {
  margin-top: -0.25lh;
}
.restaurantDetail .secTitle02 {
  font-size: 2.4rem;
  line-height: 1.55;
  margin: 0 0 16px;
}
@media (max-width: 1024px) {
  .restaurantDetail .secTitle02 {
    font-size: 1.5rem;
    margin: 0 0 8px;
  }
}
.restaurantDetail .text {
  color: #416536;
  font-size: 1.8rem;
  line-height: 1.9;
}
@media (max-width: 1024px) {
  .restaurantDetail .text {
    font-size: 1.3rem;
    text-align: center;
    margin: 0 -1em 24px;
  }
}
.restaurantDetail .textWrap {
  width: 59%;
}
@media screen and (max-width: 1250px) {
  .restaurantDetail .textWrap {
    width: 39%;
    flex-shrink: 0;
  }
}
@media (max-width: 1024px) {
  .restaurantDetail .textWrap {
    display: contents;
  }
}
.restaurantDetail .restaurantInfo {
  line-height: 1.75;
}
@media (max-width: 1024px) {
  .restaurantDetail .restaurantInfo {
    order: 1;
  }
}
.restaurantDetail .restaurantInfo dt {
  font-weight: 700;
  margin-top: 1lh;
}
.restaurantDetail .restaurantInfo dd .note {
  font-size: 1.3rem;
}
@media (max-width: 1024px) {
  .restaurantDetail .restaurantInfo dd .note {
    font-size: 1.1rem;
  }
}
@media (max-width: 1024px) {
  .restaurantDetail .restaurantInfo dd:first-of-type .note {
    font-size: 1.2rem;
  }
}
.restaurantDetail .restaurantInfo dd .time {
  display: inline-block;
  width: 6em;
  margin-right: 1em;
}
@media (max-width: 1024px) {
  .restaurantDetail .restaurantInfo dd .time {
    padding-left: 1.5em;
    width: 8.5em;
  }
}
@media (max-width: 1024px) {
  .restaurantDetail .restaurantInfo dd:has(.time) .note {
    padding-left: 1.5rem;
  }
}
.restaurantDetail.breakfast .photo, .restaurantDetail.dinner .photo {
  position: relative;
  display: block;
  border-radius: 0;
  flex-shrink: 0;
}
.restaurantDetail.breakfast .photoWrap, .restaurantDetail.dinner .photoWrap {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-bottom: 280px;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .restaurantDetail.breakfast .photoWrap, .restaurantDetail.dinner .photoWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-inline: calc(50% - 50vw);
    margin-bottom: 0;
  }
}
.restaurantDetail.breakfast .photo01, .restaurantDetail.dinner .photo01 {
  width: 100%;
  margin: 0;
}
.restaurantDetail.breakfast .photo01 img, .restaurantDetail.dinner .photo01 img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 960/642;
}
.restaurantDetail.breakfast .photo02, .restaurantDetail.dinner .photo02 {
  position: absolute;
  right: calc(100% - 100px);
  top: calc(100% - 95px);
  width: 393px;
  border: 13px solid #fff;
  margin: 0;
}
@media (min-width: 1025px) and (max-width: 1250px) {
  .restaurantDetail.breakfast .photo02, .restaurantDetail.dinner .photo02 {
    top: calc(100% + 105px);
  }
}
@media (max-width: 1024px) {
  .restaurantDetail.breakfast .photo02, .restaurantDetail.dinner .photo02 {
    position: static;
    width: calc(50% - 4px);
    border: none;
  }
}
.restaurantDetail.breakfast .photo02 img, .restaurantDetail.dinner .photo02 img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 393/262;
}
@media (max-width: 1024px) {
  .restaurantDetail.breakfast .photo02 img, .restaurantDetail.dinner .photo02 img {
    aspect-ratio: 184/123;
  }
}
.restaurantDetail.breakfast .photo03, .restaurantDetail.dinner .photo03 {
  position: absolute;
  left: 120px;
  top: calc(100% + 56px);
  width: 348px;
  margin: 0;
}
@media (max-width: 1024px) {
  .restaurantDetail.breakfast .photo03, .restaurantDetail.dinner .photo03 {
    position: static;
    width: calc(50% - 4px);
  }
}
.restaurantDetail.breakfast .photo03 img, .restaurantDetail.dinner .photo03 img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 348/232;
}
@media (max-width: 1024px) {
  .restaurantDetail.breakfast .photo03 img, .restaurantDetail.dinner .photo03 img {
    aspect-ratio: 184/123;
  }
}
.restaurantDetail.breakfast .wrapper {
  padding-top: 0;
}
@media (min-width: 1025px) and (max-width: 1250px) {
  body.lang_fr .restaurantDetail.breakfast .wrapper, body.lang_de .restaurantDetail.breakfast .wrapper, body.lang_es .restaurantDetail.breakfast .wrapper, body.lang_vi .restaurantDetail.breakfast .wrapper, body.lang_id .restaurantDetail.breakfast .wrapper, body.lang_ms .restaurantDetail.breakfast .wrapper {
    padding-bottom: 200px;
  }
}
.restaurantDetail.breakfast .secTitle2 {
  position: relative;
  z-index: 1;
  margin-top: -1lh;
  margin-right: -256px;
}
@media (max-width: 1024px) {
  .restaurantDetail.breakfast .secTitle2 {
    margin-top: 0;
    margin-inline: -1em;
  }
}
@media (min-width: 1301px) and (max-width: 1450px) {
  body.lang_fr .restaurantDetail.breakfast .photo02, body.lang_de .restaurantDetail.breakfast .photo02, body.lang_es .restaurantDetail.breakfast .photo02, body.lang_vi .restaurantDetail.breakfast .photo02, body.lang_id .restaurantDetail.breakfast .photo02, body.lang_ms .restaurantDetail.breakfast .photo02 {
    top: calc(100% - 95px + 4lh);
  }
}
@media (min-width: 1025px) and (max-width: 1350px) {
  body.lang_fr .restaurantDetail.breakfast .photo02, body.lang_de .restaurantDetail.breakfast .photo02, body.lang_es .restaurantDetail.breakfast .photo02, body.lang_vi .restaurantDetail.breakfast .photo02, body.lang_id .restaurantDetail.breakfast .photo02, body.lang_ms .restaurantDetail.breakfast .photo02 {
    top: calc(100% + 105px + 3.5lh);
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  body.lang_vi .restaurantDetail.breakfast .photo02 {
    top: calc(100% - 95px + 4lh);
  }
}
@media (min-width: 1025px) and (max-width: 1250px) {
  .restaurantDetail.dinner .wrapper {
    padding-bottom: 320px;
  }
}
@media (min-width: 1025px) and (max-width: 1350px) {
  body.lang_fr .restaurantDetail.dinner .wrapper, body.lang_de .restaurantDetail.dinner .wrapper, body.lang_es .restaurantDetail.dinner .wrapper, body.lang_vi .restaurantDetail.dinner .wrapper, body.lang_id .restaurantDetail.dinner .wrapper, body.lang_ms .restaurantDetail.dinner .wrapper {
    padding-bottom: 400px;
  }
}
.restaurantDetail.dinner .photoWrap {
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  .restaurantDetail.dinner .photoWrap {
    margin-bottom: 0;
  }
}
.restaurantDetail.dinner .photo02 {
  right: calc(100% - 100px);
  top: calc(100% - 170px);
  width: 474px;
}
@media (min-width: 1251px) and (max-width: 1350px) {
  .restaurantDetail.dinner .photo02 {
    top: calc(100% - 170px + 2lh);
  }
}
@media (min-width: 1025px) and (max-width: 1250px) {
  .restaurantDetail.dinner .photo02 {
    top: calc(100% + 2lh);
  }
}
@media (max-width: 1024px) {
  .restaurantDetail.dinner .photo02 {
    width: 74%;
    margin-inline: auto;
  }
}
body.lang_fr .restaurantDetail.dinner .photo02, body.lang_de .restaurantDetail.dinner .photo02, body.lang_es .restaurantDetail.dinner .photo02, body.lang_vi .restaurantDetail.dinner .photo02, body.lang_id .restaurantDetail.dinner .photo02, body.lang_ms .restaurantDetail.dinner .photo02 {
  top: calc(100% - 170px + 4lh);
}
@media (min-width: 1025px) and (max-width: 1350px) {
  body.lang_fr .restaurantDetail.dinner .photo02, body.lang_de .restaurantDetail.dinner .photo02, body.lang_es .restaurantDetail.dinner .photo02, body.lang_vi .restaurantDetail.dinner .photo02, body.lang_id .restaurantDetail.dinner .photo02, body.lang_ms .restaurantDetail.dinner .photo02 {
    top: calc(100% + 6lh);
  }
}
@media (min-width: 1251px) and (max-width: 1450px) {
  body.lang_th .restaurantDetail.dinner .photo02 {
    top: calc(100% - 170px + 2lh);
  }
}
@media (min-width: 1025px) and (max-width: 1250px) {
  body.lang_th .restaurantDetail.dinner .photo02 {
    top: calc(100% + 3lh);
  }
}
.restaurantDetail.dinner .photo02 img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 474/316;
}
@media (min-width: 1025px) {
  .restaurantDetail.lunch .wrapper {
    flex-direction: row-reverse;
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 1251px) {
  .restaurantDetail.lunch .wrapper {
    max-width: 1270px;
  }
}
.restaurantDetail.lunch .lunchDetail {
  background: #ebe5dc;
  color: #416536;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.53;
  text-align: center;
  padding: 16px 16px;
  display: flex;
  justify-content: center;
  gap: 0 1em;
  margin: 24px 0 0;
}
@media (min-width: 1025px) {
  .restaurantDetail.lunch .lunchDetail {
    gap: 0 0.5em;
  }
}
@media screen and (min-width: 1201px) {
  .restaurantDetail.lunch .lunchDetail {
    max-width: 296px;
  }
}
@media (max-width: 1024px) {
  .restaurantDetail.lunch .lunchDetail {
    order: 1;
  }
}
.restaurantDetail.lunch .lunchDetail p {
  text-align: left;
}
@media (min-width: 1025px) {
  .restaurantDetail.lunch .lunchDetail p small {
    display: block;
    margin-top: -0.125em;
    font-size: 1.2rem;
  }
}
.restaurantDetail.lunch .photo {
  position: relative;
  display: block;
  border-radius: 0;
  flex-shrink: 0;
}
.restaurantDetail.lunch .photoWrap {
  position: relative;
  display: flex;
  gap: 8px 13px;
  margin-left: calc(50% - 50vw);
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .restaurantDetail.lunch .photoWrap {
    gap: 8px 8px;
    margin-inline: calc(50% - 50vw);
  }
}
@media (max-width: 767px) {
  .restaurantDetail.lunch .photoWrap {
    flex-direction: column;
    margin-inline: 0;
  }
}
.restaurantDetail.lunch .photo01, .restaurantDetail.lunch .photo02 {
  width: calc(50% - 6.5px);
  margin: 0;
}
@media (max-width: 1024px) {
  .restaurantDetail.lunch .photo01, .restaurantDetail.lunch .photo02 {
    width: calc(50% - 4px);
  }
}
@media (max-width: 767px) {
  .restaurantDetail.lunch .photo01, .restaurantDetail.lunch .photo02 {
    width: 100%;
  }
}
.restaurantDetail.lunch .photo01 img, .restaurantDetail.lunch .photo02 img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 492/400;
}
@media (max-width: 1024px) {
  .restaurantDetail.lunch .photo01 img, .restaurantDetail.lunch .photo02 img {
    aspect-ratio: 541/397;
  }
}

/* =========================================================
reservationArea
========================================================= */
.reservationArea {
  position: relative;
  background: #fff;
  z-index: 1;
}
.reservationArea .wrapper {
  padding-top: 0;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .reservationArea .wrapper {
    padding-bottom: 60px;
  }
}
.reservationArea .secTitle2 {
  margin-top: 0;
  letter-spacing: 0.045em;
}
.reservationArea .secTitle2 .en {
  color: #603813;
  font-size: 3rem;
}
@media (max-width: 1024px) {
  .reservationArea .secTitle2 .en {
    font-size: 2.5rem;
  }
}
.reservationArea .caution {
  display: inline-block;
  color: #fff;
  background: #f00;
  padding: 2px 1em 1px;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .reservationArea .caution {
    font-size: 1.5rem;
  }
}
.reservationArea .conBlock {
  margin: 60px 0 0;
  text-align: center;
  color: #603813;
}
@media screen and (max-width: 1200px) {
  .reservationArea .conBlock {
    margin: 40px 0 0;
    padding-block: 0;
  }
}
.reservationArea .conBlock .telWrap {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
}
.reservationArea .conBlock .subTitle {
  max-width: none;
  width: 100%;
  font-size: 2.1rem;
  font-weight: 500;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .reservationArea .conBlock .subTitle {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .reservationArea .conBlock .subTitle {
    font-size: 1.7rem;
  }
}
.reservationArea .conBlock .telLink {
  flex-shrink: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3333333333;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .reservationArea .conBlock .telLink {
    font-size: 1.9rem;
  }
}
@media (max-width: 1024px) {
  .reservationArea .conBlock span:last-child {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=restaurant.css.map */