@charset "utf-8";
.main-header.white h1 {
  background: url(/asset/img/common/logo-white.svg) no-repeat center center/cover;
}
.main-header h1 img {
  opacity: 1;
  transition: all 0.3s;
}
.main-header.white h1 img {
  opacity: 0;
}
.main-header.white .menu .roof:before,
.main-header.white .menu .roof:after,
.main-header.white .menu .base,
.main-header.white .menu .base:before,
.main-header.white .menu .base:after {
  background: #fff;
}
.main-header.white .menu p {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .main-header h1 {
    opacity: 1;
  }
  .main-header.white h1 {
    opacity: 0;
    transition: none;
  }
}
/*==================================================

Main visual
==================================================*/
#top main {
  overflow: hidden;
}
#top .mainvisual {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background: url(/asset/img/top/mainvisual-img.jpg) no-repeat center center/ cover;
}
#top .mainvisual h1 {
  position: absolute;
  left: 45%;
  top: 35%;
  transform: translate(-50%, -50%);
}
#top .mainvisual .block {
  position: absolute;
  left: 2%;
  bottom: 0;
  display: flex;
  align-items: stretch;
}
#top .mainvisual .block:before {
  content: "Scroll";
  position: absolute;
  left: 0;
  top: -40px;
  color: #fff;
  line-height: 1;
  font-size: 16px;
}
#top .mainvisual .block i {
  display: block;
  width: 50px;
  position: relative;
}
#top .mainvisual .block i span {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  position: absolute;
  left: 50%;
}
#top .mainvisual .block i span:before {
  content: "";
  width: 1px;
  margin-top: -250px;
  height: 250px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
  -webkit-animation: pagetop 2.5s infinite;
  animation: pagetop 2.5s infinite;
}
@-webkit-keyframes pagetop {
  80%,
  100% {
    margin-top: 250px;
  }
}
@keyframes pagetop {
  80%,
  100% {
    margin-top: 250px;
  }
}
#top .mainvisual .block p {
  padding: 4px 0 60px 24px;
}
@media only screen and (max-width: 768px) {
  #top .mainvisual {
    min-height: 500px;
  }
  #top .mainvisual h1 {
    width: 70px;
    padding-top: 22vmax;
    margin: 0 auto;
    text-align: center;
    position: static;
    transform: none !important;
  }
  #top .mainvisual .block {
    left: 50%;
    transform: translateX(-50%);
  }
  #top .mainvisual .block:before {
    top: -20px;
    font-size: 12px;
    font-weight: bold;
  }
  #top .mainvisual .block i {
    width: 40px;
  }
  #top .mainvisual .block p {
    width: 210px;
    padding-left: 0;
    padding-bottom: 80px;
  }
}
/*==================================================

Intro
==================================================*/
#top .intro .deco-txt {
  right: 3%;
  top: 20%;
}
#top .intro .area01 {
  display: flex;
  width: 90%;
}
#top .intro .area01 figure {
  flex: 1 1 45%;
  max-width: 640px;
  min-width: 400px;
  overflow: hidden;
  z-index: 0;
}
#top .intro .area01 img {
  position: relative;
}
#top .intro .area01 .txtblock {
  flex: 1 1 55%;
  max-width: 640px;
  padding: 50px 0 0 50px;
  z-index: 1;
}
#top .intro .area01 .txtblock h2 {
  margin-left: -100px;
  white-space: nowrap;
}
#top .intro .area01 .txtblock p {
  text-align: justify;
}
#top .intro .area01 .txtblock a{
  justify-content: flex-end;
}
#top .intro .area02 {
  display: flex;
  justify-content: flex-end;
  width: 90%;
  margin: 200px 0 0 auto;
  position: relative;
  z-index: 1;
}
#top .intro .area02 figure {
  flex: 1 1 45%;
  max-width: 750px;
  min-width: 500px;
  overflow: hidden;
  z-index: 0;
}
#top .intro .area02 img {
  position: relative;
}
#top .intro .area02 .txtblock {
  flex: 1 1 55%;
  max-width: 640px;
  padding: 100px 50px 0 0;
  z-index: 1;
}
#top .intro .area02 .txtblock h2 {
  margin-right: -100px;
  text-align: right;
  white-space: nowrap;
}
#top .intro .area02 .txtblock p {
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  #top .intro .deco-txt {
    right: auto;
    left: 0;
    top: 40%;
    z-index: -1;
  }
  #top .intro .area01 {
    width: 95%;
  }
  #top .intro .area01 figure {
    flex: 1 1 40%;
    min-width: 160px;
    position: relative;
    transform: none !important;
  }
  #top .intro .area01 .txtblock {
    padding: 50px 0 0 5%;
    flex: 1 1 60%;
  }
  #top .intro .area01 .txtblock h2 {
    margin-left: -20%;

    white-space: normal;

    position: relative;
  }
  #top .intro .area01 .txtblock h2 br {
    display: none;
  }
  #top .intro .area02 {
    margin: 15% 0 0 auto;
    flex-wrap: wrap;
  }
  #top .intro .area02 figure {
    flex: 1 1 100%;
    min-width: 0;
    max-width: 100%;
  }
  #top .intro .area02 .txtblock {
    order: 1;
    flex: 1 1 100%;
    padding: 0 5% 0 0;
  }
  #top .intro .area02 .txtblock h2 {
    margin: 0 0 0 -8%;
    text-align: left;
    white-space: normal;
  }
}
/*==================================================

Bedroom
==================================================*/
#top .bedroom {
  color: #fff;
  padding-bottom: 0;
}
#top .bedroom .vertical {
  position: absolute;
  right: 3%;
  top: -50px;
}
#top .bedroom .deco-txt {
  position: absolute;
  right: 3%;
  bottom: 0;
  opacity: 0.03;
}
#top .bedroom .block {
  width: 52%;
  max-width: 900px;
  margin: 0 auto 50px;
}
#top .bedroom .block h3 {
  margin-bottom: 26px;
}
#top .bedroom .block p {
  text-align: justify;
  opacity: 0.8;
}
#top .bedroom .slider-wrapper {
  width: 50%;
  transform: translateY(50px);
}
#top .bedroom .slick-dots {
  position: absolute;
  right: -20px;
  top: 0;
}
#top .bedroom .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #fff;
  opacity: 0.2;
  transition: all 0.3s;
  cursor: pointer;
}
#top .bedroom .slick-dots li.slick-active {
  background: #70644f;
  opacity: 1;
}
#top .bedroom .slick-dots li + li {
  margin-top: 20px;
}
@media only screen and (max-width: 1400px) {
  #top .bedroom .block h3 br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #top .bedroom {
    padding-left: 5%;
    padding-right: 5%;
  }
  #top .bedroom .deco-txt {
    bottom: auto;
    bottom: 40%;
    right: 0;
    z-index: 0;
  }
  #top .bedroom .block {
    width: 100%;
    padding-right: 80px;
  }
  #top .bedroom .slider-wrapper {
    width: 90%;
    transform: translateY(20px);
    z-index: 1;
    position: relative;
  }
}
/*==================================================

Amenities
==================================================*/
#top .amenities {
  overflow: hidden;
}
#top .amenities .deco-txt {
  position: absolute;
  left: 3%;
  top: 20%;
}
#top .amenities .block {
  width: 85%;
  min-width: 900px;
  margin-left: auto;
  padding-left: 10%;
}
#top .amenities .block h2 {
  margin-left: -10%;
}
#top .amenities .block h3 {
  margin: 16px 0;
}
#top .amenities .block>a{
  justify-content: flex-end;
}
#top .amenities .amenities-slider {
  margin-top: 40px;
}
#top .amenities .amenities-slider .slick-slide {
  margin: 0 8px;
}

@media only screen and (max-width: 768px) {
  #top .amenities .deco-txt {
    top: 40%;
  }
  #top .amenities .block {
    width: 94%;
    margin: 0 auto;
    padding: 0;
    min-width: 0;
  }
  #top .amenities .block h2 {
    text-align: center;
    margin: 0;
    font-size: 30px;
  }
  #top .amenities .block h3 {
    margin: 16px 0 4px;
    font-weight: bold;
  }
  #top .amenities .amenities-slider .slick-slide {
    margin: 0 4px;
  }
}
/*==================================================

FAQ
==================================================*/
#top #faq {
  padding-bottom: 0;
}
#top #faq h2 {
  margin-bottom: 40px;
  text-align: center;
}
#top .faq {
  color: #70644f;
  border-top: 1px solid rgba(88, 87, 84, 0.3);
}
#top .faq + .faq {
  border-bottom: 1px solid rgba(88, 87, 84, 0.3);
}
#top .faq h3 {
  display: flex;
  align-items: center;
  flex: 1 1 100%;
  padding: 24px 0;
  font-weight: 200;
  font-size: 1.6em;
  cursor: pointer;
}
#top .faq h3:before {
  content: "Q.";
  font-size: 1.5em;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.2;
  margin-top: -0.5em;
  margin-right: 0.5em;
}
#top .faq i {
  flex: 0 0 50px;
  display: block;
  position: relative;
  margin-left: auto;
}
#top .faq i:after,
#top .faq i:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #70644f;
  transform-origin: center center;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
}
#top .faq i:before {
  width: 2px;
  height: 20px;
}
#top .faq.active i:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
#top .faq i:after {
  width: 20px;
  height: 2px;
}
#top .faq.active i:after {
  opacity: 0;
}
#top .faq .answer {
  padding: 0 24px 24px 4em;
  color: rgb(255 255 255 / 80%);
  position: relative;
  display: none;
}
@media only screen and (max-width: 768px) {
  #top .faq h3 {
    font-size: 16px;
    padding: 16px 0;
  }
  #top .faq i {
    flex: 0 0 30px;
  }
  #top .faq i:before {
    height: 14px;
  }
  #top .faq i:after {
    width: 14px;
  }
  #top .faq .answer {
    padding: 0 30px 16px 3em;
  }
}
