@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-mv
   -------------------------------------------------------------------------- */
.l-mv {
  position: relative;
}

.l-mv-translation-nav-box {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5px;
  border-bottom: 1px solid #111111;
  gap: 8px;
}

.l-mv-translation-nav-ttl {
  font-size: 1.4rem;
  font-weight: 500;
  color: #111111;
}

.l-mv-translation-nav-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.l-mv-translation-nav-box ul li {
  font-size: 1.4rem;
}

.l-mv-translation-nav-box ul li:first-of-type::after {
  content: "/";
  display: inline-block;
  color: #111111;
  margin: 0 5px;
}

.l-mv-translation-nav-box ul li a {
  color: #111111;
}

/* -----------------------------------------------------------------------------
   l-index-about
   -------------------------------------------------------------------------- */
.l-index-about {
  padding: 40px 0 50px;
  background-color: #253a51;
}
@media screen and (min-width: 768px) {
  .l-index-about {
    padding: 50px 0;
  }
}
.l-index-about-txt-box {
  max-width: 600px;
  padding: 0 20px;
  margin: 0 auto;
}

.l-index-about-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.l-index-about-desc {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-index-about-desc {
    font-size: 1.6rem;
  }
}
.l-index-about-img-box {
  padding: 0 20px;
  background-image: url(../img/index/index_img09.png);
  background-size: cover;
  background-position: center;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .l-index-about-img-box {
    margin: 40px 0;
  }
}
.l-index-about-img-box-inner {
  max-width: 720px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-about-img-box-inner {
    gap: 40px;
  }
}
.l-index-about-img-box img {
  width: 75%;
}

.l-index-about-img-box img:last-of-type {
  margin-left: auto;
}

/* -----------------------------------------------------------------------------
   l-index-french
   -------------------------------------------------------------------------- */
.l-index-french {
  padding: 40px 0;
  background-color: #e3c6c2;
}
@media screen and (min-width: 768px) {
  .l-index-french {
    padding: 50px 0;
  }
}
.l-index-french-txt-box {
  max-width: 600px;
  padding: 0 20px;
  margin: 0 auto;
}

.l-index-french-ttl {
  width: 300px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-french-ttl {
    width: 320px;
  }
}
.l-index-french-highlight-txt {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #253a51;
  padding: 2px 5px;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-index-french-highlight-txt {
    line-height: 1.8;
  }
}
.l-index-french-desc {
  margin-top: 30px;
  color: #253951;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-index-french-desc {
    margin-top: 30px;
  }
}
.l-index-french-img-box {
  padding: 0 20px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-french-img-box {
    margin-top: 40px;
  }
}
.l-index-french-img-box-inner {
  max-width: 680px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0%;
}
@media screen and (min-width: 768px) {
  .l-index-french-img-box-inner {
    gap: 6%;
  }
}
.l-index-french-img-box-inner img {
  width: 50%;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .l-index-french-img-box-inner img {
    width: 47%;
    padding: 0;
  }
}
.l-index-french-img-box-inner img:last-of-type {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-index-french-img-box-inner img:last-of-type {
    margin-top: 80px;
  }
}
/* -----------------------------------------------------------------------------
   l-index-view
   -------------------------------------------------------------------------- */
.l-index-view {
  padding: 40px 0 60px;
  background-image: url(../img/index/index_bg_terrasse.jpg);
  background-size: cover;
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  .l-index-view {
    padding: 60px 0;
  }
}
.l-index-view-txt-box {
  max-width: 600px;
  padding: 0 20px;
  margin: 0 auto;
}

.l-index-view-ttl {
  width: 295px;
  margin-bottom: 20px;
}

.l-index-view-highlight-txt {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #fff;
  padding: 2px 5px;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #253951;
}
@media screen and (min-width: 768px) {
  .l-index-view-highlight-txt {
    line-height: 1.8;
  }
}
.l-index-view-image02-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.l-index-view-image01 {
  width: 90%;
  margin: 40px 0;
}

.l-index-view-desc {
  letter-spacing: 0;
}

.l-index-view-image02-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 40px 0 0;
}

.l-index-view-image02 {
  width: 90%;
}

/* -----------------------------------------------------------------------------
   l-index-champagne
   -------------------------------------------------------------------------- */
.l-index-champagne {
  padding: 40px 0;
  background-color: #e3c6c2;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .l-index-champagne {
    padding: 60px 0;
  }
}
.l-index-champagne-txt-box {
  max-width: 600px;
  padding: 0 20px;
  margin: 0 auto;
}

.l-index-champagne-ttl {
  width: 295px;
  margin-bottom: 20px;
}

.l-index-champagne-highlight-txt {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #253a51;
  padding: 2px 5px;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-index-champagne-highlight-txt {
    line-height: 1.8;
  }
}
.l-index-champagne-desc {
  margin-top: 30px;
  color: #1d3351;
  letter-spacing: 0;
}

.l-index-champagne-img-box {
  margin-top: 30px;
  padding: 0 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-index-champagne-img-box {
    margin-top: 40px;
  }
}
.l-index-champagne-img-box img {
  max-width: 720px;
}

/* -----------------------------------------------------------------------------
   l-index-price
   -------------------------------------------------------------------------- */
.m-index-price-section-ttl {
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}

.m-index-price-section-sub-ttl {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.l-index-price {
  padding: 30px 0 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-index-price {
    padding: 50px 0 0;
  }
}
.l-index-price-inner {
  max-width: 600px;
  padding: 0 20px;
  margin: 0 auto;
}

.l-index-price-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #253a51;
  padding: 5px 10px;
  border-bottom: 2px solid #1d3351;
}
@media screen and (min-width: 768px) {
  .l-index-price-ttl {
    margin: 0 auto 40px;
    padding: 10px;
  }
}
.l-index-price-dinner-wrap {
  padding: 40px 20px 40px 20px;
  background-color: #253a51;
}
@media screen and (min-width: 768px) {
  .l-index-price-dinner-wrap {
    padding: 40px 40px 40px 40px;
  }
}
.l-index-price-detail-ltems {
  border-top: 2px solid #566F89;
  border-bottom: 2px solid #566F89;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  margin: 15px 0 30px;
}
@media screen and (min-width: 768px) {
  .l-index-price-detail-ltems {
    gap: 10px;
  }
}
.l-index-price-detail-ltems div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.l-index-price-detail-ltems dt {
  position: relative;
  width: 70px;
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-index-price-detail-ltems dt {
    width: 80px;
    font-size: 1.4rem;
  }
}
.l-index-price-detail-ltems dt::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 14px;
  background-color: #566F89;
  position: absolute;
  top: 15px;
  right: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-index-price-detail-ltems dt::after {
    top: 13px;
    right: 8px;
  }
}
.l-index-price-detail-ltems dd {
  width: calc(100% - 70px);
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-index-price-detail-ltems dd {
    width: calc(100% - 80px);
    font-size: 1.4rem;
  }
}
.l-index-price-box-dinner-1st {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
  background-color: #253a51 !important;
}
@media screen and (min-width: 768px) {
  .l-index-price-box-dinner-1st {
    margin-top: 20px;
  }
}
.l-index-price-box-dinner-1st th {
  padding: 4px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-index-price-box-dinner-1st th {
    padding: 8px 0;
  }
}
.l-index-price-box-dinner-1st th:nth-of-type(2) {
  border-right: 1px solid #253A51;
}

.l-index-price-box-dinner-1st td {
  padding: 4px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-index-price-box-dinner-1st td {
    padding: 8px 0;
  }
}
.l-index-price-box-dinner-1st td:not(:first-child) {
  border-right: 1px solid #DCE3EA;
  border-bottom: 1px solid #DCE3EA;
}

.l-index-price-box-dinner-1st th {
  background-color: #DCE3EA;
  color: #253A51;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
}

.l-index-price-box-dinner-1st th:first-of-type {
  background-color: #253A51;
}

.l-index-price-box-dinner-1st th:nth-of-type(2),
.l-index-price-box-dinner-1st th:nth-of-type(3) {
  width: 36%;
}
@media screen and (min-width: 400px) {
  .l-index-price-box-dinner-1st th:nth-of-type(2),
  .l-index-price-box-dinner-1st th:nth-of-type(3) {
    width: 38%;
  }
}
@media screen and (min-width: 480px) {
  .l-index-price-box-dinner-1st th:nth-of-type(2),
  .l-index-price-box-dinner-1st th:nth-of-type(3) {
    width: 180px;
  }
}
.l-index-price-box-dinner-1st td:first-of-type {
  width: 80px;
  background-color: #DCE3EA;
  color: #253A51;
  border-bottom: 1px solid #253A51;
}
@media screen and (min-width: 768px) {
  .l-index-price-box-dinner-1st td:first-of-type {
    width: 120px;
  }
}
.l-index-price-box-dinner-1st td span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.l-index-price-box-dinner-1st td .m-price-en {
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 3px;
}

.l-index-price-box-dinner-1st tr:last-of-type td:first-of-type {
  border-bottom: 1px solid #DCE3EA;
}

.l-index-price-box-dinner-2nd th:nth-of-type(2) {
  width: auto;
}

.l-index-price-lunch-wrap {
  padding: 30px 20px 40px 20px;
  background-color: #e3c6c2;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-price-lunch-wrap {
    padding: 40px 40px 40px 40px;
    margin-top: 40px;
  }
}
.l-index-price-lunch-wrap .m-index-price-section-ttl {
  color: #253a51;
}

.l-index-price-lunch-wrap .l-index-price-detail-ltems {
  border-top: 2px solid #edd1cd;
  border-bottom: 2px solid #edd1cd;
}

.l-index-price-lunch-wrap .l-index-price-detail-ltems dt {
  color: #253a51;
}

.l-index-price-lunch-wrap .l-index-price-detail-ltems dt::after {
  background-color: #edd1cd;
}

.l-index-price-lunch-wrap .l-index-price-detail-ltems dd {
  color: #253a51;
}

.l-index-price-box-lunch-1st {
  border-collapse: collapse;
  width: 100%;
  background-color: #e3c6c2;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-price-box-lunch-1st {
    margin-top: 20px;
  }
}
.l-index-price-box-lunch-1st th {
  padding: 4px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-index-price-box-lunch-1st th {
    padding: 8px 0;
  }
}
.l-index-price-box-lunch-1st th:nth-of-type(2) {
  border-right: 1px solid #e3c6c2;
}

.l-index-price-box-lunch-1st th:nth-of-type(3) {
  border-right: 1px solid #ebdbd9;
}

.l-index-price-box-lunch-1st td {
  padding: 4px 0;
  text-align: center;
  color: #253A51;
}
@media screen and (min-width: 768px) {
  .l-index-price-box-lunch-1st td {
    padding: 8px 0;
  }
}
.l-index-price-box-lunch-1st td:not(:first-child) {
  border-right: 1px solid #ebdbd9;
  border-bottom: 1px solid #ebdbd9;
}

.l-index-price-box-lunch-1st th {
  background-color: #ebdbd9;
  color: #253A51;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
}

.l-index-price-box-lunch-1st th:first-of-type {
  background-color: #e3c6c2;
}

.l-index-price-box-lunch-1st th:nth-of-type(2),
.l-index-price-box-lunch-1st th:nth-of-type(3) {
  width: 36%;
}
@media screen and (min-width: 400px) {
  .l-index-price-box-lunch-1st th:nth-of-type(2),
  .l-index-price-box-lunch-1st th:nth-of-type(3) {
    width: 38%;
  }
}
@media screen and (min-width: 480px) {
  .l-index-price-box-lunch-1st th:nth-of-type(2),
  .l-index-price-box-lunch-1st th:nth-of-type(3) {
    width: 180px;
  }
}
.l-index-price-box-lunch-1st td[colspan] {
  background-color: #e3c6c2;
}

.l-index-price-box-lunch-1st td:first-of-type {
  width: 80px;
  background-color: #ebdbd9;
  color: #253A51;
  border-bottom: 1px solid #e3c6c2;
}
@media screen and (min-width: 768px) {
  .l-index-price-box-lunch-1st td:first-of-type {
    width: 120px;
  }
}
.l-index-price-box-lunch-1st td span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.l-index-price-box-lunch-1st td .m-price-en {
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 3px;
}

.l-index-price-box-lunch-1st tr:last-of-type td:first-of-type {
  border-bottom: 1px solid #ebdbd9;
}

.l-index-price-box-lunch-2nd th:nth-of-type(2) {
  width: auto;
}

.l-index-price-attention-lists {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-index-price-attention-lists {
    margin-top: 30px;
  }
}
.l-index-price-attention-lists li {
  position: relative;
  color: #253A51;
  text-indent: -8px;
  padding-left: 16px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-index-price-attention-lists li {
    font-size: 1.6rem;
  }
}
.l-index-price-attention-lists li::before {
  content: "※";
  display: inline-block;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-index-price-attention-lists li::before {
    font-size: 1.6rem;
  }
}
/* -----------------------------------------------------------------------------
   l-index-deco
   -------------------------------------------------------------------------- */
.l-index-deco {
  margin-top: -1px;
}

.l-index-deco img {
  max-width: 800px;
  margin: 0 auto;
}

/* -----------------------------------------------------------------------------
   l-index-ticket
   -------------------------------------------------------------------------- */
.l-index-ticket {
  padding: 40px 30px 20px;
  background-color: #253A51;
}
@media screen and (min-width: 768px) {
  .l-index-ticket {
    padding: 60px 30px;
  }
}
.l-index-ticket-inner {
  max-width: 510px;
  margin: 0 auto;
}

.l-index-ticket-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 5px 10px;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}

.l-index-ticket-desc {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-index-ticket-desc {
    font-size: 1.6rem;
  }
}
.l-index-ticket-desc span {
  display: block;
  font-size: 1.4rem;
  line-height: 2;
}

.l-index-ticket-btn {
  position: relative;
  max-width: 350px;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-ticket-btn {
    max-width: 510px;
    font-size: 3.4rem;
  }
}
.l-index-ticket-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  mix-blend-mode: lighten;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.l-index-ticket-btn:hover::after {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .l-index-ticket-btn:hover::after {
    opacity: 0.2;
  }
}
.l-index-ticket-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  color: #fff;
}

.l-index-ticket-btn a::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 70px;
  background-size: cover;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .l-index-ticket-btn a::before {
    width: 120px;
    height: 105px;
    margin-right: 30px;
  }
}
.l-index-ticket-btn.ticket a {
  background-color: #ce5a4b;
}

.l-index-ticket-btn.ticket a::before {
  background-image: url(../img/common/cmn_ico_ticket.png);
}

.l-index-ticket-btn.reserve a {
  background-color: #5d6371;
}

.l-index-ticket-btn.reserve a::before {
  background-image: url(../img/common/cmn_ico_reserve.png);
}