@charset "UTF-8";
/* CSS Document */
.main {
  background-color: #F5EEDF
}
.fixed{
  height: 250px;
  width: 100vw;
  overflow: hidden;
    opacity: .15;
}
@media (min-width: 1800px) {
.fixed video{
  width: 100vw;
}
}
@media (max-width: 430px) {
.fixed {
    height: 200px;
  }
}
.right_vertical-wapper {
  position: fixed;
  right: 0;
  top: 35%;
  font-size: 1.3rem;
  z-index: 300;
}
.right_vertical_book {
  display: flex;
  writing-mode: vertical-rl;
  flex-direction: row;
  text-align: center;
  background: #A48560;
  width: 70px;
  height: 230px;
  justify-content: center;
  marign-bottom: 20px;
}
.right_vertical_contact {
  display: flex;
  writing-mode: vertical-rl;
  flex-direction: row;
  text-align: center;
  background: #000000;
  width: 70px;
  height: 230px;
  justify-content: center;
}
.right_vertical_book a, .right_vertical_contact a, .right_vertical_book_sm a {
      height: 100%;
    display: flex;
    text-decoration: none;
    color: #FFF;
    align-items: center;
    justify-content: center;
}
.right_vertical_book_sm {
  display: none;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;

}
/*このクラスが付与されると表示する*/
.absolute{
  position: absolute;
  bottom: auto;
}
.header {
  position: relative;
  z-index: 100;
}
.header-fixed {
  position: fixed;
  height: 125px;
  z-index: 100;
  inset: 0;
}
.menu__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1800px;
  padding: 1% 2%;
  margin: 1% auto;
  width: 90%;
}
.header__logo {
  width: 130px;
}
.header {
  height: 80px;
  position: fixed;
  transition: .3s;
}
.lists {
  display: flex;
  height: inherit;
  align-items: center;
  transition: .3s;
  list-style: none;
}
.list {
  color: #000;
  padding-left: 25px;
  font-weight: 700;
  text-decoration: none;
}
.header__inner {
  display: none;
}
.list span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media(max-width:820px) {
  .right_vertical-wapper {
    top: 0;
    right: 0;
  }
  .right_vertical_book {
    width: 150px;
    height: 110px;
    writing-mode: unset;
    border-radius: 0 0 0 10px;
  }
  .right_vertical_contact {
    display: none;
  }
  .nav-pc {
    display: none;
  }
  .header__inner {
    display: block;
    z-index: 300;
  }
  .nav-pc {
    display: none;
  }
  .menu__wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 17px 0;
    width: 95%;
  }
  .header__logo img {
    width: 130px;
    margin-bottom: 0;
  }
}
@media (max-width:660px) {
  .header__logo {
  width: 100px;
}
  .right_vertical_book {
    display: none;
  }
  .right_vertical-wapper {
    top: 0;
    right: 0;
  }
  .right_vertical_book_sm {
    width: 90px;
    height: 80px;
    writing-mode: unset;
    flex-direction: row;
    text-align: center;
    background: #A48560;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    line-height: 2rem;
    border-radius: 0 0 0 10px;
  }
}
.hamburger {
  display: block;
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 10;
  width: 50px;
  height: 50px;
  border: none;
  background-color: #A48560;
  border-radius: 100px;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  background-color: #FFF;
  transition: 0.4s;
  border-radius: 2px;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #FFF;
  transition: inherit;
  border-radius: 100px;
}
.hamburger__line:before {
  top: -6px;
}
.hamburger__line:after {
  top: 6px;
}
.hamburger.change-color {
  background-color: #A48560;
  border-radius: 100px;
}
.hamburger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 2;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  transition: 0.4s;
}
.header__nav-area.-active {
  left: 0;
  visibility: visible;
  background: #FFF;
}
.header__nav-area img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.header__inner-wapper {
     position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
        height: 90vh;
    padding: 15% 0;
}
.header__inner_background:after {
  content: "";
  background-color: #ffffff;
  background-image: radial-gradient(circle, #000000 1px, transparent 2px);
  background-position: 0 0;
  background-size: 3px 3px;
  height: 100vh;
  animation: GradientBackground 20s ease infinite;
  opacity: .3;
  position: absolute;
  inset: 0;
}
.global-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.global-navigation__list > li {
  text-align: center;
  padding-bottom: 30px;
  list-style: none;
  position: relative;
}
.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  transition: color 0.4s;
  font-size: 2.5rem;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
.global-navigation__list {
  width: 100%;
}
.h-menu__faq {
  text-decoration: none;
  color: #FFF;
  font-size: 1.6rem;
}
.h-menu__cancel {
    text-decoration: none;
    color: #FFF;
    font-size: 1rem;
    border-bottom: solid .5px #FFF;
    padding-bottom: 2px;
}
.inner-adress {
  display: flex;
  color: #FFF;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding:5% 0;
  gap: 5px;
}
.inner-adress img {
 width: 100px;
  height: 100%;
  position: relative;
}
.inner-sns {
  display: flex;
    justify-content: flex-end;
    flex-direction: row;
    gap: 5px;
    width: 90%;
    padding-top: 8px;
    margin: 0 auto;
    align-items: flex-end;
}
.inner-sns img {
  width: 35px;
  height: 35px;
  text-decoration: none;
}
.inner-sns p {
  color: #FFF;
  text-shadow: 0 0 3px rgba(0, 0, 0, .5);
  font-size: 1.2rem;
  padding-right: 5px;
}
@media(max-width:660px){
.header__inner-wapper {
    padding: 20% 0 5%;
  }
  }
h4 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 1px;
  color: #A48560;
  margin-bottom: 20px;
}
.section__title {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 5%;
}
.section__title ul li {
  list-style: none;
  margin-bottom: 5px;
}
.section__title li a {
  text-decoration: none;
}
.section__title h4 {
  padding: 20px 20px;
  border-bottom: solid 1px #A48560;
}
.contact__wapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  gap: 30px;
  padding: 0 5%;
  margin-top: 80px;
}
.contact_detail {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.line_wapper{
  position: relative;
    display: flex;
    background: #FFF;
    padding: 10%;
    margin-top: 50px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow:  0 7px 15px -5px rgb(0 0 0 / 10%);
}
.line_wapper-h4{
    position: relative;
     font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    padding-left: 20px;
}
.line_wapper-h4:before{
   content: "";
    position: absolute;
    display: block;
    background: #A48560;
    width: 5px;
    height: 48px;
    /* border-radius: 2px; */
    top: 8px;
    left: 0px;
}
.line_wapper p{
  font-size: 1.3rem;
  line-height: 2.5rem;
}
.line_group{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.line_icon{
      display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 10px;
    margin: 20px auto;
}
.line_friend{
  width: 130px;
  margin-bottom: 15px;
}

.line_icon img{
  width:130px;
}
.contact_faq a{
  text-align: center;
  text-decoration: none;
  color:#000;
  border-bottom: solid 1px;
  font-size: 1.3rem;
  line-height: 2.5rem;
}

/**/
.google-form {
  margin: 0 auto;
}
.google_wapper {
  width: 70%;
  height: 100%;
}
@media(max-width:820px){
  .contact__wapper{
    flex-direction: column;
  }
  .contact_detail{
    width: 90%;
        margin: 0 auto;
  }
  .google_wapper {
  width: 100%;
}
}
.line_wapper-h4{
    font-size: 1.8rem;
    line-height: 2.8rem;
}
@media(max-width:430px){
.line_QR{
   display: none;
}
}