@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap");
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  /*基準は10pxということ*/
  width: 100%;
  /*画面いっぱいに広げる*/
}

body {
  color: #5c5343;
  background-color: #ebece4;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 150%;
  text-align: center;
}
@media (min-width: 570px) {
  body {
    display: flex;
  }
}

aside {
  display: none;
  order: 1;
  width: calc((100vw - 570px) / 2);
}
@media (min-width: 570px) {
  aside {
    display: block;
    background-color: #767756;
    height: auto;
  }
}
aside .aside_content-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100vw - 570px) / 2);
}
aside .aside_logo {
  display: none;
}
@media (min-width: 1100px) {
  aside .aside_logo {
    display: block;
    width: 200px;
    padding: 24px 0 0 24px;
  }
}
aside .slide-nail {
  display: none;
}
aside .slide-nail img {
  width: 175px;
  border-radius: 10px;
}
@media (min-width: 1100px) {
  aside .slide-nail {
    display: block;
  }
}
aside .aside_line {
  display: none;
  top: 425px;
  width: 225px;
}
aside .aside_line p {
  color: #f6f8f9;
  margin-bottom: 10px;
}
@media (min-width: 1100px) {
  aside .aside_line {
    display: block;
    margin: 0 auto;
    padding-top: 230px;
  }
}

/*header*/
header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 50px;
  padding: 0px 16px;
  justify-content: space-between;
  align-items: center;
  order: 3;
}
@media (min-width: 570px) {
  header {
    position: static;
    background-color: #767756;
    height: auto;
    width: calc((100vw - 570px) / 2);
  }
}
header .header_logo {
  display: none;
  width: 82px;
  height: 22.55px;
  flex-shrink: 0;
}
header .header-right {
  display: flex;
  width: auto;
  height: 50px;
  justify-content: right;
  align-items: center;
}
@media (min-width: 570px) {
  header .header-right {
    position: fixed;
    top: 0;
    right: 16px;
  }
}
@media (min-width: 1100px) {
  header .header-right {
    position: fixed;
    top: 270px;
    left: 75%;
  }
}

/*スクロールすると変わるヘッダー*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav {
  background: #ebece4;
  display: flex;
}
@media (min-width: 570px) {
  header.scroll-nav {
    background: #767756;
  }
}
header.scroll-nav .header_logo {
  display: block;
}
@media (min-width: 570px) {
  header.scroll-nav .header_logo {
    display: none;
  }
}
header.scroll-nav .openbtn4 span {
  background: #524b3b;
}
@media (min-width: 570px) {
  header.scroll-nav .openbtn4 span {
    background: #f6f8f9;
  }
}
header.scroll-nav .openbtn4 span:nth-of-type(2)::after {
  color: #524b3b;
}
@media (min-width: 570px) {
  header.scroll-nav .openbtn4 span:nth-of-type(2)::after {
    color: #f6f8f9;
  }
}

/*ナビゲーションウィンドウ*/
header nav {
  display: block;
  z-index: 2;
  position: fixed;
  top: 0;
  left: -100%;
  background-color: #767756;
  width: 100%;
  height: 100%;
  /*box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);*/
  transition: all 0.8s;
}
@media (min-width: 1100px) {
  header nav {
    position: static;
    left: 0;
    box-shadow: none;
  }
}

header nav.active {
  left: 0%;
}

header nav ul {
  color: #f6f8f9;
  font-family: "montserrat";
  line-height: 150%;
  text-align: left;
  width: 176px;
  margin: 90px auto 0;
}
@media (min-width: 1100px) {
  header nav ul {
    margin: 0;
    font-size: 1.8rem;
    width: auto;
  }
}

header nav ul li {
  margin-bottom: 40px;
}
@media (min-width: 1100px) {
  header nav ul li {
    margin-bottom: 32px;
    position: relative;
  }
}

header nav ul li:first-child {
  margin-bottom: 32px;
}

header nav ul li a {
  color: #f6f8f9;
  text-decoration: none;
}

.hamburger-logo {
  position: relative;
}
.hamburger-logo .hamburger-top_link {
  width: 120px;
  position: absolute;
  top: 10px;
  left: 16px;
}
@media (min-width: 1100px) {
  .hamburger-logo .hamburger-top_link {
    display: none;
  }
}

.hamburger-about {
  display: flex;
  margin-top: 12px;
  font-weight: 200;
}

.hamburger-about_concept,
.hamburger-about_profile {
  font-size: 1.5rem;
  margin-right: 24px;
}
@media (min-width: 1100px) {
  .hamburger-about_concept,
  .hamburger-about_profile {
    font-size: 1.6rem;
  }
}

.hamburger-about_profile {
  margin-right: 0px;
}

/*ハンバーガーメニュー*/
.openbtn4 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 25px;
  height: 45px;
  border-radius: 5px;
  z-index: 999;
}
@media (min-width: 1100px) {
  .openbtn4 {
    display: none;
  }
}

/*ボタン内側*/
.openbtn4 span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 0px;
  height: 2px;
  border-radius: 2px;
  background: #f6f8f9;
  width: 45%;
}

.openbtn4 span:nth-of-type(1) {
  width: 25px;
  top: 14px;
}

.openbtn4 span:nth-of-type(2) {
  width: 20px;
  top: 22px;
}

.openbtn4 span:nth-of-type(2)::after {
  top: 30px;
  content: "menu";
  /*3つ目の要素のafterにMenu表示を指定*/
  font-family: "Montserrat";
  line-height: 0;
  margin-top: 8px;
  position: absolute;
  top: 3px;
  right: -7px;
  color: #f6f8f9;
  font-size: 0.9rem;
  letter-spacing: 0px;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openbtn4.active span:nth-of-type(1) {
  top: 11px;
  right: 0px;
  transform: translateY(6px) rotate(-45deg);
  width: 100%;
  color: #f6f8f9;
}

/*.openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}*/
.openbtn4.active span:nth-of-type(2) {
  top: 23px;
  right: 0px;
  transform: translateY(-6px) rotate(45deg);
  width: 100%;
  color: #f6f8f9;
}

.openbtn4.active span:nth-of-type(2)::after {
  content: "close";
  /*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(-45deg);
  top: 14px;
  right: -12px;
  color: #f6f8f9;
  font-family: "Montserrat";
  font-size: 0.9rem;
  margin: 0 auto;
}

/*hamburger line登録ボタン*/
a .button-line_nav {
  width: 175px;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto 16px;
  position: relative;
}
@media (min-width: 1100px) {
  a .button-line_nav {
    display: none;
  }
}
a .button-line_nav p {
  text-decoration: none;
  color: #767756;
  font-weight: 600;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}
a .button-line_nav p span {
  font-weight: 750;
}
@media (min-width: 1100px) {
  a .button-line_nav p {
    display: none;
  }
}
a .button-line_nav img {
  width: 40px;
  position: absolute;
  top: 5px;
  left: 6.5px;
}

.nav_sns-icon {
  display: flex;
  align-items: center;
}
.nav_sns-icon .nav_insta-icon {
  width: 29px;
  height: auto;
  margin-right: 24px;
}
.nav_sns-icon .nav_mail-icon {
  width: 26px;
  height: auto;
}

section .section-top_image-168 {
  color: #f6f8f9;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Montserrat;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
section h2 {
  /*section要素の中のh2要素という意味*/
  color: #524b3b;
  font-size: 5rem;
  font-family: "Montserrat";
  font-weight: 350;
  letter-spacing: 4px;
  line-height: 130%;
  margin-bottom: 40px;
  text-align: left;
}
section .h2-sub {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 32px;
  text-align: left;
}
section ul {
  list-style: none;
}

.insta-link {
  display: flex;
  align-items: center;
  max-width: 311px;
}
.insta-link .insta-icon {
  width: 40px;
  margin-right: 20px;
}
.insta-link .insta-link-id a {
  text-decoration: none;
  color: #5c5343;
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: 500;
}

a:hover {
  /*a(リンクのところ)にマウスを当てると透明度が上がる設定*/
  opacity: 0.5;
}

*,
*:before,
*:after {
  /*擬似要素を含め、全ての要素に指定する*/
  box-sizing: border-box;
  /*サイズを指定しやすくするため*/
}

.none {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.content-wrapper {
  order: 2;
}
@media (min-width: 570px) {
  .content-wrapper {
    width: 570px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
  }
}

/*footer*/
footer {
  background-color: #5c5343;
  padding: 32px 16px;
}
footer .footer_sns-icon {
  margin-bottom: 24px;
}
footer .footer_sns-icon .footer_insta-icon {
  width: 29px;
  margin-right: 24px;
}
footer .footer_sns-icon .footer_mail-icon {
  width: 26px;
}
footer .footer_logo {
  display: block;
  width: 109.756px;
  height: 30px;
  margin: 0 auto 24px;
}
footer small {
  color: #f6f8f9;
  font-size: 1.2rem;
  font-weight: 200;
}

/*ボタン header reserve*/
.header-button_reserve {
  margin-right: 32px;
}
.header-button_reserve .button-reserve {
  width: 75px;
  height: 30px;
  border-radius: 50px;
  background: #767756;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  position: relative;
}
.header-button_reserve .button-reserve p {
  text-decoration: none;
  color: #fff;
  font-family: "Oswald";
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (min-width: 570px) {
  .header-button_reserve .button-reserve p {
    color: #524b3b;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0px;
  }
}
@media (min-width: 570px) {
  .header-button_reserve .button-reserve {
    background: #f6f8f9;
  }
}
@media (min-width: 1100px) {
  .header-button_reserve .button-reserve {
    display: none;
  }
}

/*ボタン view more*/
a .button-viewmore {
  width: 153px;
  height: 42px;
  border-radius: 50px;
  background: #767756;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  margin: 40px auto 0px;
  position: relative;
}
a .button-viewmore p {
  text-decoration: none;
  color: #fff;
  font-family: "Oswald";
  font-weight: 300;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}

/*line登録ボタン*/
a .button-line {
  width: 220px;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto 16px;
  position: relative;
}
@media (min-width: 1100px) {
  a .button-line {
    display: none;
  }
}
a .button-line p {
  text-decoration: none;
  color: #767756;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}
a .button-line p span {
  font-weight: 900;
}
@media (min-width: 1100px) {
  a .button-line p {
    display: none;
  }
}
a .button-line img {
  width: 40px;
  position: absolute;
  top: 5px;
  left: 6.5px;
}

.button-line_pc {
  display: none;
}
@media (min-width: 1100px) {
  .button-line_pc {
    display: block;
  }
  .button-line_pc img {
    width: 225px;
    height: 225px;
    margin-bottom: 24px;
  }
}

/*問い合わせボタン*/
a .button-inquiry {
  width: 220px;
  height: 50px;
  border-radius: 50px;
  background: #767756;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  position: relative;
}
a .button-inquiry p {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}
a .button-inquiry img {
  position: absolute;
  top: 5px;
  left: 6.5px;
  width: 40px;
}

/*PC版header スライダー*/
.aside_slider {
  margin-top: 100px;
}
.aside_slider .slider_nail {
  position: fixed;
  width: calc((100vw - 580px) / 2);
}

/*# sourceMappingURL=common.css.map */