@charset "UTF-8";

html:not(.responsive) {
  min-width: 1100px;
  /* viewport */
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #fffefe;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.22em;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background: url(../img/shared/bg.jpg) repeat top center;
  font-family: "Hina Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 15.5px;
    line-height: 35px;
  }
}

/*=============================================
 * 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;
}

@font-face {
  font-family: 'Amiri-Regular';
  src: url("../font/Amiri-Regular.eot");
  src: url("../font/Amiri-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Amiri-Regular.woff2") format("woff2"), url("../font/Amiri-Regular.woff") format("woff"), url("../font/Amiri-Regular.ttf") format("truetype"), url("../font/Amiri-Regular.svg#Amiri-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerifJP-Regular';
  src: url("../font/NotoSerifJP-Regular.eot");
  src: url("../font/NotoSerifJP-Regular.eot?#iefix") format("embedded-opentype"), url("../font/NotoSerifJP-Regular.woff2") format("woff2"), url("../font/NotoSerifJP-Regular.woff") format("woff"), url("../font/NotoSerifJP-Regular.ttf") format("truetype"), url("../font/NotoSerifJP-Regular.svg#NotoSerifJP-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.fnt-noto {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fnt-ami {
  font-family: 'Amiri-Regular';
}

.fnt-hannari {
  font-family: "Hina Mincho", serif;
}

body.navopen {
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  pointer-events: none !important;
}

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

body.navopen .hamburger,
body.navopen .menu-toggle,
body.navopen .menu-toggle *,
body.navopen .remodal-is-opened,
body.navopen .remodal-is-opened *,
body.navopen #ft-fixed,
body.navopen #ft-fixed *,
body.navopen .box-ham,
body.navopen .box-ham * {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

.remodal-is-locked body.navopen,
.remodal-is-locked body.navopen *,
.remodal-is-locked body.navopen *:hover,
.remodal-is-locked body.navopen *:focus,
.remodal-is-locked body.navopen *:active {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

.remodal-is-locked .remodal-is-opened,
.remodal-is-locked .remodal-is-opened * {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tel-common {
  letter-spacing: 0.05em;
}

.tel-common dt {
  font-size: 12px;
}

.tel-common dd span {
  font-size: 20px;
}

.tel-common dd span i {
  font-size: 14px;
}

/*=============================================
 * header header header header header header 
 *=============================================*/
header {
  position: relative;
  z-index: 99;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
}

#key {
  position: relative;
}

header .logo {
  z-index: 10;
  width: 200px;
  margin: 4vw auto 7vw;
}

header .logo img {
  opacity: 1 !important;
}

header h1 {
  font-size: 9px;
  box-sizing: border-box;
  z-index: 90;
  text-align: center;
  line-height: 22px;
  position: relative;
  opacity: 0.4;
  padding: 15px 5% 0;
}

.hamburger {
  position: relative;
  cursor: pointer;
}

.menu-toggle {
  visibility: hidden;
  position: fixed;
  width: 100% !important;
  top: 0;
  left: 0;
  height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/shared/bg_ham_sp.jpg) no-repeat top center/cover;
  transition: opacity 0.45s ease;
  text-align: left;
  opacity: 0;
  z-index: -1;
}

.menu-toggle .header-nav {
  position: relative;
  z-index: 2;
  padding: 30vw 10% 5vw;
  overflow-y: auto;
  box-sizing: border-box;
  height: 100vh;
}

.menu-toggle .nav {
  padding: 0 0 14vw;
  display: flex;
  justify-content: center;
}

.menu-toggle .nav li {
  margin: 0 6px;
}

.menu-toggle .nav li a {
  font-size: 15px;
  padding: 0 1px;
  position: relative;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0);
}

.menu-toggle .nav li a.active {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.menu-toggle nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12vw;
}

.menu-toggle nav a {
  display: flex;
  justify-content: center;
  line-height: 14px;
  padding: 0 14px 3px;
}

.menu-toggle nav a+a {
  border-left: 1px solid #FFF;
}

.menu-toggle .ins {
  width: 38px;
  margin: auto;
}

.navopen .menu-toggle {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

.navopen .hamburger {
  background: url(../img/shared/ft_f4_close.png) no-repeat center/cover;
  opacity: 1;
  z-index: 100;
  transition: opacity 0.3s ease;
}

.navopen .hamburger img {
  opacity: 0;
}

.navopen #ft-fixed ul .hide {
  opacity: 0;
}

.btn-h a {
  position: relative;
  border: 1px solid #a2a2a2;
  padding: 21px 35px 21px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.btn-h a::before {
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(50% - 3px);
  right: 25px;
  background: #b2a833;
  content: "";
  border-radius: 50%;
}

.btn-h a::after {
  background: url(../img/shared/line.png) repeat-x center top, url(../img/shared/line.png) repeat-x center bottom;
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
}

@media screen and (min-width: 768px) {
  .btn-h a {
    position: relative;
    border: 1px solid #a2a2a2;
    padding: 0 45px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 340px;
    height: 80px;
    transition: all 0.35s ease;
  }

  .btn-h a:hover {
    color: #b2a833;
  }

  .btn-h a::before {
    width: 7px;
    height: 7px;
    position: absolute;
    top: calc(50% - 3px);
    right: 35px;
    background: #b2a833;
    content: "";
    border-radius: 50%;
  }

  .btn-h a::after {
    background: url(../img/shared/line.png) repeat-x center top, url(../img/shared/line.png) repeat-x center bottom;
    content: "";
    position: absolute;
    top: 9px;
    left: 9px;
    right: 9px;
    bottom: 9px;
  }

  .pc-txt {
    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;
  }

  .pc-txt .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;
    letter-spacing: .5em;
    line-height: 56px;
    position: relative;
    right: -3px;
  }

  header h1 {
    font-size: 12px;
    position: absolute;
    top: 70px;
    right: 50px;
    text-align: right;
    padding: 0;
  }

  header .logo {
    display: none;
  }

  .ham-fix {
    position: fixed;
    top: 60px;
    right: 50px;
    display: flex !important;
    z-index: 101;
  }

  .ham-fix .btn-pp span {
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .ham-fix .btn-pp span:hover {
    opacity: 0.7;
  }

  .ham-fix .btn-pp span i {
    color: #838b0d;
  }

  .hamburger {
    cursor: pointer;
    transition: opacity 0.3s ease;
    width: 75px;
    position: fixed;
    top: 28px;
    right: 45px;
    z-index: -1;
    opacity: 0;
  }

  .navopen .hamburger {
    background: url(../img/shared/ham_pc_close.png) no-repeat center/cover;
  }

  .top-block {
    position: relative;
    min-height: 260px;
  }

  .pc-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .pc-nav .nav-block {
    position: absolute;
    top: 162px;
    left: 90px;
    display: flex;
    align-items: center;
  }

  .pc-nav .ins {
    width: 39px;
  }

  .pc-nav .ins a {
    transition: all 0.3s ease;
  }

  .pc-nav .ins a:hover {
    opacity: 0.7;
  }

  .pc-nav .logo-pc {
    position: absolute;
    top: 58px;
    left: 90px;
    width: 248px;
  }

  .pc-nav .nav-list {
    display: flex;
  }

  .pc-nav .nav-list li {
    margin-right: 25px;
    line-height: 32px;
  }

  .pc-nav .nav-list li.last {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    padding-left: 25px;
  }

  .pc-nav .nav-list li.last a+a {
    margin-left: 15px;
  }

  .pc-nav .nav-list li a {
    display: inline-block;
    position: relative;
    line-height: 30px;
    cursor: pointer;
    font-size: 16.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: all 0.34s ease;
  }

  .pc-nav .nav-list li a:hover,
  .pc-nav .nav-list li a.active {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }

  .pc-nav .box-contact {
    position: absolute;
    top: 110px;
    right: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .menu-toggle {
    visibility: hidden;
    position: fixed;
    width: 100% !important;
    top: 0;
    left: 0 !important;
    height: 100vh;
    overflow-y: hidden;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: opacity 0.4s ease;
    text-align: left;
    opacity: 0;
    background: url(../img/shared/bg_ham.jpg) no-repeat top center/cover;
    padding-left: 50%;
  }

  .menu-toggle .header-nav {
    padding: 200px 50px 90px 90px;
    box-sizing: border-box;
    position: relative;
  }

  .menu-toggle .header-nav .nav-link {
    width: 330px;
  }

  .menu-toggle .nav {
    padding: 0;
  }

  .menu-toggle .nav li {
    height: 160px;
    margin: 0 10px;
  }

  .menu-toggle .nav li a {
    font-size: 16.5px;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 26px;
    line-height: 26px;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .menu-toggle .nav li a:hover {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
  }

  .menu-toggle nav {
    margin-bottom: 45px;
  }

  .menu-toggle nav a {
    font-size: 16.5px;
    transition: all 0.3s ease;
  }

  .menu-toggle nav a:hover {
    opacity: 0.7;
  }

  .menu-toggle .nav-tel-pc {
    text-align: center;
  }

  .menu-toggle .nav-tel-pc .note {
    font-size: 15px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }

  .menu-toggle .nav-tel-pc .btn-link {
    display: flex;
    justify-content: center;
    padding: 15px 0 35px;
  }

  .menu-toggle .nav-tel-pc .btn-link a {
    width: 260px;
  }

  .menu-toggle .ins {
    width: 39px;
  }

  .menu-toggle .ins a {
    transition: all 0.3s ease;
  }

  .menu-toggle .ins a:hover {
    opacity: 0.7;
  }

  .tel-common {
    font-size: 22px;
    margin-right: 20px;
    letter-spacing: 0.14em;
  }

  .tel-common i {
    font-size: 14px;
  }

  .btn-link a {
    border: 1px solid;
    width: 230px;
    height: 55px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn-link a span {
    background: url(../img/shared/calendar_i.png) no-repeat center left;
    padding-left: 25px;
  }

  .btn-link a:hover {
    opacity: 0.7;
  }

  .has-nav .pc-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url(../img/shared/bg_nav_pc.png) repeat-x top -75px center;
    overflow: hidden;
  }

  .has-nav .pc-nav .ins {
    display: none;
  }

  .has-nav .pc-nav .logo-pc {
    position: absolute;
    top: 25px;
    left: 45px;
    width: 200px;
  }

  .has-nav .pc-nav .box-contact {
    top: 30px;
    right: 165px;
  }

  .has-nav .hamburger {
    opacity: 1;
    z-index: 100;
    transition: opacity 0.3s ease;
  }

  .has-nav .hamburger:hover {
    opacity: 0.7;
  }

  #key {
    padding-left: 90px;
  }

  #key p {
    width: 100%;
    height: 670px;
    position: relative;
    overflow: hidden;
  }
}

/*=============================================
 * <footer>
 *=============================================*/
.copied {
  pointer-events: none;
}

footer {
  position: relative;
  background: url(../img/shared/bg_ft_sp.jpg) no-repeat top center/cover;
  font-size: 14px;
  text-align: center;
  z-index: 9;
  padding: 22vw 5% 38vw;
  box-sizing: border-box;
}

footer .logo {
  margin: 0 20% 14vw;
}

footer .btn-copy {
  margin-bottom: 7vw;
}

footer .btn-copy a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: url(../img/shared/i_url.png) no-repeat center right;
  padding: 0 20px 2px 0;
}

footer address {
  padding: 6vw 0 0;
}

footer .ck {
  font-size: 12px;
  margin-bottom: 10vw;
}

footer .ck a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 5px;
}

footer #pagetop {
  display: block;
  width: 200px;
  position: relative;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media screen and (min-width: 768px) {
  footer {
    position: relative;
    background: url(../img/shared/bg_ft.jpg) no-repeat top center/cover;
    min-height: 414px;
    font-size: 15px;
    text-align: center;
    z-index: 9;
    padding: 100px 20px 105px;
    box-sizing: border-box;
  }

  footer .inner {
    display: flex;
    justify-content: space-between;
    max-width: 1260px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-right: 30px;
  }

  footer .ft-info {
    position: relative;
    min-height: 210px;
    padding-left: 260px;
    box-sizing: border-box;
    padding-top: 40px;
  }

  footer .ft-info .pc {
    position: relative;
  }

  footer .ft-info .nav {
    display: flex;
  }

  footer .ft-info .nav li {
    height: 160px;
    margin: 0 18px 0 0;
  }

  footer .ft-info .nav li a {
    font-size: 16.5px;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 26px;
    line-height: 26px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, 0);
  }

  footer .ft-info .nav li a:hover,
  footer .ft-info .nav li a.active {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
  }

  footer .ft-info nav {
    position: absolute;
    top: -12px;
    left: 250px;
    text-align: left;
  }

  footer .ft-info nav a {
    font-size: 16.5px;
    transition: all 0.3s ease;
  }

  footer .ft-info nav a:hover {
    opacity: 0.7;
  }

  footer .ft-info .ins {
    width: 39px;
    position: absolute;
    top: 75px;
    left: 250px;
  }

  footer .ft-info .ins a {
    transition: all 0.3s ease;
  }

  footer .ft-info .ins a:hover {
    opacity: 0.7;
  }

  footer .logo {
    margin: 0;
    width: 230px;
    top: 65px;
    position: absolute;
    left: 0;
  }

  footer .box-sns {
    text-align: right;
  }

  footer .btn-copy {
    margin-bottom: 32px;
  }

  footer .btn-copy a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background: url(../img/shared/i_url.png) no-repeat center right;
    padding: 0 20px 2px 0;
    transition: all 0.3s ease;
  }

  footer .btn-copy a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }

  footer #socialbuttons {
    margin: 0;
    text-align: right;
  }

  footer address {
    padding: 25px 0 0;
  }

  footer .ck {
    font-size: 12px;
    margin-bottom: 17px;
  }

  footer .ck a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 5px;
    transition: all 0.3s ease;
  }

  footer .ck a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }

  footer #pagetop {
    display: block;
    width: 106px;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 0 0 auto;
    z-index: 10 !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: url(../img/shared/up1.png);
    height: 23px;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  footer #pagetop:hover {
    filter: contrast(0.5);
  }

  footer #pagetop img {
    opacity: 0;
    visibility: hidden !important;
  }
}

/*====================== ft-fixed ====================== */
#ft-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
  color: #000;
  width: 100%;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
  background: url(../img/shared/bg_f.png) repeat-x center bottom;
}

#ft-fixed ul {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 10;
  display: flex;
}

#ft-fixed ul a img {
  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: #000;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 88;
  }

  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer::after {
    background: #000;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 88;
  }

  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  footer::after {
    background: #000;
    content: "";
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 88;
  }

  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

@media screen and (min-width: 768px) {
  footer::after {
    display: none !important;
  }

  #ft-fixed {
    display: none;
  }
}

/*=============================================
 * style custom
 *=============================================*/
.bg-parallax {
  position: relative;
  z-index: 0;
}

.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.img-parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}

.slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 100%;
}

.slick-dots li {
  width: 14px;
  height: 14px;
  margin: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}

.slick-dots li button {
  width: 14px;
  height: 14px;
  line-height: 0;
  font-size: 0;
  background: none;
  border: 1px solid #FFF;
  background: none;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 50%;
}

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

.slick-arrow {
  background: url(../img/shared/left.png) no-repeat center/cover;
  width: 45px;
  height: 46px;
  border: none !important;
  position: absolute;
  top: 18vw;
  z-index: 10;
  font-size: 0;
  cursor: pointer;
}

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

.slick-arrow.slick-next {
  right: 45px;
  background: url(../img/shared/right.png) no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .slick-dots li:hover {
    opacity: 0.8;
  }

  .slick-arrow {
    transition: all 0.3s ease;
  }

  .slick-arrow:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .menu-toggle .nav li a {
    width: 31px;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .img-parallax img {
    height: auto !important;
    object-fit: unset;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 0.4s;
  animation-delay: 0.5s;
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(10px, 10px, 0);
    opacity: 0;
    transform: translate3d(10px, 10px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(10px, 10px, 0);
    opacity: 0;
    transform: translate3d(10px, 10px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

/*=============================================
 * fadeRightUp
 *=============================================*/
@-webkit-keyframes fadeRightUp {
  0% {
    -webkit-transform: translate3d(10px, 10px, 0);
    opacity: 0;
    transform: translate3d(10px, 10px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeRightUp {
  0% {
    -webkit-transform: translate3d(10px, 10px, 0);
    opacity: 0;
    transform: translate3d(10px, 10px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeRightUp {
  -webkit-animation-name: fadeRightUp;
  animation-name: fadeRightUp;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 2s;
  animation-delay: 0.3s;
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.toggle-link {
  transition: all 0.3s ease;
}

/* .scroll-t {
  transition: all 0.5s ease;
} */
.slick-slide img {
  display: inline-block;
}

/*=============================================
 * .toggle
 *=============================================*/
.toggle .toggle-link {
  cursor: pointer;
}

.toggle .toggle-main {
  display: none;
}

.toggle.active .toggle-main {
  display: block;
}

.bnr-shared {
  max-width: 276px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.bnr-shared a {
  display: block;
  line-height: 1;
  padding: 16px 0;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
  font-size: 16px;
  transition: all .3s ease;
}

.bnr-shared a::after {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  width: 100%;
  left: calc(100% - 23px);
  max-width: 23px;
}

.bnr-shared a:hover:after {
  animation: hoverline 3s linear;
}

@keyframes hoverline {
  0% {
    width: 0px;
  }

  100% {
    width: 100%;
  }
}

.bnr-shared a:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .bnr-shared {
    max-width: 278px;
    margin: 0 auto;
  }

  .bnr-shared a {
    padding: 17px 0;
    font-size: 18px;
  }

  .bnr-shared a:hover {
    opacity: 1;
  }
}

.bnr-web {
  width: 276px;
  margin-left: auto;
  margin-right: auto;
}

.bnr-web a {
  display: block;
  line-height: 1;
  padding: 18px 0;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
  font-size: 16px;
  transition: all .3s ease;
}

.bnr-web a:hover {
  opacity: 1;
}

.bnr-web a span {
  padding-left: 30px;
  position: relative;
}

.bnr-web a span::before {
  content: "";
  background: url("../img/scene/calendar_hoso.png") no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .bnr-web {
    width: 258px;
  }

  .bnr-web a {
    padding: 18px 0;
    font-size: 16px;
  }

  .bnr-web a:hover {
    opacity: .6;
  }

  .bnr-web a span {
    padding-left: 30px;
  }

  .bnr-web a span::before {
    width: 20px;
    height: 20px;
    left: 4px;
  }
}

.sec__shopinfo {
  margin: 0 10px 5vw;
  padding-bottom: 15vw;
  background: url("../img/scene/sec6_bg.jpg") repeat-x top center;
  text-align: center;
  padding-top: 17vw;
}

.sec__shopinfo h2 {
  font-size: 5vw;
  letter-spacing: 0.2em;
  margin-bottom: 10vw;
  line-height: 1;
  font-weight: 300;
}

.sec__shopinfo .set1 {
  max-width: 809px;
  margin: 0 auto;
  padding-bottom: 14vw;
  background: url("../img/scene/double_line.png") repeat-x bottom center;
}

.sec__shopinfo .set1 .datatime {
  font-size: 4vw;
  margin-bottom: 5vw;
}

.sec__shopinfo .set1 .text {
  text-align: justify;
}

.sec__shopinfo .set2 {
  padding-top: 13vw;
}

.sec__shopinfo .set2 h3 {
  font-size: 4.8vw;
  letter-spacing: 0.3em;
  margin-bottom: 11vw;
  line-height: 1;
  font-weight: 300;
}

.sec__shopinfo .set2 .row {
  max-width: 736px;
  margin: 0 auto 15vw;
}

.sec__shopinfo .set2 .row .left {
  margin-bottom: 10vw;
}

.sec__shopinfo .set2 .row h4 {
  font-size: 4.5vw;
  line-height: 1;
  padding: 4vw 0;
  background: url("../img/scene/bg03.jpg");
  margin-bottom: 5vw;
}

.sec__shopinfo .set2 .row .left p {
  font-size: 5.2vw;
}

.sec__shopinfo .set2 .row .left p small {
  font-size: 19px;
}

.sec__shopinfo .set2 .row .right h4 {
  margin-bottom: 5vw;
}

.sec__shopinfo .set3 {
  border: 1px solid rgba(255, 255, 255, 0.33);
  padding: 8vw 5vw;
}

.sec__shopinfo .set3 dt {
  font-size: 5vw;
  margin-bottom: 6vw;
}

.sec__shopinfo .set3 dd {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .sec__shopinfo {
    margin: 0 57px 35px;
    padding-bottom: 139px;
    padding-top: 136px;
  }

  .sec__shopinfo h2 {
    padding-top: 0;
    font-size: 25px;
    letter-spacing: 8px;
    margin-bottom: 42px;
  }

  .sec__shopinfo .set1 {
    padding-bottom: 91px;
  }

  .sec__shopinfo .set1 .datatime {
    font-size: 20px;
    margin-bottom: 34px;
    letter-spacing: 5px;
  }

  .sec__shopinfo .set1 .text {
    line-height: 35px;
    text-align: center;
  }

  .sec__shopinfo .set2 {
    padding-top: 90px;
  }

  .sec__shopinfo .set2 h3 {
    font-size: 24px;
    letter-spacing: 8px;
    margin-bottom: 65px;
  }

  .sec__shopinfo .set2 .row {
    margin: 0 auto 66px;
  }

  .sec__shopinfo .set2 .row .left {
    margin-bottom: 0;
  }

  .sec__shopinfo .set2 .row .left,
  .sec__shopinfo .set2 .row .right {
    width: 332px;
  }

  .sec__shopinfo .set2 .row h4 {
    font-size: 18px;
    padding: 18px 0;
    margin-bottom: 33px;
  }

  .sec__shopinfo .set2 .row .left p {
    font-size: 26px;
  }

  .sec__shopinfo .set2 .row .left p small {
    font-size: 19px;
  }

  .sec__shopinfo .set2 .row .right h4 {
    margin-bottom: 26px;
  }

  .sec__shopinfo .set3 {
    max-width: 509px;
    margin: 0 auto;
    padding: 42px 0 44px;
  }

  .sec__shopinfo .set3 dt {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 4px;
  }

  .sec__shopinfo .set3 dd {
    text-align: center;
  }
}

#footer-page {
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#footer-page .shop {
  padding: 12vw 10% 5vw;
  text-align: center;
}

#footer-page .shop .logo {
  width: 210px;
  margin: 0 auto 1vw;
}

#footer-page .shop .tel-common {
  font-size: 22px;
  letter-spacing: 0.14em;
}

#footer-page .shop .tel-common i {
  font-size: 14px;
}

#footer-page .shop .nav-tel-pc {
  padding: 8vw 0 8vw;
}

#footer-page .shop .btn-link {
  display: flex;
  justify-content: center;
  margin-top: 8vw;
}

#footer-page .shop .btn-link a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 260px;
  height: 53px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer-page .shop .btn-link a span {
  background: url(../img/shared/calendar_i.png) no-repeat center left;
  padding-left: 28px;
}

#footer-page .shop .btn-link a:hover {
  opacity: 0.7;
}

#footer-page .list {
  padding: 0 0 16vw;
}

#footer-page .list dl {
  display: flex;
  padding: 10px 0;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
}

#footer-page .list dl dt {
  width: 30%;
}

#footer-page .list dl dd {
  width: 70%;
  word-break: break-all;
}

#footer-page .list dl dd span {
  width: 11px;
  display: inline-block;
  position: relative;
  top: -2px;
}

@media screen and (min-width: 768px) {
  #footer-page .shop {
    padding: 90px 20px 20px;
    text-align: center;
  }

  #footer-page .shop .logo {
    width: 284px;
    margin: 0 auto;
  }

  #footer-page .shop .ttl {
    margin-bottom: 35px;
  }

  #footer-page .shop .note {
    line-height: 20px;
  }

  #footer-page .shop .tel-common {
    font-size: 26px;
    letter-spacing: 0.14em;
  }

  #footer-page .shop .tel-common i {
    font-size: 20px;
  }

  #footer-page .shop .nav-tel-pc {
    padding: 0 0 35px;
  }

  #footer-page .shop .btn-link {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }

  #footer-page .shop .btn-link a {
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 260px;
    height: 53px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #footer-page .shop .btn-link a span {
    background: url(../img/shared/calendar_i.png) no-repeat center left;
    padding-left: 28px;
  }

  #footer-page .shop .btn-link a:hover {
    opacity: 0.7;
  }

  #footer-page .shop .ins {
    width: 39px;
    margin: auto;
  }

  #footer-page .list {
    padding: 0 0 65px;
    max-width: 650px;
    margin: auto;
  }

  #footer-page .list dl {
    display: flex;
    padding: 10px 0;
    font-size: 15.5px;
    line-height: 28px;
    text-align: left;
  }

  #footer-page .list dl dt {
    width: 165px;
  }

  #footer-page .list dl dd {
    width: calc(100% - 165px);
    word-break: break-all;
  }

  #footer-page .list dl dd span {
    width: 11px;
    display: inline-block;
    position: relative;
    top: -2px;
  }

  #footer-page .list dl dd a {
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }

  #footer-page .list dl dd a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}