html {
  font-size: small;
  line-height: 1.4;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  line-height: 1.9;
  color: #111;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 124%;
}

p {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 1.6vw;
  padding-bottom: 0.5em;
  letter-spacing: 0.16em;
}

a:visited {
  color: inherit;
}

a:hover {
  color: rgb(187, 58, 107);
}

#homePage {
  width: 100%;
  margin: auto;
  /* position: absolute; */
}

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

.big-img {
  width: 100%;
  height: auto;
  background-size: 100%;
  margin: 0 0 0 0;
}

#header {
  color: #fff;
  width: 100%;
  height: auto;
  z-index: 1000;
}

#contents {
  width: 100%;
  margin: auto;
  left: 80;
}

.home-logo {
  top: 0;
  left: 0;
  z-index: 100;
}

.home-logo img {
  width: 15vw;
  height: auto;
}

.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: auto;
  /* height: 100px; */
  opacity: 0.9;
  padding: 10px 14px;
  align-items: center;
}

.sticky {
  width: 100%;
  position: fixed;
  /* top: 0;
  right: 0; */
  transition: 1s;
}
li {
  list-style: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 1.9vw;
  font-weight: bolder;
}

/* {
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
  margin-right: 5%;
  margin-top: 5%;
} */

/* メニューボタン */
/* .main-nav-area {
  margin-right: 50px;
  display: flex;
  align-items: center;
} */
.nav-area {
  display: flex;
  z-index: 10;
  align-items: center;
}

.nav-bg {
  /* position: relative; */
}

.btn-burger {
  z-index: 1000;
  cursor: pointer;
  display: inline-block;
  width: 8vw;
  height: 3vh;
  position: relative;
  top: 15px;
  /* right: 15vw;
  top: 28px;
  right: 0px; */
}

/*三本線*/
.menu-icon,
.menu-icon:before,
.menu-icon:after {
  position: absolute;
  /* top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 35px; */
  /* top: 2.5vh; */
  width: 6vw;
  height: 0.16vh;
  background-color: #111;
  border-radius: 2px;
  height: 0.3vh;
  display: block;
  content: "";
  cursor: pointer;
  /* margin: auto; */
}

/*三本線の感覚*/
.menu-icon:before {
  top: 1.6vh;
}

.menu-icon:after {
  top: -1.6vh;
}

/*チェックボックス非表示*/
.nav-toggle {
  position: relative;
  /* top: 10vh !important; */
  display: none;
}

/*アイコンをクリックしたら*/
.nav-toggle:checked ~ .btn-burger .menu-icon {
  background: transparent;
  z-index: 10000;
  opacity: 1;
}

.nav-toggle:checked ~ .btn-burger .menu-icon:before {
  transform: rotate(-45deg);
  top: 0;
}

.nav-toggle:checked ~ .btn-burger .menu-icon:after {
  transform: rotate(45deg);
  top: 0;
}

.menu-icon,
.menu-icon:before,
.menu-icon:after {
  transition: all 0.8s;
}

/*表示されるメニューの中身*/
.nav {
  position: absolute;
  width: 100%;
  top: 16vh;
  left: 0;
  background-color: rgba(87, 77, 50, 0.9);
  z-index: 5;
}

.main-nav a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

.main-nav a:hover {
  color: rgb(187, 58, 107);
}

.main-nav {
  width: 100vw;
  list-style: none;
  display: none;
  margin: 0;
  /* padding-left: 20px; */
}

.main-nav li {
  margin: 0;
  padding: 10px;
}

.nav-toggle:checked ~ .nav .main-nav {
  display: block;
}

/* .btn_menu span {
  height: 1px;
  width: 3em;
  display: block;
  background-color: #111;
  margin: 0;
}
.btn_menu span:nth-of-type(2) {
  margin: 0.5em auto;
  transition-property: margin, height, width;
  transition-delay: 0.3s, 0.3s, 0s;
}
.btn_menu span:nth-of-type(3) {
  width: 1.5em;
}

.btn_menu {
  display: block;
  cursor: pointer;
  padding: 0 1.5em;
} */

.reservation-button {
  text-decoration: none;
}

.btn-rsv {
  width: 15vw;
  display: flex;
  align-items: center;
  font-size: 1.5vw;
}

.btn-rsv a {
  color: #fff;
  text-decoration: none;
}

.btn-rsv span {
  background: #111;
  color: #fff;
  display: block;
  width: 100%;
  padding: 1em 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.link {
  text-decoration: none;
  color: #111;
  text-decoration: underline;
}

.link:hover {
  cursor: pointer;
  color: rgb(187, 58, 107);
}

.highlight {
  color: rgb(187, 58, 107);
}

.highlight:hover {
  color: #fff;
}

footer {
  width: 100%;
  height: 10vh;
  text-align: center;
  padding: 50px 0;
}

.main-statement {
  display: block;
  position: absolute;
  margin: 0 5% 0 5%;
  top: 60%;
  text-shadow: 0 0 0.5em rgb(255, 255, 255), 0 0 0.7em rgba(0, 0, 0, 0.7);
  color: #fff;
}

.main-statement_eng {
  margin-bottom: 0.5em;
  font-family: Playfair, serif;
  font-size: 5vw;
  line-height: 1.1;
  padding-bottom: 0.2em;
  letter-spacing: 0.05em;
}

.main-statement_jp {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 2.6vw;
  padding-bottom: 0.5em;
  letter-spacing: 0.16em;
}

.title-area {
  display: block;
  position: absolute;
  margin: 0 5% 0 5%;
  top: 400px;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5), 0 0 0.7em rgba(0, 0, 0, 0.7);
  color: #fff;
}

.title {
  margin-bottom: 0.5em;
  font-family: Playfair, serif;
  font-size: 5vw;
  line-height: 1.1;
  padding-bottom: 0.2em;
  letter-spacing: 0.05em;
}

.subtitle {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 1.9vw;
  font-weight: bolder;
  padding: 4% 0 0 0;
}

.underline {
  border-bottom: 1px solid #111;
}

.contents_contents {
  top: 900px;
  text-align: center !important;
}

.content {
  margin: 80px 5% 150px 5%;
}

.content_withbg {
  padding: 3% 8% 4% 8%;
}

.business-hours {
  background-color: #f9f9f9;
  padding: 5% 0 5% 0;
}

.business-hours ul {
  list-style: none;
  padding: 0;
}

.business-hours ul li {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  margin-bottom: 10px;
}

.business-hours ul li strong {
  color: #5d0606;
}

.contact {
  /* width: 50%; */
  display: flex;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
}

.contact img {
  width: 3%;
  height: 3%;
  margin-right: 1%;
}

.contact p {
  padding-bottom: 0;
  font-weight: bolder;
}
.hula {
  margin: 15% 0 20% 0%;
  width: 100%;
  padding: 6% 0 5% 0;
  background-color: rgb(244, 229, 236, 0.6);
  background-blend-mode: lighten;
  background-image: url(../images/24693249_s.jpg);
  background-size: 100% auto;
}

.pilatesmachine {
  margin: 15% 0 20% 0%;
  width: 100%;
  padding: 6% 0 5% 0;
  background-color: rgb(244, 229, 236, 0.9);
  background-blend-mode: lighten;
  background-image: url(../images/pilatesmachine.jpg);
  background-position: center;
  background-size: contain;

  .main-statement_eng {
    font-size: 3.7vw;
  }
}

/* .rsv-to-stores {
  width: 16vw;
  height: 8vh;
} */

@media only screen and (max-width: 600px) {
  #homePage {
    width: 100%;
    margin: auto;
    font-size: 100% !important;
  }

  .home-logo img {
    width: 20vw;
    height: auto;
  }
  .menu-icon:before {
    top: 1vh;
  }

  .menu-icon:after {
    top: -1vh;
  }

  /* .menu-icon,
  .menu-icon:before,
  .menu-icon:after {
    width: 40px;
    height: 4px;
  } */

  /* .btn-burger {
    height: 2.5vh;
    width: 10vw;
  } */

  /* .btn-rsv span {
    font-size: 6px;
  } */

  p {
    font-size: 2.4vw;
    font-weight: 500;
    font-weight: bold;
  }
  .main-nav a {
    font-size: 2.5vw;
  }

  .subtitle {
    font-size: 4.5vw;
  }

  /* .rsv-to-stores {
    width: 30vw;
    height: 3.5vh;
  } */

  .title-area {
    top: 30%;
  }

  .pilatesmachine {
    .main-statement_eng {
      font-size: 3vw;
    }
  }
}

@media only screen and (max-width: 1200px) {
  #homePage {
    width: 100%;
    margin: auto;
  }
}

@media only screen and (height: 700px) {
  .title-area {
    top: 30%;
  }
}
