@charset "UTF-8";
body {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  background-color: #fcfcfc;
}

::-moz-selection {
  background: #B59EE4;
  color: #fff;
}

::selection {
  background: #B59EE4;
  color: #fff;
}

/* for Firefox */
::-moz-selection {
  background: #B59EE4;
  color: #fff;
}

img {
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner1000 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url(../img/bg-img.png) repeat;
  z-index: 777;
}
#loader-bg #loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  z-index: 60;
  text-align: center;
}
#loader-bg #loader img {
  width: 77px;
  margin-bottom: 10px;
  -webkit-animation: loading-animation 0.7s;
          animation: loading-animation 0.7s;
}
#loader-bg #loader p {
  padding-left: 10px;
}
@-webkit-keyframes loading-animation {
  0% {
    transform: none;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-animation {
  0% {
    transform: none;
  }
  100% {
    transform: rotate(360deg);
  }
}

#page_top {
  z-index: 3;
  position: fixed;
  bottom: 5px;
  right: 5px;
}
#page_top a {
  border-radius: page 5px;
  display: inline-block;
  background-color: #fcfcfc;
  box-shadow: 0 0 5px rgba(119, 119, 119, 0.5);
  padding: 15px 12px 12px;
  transition: 0.5s;
  font-size: 0.7rem;
}
#page_top a:hover {
  background-color: #B59EE4;
  color: #fff;
}

.header {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fcfcfc;
}
.header .hamburger {
  display: none;
}
.header .inner1000 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-nav ul {
  line-height: 50px;
  display: flex;
}
.header-nav li a {
  display: inline-block;
  padding: 0 15px;
  transition: 0.3s;
}
.header-nav li a:hover {
  background-color: #e3daf5;
}
.header-sns {
  display: flex;
  align-items: center;
}
.header-sns a {
  display: block;
  text-align: center;
  padding-top: 5px;
}
.header-sns a span {
  font-size: 0.6rem;
  letter-spacing: -1px;
  padding-top: 5px;
}
.header-sns a img {
  width: 25px;
  transition: 0.3s;
  padding: 0 15px;
}
.header-sns a:hover img {
  transform: scale(1.3, 1.3);
}

.header-nav-sp p, .header-nav-sp a {
  display: none;
}

.section-title {
  margin-bottom: 30px;
  text-align: center;
}
.section-title h2 {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 10px;
}
.section-title p {
  font-size: 1.2rem;
}

.main-visual {
  position: relative;
}
.main-visual h1 {
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: normal;
  font-size: 4rem;
  width: 100%;
  text-align: center;
  text-shadow: 5px 5px 5px gray;
}
.main-visual h1 span {
  font-size: 2.5rem;
}
.main-visual img {
  max-height: 85vh;
}

.greeting {
  padding-top: 100px;
}
.greeting-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.greeting-flex figcaption {
  width: 50%;
  line-height: 1.5;
}
.greeting-flex-img {
  width: 45%;
}
.greeting-btn {
  margin: 0 auto;
  width: 250px;
}
.greeting-btn a {
  padding: 15px;
  text-align: center;
  color: #fff;
  background: linear-gradient(#B59EE4, #FF8EB1);
  border-radius: 50px;
  border: 0;
  display: block;
  transition: 0.5s;
}
.greeting-btn a:hover {
  transform: translateY(-5px);
}

.price-menu {
  padding: 100px 0;
}
.price-menu-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.price-menu-flex a {
  display: block;
  width: 49.5%;
  margin-bottom: 1%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.price-menu-flex a img {
  transition: 0.5s;
}
.price-menu-flex a p {
  z-index: 1;
  font-weight: 400;
  position: absolute;
  font-size: 1.7rem;
  letter-spacing: -0.5px;
}
.price-menu-flex a:hover img {
  opacity: 0.7;
  transform: scale(1.1, 1.1);
}
.price-menu-btn {
  text-align: center;
}
.price-menu-btn a {
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
.price-menu-btn a::after {
  padding: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 0;
  height: 3px;
  background-color: #B59EE4;
  transition: 0.3s;
}
.price-menu-btn a:hover::after {
  width: 100%;
}

.commitment {
  padding: 100px 0;
  background: linear-gradient(135deg, #FF8EB1, #eee, #a68ade, #eee, #B59EE4);
}
.commitment-flex {
  display: flex;
  justify-content: space-between;
}
.commitment-flex-container {
  padding: 5% 0;
  display: block;
  width: 49%;
  background-color: rgba(255, 255, 255, 0.1); /* 背景色 */
  border: 1px solid rgba(255, 255, 255, 0.4); /* ボーダー */
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  backdrop-filter: blur(100px); /* ぼかしエフェクト */
  -webkit-backdrop-filter: blur(100px);
  box-shadow: 0 5px 20px rgba(181, 158, 228, 0.5); /* 薄い影 */
  text-align: center;
  transition: 0.5s;
}
.commitment-flex-container img {
  width: 80%;
}
.commitment-flex-container h3 {
  font-weight: normal;
  font-size: 1.2rem;
  margin: 5% 0;
}
.commitment-flex-container p {
  line-height: 1.3;
  width: 80%;
  margin: auto;
  text-align: left;
  font-size: 0.9rem;
}
.commitment-flex-container:hover {
  background-color: #fff;
  box-shadow: 20px 10px 20px rgba(181, 158, 228, 0.5);
  transform: translateY(-5px);
  color: #604c3f;
}

.access {
  padding: 100px 0;
  background: url(../img/bg-img.png) repeat;
}
.access a {
  transition: 0.5s;
}
.access a:hover {
  transform: translateY(-5px);
}
.access iframe {
  height: 300px;
  padding: 5% 0;
  width: 100%;
  transition: 0.5s;
}
.access iframe:hover {
  transform: translateY(-5px);
}
.access-container {
  padding: 10px 0;
  text-align: center;
}
.access-container h4 {
  font-weight: normal;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.access-container address {
  line-height: 1.5;
  margin-bottom: 10px;
  font-style: normal;
}
.access-container-btn {
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 40px;
  background: linear-gradient(#B59EE4, #FF8EB1);
}
.access-container-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.access-container-flex a {
  font-size: 1.1rem;
  display: block;
  width: 33%;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.access-container-flex-tel {
  padding: 18px 0;
  background-color: #B59EE4;
  color: #fff;
}
.access-container-flex-tel img {
  width: 30px;
  margin-right: 8px;
}
.access-container-flex-hb {
  box-sizing: border-box;
  border: 3px solid #AE2D5B;
  background-color: #fff;
  padding: 8px 0;
}
.access-container-flex-hb img {
  width: 130px;
}
.access-container-flex-insta {
  padding: 18px 0;
  background-color: #FF8EB1;
  color: #fff;
}
.access-container-flex-insta img {
  width: 30px;
  margin-right: 8px;
}

.footer {
  border-top: 3px solid #ddd;
  background-color: #fcfcfc;
  padding: 20px 0;
}
.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-flex-img {
  width: 30%;
}
.footer-flex-img img {
  width: 200px;
}
.footer-flex-nav {
  width: 60%;
}
.footer-flex-nav-sns {
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: center;
}
.footer-flex-nav-sns li {
  margin-bottom: 3px;
}
.footer-flex-nav-sns li img {
  width: 30px;
  transition: 0.3s;
}
.footer-flex-nav-sns li a:hover img {
  transform: scale(1.2, 1.2);
}
.footer-flex-nav-sns li:not(:first-child) {
  margin-left: 15px;
}
.footer-flex-nav-navigation {
  display: flex;
  justify-content: end;
}
.footer-flex-nav-navigation a {
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
  transition: 0.3s;
}
.footer-flex-nav-navigation a:hover {
  background-color: #e3daf5;
}
.footer-flex small {
  font-size: 0.8rem;
  text-align: right;
}

/* 要素をふわっと表示 CSS */
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 700px) {
  .footer-flex {
    flex-direction: column;
  }
  .footer-flex-img {
    text-align: center;
    width: 250px;
  }
  .footer-flex-img img {
    width: 100%;
  }
  .footer-flex-nav {
    width: 100%;
  }
  .footer-flex-nav-sns {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
  }
  .footer-flex-nav-navigation {
    justify-content: center;
  }
  .footer-flex small {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .header {
    height: 60px;
    z-index: 5;
    /* このクラスを、jQueryで付与・削除する */
    /* ナビ開いてる時のボタン */
  }
  .header .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    left: 25px;
    top: 13px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
  }
  .header .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2.5px;
    left: 6px;
    border-radius: 50px;
    background-color: #777;
    transition: 0.5s ease-in-out;
  }
  .header .hamburger span:nth-child(1) {
    top: 8px;
  }
  .header .hamburger span:nth-child(2) {
    top: 16px;
  }
  .header .hamburger span:nth-child(3) {
    top: 24px;
  }
  .header .inner1000 {
    flex-direction: column;
  }
  .header-nav {
    transition: 0.5s;
    background: url(../img/bg-img.png) repeat-y;
    position: fixed;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: -105%;
    padding-top: 50px;
    width: 100%;
  }
  .header-nav ul {
    padding: 0 5%;
    line-height: 60px;
    flex-direction: column;
    align-items: center;
  }
  .header-nav ul li {
    width: 100%;
  }
  .header-nav ul li a {
    display: inline-block;
    border-bottom: 1px dotted #d3c6ef;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .header-nav-sp p, .header-nav-sp a {
    display: block;
  }
  .header-nav-sp p {
    margin-top: 15px;
  }
  .header-nav-sp a {
    display: block;
    display: flex;
  }
  .header-nav-sp-tel, .header-nav-sp-insta, .header-nav-sp-hb {
    border-radius: 5px;
    padding: 13px 0;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .header-nav-sp-tel img, .header-nav-sp-insta img, .header-nav-sp-hb img {
    width: 30px;
    margin-right: 10px;
  }
  .header-nav-sp-tel span, .header-nav-sp-insta span, .header-nav-sp-hb span {
    display: block;
    line-height: 0;
    padding-top: 15px;
  }
  .header-nav-sp-tel {
    background-color: #B59EE4;
    margin-bottom: 10px;
  }
  .header-nav-sp-hb {
    padding: 5px 0;
    border: 2px solid #AE2D5B;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 10px;
  }
  .header-nav-sp-hb img {
    width: 130px;
  }
  .header-nav-sp-insta {
    background-color: #FF8EB1;
  }
  .header .header-nav.active {
    left: 0;
  }
  .header .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    transform: rotate(-45deg);
  }
  .header .hamburger.active span:nth-child(2),
.header .hamburger.active span:nth-child(3) {
    top: 16px;
    transform: rotate(45deg);
  }
  .header-sns {
    position: absolute;
    top: 4px;
    right: 22px;
  }
  .header-sns a {
    padding-top: 8px;
  }
  .greeting-flex {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .greeting-flex figcaption {
    width: 100%;
    font-size: 1rem;
  }
  .greeting-flex-img {
    width: 100%;
    margin-bottom: 25px;
  }
  .price-menu {
    padding: 100px 0;
  }
  .price-menu-flex a {
    width: 100%;
    margin-bottom: 1%;
  }
  .commitment-flex {
    flex-wrap: wrap;
  }
  .commitment-flex-container {
    width: 100%;
    margin-bottom: 25px;
  }
  .commitment-flex-container img {
    width: 80%;
  }
  .commitment-flex-container p {
    line-height: 1.3;
    width: 80%;
    margin: auto;
    text-align: left;
    font-size: 0.9rem;
  }
  .commitment-flex-container:hover {
    background-color: #fff;
    box-shadow: 20px 10px 20px rgba(181, 158, 228, 0.5);
    transform: translateY(-5px);
    color: #604c3f;
  }
  .access-container-flex {
    flex-wrap: wrap;
  }
  .access-container-flex a {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-flex-img {
    width: 250px;
    margin: 20px 0;
  }
  .footer-flex-nav-navigation {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .footer-flex-nav-navigation li {
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted #e3daf5;
  }
  .footer-flex-nav-navigation li a {
    padding: 0;
    display: inline-block;
    width: 100%;
  }
  .footer-flex small {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */