@import url("https://fonts.googleapis.com/css2?family=Qwitcher+Grypen&family=WindSong:wght@500&display=swap");
@media screen and (max-width: 767px) {
  .is-pc {
    display: none; } }
@media screen and (min-width: 768px) {
  .is-sp {
    display: none; } }
body {
  font-size: 16px;
  color: #665533;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.6875; }

img {
  width: 100%; }

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box; }
  @media screen and (max-width: 767px) {
    .inner {
      padding: 0 20px; } }

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  .drawer--right .header .drawer-hamburger {
    right: 3px; }
  .header .drawer-hamburger-icon {
    background-color: #e0e0e0; }
    .drawer-open .header .drawer-hamburger-icon {
      background-color: transparent; }
    .header .drawer-hamburger-icon::before, .header .drawer-hamburger-icon::after {
      background-color: #e0e0e0; }

.header-inner {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .header-inner {
      height: 60px; } }

.header-logo {
  width: 140px;
  height: 50px; }

.header-nav {
  margin-left: auto; }
  @media screen and (max-width: 767px) {
    .header-nav {
      top: 60px;
      background-color: rgba(255, 255, 255, 0.7);
      padding: 24px 0;
      -webkit-backdrop-filter: blur(5px); } }

@media screen and (min-width: 768px) {
  .header-nav-list {
    display: flex; } }

@media screen and (min-width: 768px) {
  .header-nav-item + .header-nav-item {
    margin-left: 46px; } }

.header-nav-item-link {
  display: block;
  color: #665533;
  height: 70px;
  line-height: 70px;
  letter-spacing: .1em; }
  @media screen and (max-width: 767px) {
    .header-nav-item-link {
      font-size: 18px;
      text-align: right;
      padding: 0 15px;
      height: 60px;
      line-height: 60px; } }
  @media screen and (min-width: 768px) {
    .header-nav-item-link {
      transition: color .4s; }
      .header-nav-item-link:hover {
        color: #e0e0e0; } }

.main {
  padding-top: 70px; }
  @media screen and (max-width: 767px) {
    .main {
      padding-top: 60px; } }

.section {
  margin-top: 160px; }
  @media screen and (max-width: 767px) {
    .section {
      margin-top: 96px; } }

.hr {
  border-top: solid 1px #ddd;
  width: 60%;
  height: 1px;
  padding: 0px 0;
  margin: 80px auto; }

.util-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .util-title {
      font-size: 30px; } }

.top {
  position: relative; }

.top-picture-1, .top-picture-2, .top-picture-3, .top-picture-4, .top-picture-5, .top-picture-5-2, .top-picture-6, .top-picture-7 {
  position: relative; }
  @media screen and (max-width: 767px) {
    .top-picture-1, .top-picture-2, .top-picture-3, .top-picture-4, .top-picture-5, .top-picture-5-2, .top-picture-6, .top-picture-7 {
      padding-top: 120%; } }
  @media screen and (min-width: 768px) {
    .top-picture-1, .top-picture-2, .top-picture-3, .top-picture-4, .top-picture-5, .top-picture-5-2, .top-picture-6, .top-picture-7 {
      padding-top: 55%;
      width: 100%;
      height: auto;
      display: block; } }

.top-picture-1 {
  background: url(../img/top/top1.jpg) center center/cover; }

.top-picture-2 {
  background: url(../img/top/top2.jpg) center center/cover; }

.top-picture-3 {
  background: url(../img/top/top3.jpg) center center/cover; }

.top-picture-4 {
  background: url(../img/top/top4.jpg) center center/cover; }

.top-picture-5 {
  background: url(../img/top/top5.jpg) center center/cover; }

.top-picture-5-2 {
  background: url(../img/top/top5_2.jpg) center center/cover; }

.top-picture-6 {
  background: url(../img/top/top6.jpg) center center/cover; }

.top-picture-7 {
  background: url(../img/top/top7.jpg) center center/cover; }

.top-message {
  position: absolute;
  padding: 82px 44px 90px 40px; }
  @media screen and (max-width: 767px) {
    .top-message {
      padding: 82px 10px;
      right: 0;
      top: 20px; } }
  @media screen and (min-width: 768px) {
    .top-message {
      right: 50px;
      top: 50px; } }

.top-message-title {
  letter-spacing: 0.2em; }
  @media screen and (max-width: 767px) {
    .top-message-title {
      font-size: 24px; } }
  @media screen and (min-width: 768px) {
    .top-message-title {
      font-size: 28px; } }

.top-message-text {
  line-height: 2;
  margin-top: 18px; }
  @media screen and (max-width: 767px) {
    .top-message-text {
      font-size: 12px; } }

.hw {
  font-family: "Qwitcher Grypen", cursive;
  font-size: 40px;
  letter-spacing: 0; }

.concept-inner {
  margin: 0 auto;
  margin-top: 64px;
  padding: 0 30px; }
  @media screen and (max-width: 767px) {
    .concept-inner {
      margin-top: 46px; } }
  @media screen and (min-width: 768px) {
    .concept-inner {
      align-items: center;
      max-width: 800px; } }

@media screen and (max-width: 767px) {
  .concept-message {
    margin-top: 35px; } }

.concept-message-head-title {
  font-size: 80px;
  letter-spacing: 0;
  font-family: "Qwitcher Grypen", cursive;
  margin-bottom: 48px;
  text-align: center; }

.concept-message-title {
  font-size: 28px;
  letter-spacing: 0.15em;
  text-align: center; }

.concept-message-text {
  margin-top: 36px;
  line-height: 2.2;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .concept-message-text {
      margin-top: 20px; } }

.about {
  color: #fff;
  position: relative;
  padding: 120px 0; }
  @media screen and (max-width: 767px) {
    .about {
      background: #cfbcac;
      padding: 130px 0; } }
  @media screen and (min-width: 768px) {
    .about {
      background: #cfbcac; } }
  .about::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.12); }

.about-inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto; }

.about-title {
  font-size: 80px;
  font-family: "Qwitcher Grypen", cursive;
  text-align: center; }

.about-text {
  margin-top: 28px;
  line-height: 2.2; }
  @media screen and (max-width: 767px) {
    .about-text {
      margin-top: 22px; } }

.menu {
  padding: 0px 40px; }
  @media screen and (max-width: 767px) {
    .menu {
      padding: 0 px; } }

.menu-title {
  font-size: 80px;
  text-align: center;
  font-family: "Qwitcher Grypen", cursive; }

.menu-text {
  margin-top: 36px;
  text-align: center;
  line-height: 2; }

.menu-list {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 90px; }
  @media screen and (max-width: 767px) {
    .menu-list {
      margin-top: 46px; } }
  @media screen and (min-width: 768px) {
    .menu-list {
      display: block;
      justify-content: space-between; } }

.menu-item {
  display: block; }
  @media screen and (min-width: 768px) {
    .menu-item {
      flex: 0 0 28.3333%; } }
  @media screen and (max-width: 767px) {
    .menu-item + .menu-item {
      margin-top: 49px; } }

.menu-item-body {
  text-align: left;
  padding: 26px 10px; }

.menu-item-title {
  font-size: 24px;
  margin-bottom: 24px; }

.menu-item-text {
  line-height: 2; }

.yoga-inner {
  margin-top: 64px; }
  @media screen and (max-width: 767px) {
    .yoga-inner {
      margin-top: 46px; } }
  @media screen and (min-width: 768px) {
    .yoga-inner {
      display: flex;
      align-items: center; } }

@media screen and (min-width: 768px) {
  .yoga-picture {
    flex: 0 0 50%; } }

@media screen and (max-width: 767px) {
  .yoga-message {
    margin-top: 34px; } }
@media screen and (min-width: 768px) {
  .yoga-message {
    flex: 0 1 50%;
    margin-left: 6.6667%; } }

.yoga-message-head-title {
  font-size: 80px;
  font-family: "Qwitcher Grypen", cursive;
  margin-bottom: 24px;
  text-align: center; }

.yoga-message-title {
  font-size: 28px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 767px) {
    .yoga-message-title {
      font-size: 20px; } }

.yoga-message-text {
  margin-top: 30px;
  line-height: 2; }

.esthetic {
  padding-bottom: 100px; }

@media screen and (min-width: 768px) {
  .esthetic-inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse; } }

@media screen and (min-width: 768px) {
  .esthetic-picture {
    flex: 0 0 50%; } }

@media screen and (max-width: 767px) {
  .esthetic-message {
    margin-top: 34px; } }
@media screen and (min-width: 768px) {
  .esthetic-message {
    flex: 0 1 50%;
    margin-right: 6.6667%; } }

.esthetic-message-head-title {
  font-size: 80px;
  font-family: "Qwitcher Grypen", cursive;
  margin-bottom: 24px;
  text-align: center; }

.esthetic-message-title {
  font-size: 28px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 767px) {
    .esthetic-message-title {
      font-size: 20px; } }

.esthetic-message-text {
  margin-top: 30px;
  line-height: 2; }

.contact {
  position: relative;
  padding: 80px 0;
  color: #fff;
  background: #9e8d7e; }
  @media screen and (max-width: 767px) {
    .contact {
      padding: 80px 0; } }

.contact-inner {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px; }

.contact-title {
  font-size: 80px;
  font-family: "Qwitcher Grypen", cursive;
  text-align: center; }

.contact-text {
  margin-top: 28px;
  margin-bottom: 18px;
  line-height: 2.2; }
  @media screen and (max-width: 767px) {
    .contact-text {
      margin-top: 22px; } }

.contact dt {
  padding-bottom: 5px; }
.contact dd {
  padding-bottom: 20px; }
.contact input {
  font-size: 14px;
  padding: 5px 6px;
  width: 85%;
  border: solid 1px #fff;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: 0; }
.contact textarea {
  font-size: 14px;
  padding: 5px 6px;
  width: 85%;
  border: solid 1px #fff;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: 0;
  height: 120px; }
.contact .must {
  display: inline-block;
  background-color: #ee7777;
  padding: 6px 10px;
  font-size: 12px;
  color: #FFF;
  margin: -2px 5px 0 10px;
  border-radius: 4px; }
.contact button {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  background: #cc4641;
  color: #fff;
  padding: 12px 100px;
  border-style: none;
  letter-spacing: 0.1em; }

.footer {
  background: #cfbcac;
  padding: 42px 40px 12px; }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 25px 0 14px; } }

.footer-logo {
  width: 120px;
  margin: 0 auto; }

.footer-nav-list {
  margin-top: 8px; }
  @media screen and (max-width: 767px) {
    .footer-nav-list {
      text-align: center;
      margin-top: 16px; } }
  @media screen and (min-width: 768px) {
    .footer-nav-list {
      display: flex;
      justify-content: center; } }

@media screen and (min-width: 768px) {
  .footer-nav-item + .footer-nav-item {
    margin-left: 30px; } }

.footer-nav-item-link {
  font-size: 12px;
  color: #fff;
  display: block;
  padding: 1em 0; }
  @media screen and (max-width: 767px) {
    .footer-nav-item-link {
      padding: .3em 0; } }
  @media screen and (min-width: 768px) {
    .footer-nav-item-link {
      transition: opacity .4s; }
      .footer-nav-item-link:hover {
        opacity: .7; } }

.footer-sns-list {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .footer-sns-list {
      margin-top: 14px; } }

.footer-sns-item {
  display: inline-block; }
  .footer-sns-item + .footer-sns-item {
    margin-left: 10px; }

.footer-sns-item-link {
  color: #fff;
  font-size: 24px;
  display: block;
  padding: .1em .5em; }
  @media screen and (min-width: 768px) {
    .footer-sns-item-link {
      transition: opacity .4s; }
      .footer-sns-item-link:hover {
        opacity: .7; } }

.footer-copyright {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .footer-copyright {
      margin-top: 5px; } }

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