@charset "utf-8";

.page__visual {
  width: 100%;
  height: auto;
}
.page__visual img {
  width: 100%;
  height: 65vh;
  object-fit: cover;
  overflow: hidden;
}

/* Restaurant Section Text */
.large-img {
  display: none;
  object-fit: cover;
}

.restaurant__txt {
  font-size: 1.2rem;
  text-align: center;
}

/* Restaurant */
.section {
  padding: 32px 4.2% 0;
}

.section__title {
  padding: 32px 16px;
  position: relative;
  z-index: 1;
}

.section__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 44px;
  width: 53%;
  height: 35px;
  background: rgba(95, 120, 72, 0.4);
  z-index: 0;
}

.restaurant__content {
  display: block;
  padding: 42px 16px;
  background-color: rgba(var(--primary-beigeR), 0.5);

}


.restaurant__images{
  display: block;

}

.diningroom-img {
  width: 100%;
  height: 70%;
}
.sp-img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.food__images{
  display: flex;
  width: 100%;
  height: 30%;
  justify-content: space-between;
  margin-top: 8px ;
}

.small-img{
  width: 32%;
}

.restaurant__details {
  margin-top: 24px;
}
.restaurant__name {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1;
}

.restaurant__type {
  margin-top: 6px;
  font-size: 1.6rem;
  line-height: 1;
}

.meal__info {
  margin-top: 16px;
}

.meal__type {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}
.meal__type,
.restaurant__time {
  font-size: 1.4rem;
  line-height: 1;
}

.reserve {
  margin-top: 16px;
}

.reserve__btn {
  display: block;
  padding: 8px 0;
  font-size: 1.6rem;
  color: var(--primary-white);
  text-align: center;
  background-color: var(--primary-brown);
  transition: 0.5s ease-in-out;
}

.reserve__btn:hover {
  opacity: 0.5;
}

/* Cafe and Bar */
.section-cafe .viewMore__btn img {
  width: 120px;
}
.section-bar .viewMore__btn img {
  width: 120px;
}

.cafeBar__info .viewMore__btn {
  text-align: left;
  padding-left: 0;
}
.other__restaurants {
  padding: 42px 16px;
  background-color: rgba(var(--primary-beigeR), 0.5);
}


.cafe__img {
  width: 100%;
  height: 100%;
}

.cafeBar__info {
  margin-top: 24px;
}

.details__btn {
  margin-top: 16px;
  font-size: 1.6rem;
}

.section-bar {
  margin-bottom: 32px;
}


/* footer */
.footer {
  border-top: 1px solid black;
}

.nav__menu-footer {
  display: none;
}
/* END OF SMARTPHONE */


/* @media screen and (max-width: 768px) {

  
  .large-img {
    display: none !important;
  }

  .sp-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .restaurant__images {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
  }

  .restaurant__content {
    display: block;
    width: 100%;
    padding: 32px 16px;
  }
} */

/* --------------------------------------------------------------------------------------------------------------- */

/* PC site */
@media screen and (min-width: 1024px) {
.main{
  max-width: 1440px;
  margin: 0 auto;
}

.other__restaurants-flex{
  max-width:1440px;
  margin: 0 auto;
}
  .sp-img{
    display: none;
  }
  .page__visual {
    width: 100%;
    height: 100%;
  }
  .page__visual img {
    width: 100%;
    height: 85vh;
    object-fit: cover;
  }

  .restaurant__txt {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .section {
    padding: 64px 64px 0;
    max-width: 1440px;
    margin: auto;
  }
  .section__title {
    padding: 64px;
    position: relative;
    z-index: 1;
  }

  .section__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 85px;
    width: 53%;
    height: 51px;
    background: rgba(95, 120, 72, 0.4);
    z-index: 0;
  }
 
 .specialBreak{
  display: none;
 }
  .restaurant__content{
    display: flex;
    padding: 64px;
    align-items: center;
  }
  .diningroom-img{
    width: 100%;
    height: 70%;
    
  }
   .restaurant__images .large-img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .food__images{
    margin-top: 12px;
  }
  
  .section-french .restaurant__content{
    flex-direction: row-reverse;
  }


  .main-content {
    margin-left: 120px;
  }

  .section-french .main-content{
    margin-left: 0;
    margin-right: 120px;
  }
 
  .restaurant__name {
    font-size: 5rem;
  }

  .restaurant__type {
    font-size: 2.2rem;
    margin-top: 6px;
  }

  .meal__type {
    font-size: 2rem;
    margin-top: 24px;
  }
  .restaurant__time {
    font-size: 2rem;
    margin-top: 6px;
  }

  .reserve__btn {
    font-size: 2.4rem;
    margin-top: 24px;
  }

  .section-japanese {
    padding-right: 0;
  }
 
  .section-french {
    padding-left: 0;
  }
 
  .section-manorDining {
    padding-right: 0;
  }
  /* Cafe and Bar */

  .other__restaurants-flex {
    display: flex;
    gap: 42px;
    align-items: stretch;
  }
  .other__restaurants {
    padding: 64px;
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .cafeBar__info {
    margin-top: 48px;
  }
  .cafeBar-img{
    width: 100%;
    height:40%
  }

  .cafe__img{
    width: 100%;
    height: 100%;
  }
  .section-cafe {
    padding-right: 0;
    padding-bottom: 64px;
    margin: 0;
    flex: 1; /* Let both sections grow equally */
    flex-direction: column; /* So inner content stacks vertically */
    overflow: hidden;
    overflow-x: auto;
  }
  .section-bar {
    padding-left: 0;
    padding-bottom: 64px;
    margin: 0;
    flex: 1; /* Let both sections grow equally */
    flex-direction: column; /* So inner content stacks vertically */
    overflow: hidden;
    overflow-x: auto;
  }

  .section-cafe .viewMore__btn img {
    width: 120px;
  }
  .section-cafe .viewMore__btn {
    margin-top: 16px;
  }
  .section-bar .viewMore__btn img {
    width: 120px;
  }

  .section-bar .viewMore__btn {
    margin-top: 16px;
  }

  /* Footer */

  .footer__sns img {
    width: 30px;
    height: auto;
    margin-top: 20px;
  }
  .contact__icon {
    margin-right: 12px;
  }

  .contacts {
    margin-top: 40px;
  }
  .contacts__item {
    margin-top: 20px;
  }
  .contact__icon {
    margin-right: 20px;
  }
  .contact__info {
    font-size: 1.4rem;
  }

  .privacy {
    margin-top: 40px;
    font-size: 1.4rem;
  }

  .sitemap {
    margin-top: 20px;
    font-size: 1.4rem;
  }

  .copyright small {
    font-size: 12px;
  }
}
