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

* {
  box-sizing: border-box;
}

/*=============================================
* body
*=============================================*/
body {
  color: #000;
  font-family: 'Noto Serif JP';
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.15em;
  background: #f6eee2;
  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;
    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;
}

.bxs {
  box-shadow: 4vw 4vw 4vw rgba(145, 124, 90, 0.13);
}

.reserve-btn {
  max-width: 275px;
  width: 90vw;
  margin: 0 auto;
}

.reserve-btn a {
  display: block;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.12em;
  font-weight: 500;
  padding: 10px 0 10px 37px;
  border: 1px solid #000;
}

.reserve-btn a img {
  width: 15px;
  margin: -4px 28px 0 0;
}

.insta-btn {
  max-width: 275px;
  width: 90vw;
  margin: 0 auto;
}

.insta-btn a {
  display: block;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.12em;
  font-weight: 500;
  padding: 10px 0 10px 37px;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-radius: 40px;
}

.insta-btn a img {
  width: 15px;
  margin: -4px 28px 0 0;
}

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

.btn-common a {
  display: block;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.2em;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  position: relative;
}

.btn-common a:after {
  content: '';
  width: 8px;
  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: 27px;
}

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

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

.slick-dots li.slick-active button {
  background: #bb0909;
}

@media only screen and (min-width: 768px) {
  .bxs {
    box-shadow: 30px 30px 30px rgba(145, 124, 90, 0.13);
  }
  .reserve-btn {
    max-width: none;
    width: 310px;
    margin: 0;
  }
  .reserve-btn a {
    font-size: 16px;
    padding: 15px 0 15px 39px;
  }
  .reserve-btn a img {
    width: 23px;
    height: auto;
    margin: -4px 28px 0 0;
  }
  .reserve-btn a:hover {
    opacity: 0.55;
  }
  .insta-btn {
    max-width: none;
    width: 310px;
    margin: 0;
  }
  .insta-btn a {
    font-size: 16px;
    padding: 21px 0 19px 40px;
    border-color: rgba(255, 255, 255, 0.45);
  }
  .insta-btn a img {
    width: 22px;
    height: auto;
    margin: -5px 32px 0 0;
  }
  .insta-btn a:hover {
    opacity: 0.55;
  }
  .btn-common {
    width: 430px;
  }
  .btn-common a {
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 0.2em;
    padding: 19px 0 21px 3px;
  }
  .btn-common a:after {
    width: 12px;
    right: 42px;
    transition: 0.3s all ease-in-out;
  }
  .btn-common a:hover:after {
    right: 30px;
  }
  .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 19px;
  }
}

/*=============================================
* <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 {
  position: relative;
}

header h1 {
  font-size: 8px;
  line-height: 12px;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  left: 3vw;
  top: 9vw;
  bottom: 9vw;
  z-index: 1;
}

header .logo {
  width: 10.666666666666666vw;
  position: absolute;
  top: 9vw;
  left: 44.53333333333333vw;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  header h1 {
    font-size: 12px;
    line-height: 18px;
    left: 76px;
    top: 100px;
    bottom: 100px;
  }
  header .logo {
    width: 80px;
    top: 100px;
    left: calc(50% - 45px);
  }
  header nav.pc {
    position: absolute;
    top: 98px;
    right: 66px;
    z-index: 1;
    color: #fff;
    font-size: 17px;
    line-height: 42px;
  }
  header nav.pc a {
    display: block;
    width: 42px;
    letter-spacing: 0.25em;
    position: relative;
    cursor: pointer;
  }
  header nav.pc a:before {
    content: '';
    width: 1px;
    background: #fff;
    position: absolute;
    left: 49%;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.3s all ease-in-out;
  }
  header nav.pc a.active,
  header nav.pc a:hover {
    opacity: 0.55;
  }
  header nav.pc a.active:before,
  header nav.pc a:hover:before {
    opacity: 0.55;
  }
  header .contact-group {
    position: absolute;
    right: 80px;
    bottom: 56px;
    z-index: 1;
    color: #fff;
  }
  header .contact-group .insta-btn {
    margin-bottom: 20px;
  }
  header .contact-group .reserve-btn {
    margin-bottom: 26px;
  }
  header .contact-group .reserve-btn a {
    border-color: #fff;
  }
  header .contact-group .tel {
    font-size: 14px;
    line-height: 20px;
    margin-right: -4px;
  }
  header .contact-group .tel span {
    font-size: 24px;
    letter-spacing: 0.2em;
    margin: 4px -2px 3px 0;
  }
  header .contact-group .tel small {
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-right: -3px;
  }
}

.nav-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  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: #fff;
  }
  .nav-fixed nav {
    font-size: 16px;
    letter-spacing: 0.2em;
    margin-top: 19px;
  }
  .nav-fixed nav li + li {
    margin-left: 34px;
  }
  .nav-fixed nav a {
    position: relative;
  }
  .nav-fixed nav a:before {
    content: '';
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transition: 0.3s all ease-in-out;
    opacity: 0;
  }
  .nav-fixed nav a.active,
  .nav-fixed nav a:hover {
    opacity: 0.55;
  }
  .nav-fixed nav a.active:before,
  .nav-fixed nav a:hover:before {
    opacity: 0.55;
  }
  .nav-fixed .tel {
    font-size: 14px;
    letter-spacing: 0.15em;
    margin-left: 4px;
  }
  .nav-fixed .tel span {
    font-size: 20px;
    letter-spacing: 0.12em;
    margin: 0 12px;
  }
  .nav-fixed .tel small {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .nav-fixed .reserve {
    width: 160px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .nav-fixed .reserve a {
    display: block;
    height: 100px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0;
    padding-top: 25px;
  }
  .nav-fixed .reserve a img {
    display: block;
    margin: 0 auto 2px;
  }
  .nav-fixed .reserve a:hover {
    opacity: 0.55;
  }
  .nav-fixed .reserve a:hover img {
    opacity: 1 !important;
  }
}

.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: 40px 0 100px;
  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(255, 255, 255, 0.95);
  color: #000;
}

.menu-toggle .tel {
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 20px;
  margin-bottom: 25px;
}

.menu-toggle .tel span {
  font-size: 18px;
  letter-spacing: 0.2em;
  font-weight: 400;
}

.menu-toggle .tel small {
  font-size: 10px;
  letter-spacing: 0.05em;
}

.menu-toggle .reserve-btn {
  margin-bottom: 15px;
}

.menu-toggle .insta-btn {
  margin-bottom: 38px;
}

.menu-toggle .navi {
  font-size: 15px;
  line-height: 36px;
}

.menu-toggle .navi a {
  display: block;
  width: 36px;
  letter-spacing: 0.25em;
  position: relative;
}

.menu-toggle .navi a:before {
  content: '';
  width: 1px;
  background: #000;
  position: absolute;
  left: 49%;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.menu-toggle .navi a.active:before,
.menu-toggle .navi a.active {
  opacity: 0.55;
}

/*=============================================
* key
*=============================================*/
#key {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 59px);
  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%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}

/*=============================================
* <footer>
*=============================================*/
footer {
  padding: 100px 4vw 150px;
  position: relative;
  background: #121212;
  color: #fff;
}

footer .logo {
  width: 50px;
  margin: 0 auto 60px;
}

footer .info {
  text-align: left;
  font-size: 12px;
  line-height: 22px;
  width: 275px;
  margin: 0 auto 60px;
}

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

footer .ft-row .ft-row-col {
  width: 275px;
  margin: 0px auto 65px;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.15em;
}

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

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

footer .ft-row .ft-row-col .copy:before,
footer .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 .ft-row .ft-row-col #pagetop {
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-top: 25px;
  cursor: pointer;
}

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

footer .ft-row #socialbuttons {
  margin-bottom: 50px;
}

footer address {
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 500;
  opacity: 0.6;
  width: 275px;
  margin: 0 auto;
  text-align: left;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 117px 100px 107px;
  }
  footer .logo {
    order: 2;
    width: 80px;
    margin: 0 -1px 10px 0;
  }
  footer .col-left {
    order: 1;
  }
  footer nav {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
  footer nav li + li {
    position: relative;
    margin-left: 68px;
  }
  footer nav li + li:before {
    content: '／';
    position: absolute;
    left: -40px;
    top: 0;
  }
  footer nav a {
    position: relative;
  }
  footer nav a:before {
    content: '';
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    opacity: 0;
    transition: 0.3s all ease-in-out;
  }
  footer nav a:hover {
    opacity: 0.55;
  }
  footer nav a:hover:before {
    opacity: 0.55;
  }
  footer .info {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.15em;
    width: auto;
    margin: 0 0 46px;
  }
  footer .info li + li {
    margin-top: 24px;
  }
  footer .ft-row .ft-row-col {
    width: auto;
    margin: 0px 60px 56px 0;
    font-size: 13px;
    line-height: 36px;
  }
  footer .ft-row .ft-row-col .copy {
    display: table;
  }
  footer .ft-row .ft-row-col .copy,
  footer .ft-row .ft-row-col .cookies-link a {
    text-underline-offset: 7px;
  }
  footer .ft-row .ft-row-col .copy:before,
  footer .ft-row .ft-row-col .cookies-link a:before {
    width: 14px;
    height: 14px;
    margin-right: 16px;
    top: 4px;
  }
  footer .ft-row .ft-row-col .copy:hover,
  footer .ft-row .ft-row-col .cookies-link a:hover {
    text-decoration: none;
  }
  footer .ft-row .ft-row-col .copy.copied {
    pointer-events: none;
  }
  footer .ft-row .ft-row-col #pagetop {
    text-underline-offset: 7px;
    margin-top: 12px;
  }
  footer .ft-row .ft-row-col #pagetop img {
    width: 6px;
    margin: -4px 21px 0 3px;
  }
  footer .ft-row .ft-row-col #pagetop:hover {
    text-decoration: none;
  }
  footer .ft-row #socialbuttons {
    margin: 6px 0 0;
  }
  footer address {
    font-size: 13px;
    width: auto;
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  footer {
    padding-left: 50px;
    padding-right: 50px;
  }
}

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

#ft-fixed a {
  display: block;
  height: 59px;
  padding-top: 16px;
  font-size: 15px;
  letter-spacing: 0.1em;
}

#ft-fixed a:hover img {
  opacity: 1 !important;
}

#ft-fixed .map {
  width: 30%;
}

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

#ft-fixed .tel {
  width: 30%;
  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: 20px;
  margin: -3px 10px 0 0;
}

#ft-fixed .hamburger {
  width: 40%;
  height: 59px;
  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;
}

.por {
  position: relative;
}

.ovh {
  overflow: hidden;
}

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

/* --------------------------------------------------------------------- */
/* ef */
/* --------------------------------------------------------------------- */
@-webkit-keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 0.4s;
  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) + 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;
  }
}


.language_box{
    padding: 15px 8px;
    width: 310px;
    margin-top: 0;
}
.language_box p a{
    margin: 10px 0 10px 20%;;
	width: 80%;
	display: block;
	color:#fff;
	text-align: center;
	font-size: 14px;
	border-radius: 0px;
	padding: 5px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 25px;
	letter-spacing: 2px;
    border:solid 1px #bfbfbf;
    background-color: rgba(0, 0, 0, 0.3);
}
.language_box p a:hover{
   background-color: #bfbfbf;
	color: #000;
}

.language_box_toggle{
    margin: 20px auto;
}
.language_box_toggle p a{
    margin: 10px auto;
	width: 60%;
	display: block;
	color:#000;
	text-align: center;
	font-size: 13px;
	border-radius: 0px;
	padding: 5px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 25px;
	letter-spacing: 2px;
    border:solid 1px #000;
}
.language_box_toggle p a:hover{
   background-color: rgba( 255, 255, 255, 0.45 );
	color: #000;
}

.language_box_fix{
    position: fixed;
    top:120px;
    right: 0px;
}
 .language_box_fix p a{
	width: 160px;
	display: block;
	color:#fff;
	text-align: center;
	font-size: 13px;
	border-radius: 0px;
	padding: 10px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 20px;
	letter-spacing: 2px;
     background-color:#000;
     border-bottom: 1px dotted #333333;
}
.language_box_fix p a:hover{
   background-color: #444444;
	color: #fff;
}