@charset "UTF-8";
html:not(.responsive) {
  min-width: 1000px;
  /* viewport */
}

* {
  box-sizing: border-box;
}

/*=============================================
* body
*=============================================*/
body {
  color: #222;
  font-family: 'Noto Serif JP';
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.15em;
  font-weight: 600;
  background: url("../img/shared/bg.jpg");
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 17px;
    line-height: 40px;
    min-width: 1000px;
    /* viewport */
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --app-height: 100%;
  }
  html.open,
  body.menu-open {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: var(--app-height);
  }
}

/*=============================================
* <main>
*=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.img--white {
  filter: brightness(0) invert(1);
}

.ovh {
  overflow: hidden;
}

a:hover {
  text-decoration: none;
}

a, img {
  transition: 0.3s all ease-in-out;
}

.bg2 {
  background-image: url("../img/shared/bg2.jpg");
  color: #fff;
}

.btn-common {
  max-width: 275px;
  width: 100%;
  margin: 0 auto;
}

.btn-common a {
  display: block;
  background-image: url("../img/shared/pattern1.jpg");
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.15em;
  font-weight: 400;
  padding: 15px;
  position: relative;
}

.btn-common a:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 49%;
}

.btn-common.popup a:after {
  display: none;
}

.btn-common.popup a:before {
  content: '';
  width: 13px;
  background-image: url("../img/shared/icon_popup.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
}


.btn-common2 {
  max-width: 275px;
  width: 100%;
  margin: 0 auto;
}

.btn-common2 a {
  display: block;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.15em;
  font-weight: 400;
  padding: 15px;
  position: relative;
}

.btn-common2 a:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  top: 49%;
}

.btn-common2.popup a:after {
  display: none;
}

.btn-common2.popup a:before {
  content: '';
  width: 13px;
  background-image: url("../img/shared/icon_popup.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
}




.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  line-height: 0;
  position: relative;
  margin: 0 10px;
}

.slick-dots li:before {
  content: '';
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  opacity: 0;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
}

.slick-dots li.slick-active:before {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .btn-common {
    max-width: 359px;
    margin: 0;
  }
  .btn-common a {
    font-size: 17px;
    line-height: 35px;
    padding: 19px 15px 21px 20px;
  }
  .btn-common a:after {
    width: 40px;
  }
  .btn-common a:hover {
    opacity: 0.8;
  }
  .btn-common.popup a:before {
    width: 19px;
    right: 30px;
  }


  .btn-common2 {
    max-width: 359px;
    margin: 0;
    margin-bottom: 50px;
  }
  .btn-common2 a {
    font-size: 17px;
    line-height: 35px;
    padding: 19px 15px 21px 20px;
  }
  .btn-common2 a:after {
    width: 40px;
  }
  .btn-common2 a:hover {
    opacity: 0.8;
  }
  .btn-common2.popup a:before {
    width: 19px;
    right: 30px;
  }
  .slick-dots li {
    width: 17px;
    height: 17px;
    margin: 0 15px;
  }
}

/*=============================================
* <header>
*=============================================*/
body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.nav--opened .hamburger,
body.nav--opened #menu-toggle,
body.nav--opened #menu-toggle *,
body.nav--opened #ft-fixed,
body.nav--opened #ft-fixed * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.nav--opened {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.nav--opened #menu-toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
}

header {
  color: #fff;
}

header .header-blk {
  position: absolute;
  left: 0;
  right: 0;
  top: 2vw;
  z-index: 1;
}

header h1 {
  opacity: 0.7;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 6.67vw 15px;
}

header .logo {
  width: 161px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  header .header-blk {
    top: 0;
    padding: 13px 49px 0;
  }
  header h1 {
    font-size: 14px;
    text-align: left;
    padding: 0;
    margin-bottom: 39px;
  }
  header .logo {
    width: 227px;
    margin: 0;
  }
  header .col-left {
    position: absolute;
    left: 49px;
    top: 13px;
    z-index: 1;
  }
  header .col-right{
    position: relative;
    z-index: 2;
  }
  header .blk {
    margin: 18px 0 3px;
  }
  header .blk .tel {
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-top: 7px;
  }
  header .blk .tel span {
    font-size: 28px;
    letter-spacing: 0.1em;
    margin-left: 19px;
  }
  header .blk .tel span small {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  header .blk .access {
    font-size: 15px;
    letter-spacing: 0.2em;
    line-height: 32px;
    border: 1px solid;
    margin: 6px 0 0 37px;
  }
  header .blk .access li + li {
    border-left: 1px solid;
  }
  header .blk .access a {
    display: block;
    padding: 0 13px 0 14px;
  }
  header .blk .access a:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  header .blk .insta {
    width: 35px;
    margin-left: 26px;
  }
  header nav {
    letter-spacing: 0.05em;
  }
  header nav ul li + li {
    margin-left: 34px;
  }
  header nav ul a {
    display: block;
    position: relative;
    padding-bottom: 2px;
  }
  header nav ul a:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: 0.3s all ease-in-out;
    opacity: 0;
  }
  header nav ul a.active:after,
  header nav ul a:hover:after {
    opacity: 1;
  }
}

.nav-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  height: 0;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .nav-fixed {
    height: 100px;
    background-image: url("../img/shared/bg2.jpg");
    color: #fff;
  }
  .nav-fixed .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
  }
  .nav-fixed .navi {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .nav-fixed .navi li + li {
    margin-left: 38px;
    position: relative;
  }
  .nav-fixed .navi li + li:before {
    content: '／';
    position: absolute;
    left: -26px;
    top: 0;
  }
  .nav-fixed .navi a.active,
  .nav-fixed .navi a:hover {
    opacity: 0.5;
  }
  .nav-fixed .tel {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
  }
  .nav-fixed .tel span {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
  .nav-fixed .btn-reserve {
    width: 270px;
    margin-top: 8px;
  }
  .nav-fixed .btn-reserve a {
    display: block;
    border-left: 1px solid;
    border-right: 1px solid;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 10px 26px 10px 0;
    position: relative;
  }
  .nav-fixed .btn-reserve a:after {
    content: '';
    width: 12px;
    background-image: url("../img/shared/icon_arrow.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
  }
  .nav-fixed .btn-reserve a:hover {
    opacity: 0.5;
  }
}

.nav-fixed.fixed {
  opacity: 1;
  visibility: visible;
}

.has-nav #ft-fixed {
  opacity: 1;
  visibility: visible;
}

.menu-toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 0;
  padding: 48px 0 120px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 9;
  background-image: url("../img/shared/bg.jpg");
  color: #222;
}

.menu-toggle .logo {
  width: 160px;
  margin: 0 auto 55px;
}

.menu-toggle .navi {
  font-size: 19px;
  line-height: 45px;
  margin-bottom: 45px;
}

.menu-toggle .navi a {
  display: block;
  width: 45px;
  position: relative;
}

.menu-toggle .navi a:after {
  content: '';
  width: 1px;
  background: #222;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  opacity: 0;
}

.menu-toggle .navi a.active:after {
  opacity: 1;
}

.menu-toggle .access ul {
  border: 1px solid;
}

.menu-toggle .access ul li a {
  display: block;
  font-size: 15px;
  letter-spacing: 0.2em;
  line-height: 31px;
  padding: 0 17px;
}

.menu-toggle .access ul li + li {
  border-left: 1px solid;
}

.menu-toggle .access .insta {
  width: 25px;
  margin-left: 25px;
}

@media screen and (max-width: 767px) and (max-height: 600px) {
  .menu-toggle {
    top: 0;
  }
}

/*=============================================
* key
*=============================================*/
#key {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 160vw;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #key {
    height: 900px;
  }
}

/*=============================================
* <section>
*=============================================*/
.bg-para {
  width: 100%;
  position: relative;
  z-index: 1;
}

.bg-para .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.bg-para .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}

.object-cover {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50%;
}

.tel-box {
  padding: 6vw 3vw;
  font-size: 4vw;
  line-height: 6vw;
  letter-spacing: 0.05em;
}

.tel-box span {
  font-size: 6.6vw;
  letter-spacing: 0.1em;
  margin: 2vw 0;
}

.tel-box span small {
  font-size: 5vw;
}

.tel-box small.db {
  font-size: 3vw;
  letter-spacing: 0.15em;
  line-height: 4vw;
}

@media screen and (min-width: 768px) {
  .tel-box {
    width: 800px;
    margin: 0 auto;
    padding: 30px 20px 47px;
    font-size: 22px;
    line-height: 40px;
  }
  .tel-box span {
    font-size: 42px;
    margin: 15px 0 6px;
  }
  .tel-box span small {
    font-size: 26px;
  }
  .tel-box small.db {
    font-size: 17px;
    line-height: 25px;
  }
}

/*=============================================
* <footer>
*=============================================*/
footer {
  padding: 30px 2vw 100px;
}

footer .blk1 {
  position: relative;
  padding-bottom: 50px;
}

footer .blk1:after {
  content: '';
  height: 1px;
  background: #fff;
  opacity: 0.3;
  position: absolute;
  left: -2vw;
  right: -2vw;
  bottom: 0;
}

footer .blk1 .col-left .tel {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin-bottom: 20px;
}

footer .blk1 .col-left .tel span {
  display: block;
  font-size: 24px;
  letter-spacing: 0.1em;
}

footer .blk1 .col-left .tel span small {
  font-size: 17.5px;
  letter-spacing: 0.1em;
}

footer .blk1 .col-left .info {
  line-height: 32px;
}

footer .blk1 .col-left .info small {
  font-size: 13px;
}

footer .blk1 .col-left .info a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

footer .blk2 {
  padding: 59px 0 30px;
  margin-bottom: 30px;
  position: relative;
}

footer .blk2:after {
  content: '';
  height: 1px;
  background: #fff;
  opacity: 0.3;
  position: absolute;
  left: -2vw;
  right: -2vw;
  bottom: 0;
}

footer .blk2 .logo {
  width: 160px;
  margin: 0 auto 32px;
}

footer .blk2 .col-right {
  font-size: 10px;
  letter-spacing: 0.1em;
}

footer .blk2 .col-right #socialbuttons {
  margin-bottom: 20px;
}

footer .blk2 .col-right .copy {
  display: table;
  margin: 0 auto 10px;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #ece8e4;
  cursor: pointer;
}

footer .blk2 .col-right .copy:before {
  content: '';
  width: 11px;
  height: 16px;
  background-image: url("../img/shared/icon_copy.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 4px;
}

footer .blk2 .col-right .copy.copied {
  text-decoration: none;
  pointer-events: none;
}

footer .blk2 .col-right .cookies-link {
  margin-bottom: 10px;
}

footer .blk2 .col-right .cookies-link a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #ece8e4;
}

footer #pagetop {
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 400;
  display: table;
  margin: 0 auto;
  text-align: center;
}

footer #pagetop img {
  display: block;
  width: 20px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 43px 50px 37px;
    position: relative;
  }
  footer .blk1 {
    padding-bottom: 44px;
  }
  footer .blk1:after {
    left: 0;
    right: 0;
  }
  footer .blk1 .col-left .tel {
    text-align: left;
    font-size: 17px;
    margin-bottom: 33px;
  }
  footer .blk1 .col-left .tel span {
    font-size: 32px;
    margin-top: 4px;
  }
  footer .blk1 .col-left .tel span small {
    font-size: 22px;
  }
  footer .blk1 .col-left .info {
    line-height: 28px;
    text-align: left;
  }
  footer .blk1 .col-left .info small {
    font-size: 17px;
  }
  footer .blk1 .col-left .info .ml1 {
    margin-left: 96px;
  }
  footer .blk1 .col-left .info .ml2 {
    margin-left: 117px;
  }
  footer .blk1 .col-left .info a {
    text-underline-offset: 9px;
  }
  footer .blk1 .col-left .info a:hover {
    text-decoration: none;
  }
  footer .blk1 .col-right .navi {
    line-height: 55px;
    margin: 4px -21px 0 0;
  }
  footer .blk1 .col-right .navi a {
    display: block;
    width: 55px;
    letter-spacing: 0.05em;
    cursor: pointer;
    position: relative;
  }
  footer .blk1 .col-right .navi a:after {
    content: '';
    width: 1px;
    background: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    transition: 0.3s all ease-in-out;
  }
  footer .blk1 .col-right .navi a:hover:after {
    opacity: 0.7;
  }
  footer .blk1 .col-right .navi li + li {
    margin-left: -1px;
  }
  footer .blk2 {
    padding: 40px 0 0px;
    margin-bottom: 0px;
  }
  footer .blk2:after {
    display: none;
  }
  footer .blk2 .logo {
    width: 141px;
    margin: 0 0 0 2px;
  }
  footer .blk2 .col-right {
    text-align: right;
    font-size: 12px;
    margin-top: -14px;
  }
  footer .blk2 .col-right .insta {
    width: 35px;
    position: absolute;
    right: 0px;
    top: -124px;
    z-index: 1;
  }
  footer .blk2 .col-right #socialbuttons {
    margin-bottom: 0;
    position: absolute;
    top: -58px;
    right: 0;
    z-index: 1;
  }
  footer .blk2 .col-right .copy {
    display: table;
    margin: 0 0 -2px auto;
    text-underline-offset: 6px;
    letter-spacing: 0.05em;
  }
  footer .blk2 .col-right .copy:before {
    width: 13px;
    height: 18px;
    margin-right: 8px;
    top: 2px;
  }
  footer .blk2 .col-right .copy:hover {
    text-decoration: none;
  }
  footer .blk2 .col-right .cookies-link {
    margin-bottom: -4px;
    letter-spacing: 0.07em;
  }
  footer .blk2 .col-right .cookies-link a {
    text-underline-offset: 6px;
  }
  footer .blk2 .col-right .cookies-link a:hover {
    text-decoration: none;
  }
  footer .blk2 .col-right address {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  footer #pagetop {
    font-size: 15px;
    margin: 0;
    position: absolute;
    bottom: 37px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
  }
  footer #pagetop:hover {
    opacity: 0.8;
  }
  footer #pagetop img {
    width: 31px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  footer {
    padding: 43px 30px 37px;
  }
}

#ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  text-align: center;
  width: 100%;
  z-index: 10;
  background-image: url("../img/shared/bg.jpg");
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 20px;
}

#ft-fixed a {
  display: block;
  height: 69px;
  padding-top: 10px;
}

#ft-fixed .tel {
  width: 50%;
  border-right: 1px solid #f3f3f0;
  border-top: 1px solid #f3f3f0;
  background: #423f7b;
  color: #fff;
  letter-spacing: 0.1em;
}

#ft-fixed .tel span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 5px;
}

#ft-fixed .map {
  width: 25%;
  border-top: 1px solid #f3f3f0;
}

#ft-fixed .map a {
  padding-top: 17px;
}

#ft-fixed .map img {
  width: 17px;
  margin: 0 auto 3px;
}

#ft-fixed .hamburger {
  width: 25%;
  border-left: 1px solid #423f7b;
  padding-top: 20px;
}

.nav--opened #ft-fixed .tel {
  border-top: 1px solid #423f7b;
}

.nav--opened #ft-fixed .map {
  border-color: #423f7b;
}

.nav--opened #ft-fixed .hamburger {
  border-color: #f3f3f0;
  border-top: 1px solid #f3f3f0;
}

/*=============================================
* .socialbuttons
*=============================================*/
/*=============================================
* copyright
*=============================================*/
.db {
  display: block;
}

.df {
  display: flex;
}

.jcfs {
  justify-content: flex-start;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.jcfe {
  justify-content: flex-end;
}

.aifs {
  align-items: flex-start;
}

.aic {
  align-items: center;
}

.aife {
  align-items: flex-end;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .df-pc {
    display: flex;
  }
}

/* --------------------------------------------------------------------- */
/* ef */
/* --------------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.5s;
}

@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 100px);
  }
  #ft-fixed:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: url("../img/shared/bg.jpg");
    z-index: -1;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 100px);
  }
  #ft-fixed:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: url("../img/shared/bg.jpg");
    z-index: -1;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3 / 1), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 100px);
  }
  #ft-fixed:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: url("../img/shared/bg.jpg");
    z-index: -1;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

@media only screen and (min-width: 768px) {
  .nav--opened #ft-fixed:after,
  #ft-fixed:after {
    display: none;
  }
}
