@charset "UTF-8";
.tab {
  display: none;
}

@media screen and (min-width: 768px) {
  .tab {
    display: inline-block;
  }
}
.br-non-sp2 {
  display: none;
}

.br-tab {
  display: none;
}

@media screen and (max-width: 450px) {
  .br-non-sp2 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .br-tab {
    display: inline-block;
  }
  .br-non-tab {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .br-non-tab4 {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  .br-non-tab5 {
    display: none;
  }
}
@media screen and (min-width: 1250px) {
  .br-non-pc {
    display: none;
  }
}
.inner {
  margin: 0 30px;
}

@media screen and (min-width: 768px) {
  .inner {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
/* スクロール フェードイン
-------------------------------------------------- */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.scrollIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.dotted {
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 15px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.dotted-scroll {
  display: block;
  position: relative;
  left: 50vw;
  top: -50px;
  width: 2px;
  height: 70px;
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
  z-index: 2;
}
.dotted-scroll::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  margin: 0;
  background-image: linear-gradient(to bottom, #000000, #000000 1px, transparent 1px, transparent 3px);
  background-size: 2px 3px;
  background-repeat: repeat-y;
}
.dotted-scroll::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #000000;
  -webkit-animation: lineMove 3s ease infinite;
          animation: lineMove 3s ease infinite;
}

@-webkit-keyframes lineMove {
  0% {
    bottom: 100%;
    height: 0;
  }
  20% {
    bottom: 0;
    height: 100%;
  }
  40% {
    bottom: 0;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}

@keyframes lineMove {
  0% {
    bottom: 100%;
    height: 0;
  }
  20% {
    bottom: 0;
    height: 100%;
  }
  40% {
    bottom: 0;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}
@media screen and (min-width: 768px) {
  .dotted-scroll {
    left: 5vw;
    height: 120px;
  }
}
.header__inner.js-active {
  background-color: #ffffff;
  border-bottom: 1px solid #000;
}
.header__inner.js-active #header__img {
  fill: #000;
}
.header__inner.js-active .header__reservation-box {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.header__inner.js-active .header__reservation-text {
  color: #000000;
}
.header__inner.js-active .header__hamburger > span {
  background-color: #000;
}

.header__inner.js-active.active {
  background-color: #56C68D;
  border-bottom: 1px solid #fff;
}
.header__inner.js-active.active #header__img {
  fill: #fff;
}
.header__inner.js-active.active .header__reservation-box {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.header__inner.js-active.active .header__reservation-text {
  color: #FFFFFF;
}
.header__inner.js-active.active .header__hamburger.active > span {
  background-color: #fff;
}

.top-header__img {
  width: 100%;
}

.header {
  background-image: url(../img/mv-sp.jpg);
  background-size: 100% 100%;
}
.header__inner {
  border-bottom: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.header__box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo-link {
  text-decoration: none;
  color: #FFFFFF;
  padding: 0 8% 0 4%;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo > svg {
  width: 100%;
  fill: #fff;
}
.header__reservation-box {
  text-decoration: none;
  height: inherit;
  padding: 0 4.53%;
  line-height: 56px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.header__reservation-text {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.header__hamburger-box {
  padding: 0 6.13%;
}
.header__hamburger {
  position: relative;
  width: 30px;
  height: 18px;
  display: inline-block;
}
.header__hamburger > span {
  width: 30px;
  height: 1px;
  background-color: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header__hamburger > span:nth-child(1) {
  top: 2px;
}
.header__hamburger > span:nth-child(2) {
  top: 12px;
}
.header__hamburger > span:nth-child(3) {
  top: 22px;
}
.header__mv {
  position: relative;
  aspect-ratio: 375/253;
  text-align: center;
}
.header__mv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.header-nav {
  overflow-x: hidden;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: fixed;
  z-index: 101;
  top: 56px;
  left: 0;
  background-color: #56C68D;
  height: 100vh;
  width: 100%;
}
.header-nav__item {
  width: 80%;
  margin: 0 auto;
  padding-top: 33px;
}
.header-nav__list {
  list-style: none;
  border-bottom: 1px solid #ffffff;
  padding: 15px 0;
}
.header-nav__link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 23px;
  position: relative;
  padding-left: 30px;
}
.header-nav__link::before {
  content: "";
  border-bottom: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 14px;
}
.header-nav__link::after {
  content: "";
  border-bottom: 2px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 8px;
  height: 1px;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 20px;
}

.header-nav-pc__box {
  display: none;
}

.header__inner.active {
  background-color: #56C68D;
}

.header__hamburger.active {
  z-index: 101;
}
.header__hamburger.active > span:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  width: 30px;
  background-color: #FFFFFF;
}
.header__hamburger.active > span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.active > span:nth-child(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 30px;
  background-color: #FFFFFF;
}

.header-nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 450px) {
  .header__mv-text {
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) {
  .header {
    background-image: url(../img/mv-pc.jpg);
  }
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 56px;
  }
  .header__inner.active {
    background-color: #ffffff;
    padding-bottom: 1px;
    border-bottom: 1px solid #000000;
  }
  .header__inner.active > .header__reservation-box {
    background-color: #56C68D;
    border: none;
  }
  .header__reservation-box {
    font-size: 18px;
    padding: 0 6.16%;
  }
  .header__reservation-text {
    font-size: 18px;
  }
  .header__mv {
    position: relative;
    aspect-ratio: 1300/423;
  }
  .header__mv-text {
    font-size: 45px;
  }
  .header-nav {
    background-color: #ffffff;
    height: auto;
  }
  .header-nav__item {
    display: none;
  }
  .header-nav-pc__box {
    padding-top: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    max-width: 700px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  .header-nav-pc__item {
    width: 33.3333333333%;
  }
  .header-nav-pc__list {
    list-style: none;
    padding: 15px 0;
  }
  .header-nav-pc__link {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    padding-left: 30px;
  }
  .header-nav-pc__link::before {
    content: "";
    border-bottom: 2px solid #000000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 8px;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 14px;
  }
  .header-nav-pc__link::after {
    content: "";
    border-bottom: 2px solid #000000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 8px;
    height: 1px;
    display: inline-block;
    left: 0;
    position: absolute;
    top: 20px;
  }
  .header__inner.js-active.active {
    background-color: #ffffff;
    border-bottom: 1px solid #000;
  }
  .header__inner.js-active.active #header__img {
    fill: #000;
  }
  .header__inner.js-active.active .header__hamburger.active > span {
    background-color: #56C68D;
  }
  .header__inner.active *.header__logo > svg {
    fill: #000;
  }
  .header__inner.active *.header__reservation-box {
    background-color: #56C68D;
  }
  .header__hamburger.active > span:nth-child(1) {
    background-color: #56C68D;
  }
  .header__hamburger.active > span:nth-child(3) {
    background-color: #56C68D;
  }
}
.bread-crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 66px;
  left: 10%;
}
.bread-crumb__item {
  margin-left: 10px;
  color: #FFFFFF;
}
.bread-crumb__item:first-child {
  margin-left: 0;
}
.bread-crumb__text {
  text-decoration: none;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .bread-crumb {
    position: relative;
    top: -120px;
    left: 10%;
  }
  .bread-crumb__item {
    margin-left: 20px;
    margin-top: 20px;
    color: #000000;
  }
  .bread-crumb__text {
    color: #000000;
    font-size: 14px;
  }
}
.read-more__box {
  padding-top: 20px;
}

.read-more {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  border-bottom: 1px solid #000000;
  width: 95px;
  text-decoration: none;
  color: #000000;
  display: inline-block;
  position: relative;
}
.read-more::after {
  content: "";
  border-bottom: 1px solid #000000;
  width: 6px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 1px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

@media screen and (min-width: 768px) {
  .read-more__box {
    margin-left: calc(100% - 95px);
  }
  .read-more {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    border-bottom: 1px solid #000000;
    width: 95px;
    text-decoration: none;
    color: #000000;
    display: inline-block;
    position: relative;
  }
  .read-more::after {
    content: "";
    border-bottom: 1px solid #000000;
    width: 6px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 1px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
}
.sec-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 0.05em;
}

.sec-sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #56C68D;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .sec-title {
    font-size: 30px;
  }
  .sec-sub-title {
    padding-bottom: 10px;
  }
}
.facility-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 5px;
}
.facility-item__list {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
}
.facility-item__list:last-child {
  margin-right: 0;
}
.facility-item__icon {
  width: 100%;
}
.facility-item__text {
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 450px) {
  .facility-item__text {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .facility-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .facility-item {
    padding-top: 0;
    padding-bottom: 0;
    width: calc(50% - 30px);
    margin-right: 30px;
  }
  .facility-item:last-child {
    margin-right: 0;
  }
  .facility-item__text {
    font-size: 11px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .facility-item__text {
    font-size: 16px;
  }
}
.sec-contact {
  background-color: #56C68D;
  padding: 35px 0 30px;
  text-align: center;
}
.sec-contact__title {
  font-size: 22px;
  color: #FFFFFF;
  padding-bottom: 20px;
  font-weight: 400;
}
.sec-contact__text {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.5;
}
.sec-contact__button-box {
  padding-top: 20px;
}
.sec-contact__button {
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 295px;
  padding: 17px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  margin: 0 auto;
}
.sec-contact__button:first-child {
  margin-bottom: 15px;
}
.sec-contact__button:hover {
  background-color: #ffffff;
}
.sec-contact__icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #fff;
}
.sec-contact__button-text {
  color: #FFFFFF;
  letter-spacing: 0.05em;
}

.sec-contact__button:hover .sec-contact__icon {
  fill: #56c68d;
}

.sec-contact__button:hover .sec-contact__button-text {
  color: #56C68D;
}

@media screen and (min-width: 768px) {
  .sec-contact {
    padding: 90px 0 75px;
  }
  .sec-contact__title {
    font-size: 30px;
    padding-bottom: 30px;
    letter-spacing: 0.05em;
  }
  .sec-contact__text {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .sec-contact__button-box {
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec-contact__button {
    margin: 0;
    background-color: #56C68D;
    border: 1px solid #ffffff;
  }
  .sec-contact__button:first-child {
    margin-bottom: 0;
    margin-left: 45px;
  }
  .sec-contact__icon {
    display: none;
  }
  .sec-contact__button-text {
    font-family: "Noto Sans JP", sans-serif;
  }
  .sec-contact__button-text-pc {
    color: #FFFFFF;
  }
}
.page-top__box {
  display: block;
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 75px;
}

.page-top__btn {
  width: 18px;
  height: auto;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

.page-top__img {
  width: 12px;
  height: 12px;
  margin: 5px;
}

.page-top__text {
  font-size: 14px;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #DBDBDB;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .page-top__box {
    right: 5vh;
    bottom: 75px;
  }
}
.footer {
  padding-top: 40px;
}
.footer__inner {
  margin: 0 30px;
}
.footer__title-box {
  padding-top: 30px;
  width: 250px;
  margin: 0 auto;
}
.footer__title > img {
  width: 100%;
}
.footer__items {
  list-style: none;
  padding-top: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #000000;
}
.footer__list {
  padding: 5px;
}
.footer__list::before {
  content: "";
  border-left: 1px solid #000000;
}
.footer__link {
  font-weight: 300;
  color: #000000;
  text-decoration: none;
  padding-left: 15px;
  font-size: 20px;
}
.footer-pc__nav {
  display: none;
}
.footer__address-box {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__address {
  font-weight: 300;
  font-size: 16px;
}
.footer__sns-box {
  width: 28px;
  height: 28px;
}
.footer__instagram {
  width: 100%;
  height: 100%;
}
.footer__copyright-box {
  background-color: #000000;
  text-align: center;
  padding: 7px 0 5px;
}
.footer__copyright {
  color: #B2B2B2;
  font-size: 13px;
}

@media screen and (max-width: 400px) {
  .footer__link {
    font-size: 19px;
  }
  .footer__address {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 85px;
  }
  .footer__inner {
    margin: 0 auto;
    width: 80%;
    max-width: 1000px;
  }
  .footer__title-box {
    width: 380px;
    padding-top: 0;
  }
  .footer__items {
    display: none;
  }
  .footer-pc__nav {
    display: block;
    padding-top: 30px;
    padding-bottom: 35px;
    border-bottom: 1px solid #000000;
  }
  .footer-pc__items {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 12px;
  }
  .footer-pc__list {
    padding: 5px;
  }
  .footer-pc__list::before {
    content: "";
    border-left: 1px solid #000000;
  }
  .footer-pc__link {
    font-weight: 300;
    color: #000000;
    text-decoration: none;
    padding: 0 15px;
  }
  .footer__border {
    border-right: 1px solid #000000;
  }
  .footer__address-box {
    padding: 0;
    height: 77px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer__address {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 40px;
  }
  .footer__sns-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 900px) {
  .footer-pc__link {
    padding: 0 25px;
  }
}/*# sourceMappingURL=style.css.map */