@charset "utf-8";
/*==================================================

Global Default
==================================================*/
html {
  font-size: 10px;
  min-width: 1024px;
}
body {
  background: url(/asset/img/common/bg-grey.png) repeat left top;
  font-family: "Philosopher", "Noto Serif JP", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  color: #050f19;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 400;
}
main,
section {
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
a,
a:hover,
a:visited,
a:active {
  color: inherit;
}
img {
  height: auto;
}
i {
  vertical-align: middle;
  line-height: 1;
}
.center {
  text-align: center;
}
.caution,
.errormsg {
  color: #d50000;
}
.flexbox:after {
  display: none;
}
.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  html {
    min-width: 0;
  }
  body {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*==================================================

Customize Global Standard Style
==================================================*/
[class*="viewport"] {
  width: 100%;
  max-width: 1366px;
  padding: 0 3%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.viewport-l {
  max-width: 1366px;
}
.viewport-m {
  max-width: 1024px;
}
.viewport-s {
  max-width: 768px;
}
.section-spacing {
  padding-top: 200px;
  padding-bottom: 200px;
}
.texture-bg {
  background: url(/asset/img/common/bg-texture.png) repeat left top;
}
[class*="standard-heading"] {
  color: #70644f;
}
[class*="heading"] {
  font-weight: 200;
}
[class*="heading80"] {
  font-size: 80px;
  font-size: calc(65px + (80 - 65) * ((100vw - 1024px) / (1920 - 1024)));
}
[class*="heading26"] {
  font-size: 26px;
  font-size: calc(22px + (26 - 22) * ((100vw - 1024px) / (1920 - 1024)));
}
[class*="standard-heading"].vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.3;
  letter-spacing: 0;
}
[class*="standard-heading"].vertical span {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
  vertical-align: text-bottom;
}
.more-btn {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  position: relative;
  text-align: right;
  color: #70644f !important;
  font-size: 26px;
}
.more-btn span {
  display: inline-block;
  white-space: nowrap;
}
.more-btn:before {
  content: "";
  display: inline-block;
  max-width: 200px;
  width: 100%;
  height: 1px;
  margin-right: 24px;
  background: #70644f;
  vertical-align: middle;
  transition: all 0.5s;
}
.more-btn:hover:before {
  transform: translateX(50px);
}
#mouse-stoker {
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 10px;
  height: 10px;
  background-color: #ddd;
  z-index: 999;
  pointer-events: none;
  transition: transform 300ms ease, width 300ms ease, height 300ms ease;
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  margin-top: 5px;
  margin-left: 5px;
}
#mouse-stoker.onhover {
  width: 70px;
  height: 70px;
  background-color: #6b5e47;
  opacity: 0.8;
}
#mouse-stoker:after,
#mouse-stoker:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-2px);
  opacity: 0;
}
.overeffect {
  cursor: pointer;
}
[class*="deco-txt"] {
  display: block;
  text-align: center;
  font-weight: 200;
  font-style: normal;
  font-size: 20em;
  line-height: 0.9;
  letter-spacing: 0;
  opacity: 0.05;
  position: absolute;
  z-index: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.deco-txt.vertical {
  width: 1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  [class*="standard-heading"] {
    color: #70644f;
  }
  [class*="heading"] {
    font-weight: 200;
  }
  [class*="heading80"] {
    font-size: 32px;
  }
  [class*="heading26"] {
    font-size: 16px;
  }
  [class*="deco-txt"] {
    font-size: 40vw;
  }
  .more-btn {
    font-size: 16px;
  }
  .more-btn:before {
    margin-right: 16px;
    max-width: 100px;
  }
}
/*==================================================

Lower pages
==================================================*/
.page-title {
  padding-top: 100px;
}
.page-title h1 {
  text-align: center;
  font-weight: normal;
  font-size: 80px;
  color: #70644f;
  line-height: 1;
}
.page-title h1 span {
  display: block;
  margin-top: -0.4em;
  font-size: 100px;
  color: #050f19;
  opacity: 0.1;
}
@media only screen and (max-width: 768px) {
  .page-title {
    padding-top: 50px;
  }
  .page-title h1 {
    font-size: 32px;
    white-space: nowrap;
  }
  .page-title h1 span {
    font-size: 40px;
  }
}
/*==================================================

Main Header
==================================================*/
.main-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8;
}
.main-header h1 {
  transition: all 0.5s;
  width: 30px;
  position: absolute;
  left: 3%;
  top: 20px;
  z-index: 11;
}
.menu {
  width: 56px;
  height: 60px;
  margin-left: auto;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 3%;
  top: 20px;
  z-index: 10;
}
.menu p {
  width: 35px;
  color: #70644f;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
  overflow: hidden;
  text-align: center;
  transition: color 0.5s;
}
.menu p:before {
  content: "Close";
  margin-left: -37px;
  margin-right: 2px;
  transition: all 0.5s;
}
body.menu-visible .menu p {
  color: transparent;
}
body.menu-visible .menu p:before {
  margin-left: 0;
  color: #70644f;
}
.menu .base {
  width: 40px;
  height: 2px;
  background: #70644f;
  position: absolute;
  left: 8px;
  top: 34px;
  transition: all 0.5s;
}
.menu .base:before,
.menu .base:after {
  content: "";
  width: 2px;
  height: 10px;
  background: #70644f;
  position: absolute;
  top: -5px;
}
.menu .base:before {
  left: 5px;
}
.menu .base:after {
  right: 5px;
}
.menu .roof:before,
.menu .roof:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #70644f;
  position: absolute;
  top: 10px;
  transition: all 0.5s;
}
.menu .roof:before {
  left: 0;
  transform: rotate(-30deg);
}
.menu .roof:after {
  right: 0;
  transform: rotate(30deg);
}
body.menu-visible .menu .base {
  opacity: 0;
  transform: translateY(5px);
}
body.menu-visible .menu .roof:before {
  top: 22px;
  transform: rotate(-45deg);
  left: 8px;
  background: #70644f !important;
}
body.menu-visible .menu .roof:after {
  top: 22px;
  transform: rotate(45deg);
  right: 8px;
  background: #70644f !important;
}
.global-navi {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(255 255 255 / 97%);
  transform: translateY(-100%);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  overflow-y: auto;
  z-index: -1;
  display: flex;
}
body.menu-visible .global-navi {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  z-index: 10;
}
.global-navi .split-figure {
  max-width: 700px;
  flex: 0 1 45%;
  padding: 50px;
  border-right: 1px solid #ddd;
  opacity: 0;
  transition: all 0.7s 0.3s;
  transform: translateY(3%);
}
.menu-visible .global-navi .split-figure {
  opacity: 1;
  transform: translateY(0);
}
.global-navi .split-figure .inner {
  height: 100%;
  position: relative;
}
.global-navi .split-figure figure {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.7s;
}
.global-navi .split-figure figure.active {
  opacity: 1;
}
.global-navi .split-figure figure:nth-of-type(1) {
  background-image: url(/asset/img/common/nav-top-split.jpg);
}
.global-navi .split-figure figure:nth-of-type(2) {
  background-image: url(/asset/img/common/nav-stay-split.jpg);
}
.global-navi .split-figure figure:nth-of-type(3) {
  background-image: url(/asset/img/common/nav-about-split.jpg);
}
.global-navi .split-figure figure:nth-of-type(4) {
  background-image: url(/asset/img/common/nav-experience-split.jpg);
}
.global-navi .split-nav {
  padding: 50px 110px 50px 50px;
  flex: 0 1 55%;
  display: flex;
  align-items: center;
}
.global-navi .split-nav .inner {
  width: 100%;
  max-width: 700px;
}
.global-navi .split-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.global-navi .split-nav ul li {
  flex: 0 1 33.3%;
  padding: 8px;
  line-height: 1.8;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: 0;
}
.menu-visible .global-navi .split-nav ul li {
  transform: translateY(0);
  opacity: 1;
}
.menu-visible .global-navi .split-nav ul li:nth-of-type(1) {
  transition-delay: 0.3s;
}
.menu-visible .global-navi .split-nav ul li:nth-of-type(2) {
  transition-delay: 0.4s;
}
.menu-visible .global-navi .split-nav ul li:nth-of-type(3) {
  transition-delay: 0.5s;
}
.menu-visible .global-navi .split-nav ul li:nth-of-type(4) {
  transition-delay: 0.6s;
}
.global-navi .split-nav ul li a {
  display: block;
}
.global-navi .split-nav ul li a figure {
  display: none;
  border-radius: 2px;
  overflow: hidden;
}
.global-navi .split-nav ul li a p {
  transition: 0.5s;
}
.global-navi .split-nav ul li:hover p {
  transform: translateX(5px);
  color: #70644f;
}
.global-navi .split-nav ul li a p:before {
  content: "・";
  margin-left: -1em;
}
.global-navi .split-nav ul li a span {
  display: block;
  opacity: 0.5;
  text-transform: uppercase;
}
.global-navi .split-nav .inner > p {
  margin: 10% 0 10px;
  font-size: 0.9em;
  line-height: 1.8;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s 0;
}
.global-navi .split-nav dl {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s 0;
}

.global-navi .split-nav dl dt {
  flex: 0 0 100px;
  text-align: right;
  padding-right: 16px;
}
.global-navi .split-nav dl dd {
  flex: 1 1 calc(100% - 100px);
}
.global-navi .split-nav .inner > a {
  background: #f8595f;
  color: #fff;
  display: block;
  text-align: center;
  padding: 16px;
  margin-top: 10%;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 16%);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s 0;
}
.global-navi .split-nav .inner > a+a{
  margin-top: 12px;
  background: #70644f;
}
.menu-visible .global-navi .split-nav .inner > p,
.menu-visible .global-navi .split-nav dl,
.menu-visible .global-navi .split-nav .inner > a {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.5s 1s;
}
@media only screen and (max-width: 768px) {
  .main-header h1 {
    width: 20px;
    top: 8px;
  }
  .main-header .menu {
    transform: scale(0.7);
    transform-origin: right top;
    top: 8px;
  }
  .global-navi {
    display: block;
  }
  .global-navi .split-figure {
    display: none;
  }
  .global-navi .split-nav {
    padding: 70px 3%;
  }
  .global-navi .split-nav .inner {
    max-width: 100%;
  }
  .global-navi .split-nav ul {
    justify-content: space-between;
  }
  .global-navi .split-nav ul li {
    flex: 0 1 49%;
    padding: 0;
    margin-bottom: 5%;
  }
  .global-navi .split-nav ul li a figure {
    display: block;
  }
  .global-navi .split-nav ul li a p {
    text-align: center;
    margin-top: 4px;
    text-align: left;
    color: #70644f;
    font-weight: bold;
  }
  .global-navi .split-nav ul li a p:before {
    display: none;
  }
  .global-navi .split-nav ul li a span {
    font-size: 12px;
    line-height: 1;
    display: block;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #666;
    text-align: right;
    margin-top: -19px;
  }
  .global-navi .split-nav .inner > p {
    border-top: 1px solid #ddd;
    padding-top: 8%;
    margin-top: 5%;
  }
}
/*==================================================

Main Footer
==================================================*/
.main-footer {
  padding: 0 3% 60px;
  position: relative;
  background: url(/asset/img/common/bg-texture.png) repeat left top;
  color: rgb(255 255 255 / 80%);
}
.main-footer .contact-area {
  text-align: center;
}
.main-footer .contact-area h2 + p {
  text-align: justify;
  display: inline-block;
}
.main-footer .contact-area dl {
  padding: 16px;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid rgb(255 255 255 / 20%);
  border-left: none;
  border-right: none;
  justify-content: center;
}
.main-footer .contact-area dt {
  flex: 0 0 120px;
  /* min-width: 120px; */
  text-align: right;
}
.main-footer .contact-area dd {
  color: #70644f;
  flex: 1 1 70%;
  text-align: left;
  padding-left: 16px;
  line-height: 1.2;
}
.main-footer .contact-area dd a[href*="tel"] {
  font-size: 50px;
}
.main-footer .bottom-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.main-footer .bottom-area figure {
  flex: 1 1 100%;
  margin-bottom: 25px;
  text-align: center;
}
.main-footer .bottom-area figure:before {
  content: "Provided by";
  display: block;
  font-family: inherit;
  margin-bottom: 8px;
}
.main-footer .bottom-area figure img {
  max-width: 60px;
}
.main-footer .bottom-area .other-pages {
  flex: 1 1 100%;
  margin: 20px auto;
  text-align: center;
  font-size: 0.8em;
}
.main-footer .bottom-area .other-pages a {
  display: inline-block;
  margin: 4px 8px;
  text-decoration: underline;
}
.main-footer .bottom-area ul {
  display: flex;
  align-items: center;
}
.main-footer .bottom-area ul span {
  margin-right: 10px;
}
.main-footer .bottom-area ul li {
  margin: 2px 8px;
}
.main-footer .bottom-area ul li a {
  display: block;
}
.main-footer .bottom-area .language .active {
  pointer-events: none;
  color: #70644f;
}
.main-footer .bottom-area .sns i {
  font-size: 16px;
}
.main-footer .bottom-area .copyright {
  margin: 0 24px;
}
body > .reservation-btn {
  max-width: 90px;
  position: fixed;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  transition: all 0.5s;
}
body > .reservation-btn:hover {
  right: 0;
}
body > .reservation-btn i {
  max-width: 45px;
  float: left;
  clear: both;
}
body > .reservation-btn a {
  max-width: 45px;
  float: left;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f85a60;
  transition: all 0.3s;
}
body > .reservation-btn a:last-of-type {
  /* background: #08284e; */
}
body > .reservation-btn a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .main-footer .contact-area h2 + p {
    max-width: 360px;
  }
  .main-footer .contact-area h2 + p br {
    display: none;
  }
  .main-footer .contact-area dl {
    padding: 16px 8px;
    margin: 24px auto 0;
    max-width: 360px;
  }
  .main-footer .contact-area dt {
    flex: 0 1 95px;
    min-width: 0;
    margin: 4px 0;
  }
  .main-footer .contact-area dd {
    flex: 0 1 calc(100% - 95px);
    margin: 4px 0;
    line-height: 1.5;
  }
  .main-footer .contact-area dd a[href*="tel"] {
    font-size: 24px;
  }
  .main-footer .bottom-area figure img {
    max-width: 30px;
  }
  .main-footer .bottom-area ul {
    justify-content: center;
    width: 100%;
    margin-bottom: 8px;
  }
  .main-footer .bottom-area .copyright {
    text-align: center;
    order: 1;
    width: 100%;
  }
  body > .reservation-btn {
    bottom: 0;
    right: 0 !important;
    transform: none;
    top: auto;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    height: 45px;
  }
  body > .reservation-btn i {
    float: none;
    flex: 1 1 100%;
    max-width: 100%;
    background: #70644f;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body > .reservation-btn a {
    float: none;
    max-width: 100%;
    height: 100%;
    flex: 0 0 100px;
  }
  body > .reservation-btn a img {
    width: auto;
    height: 25px;
  }
}
