@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.footer {
  padding: 30px 20px;
  background-color: #FA7D36;
}
.footer .desc-reverse {
  max-width: 1200px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .footer .desc-reverse {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.footer .desc-reverse .footer-logo {
  padding: 60px 0 30px;
  max-width: 380px;
  margin: 0 auto;
  line-height: 1.2;
}
@media (width >= 768px) {
  .footer .desc-reverse .footer-logo {
    padding: 0;
    margin: 0;
  }
}
.footer .desc-reverse .footer-logo img {
  max-width: 120px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .footer .desc-reverse .footer-logo img {
    max-width: 150px;
  }
}
.footer .desc-reverse .footer-logo .acsess {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: bold;
  padding: 5px 0;
}
.footer .desc-reverse .footer-logo .telephone-flex {
  display: flex;
  align-items: center;
}
.footer .desc-reverse .footer-logo .telephone-flex .icon {
  padding-right: 5px;
}
.footer .desc-reverse .footer-logo .telephone-flex .icon img {
  width: 15px;
}
.footer .desc-reverse .footer-logo .telephone-flex .telephone {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: bold;
}
.footer .desc-reverse .footer-global-menu a {
  padding-top: 30px;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  display: block;
  text-align: center;
}
@media (width >= 768px) {
  .footer .desc-reverse .footer-global-menu a {
    padding-top: 0px;
    padding-left: 30px;
    display: inline-block;
  }
}
.footer .copyright {
  font-size: 12px;
  padding-top: 30px;
  text-align: center;
  color: #fff;
}

header {
  padding: 15px 4% 15px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media (width >= 768px) {
  header {
    padding: 25px 4% 25px;
  }
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
h1 a img {
  max-width: 120px;
}
@media (width >= 768px) {
  h1 a img {
    max-width: 150px;
  }
}

a {
  text-decoration: none;
  color: #333;
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px;
}

nav {
  margin: 0 0 0 auto;
}

ul {
  list-style: none;
  margin: 0;
  display: flex;
}

li {
  margin: 0 0 0 30px;
  font-size: 14px;
}

.main-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: url("main_visual.jpg") top center/cover no-repeat;
}

h2 {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
}

.sp-nav {
  display: none;
}

.mordal-nav {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pc-nav {
    display: none;
  }
  .sp-nav {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.2s ease-in-out;
  }
  #hamburger {
    position: relative;
    display: block;
    width: 25px;
    height: 20px;
    margin: 0 0 0 auto;
  }
  #hamburger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    transform: translateY(-50%);
  }
  #hamburger::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
  }
  #hamburger::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
  }
  /*スマホメニュー*/
  .sp-nav ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .sp-nav li {
    margin: 0;
    padding: 0;
  }
  .sp-nav li span {
    font-size: 16px;
    color: #fff;
  }
  .sp-nav li a, .sp-nav li span {
    display: block;
    padding: 30px 0;
  }
  /*-閉じるアイコンー*/
  .sp-nav .close {
    position: relative;
    padding-left: 20px;
  }
  .sp-nav .close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
  }
  .sp-nav .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
  }
  .toggle {
    transform: translateY(0);
    opacity: 1;
  }
  .main-visual {
    padding: 0 4%;
  }
  h2 {
    line-height: 1.6;
    text-align: center;
  }
}
.mv-pc {
  display: none;
}
@media (width >= 768px) {
  .mv-pc {
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(/img/hapinnest-mv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -1;
  }
  .mv-pc h2 {
    position: absolute;
    top: 30%;
    left: 60px;
    text-align: left;
  }
  .mv-pc h2 span {
    display: inline-block;
    font-size: 32px;
    font-family: "Zen Maru Gothic", serif;
    background-color: rgba(250, 125, 54, 0.7);
    padding: 5px 20px;
  }
  .mv-pc h2 .m10 {
    margin: 30px 0;
  }
}

.mv-sp {
  width: 100%;
  height: 100vh;
  background-image: url(/img/hapinnest-mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
}
.mv-sp h2 {
  position: absolute;
  top: 20%;
  left: 20px;
  text-align: left;
  color: #fff;
}
.mv-sp h2 span {
  display: inline-block;
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
  background-color: rgba(250, 125, 54, 0.7);
  padding: 0 10px;
}
.mv-sp h2 .m10 {
  margin: 20px 0 15px;
}
@media (width >= 768px) {
  .mv-sp {
    display: none;
  }
}

section .section-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 30px;
}
@media (width >= 768px) {
  section .section-title {
    font-size: 24px;
  }
}
@media (width >= 768px) and (width >= 1024px) {
  section .section-title {
    font-size: 28px;
    padding-top: 60px;
  }
}
section .border-bottom {
  width: 35px;
  margin: 0 auto;
  padding-top: 7px;
  border-bottom: 3px solid #FA7D36;
}
section .text {
  padding-top: 30px;
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
}
@media (width >= 768px) {
  section .text {
    padding-top: 60px;
    font-size: 18px;
  }
}
@media (width >= 768px) and (width >= 1024px) {
  section .text {
    font-size: 22px;
  }
}
section .lh-m {
  line-height: 1.5;
}
section .tac {
  text-align: center;
}
section .tal-c {
  max-width: 300px;
  margin: 0 auto;
}
@media (width >= 768px) {
  section .tal-c {
    max-width: 600px;
  }
}
section .bold {
  font-weight: bold;
}
section .block-center {
  max-width: 300px;
  margin: 0 auto;
}
@media (width >= 768px) {
  section .block-center {
    max-width: 700px;
  }
}
@media (width >= 768px) and (width >= 1024px) {
  section .block-center {
    max-width: 900px;
  }
}
section .desc {
  padding-top: 60px;
}
@media (width >= 768px) {
  section .desc {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
  }
}
@media (width >= 768px) {
  section .desc .image {
    width: 50%;
  }
}
section .desc .image img {
  max-width: 100%;
  height: auto;
}
@media (width >= 768px) {
  section .desc .desc-text {
    width: 50%;
    padding-left: 40px;
  }
}
section .desc .desc-text .subtitle {
  font-weight: bold;
  font-size: 18px;
  font-family: "Zen Maru Gothic", serif;
  color: #FA7D36;
  padding-top: 30px;
}
@media (width >= 768px) {
  section .desc .desc-text .subtitle {
    font-size: 20px;
  }
}
@media (width >= 768px) and (width >= 1024px) {
  section .desc .desc-text .subtitle {
    font-size: 24px;
    padding-top: 0;
  }
}
section .desc-reverse {
  padding-top: 60px;
}
@media (width >= 768px) {
  section .desc-reverse {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
    padding-top: 90px;
  }
}
@media (width >= 768px) {
  section .desc-reverse .image {
    width: 50%;
  }
}
section .desc-reverse .image img {
  max-width: 100%;
  height: auto;
}
@media (width >= 768px) {
  section .desc-reverse .desc-text {
    width: 50%;
    padding-right: 40px;
  }
}
section .desc-reverse .desc-text .subtitle {
  font-weight: bold;
  font-size: 18px;
  font-family: "Zen Maru Gothic", serif;
  color: #FA7D36;
  padding-top: 30px;
}
@media (width >= 768px) {
  section .desc-reverse .desc-text .subtitle {
    font-size: 18px;
  }
}
@media (width >= 768px) and (width >= 1024px) {
  section .desc-reverse .desc-text .subtitle {
    font-size: 24px;
    padding-top: 0;
  }
}

.service {
  padding: 30px 10px;
  max-width: 300px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .service {
    padding: 60px 10px;
    max-width: 800px;
  }
}
@media (width >= 768px) and (width >= 1024px) {
  .service {
    max-width: 1000px;
  }
}

.massage {
  padding: 120px 0;
  background-image: url("/img/massage-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (width >= 768px) {
  .massage {
    padding: 200px 0;
  }
}
@media (width >= 768px) and (width >= 1024px) {
  .massage {
    padding: 300px 0;
  }
}
.massage .image {
  padding-top: 30px;
  max-width: 280px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .massage .image {
    padding-top: 60px;
    max-width: 300px;
  }
}
.massage .image img {
  max-width: 100%;
  height: auto;
}
.massage .ps10 {
  padding-right: 10px;
  padding-left: 10px;
}
.massage .list {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 30px;
}
@media (width >= 768px) {
  .massage .list {
    padding-top: 60px;
    max-width: 600px;
    margin: 0 auto;
  }
}
.massage .list .list-title {
  padding: 5px 10px;
  border-radius: 15px;
  color: #FA7D36;
  background-color: #fff;
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
}
@media (width >= 768px) {
  .massage .list .list-title {
    font-size: 18px;
  }
}
@media (width >= 768px) and (width >= 1024px) {
  .massage .list .list-title {
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 22px;
  }
}
.massage .list .pdcustom {
  padding: 5px 18px;
}
@media (width >= 1024px) {
  .massage .list .pdcustom {
    padding: 10px 25px;
  }
}
.massage .list .list-text {
  width: 70%;
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
  padding-left: 5px;
}
@media (width >= 768px) {
  .massage .list .list-text {
    width: 75%;
    font-size: 18px;
  }
}
@media (width >= 768px) and (width >= 1024px) {
  .massage .list .list-text {
    font-size: 22px;
  }
}
.massage .text-bold {
  font-weight: bold;
  text-align: center;
  padding: 60px 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media (width >= 768px) {
  .massage .text-bold {
    padding: 60px 0;
  }
}

.about {
  padding: 30px 10px;
  max-width: 300px;
  margin: 0 auto;
}
@media (width >= 768px) {
  .about {
    padding: 60px 10px;
    max-width: 800px;
  }
}
@media (width >= 768px) and (width >= 1024px) {
  .about {
    max-width: 1000px;
  }
}
@media (width >= 768px) {
  .about .desc-reverse {
    justify-content: center;
    align-items: flex-start;
  }
}
.about .desc-reverse .googlemap {
  border-radius: 25px;
  margin-bottom: 30px;
}
@media (width >= 768px) {
  .about .desc-reverse .googlemap {
    margin-left: 10px;
  }
}
@media (width >= 768px) and (width >= 1024px) {
  .about .desc-reverse .googlemap {
    width: 400px;
    height: 350px;
    margin-left: 50px;
  }
}
.about .desc-reverse .desc-text {
  padding-top: 30px;
  font-size: 14px;
}
@media (width >= 768px) {
  .about .desc-reverse .desc-text {
    width: 75%;
    padding: 0;
    font-size: 16px;
  }
}
@media (width >= 768px) and (width >= 1024px) {
  .about .desc-reverse .desc-text {
    width: 50%;
    font-size: 22px;
  }
}
.about .desc-reverse .desc-text .list {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 30px;
}
.about .desc-reverse .desc-text .list .list-title {
  font-size: 16px;
  font-weight: bold;
  width: 25%;
  line-height: 2;
}
@media (width >= 768px) {
  .about .desc-reverse .desc-text .list .list-title {
    font-size: 18px;
  }
}
@media (width >= 768px) and (width >= 1024px) {
  .about .desc-reverse .desc-text .list .list-title {
    font-size: 22px;
  }
}
.about .desc-reverse .desc-text .list .list-text {
  width: 70%;
  font-size: 16px;
}
@media (width >= 768px) {
  .about .desc-reverse .desc-text .list .list-text {
    font-size: 18px;
  }
}
@media (width >= 768px) and (width >= 1024px) {
  .about .desc-reverse .desc-text .list .list-text {
    font-size: 22px;
  }
}
.about .desc-reverse .desc-text .pt0 {
  padding-top: 0;
}
.about .pd60 {
  padding: 60px 0;
  font-family: "Noto Sans JP", sans-serif;
}
.about .happinest-about {
  padding-bottom: 60px;
  text-align: center;
  line-height: 1.5;
}
.about .happinest-about .item-logo {
  width: 170px;
  height: auto;
  margin: 0 auto;
}
.about .happinest-about .item-logo .about-logo {
  width: 100%;
}
.about .happinest-about .tel-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .happinest-about .tel-flex .icon {
  padding-right: 5px;
}
.about .happinest-about .tel-flex .icon img {
  width: 20px;
}
.about .happinest-about .tel-flex .tel {
  font-size: 28px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  padding: 5px 0;
}
@media (width >= 1024px) {
  .about .happinest-about .tel-flex .tel {
    font-size: 34px;
  }
}
.about .happinest-about .acsess {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (width >= 1024px) {
  .about .happinest-about .acsess {
    font-size: 22px;
  }
}
.about .paypay-bunner {
  width: 180px;
  margin: 0 auto 60px;
  border: 1px solid #333;
}
@media (width >= 1024px) {
  .about .paypay-bunner {
    width: 220px;
  }
}
.about .paypay-bunner .paypay {
  width: 100%;
}/*# sourceMappingURL=style.css.map */