@charset "UTF-8";

/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #101010;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.1em;
  background: url("../img/shared/bg.jpg")repeat center top;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

/*=============================================
 * 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-noto-sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.fnt-noto-serif {
  font-family: 'Noto Serif JP', serif;
}

.fnt-shippori-mincho {
  font-family: 'Shippori Mincho B1', serif;
}

.fnt-din-condensed {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.material-icons {
  font-size: 22px;
}

/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
}

.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

/*img {
  max-width: 100%;
  width: auto;
  height: auto;
}*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/*=============================================
 ******************** header ******************
 *=============================================*/
#key {
  line-height: 0;
  height: 900px;
  width: calc(100% - 350px);
}

/* btn-cus 背景変更 */
.btn-cus {
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  height: 60px;
  background: #030955;
  /* #000000 -> #030955 */
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(3, 9, 85, 0.35);
  /* Shadow color updated */
  -moz-box-shadow: 0px 0px 54px 0px rgba(3, 9, 85, 0.35);
  box-shadow: 0px 0px 54px 0px rgba(3, 9, 85, 0.35);
}

/* btn-cus2 hover color変更（必要であれば） */
.btn-cus2:hover {
  color: #030955;
  /* #000 -> #030955 */
}

/* header .tel font-size変更 */
header .tel {
  font-size: 18px;
  /* 16px -> 18px (navと同じに) */
  line-height: 24px;
  letter-spacing: 0.1em;
}

/* Toggle button background */
header .toggle-button {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999;
  align-items: center;
  margin: 0 auto;
  padding: 35px 22px 47px 22px;
  color: #fff;
  background: #030955;
  /* #000000 -> #030955 */
  visibility: hidden;
  cursor: pointer;
}

/* Footer background */
footer {
  background: #030955;
  /* #000000 -> #030955 */
  color: #fff;
  padding: 120px 0 53px 0;
}

.btn-cus:before {
  position: absolute;
  content: "";
  background: #831b03;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
}

.btn-cus:after {
  position: absolute;
  content: "";
  background: #831b03;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.btn-cus a {
  display: block;
  position: relative;
  z-index: 1;
}

.btn-cus a:hover {
  text-decoration: none;
}

.btn-cus:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.btn-cus .material-icons {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: auto 0;
}

.btn-cus2 {
  font-size: 18px;
  line-height: 56px;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  height: 60px;
  position: relative;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-family: 'Noto Serif JP', serif;
}

.btn-cus2:before {
  position: absolute;
  content: "";
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.btn-cus2:hover {
  color: #000;
}

.btn-cus2:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.btn-cus2 a {
  display: block;
  position: relative;
  z-index: 1;
}

.btn-cus2 a:hover {
  text-decoration: none;
}

.btn-cus2 .material-icons {
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: auto 0;
}

.red {
  color: #831b03;
}

header h1 {
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0em;
  color: #fff;
  position: absolute;
  top: 23px;
  right: 32px;
}

header .logo {
  margin: 0 0 22px 0;
}

header .tel {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
}

header .tel .num {
  font-size: 24px;
  letter-spacing: 0.1em;
}

header .nav {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.1em;
}

header .nav li {
  display: block;
  margin: 20px 0;
  position: relative;
}

header .nav li:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: calc(100% - 92px);
  width: 92px;
  height: 1px;
  background: #efece7;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: auto 0;
}

header .nav li a {
  display: inline-block;
}

header .nav li a:hover {
  text-decoration: none;
}

header .nav li:hover {
  color: #959595;
}

header .nav li:hover:after {
  transform: scale(1, 1);
}

header .nav .active {
  color: #959595;
}

header .nav .active:after {
  transform: scale(1, 1);
}

header .h-df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

header .header {
  background: url("../img/shared/black_wood_grad.jpg") repeat center top;
  width: 350px;
  text-align: center;
  padding: 56px 0 0 0;
}

header .header .nav {
  margin: 0 0 40px 0;
}

header .header .tel {
  margin: 0 0 20px 3px;
}

header .header .tel dt {
  margin-bottom: 4px;
}

header .header .btn-ins {
  width: 26px;
  line-height: 1;
  margin: 0 auto 30px auto;
}

header .header .btn-cus2 {
  width: 270px;
  margin: 0 auto 10px;
}

.remodal h2 {
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}

.remodal h2 span {
  display: inline-block;
  border-bottom: 1px dashed #999999;
}

.remodal h3 {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.remodal .txt {
  width: 588px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
}

.remodal .list {
  width: 590px;
  margin: 0 auto 30px auto;
  text-align: left;
  padding: 3px 50px 4px 132px;
  box-sizing: border-box;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  position: relative;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0;
}

.remodal .list:before {
  position: absolute;
  content: "";
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
}

.remodal .list:after {
  position: absolute;
  content: "";
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
}

.text_center {
  text-align: center;
}

.d-flex {
  display: flex;
}

* {
  box-sizing: border-box;
}

body,
main {
  overflow-x: hidden;
}

.main-wr .d-flex {
  justify-content: space-between;
}

.nav-fixed .d-flex {
  justify-content: space-between;
}

header .nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: .5s all;
  width: 100%;
  color: #fff;
  z-index: 66;
  background: #b80e0c;
  padding: 6px 0 14px 0;
}

header .nav-fixed.fixed {
  transform: translateY(0);
}

.nav-fixed .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 0 67px 154px;
  color: #030955;
}

.nav-fixed .tel {
  margin: 0 37px 0 0;
  letter-spacing: 0.1em;
  padding: 0 51px 0 0;
  border-right: 1px solid #030955;
  color: #030955;
}

.nav-fixed .tel .num {
  font-size: 28px;
  letter-spacing: 0.1em;
}

.nav-fixed .tel dt {
  font-weight: 600;
}

.nav-fixed .tel dd {
  line-height: 26px;
  letter-spacing: -0.06em;
  font-weight: normal;
  margin: 2px 0 -10px 0;
}

.nav-fixed .btn-ins {
  margin: 11px 0 0 0;
  line-height: 1;
}

.nav-fixed .nav {
  margin: 0 auto 85px 150px;
  width: 700px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  color: #030955;
  font-weight: 500;
}

.nav-fixed .nav li {
  width: 346px;
  margin: 8px 0;
}

.nav-fixed .nav li:after {
  left: 0;
  width: 0;
  height: 0;
  background: #efece7;
  transform: scale(0, 0);
}

.nav-fixed .nav li a {
  display: inline-block;
  position: relative;
  padding: 2px 0;
}

.nav-fixed .nav li a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #831b03;
  transform-origin: left top;
  transition: all .3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: auto 0;
}

.nav-fixed .nav li a:hover {
  text-decoration: none;
}

.nav-fixed .nav li:hover {
  color: #831b03;
}

.nav-fixed .nav li:hover a:after {
  width: 100%;
}

.nav-fixed .nav .active {
  color: #831b03;
}

.nav-fixed .nav .active a:after {
  width: 100%;
}

.nav-fixed .nav li:nth-child(2) {
  order: 3;
}

.nav-fixed .nav li:nth-child(3) {
  order: 5;
}

.nav-fixed .nav li:nth-child(4) {
  order: 7;
}

.nav-fixed .nav li:nth-child(5) {
  order: 9;
}

.nav-fixed .nav li:nth-child(6) {
  order: 2;
}

.nav-fixed .nav li:nth-child(7) {
  order: 4;
}

.nav-fixed .nav li:nth-child(8) {
  order: 6;
}

.nav-fixed .nav li:nth-child(9) {
  order: 8;
}

header .nav-fixed .btn-gr {
  display: flex;
}

.nav-fixed .btn-cus2 {
  margin: 0 auto 0 156px;
  width: 270px;
  color: #000;
  border: 1px solid #000;
}

.nav-fixed .btn-cus2:nth-child(2) {
  margin: 0 auto 0 0;
}

@media only screen and (max-width: 767px) {
  header .nav-fixed .btn-gr {
    display: block;
  }

  .nav-fixed .btn-cus2:nth-child(2) {
    margin: 20px auto 0;
  }
}

.nav-fixed .btn-cus2:before {
  background: #000;
}

.nav-fixed .btn-cus2:hover {
  color: #fff;
}

.nav-fixed .btn-cus2:hover:before {
  height: 100%;
}

header .toggle-button {
  position: fixed;
  top: 0px;
  /*10px*/
  right: 0px;
  /*10px*/
  z-index: 999;
  align-items: center;
  margin: 0 auto;
  padding: 35px 22px 47px 22px;
  color: #fff;
  background: #030955;
  visibility: hidden;
  cursor: pointer;
}

header .toggle-button:hover {
  opacity: 0.8;
}

header .toggle-button.fixed {
  visibility: visible;
}

header .toggle-button.active {
  right: 20px;
}

header .toggle-button:after {
  font-size: 14px;
  content: 'MENU';
  position: absolute;
  top: 58px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  left: 0;
  right: 0;
  align-items: center;
  display: block;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

header .toggle-button.active:after {
  content: "CLOSE";
}

header .toggle-button .button {
  height: 2px;
  width: 40px;
  background-color: #fff;
  position: relative;
  /*-webkit-transition: all 0ms .2s;
  transition: all 0ms .2s;*/
  display: block;
}

header .toggle-button.fixed {
  visibility: visible;
  -webkit-transition: all 0ms .2s;
  transition: all 0ms .2s;
}

header .toggle-button .button:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 7px;
  background: #fff;
  -webkit-transition: bottom 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

header .toggle-button .button:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 7px;
  background: #fff;
  -webkit-transition: bottom 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

header .toggle-button.active .button {
  background: transparent;
}

header .toggle-button.active .button:before {
  top: 0;
  transform: rotate(45deg);
  transition: top 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

header .toggle-button.active .button:after {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

header .toggle-button.active .close {
  transition-delay: .3s;
  opacity: 1;
}

.menu-open header .toggle-button .button:before,
.menu-open header .toggle-button .button:after {
  background: #fff;
}

header .mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 148px;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding-bottom: 50px;
  z-index: 990;
  background: url("../img/shared/bg.jpg")repeat center top;
  opacity: 0;
  -webkit-transition: .5s all;
  transition: .5s all;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
}

.menu-open header .mobile-nav {
  opacity: 1;
  pointer-events: initial;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.bg-parallax {
  position: relative;
  height: auto !important;
  min-height: auto;
}

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

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

footer {
  background: #000000;
  color: #fff;
  padding: 120px 0 53px 0;
}

footer #socialbuttons {
  margin-bottom: 25px;
}

footer address,
footer .cookies-link {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-align: center;
}

footer address {
  margin: 0 0 52px 0;
}

footer .cookies-link a {
  text-decoration: underline;
}

footer .cookies-link a:hover {
  text-decoration: none;
}

footer #socialbuttons {
  text-align: center;
  display: flex;
  justify-content: center;
}

.social-facebook {
  width: 95px;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
}

/*=============================================
===============================================
===============================================
*************** responsive header ************
===============================================
===============================================
*=============================================*/
/*@media screen and (max-width: $width-wrap - 1px) and (min-width: $width-sp) {	*/
/*@media only screen and (max-width: 1366px) {
  header .mobile-nav {
    padding-top: 90px;
  }
}*/
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 30px;
  }

  img {
    width: 100%;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .fl {
    float: none;
  }

  .fr {
    float: none;
  }

  .txt-vertical {
    cursor: auto;
    writing-mode: inherit;
    -o-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -moz-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    text-orientation: inherit;
    word-wrap: inherit;
  }

  .txt-vertical .txt-latin {
    cursor: auto;
    direction: inherit;
    writing-mode: inherit;
    -o-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -moz-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    text-orientation: inherit;
    -o-text-orientation: inherit;
    -ms-text-orientation: inherit;
    -ms-text-orientation: inherit;
    -moz-text-orientation: inherit;
    -webkit-text-orientation: inherit;
    letter-spacing: 0em;
  }

  header .toggle-button {
    visibility: visible;
    padding: 19px 11px 32px 11px;
  }

  header .toggle-button .button {
    height: 1px;
    width: 30px;
  }

  header .toggle-button:after {
    font-size: 10px;
    top: 36px;
  }

  header .toggle-button.active {
    top: 0;
    right: 0;
  }

  header .mobile-nav {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .hamberger-btn {
    position: fixed;
    top: 17px;
    right: 2%;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 201;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
  }

  .hamberger-btn::after {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "MENU";
    text-align: center;
    font-size: 10px;
    line-height: 20px;
  }

  .hamberger-btn span {
    width: 35px;
    height: 2px;
    position: absolute;
    top: 35%;
    -webkit-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
    left: 50%;
    background: #000;
  }

  .hamberger-btn span::before,
  .hamberger-btn span::after {
    width: 35px;
    height: 2px;
    position: absolute;
    left: 0;
    background: #000;
    content: "";
  }

  .hamberger-btn span::after {
    top: -8px;
  }

  .hamberger-btn span::before {
    top: 8px;
  }

  .nav-header .sub-nav::before {
    display: none;
  }

  .menu-open .hamberger-btn {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  .menu-open .hamberger-btn span {
    -webkit-transform: rotate(140deg) translateX(20px);
    transform: rotate(140deg) translateX(20px);
    top: 5px;
    left: 46%;
  }

  .menu-open .hamberger-btn span::after {
    -webkit-transform: rotate(-105deg) translateX(0px);
    transform: rotate(-105deg) translateX(0px);
    top: 0;
  }

  .menu-open .hamberger-btn::after {
    content: "CLOSE";
  }

  .menu-open .hamberger-btn span::before {
    opacity: 0;
  }

  .nav-header {
    width: 100%;
    height: 100vh;
    background: #FFF;
    position: fixed;
    top: 0;
    left: -100%;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
    opacity: 1;
  }

  .menu-open .nav-header {
    left: 0%;
    visibility: visible;
    overflow: auto;
  }

  .js-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }

  .hide-nav {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px auto;
    height: 50px;
  }

  img {
    width: 100%;
    height: auto;
  }

  .d-flex {
    flex-wrap: wrap;
  }

  .main-btn {
    width: 100%;
  }

  .hamberger-btn {
    top: 10px;
  }

  .material-icons {
    font-size: 4vw;
  }

  #key {
    width: 100%;
    height: auto;
  }

  .txt {
    text-align: justify;
  }

  .btn-cus {
    font-size: 4vw;
    line-height: 13vw;
    height: 13vw;
  }

  .btn-cus:before {
    width: 1.5vw;
  }

  .btn-cus .material-icons {
    right: 5vw;
  }

  .btn-cus2 {
    font-size: 4vw;
    line-height: 13vw;
    height: 13vw;
  }

  .btn-cus2 .material-icons {
    right: 5vw;
  }

  header {
    position: relative;
  }

  header h1 {
    top: auto;
    right: auto;
    bottom: 3vw;
    left: 3%;
    z-index: 1;
  }

  header .logo {
    margin: 0 0 0 1%;
    width: 42%;
  }

  header .header {
    background: none;
    width: 100%;
    text-align: center;
    padding: 3vw 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  header .mobile-nav {
    background: url("../img/shared/bg2.jpg") repeat center top;
  }

  .nav-fixed .row {
    margin: 0 0 5vw 0;
    flex-wrap: wrap;
  }

  .nav-fixed .tel {
    margin: 0 0 6vw 0;
    padding: 0;
    border-right: none;
    letter-spacing: 0.18em;
    text-align: center;
    font-size: 5vw;
    line-height: 1.2;
    width: 100%;
  }

  .nav-fixed .tel .num {
    font-size: 6.5vw;
    letter-spacing: 0.1em;
  }

  .nav-fixed .tel dd {
    font-weight: normal;
    line-height: 1.4;
    margin-top: 2vw;
    font-size: 3.5vw;
  }

  .nav-fixed .btn-ins {
    margin: 0 auto;
    width: 8vw;
  }

  .nav-fixed .nav {
    font-size: 18px;
    margin: 0 auto 8vw auto;
    width: 80%;
    flex-wrap: wrap;
    text-align: center;
  }

  .nav-fixed .nav li {
    width: 100%;
    margin: 6px 0;
  }

  .nav-fixed .nav li:nth-child(2) {
    order: 2;
  }

  .nav-fixed .nav li:nth-child(3) {
    order: 3;
  }

  .nav-fixed .nav li:nth-child(4) {
    order: 4;
  }

  .nav-fixed .nav li:nth-child(5) {
    order: 5;
  }

  .nav-fixed .nav li:nth-child(6) {
    order: 6;
  }

  .nav-fixed .nav li:nth-child(7) {
    order: 7;
  }

  .nav-fixed .nav li:nth-child(8) {
    order: 8;
  }

  .nav-fixed .nav li:nth-child(9) {
    order: 9;
  }

  .nav-fixed .btn-cus2 {
    margin: 0 auto;
    width: 80%;
  }

  .remodal h2 {
    font-size: 5vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }

  .remodal h2 span {
    border-bottom: 1px solid #999999;
    padding: 0 6% 3vw 6%;
  }

  .remodal h3 {
    font-size: 14px;
    margin-bottom: 6vw;
    text-align: left;
  }

  .remodal .txt {
    width: 90%;
    font-size: 14px;
  }

  .remodal .list {
    width: 100%;
    margin: 0 auto 5vw auto;
    padding: 5vw 5% 5vw 5%;
    font-size: 14px;
  }

  .remodal .list:before {
    width: 10vw;
  }

  .remodal .list:after {
    width: 10vw;
  }

  footer {
    padding: 15vw 0 100px 0;
  }

  footer #socialbuttons {
    margin-bottom: 5vw;
  }

  footer address {
    margin-bottom: 10vw;
  }
}

/*=============================================
 ******************* footer *******************
 *=============================================*/
footer {}

/*=============================================
***************** copyright ******************
*=============================================*/
#pagetop {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 50px;
  right: 20px;
}

#pagetop:hover {
  opacity: 0.9;
}

.slick-slider {
  z-index: 0;
}

.slick-track {
  will-change: transform;
}

.slick-slide * {
  transform: translate3d(0, 0, 0)
}

/* slick arrows custom */
.slick-arrow {
  width: 50px;
  height: 70px;
  line-height: 40px;
  border: none;
  background: transparent;
  font-size: 0;
  position: relative;
  position: absolute;
  top: 50%;
  z-index: 9;
  cursor: pointer;
}

.slick-prev {
  left: 0;
  background: url("../img/shared/prev.jpg")no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.slick-next {
  right: 0;
  background: url("../img/shared/next.jpg")no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

/* slick dots custom */
.slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
}

.slick-dots li {
  width: 12px;
  height: 12px;
  line-height: 0;
  margin: 0 2px;
}

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

.slick-dots li.slick-active button {
  background-color: #831b03;
}

@media only screen and (max-width: 767px) {
  .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 2px;
  }

  .slick-dots li button {
    width: 12px;
    height: 12px;
  }

  #fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000000;
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .fixed-btn #fixed-sp {
    opacity: 1;
  }

  #fixed-sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    background: #000000;
  }

  #fixed-sp ul li {
    width: calc(100% / 3)
      /*50%*/
    ;
    border-right: 1px solid #fff;
  }

  #fixed-sp ul li a {
    width: auto;
    height: 50px;
    display: block;
    text-align: center;
  }

  #fixed-sp ul li a img {
    height: 50px;
    width: auto;
  }

  #fixed-sp ul li:last-child {
    border-right: none;
  }

  #pagetop {
    right: 0;
    bottom: 60px;
    width: 60px;
    z-index: 99;
  }

  .menu-open #pagetop {
    z-index: 0;
    opacity: 0;
  }
}

/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .has_nav footer:after {
    background-color: transparent;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 60px;
  }

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

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 60px);
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .has_nav footer:after {
    background-color: transparent;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 60px;
  }

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

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 60px);
  }
}

/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2),
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3),
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .has_nav footer:after {
    background-color: transparent;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 60px;
  }

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

  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 60px);
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

/* ----------- iPad Pro 10.5" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

/* ----------- iPad Pro 12.9" ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

/*# sourceMappingURL=shared.css.map */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  p.btn img:hover,
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img {
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }

  p.bnr img:hover,
  .bnr-over img,
  .over-img img,
  img.over,
  img:not(.bnr):not(.non-over),
  button img,
  p.logo img:hover {
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }

  .btn-cus {
    line-height: 65px;
  }

  .btn-cus .material-icons {
    bottom: 5px;
  }

  .btn-cus2 {
    line-height: 58px;
  }
}

.info_txt2 {
  text-align: center;
  color: #000 !important;
}

/* =============================================
   Premium Footer
   ============================================= */
/* =============================================
   Premium Footer V2
   ============================================= */
.premium-footer.v2 {
  background-color: #030955;
  /* Keep Deep Blue */
  color: #fff;
  padding: 80px 0 60px;
  font-size: 13px;
  line-height: 1.8;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.premium-footer.v2 .footer-inner-v2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* Left Column */
.premium-footer.v2 .footer-left {
  width: 30%;
  padding-right: 40px;
  box-sizing: border-box;
}

.premium-footer.v2 .footer-logo-area {
  margin-bottom: 40px;
}

.premium-footer.v2 .footer-logo-area .jp-name {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.premium-footer.v2 .footer-logo-area .en-name {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  line-height: 1.2;
}

.premium-footer.v2 .footer-logo-area .sub {
  font-size: 10px;
  opacity: 0.7;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.premium-footer.v2 .footer-contact-v2 {
  margin-top: 30px;
}

.premium-footer.v2 .contact-label {
  font-size: 12px;
  margin-bottom: 5px;
}

.premium-footer.v2 .tel-number {
  font-size: 22px;
  color: #c5a572;
  /* Gold for highlight */
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}

.premium-footer.v2 .contact-note {
  font-size: 10px;
  opacity: 0.7;
}

/* Center Column */
.premium-footer.v2 .footer-center {
  width: 45%;
  padding-right: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.premium-footer.v2 .footer-center dl {
  display: flex;
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.premium-footer.v2 .footer-center dl:last-child {
  border-bottom: none;
}

.premium-footer.v2 .footer-center dt {
  width: 100px;
  font-weight: 500;
  opacity: 0.8;
}

.premium-footer.v2 .footer-center dd {
  width: calc(100% - 100px);
  opacity: 0.9;
}

/* Right Column */
.premium-footer.v2 .footer-right {
  width: 25%;
  padding-left: 40px;
  box-sizing: border-box;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.premium-footer.v2 .footer-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.premium-footer.v2 .footer-nav li {
  margin-bottom: 12px;
}

.premium-footer.v2 .footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
  letter-spacing: 0.1em;
}

.premium-footer.v2 .footer-nav a:hover {
  color: #c5a572;
}

.premium-footer.v2 .footer-sns-v2 {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 20px;
}

.premium-footer.v2 .footer-sns-v2 a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.premium-footer.v2 .footer-sns-v2 a:hover {
  opacity: 1;
  color: #c5a572;
}

.premium-footer.v2 .copyright {
  font-size: 10px;
  opacity: 0.5;
  margin-top: auto;
}

/* Responsive */
@media only screen and (max-width: 900px) {
  .premium-footer.v2 .footer-inner-v2 {
    flex-direction: column;
    padding: 0 20px;
  }

  .premium-footer.v2 .footer-left,
  .premium-footer.v2 .footer-center,
  .premium-footer.v2 .footer-right {
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
    margin-bottom: 40px;
  }

  .premium-footer.v2 .footer-center dl {
    justify-content: center;
    text-align: left;
  }

  .premium-footer.v2 .footer-center dt {
    width: 30%;
    text-align: right;
    padding-right: 15px;
  }

  .premium-footer.v2 .footer-center dd {
    width: 70%;
  }

  .premium-footer.v2 .footer-right {
    text-align: center;
    margin-bottom: 0;
  }

  .premium-footer.v2 .footer-sns-v2 {
    justify-content: center;
  }
}



header .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
}

header .header .logo {
  margin-bottom: 60px;
}

/* Header Bottom Layout */
header .header .btn-gr {
  margin-top: auto;
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
}

header .header .btn-gr .tel-reserve {
  font-size: 11px;
  color: #fff;
  margin-top: 8px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

header .header .btn-gr .tel-reserve a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* Adjust Nav margin to not push buttons too far down if needed */
header .nav {
  margin-bottom: 20px;
}

/* SP Menu Adjustment */
.nav-fixed .btn-gr .tel-reserve {
  font-size: 11px;
  color: #333;
  /* SP bg is likely white/light */
  margin-top: 8px;
  text-align: center;
}

.nav-fixed .btn-gr .tel-reserve a {
  color: inherit;
  border-color: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {

  /* Ensure the nav container takes full height and flexes */
  .nav-fixed.mobile-nav {
    display: flex;
    flex-direction: column;
  }

  /* Make the wrap expand to fill available space */
  .nav-fixed.mobile-nav .wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 100%;
    /* Ensure height is taken */
    box-sizing: border-box;
  }

  /* Push the button group to the bottom */
  .nav-fixed.mobile-nav .btn-gr {
    margin-top: auto;
    width: 100%;
    /* Ensure centering works */
  }

  /* Center the buttons in SP view */
  .nav-fixed .btn-cus2 {
    margin: 0 auto;
    /* Center horizontal */
  }
}