/*# sourceURL=shared/css/shared.css */
/*@ sourceURL=shared/css/shared.css */
@charset "UTF-8";
/*=============================================
* body
*=============================================*/
body {
  font-size: 13px;
  line-height: 1.8;
  color: #000000;
  letter-spacing: 0em;
  font-family: "Shippori Mincho";
  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;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 36px;
  }
}
.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-ship {
  font-family: "Shippori Mincho";
}

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

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

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

.fnt-jost {
  font-family: "Jost";
}

.fnt-zenkaku {
  font-family: "Zen Kaku Gothic New";
}

/*=============================================
 * 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 .logo {
  width: 65%;
  z-index: 2;
  position: absolute;
  top: 3vw;
  left: 2vw;
}
header #key {
  position: relative;
  width: 100%;
}
header #key .kv {
  position: relative;
  box-sizing: border-box;
}
header #key .slide {
  width: 100%;
}
header #key h2 {
  position: absolute;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 0, 0, 0.8);
  font-size: 7vw;
  font-weight: 400;
  color: #fff;
  bottom: 8vw;
  left: 3vw;
  width: 80%;
}
header .header-banner {
  position: absolute;
  width: 70%;
  bottom: 6vw;
  right: 2vw;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  header {
    padding: 0px;
  }
  header .logo {
    width: 347px;
    top: 33px;
    left: 4%;
  }
  header #key {
    height: 100%;
    position: relative;
    width: 100%;
    margin: 0px 0px;
  }
  header #key .kv {
    height: 898px;
  }
  header #key .slide {
    height: 900px;
    width: 100%;
  }
  header #key h2 {
    font-size: 40px;
    width: 440px;
    bottom: 111px;
    left: 8%;
  }
  header .sidebar {
    position: relative;
    height: 0px;
  }
  header .header-row {
    position: absolute;
    top: 24px;
    right: 4%;
    width: 465px;
    z-index: 2;
    color: #fff;
    display: flex !important;
    justify-content: space-between;
  }
  header .header-row .header-tel {
    width: 222px;
  }
  header .header-row .header-box {
    width: 230px;
    margin: 16px 0px 0px;
  }
  header .header-row .header-nav2 {
    margin: 16px 0px 0px;
  }
  header .header-row .header-nav2 ul li {
    position: relative;
  }
  header .header-row .header-nav2 ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -27px;
    width: 2px;
    height: 18px;
    border-left: 1px solid #c4c7cc;
    transform: translateY(-40%);
  }
  header .header-row .header-nav2 ul li:last-child::before {
    display: none;
  }
  header .header-row .header-nav2 ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
  }
  header .header-row .header-nav2 ul li a:hover {
    opacity: 0.8;
  }
  header .header-nav {
    width: 364px;
    top: 178px;
    left: calc(4% + 24px);
    z-index: 2;
    position: absolute;
    display: flex !important;
    justify-content: space-between;
  }
  header .header-nav ul {
    width: 315px;
  }
  header .header-nav ul li {
    margin: 0px 4px;
    height: 180px;
    cursor: default !important;
  }
  header .header-nav ul li a {
    line-height: 28px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding: 14px 0px;
    transition: all 0.4s;
  }
  header .header-nav ul li a:hover,
  header .header-nav ul li a.active {
    background: #000;
    transition: all 0.4s;
  }
  header .header-nav .header-sns {
    width: 26px;
    margin-top: 12px;
  }
  header .header-nav .header-sns p + p {
    margin-top: 13px;
  }
  header .header-banner {
    width: 345px;
    position: absolute;
    z-index: 2;
    bottom: 111px;
    right: 24px;
  }
}
h1 {
  color: #fff;
  z-index: 10;
  width: 65%;
  line-height: 23px;
  text-align: left;
  font-size: 12px;
  position: absolute;
  top: 24vw;
  left: 3vw;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  h1 {
    text-align: left;
    width: 550px;
    left: auto;
    right: 20px;
    top: auto;
    bottom: 30px;
    font-size: 14px;
  }
}
.tel {
  line-height: 36px;
  letter-spacing: 0;
}
.tel p:nth-child(1) {
  font-size: 14px;
}
.tel p:nth-child(2) {
  font-size: 26px;
}
.tel p:nth-child(2) i {
  display: inline-block;
  width: 20px;
  position: relative;
  margin-right: 4px;
  top: -3px;
}
@media only screen and (min-width: 768px) {
  .tel {
    line-height: 40px;
  }
  .tel p:nth-child(1) {
    font-size: 15px;
  }
  .tel p:nth-child(2) {
    font-size: 28px;
  }
  .tel p:nth-child(2) i {
    width: 26px;
    top: -3px;
    margin-right: 6px;
  }
}

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

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

.nav-fixed .navfixed-row {
  width: 100%;
  height: 100%;
  align-items: center;
}
.nav-fixed .navfixed-logo {
  width: 237px;
  margin: 0px 3%;
}
.nav-fixed .navfixed-box {
  width: 723px;
  margin: 0px calc(4% + 60px) 0px 3%;
  height: 100%;
  align-items: center;
}
.nav-fixed .navfixed-box .navfixed-tel {
  line-height: 30px;
}
.nav-fixed .navfixed-box .navfixed-tel p:nth-child(1) {
  font-size: 13.4px;
}
.nav-fixed .navfixed-box .navfixed-tel p:nth-child(2) {
  font-size: 25px;
}
.nav-fixed .navfixed-box .navfixed-btn a {
  width: 210px;
  line-height: 53px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .nav-fixed {
    display: none;
    visibility: hidden;
    height: 0px;
  }
}
.has_nav .nav-fixed {
  position: fixed;
  top: 0;
  visibility: visible;
}

.navOpen .nav-fixed {
  visibility: hidden;
  opacity: 0;
}

/*=============================================
 * nav
 *=============================================*/
#menu-toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 999;
  background: #282422;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  color: #fff;
  padding: 20vw 8% 20vw;
  box-sizing: border-box;
}
#menu-toggle .gnav {
  box-sizing: border-box;
  min-height: 100vh;
}
#menu-toggle .gnav .menu-logo {
  width: 30%;
  position: absolute;
  top: 3vw;
  left: 0px;
  z-index: 2;
}
#menu-toggle .gnav .menu-nav1 {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 0px 5vw;
}
#menu-toggle .gnav .menu-nav1 ul {
  width: 48%;
}
#menu-toggle .gnav .menu-nav1 ul li {
  position: relative;
  text-align: left;
  cursor: pointer;
  margin: 0px 0px 4vw;
}
#menu-toggle .gnav .menu-nav1 ul li a {
  letter-spacing: 0;
  font-size: 4.5vw;
  line-height: 1.6;
  position: relative;
  cursor: pointer !important;
  display: inline-block;
  transition: all 0.3s;
  font-weight: 400;
  padding: 0px 2vw;
}
#menu-toggle .gnav .menu-nav1 ul li a.active,
#menu-toggle .gnav .menu-nav1 ul li a:hover {
  background: #000;
}
#menu-toggle .gnav .menu-nav1 ul li.menu-sns {
  display: flex;
  justify-content: space-between;
  width: 70px;
  align-items: center;
}
#menu-toggle .gnav .menu-nav1 ul li.menu-sns a {
  width: 24px;
  padding: 0px;
}
#menu-toggle .gnav .menu-nav1 ul li.menu-sns a.active,
#menu-toggle .gnav .menu-nav1 ul li.menu-sns a:hover {
  background: none;
}
#menu-toggle .gnav .menu-nav2 {
  justify-content: center;
  margin: 10vw 0px 16vw;
}
#menu-toggle .gnav .menu-nav2 li {
  position: relative;
  margin-right: 30px;
}
#menu-toggle .gnav .menu-nav2 li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 1px;
  height: 16px;
  background: #fff;
  transform: translateY(-50%);
}
#menu-toggle .gnav .menu-nav2 li:last-child::before {
  display: none;
}
#menu-toggle .gnav .menu-nav2 li a {
  font-size: 4.5vw;
  font-weight: 400;
  letter-spacing: 0;
}
#menu-toggle .gnav .menu-nav2 li a:hover,
#menu-toggle .gnav .menu-nav2 li a.active {
  opacity: 0.8;
}
#menu-toggle .gnav .menu-tel {
  text-align: center;
}
#menu-toggle .gnav .menu-btn a {
  margin: 4vw auto 0px;
}
#menu-toggle .gnav .menu-banner {
  width: 90%;
  margin: 10vw auto 30vw;
}
@media only screen and (min-width: 768px) {
  #menu-toggle {
    padding: 0px;
    inset: 0;
    margin: 0px;
    box-sizing: border-box;
    width: 100%;
  }
  #menu-toggle .gnav {
    position: relative;
    background: none;
    padding: 60px 0px 120px;
  }
  #menu-toggle .gnav::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    background: url("../img/shared/menu_bg.jpg") center/cover;
  }
  #menu-toggle .gnav .menu-logo {
    width: 290px;
    top: 38px;
    left: 4%;
  }
  #menu-toggle .gnav .menu-col {
    width: 50%;
    margin: 0px 0px 0px auto;
    display: flex;
    flex-direction: column;
  }
  #menu-toggle .gnav .menu-box1 {
    width: 345px;
    text-align: center;
    margin: 0px auto 36px;
    order: 3;
  }
  #menu-toggle .gnav .menu-nav1 {
    width: 530px;
    margin: 0px auto;
    order: 2;
  }
  #menu-toggle .gnav .menu-nav1 ul {
    display: flex;
    justify-content: space-between;
  }
  #menu-toggle .gnav .menu-nav1 ul li {
    margin: 0px 4px;
    height: 260px;
  }
  #menu-toggle .gnav .menu-nav1 ul li a {
    font-size: 26px;
    padding: 20px 0px;
  }
  #menu-toggle .gnav .menu-nav1 ul li.menu-sns {
    display: block;
    width: 34px;
    margin-top: 20px;
  }
  #menu-toggle .gnav .menu-nav1 ul li.menu-sns a {
    padding: 0px;
  }
  #menu-toggle .gnav .menu-nav1 ul li.menu-sns p + p {
    margin-top: 20px;
  }
  #menu-toggle .gnav .menu-nav2 {
    width: 290px;
    margin: 0px auto 64px;
    order: 1;
  }
  #menu-toggle .gnav .menu-nav2 li a {
    font-size: 20px;
  }
  #menu-toggle .gnav .menu-btn a {
    margin: 20px auto 0px;
    width: 100%;
    line-height: 70px;
    font-size: 20px;
  }
  #menu-toggle .gnav .menu-banner {
    width: 345px;
    margin: 62px auto 20px;
    order: 4;
  }
}
.navOpen #menu-toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

/*=============================================
 * hamburger
 *=============================================*/
.hamburger {
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  width: 35px;
  top: 6vw;
  right: 3vw;
}

.navOpen .hamburger img {
  content: url("../img/shared/ham_on.png");
}

.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;
}

.navOpen #ft_fixed {
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .hamburger {
    top: 27px;
    right: 3%;
    width: 53px;
    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;
  color: #fff;
  padding: 64vw 0px 20vw;
  box-sizing: border-box;
  background: url("../img/shared/footer_bg_sp.png") no-repeat top center/100%,
    url("../img/shared/bg2.jpg") repeat top left;
  font-weight: 400;
}
footer address,
footer .cookies_link {
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.01em;
  font-weight: 300;
  color: #b3aea5;
}
footer address {
  margin: 9vw auto 1vw;
  text-align: center;
}
footer .cookies_link a {
  position: relative;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  width: 90%;
  margin: 0vw auto 2vw;
  text-decoration: none;
  font-size: 11px;
}
footer .cookies_link a:hover {
  opacity: 0.8;
  text-decoration: none;
}
footer .cookies_link a::after {
  display: inline-block;
  width: 9px;
  height: 11px;
  position: relative;
  top: -1px;
  margin-left: -12px;
}
footer #socialbuttons {
  margin: 12vw 0px 4vw;
}
footer .footer-bottom {
  margin: 0px auto 20vw;
}
footer .footer-btn2 span {
  text-align: center;
  margin: 4vw auto 12vw;
  font-size: 14px;
  letter-spacing: 0em;
  position: relative;
  width: 90%;
  font-weight: 400;
  height: auto;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  justify-content: center;
  color: #74706c;
}
footer .footer-btn2 span:hover {
  text-decoration: none;
  opacity: 0.8;
}
footer .footer-btn2 span::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 15px;
  position: relative;
  top: -2px;
  margin-right: 4px;
  background: url("../img/shared/icon_share.png") center/cover;
}
footer .footer-btn2 span.copied {
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 697px 0px 125px;
    background-image: url("../img/shared/footer_bg.png"),
      url("../img/shared/bg2.jpg");
  }
  footer .footer-btn2 {
    text-align: left;
    margin: 0px;
    position: absolute;
    top: 0px;
    right: 10px;
    width: 190px;
  }
  footer .footer-btn2 span {
    justify-content: flex-end;
    width: 190px;
    margin: 0px;
    font-size: 12px;
  }
  footer .footer-bottom {
    justify-content: center;
    gap: 10px;
    margin: 32px 0px 0px;
  }
  footer address,
  footer .cookies_link {
    font-size: 12px;
    line-height: 32px;
    text-align: left;
  }
  footer .cookies_link a {
    font-size: 13px;
    margin: 0px;
    width: 100%;
  }
  footer address {
    margin: 0px;
  }
  footer #socialbuttons {
    margin: 0px;
    text-align: center;
  }
}
#footer .footer-1 .footer-logo {
  width: 50%;
  margin: 0px auto;
}
#footer .footer-1 .footer-txt1 {
  text-align: center;
  margin: 5vw 0px;
}
#footer .footer-1 .footer-tel {
  text-align: center;
  font-weight: 500;
}
#footer .footer-1 .footer-btn1 a {
  margin: 4vw auto 10vw;
  width: 80%;
}
#footer .footer-1 .footer-list dl {
  margin: 0px 0px 2vw;
  padding: 0px 0px 2vw;
  line-height: 1.5;
  border-bottom: 1px dotted #747473;
}
#footer .footer-1 .footer-list dl dd {
  margin: 0px 0px 0px 5%;
}
#footer .footer-1 .footer-list dl dd a {
  display: inline-block;
}
#footer .footer-1 .footer-list dl dd a i {
  display: inline-block;
  width: 9px;
  position: relative;
  margin: 0px 4px;
  top: -1px;
}
#footer .footer-1 .footer-list dl dd a:hover {
  opacity: 0.8;
}
#footer .footer-1 #gmap {
  margin: 12vw 0px;
}
#footer .footer-1 #gmap h2 {
  font-size: 6vw;
  margin: 0px 0px 5vw;
  font-weight: 500;
}
#footer .footer-1 #gmap #map {
  width: 100%;
  height: 480px;
}
#footer .footer-1 #gmap #map iframe {
  width: 100%;
  height: 100%;
}
#footer .footer-1 #gmap .gmap-btn3 a {
  width: 100%;
  color: #fff;
  background: url("../img/shared/bg_btn2.jpg") repeat top left;
  font-size: 15px;
  line-height: 4;
  transition: all 0.3s;
  margin: 10vw auto 0px;
  text-align: center;
}
#footer .footer-1 #gmap .gmap-btn3 a i {
  display: inline-block;
  width: 16px;
  position: relative;
  margin-right: 5%;
  top: -2px;
}
#footer .footer-2 {
  padding: 10vw 0px 0px;
  border-top: 1px solid #484541;
}
@media only screen and (min-width: 768px) {
  #footer .footer-1 .footer-logo {
    width: 347px;
  }
  #footer .footer-1 .footer-txt1 {
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0px 34px;
  }
  #footer .footer-1 .footer-tel {
    line-height: 55px;
  }
  #footer .footer-1 .footer-tel p:nth-child(1) {
    font-size: 20px;
  }
  #footer .footer-1 .footer-tel p:nth-child(2) {
    font-size: 40px;
  }
  #footer .footer-1 .footer-tel p:nth-child(2) i {
    width: 32px;
  }
  #footer .footer-1 .footer-tel p:nth-child(2) i img {
    width: 100%;
    height: auto;
  }
  #footer .footer-1 .footer-btn1 a {
    margin: 29px auto 84px;
    font-size: 24px;
    width: 320px;
    line-height: 85px;
  }
  #footer .footer-1 .footer-btn1 a i {
    width: 25px;
  }
  #footer .footer-1 .footer-btn1 a i img {
    width: 100%;
    height: auto;
  }
  #footer .footer-1 .footer-list {
    width: 700px;
    margin: 0px auto;
  }
  #footer .footer-1 .footer-list dl {
    margin: 0px 0px 11px;
    padding: 0px 12px 18px 26px;
    font-size: 16px;
    line-height: 30px;
  }
  #footer .footer-1 .footer-list dl dt {
    width: 170px;
  }
  #footer .footer-1 .footer-list dl dd {
    width: calc(100% - 170px);
    margin: 0px;
  }
  #footer .footer-1 .footer-list dl:nth-last-child(2) {
    padding-bottom: 41px;
  }
  #footer .footer-1 .footer-list dl:last-child {
    padding-bottom: 28px;
  }
  #footer .footer-1 .footer-list dl:last-child dt {
    width: 100%;
  }
  #footer .footer-1 .footer-list dl:last-child dd {
    width: 100%;
    margin: 20px 0px 0px 30px;
  }
  #footer .footer-1 #gmap {
    width: 700px;
    margin: 124px auto 148px;
  }
  #footer .footer-1 #gmap h2 {
    font-size: 30px;
    margin: 0px;
  }
  #footer .footer-1 #gmap .gmap-listbtn {
    display: flex !important;
    justify-content: flex-end;
    margin: -9px 0px 15px;
  }
  #footer .footer-1 #gmap .gmap-listbtn .gmap-btn1 a {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    font-size: 12px;
    line-height: 26px;
  }
  #footer .footer-1 #gmap .gmap-listbtn .gmap-btn1 a::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 5px;
    height: 8px;
    background: url("../img/shared/arrow2.png") center/cover;
    margin-left: 6px;
  }
  #footer .footer-1 #gmap .gmap-listbtn .gmap-btn1 a:hover {
    opacity: 0.8;
  }
  #footer .footer-1 #gmap #map {
    height: 500px;
  }
  #footer .footer-1 #gmap .gmap-btn3 a {
    width: 400px;
    line-height: 80px;
    font-size: 24px;
    margin: 50px auto 0px;
  }
  #footer .footer-1 #gmap .gmap-btn3 a:hover {
    background: #000;
    transition: all 0.4s;
  }
  #footer .footer-2 {
    padding: 88px 0px 0px;
  }
  #footer .footer-2 .wrap {
    max-width: 1200px;
  }
}

#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 > * {
  margin: 0;
}

#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;
}

.slick-dots {
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  left: 0px;
  margin-top: 20px;
}

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

.slick-dots li button {
  border: none;
  position: relative;
  cursor: pointer;
  outline: none;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  line-height: 1;
  padding: 0px;
  font-size: 0px;
}

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

.slick-arrow {
  z-index: 2;
  border: none;
  outline: none;
  color: transparent;
  position: absolute;
  cursor: pointer;
  background: transparent;
  width: 40px;
  height: 40px;
  color: #845138;
  font-size: 0px;
  top: 21%;
}

.slick-arrow.slick-prev {
  left: 0px;
}

.slick-arrow.slick-next {
  right: 0px;
}

.slick-arrow.slick-prev::before {
  content: "◀︎";
  font-size: 25px;
  position: relative;
  font-weight: 600;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-arrow.slick-next::after {
  content: "▶︎";
  font-weight: 600;
  position: relative;
  font-size: 25px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .slick-dots li {
    padding: 0 5px;
    transition: 0.2s;
  }
  .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: 68px;
    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;
}

.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: #34240b;
  background: url("../img/shared/bg.jpg") repeat top left;
}
.remodal h3 {
  font-size: 7vw;
  margin: 0px 0px 4vw;
  font-weight: 700;
  color: #1d0101;
}
.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%;
  color: #d9d2cd;
  font-weight: 700;
  background: #000;
}
.remodal dl {
  display: flex;
  justify-content: space-between;
  padding: 3vw 0px;
  border-bottom: 1px solid #9d8f86;
  line-height: 1.4;
}
.remodal dl span {
  font-size: 12px;
}
.remodal dl dt {
  width: 70%;
  text-align: left;
}
.remodal dl dd {
  width: 30%;
  text-align: right;
  align-self: flex-start;
}
.remodal dl.dt-b dt {
  width: 80%;
}
.remodal dl.dt-b dd {
  width: 20%;
}
.remodal dl.dd-b dt {
  width: 55%;
}
.remodal dl.dd-b dd {
  width: 45%;
}
.remodal dl.dd-b2 dt {
  width: 40%;
}
.remodal dl.dd-b2 dd {
  width: 60%;
}
.remodal .popup-txt2 {
  text-align: left;
  margin: 11px 0px;
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.remodal h4 {
  text-align: left;
}
.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;
  width: 28px;
  height: 100%;
  z-index: 10;
}
.remodal .btn-popupfix .remodal-close {
  position: sticky;
}
.remodal .btn-close {
  background: none;
  border: none;
  margin: 12vw auto;
  font-weight: 500;
  cursor: pointer;
  width: 98px;
}
@media only screen and (min-width: 768px) {
  .remodal {
    padding: 100px 16px;
    max-width: 1200px;
  }
  .remodal h3 {
    font-size: 30px;
    margin: 0px 0px 16px;
  }
  .remodal .btn-close {
    margin: 60px auto;
  }
  .remodal .btn-close:hover {
    opacity: 0.8;
  }
  .remodal .popup-note {
    margin: 12px 0px 32px;
  }
  .remodal .popup-row {
    display: flex;
    justify-content: space-between;
  }
  .remodal .popup-col {
    width: 320px;
  }
  .remodal .popup-txt2 {
    font-size: 18px;
  }
  .remodal h4 {
    font-size: 14px;
    line-height: 1;
    padding-top: 13px;
  }
  .remodal .popup-ttl {
    font-size: 18px;
    line-height: 42px;
    margin: 42px 0px 24px;
  }
  .remodal dl {
    padding: 10px 0px;
    line-height: 25px;
    font-size: 16px;
  }
  .remodal dl span {
    font-size: 14px;
  }
  .remodal dl dt {
    width: calc(100% - 85px);
    letter-spacing: -1px;
  }
  .remodal dl dd {
    width: 85px;
  }
  .remodal dl.dt-b dt {
    width: calc(100% - 55px);
  }
  .remodal dl.dt-b dd {
    width: 55px;
  }
  .remodal dl.dd-b dt {
    width: calc(100% - 140px);
  }
  .remodal dl.dd-b dd {
    width: 140px;
  }
  .remodal dl.dd-b3 dt {
    width: calc(100% - 240px);
  }
  .remodal dl.dd-b3 dd {
    width: 240px;
  }
}

@keyframes txtfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn-fade a {
  position: relative;
  font-size: 5vw;
  text-align: center;
  background: #845138;
  transition: all 0.3s;
  font-weight: 600;
  line-height: 3.8;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
}
.btn-fade a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  background: url("../img/shared/arrow1.jpg");
}
@media only screen and (min-width: 768px) {
  .btn-fade a {
    font-size: 26px;
    width: 440px;
    line-height: 100px;
  }
  .btn-fade a:hover {
    background-color: #8d2323;
    transition: all 0.4s;
  }
}

.btn-web a {
  position: relative;
  width: 90%;
  background: url("../img/shared/bg_btn1.jpg") repeat top left;
  transition: all 0.4s;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 4;
  font-weight: 400;
  letter-spacing: 0;
}
.btn-web a i {
  display: inline-block;
  width: 19px;
  position: relative;
  margin-right: 5%;
  top: -3px;
}
@media only screen and (min-width: 768px) {
  .btn-web a {
    font-size: 16px;
    line-height: 60px;
    width: 226px;
  }
  .btn-web a i {
    width: 21px;
  }
  .btn-web a:hover {
    background: #000;
    transition: all 0.4s;
  }
}

.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%;
}

#openning {
  width: 100%;
  position: fixed;
  height: 100vh;
  overflow: hidden;
  background: #1b223c;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  z-index: 999999;
  transition: all 0.3s;
}

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

#openning .openning-box .openning-logo {
  width: 45%;
  margin: 0px auto;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

body.oppenning {
  overflow: hidden;
  pointer-events: none;
}

body.oppenning #ft_fixed {
  display: none;
}

@media only screen and (min-width: 768px) {
  #openning .openning-box .openning-logo {
    width: 266px;
  }
}
.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%);
  }
} /*# sourceMappingURL=shared.css.map */
