@charset "utf-8";
/* Top Page Visual */

.topPage-visuals {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.topPage-visuals img {
  object-fit: cover;
  width: 100%;
  height: 65vh;
}


/* catchcopy-accent color */

.catchcopy {
  position: relative;
  z-index: 1;
}

.catchcopy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  width: 64%;
  height: 47%;
  background: rgba(95, 120, 72, 0.4);
  z-index: 0;
}


/* About the manor */
.section__manor {
  padding: 24px 4.2%;
  background-color: #4e3636;
}

.section__manor .manor__images {
  position: relative;
  width: 100%;
  height: 200px;
  max-width: 100%;
  overflow: hidden;
  margin-left: 0;
}
.section__manor .background-img {
  position: absolute;
  width: 70%;
  height: 18vh;
  object-fit: cover;
  overflow: hidden;
  max-width: 100%;
  z-index: 1;
}

.section__manor .foreground-img {
  position: absolute; /* Position relative to .manor__images */
  top: 80px; /* 50px from bottom */
  right: 0px; /* 50px from right */
  width: 60%; /* Adjust as needed */
  height: 20vh; /* Maintain aspect ratio */
  max-width: 100%; /* Optional: limit foreground size relative to background */
  object-fit: cover;
  z-index: 1;
}

.manor__images:after {
  content: "";
  display: block;
  background: rgba(95, 120, 72, 0.4);
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 0;
  z-index: 0;
}
.section__title-manor {
  color: var(--primary-white);
}
.section__txt {
  margin-top: 12px;
}

.manor__details {
  padding: 16px;
  color: #fff;
}
.section__txt-manor {
  margin-top: 12px;
}

/* rooms */

.section__rooms {
  padding: 16px 4.2%;
  background-color: rgba(237, 238, 205, 0.5);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.rooms__details {
  padding: 16px;
}

.section__txt-rooms {
  margin-top: 12px;
}

.section__rooms .rooms__images {
  width: 100%;
  height: 296px;
  overflow: hidden;
  display: flex;
  position: relative;
}
.section__rooms .rooms__images img {
  width: 75%;
  height: 296px;
  overflow: hidden;
  display: flex;
  position: absolute;
  justify-content: flex-end;
}

.section__rooms .green-line {
  width: 200px;
}

.section__rooms .rooms__details {
  order: 1;
}

.section__rooms .rooms__images {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  position-try: relative;
}
.section__rooms .rooms__images img {
  width: 85%;
  height: 85%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 1;
}
.rooms__images::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(95, 120, 72, 0.4);
  width: 85%;
  height: 80%;
  z-index: 1;
  left: 0;
  bottom: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
}

/* facilities */
.section__facilities {
  padding: 24px 4.2%;
  background-color: #4e3636;
}
.facilities__details {
  padding: 16px;
}
.section__title-facilities {
  color: white;
}
.section__txt-facilities {
  margin-top: 12px;
  color: white;
}
.facilities__images {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.facilities__images img {
  width: 85%;
  height: 85%;
  object-fit: cover;
  object-position: bottom;
  overflow:hidden;
  position: absolute;
  z-index: 1;
}

.facilities__images::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(95, 120, 72, 0.4);
  width: 85%;
  height: 80%;
  z-index: 1;
  right: 0;
  bottom: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
}

/* restaurants */
.section__restaurants {
  padding: 24px 4.2%;
  background-color: rgba(237, 238, 205, 0.5);
}

.restaurants__details {
  padding: 16px;
}

.section__restaurants .restaurant__images {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 244px;
  z-index: 1;
}

.section__restaurants .dining_image {
  z-index: 1;
 
}
.section__restaurants .dining_image img {
  width: 100%;
  height: 15vh;
  display: block;
  object-fit: cover;
  z-index: 1;
}

.section__restaurants .food__images {
  display: flex;
  flex-direction: row; /* food images side-by-side */
  gap: 10px;
  width: 100%;
  height: 100%;
  margin-top: 8px;
  z-index: 1;
}

.section__restaurants .food__images img {
  width: 49%;
  height: 60%;
  display: block;
  object-fit: cover;
  z-index: 1;
}

.restaurant__images::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(95, 120, 72, 0.4);
  width: 84%;
  height: 80%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  bottom: 0;

  position: absolute;
  overflow: hidden;
}

/* event */
.section__event {
  margin-bottom: 24px;
  padding: 16px;
  background-color: #4e3636;
}
.section__title-event {
  color: var(--primary-white);
}
.spBrEvent {
  font-size: 2.2rem;
}

.section__event .viewMore__btn-white {
  margin-top: 16px;
}

.manor__images-topPage {
  width: 100%;
  height: auto; 
  overflow: hidden;
}

.manor__images-topPage img {
  width: 100%;
  height: 42vh;
  z-index: 0;
}
/* footer */
.footer {
  padding: 16px 4.2% 24px;
  background-color: #fdf7eb;
  border-top: 1px solid black;
}
.footer__group {
  margin-top: 16px;
}
.footer__sns {
  margin-top: 16px;
}

.contacts {
  margin-top: 16px;
}

.contacts__item {
  display: flex;
  align-items: flex-end;
  margin-top: 12px;
  font-size: 1.2rem;
}
.contacts__item:first-of-type {
  margin-top: 0;
}
.contacts__list {
  margin-top: 32px;
}
.contact__icon {
  margin-right: 16px;
}

.nav__menu-footer {
  margin-top: 40px;
}
.nav__item {
  margin-top: 12px;
  font-size: 1.2rem;
}
.privacy {
  margin-top: 24px;
  font-size: 1.2rem;
}

.copyright {
  margin-top: 24px;
  font-size: 1rem;
  text-align: center;
}
.copyright small {
  font-size: 1rem;
}

.top {
  display: inline-block;
  padding: 8px 12px;
  background: brown;
  text-align: center;
}
/* End of Smartphone 769px */

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

@media screen and (min-width:769px){

  .manor__images-topPage img {
  
  margin: 0 10px;
 
}

}
/* endof tablet sizr */


/* PC Site */
@media screen and (min-width: 1024px) {
  .section__title {
    padding: 42px;
    font-size: 5rem;
    line-height: 1;
  }

  .japanese__title {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .green-divider {
    width: 250px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 16px;
  }

  .viewMore__btn {
    display: block;
    font-size: 2rem;
    line-height: 0.1;
    margin-top: 32px;
    color: #382727;
    text-align: center;
  }

  .viewMore__btn-white {
    display: block;
    font-size: 2rem;
    line-height: 0.1;
    margin-top: 32px;
    color: white;
    text-align: center;
  }

  /* menu bar */

  .menu__header {
    width: 100%;
    padding: 10px 64px;
  }

  .topPage-visuals {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
  }

  .topPage-visuals img {
    width: 100%;
    height: 77vh;
    object-fit: cover;
  }

 
  .nav {
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
    position: static;
    transform: translate(0);
  }
  .nav__header {
    display: none;
  }

  .nav__list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: end;
  }
  .nav__list .nav__item {
    margin-top: 0;

    margin-left: 60px;
    text-align: center;
    color: var(--primary-darkBrown);
  }

  .nav__list .nav__item:last-child {
    color: var(--primary-white);
  }
  .nav__item::before {
    display: none;
  }

  .openReserve__btn {
    display: none;
  }

  .reservations__btn-top {
    display: block;
    padding: 8px 12px;
    text-align: center;
    background-color: var(--primary-brown);
  }

  /* Catch Copy */

  .catchspBr {
    display: none;
  }

  .catchcopy {
    font-size: 5.5rem;
    line-height: 1.1;
    padding: 64px 0;
  }

  .catchcopy {
    position: relative;
    z-index: 1;
  }

  .catchcopy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 90px;
    width: 66%;
    height: 27%;
    background-image: url(..images/dining/green_accent_box.png);
    z-index: 0;
  }

  .catchcopy__japanese {
    font-size: 3.8rem;
    line-height: 1.1;
  }
  /* About the manor */
  .section__manor .green-line {
    width: 250px;
  }

  .section__manor {
    padding: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section__manor .manor__images {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 530px;
    max-width: 100%;
    overflow: hidden;
    margin-left: 0;
  }
  .section-inner {
    max-width: 1440px;
    margin: 0 auto;
  }
  .section__manor .background-img {
    position: absolute;
    width: 70%;
    height: 70%;
    object-fit: cover;
    overflow: hidden;
    max-width: 100%;
  }

  .section__manor .background-img img {
    width: 100%;
    height: 100%;


  }

  .section__manor .foreground-img {
    position: absolute; 
    top: 160px; 
    right: 0px; 
    width: 60%; 
    height: 60%; 
    max-width: 100%; 
    object-fit: cover;
  }

  .section__manor .foreground-img img{
    width: 100%;
    height: 100%;

  }

  .manor__images:after {
    content: "";
    display: block;
    background: rgba(95, 120, 72, 0.4);
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
    z-index: 0;
  }

  /* Rooms */

  .section__rooms {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding: 64px;
    justify-content: center;
  }
  .section__rooms .rooms__images {
    width: 100%;
    height: 550px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    position-try: relative;
  }
  .section__rooms .rooms__images img {
    width: 85%;
    height: 80%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    position: absolute;
  }
  .rooms__images::after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(95, 120, 72, 0.4);
    width: 85%;
    height: 85%;
    z-index: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
  }

  .section__rooms .green-line {
    width: 250px;
  }

  .section__rooms .rooms__details {
    order: 1;
  }

  .section__rooms .viewMore__btn {
    align-self: flex-end;
  }

  /* Facilities */

  .section__facilities .green-line {
    width: 250px;
  }

  .section__facilities {
    padding: 64px;
  }

   .facilities__images {
    width: 100%;
    height: 550px;
    min-height: 550px;
    position: relative;
  } 

  .facilties_img-sp{
    display: none;
  }
  .facilities__images img {
    display: block;
    width: 85%;
    height: 85%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: 1;
  } 

  .facilities__images::after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(95, 120, 72, 0.4);
    width: 85%;
    height: 85%;
    z-index: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
  }

  .txt__spBr {
    display: none;
  }

  /* Restaurants and Bar */
  .section__restaurants {
    padding: 64px;
  }

  .section__restaurants .green-line {
    width: 250px;
  }
  .section__restaurants .restaurant__images {
    display: flex;
    flex-direction: row; /* buffet left, food stack right */
    gap: 20px;
    align-items: stretch;
    width: 100%;
    height: 425px;
    position: relative;
  }

  .section__restaurants .dining_image {
    flex:50%;
    width: 50%;
    height: 70%;
    z-index: 1;
    /* width: 50%; */
  }
  .section__restaurants .dining_image img {
    height: 100%;
    min-height: 300px;
    object-fit: cover;
  }

  .section__restaurants .food__images {
    width: 50%;
    height: 70%;
    display: flex;
    flex-direction: column; 
    margin: 0;
  }

  .section__restaurants .food__images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 10px;
    z-index: 1;
  }

  .restaurant__images::after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(95, 120, 72, 0.4);
    height: 380px;
    z-index: 0;
    top: 250px;
    bottom:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
  }

  .food__images img:first-of-type {
    margin: 0;
  }

  /* News */

  .section__event {
    padding: 64px;
    margin-bottom: 64px;
  }
  .section__title-event {
    font-size: 50px;
    padding: 0 64px;
  }

  .spBrEvent {
    font-size: 4.2rem;
  }

  .main__content .green-line {
    width: 250px;
    margin-bottom: 64px;
  }

  .section__event .viewMore__btn-white {
    margin-top: 64px;
  }

  .viewMore__btn-white {
    margin-top: 32px;
    font-size: 2rem;
    line-height: 0;
  }
  .manor__images-topPage {
    width: 100%;
    max-width: 100%;
    height: 100%; 
    overflow: hidden;
    justify-content: space-between;
  }

  .manor__images-topPage img {
    width: 100%;
    
    margin: 0 10px;
  }
  .contacts__item {
    margin-top: 20px;
  }

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