@charset "UTF-8";
/*=============================================
* body
*=============================================*/
body {
  font-size: 13px;
  line-height: 1.8;
  color: #000;
  letter-spacing: 0.2em;
  font-family: "Zen Old 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: 15.5px;
    line-height: 34px;
  }
}
.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";
}

/*=============================================
 * 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: 45%;
  z-index: 2;
  position: absolute;
  top: 14%;
  right: 5%;
}
header #key {
  position: relative;
  width: 100%;
}
header #key .kv {
  position: relative;
  box-sizing: border-box;
  height: 185vw;
}
header #key .slide {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  header {
    padding: 0px;
  }
  header .header-row {
    flex-direction: row-reverse;
  }
  header .logo {
    width: 261px;
    top: 472px;
    right: 4%;
  }
  header .header-box1 {
    position: absolute;
    width: 242px;
    text-align: center;
    top: 40px;
    left: 3%;
    color: #fff;
    z-index: 2;
  }
  header .header-box1 .header-btn a {
    margin: 17px auto 20px;
  }
  header .header-box1 .header-sns {
    justify-content: center;
    gap: 24px;
  }
  header .header-nav {
    position: absolute;
    width: 270px;
    top: 660px;
    right: 4%;
    z-index: 2;
  }
  header .header-nav li {
    height: 150px;
    cursor: default !important;
  }
  header .header-nav li a {
    color: #fff;
    font-size: 17px;
    line-height: 35px;
    font-weight: 500;
    position: relative;
    display: inline-block;
  }
  header .header-nav li a::before, header .header-nav li a::after {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    width: 22px;
    transform: translateX(-50%);
    height: 6px;
    border-top: 1px solid #9a8b85;
    border-left: 1px solid #9a8b85;
    border-right: 1px solid #9a8b85;
    opacity: 0;
    transition: all 0.3s;
  }
  header .header-nav li a::after {
    top: auto;
    bottom: -12px;
    border-top: none;
    border-bottom: 1px solid #9a8b85;
  }
  header .header-nav li a:hover::before, header .header-nav li a:hover::after, header .header-nav li a.active::before, header .header-nav li a.active::after {
    opacity: 1;
    transition: all 0.3s;
  }
  header #key {
    height: 100%;
    position: relative;
    width: 100%;
    margin: 0px 0px 0px;
  }
  header #key .kv {
    height: 918px;
  }
  header #key .slide {
    height: 918px;
    width: 100%;
  }
  header .sidebar {
    position: relative;
    height: 0px;
  }
}
h1 {
  color: rgba(255, 255, 255, 0.51);
  z-index: 10;
  width: 90%;
  line-height: 23px;
  font-size: 11px;
  position: absolute;
  text-align: center;
  top: 4vw;
  right: 5%;
}
@media only screen and (min-width: 768px) {
  h1 {
    text-align: left;
    width: 450px;
    right: 4%;
    top: auto;
    bottom: 56px;
  }
}
.tel {
  text-align: center;
  line-height: 1.5;
}
.tel p:nth-child(1) {
  font-size: 4vw;
}
.tel p:nth-child(2) {
  font-size: 7vw;
}
.tel p:nth-child(2) span {
  font-size: 4vw;
}
@media only screen and (min-width: 768px) {
  .tel {
    line-height: 27px;
  }
  .tel p:nth-child(1) {
    font-size: 13px;
  }
  .tel p:nth-child(2) {
    font-size: 24px;
  }
  .tel p:nth-child(2) span {
    font-size: 13px;
  }
}

/*=============================================
 * nav-fixed
 *=============================================*/
.nav-fixed {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: -150px;
  box-sizing: border-box;
  visibility: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

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

.btnfixed {
  position: fixed;
  z-index: 999;
  top: 28px;
  right: 144px;
  opacity: 0;
  visibility: hidden;
}
.btnfixed a::before, .btnfixed a::after {
  border-color: #000 !important;
}

.has_nav .btnfixed {
  opacity: 1;
  visibility: visible;
}

.navOpen .btnfixed {
  opacity: 0;
  visibility: hidden;
}

@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: url("../img/shared/bg2.jpg") repeat top left;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  color: #fff;
  padding: 0vw 0px 30px;
  box-sizing: border-box;
}
#menu-toggle .gnav {
  padding: 16vw 10% 10vw;
  box-sizing: border-box;
  position: relative;
}
#menu-toggle .gnav::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  height: 50vh;
  background: url("../img/shared/menu_bg_sp.jpg") center/cover;
}
#menu-toggle .gnav .menu-nav {
  box-sizing: border-box;
  width: 95%;
  margin: 0px auto 10vw;
}
#menu-toggle .gnav .menu-nav li {
  position: relative;
  text-align: left;
  cursor: pointer;
  height: 45vw;
}
#menu-toggle .gnav .menu-nav li a {
  font-size: 4.5vw;
  line-height: 2;
  position: relative;
  cursor: pointer !important;
  display: inline-block;
  transition: all 0.3s;
  font-weight: 700;
}
#menu-toggle .gnav .menu-nav li a::before, #menu-toggle .gnav .menu-nav li a::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 6px;
  border-top: 1px solid #767674;
  border-left: 1px solid #767674;
  border-right: 1px solid #767674;
  opacity: 0;
  transition: all 0.3s;
}
#menu-toggle .gnav .menu-nav li a::after {
  top: auto;
  bottom: -10px;
  border-top: none;
  border-bottom: 1px solid #767674;
}
#menu-toggle .gnav .menu-nav li a.active::before, #menu-toggle .gnav .menu-nav li a.active::after, #menu-toggle .gnav .menu-nav li a:hover::before, #menu-toggle .gnav .menu-nav li a:hover::after {
  opacity: 1;
  transition: all 0.3s;
}
#menu-toggle .gnav .menu-sns {
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin: 0px 0px 52vh;
}
#menu-toggle .gnav .menu-sns p {
  width: 33px;
}
@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: 250px 0px;
  }
  #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-col {
    width: 50%;
    margin: 0px 0px 0px auto;
  }
  #menu-toggle .gnav .menu-nav {
    width: 310px;
    margin: 0px auto;
  }
  #menu-toggle .gnav .menu-nav li {
    height: 170px;
    margin: 0px;
  }
  #menu-toggle .gnav .menu-nav li a {
    font-size: 17px;
    line-height: 40px;
  }
  #menu-toggle .gnav .menu-tel {
    margin: 50px auto 20px;
  }
  #menu-toggle .gnav .menu-btn a {
    margin: 0px auto 40px;
  }
  #menu-toggle .gnav .menu-sns {
    margin: 0px;
  }
}
.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: 28px;
    right: 36px;
    width: 73px;
    visibility: hidden;
    opacity: 0;
    position: fixed;
  }
  .hamburger:hover {
    opacity: 0.7 !important;
  }
  .navOpen .hamburger img {
    content: url("../img/shared/ham_on.png");
  }
  .has_nav .hamburger, .navOpen .hamburger {
    visibility: visible;
    opacity: 1;
  }
}
/*=============================================
 * footer
 *=============================================*/
footer {
  position: relative;
  color: #fff;
  box-sizing: border-box;
}
footer address, footer .cookies_link {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.15em;
}
footer address {
  margin: 4vw auto 2vw;
  text-align: center;
}
footer .cookies_link a {
  position: relative;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0vw auto 2vw;
  text-decoration: underline;
  font-size: 13px;
}
footer .cookies_link a:hover {
  text-decoration: none;
}
footer .cookies_link a::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  right: 0px;
  top: 9px;
  background: url("../img/shared/icon_coppy.png") center/cover;
}
footer #socialbuttons {
  margin: 12vw 0px 4vw;
  align-items: center;
  line-height: 1;
}
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;
}
footer .footer-btn2 span:hover {
  text-decoration: none;
  opacity: 0.8;
}
footer .footer-btn2 span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0px;
  margin-right: 4px;
  background: url("../img/shared/icon_link.png") center/cover;
}
footer .footer-btn2 span.copied {
  pointer-events: none;
}
footer .pagetop {
  width: 40%;
  margin: 16vw auto 36px;
}
footer .pagetop img {
  max-width: unset;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  footer .footer-btn2 {
    text-align: left;
  }
  footer .footer-btn2 span {
    justify-content: flex-end;
    width: 180px;
    margin: 0px;
    font-size: 16px;
  }
  footer .pagetop {
    margin: 0px;
    width: 29px;
    position: absolute;
    top: -297px;
    right: -26px;
  }
  footer address, footer .cookies_link {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
  }
  footer .cookies_link a {
    font-size: 13px;
    margin: 0px;
    width: 100%;
  }
  footer address {
    margin: 0px 0px;
  }
  footer #socialbuttons {
    margin: 0px;
    text-align: left;
  }
}
#footer .footer-1 {
  background: url("../img/shared/bg2.jpg") repeat top left;
  padding: 20vw 0px;
}
#footer .footer-1 .footer-logo {
  width: 45%;
  margin: 0px auto;
}
#footer .footer-1 .footer-txt1 {
  text-align: center;
  margin: 4vw 0px 8vw;
}
#footer .footer-1 .footer-btn1 a {
  margin: 3vw auto 10vw;
}
#footer .footer-1 .footer-list dl {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  margin: 0px 0px 4vw;
}
#footer .footer-1 .footer-list dl dt {
  width: 28%;
  box-sizing: border-box;
}
#footer .footer-1 .footer-list dl dd {
  width: 72%;
}
#footer .footer-1 .footer-list dl dd a {
  display: inline-block;
  position: relative;
}
#footer .footer-1 .footer-list dl dd a i {
  width: 11px;
  display: inline-block;
  position: relative;
  margin-right: 4px;
  top: -1px;
}
#footer .footer-1 .footer-list dl dd a::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 24px;
  height: 4px;
  background: url("../img/shared/arrow2.png") center right/cover;
  margin-left: 8px;
  right: 0px;
  top: -4px;
  transition: all 0.3s;
}
#footer .footer-1 .footer-sns {
  width: 85px;
  margin: 8vw auto 0px;
}
#footer .footer-2 {
  background: url("../img/shared/bg5.jpg") repeat top left;
  padding: 16vw 0px 10vw;
}
#footer .footer-2 .footer-row3 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer .footer-1 {
    padding: 0px;
  }
  #footer .footer-1 .wrap {
    padding: 92px 0px 72px;
  }
  #footer .footer-1 .wrap::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 288px;
    width: 2px;
    height: 100%;
    border-left: 1px solid #7a7a78;
  }
  #footer .footer-1 .wrap::after {
    content: "";
    position: absolute;
    top: 216px;
    left: 288px;
    width: 80vw;
    height: 2px;
    border-top: 1px solid #7a7a78;
  }
  #footer .footer-1 .footer-box1 {
    width: 280px;
    margin: 19px 0px 0px 1px;
  }
  #footer .footer-1 .footer-col {
    width: 556px;
    margin: 20px 102px 0px 0px;
    position: relative;
  }
  #footer .footer-1 .footer-tel {
    text-align: left;
  }
  #footer .footer-1 .footer-logo {
    width: 200px;
  }
  #footer .footer-1 .footer-txt1 {
    margin: 34px auto 0px;
    line-height: 30px;
    text-align: left;
  }
  #footer .footer-1 .footer-btn1 a {
    margin: 0px;
  }
  #footer .footer-1 .footer-row2 {
    width: 480px;
    margin: 0px 0px 95px;
    align-items: center;
  }
  #footer .footer-1 .footer-sns {
    width: 80px;
    margin: 0px;
    position: absolute;
    top: 9px;
    right: -24px;
  }
  #footer .footer-1 .footer-list dl {
    margin: 0px 0px 23px;
    line-height: 23px;
  }
  #footer .footer-1 .footer-list dl dt {
    width: 102px;
  }
  #footer .footer-1 .footer-list dl dd {
    width: calc(100% - 102px);
    letter-spacing: 0.1em;
  }
  #footer .footer-1 .footer-list dl dd a:hover::after {
    right: -10px;
    transition: all 0.3s;
  }
  #footer .footer-2 {
    padding: 60px 0px 40px;
  }
  #footer .footer-2 .footer-nav ul {
    width: 720px;
    margin: 0px auto 47px;
  }
  #footer .footer-2 .footer-nav ul li a {
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
  }
  #footer .footer-2 .footer-nav ul li a.active, #footer .footer-2 .footer-nav ul li a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #898988;
    text-underline-offset: 8px;
    opacity: 1;
  }
  #footer .footer-2 .footer-bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  #footer .footer-2 .footer-bottom .footer-row3 {
    margin: 19px 0px 0px;
    text-align: left;
  }
  #footer .footer-2 .footer-bottom .footer-row3, #footer .footer-2 .footer-bottom .footer-row4 {
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}

#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 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: center;
  position: absolute;
  width: 100%;
  bottom: 18px;
  left: 0px;
}

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

.slider-sec .slick-dots li button {
  border: none;
  position: relative;
  cursor: pointer;
  outline: none;
  width: 50px;
  height: 4px;
  background: #cccccc;
  line-height: 1;
  padding: 0px;
  font-size: 0px;
}

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

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

.slick-arrow.slick-prev {
  left: 10%;
  background: url("../img/shared/prev.png") no-repeat center/100% auto;
}

.slick-arrow.slick-next {
  right: 10%;
  background: url("../img/shared/next.png") no-repeat center/100% auto;
}

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

.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: 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: 2px solid #000;
}
.remodal dl {
  display: flex;
  justify-content: space-between;
  padding: 3vw 0px;
  border-bottom: 1px solid #34240b;
  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 ul li {
  line-height: 1.5;
  margin: 0px 0px 3vw;
  padding: 0px 0px 3vw;
  border-bottom: 1px solid #aba9a6;
  text-align: left;
  letter-spacing: 0;
}
.remodal .btn-popupfix {
  position: fixed;
  top: -80px;
  right: 0px;
  width: 33px;
  height: 100%;
  z-index: 10;
}
.remodal .btn-close {
  background: none;
  border: none;
  margin: 12vw auto;
  cursor: pointer;
  color: #000 !important;
  width: 125px;
}
@media only screen and (min-width: 768px) {
  .remodal {
    padding: 100px 16px;
    max-width: 1200px;
  }
  .remodal .btn-fix {
    width: 55px;
  }
  .remodal h3 {
    font-size: 30px;
    margin: 0px 0px 16px;
  }
  .remodal .btn-close {
    margin: 60px auto;
    width: 121px;
  }
  .remodal .btn-close:hover {
    opacity: 0.8;
  }
  .remodal ul li {
    line-height: 24px;
    padding: 0px 0px 10px;
    margin: 0px 0px 10px;
    font-size: 14px;
  }
  .remodal .popup-note {
    margin: 12px 0px 32px;
  }
  .remodal .popup-row {
    display: flex;
    justify-content: space-between;
  }
  .remodal .popup-col {
    width: 312px;
  }
  .remodal .popup-ttl {
    font-size: 18px;
    line-height: 50px;
    margin: 42px 0px 24px;
  }
  .remodal dl {
    padding: 10px 0px;
    line-height: 27px;
    font-size: 15px;
  }
  .remodal dl dt {
    width: calc(100% - 130px);
  }
  .remodal dl dd {
    width: 130px;
  }
}

@keyframes txtfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn-sec a {
  position: relative;
  font-size: 4.5vw;
  text-align: center;
  background: url("../img/shared/bg_btn2.png") repeat top left;
  color: #000;
  font-weight: 700;
  line-height: 3;
  width: 90%;
  box-sizing: border-box;
}
.btn-sec a::before, .btn-sec a::after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 8px;
  height: calc(100% + 2px);
  border-top: 1px solid #6f6a62;
  border-bottom: 1px solid #6f6a62;
  border-left: 1px solid #6f6a62;
}
.btn-sec a::after {
  left: auto;
  right: -1px;
  border-left: none;
  border-right: 1px solid #6f6a62;
}
.btn-sec a i {
  position: absolute;
  top: 50%;
  right: 7%;
  width: 12vw;
  height: 2vw;
  background: url("../img/shared/arrow1.png") center right/100% 100%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .btn-sec a {
    font-size: 17px;
    width: 345px;
    line-height: 45px;
  }
  .btn-sec a i {
    width: 24px;
    height: 6px;
    background-size: cover;
  }
  .btn-sec a:hover i {
    right: 4%;
    transition: all 0.3s;
  }
}

.btn-sec.white a {
  color: #fff;
  background-image: url("../img/shared/bg_btn3.png");
}
.btn-sec.white a i {
  background-image: url("../img/shared/arrow2.png");
}
.btn-sec.white a::before, .btn-sec.white a::after {
  border-color: #fff !important;
}

.btn-web a {
  font-weight: 700;
  color: #fff;
  width: 90%;
  background: url("../img/shared/bg_btn1.jpg") repeat top left;
  line-height: 3;
  font-size: 4.5vw;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
}
.btn-web a::before, .btn-web a::after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 8px;
  height: calc(100% + 2px);
  border-top: 1px solid #9a8b85;
  border-bottom: 1px solid #9a8b85;
  border-left: 1px solid #9a8b85;
}
.btn-web a::after {
  left: auto;
  right: -1px;
  border-left: none;
  border-right: 1px solid #9a8b85;
}
@media only screen and (min-width: 768px) {
  .btn-web a {
    font-size: 15px;
    line-height: 40px;
    width: 222px;
  }
  .btn-web a:hover {
    opacity: 0.8;
  }
}

.btn-web.dark a {
  color: #000;
  border-color: #000;
}
.btn-web.dark a::before {
  border-color: #000 transparent transparent transparent;
}
.btn-web.dark a::after {
  border-color: transparent transparent #000 transparent;
}

.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 */