@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Shippori+Mincho+B1&display=swap");
.appear.up .item {
  transform: translateY(6px);
}

.appear.down .item {
  transform: translateY(-6px);
}

.appear.left .item {
  transform: translateX(40px);
}

.appear.right .item {
  transform: translateX(-40px);
}

.appear .item {
  transition: all 0.8s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.1s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.2s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.3s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 0.7s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 0.9s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 1s;
}

.btn {
  position: relative;
  display: inline-block;
  background-color: white;
  border: 1px solid #A58247;
  font-weight: 600;
  padding: 10px 40px;
  margin: 10px auto;
  cursor: pointer;
  transition: all 0.3s;
  color: #A58247;
  text-decoration: none !important;
}
.btn.float:hover {
  background-color: #A58247;
  color: white;
}
.btn.filled {
  background-color: #A58247;
  color: white;
  height: 120px;
  display: flex;
  align-items: center;
}
.btn.filled:hover {
  background-color: white;
  color: #A58247;
}
.btn.letter-spacing:hover {
  background-color: #A58247;
  letter-spacing: 3px;
  color: white;
}
.btn.shadow:hover {
  transform: translate(-2.5px, -2.5px);
}
.btn.solid {
  border-radius: 7px;
}
.btn.solid:hover {
  transform: translate(2px, 2px);
}
.btn.slide-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn.slide-bg::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #A58247;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.3s;
  z-index: -1;
}
.btn.slide-bg:hover {
  color: white;
}
.btn.slide-bg:hover::before {
  transform: none;
}
.btn.cover-3d {
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
  perspective: 300px;
}
.btn.cover-3d span {
  display: inline-block;
  transform: translateZ(20px);
}
.btn.cover-3d::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #A58247;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateX(90deg);
  transition: all 0.3s;
  transform-origin: top center;
  opacity: 0;
}
.btn.cover-3d:hover {
  color: white;
}
.btn.cover-3d:hover::before {
  transform: none;
  opacity: 1;
}

.btn-cubic {
  position: relative;
  display: inline-block;
  transform-style: preserve-3d;
  perspective: 300px;
  width: 150px;
  height: 50px;
  margin: 0 auto;
  cursor: pointer;
  font-weight: 600;
}
.btn-cubic span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #A58247;
  line-height: 48px;
  text-align: center;
  transition: all 0.3s;
  transform-origin: center center -25px;
  color: black;
}
.btn-cubic .hovering {
  background-color: #A58247;
  color: white;
  transform: rotateX(90deg);
}
.btn-cubic .default {
  background-color: white;
  color: #A58247;
  transform: rotateX(0);
}
.btn-cubic:hover .hovering {
  transform: rotateX(0);
}
.btn-cubic:hover .default {
  transform: rotateX(-90deg);
}

.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  height: 500px;
  overflow: hidden;
}
.swiper-slide > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.3);
  transition: transform 1.9s ease;
}
.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 61, 125, 0.1);
}
.swiper-slide-active > img {
  transform: none;
}
.swiper-slide-active .hero__title {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  margin-bottom: 15px;
  z-index: 1;
}
.hero::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: #d5ae71 url("../images/line-b.png") left top/contain repeat;
}
.hero__title {
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 20px));
  color: white;
  z-index: 2;
  display: flex;
  align-items: center;
  /*height: calc(4em + 1rem + 8rem);*/
  height: 5em;
  /*&::after {
    content: '';
    display: block;
    width: 7rem;
    height: 7rem;
    background-image: url('../images/logo_w.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 1rem;
  }*/
}
.hero_subtitle-inner {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  color: white;
  height: calc(100vh - 100px);
  padding-left: 2em;
}
.hero__footer {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 2;
  height: 68px;
  width: 22px;
  overflow: hidden;
}
.hero__downarrow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6px;
  animation-name: kf-arrow-anime;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.hero__scrolltext {
  position: absolute;
  transform: rotate(90deg);
  color: rgba(255, 255, 255, 0.7);
  left: -8px;
  top: 11px;
  font-size: 1.2em;
}

@keyframes kf-arrow-anime {
  0%, 50%, 100% {
    transform: translateY(-10%);
  }
  30% {
    transform: none;
  }
}
.animate-title,
.tween-animate-title {
  opacity: 0;
}
.animate-title.inview,
.tween-animate-title.inview {
  opacity: 1;
}
.animate-title.inview .char,
.tween-animate-title.inview .char {
  display: inline-block;
}
.animate-title .char,
.tween-animate-title .char {
  opacity: 0;
}

.animate-title.inview .char {
  animation-name: kf-animate-chars;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.39, 1.57, 0.58, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.animate-title.inview .char:nth-child(1) {
  animation-delay: 0.04s;
}
.animate-title.inview .char:nth-child(2) {
  animation-delay: 0.08s;
}
.animate-title.inview .char:nth-child(3) {
  animation-delay: 0.12s;
}
.animate-title.inview .char:nth-child(4) {
  animation-delay: 0.16s;
}
.animate-title.inview .char:nth-child(5) {
  animation-delay: 0.2s;
}
.animate-title.inview .char:nth-child(6) {
  animation-delay: 0.24s;
}
.animate-title.inview .char:nth-child(7) {
  animation-delay: 0.28s;
}
.animate-title.inview .char:nth-child(8) {
  animation-delay: 0.32s;
}
.animate-title.inview .char:nth-child(9) {
  animation-delay: 0.36s;
}
.animate-title.inview .char:nth-child(10) {
  animation-delay: 0.4s;
}
.animate-title.inview .char:nth-child(11) {
  animation-delay: 0.44s;
}
.animate-title.inview .char:nth-child(12) {
  animation-delay: 0.48s;
}
.animate-title.inview .char:nth-child(13) {
  animation-delay: 0.52s;
}
.animate-title.inview .char:nth-child(14) {
  animation-delay: 0.56s;
}
.animate-title.inview .char:nth-child(15) {
  animation-delay: 0.6s;
}
.animate-title.inview .char:nth-child(16) {
  animation-delay: 0.64s;
}
.animate-title.inview .char:nth-child(17) {
  animation-delay: 0.68s;
}
.animate-title.inview .char:nth-child(18) {
  animation-delay: 0.72s;
}
.animate-title.inview .char:nth-child(19) {
  animation-delay: 0.76s;
}
.animate-title.inview .char:nth-child(20) {
  animation-delay: 0.8s;
}
.animate-title.inview .char:nth-child(21) {
  animation-delay: 0.84s;
}
.animate-title.inview .char:nth-child(22) {
  animation-delay: 0.88s;
}
.animate-title.inview .char:nth-child(23) {
  animation-delay: 0.92s;
}
.animate-title.inview .char:nth-child(24) {
  animation-delay: 0.96s;
}
.animate-title.inview .char:nth-child(25) {
  animation-delay: 1s;
}
.animate-title.inview .char:nth-child(26) {
  animation-delay: 1.04s;
}
.animate-title.inview .char:nth-child(27) {
  animation-delay: 1.08s;
}
.animate-title.inview .char:nth-child(28) {
  animation-delay: 1.12s;
}
.animate-title.inview .char:nth-child(29) {
  animation-delay: 1.16s;
}
.animate-title.inview .char:nth-child(30) {
  animation-delay: 1.2s;
}

@keyframes kf-animate-chars {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eaebe6;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom, .bg-img-zoom {
  opacity: 0;
}
.inview .img-zoom, .inview .bg-img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover, .inview .bg-img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}
.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 60px;
  width: 300px;
}
.mobile-menu .logo {
  padding: 0 40px;
  font-size: 38px;
}
.mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  padding-right: 2em;
}
.mobile-menu__btn > span {
  background-color: #A58247;
  width: 35px;
  height: 2px;
  display: block;
  margin-bottom: 9px;
  transition: transform 0.7s;
}
.mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
.mobile-menu__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
  cursor: pointer;
  z-index: 200;
}
.mobile-menu__main {
  padding: 0;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.mobile-menu__item {
  list-style: none;
  display: block;
  transform: translate3d(0, 0, -1000px);
  padding: 0 40px;
  transition: transform 0.3s, opacity 0.2s;
  opacity: 0;
}
.mobile-menu__link {
  display: block;
  margin-top: 30px;
  color: #A58247;
  text-decoration: none !important;
}

.menu-open #container {
  transform: translate(-300px, 60px);
  box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.8);
}
.menu-open .mobile-menu__cover {
  opacity: 1;
  visibility: visible;
}
.menu-open .mobile-menu__item {
  transform: none;
  opacity: 1;
}
.menu-open .mobile-menu__item:nth-child(1) {
  transition-delay: 0.07s;
}
.menu-open .mobile-menu__item:nth-child(2) {
  transition-delay: 0.14s;
}
.menu-open .mobile-menu__item:nth-child(3) {
  transition-delay: 0.21s;
}
.menu-open .mobile-menu__item:nth-child(4) {
  transition-delay: 0.28s;
}
.menu-open .mobile-menu__item:nth-child(5) {
  transition-delay: 0.35s;
}
.menu-open .mobile-menu__btn > span {
  background-color: #A58247;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(11px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 0s;
  transform: translateX(-18px) scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-11px) rotate(-135deg);
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
body {
  font-family: "Shippori Mincho B1", "Yu Mincho", serif;
  font-weight: medium;
  letter-spacing: 0.15em;
  line-height: 2;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.font-sm, .footer__copyright, .sub-title {
  font-size: 12px;
}

.font-md, .footer .btn, .about__title, .contact .btn {
  font-size: 24px;
}

.font-lr, .plan__name {
  font-size: 40px;
}

.font-lg {
  font-size: 32px;
}

.font-elg, .hero__title {
  font-size: 72px;
}

.font-vrl {
  writing-mode: vertical-rl;
}

.mb-sm, .travel__img {
  margin-bottom: 16px !important;
}

.mb-lg {
  margin-bottom: 80px !important;
}

.pb-sm, .movie__container, .travel__texts {
  padding-bottom: 16px !important;
}

.pb-lg {
  padding-bottom: 80px !important;
}

.pb-mt {
  display: inline-block;
  padding: 0 16px 0 0;
  border-left: 1px solid black;
}

.content-width, .footer__inner, .about__inner, .movie__container, .movie__inner, .plan, .travel__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
}

.title-line::before {
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #A58247;
}

.main-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  align-items: start;
  flex-direction: column;
}

.sub-title {
  color: black;
  font-weight: bold;
}

.flex {
  display: flex;
  flex-direction: column;
}

.bg-g {
  background-image: url("../images/bg.jpg");
  background-size: cover;
}

#main-content {
  position: relative;
  z-index: 0;
}

main {
  position: relative;
  z-index: -1;
}

#container {
  background-color: white;
  position: relative;
  z-index: 10;
  transition: transform 0.5s, box-shadow 0.5s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: transparent;
  display: flex;
  align-items: center;
  z-index: 100;
}
.header.triggered {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 10px 0 25px -10px rgba(0, 0, 0, 0.5);
}
.header__ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header__li {
  margin-left: 3.5vw;
  text-align: center;
  line-height: 1.2em;
}
.header__li > a {
  color: black;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: clamp(8px, 1.134752vw, 16px);
}
.header__li .btn {
  padding-left: 1.5em;
  padding-right: 1.5em;
  line-height: 1.2em;
}
.header.logo {
  font-size: 38px;
  justify-content: center;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.header .mobile-menu__btn {
  display: none;
}

.wakon {
  position: relative;
  background-image: url("../images/wakon.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 2em;
  padding-left: 2em;
  background-position: right;
}
.wakon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: #d5ae71;
}
.wakon__texts-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 50%;
  padding: 160px 0;
  color: white;
}
.wakon__title {
  padding-left: 1rem;
}
.wakon .pb-mt {
  border-color: white;
}
.wakon__description::before {
  content: "";
  display: block;
  width: 7rem;
  height: 7rem;
  background-image: url("../images/logo_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 2em auto;
}

.travel {
  position: relative;
  margin-bottom: 80px;
  width: 100%;
  margin-top: 15px;
}
.travel::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: #d5ae71;
}
.travel__texts {
  padding-left: 6rem;
}
.travel__inner {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 0;
  padding: 7rem 0;
}
.travel .hude {
  position: absolute;
  bottom: 0;
}
.travel__title {
  position: relative;
  padding-left: 72px;
}
.travel__title::before {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: -120px;
  width: 100px;
  height: 1px;
  background-color: #A58247;
  transform: translateY(-50%) scaleX(0);
  transition: transform 0.3s ease 1.6s;
  transform-origin: right;
}
.travel__description {
  padding-left: 70px;
  position: relative;
  z-index: 2;
}
.travel__sub {
  height: 4rem;
  margin: 3rem 0 5.5rem 0;
  position: relative;
  z-index: 2;
  width: 17rem;
}
.travel__img {
  position: relative;
  width: 50%;
  transition: box-shadow 1ms linear 0.8s;
  z-index: 2;
  /*&.inview {
    box-shadow: inset 0 0 30px $cGold;
  }
  */
}
.travel__img > img {
  position: relative;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.travel__texts.inview .travel__title::before {
  transform: translateY(-50%);
}

.plan {
  margin-bottom: 80px;
  padding-left: 2em;
  padding-right: 2em;
}
.plan .title-line::before {
  transform: rotate(90deg);
  margin-bottom: 4rem;
}
.plan__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan__title .main-title {
  line-height: 1em;
}
.plan__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.plan__detail-list {
  list-style: none;
  padding: 0;
}
.plan__detail-list li::before {
  content: "●";
  font-size: 1rem;
}
.plan__texts-inner {
  width: 35%;
  padding: 10% 7px 0 0;
}
.plan__price {
  padding: 1.5rem 0 1.5rem 1rem;
  border-top: 1px solid #D9D9D9;
}
.plan__price span {
  font-family: "Libre Baskerville", serif;
}
.plan__detail {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 1rem 0 0 1rem;
}
.plan__name {
  font-weight: bold;
  border-left: 1px solid black;
  border-right: 1px solid black;
  margin-right: 3rem;
}
.plan__img {
  width: 50%;
  padding: 10% 5px 0 0;
  margin-right: 2.5rem;
}
.plan__btn {
  position: relative;
  display: inline-block;
  background-color: white;
  border: 1px solid black;
  padding: 24px 60px;
  margin-top: 3rem;
  cursor: pointer;
  transition: all 0.3s;
  color: black;
  text-decoration: none !important;
}
.plan__btn:hover {
  background-color: #282828;
  color: white;
}
.plan #plan3 .plan__texts-inner {
  text-align: center;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #282828;
  color: white;
}
.contact .title-line::before {
  transform: rotate(90deg);
  margin-bottom: 4rem;
  left: 35%;
  position: relative;
}
.contact .sub-title {
  color: white;
  margin-bottom: 28px;
}
.contact-title {
  line-height: 1em;
  padding-top: 100px;
}
.contact .btn {
  padding: 30px 68px;
  margin: 56px 0 104px 0;
}

.movie {
  overflow: hidden;
}
.movie__inner {
  padding: 104px 27px 3em;
  background: white;
  position: relative;
  /*@include p-base($top: 10%, $height: 90%) {
  }*/
}
.movie .main-title, .movie .sub-title {
  display: inline-block;
}
.movie .title-line::before {
  position: relative;
  left: -50vw;
  bottom: -1.1em;
  z-index: -1;
  width: 100vw;
}
.movie__container {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.movie__item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 5em;
}
.movie__item:nth-of-type(3n) {
  margin-right: 0;
}
.movie .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.movie__btn {
  text-align: center;
  flex-basis: 100%;
  margin-bottom: 80px;
}

.about {
  background-image: url("../images/about_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 108px 0 98px 0;
}
.about__inner {
  display: flex;
  justify-content: space-between;
}
.about__item {
  width: 45%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  background: white;
}
.about__texts-inner {
  padding: 24px 32px;
}
.about__title {
  line-height: 1.4em;
  position: relative;
  padding-left: 1em;
  font-weight: bold;
}
.about__title::before {
  content: "";
  width: 8px;
  height: 40px;
  display: inline-block;
  background-color: #282828;
  position: absolute;
  top: 1rem;
  left: 0;
}
.about__title span {
  font-size: 1rem;
  line-height: 1em;
}
.about__detail {
  margin: 32px 0;
}
.about__link-list {
  list-style: none;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}
.about__link-list__sns {
  width: 30%;
  position: absolute;
  right: 0;
  top: 5px;
}
.about__link-list__sns > ul {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}
.about__link-list__sns > ul > li {
  margin: 0.8em;
}
.about__link-list__sns > ul > li img {
  width: 1.6em;
  height: 1.6em;
}
.about__link-btn {
  background: #282828;
  border: 1px solid #282828;
}
.about__link-btn > a {
  color: white;
}
.about__link-btn > a::after {
  content: "";
  display: inline-block;
  background-image: url("../images/tub.svg");
  width: 28px;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.about__link-btn:hover {
  background: white;
}
.about__link-btn:hover > a {
  color: #282828;
  text-decoration: none;
}

.logo {
  font-size: 42px;
  display: flex;
  margin: 0;
}
.logo__img {
  width: 5.5rem;
  margin-left: 2.6rem;
}

.footer {
  background-color: #282828;
  color: white;
}
.footer .btn {
  padding: 30px 68px;
  margin: 80px 0 16px 0;
  display: inline-block;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 72px 0 28px 0;
  line-height: 1.2rem;
}
.footer__ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__li {
  padding: 0 1.6vw;
  border-right: 1px solid white;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__li:last-child {
  border-right: none;
}
.footer__li > a {
  color: white;
  text-decoration: none;
  font-size: clamp(8px, 0.8vw, 16px);
}
.footer__li > a span {
  font-size: 0.7vw;
}
/*
@media (max-width: 480px) {
  @import "breakpoints/480up";
}

@media (max-width: 600px) {
  @import "breakpoints/600up";
}
*/
@media (max-width: 960px) {
  /******************************************************************

  Stylesheet: 600px以上のタブレットやモニタで適用

  ******************************************************************/
  /* common ====================================================== */
  .sp_view {
    display: none;
  }
  /* header ====================================================== */
  .header {
    height: 70px;
  }
  .header__nav {
    display: none;
  }
  .header .mobile-menu__btn {
    display: block;
    z-index: 3;
  }
  .logo__img {
    width: 5rem;
    margin-left: 1.4rem;
  }
  .menu-open .header {
    z-index: 2;
  }
  .menu-open .header__nav {
    display: block;
    opacity: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    background-color: #fff;
    animation: menu-openSP 0.5s ease forwards;
  }
  @keyframes menu-openSP {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .menu-open .header__ul {
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
  }
  .menu-open .header__li {
    width: 100%;
    margin: 1em 0;
    padding: 0 2em;
  }
  .menu-open .header__li > a {
    font-size: 18px;
  }
  .menu-open .header__li .btn {
    display: block;
    text-align: center;
    height: auto;
    padding: 2em 1em;
  }
  .menu-open .mobile-menu__cover {
    position: fixed;
    z-index: 1;
  }
  /* slider ====================================================== */
  .hero {
    padding-top: 70px;
  }
  .hero__title {
    font-size: 40px;
  }
  .hero__title::after {
    width: 5rem;
    height: 5rem;
  }
  .hero_subtitle-inner {
    align-items: flex-end;
    padding-bottom: 5em;
  }
  .hero_subtitle-inner {
    font-size: 0.8em;
  }
  .slick-slider .slick-dots {
    bottom: 4em;
    padding-left: 1em;
  }
  /* wakon ====================================================== */
  .wakon {
    background: url("../images/wakon-sp.jpg") bottom center/cover no-repeat;
  }
  .wakon__texts-inner {
    width: 100%;
    padding: 5em 2em;
  }
  .wakon__title {
    font-size: 24px;
  }
  .wakon__description {
    font-size: 0.8em;
  }
  /* travel ====================================================== */
  .travel {
    position: relative;
  }
  .travel__inner {
    display: block;
    padding-bottom: 4em;
  }
  .travel__img {
    width: 65%;
    margin-right: auto;
  }
  .travel__texts {
    padding: 0 2em;
  }
  .travel__title {
    position: absolute;
    top: 7rem;
    left: 50%;
    padding-left: 0;
    width: 50%;
    margin-left: auto;
    font-size: 24px;
    line-height: 1.5em;
    display: flex;
    justify-content: center;
  }
  .travel__sub {
    text-align: center;
    margin: 0 auto 16%;
    width: 80%;
  }
  .travel__description {
    font-size: 0.8em;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  /* plan ====================================================== */
  .plan__item {
    flex-wrap: wrap;
  }
  .plan__name {
    margin: 2em auto 0;
    font-size: 24px;
  }
  .plan__img {
    width: 100%;
    margin-right: 0;
    margin-top: 1.5em;
    padding: 0;
    text-align: center;
  }
  .plan__texts-inner {
    width: 100%;
    padding: 2em;
    font-size: 0.8em;
  }
  .plan__btn {
    width: 100%;
    text-align: center;
    padding: 1em;
  }
  #plan3 .plan__texts-inner {
    text-align: left;
  }
  /* contact ====================================================== */
  .contact {
    padding: 0 2em;
  }
  .contact__text {
    font-size: 0.8em;
  }
  .contact .btn {
    display: block;
    width: 100%;
    margin: 1em auto 1.5em;
    text-align: center;
    padding: 1em;
    font-size: 12px;
    height: auto;
  }
  .contact__contact {
    width: 100%;
  }
  /* movie ====================================================== */
  .movie__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5em;
  }
  /* about ====================================================== */
  .about__inner {
    flex-wrap: wrap;
  }
  .about__item {
    width: 80%;
    margin: 2em auto;
  }
  .about__detail {
    font-size: 0.8em;
  }
  .about__link-list {
    margin-left: 0;
    padding-left: 0;
  }
  .about__link-list__sns {
    width: 100%;
    position: static;
  }
  .about__link-list__sns > ul {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
  }
  .about__link-list__sns > ul > li img {
    width: 1.4em;
    height: 1.4em;
  }
  /* footer ====================================================== */
  .footer .btn {
    padding: 1em;
    height: auto;
    font-size: 0.9em;
  }
  .footer__nav {
    display: none;
  }
  .footer__copyright {
    margin: 2em;
    font-size: 0.5em;
  }
}
/*
@media (max-width: 1280px) {
  @import "breakpoints/1280up";
}
@media (max-resolution: 192dpi)
      ,(-webkit-min-device-pixel-ratio: 2) {
  @import "breakpoints/2x";
}
*/
@media print {
  /******************************************************************

  Stylesheet: プリンタのみに適用

  ******************************************************************/
}/*# sourceMappingURL=style.css.map */