@charset "utf-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: var(--primary-beige);
}


:root {
  --primary-brown: #4e3636;
  --primary-beige: #fdf7eb;
  --primary-beigeR: 237, 228, 205;
  --primary-darkBrown: #382727;
  --primary-white: #fff;
  --primary-black: #000;
}

.logo {
  transition: 0.5s ease-in-out;
}

.logo:hover {
  opacity: 0.5;
}
.sns__icon {
  transition: transform 0.3s ease;
}
.sns__icon:hover {
  transform: scale(1.2);
}

.contacts__item {
  transition: 0.3s ease-in-out;
}
.contacts__item:hover {
  opacity: 0.5;
}
.viewMore__btn {
  font-size: 1.6rem;
  line-height: 0.1;
  padding: 8px;
  color: #382727;
  text-align: center;
  transition: 0.5s ease-in-out;
}

.viewMore__btn:hover {
  opacity: 0.5;
}

.viewMore__btn-white {
  font-size: 1.6rem;
  line-height: 0.1;
  padding: 8px;
  color: white;
  text-align: center;
  transition: 0.5s ease-in-out;
}

.viewMore__btn-white:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
.logo {
  width: 130px;
  height: auto;
}
.nav__item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.japanese__title {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;

  font-size: 2.4rem;
}

.section__title {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-align: center;
  font-size: 3.2rem;
  padding: 16px 4.2% 0;
  color: var(--primary-darkBrown);
  position: relative;
  z-index: 1;
}

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

.section__txt {
  font-size: 1.5rem;
  line-height: 1.5;
}
.spBr {
  font-weight: 700;
}

.green-line {
  display: block;
  width: 200px;
  margin: 0 auto 32px;
}

/* nav */

.nav {
  background: var(--primary-beige);
  width: 100%;
  height: 100vh;
  padding: 16px 4.2%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: translateY(-100%);
  transition: transform 0.4s;
}

/* Header top page */
.visual-top img {
  display: none;
}

.menu__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 4.2%;
  top: 0;
  position: fixed;
  /* background-color: rgba(253, 247, 235, 0.9); */
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  transition: transform 0.3s;
}

.menu__header.hidden {
  transform: translateY(-110px);
}

.openReserve__btn {
  display: flex;
  align-content: center;
}

/* Making Nav button active (.active) */
.nav.active {
  transform: translateY(0);
}

.closeReserve__btn {
  display: flex;
  align-items: center;
}
.nav__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* close button and reserve button */
.nav_close_btn {
  width: 29px;
  height: 29px;
}

.reservations__btn {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  padding: 4px 8px;
  background-color: var(--primary-brown);
  color: var(--primary-white);
  margin-left: 12px;
  transition: 0.5s ease-in-out;
}
.reservations__btn:hover {
  opacity: 0.5;
}

/* Nav Menu */
.nav__list {
  padding: 32px 0;
}

.nav__list .nav__item {
  font-size: 1.6rem;
  margin-top: 32px;
  display: flex;
  align-items: center;
}

.nav .reservations__btn-top {
  display: none;
}

/* .nav__list li- adding something ::before */

.nav__item::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #5f7848;
  margin-right: 12px;
  vertical-align: middle;
}

.nav__item a {
  display: inline-block;

}


.section__title-manor {
  color: var(--primary-white);
}
.section__txt {
  margin-top: 12px;
}

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

/* Catchcopy */
.catchcopy {
  padding: 24px 16px;
  background: #fdf7eb;
  font-family: "Allura", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
}
.catchcopy__japanese {
  font-size: 2.4rem;
}

/* 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: 75%;
  height: 25vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

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

.section__rooms .rooms__details {
  order: 1;
}
.section__rooms .rooms__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 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;
}
.sitemap {
  font-size: 1.2rem;
  margin-top: 12px;
}
.top {
  display: inline-block;
  padding: 8px 12px;
  background: brown;
  text-align: center;
}
/* End of Smartphone 769px */

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

/* PC Site */
@media screen and (min-width: 1024px) {
  .logo {
    width: 150px;
    height: auto;
  }
  .section {
    padding: 64px;
  }

  .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: inline-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;
    transition: transform 0.3s;
  }
  .menu__header.hidden {
    transform: translateY(-110px);
  }

  .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;
  }

  .nav__item a {
    transition: 0.5s ease-in-out;
    opacity: 1;

}

.nav__item a:hover {
  transform: scale(0.8);
  opacity: 0.5;
}
.nav__item a.current{
  transform: scale(0.8);
  opacity:0.5;
  transition: 0.1s;
}
.nav__item a.current:hover{
  transform: scale(0.8);
  opacity:0.7;
}

.nav__item:last-of-type:hover {
  transform: scale(0.8);
  opacity: 0.5;
}

.nav__item:last-of-type.current{
  transform: scale(0.8);
  opacity: 0.5;
  transition: 0.1s;
}
.nav__item:last-of-type.current:hover{
  transform: scale(0.8);
  opacity: 0.5;

}

  .openReserve__btn {
    display: none;
  }

  .nav .reservations__btn-top {
    display: inline-block;
    padding: 8px 12px;
    text-align: center;
    background-color: var(--primary-brown);
    transition: 0.5s ease-in-out;
  }

  .nav .reservations__btn-top:hover {
    transform: scale(0.8);
    opacity: 0.5;
  } 
 
   

  /* Rooms */

  .section__rooms {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding: 64px;
  }
  .section__rooms .rooms__images {
    width: 70%;
    height: 45vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }

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

  .section__rooms .rooms__details {
    order: 1;
  }
  .section__rooms .rooms__images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

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

  .viewMore__btn-white {
    margin-top: 32px;
    font-size: 2rem;
    line-height: 0;
  }

  /* footer */

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

  .contacts {
    margin-top: 40px;
  }

  .contacts__list {
    margin-top: 32px;
  }
  .contact__item {
    margin-top: 20px;
    width: 25%;
  }
  .contact__icon {
    margin-right: 20px;
  }
  .contact__info {
    font-size: 1.4rem;
    display: inline;
  }

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

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

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