@charset "UTF-8";
/*=============================================
* body
*=============================================*/
body {
  font-size: 13px;
  line-height: 2.1;
  color: #fff;
  letter-spacing: 0.12em;
  font-family: "Noto Serif JP";
  font-weight: 500;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background: url("../img/shared/bg.jpg") repeat top left;
  text-align: justify;
  width: 100%;
  margin: 0px;
}

.navOpen {
  overflow: hidden !important;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 45px;
  }
}
.nav--opened {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.nav--opened #pagetop,
.nav--opened .fx-btn {
  z-index: -1;
  opacity: 0;
}

body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
  pointer-events: none !important;
  touch-action: none !important;
}

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

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

.fnt-shipB1 {
  font-family: "Shippori Mincho B1";
}

.fnt-notosan {
  font-family: "Noto Sans JP";
}

.fnt-notoseri {
  font-family: "Noto Serif JP";
}

.fnt-ami {
  font-family: "Amiri";
}

/*=============================================
 * main
 *=============================================*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

a {
  display: block;
}

a:hover {
  text-decoration: none;
}

i {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*=============================================
 * header
 *=============================================*/
header {
  position: relative;
  padding: 0vw;
}
header #key {
  position: relative;
  width: 100%;
}
header #key .kv {
  position: relative;
  box-sizing: border-box;
}
header #key .slide {
  width: 100%;
}
header .logo {
  width: 20%;
  position: absolute;
  top: 8vw;
  right: 4vw;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  header {
    padding: 86px 0px 0px;
  }
  header .logo {
    position: relative;
    width: 112px;
    inset: 0;
    margin: 0px auto;
  }
  header #key {
    height: 100%;
    position: relative;
  }
  header #key .kv {
    height: 800px;
  }
  header #key .slide {
    height: 800px;
    width: 100%;
  }
  header .sidebar {
    position: relative;
    height: 0px;
  }
  header .header-col {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 220px;
    background: rgba(0, 0, 0, 0.75);
    height: 880px;
    padding: 40px 40px 0px;
    box-sizing: border-box;
    z-index: 2;
  }
  header .header-col::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: url("../img/shared/bg2.jpg") repeat top left;
  }
  header .header-box1 {
    position: absolute;
    width: 240px;
    top: 25px;
    right: 25px;
    z-index: 2;
  }
  header .header-box1 .header-txt1 {
    font-size: 14px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 11px auto 11px;
    padding: 6px 0px 0px;
    border-top: 1px solid #fff;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
  }
}
h1 {
  color: #838282;
  z-index: 10;
  width: 90%;
  line-height: 23px;
  text-align: left;
  font-size: 12px;
  position: relative;
  margin: 6vw auto 0px;
}
@media only screen and (min-width: 768px) {
  h1 {
    margin: 20px 3% 0px;
    font-size: 14px;
    line-height: 28px;
    width: 520px;
    text-align: left;
  }
}
.tel {
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}
.tel p:nth-child(1) {
  font-size: 14px;
}
.tel p:nth-child(2) {
  font-size: 22px;
}
.tel p:nth-child(2) i {
  display: inline-block;
  width: 12px;
  position: relative;
  margin-right: 8px;
  top: -2px;
}
@media only screen and (min-width: 768px) {
  .tel {
    line-height: 30px;
  }
  .tel p:nth-child(1) {
    font-size: 16px;
  }
  .tel p:nth-child(2) {
    font-size: 25px;
  }
}

/*=============================================
 * nav-fixed
 *=============================================*/
.nav-fixed {
  height: 90px;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: -150px;
  box-sizing: border-box;
  background: #000;
  visibility: hidden;
}

.nav-fixed .wrap {
  align-items: center;
  height: 100%;
  justify-content: space-between;
  max-width: 1230px;
  padding: 0px 16px;
}

.nav-fixed .navfixed-row {
  width: 100%;
  height: 100%;
  align-items: center;
}
.nav-fixed .navfixed-nav {
  width: 830px;
  height: 100%;
  align-items: center;
}
.nav-fixed .navfixed-nav ul:nth-child(1) {
  width: 500px;
  position: relative;
}
.nav-fixed .navfixed-nav ul:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -4%;
  width: 2px;
  height: 60px;
  border-left: 1px solid #595757;
  transform: translateY(-50%);
}
.nav-fixed .navfixed-nav ul:nth-child(2) {
  width: 290px;
}
.nav-fixed .navfixed-nav li a {
  font-size: 16px;
  font-weight: 400;
}
.nav-fixed .navfixed-nav li a:hover,
.nav-fixed .navfixed-nav li a.active {
  color: #b99660;
}
.nav-fixed .navfixed-box1 {
  width: 320px;
  height: 100%;
  margin-left: 3%;
  align-items: center;
}
.nav-fixed .navfixed-box1 .navfixed-tel {
  line-height: 24px;
}
.nav-fixed .navfixed-box1 .navfixed-tel p:nth-child(1) {
  font-size: 15px;
}
.nav-fixed .navfixed-box1 .navfixed-tel p:nth-child(2) {
  font-size: 23px;
}
.nav-fixed .navfixed-box1 .navfixed-txt {
  font-size: 13px;
  line-height: 24px;
}

.btn-fixed {
  position: fixed;
  top: 114px;
  right: 0px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.btn-fixed a {
  padding-left: 5px;
  width: auto !important;
  height: 234px;
}
.btn-fixed a::after {
  bottom: 4% !important;
  left: 55% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  top: auto !important;
}
.btn-fixed a i {
  margin: 0px 0px 4px !important;
  left: -3px;
}

body.has_nav .btn-fixed {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) and (max-width: 1230px) {
  .nav-fixed .navfixed-nav {
    width: 690px;
  }
  .nav-fixed .navfixed-nav li a {
    font-size: 14px;
  }
  .nav-fixed .navfixed-nav ul:nth-child(1) {
    width: 424px;
  }
  .nav-fixed .navfixed-nav ul:nth-child(2) {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .nav-fixed {
    display: none;
    visibility: hidden;
    height: 0px;
  }
}
body.has_nav .nav-fixed {
  position: fixed;
  top: 0;
  visibility: visible;
}

/*=============================================
 * nav
 *=============================================*/
#menu-toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 999;
  background: url("../img/shared/menu_bg.png") no-repeat top center/140%, #000;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  padding: 25vw 10% 30vw;
  box-sizing: border-box;
}
#menu-toggle::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
  background: url("../img/shared/bg2.jpg") repeat top left;
}
#menu-toggle .gnav {
  font-weight: 400;
}
#menu-toggle .gnav .menu-logo {
  position: absolute;
  top: 24vw;
  right: 3vw;
  width: 18%;
}
#menu-toggle .gnav .menu-row1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 80%;
  margin: 0px auto;
}
#menu-toggle .gnav .menu-nav {
  box-sizing: border-box;
  width: 55%;
}
#menu-toggle .gnav .menu-nav li {
  position: relative;
  margin: 8vw 0px;
}
#menu-toggle .gnav .menu-nav li a {
  font-size: 4vw;
  line-height: 1;
  position: relative;
  cursor: pointer !important;
  transition: all 0.3s;
  color: #fff;
}
#menu-toggle .gnav .menu-nav li a.active,
#menu-toggle .gnav .menu-nav li a:hover {
  transition: all 0.4s;
  color: #b99660;
}
#menu-toggle .gnav .menu-nav2 {
  width: 35%;
}
#menu-toggle .gnav .menu-nav2 li {
  margin: 8vw 0px;
}
#menu-toggle .gnav .menu-nav2 li a {
  font-size: 4vw;
  line-height: 1;
  position: relative;
  cursor: pointer !important;
  transition: all 0.3s;
  color: #fff;
}
#menu-toggle .gnav .menu-nav2 li a.active,
#menu-toggle .gnav .menu-nav2 li a:hover {
  transition: all 0.4s;
  color: #b99660;
}
#menu-toggle .gnav .menu-sns {
  width: 100%;
  padding: 10vw 0px 2vw;
  margin: 12vw 0px 20vw;
  justify-content: center;
  gap: 8vw;
  border-top: 1px solid #595757;
}
#menu-toggle .gnav .menu-sns p {
  width: 36px;
}
@media only screen and (min-width: 768px) {
  #menu-toggle {
    padding: 40px 0px 0px;
    position: relative;
    inset: 0;
    height: auto;
    margin: 0px;
    visibility: visible;
    box-sizing: border-box;
    opacity: 1;
    width: 100%;
    overflow: unset;
    background: none;
    left: 0;
    top: 0px;
    right: 0px;
  }
  #menu-toggle::before {
    display: none;
  }
  #menu-toggle .gnav .menu-row1 {
    width: 100%;
    display: block;
  }
  #menu-toggle .gnav .menu-nav {
    width: auto;
    margin: 0px 0px 16px;
    padding: 27px 0px 34px;
    border-top: 1px solid #595757;
    border-bottom: 1px solid #595757;
  }
  #menu-toggle .gnav .menu-nav li {
    margin: 0px;
  }
  #menu-toggle .gnav .menu-nav li a {
    padding: 0px;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
  }
  #menu-toggle .gnav .menu-nav2 {
    width: 100%;
    margin: 0px;
  }
  #menu-toggle .gnav .menu-nav2 li {
    margin: 0px;
  }
  #menu-toggle .gnav .menu-nav2 li a {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
  }
  #menu-toggle .gnav .menu-sns {
    margin: 18px 0px 0px;
    padding: 0px;
    gap: 20px;
    border-top: none;
  }
  #menu-toggle .gnav .menu-sns p {
    width: auto;
  }
}

.navOpen #menu-toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

/*=============================================
 * hamburger
 *=============================================*/
.hamburger {
  position: relative;
  z-index: 9999;
  cursor: pointer;
}

.navOpen .hamburger img {
  content: url("../img/shared/footer_fixed_04_on.jpg");
}

.hamburger span {
  position: relative;
}

.hamburger span::before {
  content: "MENU";
  position: relative;
  display: inline-block;
  font-size: 12px;
  text-align: center;
}

.navOpen .hamburger span::before {
  content: "CLOSE";
}

.navOpen #pagetop {
  display: none;
}

@media only screen and (min-width: 768px) {
  .hamburger {
    top: 40px;
    right: 30px;
    width: 103px;
    visibility: hidden;
    opacity: 0;
    position: fixed;
  }
  .hamburger:hover {
    opacity: 0.8 !important;
  }
  .has_nav .hamburger,
  .navOpen .hamburger {
    visibility: visible;
    opacity: 1;
  }
}
/*=============================================
 * footer
 *=============================================*/
footer {
  position: relative;
  box-sizing: border-box;
  font-weight: 400;
}
footer address,
footer .cookies_link {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
footer address {
  margin: 4vw auto 0px;
  text-align: center;
}
footer .cookies_link a {
  position: relative;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  width: 90%;
  margin: 10vw auto 2vw;
  text-decoration: underline;
}
footer .cookies_link a:hover {
  text-decoration: none;
}
footer .cookies_link a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 6px;
  background: url("../img/shared/icon_coppy.png") center/100% 100%;
}
footer #socialbuttons {
  margin: 0px 0px 6vw;
}
footer .footer-btn2 span {
  text-align: center;
  margin: 0vw auto 4vw;
  font-size: 14px;
  letter-spacing: 0em;
  position: relative;
  width: 90%;
  font-weight: 500;
  height: auto;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  justify-content: center;
}
footer .footer-btn2 span:hover {
  opacity: 0.8;
}
footer .footer-btn2 span::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 17px;
  position: relative;
  top: -2px;
  margin-left: 6px;
  background: url("../img/shared/icon_shared.png") center/100% 100%;
}
footer .footer-btn2 span.copied {
  pointer-events: none;
}
footer .pagetop a {
  width: 50%;
  margin: 10vw auto 20vw;
  text-align: center;
  font-size: 14px;
}
footer .pagetop a i {
  width: 20px;
  margin: 0px auto 4px;
}
@media only screen and (min-width: 768px) {
  footer .footer-btn2 {
    text-align: right;
    letter-spacing: 0.01em;
  }
  footer .footer-btn2 span {
    margin: 0px 0px 0px auto;
    justify-content: flex-end;
    width: 220px;
    font-size: 14px;
    text-align: right;
  }
  footer .pagetop a {
    font-size: 14px;
    margin: 6px auto 0px;
    width: 120px;
  }
  footer .pagetop a i {
    width: 20px;
  }
  footer address,
  footer .cookies_link {
    font-size: 14px;
    line-height: 32px;
    text-align: left;
  }
  footer .cookies_link a {
    margin: 0px;
    width: 100%;
    margin: 10px 0px 0px;
  }
  footer .cookies_link a::after {
    display: inline-block;
  }
  footer address {
    margin: 0px;
  }
  footer #socialbuttons {
    margin: 0px 0px 0px;
    text-align: right;
  }
}
#footer .footer-1 {
  padding: 16vw 0px 12vw;
}
#footer .footer-1 .footer-logo {
  width: 23%;
  margin: 0px auto 6vw;
}
@media only screen and (max-width: 767px) {
  #footer .footer-1 .footer-tel {
    letter-spacing: 0.1em;
  }
  #footer .footer-1 .footer-tel p:nth-child(1) {
    font-size: 15px;
  }
  #footer .footer-1 .footer-tel p:nth-child(2) {
    font-size: 25px;
  }
}
#footer .footer-1 .footer-box1 {
  width: 90%;
  margin: 0px auto;
}
#footer .footer-1 .footer-txt1 {
  text-align: center;
  margin: 1vw auto 6vw;
  padding: 1vw 0px 0px;
  border-top: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer-1 .footer-btn a {
  margin: 0px auto;
}
#footer .footer-1 .footer-box2 {
  width: 90%;
  margin: 10vw auto 0px;
}
#footer .footer-1 .footer-box2 ul li {
  margin: 0px 0px 5vw;
  line-height: 1.6;
  letter-spacing: 0;
}
#footer .footer-1 .footer-box2 ul li a {
  display: inline-block;
}
#footer .footer-1 .footer-box2 ul li a i {
  display: inline-block;
  width: 11px;
  margin-left: 3px;
  position: relative;
  top: -2px;
}
#footer .footer-2 {
  background: #000;
  padding: 16vw 0px;
}
@media only screen and (min-width: 768px) {
  #footer .footer-1 {
    padding: 60px 0px 41px;
  }
  #footer .footer-1 .footer-box1 {
    width: 240px;
    margin: 60px 0px 0px 30px;
  }
  #footer .footer-1 .footer-logo {
    width: 112px;
    margin: 0px auto 20px;
  }
  #footer .footer-1 .footer-txt1 {
    font-size: 14px;
    margin: 8px auto 24px;
    padding: 2px 0px 0px;
  }
  #footer .footer-1 .footer-box2 {
    width: 750px;
    margin: 111px 12% 0px 3%;
  }
  #footer .footer-1 .footer-box2 ul li {
    margin: 0px 0px 42px;
  }
  #footer .footer-1 .footer-box2 ul li a:hover {
    opacity: 0.8;
  }
  #footer .footer-1 .footer-nav {
    width: 250px;
    padding: 75px 0px 85px;
    text-align: center;
    border-left: 1px solid #595552;
    align-self: flex-start;
    margin-right: 2%;
  }
  #footer .footer-1 .footer-nav ul li {
    line-height: 30px;
  }
  #footer .footer-1 .footer-nav ul li a {
    font-size: 16px;
    line-height: 50px;
  }
  #footer .footer-1 .footer-nav ul li a:hover,
  #footer .footer-1 .footer-nav ul li a.active {
    color: #b99660;
  }
  #footer .footer-1 .footer-nav ul .footer-sns {
    justify-content: center;
    margin: 3px 0px 0px;
    gap: 20px;
  }
  #footer .footer-1 .footer-nav ul + ul {
    margin-top: 51px;
  }
  #footer .footer-2 {
    padding: 37px 0px 44px;
  }
  #footer .footer-2 .footer-box4 {
    order: 1;
    width: 300px;
    margin: 0px 20px;
    display: flex;
    flex-direction: column-reverse;
  }
  #footer .footer-2 .footer-box3 {
    width: 300px;
    margin: 0px 30px;
    order: 3;
  }
  #footer .footer-2 .pagetop {
    order: 2;
    margin: 10px 0px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #footer .footer-1 .footer-nav {
    margin-right: 60px;
  }
  #footer .footer-1 .footer-box2 {
    margin-right: 8%;
  }
}

#gmap {
  width: 100%;
}

#pagetop {
  right: 1%;
  bottom: 28vw;
  width: 60px;
}

iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .footer-nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .footer-nav li {
    position: relative;
  }
  .footer-nav p {
    cursor: pointer;
  }
  .footer-nav a:hover,
  .footer-nav p:hover {
    opacity: 0.7;
  }
}

/*=============================================
 * ft_fixed_shared
 *=============================================*/
#socialbuttons {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1;
}

#socialbuttons > * {
  margin: 0 3px;
}

#ft_fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  transition: 0.2s;
  z-index: 9999;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}
#ft_fixed img:hover,
#ft_fixed img.active {
  opacity: 1;
}
#ft_fixed button {
  border: none;
}
@media only screen and (min-width: 768px) {
  #ft_fixed {
    display: none;
  }
}

#ft_fixed a:hover,
#ft_fixed a:focus,
#ft_fixed a:active,
#ft_fixed a:visited {
  opacity: 1 !important;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: url("../img/shared/bg.jpg") repeat top left;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}
/* 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:after {
    background: url("../img/shared/bg.jpg") repeat top left;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}
/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2),
  only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3),
  only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  footer:after {
    background: url("../img/shared/bg.jpg") repeat top left;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}
@media only screen and (min-width: 600px) {
  footer:after {
    display: none !important;
  }
}
/*=============================================
 * general
 *=============================================*/
.slick-slide > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.slider-sec .slick-dots {
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  left: 0px;
  margin: 16px 0px 0px;
}

.slider-sec .slick-dots li {
  display: inline-block;
  line-height: 0;
  padding: 0 10px 0px 0px;
  cursor: pointer;
  box-sizing: border-box;
}

.slider-sec .slick-dots li button {
  border: none;
  position: relative;
  cursor: pointer;
  outline: none;
  width: 30px;
  height: 8px;
  background: #000;
  line-height: 1;
  padding: 0px;
  font-size: 0px;
  border: 1px solid #d6bb90;
}

.slider-sec .slick-dots .slick-active button {
  background: #d6bb90;
}

.slick-arrow {
  z-index: 2;
  border: none;
  outline: none;
  color: transparent;
  position: absolute;
  cursor: pointer;
  background: transparent;
  width: 54px;
  height: 54px;
}

@media only screen and (min-width: 768px) {
  .slider-sec .slick-dots li button {
    width: 45px;
  }
  .slick-dots li:hover {
    opacity: 0.8;
  }
  .slick-arrow:hover {
    opacity: 0.8;
  }
  .slick-arrow {
    width: 62px;
    height: 62px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1300px) and (max-width: 1500px) {
  .slick-arrow.slick-prev {
    left: 6%;
  }
  .slick-arrow.slick-next {
    right: 6%;
  }
}
@media only screen and (min-width: 768px) {
  .dis-flex-sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.bg_parallax {
  position: relative;
}

.img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img_parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translateZ(0) !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .img_parallax img {
    height: auto !important;
    -o-object-fit: unset;
    object-fit: unset;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
@supports (-ms-accelerator: true) {
  .img_parallax img {
    height: auto !important;
    -o-object-fit: unset;
    object-fit: unset;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
.wrap {
  padding: 0 4%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  #pagetop {
    width: 124px;
    bottom: 30px;
    right: 20px;
  }
  img {
    width: auto;
  }
  .wrap {
    margin: auto;
    max-width: 1000px;
    width: 100%;
    padding: 0;
    position: relative;
  }
  .has_nav footer:after {
    content: none !important;
  }
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    line-height: 1;
    display: inline-block;
    margin-left: 19px;
  }
  .dis-flex-pc {
    display: flex !important;
    justify-content: space-between;
  }
}
.dis-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

em {
  font-style: normal;
}

.md-txt {
  margin: 6vw 0;
  text-align: left;
  font-weight: 500;
}

.md-box {
  text-align: left;
  font-weight: 500;
}

.shadow {
  box-shadow: 2px 3px 15px 1px rgba(57, 20, 9, 0.75);
}

.btnprintmap:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .has_nav .btn-fix,
  .has_nav .btnfix-insta {
    visibility: visible;
    display: block;
  }
}
.tabs-switch .tab-link > * {
  cursor: pointer;
  display: inline-block;
}

.tabs-switch .tab-link.link-over > * {
  position: relative;
}

.tabs-switch .tab-link.link-over > * > img + img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tabs-switch .tab-link.link-over > * > img + img,
.tabs-switch .tab-link.link-over > *:hover > img,
.tabs-switch .tab-link.link-over > *.active > img {
  opacity: 0;
}

.tabs-switch .tab-link.link-over > *:hover > img + img,
.tabs-switch .tab-link.link-over > *.active > img + img {
  opacity: 1;
}

.tabs-switch[data="fade"] .tab-content {
  min-height: 100px;
  position: relative;
}

.tabs-switch .tab-content > * {
  display: none;
}

.tabs-switch[data="fade"] .tab-content > * {
  margin: auto;
  width: 100%;
  height: 100%; /*
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
*/
}

.fadeInZoom {
  animation-name: fadeInZoom;
  animation-duration: 10s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes fadeInZoom {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(30px, 0, 0);
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 2s;
  animation-delay: 0.3s;
}

.motion_fadeInUp {
  animation-duration: 2s;
  animation-fill-mode: both;
  opacity: 0;
  animation-timing-function: ease-in-out;
}

.js-loaded {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: all 1s ease;
}

.js-loaded[style*="visible"] {
  transition: -webkit-clip-path 2s cubic-bezier(2, 0, 0.175, 1) 1s;
  transition: clip-path 2s cubic-bezier(2, 0, 0.175, 1) 1s;
  transition: clip-path 2s cubic-bezier(2, 0, 0.175, 1) 1s,
    -webkit-clip-path 2s cubic-bezier(2, 0, 0.175, 1) 1s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

@media only screen and (min-width: 768px) {
  .txt-vertical-pc .txt-latin {
    cursor: vertical-text; /*direction:rtl;*/
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
  }
}
.txt-line {
  -webkit-text-stroke: 2px #000;
  font-size: 12vw;
  color: transparent;
  font-weight: 900;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .txt-line {
    font-size: 72px;
    -webkit-text-stroke: 3px #000;
  }
}

.remodal {
  padding: 16vw 0px;
  color: #fff;
  background: #222;
}
.remodal h3 {
  font-size: 7vw;
  margin: 0px 0px 4vw;
  font-weight: 500;
}
.remodal .popup-note {
  margin: 4vw 0px 10vw;
}
.remodal .popup-txt1 {
  margin: 20px 0px;
}
.remodal .popup-txt2 {
  margin: 16px 0px;
}
.remodal .popup-ttl {
  margin: 8vw 0px 4vw;
  font-size: 5vw;
  line-height: 2;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.remodal dl {
  display: flex;
  justify-content: space-between;
  padding: 3vw 0px;
  border-bottom: 1px solid #828282;
  line-height: 1.4;
}
.remodal dl dt {
  width: 65%;
  text-align: left;
}
.remodal dl dd {
  width: 35%;
  text-align: right;
  align-self: flex-end;
}
.remodal .popup-txt2 {
  text-align: left;
  margin: 16px 0px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.remodal .popup-txt3 {
  text-align: left;
  margin: 16px 0px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.remodal .popup-txt3 span {
  font-size: 16px;
}
.remodal .btn-popupfix {
  position: fixed;
  top: 0px;
  right: 20px;
  height: 100%;
  z-index: 10;
}
.remodal .btn-popupfix .remodal-close {
  margin: 0px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .remodal {
    padding: 100px 16px;
    max-width: 1200px;
  }
  .remodal h3 {
    font-size: 40px;
    margin: 0px 0px 16px;
  }
  .remodal .popup-note {
    margin: 12px 0px 32px;
  }
  .remodal .popup-row {
    display: flex;
    justify-content: space-between;
  }
  .remodal .popup-col {
    width: 320px;
  }
  .remodal .popup-ttl {
    font-size: 18px;
    line-height: 50px;
    margin: 42px 0px 24px;
  }
  .remodal dl {
    padding: 10px 0px;
    line-height: 25px;
    font-size: 15px;
  }
  .remodal dl dt {
    width: calc(100% - 100px);
  }
  .remodal dl dd {
    width: 100px;
  }
}

@keyframes txtfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn-bg a {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .btn-bg a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .btn-bg a:hover::before {
    transform: scaleX(1);
  }
}

.btn-sec a {
  position: relative;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 4;
  width: 90%;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer !important;
  background-color: #821e1e;
}
.btn-sec a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 9px;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background: url("../img/shared/icon_arrow2.png");
}
@media only screen and (min-width: 768px) {
  .btn-sec a {
    font-size: 20px;
    width: 330px;
    line-height: 64px;
  }
  .btn-sec a::before {
    background-color: #6c5a2b;
  }
}

.btn-web a {
  position: relative;
  width: 90%;
  font-size: 14px;
  line-height: 4;
  text-align: center;
  background: url("../img/shared/bg_btn1.jpg") repeat top left;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.btn-web a i {
  display: inline-block;
  width: 18px;
  position: relative;
  margin-right: 6px;
  top: -2px;
}
.btn-web a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4%;
  width: 6px;
  height: 7px;
  transform: translateY(-50%);
  background: url("../img/shared/icon_arrow1.png");
}
@media only screen and (min-width: 768px) {
  .btn-web a {
    font-size: 16px;
    width: 240px;
    line-height: 54px;
  }
  .btn-web a::before {
    background-image: url("../img/shared/bg_btn2.jpg");
  }
  .btn-web a:hover {
    color: #fff;
  }
  .btn-web a:hover i img {
    content: url("../img/shared/icon_calan_on.png");
  }
  .btn-web a:hover::after {
    background-image: url("../img/shared/icon_arrow1_on.png");
  }
}

.btn-web.dark a {
  background: #222222;
  color: #fff;
}

.box-style {
  position: relative;
  overflow: hidden;
}
.box-style::before {
  background: #1b1b1b;
  width: 10px;
  height: 0;
  transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    width 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s,
    left 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
}
.box-style > * {
  opacity: 0 !important;
  width: 100%;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s !important;
}

.box-style[style*="visible"]::before {
  height: 100%;
  width: 100%;
  left: 100%;
}

.box-style[style*="visible"] > * {
  opacity: 1 !important;
  height: 100%;
}

.scroll-line {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 2px;
  height: 70px;
  overflow: hidden;
}
.scroll-line span {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(
    to bottom,
    rgb(255, 255, 255) 50%,
    rgba(255, 255, 255, 0) 50%
  );
  background-position: 0 -70px;
  background-size: 100% 200%;
  animation: scrolldown 2.5s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -70px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 70px;
  }
}
.remodal-wrapper {
  padding: 0px;
}

.remodal-close {
  position: sticky;
  top: 10px;
  right: 0;
  width: 33px;
  height: 33px;
  margin: 0 10px 10px auto;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .remodal-close {
    margin: 0 16px 23px auto;
  }
}

.txt-roate {
  animation: roatetxt 5s linear infinite;
}

@keyframes roatetxt {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
}
.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap.animated::after {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
.blur {
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  animation: img_blur 0.8s cubic-bezier(0.8, 0, 0.17, 1) 1000ms;
  animation-fill-mode: both;
}

@keyframes img_blur {
  0% {
    opacity: 1;
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="0.4");
  }
  100% {
    opacity: 1;
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="0");
  }
}
.inview-blur {
  opacity: 0;
  transition: transform 0.5s linear;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -o-filter: blur(15px);
  filter: blur(15px);
}

.imageBlur {
  animation-name: imageBlur;
  opacity: 1;
  transition: 2s;
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
.inview-blur {
  opacity: 0;
  transition: transform 0.5s linear;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  -moz-filter: blur(15px);
  -ms-filter: blur(15px);
  -o-filter: blur(15px);
  filter: blur(15px);
}

#openning {
  width: 100%;
  position: fixed;
  height: 100vh;
  overflow: hidden;
  background: #000;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  z-index: 999999;
}

#openning .openning-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0;
}

#openning .openning-box .openning-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform-origin: center center;
}

body.load {
  overflow: hidden;
  background: #000;
  opacity: 0;
}

body.load #ft_fixed {
  display: none;
}

@media only screen and (min-width: 768px) {
  #openning .openning-box .openning-bg1 {
    background-image: url("../img/index/openning.jpg");
  }
} /*# sourceMappingURL=shared.css.map */
