@media screen and (min-width: 768px) {
  .-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .-pc {
    display: none !important;
  }
}

.inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .header-fixed .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .inner {
    max-width: 1280;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .lang-btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 200px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    z-index: 12;
  }
  .lang-btn a {
    display: block;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .lang-btn a:hover {
    text-decoration: none;
    background-color: #b09833;
  }
}

@media screen and (max-width: 767px) {
  .lang-btn {
    position: relative;
    margin: 0 auto;
    width: 200px;
    border: 1px solid #000;
    cursor: pointer;
  }
}

.lang-btn.-footer {
  width: 150px;
  margin-top: 20px;
  font-size: 1rem;
  color: #b3b3b3;
  border: 1px solid #b3b3b3;
}

.lang-btn.-footer a {
  color: #b3b3b3;
}

.lang-btn.-footer .lang-btn__list {
  width: 150px;
  color: #b3b3b3;
}

.lang-btn.-footer .lang-btn__list.-active a {
  width: 150px;
}

.lang-btn span {
  display: inline-block;
  padding: 10px 0;
}

.lang-btn__list {
  position: absolute;
  height: 0;
  opacity: 0;
}

.lang-btn__list a {
  display: none;
}

.lang-btn__list.-active {
  position: absolute;
  display: block;
  margin-top: 0;
  height: auto;
  opacity: 1;
  z-index: 999;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 768px) {
  .lang-btn__list.-active {
    background: rgba(0, 0, 0, 0.8);
  }
}

@media screen and (max-width: 767px) {
  .lang-btn__list.-active {
  }
}

.lang-btn__list.-active a {
  display: block;
  width: 200px;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .lang-btn__list.-active a {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 767px) {
  .lang-btn__list.-active a {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background-color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .lang-btn__list.-active a:first-of-type {
    border-top: 1px solid #fff;
  }
}

@media screen and (max-width: 767px) {
  .lang-btn__list.-active a:first-of-type {
    border-top: 1px solid #000;
  }
}

.lang-btn .jp-link {
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lang-btn .jp-link:hover {
  background-color: transparent;
  text-decoration: underline;
}

.reserve-btn {
  padding: 3px 15px;
  margin-right: -90px;
  font-size: 10px;
  color: #fff;
  background-color: #b09833;
}

.reserve-btn.-white {
  margin-right: -20px;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

.reserve-btn.-footer {
  margin-top: 30px;
  margin-right: 0;
  width: 150px;
  padding: 10px 0;
}

.access-btn {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 35px;
  background: url(../images/icon_access.svg) 0 0/contain no-repeat;
}

.access-btn.-white {
  background: url(../images/icon_access_white.svg) 0 0/contain no-repeat;
}

.toggle {
  position: fixed;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .toggle {
    display: none;
  }
}

.toggle__line {
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #808080;
  -webkit-transition: .2s;
  transition: .2s;
}

.toggle__line:nth-of-type(1) {
  top: 3px;
}

.toggle__line:nth-of-type(2) {
  top: 10px;
}

.toggle__line:nth-of-type(3) {
  top: 17px;
}

.toggle.-active .toggle__line {
  top: 10px;
  -webkit-transition: .2s;
  transition: .2s;
}

.toggle.-active .toggle__line:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggle.-active .toggle__line:nth-of-type(2) {
  opacity: 0;
}

.toggle.-active .toggle__line:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .header-fixed {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .header-fixed {
    padding: 10px 0;
  }
}

.header-fixed.-scroll {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.header-fixed .inner {
  height: 100%;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header-fixed .f-logo {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .header-fixed .f-logo {
    max-width: 193px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header-fixed .f-logo {
    max-width: 136px;
  }
}

.header-fixed .f-gnav {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .header-fixed .f-gnav {
    display: none;
  }
}

.header-fixed .f-gnav__item:not(:last-of-type) {
  margin-right: 30px;
}

.header-fixed .f-gnav__link {
  position: relative;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header-fixed .f-gnav__link:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0%;
  height: 1px;
  bottom: 0px;
  background-color: #b09833;
  -webkit-transition: .2s;
  transition: .2s;
}

.header-fixed .f-gnav__link:hover {
  text-decoration: none;
}

.header-fixed .f-gnav__link:hover:after {
  width: 100%;
}

.header-fixed .f-gnav__link.-reserve {
  padding: 2px 20px;
  color: #fff;
  background-color: #b09833;
  -webkit-transition: .2s;
  transition: .2s;
}

.header-fixed .f-gnav__link.-reserve:hover {
  text-decoration: none;
  background-color: #d4c794;
}

.header-fixed .f-gnav__link.-reserve:hover:after {
  width: 0;
}

.header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 98;
}

.header-inner .inner {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

.header-inner .logo {
  padding-left: 20px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .header-inner .logo {
    max-width: 338px;
  }
}

@media screen and (max-width: 767px) {
  .header-inner .logo {
    max-width: 169px;
  }
}

.header-inner .gnav {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .header-inner .gnav {
    display: none;
  }
}

.header-inner .gnav__item:not(:last-of-type) {
  margin-right: 30px;
}

.header-inner .gnav__link {
  position: relative;
  display: inline-block;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header-inner .gnav__link:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0%;
  height: 1px;
  bottom: 0px;
  background-color: #b09833;
  -webkit-transition: .2s;
  transition: .2s;
}

.header-inner .gnav__link:hover {
  text-decoration: none;
}

.header-inner .gnav__link:hover:after {
  width: 100%;
}

.header-inner .gnav__link.-reserve {
  padding: 2px 20px;
  color: #fff;
  background-color: #b09833;
  -webkit-transition: .2s;
  transition: .2s;
}

.header-inner .gnav__link.-reserve:hover {
  text-decoration: none;
  background-color: #d4c794;
}

.header-inner .gnav__link.-reserve:hover:after {
  width: 0;
}

.header-inner .toggle {
  position: absolute;
  top: 30px;
}

.header-inner .toggle__line {
  background-color: #fff;
}

.gnav-sp {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 42px;
  padding-bottom: 50px;
  font-size: 1.3rem;
  z-index: 98;
  background-color: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .gnav-sp {
    display: none;
  }
}

.gnav-sp:before {
  content: "";
  position: absolute;
  top: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 1px;
  background-color: #b3b3b3;
}

.gnav-sp.-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.gnav-sp__item {
  margin-top: 40px;
  text-align: center;
}

.sec-txt {
  text-align: center;
  line-height: 4;
  letter-spacing: 5px;
}

@media screen and (min-width: 768px) {
  .sec-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-txt {
    font-size: 1.4rem;
    padding: 0 20px;
  }
}

.sec-lead {
  text-align: center;
  line-height: 1;
  letter-spacing: 5px;
}

@media screen and (min-width: 768px) {
  .sec-lead {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-lead {
    font-size: 1.5rem;
  }
}

.sec-ttl {
  position: relative;
  text-align: center;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .sec-ttl {
    font-size: 4.3rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 2rem;
  }
}

.sec-ttl span {
  display: block;
  color: #b09833;
}

@media screen and (min-width: 768px) {
  .sec-ttl span {
    margin-top: 10px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-ttl span {
    margin-top: 6px;
    font-size: 1rem;
  }
}

.sec-ttl span:before {
  content: "";
  position: absolute;
  left: 50%;
  background-color: #b09833;
  -webkit-transform: translateX(-50%) translateY(-5px);
          transform: translateX(-50%) translateY(-5px);
}

@media screen and (min-width: 768px) {
  .sec-ttl span:before {
    width: 250px;
    height: 4px;
  }
}

@media screen and (max-width: 767px) {
  .sec-ttl span:before {
    width: 125px;
    height: 2px;
  }
}

/*mvtxtbox*/
.mvtxtbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 1;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 2rem;
}

.mvtxtbox .mvtxt02 {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.mvtxtbox .mvtxt02:nth-child(1) {
  position: absolute;
  left: -40%;
  -webkit-animation-name: slider_1;
          animation-name: slider_1;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  opacity: 0;
}

.mvtxtbox .mvtxt02:nth-child(2) {
  -webkit-animation-name: slider_1;
          animation-name: slider_1;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  opacity: 0;
}

.mvtxtbox .mvtxt02:nth-child(3) {
  position: absolute;
  left: -40%;
  -webkit-animation-name: slider_1;
          animation-name: slider_1;
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  opacity: 0;
}

@-webkit-keyframes slider_1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes slider_1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.mv {
  position: relative;
  width: 100%;
  height: 100vh;
}

.mv .mv-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .mv .mv-wrap:nth-of-type(1) .mv__image {
    background-position: 35% center;
  }
}

@media screen and (min-width: 768px) {
  .mv .mv-wrap:nth-of-type(1) .mv__txt {
    bottom: 100px;
    right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mv .mv-wrap:nth-of-type(1) .mv__txt {
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.mv .mv-wrap:nth-of-type(2) .mv__image {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@media screen and (max-width: 767px) {
  .mv .mv-wrap:nth-of-type(2) .mv__image {
    background-position: center center;
  }
}

.mv .mv-wrap:nth-of-type(2) .mv__txt {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@media screen and (min-width: 768px) {
  .mv .mv-wrap:nth-of-type(2) .mv__txt {
    bottom: 150px;
    left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mv .mv-wrap:nth-of-type(2) .mv__txt {
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.mv .mv-wrap:nth-of-type(3) .mv__image {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

.mv .mv-wrap:nth-of-type(3) .mv__txt {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

@media screen and (min-width: 768px) {
  .mv .mv-wrap:nth-of-type(3) .mv__txt {
    top: 300px;
    right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mv .mv-wrap:nth-of-type(3) .mv__txt {
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.mv .mv-wrap:nth-of-type(4) .mv__image {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}

@media screen and (max-width: 767px) {
  .mv .mv-wrap:nth-of-type(4) .mv__image {
    background-position: 40% center;
  }
}

.mv .mv-wrap:nth-of-type(4) .mv__txt {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}

.mv .mv-wrap:nth-of-type(5) .mv__image {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}

@media screen and (max-width: 767px) {
  .mv .mv-wrap:nth-of-type(5) .mv__image {
    background-position: 49% center;
  }
}

.mv .mv-wrap:nth-of-type(5) .mv__txt {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}

.mv__image {
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: zoomout 36s linear 0s infinite;
          animation: zoomout 36s linear 0s infinite;
  z-index: 10;
}

.mv__txt {
  position: absolute;
  display: block;
  opacity: 0;
  font-weight: 300;
  letter-spacing: 3px;
  color: #fff;
  -webkit-animation: fadeout 36s linear 0s infinite;
          animation: fadeout 36s linear 0s infinite;
  z-index: 11;
}

@media screen and (min-width: 768px) {
  .mv__txt {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 767px) {
  .mv__txt {
    text-align: center;
    font-size: 1.5rem;
  }
}

.mv__scroll {
  position: absolute;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 12;
}

@media screen and (min-width: 768px) {
  .mv__scroll {
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mv__scroll {
    bottom: 30px;
    left: 50%;
    -webkit-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    width: 20px;
    height: 20px;
  }
}

@-webkit-keyframes zoomout {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  8% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  37% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 9;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomout {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  8% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  37% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 9;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  37% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  37% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .about {
    padding-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .about {
    padding-top: 150px;
  }
}

.about .about-image {
  position: relative;
}

.about .about-image img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .about .about-image img {
    max-height: 574px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-image img {
    max-height: 287px;
  }
}

.about .about-image__vertical {
  position: absolute;
  top: -80px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 5px;
}

@media screen and (min-width: 768px) {
  .about .about-image__vertical {
    left: calc(50% + 280px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .about .about-image__vertical {
    left: calc(50% + 100px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .about .sec-txt {
    margin-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .about .sec-txt {
    margin-top: 90px;
  }
}

.facility {
  margin-top: 220px;
}

.facility .slider {
  position: relative;
}

.facility .slider:before {
  content: "";
  display: block;
  padding-bottom: 66.65%;
}

.facility .slider__item {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  will-change: auto;
}

.facility .slider__item img {
  width: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  will-change: auto;
}

.facility .slider__item.animate img {
  -webkit-animation: slider 4s linear 0s 1 normal forwards;
          animation: slider 4s linear 0s 1 normal forwards;
}

.facility .slider__item.next-animate img {
  -webkit-animation: preSlider 4s linear 0s 1 normal forwards;
          animation: preSlider 4s linear 0s 1 normal forwards;
}

.facility .slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.facility .slider-dots button {
  width: 6px;
  height: 6px;
  margin: 0 4px;
  padding: 0;
  border: 0;
  background: #ccc;
  border-radius: 50%;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}

.facility .slider-dots button:disabled {
  background: #b09833;
}

.facility .slider-dots button:focus {
  outline: 0;
}

.facility .slider-dots button:not(:disabled) {
  cursor: pointer;
}

.facility .slider-dots button:not(:disabled):hover, .facility .slider-dots button:not(:disabled):active {
  background: #000;
}

@media screen and (min-width: 768px) {
  .facility .sec-ttl {
    margin-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .facility .sec-ttl {
    margin-top: 90px;
  }
}

@media screen and (min-width: 768px) {
  .facility .sec-lead {
    margin-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .facility .sec-lead {
    margin-top: 90px;
  }
}

.facility .sec-txt {
  margin-top: 60px;
}

.facility .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px;
}

.facility .gallery__image {
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .facility .gallery__image {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 767px) {
  .facility .gallery__image {
    width: 100%;
    margin-bottom: 20px;
  }
}

.facility .gallery__image:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70.37%;
}

@media screen and (min-width: 768px) {
  .facility .gallery__image:nth-of-type(n+3) {
    margin-top: 60px;
  }
}

.facility .sketch {
  margin-top: 100px;
}

@media screen and (min-width: 768px) {
  .facility .sketch {
    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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .facility .sketch dl {
    width: 30%;
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .facility .sketch dl {
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 1.2rem;
  }
}

.facility .sketch dl dt {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  text-align-last: justify;
}

@media screen and (min-width: 768px) {
  .facility .sketch dl dt {
    width: 80px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .facility .sketch dl dt {
    width: 60px;
    margin-right: 20px;
  }
}

.facility .sketch dl dt:after {
  content: ":";
  position: absolute;
  top: -2px;
}

@media screen and (min-width: 768px) {
  .facility .sketch dl dt:after {
    right: -43px;
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .facility .sketch dl dt:after {
    right: -23px;
    margin: 0 10px;
  }
}

.facility .sketch dl dd {
  display: inline-block;
  margin-top: 30px;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .facility .sketch dl dd {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .facility .sketch dl dd {
    width: 210px;
  }
}

.facility .sketch img {
  display: block;
}

@media screen and (min-width: 768px) {
  .facility .sketch img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .facility .sketch img {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
  }
}

@-webkit-keyframes slider {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1) translateX(0px);
            transform: scale(1.1) translateX(0px);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1) translateX(11.25px);
            transform: scale(1.1) translateX(11.25px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateX(15px);
            transform: scale(1.1) translateX(15px);
  }
}

@keyframes slider {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1) translateX(0px);
            transform: scale(1.1) translateX(0px);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1) translateX(11.25px);
            transform: scale(1.1) translateX(11.25px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateX(15px);
            transform: scale(1.1) translateX(15px);
  }
}

@-webkit-keyframes preSlider {
  0% {
    -webkit-transform: scale(1.1) translateX(-15px);
            transform: scale(1.1) translateX(-15px);
  }
  100% {
    -webkit-transform: scale(1.1) translateX(0px);
            transform: scale(1.1) translateX(0px);
  }
}

@keyframes preSlider {
  0% {
    -webkit-transform: scale(1.1) translateX(-15px);
            transform: scale(1.1) translateX(-15px);
  }
  100% {
    -webkit-transform: scale(1.1) translateX(0px);
            transform: scale(1.1) translateX(0px);
  }
}

@media screen and (min-width: 768px) {
  .access {
    margin-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .access {
    margin-top: 100px;
  }
}

.access .gmap {
  background-color: #eee;
}

@media screen and (min-width: 768px) {
  .access .gmap {
    height: 580px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .access .gmap {
    height: 290px;
    margin-top: 40px;
  }
}

.access .sec-lead {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .access .sec-txt {
    margin-top: 15px;
    line-height: 1.8;
  }
}

.access .address {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .access .address {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .access .address {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .access .address__lead {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 767px) {
  .access .address__lead {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}

.access .address__ttl {
  margin-top: 10px;
  letter-spacing: 5px;
}

@media screen and (min-width: 768px) {
  .access .address__ttl {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .access .address__ttl {
    font-size: 3rem;
  }
}

.access .address__txt {
  margin-top: 20px;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .access .address__txt {
    font-size: 1.5rem;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 767px) {
  .access .address__txt {
    padding: 0 20px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}

.access .contact {
  max-width: 900px;
  height: 120px;
  margin-top: 80px;
  border: 1px solid #b3b3b3;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .access .contact {
    width: 70%;
    padding: 50px 30px;
  }
}

@media screen and (max-width: 767px) {
  .access .contact {
    width: calc(100% - 40px);
    padding: 50px 10px;
  }
}

.access .contact img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .access .contact img {
    max-width: 322px;
  }
}

@media screen and (max-width: 767px) {
  .access .contact img {
    max-width: 280px;
  }
}

.series {
  background-color: #333333;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .series {
    margin-top: 180px;
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .series {
    margin-top: 90px;
    padding: 50px 0;
  }
}

@media screen and (min-width: 768px) {
  .series .series-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .series .series-link {
    margin-top: 50px;
  }
}

.series .series-link__image {
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (min-width: 768px) {
  .series .series-link__image {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 767px) {
  .series .series-link__image {
    width: 100%;
  }
}

.series .series-link__image:after {
  content: "";
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .series .series-link__image:after {
    padding-bottom: 50%;
  }
}

@media screen and (max-width: 767px) {
  .series .series-link__image:after {
    padding-bottom: 40%;
  }
}

@media screen and (max-width: 767px) {
  .series .series-link__image:first-of-type {
    margin-bottom: 30px;
  }
}

.series .series-link__image:hover {
  text-decoration: none;
  background-position: 50% 30%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.series .series-link__txt {
  display: block;
  color: #fff;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .series .series-link__txt {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .series .series-link__txt {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 1rem;
  }
}

.series .series-link__txt strong {
  font-weight: 300;
  letter-spacing: 4px;
}

@media screen and (min-width: 768px) {
  .series .series-link__txt strong {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .series .series-link__txt strong {
    font-size: 2rem;
  }
}

@-webkit-keyframes rtol {
  0% {
    -webkit-transform: scale(1.1) translateX(0px);
            transform: scale(1.1) translateX(0px);
  }
  100% {
    -webkit-transform: scale(1.1) translateX(15px);
            transform: scale(1.1) translateX(15px);
  }
}

@keyframes rtol {
  0% {
    -webkit-transform: scale(1.1) translateX(0px);
            transform: scale(1.1) translateX(0px);
  }
  100% {
    -webkit-transform: scale(1.1) translateX(15px);
            transform: scale(1.1) translateX(15px);
  }
}

.footer {
  background-color: #1a1a1a;
}

.footer .footer-top {
  position: relative;
  padding: 60px 0 80px;
}

@media screen and (min-width: 768px) {
  .footer .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

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

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-logo {
    width: 30%;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-logo img {
    max-width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-top .footer-logo img {
    max-width: 180px;
    margin: 0 auto;
  }
}

.footer .footer-top .footer-sitemap {
  color: #b3b3b3;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-sitemap {
    width: 25%;
  }
}

.footer .footer-top .footer-sitemap li {
  margin-top: 30px;
}

.footer .footer-top .footer-sitemap li a {
  font-weight: 300;
  color: #b3b3b3;
}

@media screen and (max-width: 767px) {
  .footer .footer-top .footer-sitemap li a {
    font-size: 1rem;
  }
}

.footer .footer-top .footer-link {
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-link {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-top .footer-link {
    margin-top: 50px;
  }
  .footer .footer-top .footer-link:after {
    content: "---";
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #b3b3b3;
  }
}

.footer .footer-top .footer-link a {
  margin-top: 30px;
  font-weight: 300;
  color: #b3b3b3;
}

@media screen and (max-width: 767px) {
  .footer .footer-top .footer-link a {
    font-size: 1rem;
  }
}

.footer .footer-top .footer-link a.reserve {
  padding: 2px 20px;
  color: #fff;
  background-color: #b09833;
  -webkit-transition: .2s;
  transition: .2s;
}

.footer .footer-top .footer-link a.reserve:hover {
  text-decoration: none;
  background-color: #d4c794;
}

.footer .footer-top .footer-link a.reserve:hover:after {
  width: 0;
}

.footer .footer-top .footer-link:nth-of-type(3):before {
  content: "";
  position: absolute;
  top: 30px;
  left: -70px;
  width: 1px;
  height: 120px;
  background-color: #b3b3b3;
}

.footer .footer-copy {
  position: relative;
  padding: 30px 0;
  padding-right: 30px;
  border-top: 1px solid #b3b3b3;
}

.footer .footer-copy__txt {
  color: #808080;
}

@media screen and (min-width: 768px) {
  .footer .footer-copy__txt {
    text-align: right;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-copy__txt {
    text-align: center;
    font-size: .8rem;
  }
}

.footer .footer-copy .lang-btn {
  position: absolute;
  bottom: -8px;
  left: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer .footer-copy .lang-btn__list.-active {
  display: block !important;
  background: #1a1a1a;
}

.footer2 {
  color: #EBEBEB;
  background: url("../images/footerb_bg.jpg") no-repeat;
  background-size: cover;
  padding: 20px 40px 80px;
}

.footer2 a img{ width: 100%; max-width: 250px;}

.footer2 a,.footer2 h4{color: #EBEBEB!important;}

.footer1 .accessboth {
  margin-bottom: 50px !important;
}

@media screen and (min-width: 769px) and (max-width: 800px) {
  .footer1 .accessboth {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .footer1 .accessboth {
    margin-bottom: 10px !important;
  }
}
/*

#textBg.sec-1 {
  background: url(../images/sec1-bg01.png) no-repeat;
}

@media screen and (min-width: 768px) {
  #textBg.sec-1 {
    background-position: center 70%;
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  #textBg.sec-1 {
    background-position: center center;
    background-size: 200%;
  }
}

#textBg2.sec-2 {
  background: url(../images/sec1-bg03.png) no-repeat;
}

@media screen and (min-width: 768px) {
  #textBg2.sec-2 {
    background-position: center 70%;
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  #textBg2.sec-2 {
    background-position: center 50%;
    background-size: 200%;
  }
}

#textBg3.sec-4 {
  background: url(../images/sec1-bg02.png) no-repeat;
}

@media screen and (min-width: 768px) {
  #textBg3.sec-4 {
    background-position: center 0;
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  #textBg3.sec-4 {
    background-position: center 0;
    background-size: 200%;
  }
}
*/
@media screen and (min-width: 769px) {
  .crmsettings .left {
    height: 200px;
  }
  .crmsettings .left img {
    -o-object-position: 0 100%;
       object-position: 0 100%;
  }
}

.slider_item {width: 450px;}
@media screen and (max-width: 767px) {.slider_item {width: 300px;}}

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