html:not(.responsive) {
  min-width: 1000px;
  /* viewport */
}

* {
  box-sizing: border-box;
}

/*=============================================
* body
*=============================================*/
body {
  color: #fff;
  font-family: 'Noto Serif JP';
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  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: 15px;
    line-height: 36px;
    letter-spacing: 0.15em;
    text-align: left;
    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;
}

.wrap {
  width: 1000px;
}

a:hover {
  text-decoration: none;
}

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

.bg1 {
  background-image: url("../img/shared/bg.jpg");
}

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

.bg3 {
  background-image: url("../img/shared/bg3.jpg");
}

.btn-common {
  width: 80vw;
  margin: 0 auto;
}

.btn-common a {
  display: block;
  background: rgba(122, 12, 9, 0.75);
  text-align: center;
  font-family: 'Josefin Sans';
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 25px;
  padding: 12px 10px 8px;
  position: relative;
}

.btn-common a:after {
  content: '';
  width: 19px;
  background-image: url("../img/shared/btn_line.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
}

@media only screen and (min-width: 768px) {
  .btn-common {
    width: 350px;
  }
  .btn-common a {
    font-size: 17px;
    padding: 16px 10px 14px;
  }
  .btn-common a:after {
    right: 20px;
    transition: 0.3s all ease;
  }
  .btn-common a:hover:after {
    right: 30px;
  }
}

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

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

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

.slick-dots li.slick-active button {
  background: transparent;
  opacity: 0.5;
}

@media only screen and (min-width: 768px) {
  .slick-dots {
    display: block;
  }
  .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 11px;
  }
}

.ovh {
  overflow: hidden;
}

/*=============================================
* <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 {
  padding: 3vw 0 0;
}

header h1 {
  min-height: 32px;
  font-size: 8px;
  line-height: 12px;
  letter-spacing: 0.05em;
  padding: 0 2.6666666666666665vw 50px;
}

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

@media only screen and (min-width: 768px) {
  header {
    padding: 35px 0 0;
    display: flex;
  }
  header h1 {
    min-height: auto;
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    position: absolute;
    left: 362px;
    right: 100px;
    top: 169px;
  }
  header .logo {
    width: 80px;
    margin: 11px 38px 0 50px;
  }
  header nav {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.12em;
  }
  header nav li + li {
    margin-left: 26px;
  }
  header nav a.active {
    opacity: 0.3;
  }
  header .tel {
    width: 673px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin: 9px 0 14px;
    padding-bottom: 21px;
  }
  header .tel span {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-left: 6px;
  }
  header .tel small {
    font-size: 12px;
    letter-spacing: 0.1em;
    opacity: 0.6;
    margin-top: 2px;
  }
  header .access {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-left: 16px;
  }
  header .access li {
    position: relative;
  }
  header .access li:after {
    content: '';
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    right: -14px;
    top: 11px;
  }
  header .access li:first-child:before {
    content: '';
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    left: -14px;
    top: 11px;
  }
  header .access li + li {
    margin-left: 27px;
  }
  header .contact-group {
    width: 280px;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 1;
  }
  header .contact-group .reserve-btn {
    border-bottom: 1px solid #fff;
    margin-bottom: 22px;
  }
  header .contact-group .reserve-btn a {
    display: block;
    font-size: 17px;
    letter-spacing: 0.15em;
    padding: 0 0 16px 40px;
    text-transform: uppercase;
  }
  header .contact-group .reserve-btn a img {
    margin: -9px 27px 0 0;
  }
  header .contact-group .reserve-btn a:hover img {
    opacity: 1 !important;
  }
  header .contact-group .insta {
    margin-left: 40px;
  }
  header .contact-group .insta a {
    display: block;
    font-size: 13px;
    letter-spacing: 0.08em;
  }
  header .contact-group .insta a img {
    margin: -2px 24px 0 0;
  }
  header .contact-group .insta a:hover img {
    opacity: 1 !important;
  }
  header a:hover {
    opacity: 0.3;
  }
  header .tel a:hover,
  header .non-over a:hover {
    opacity: 1 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  header h1 {
    left: 322px;
  }
  header .logo {
    margin: 11px 28px 0 20px;
  }
  header .contact-group {
    width: 250px;
  }
  header .contact-group .reserve-btn a {
    padding-left: 25px;
  }
  header .contact-group .reserve-btn a img {
    margin-right: 10px;
  }
  header .contact-group .insta {
    margin-left: 25px;
  }
  header .contact-group .insta a img {
    margin-right: 10px;
  }
}

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

@media only screen and (min-width: 768px) {
  .nav-fixed {
    height: 100px;
    background: rgba(33, 33, 33, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  }
  .nav-fixed .col {
    margin: 17px 0 0 50px;
  }
  .nav-fixed .col nav {
    font-size: 16px;
  }
  .nav-fixed .col nav li + li {
    margin-left: 24px;
  }
  .nav-fixed .col .tel {
    width: auto;
    border-bottom: none;
    font-size: 13px;
    margin: 2px 0 0;
    padding: 0;
  }
  .nav-fixed .col .tel span {
    font-size: 20px;
  }
  .nav-fixed .col .tel small {
    font-size: 12px;
    margin-left: 8px;
  }
  .nav-fixed .reserve-btn {
    width: 180px;
  }
  .nav-fixed .reserve-btn a {
    height: 99px;
    display: block;
    background: #7a0c09;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.15em;
    padding-top: 25px;
  }
  .nav-fixed .reserve-btn a img {
    width: 18px;
    display: block;
    margin: 0 auto 5px;
  }
}

.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: 50px 0 90px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 9;
  background: rgba(0, 0, 0, 0.88);
}

.menu-toggle .tel {
  display: table;
  margin: 0 auto 25px;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 20px;
}

.menu-toggle .tel span {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-left: 9px;
}

.menu-toggle .tel span span {
  font-size: 20px;
  margin-left: 0;
}

.menu-toggle .tel small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.1em;
  opacity: 0.6;
}

.menu-toggle nav {
  max-width: 285px;
  width: 90%;
  margin: 0 auto 28px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 37.5px;
  padding: 16px 23px 20px 8px;
}

.menu-toggle nav a.active {
  opacity: 0.3;
}

.menu-toggle .insta {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 15px;
}

.menu-toggle .insta img {
  width: 25px;
  margin: -4px 14px 0 0;
}

.menu-toggle .access {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.menu-toggle .access li + li {
  margin-left: 15px;
}

/*=============================================
* <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%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}

/*=============================================
* <footer>
*=============================================*/
footer {
  padding: 75px 2.6666666666666665vw 140px;
  position: relative;
}

footer .col-right ul.info {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 50px;
}

footer .col-right ul.info li + li {
  margin-top: 22px;
}

footer .col-right .ft-row .ft-row-col {
  width: 275px;
  margin: 35px auto 85px;
  font-size: 10px;
  line-height: 25px;
  letter-spacing: 0.15em;
}

footer .col-right .ft-row .ft-row-col .copy {
  display: table;
  cursor: pointer;
}

footer .col-right .ft-row .ft-row-col .copy,
footer .col-right .ft-row .ft-row-col .cookies-link a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

footer .col-right .ft-row .ft-row-col .copy:before,
footer .col-right .ft-row .ft-row-col .cookies-link a:before {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url("../img/shared/icon_link.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 2px;
}

footer .col-right .ft-row .ft-row-col #pagetop {
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-top: 25px;
  cursor: pointer;
}

footer .col-right .ft-row .ft-row-col #pagetop img {
  width: 6px;
  margin-right: 12px;
}

footer .col-left .logo {
  width: 50px;
}

footer .col-left address {
  font-size: 8px;
  letter-spacing: 0.05em;
  color: #999999;
  margin-left: 57px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 97px 89px 93px;
  }
  footer .col-right {
    order: 2;
    margin-right: 34px;
  }
  footer .col-right ul.info {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 68px;
  }
  footer .col-right ul.info li + li {
    margin-top: 24px;
  }
  footer .col-right nav {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 24px;
    margin: 0 0 66px 28px;
  }
  footer .col-right nav li {
    position: relative;
  }
  footer .col-right nav li:after {
    content: '';
    width: 1px;
    height: 13px;
    background: #fff;
    position: absolute;
    right: -22px;
    top: 6px;
  }
  footer .col-right nav li:first-child:before {
    content: '';
    width: 1px;
    height: 13px;
    background: #fff;
    position: absolute;
    left: -22px;
    top: 6px;
  }
  footer .col-right nav li + li {
    margin-left: 41px;
  }
  footer .col-right nav a:hover {
    opacity: 0.3;
  }
  footer .col-right .ft-row #socialbuttons {
    order: 2;
    margin: 9px 0 0;
  }
  footer .col-right .ft-row .ft-row-col {
    order: 1;
    width: 308px;
    margin: 0 0 0 2px;
    font-size: 13px;
    line-height: 36px;
  }
  footer .col-right .ft-row .ft-row-col .copy,
  footer .col-right .ft-row .ft-row-col .cookies-link a {
    text-underline-offset: 6px;
  }
  footer .col-right .ft-row .ft-row-col .copy:before,
  footer .col-right .ft-row .ft-row-col .cookies-link a:before {
    width: 14px;
    height: 14px;
    margin-right: 15px;
    top: 4px;
  }
  footer .col-right .ft-row .ft-row-col .copy:hover,
  footer .col-right .ft-row .ft-row-col .cookies-link a:hover {
    text-decoration: none;
  }
  footer .col-right .ft-row .ft-row-col #pagetop {
    text-underline-offset: 6px;
    margin-top: 12px;
  }
  footer .col-right .ft-row .ft-row-col #pagetop img {
    margin: -4px 22px 0 2px;
  }
  footer .col-right .ft-row .ft-row-col #pagetop:hover {
    text-decoration: none;
  }
  footer .col-left {
    order: 1;
    display: block;
    position: relative;
  }
  footer .col-left .logo {
    width: 80px;
    margin-top: 3px;
  }
  footer .col-left address {
    white-space: nowrap;
    font-size: 13px;
    margin: 0;
    transform: rotate(90deg);
    position: absolute;
    left: -97px;
    top: 332px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  footer .col-right .ft-row .ft-row-col {
    width: 340px;
  }
}

#ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  text-align: center;
  width: 100%;
  z-index: 10;
  height: 55px;
  background: #fff;
  color: #000;
  text-transform: uppercase;
}

#ft-fixed a {
  display: block;
  height: 55px;
  padding-top: 15px;
  font-size: 12px;
  letter-spacing: 0.15em;
}

#ft-fixed .reserve {
  width: 50%;
}

#ft-fixed .reserve img {
  width: 15.5px;
  margin: -4px 14px 0 0;
}

#ft-fixed .tel {
  width: 22%;
  position: relative;
}

#ft-fixed .tel:before {
  content: '';
  width: 1px;
  background: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
}

#ft-fixed .tel:after {
  content: '';
  width: 1px;
  background: #000;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
}

#ft-fixed .tel img {
  width: 15px;
  margin: -3px 10px 0 0;
}

#ft-fixed .hamburger {
  width: 28%;
  height: 55px;
  padding-top: 14px;
}

/*=============================================
* .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 */
/* --------------------------------------------------------------------- */
@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) + 140px);
  }
  #ft-fixed:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #fff;
    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) + 140px);
  }
  #ft-fixed:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #fff;
    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) + 140px);
  }
  #ft-fixed:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #fff;
    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;
  }
}
