@charset "UTF-8";
/*=============================================
* body
*=============================================*/
body {
  font-size: 13px;
  line-height: 2;
  color: #000;
  letter-spacing: 0.1em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background: #f3eeea;
  text-align: justify;
  font-weight: 400;
}

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

.fnt-shipporiB1 {
  font-family: "Shippori Mincho B1", serif;
}

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

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

.fnt-cogar {
  font-family: "Cormorant Garamond", serif;
}

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

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

a {
  display: block;
}

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

/*=============================================
 * header
 *=============================================*/
header {
  position: relative;
}
header h1 {
  top: 140vw;
  left: 4%;
  width: 80%;
  position: absolute;
  z-index: 2;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  font-weight: 300;
}
header .logo {
  position: absolute;
  z-index: 2;
  width: 32%;
  top: 2vw;
  left: 2%;
}
header #key {
  position: relative;
  overflow: hidden;
}
header #key .kv {
  height: auto;
}
header #key .kv li {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  header .sidebar {
    position: relative;
  }
  header h1 {
    width: 760px;
    left: 3%;
    bottom: 140px;
    font-size: 14px;
    top: auto;
  }
  header .logo {
    width: 210px;
    top: 53px;
    left: 3%;
  }
  header .header-nav {
    position: absolute;
    top: 20px;
    width: 820px;
    right: 36px;
    z-index: 2;
    color: #fff;
  }
  header .header-nav li {
    font-size: 18px;
    line-height: 46px;
  }
  header .header-nav li a {
    position: relative;
    cursor: pointer !important;
    transition: all 0.3s;
  }
  header .header-nav li a:hover,
  header .header-nav li a.active {
    transition: all 0.3s;
    color: #a4a4a4;
  }
  header .header-nav .header-nav1 {
    width: 530px;
    margin: 0px 0px 3px auto;
  }
  header .header-nav .header-nav1 li {
    font-size: 14px;
    position: relative;
  }
  header .header-nav .header-nav1 li::before {
    content: "|";
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
    font-size: 12px;
  }
  header .header-nav .header-nav1 li:last-child::before {
    display: none;
  }
  header .header-nav .header-nav2 li {
    letter-spacing: 0.2em;
    position: relative;
    z-index: 1;
  }
  header .header-nav .header-nav2 li span {
    font-size: 12px;
  }
  header .header-nav .header-nav2 li.nav-sub:hover ul {
    display: block;
  }
  header .header-nav .header-nav2 li.nav-sub ul {
    position: absolute;
    top: 4px;
    left: 24px;
    width: 110px;
    padding-top: 50px;
    display: none;
    z-index: -1;
  }
  header .header-nav .header-nav2 li.nav-sub ul::before {
    content: "";
    position: absolute;
    top: 48px;
    left: -11px;
    width: 1px;
    height: 68px;
    background: #a99e95;
  }
  header .header-nav .header-nav2 li.nav-sub ul li {
    font-size: 15px;
    line-height: 26px;
    position: relative;
  }
  header .header-nav .header-nav2 li.nav-sub ul li a {
    padding: 0px 6px;
    display: inline-block;
    position: relative;
  }
  header .header-nav .header-nav2 li.nav-sub ul li a:hover {
    background: #6e6762;
    color: #fff;
  }
  header .header-nav .header-nav2 li.nav-sub ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 10px;
    height: 1px;
    transform: translateY(-50%);
    background: #a99e95;
  }
  header .header-nav .header-nav2 li.nav-sub ul li:last-child {
    margin: 0px;
  }
  header .header-nav .header-nav2 li:last-child {
    margin: 0px 0px 0px 24px;
  }
  header .header-nav .header-nav2 li:last-child a::before {
    content: "|";
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    font-size: 16px;
  }
  header #key {
    width: 100%;
    height: 1000px;
  }
  header #key .kv {
    width: 100%;
    height: 100%;
  }
  header #key .kv li {
    height: 1000px !important;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
}
/*=============================================
 * nav-fixed
 *=============================================*/
.nav-fixed {
  height: 85px;
  padding: 10px 0px 0px;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: -120px;
  color: #fff;
  box-sizing: border-box;
}

.nav-fixed .wrap {
  align-items: center;
  padding: 0px 54px;
}

.nav-fixed .gnav {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.nav-fixed .gnav a {
  text-align: center;
  transition: all 0.8s;
  position: relative;
  display: block;
  padding: 0px 12px;
}
.nav-fixed .gnav a.active,
.nav-fixed .gnav a:hover {
  background: #b43c14;
  transition: all 0.8s;
}
.nav-fixed .gnav a.active::before,
.nav-fixed .gnav a:hover::before {
  opacity: 1;
}

.nav-fixed .navfix-tel {
  font-size: 15px;
  font-weight: 700;
}
.nav-fixed .navfix-tel p {
  display: flex;
  align-items: flex-start;
}
.nav-fixed .navfix-tel p img {
  margin-left: 8px;
}

.nav-fixed.fixed {
  position: fixed;
  top: 0;
}

section {
  z-index: 1;
}

/*=============================================
 * nav
 *=============================================*/
#menu_toggle {
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 999;
  background: url("../img/shared/menu_deco_sp.jpg") center/100% 100%, #f3eeea;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  color: #000;
  padding: 20vw 8% 50vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #menu_toggle {
    display: none;
    transform: translate3d(100%, 0, 0);
    transition: transform 0s 0.7s;
  }
}
#menu_toggle .menu-logo {
  margin: 12vw auto 8vw;
  width: 55%;
}
#menu_toggle .gnav {
  margin: 0px 0px 10vw;
}
#menu_toggle .gnav li {
  position: relative;
  padding: 0 2% 3vw;
  line-height: 1.8;
  border-bottom: 1px solid #959595;
  margin: 0px 0px 3vw;
}
#menu_toggle .gnav li a {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding: 0px 3px;
  text-align: left;
  color: #000;
  position: relative;
  transition: all 0.3s;
}
#menu_toggle .gnav li a.active {
  transition: all 0.3s;
  color: #a4a4a4;
}
#menu_toggle .gnav li span {
  font-size: 3.5vw;
}
#menu_toggle .gnav .nav-sub ul {
  display: flex;
  justify-content: space-between;
  margin: 1vw 8% -4vw;
}
#menu_toggle .gnav .nav-sub ul li {
  border-bottom: none;
}
#menu_toggle .gnav .nav-sub ul li a {
  font-size: 4vw;
}
#menu_toggle .menu-tel {
  text-align: center;
}
#menu_toggle .menu-tel p:nth-child(2) {
  font-size: 9vw;
  letter-spacing: 0;
}
#menu_toggle .menu-tel p:nth-child(2) i {
  width: 23px;
  display: inline-block;
  margin: 0px 4px;
  position: relative;
  top: -4px;
}
#menu_toggle .menu-btn1 {
  width: 100%;
  font-size: 5vw;
  line-height: 3.5;
  background: #fff;
  border: 2px solid #b04335;
  color: #b04335;
  margin: 10vw 0px;
  padding: 0px 10% 0px 0px;
}
#menu_toggle .menu-btn1::before {
  background: #b04335;
}
#menu_toggle .menu-btn1 i {
  display: inline-block;
  width: 32px;
  margin: 0px 16px 0px 0px;
}
#menu_toggle .menu-btn1::after {
  position: absolute;
  top: 50%;
  right: 4%;
  content: "";
  transform: translateY(-50%);
  width: 34px;
  height: 11px;
  background: url("../img/shared/arrow1.png") center/cover;
}
#menu_toggle .menu-btn1:hover {
  color: #fff;
}
#menu_toggle .menu-btn1:hover i img {
  content: url("../img/shared/icon_calander2_on.png");
}
#menu_toggle .menu-btn1:hover::after {
  background: url("../img/shared/arrow1_on.png") center/cover;
}
#menu_toggle .menu-btn2 {
  width: 100%;
  margin: 9vw 0px;
  font-size: 5.5vw;
  line-height: 2.8;
  background: #fff;
  border: 1px solid #6e6762;
  color: #000;
}
#menu_toggle .menu-btn2 i {
  display: inline-block;
  width: 17px;
  margin: 0px 8px 0px 0px;
}
#menu_toggle .menu-btn2::before {
  background: #000;
}
#menu_toggle .menu-btn2:hover {
  color: #fff;
}
#menu_toggle .menu-btn2:hover i img {
  content: url("../img/shared/icon_map_on.png");
}
#menu_toggle .menu-txt {
  margin: 6vw 0px;
  letter-spacing: 0;
}
#menu_toggle .menu-list-sns {
  margin: 8vw 15% 0px;
  box-sizing: border-box;
}
#menu_toggle .menu-list-sns a {
  width: 34px;
}
@media only screen and (min-width: 768px) {
  #menu_toggle {
    padding: 80px 0px;
    background: url("../img/shared/menu_deco.jpg") center/100% 100%, #f3eeea;
    overflow-x: hidden;
  }
  #menu_toggle .inner {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    flex-direction: row-reverse;
    max-width: 1160px;
    margin: 0px auto;
  }
  #menu_toggle .menu-logo {
    width: 247px;
    margin: 0px 0px 32px -32px;
  }
  #menu_toggle .menu-box1 {
    width: 790px;
  }
  #menu_toggle .menu-box1 ul {
    width: 370px;
  }
  #menu_toggle .menu-box2 {
    width: 318px;
  }
  #menu_toggle .menu-tel {
    text-align: left;
  }
  #menu_toggle .menu-tel p:nth-child(2) {
    font-size: 34px;
  }
  #menu_toggle .menu-txt {
    margin: 42px 0px;
    font-size: 13px;
    line-height: 24px;
  }
  #menu_toggle .menu-btn1 {
    font-size: 26px;
    line-height: 112px;
    padding: 0px;
    margin: 60px 0px 0px;
  }
  #menu_toggle .menu-btn1 i {
    width: 40px;
  }
  #menu_toggle .menu-btn2 {
    font-size: 18px;
    line-height: 60px;
    margin: 40px 0px;
  }
  #menu_toggle .menu-list-sns {
    margin: 0px 40px;
  }
  #menu_toggle .gnav {
    margin: 0px 0px 0px;
  }
  #menu_toggle .gnav li {
    margin: 0px 0px 6px;
    line-height: 70px;
    padding: 0px 3px 6px;
  }
  #menu_toggle .gnav li a {
    line-height: 70px;
    display: block;
    font-size: 24px;
    text-align: left;
  }
  #menu_toggle .gnav li a:hover {
    transition: all 0.3s;
    color: #a4a4a4;
  }
  #menu_toggle .gnav li span {
    font-size: 18px;
  }
  #menu_toggle .gnav .nav-sub {
    margin: 20px 0px 6px;
  }
  #menu_toggle .gnav .nav-sub ul {
    margin: 3px 30px 22px;
    width: auto;
  }
  #menu_toggle .gnav .nav-sub ul li a {
    font-size: 20px;
    line-height: 30px;
  }
}
.navOpen #menu_toggle {
  visibility: visible;
  pointer-events: visible;
}
@media only screen and (min-width: 768px) {
  .navOpen #menu_toggle .inner {
    display: block;
    transition: transform 0s;
    transform: translate3d(0, 0, 0);
  }
  .navOpen #menu_toggle .menu-img {
    transform: translate3d(0, 0, 0);
    transition: transform 0.5s 0.2s;
  }
  .navOpen #menu_toggle .menu-box {
    transform: translate3d(0, 0, 0);
    transition: transform 0.6s 0.4s;
  }
}
@media only screen and (max-width: 767px) {
  .navOpen #menu_toggle {
    display: block;
    transition: transform 0s;
    transform: translate3d(0, 0, 0);
  }
}

/*=============================================
 * hamburger
 *=============================================*/
.hamburger {
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  top: 3vw;
  right: 2%;
}

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

@media only screen and (max-width: 767px) {
  .hamburger {
    width: 60px;
    height: 60px;
  }
}
.nav--opened footer::after {
  z-index: 999 !important;
}

@media only screen and (min-width: 768px) {
  .hamburger {
    top: -70px;
    right: 28px;
    width: 73px;
    display: none;
    transition: all 0.3s;
  }
  .hamburger:hover {
    opacity: 0.6;
  }
  .has_nav .hamburger,
  .navOpen .hamburger {
    top: 24px;
    display: block;
    transition: all 0.3s;
  }
  .navOpen .hamburger img {
    content: url("../img/shared/ham_on.png");
  }
}
/*=============================================
 * footer
 *=============================================*/
footer {
  background: #201e1e;
  position: relative;
  color: #fff;
}
footer address,
footer .cookie-link {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #7a7a7a;
}
footer .cookie-link a {
  position: relative;
  text-decoration: none;
}
footer .cookie-link a:hover {
  text-decoration: underline;
}
footer #socialbuttons {
  margin: 0px 0px 30vw;
}
footer .cookie-link {
  position: relative;
  margin: 1vw 0px 0px;
}
footer .footer-bottom {
  margin: 16vw 0px 8vw;
}
@media only screen and (min-width: 768px) {
  footer .footer-bottom {
    margin: 76px 0px 0px 12px;
    display: flex;
    justify-content: flex-start;
    width: 520px;
    letter-spacing: 0.1em;
    align-self: center;
  }
  footer .cookie-link {
    width: auto;
    margin: 0px 0px 0px 10px;
  }
  footer address,
  footer .cookie-link {
    font-size: 12px;
    text-align: right;
  }
  footer .btn-link {
    margin-bottom: 0;
  }
  footer #socialbuttons {
    margin: 60px 0px 0px 36px;
  }
}
@media only screen and (min-width: 999px) and (max-width: 1670px) {
  footer #socialbuttons {
    margin-right: 240px;
  }
}
#gmap {
  width: 100%;
}

#pagetop {
  right: 3%;
  bottom: 24vw;
  width: 31px;
}
#pagetop:hover * {
  opacity: 1;
}

body.nav--opened #pagetop,
body.navOpen #pagetop {
  display: none;
}

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

.footer-nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer-nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
  }
  .footer-nav li {
    align-items: center;
    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;
}
#ft_fixed button {
  border: none;
}
@media only screen and (min-width: 768px) {
  #ft_fixed {
    display: none;
    position: relative;
    inset: 0;
  }
}

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

#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: #201e1e;
    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: #201e1e;
    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: #201e1e;
    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;
  margin-top: 2vw;
}

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

.slick-dots li button {
  border: none;
  position: relative;
  cursor: pointer;
  outline: none;
  background: #bebaba;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

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

.slick-arrow {
  top: 50%;
  z-index: 2;
  border: none;
  outline: none;
  color: transparent;
  position: absolute;
  cursor: pointer;
  background: transparent;
  width: 11px;
  height: 13px;
  margin-top: -17px;
}

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

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

@media only screen and (min-width: 768px) {
  .slick-dots {
    margin-top: 36px;
  }
  .slick-dots li {
    padding: 0px 18px 0px 0px;
    transition: 0.2s;
  }
  .slick-arrow.slick-prev {
    left: -40px;
  }
  .slick-arrow.slick-next {
    right: -40px;
  }
  .slick-dots li:hover {
    opacity: 0.8;
  }
  .slick-arrow:hover {
    opacity: 0.8;
  }
  .slick-arrow {
    width: 11px;
    height: 13px;
  }
  .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);
}

@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: auto;
    bottom: 20px;
    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;
}

.popup-ttl {
  text-align: center;
  font-size: 6vw;
  line-height: 9vw;
  white-space: nowrap;
}

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

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

@media only screen and (min-width: 768px) {
  .remodal-close {
    top: 39px;
    right: 50px;
  }
  .remodal .wrap {
    padding: 60px 0;
  }
  .popup-ttl {
    font-size: 34px;
    line-height: 50px;
    padding-left: 7px;
  }
  .md-txt {
    text-align: center;
    margin: 28px 0 56px 8px;
    line-height: 30px;
  }
  .md-txt p + p {
    margin-top: 30px;
  }
  .md-box {
    display: flex;
    margin-left: 95px;
  }
  .md-box ul {
    width: 283px;
    line-height: 30px;
  }
  .md-box ul:nth-child(2) {
    width: 230px;
  }
  .md-box ul:nth-child(3) {
    width: 320px;
  }
}
.remodal-overlay {
  background: #f3eeea;
}

.remodal-menu {
  border: none;
  background: none;
  max-width: 1000px;
  padding: 10vw 0;
}
.remodal-menu .remodal-close {
  top: 15px;
  right: 15px;
}
.remodal-menu .remodal-close2 {
  position: static;
  margin: 20px auto 0;
  width: 117px;
}
.remodal-menu .dis-flex-pc {
  border: none;
  padding-top: 0;
  margin-top: 5vw;
}
@media only screen and (min-width: 768px) {
  .remodal-menu {
    padding: 50px 0;
  }
  .remodal-menu .remodal-close {
    top: 50px;
    right: 0;
  }
  .remodal-menu .remodal-close2 {
    margin: 25px auto 0;
    width: 234px;
  }
  .remodal-menu .dis-flex-pc {
    margin-top: 45px;
  }
  .remodal-menu .col {
    width: 470px;
  }
}

.menu-group .menu-list {
  margin-bottom: 10vw;
}
.menu-group .menu-txt2 {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-top: 15px;
}
.menu-group .menu-txt3 {
  font-size: 12px;
  line-height: 1.5;
}
.menu-group .menu-ttl {
  color: #fff;
  background: #421706;
  font-size: 16px;
  padding: 3px 0;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 700;
}
.menu-group dl {
  justify-content: space-between;
  border-bottom: 1px solid #7f796b;
  padding: 5px 0;
}
.menu-group dl dt {
  text-align: left;
}
.menu-group dl dd {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .menu-group .col {
    width: 320px;
  }
  .menu-group .menu-list {
    margin-bottom: 40px;
  }
  .menu-group .menu-ttl {
    font-size: 18px;
    padding: 6px 0;
  }
  .menu-group .menu-txt2 {
    font-size: 14px;
  }
  .menu-group .menu-txt3 {
    font-size: 14px;
    line-height: 25px;
  }
  .menu-group dl {
    line-height: 25px;
    padding: 12px 0;
  }
}

.btn-sec {
  font-size: 5vw;
  line-height: 3.5;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  width: 95%;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  border: 1px solid #000;
  color: #000;
}

.btn-sec2 {
  font-size: 4vw;
  line-height: 2;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  width: 95%;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  border: 1px solid #000;
  color: #000;
  padding: 15px 0;
}

.btn-sec::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  width: 32px;
  height: 11px;
  background: url("../img/shared/arrow2.png") center/cover;
  transition: ease-in-out 0.3s;
}
.btn-sec:hover {
  color: #fff;
}
.btn-sec:hover::after {
  transition: ease-in-out 0.3s;
  right: 2%;
  background: url("../img/shared/arrow2_on.png") center/cover;
}
@media only screen and (min-width: 768px) {
  .btn-sec {
    font-size: 20px;
    line-height: 80px;
    width: 360px;
  }
  .btn-sec2 {
    font-size: 20px;
    line-height: 40px;
    width: 600px;
    padding: 40px;
  }
  .btn-sec::after {
    right: 20px;
  }
  .btn-sec:hover::after {
    right: 14px;
  }
}

.btn-sec:has(.coppied) {
  pointer-events: none;
}

.bg-blue {
  background: #132773;
}

.bg-red {
  background: #8c080a;
}

.shadow {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.31);
}

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

hr.line {
  background: url("../img/shared/line.jpg") repeat top center;
  width: 100%;
  height: 9px;
  border: 0;
}

.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;
*/
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}

.animate__fadeIn-pc {
  animation-name: fadeInLeft;
}
@media only screen and (min-width: 768px) {
  .animate__fadeIn-pc {
    animation-name: fadeInDown;
  }
}

span.wow {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .txt-vertical-sp {
    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-sp .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;
  }
}
.fadeOutZoom {
  animation-name: fadeOutZoom;
  animation-duration: 8.5s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes fadeOutZoom {
  0% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
.btn-bg {
  text-align: center;
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  transition-property: color;
  transition-duration: 0.5s;
}
.btn-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.btn-bg:hover::before {
  transform: scale(2);
}

.btn-fixkv {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #fff;
  width: 222px;
  font-size: 16px;
  padding: 28px 0px 12px;
  z-index: 10;
  letter-spacing: 0.05em;
  background: #2f2f46;
  opacity: 0;
}

.btn-fix {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #fff;
  width: 222px;
  font-size: 16px;
  padding: 28px 0px 12px;
  z-index: 10;
  letter-spacing: 0.05em;
  background: #2f2f46;
}

.btn-fixmain {
  position: fixed;
  right: 0px;
  bottom: 178px;
  color: #fff;
  width: 60px;
  font-size: 14px;
  padding: 50px 10px 20px;
  z-index: 10;
  letter-spacing: 0.05em;
  background: #2f2f46;
  opacity: 0;
  writing-mode: vertical-rl;
}

.tate {
  position: absolute;
  top: 15px;
  right: 30%;
}

.has_nav .btn-fixmain {
  opacity: 1;
}

.btn-fix::before {
  background: #151535;
}

.btn-fix2::before {
  background: #151535;
}

.btn-fix i {
  display: block;
  width: 36px;
  margin: 0px auto 4px;
}

.btn-fix1 {
  background: #b04335;
  bottom: 124px;
}

.btn-fix10 {
  background: #b04335;
  bottom: 395px;
}

.btn-fix1::before {
  background: #851e12;
}

.btn-fix10::before {
  background: #851e12;
}

.remodal-wrapper:has(.modal-fix) {
  padding: 0px;
}

.modal-fix {
  min-height: 100vh;
  max-width: none;
  width: 100%;
  margin-bottom: 0px;
  background: #f3eeea;
  color: #000;
  padding: 10vw 0%;
}
.modal-fix .remodal-close {
  top: 3vw;
  right: 3%;
}
.modal-fix h3 {
  font-size: 7vw;
  position: relative;
}
.modal-fix .popup-txt1 {
  margin: 10vw 0px 8vw;
  font-size: 12px;
}
.modal-fix .popup-table {
  width: 95%;
  margin: 0px auto;
  border: 1px solid #91908f;
}
.modal-fix .popup-table dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #91908f;
}
.modal-fix .popup-table dl dt {
  width: 40%;
  text-align: center;
  font-size: 4.5vw;
  background: #ede5df;
  border-right: 1px solid #91908f;
  min-height: 12vw;
  padding: 4vw 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-fix .popup-table dl dd {
  display: flex;
  align-items: center;
  background: #fff;
  text-align: left;
  padding: 4vw 4% 4vw 6%;
  min-height: 12vw;
  width: 60%;
}
.modal-fix .popup-table dl:last-child {
  border-bottom: none;
}
.modal-fix .btn-close {
  cursor: pointer;
  border: none;
  background: none;
  display: block;
  text-align: center;
  line-height: 3;
  width: 45%;
  margin: 10vw auto 0px;
  font-size: 4vw;
  border-bottom: 1px solid #000;
  color: #000 !important;
}
.modal-fix .btn-close:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .modal-fix {
    padding: 35px 20px;
  }
  .modal-fix .remodal-close {
    width: 73px;
    height: 65px;
    top: 20px;
    right: 40p;
  }
  .modal-fix h3 {
    font-size: 36px;
  }
  .modal-fix .popup-txt1 {
    font-size: 16px;
    line-height: 24px;
    margin: 72px 0px 64px;
    text-align: center;
  }
  .modal-fix .popup-table {
    width: 690px;
  }
  .modal-fix .popup-table dl dt {
    font-size: 20px;
    min-height: 100px;
    padding: 20px 0px;
    width: 230px;
    line-height: 30px;
  }
  .modal-fix .popup-table dl dd {
    width: calc(100% - 230px);
    min-height: 100px;
    padding: 20px 10px 20px 50px;
  }
  .modal-fix .btn-close {
    margin: 64px auto 0px;
    font-size: 20px;
    line-height: 32px;
    margin: 64px auto 0px;
    width: 300px;
  }
}

:root {
  --para: 0;
}

.bg_parallax.animate img,
.bg_parallax.move img,
.bg_parallax.move,
img[data-scroll-zoom] {
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

footer {
  background: #201e1e;
  padding: 16vw 0px;
}
footer .footer-logo {
  width: 70%;
  margin: 0px auto 6vw;
}
footer .footer-txt1 {
  text-align: center;
  margin: 4vw 0px;
}
footer .footer-tel {
  text-align: center;
  line-height: 1.6;
}
footer .footer-tel > p {
  font-size: 4vw;
}
footer .footer-tel .footer-tel2 {
  font-size: 7vw;
}
footer .footer-tel .footer-tel2 i {
  display: inline-block;
  width: 15px;
}
footer .footer-tel .footer-fax {
  font-size: 4vw;
}
@media only screen and (max-width: 767px) {
  footer .footer-tel .footer-fax span {
    display: none;
  }
}
footer .footer-map {
  width: 36%;
  margin: 4vw auto 8vw;
  border-bottom: 1px solid #fff;
  text-align: center;
}
footer .footer-map:hover {
  opacity: 0.8;
}
footer .footer-map i {
  display: inline-block;
  width: 10px;
  margin: 0px 6px 0px 0px;
}
footer .footer-list-btn1 {
  margin: 0px 1%;
  position: relative;
}
footer .footer-list-btn1::before {
  content: "|";
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translate(-950%, -50%);
}
footer .footer-list-sns {
  margin: 6vw 16%;
}
footer .page-top {
  width: 26%;
  margin: 8vw auto;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 83px 0px 130px;
    z-index: 0;
  }
  footer .wrap {
    max-width: 1200px;
  }
  footer .footer-box1 {
    width: 360px;
    margin: 0px 10px;
  }
  footer .footer-box2 {
    margin: 0px 10px;
    width: 600px;
  }
  footer .footer-logo {
    width: 312px;
    margin: 0px;
  }
  footer .footer-tel {
    text-align: left;
    width: 340px;
    letter-spacing: 0;
    margin: 28px 0px 23px;
    line-height: 30px;
  }
  footer .footer-tel > p {
    font-size: 14px;
  }
  footer .footer-tel .footer-tel2 {
    font-size: 24px;
  }
  footer .footer-tel .footer-fax {
    font-size: 18px;
  }
  footer .footer-box11 {
    position: relative;
  }
  footer .footer-txt1 {
    font-size: 13px;
    line-height: 26px;
    text-align: left;
    margin: 0px;
  }
  footer .footer-map {
    width: 110px;
    margin: 0px;
    top: 22px;
    left: 260px;
    font-size: 13px;
    line-height: 24px;
    position: absolute;
  }
  footer .footer-list-btn1 {
    width: 380px;
    font-size: 14px;
    margin: 62px 0px 0px;
  }
  footer .footer-list-btn1::before {
    left: 42%;
  }
  footer .footer-list-btn1 a:hover {
    opacity: 0.7;
  }
  footer .footer-nav {
    font-size: 15px;
    line-height: 36px;
    margin: 14px 0px 0px;
  }
  footer .footer-nav span {
    font-size: 12px;
  }
  footer .footer-nav .nav-sub {
    font-size: 13px;
  }
  footer .footer-nav .nav-sub ul li {
    margin: 0px 3px;
  }
  footer .footer-nav .last {
    padding-top: 6px;
    margin-top: 12px;
    border-top: 1px solid #3f3c3c;
  }
  footer .footer-list-sns {
    width: 210px;
    margin: 90px 0px 0px auto;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

.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;
} /*# sourceMappingURL=shared.css.map */

/* マイクロソフ ege対策（画像検索ポインタを消す） */

.ege_pointernone {
  pointer-events: none;
}


#tsuhan a{
	position: fixed;
	top:250px;
	left:0;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size: 15px;
	display: block;
	background-color: #961d12;
	padding: 10px 5px;
	color: #fff;
	letter-spacing: 5px;
	text-decoration: none;
	border:solid 1px #FFF;
	z-index: 99;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
header .botan1 {
	position: absolute;
	top: 130px;
	right: 60px;
	z-index: 99;
}
header .botan1 a {
   width: 250px;
   margin: 2px auto 30px auto;
   padding: 7px 0;
   display: block;
   color: #000;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
   text-align: center;
   text-decoration: none;
   font-size: 16px;
   border: 2px solid #b04335;
   background-color: #f6f2ef;
   box-sizing: border-box;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (max-width: 768px) {
#tsuhan a{
	position: fixed;
	top:110px;
	left:0;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size: 13px;
	display: block;
	background-color: #961d12;
	padding: 12px 7px;
	color: #fff;
	letter-spacing: 5px;
	text-decoration: none;
	border:solid 1px #FFF;
	z-index: 99;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.botan2 a {
   width: 100%;
   margin: 0 auto 10px auto;
   padding: 10px 0;
   display: block;
   color: #b04335;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
   text-align: center;
   text-decoration: none;
   font-size: 17px;
   border: 2px solid #b04335;
   box-sizing: border-box;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
	}