<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #2a1c16;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 34px;
  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-outlined {
  font-size: 30px;
}
/*=============================================
 ******************* 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 {
  width: 100%;
  height: 882px;
}
.red {
  color: #87130f;
}
.brown {
  color: #8d4a1c;
}
.btn-cus {
  background: #392212;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0.01em;
  position: relative;
  height: 40px;
  overflow: hidden;
  font-weight: bold;
  font-family: 'Shippori Mincho B1', serif;
}
.btn-cus:after {
  position: absolute;
  content: "";
  background: url("../img/shared/arrow.png") no-repeat center left;
  top: 0;
  left: 15px;
  right: 0;
  bottom: 0;
}
.btn-cus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #181614;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-cus:hover:before, .btn-cus:hover:focus:before, .btn-cus:hover:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.btn-cus a {
  position: relative;
  z-index: 1;
  padding: 0 0 0 49px;
  display: block;
}
.btn-cus a:hover {
  text-decoration: none;
}
.btn-cus2 {
  background: #823200;
  line-height: 34px;
  letter-spacing: 0.12em;
  height: 34px;
}
.btn-cus2 a {
  padding: 0 0 0 29px;
}
header {
  position: relative;
}
header h1 {
  position: absolute;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0.08em;
  color: #fff;
  bottom: 11px;
  left: 48px;
  z-index: 2;
}
header .logo {
  position: absolute;
  top: 333px;
  left: 0;
  right: 0;
  width: 400px;
  margin: 0 auto;
}
header .deco {
  position: absolute;
  bottom: -41px;
  right: 30px;
  z-index: 1;
}
header .tel {
  background: url("../img/shared/bg8.jpg") repeat center top;
  text-align: center;
  padding: 13px 0 18px 0;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.025em;
  font-weight: bold;
}
header .tel dt {
  margin-bottom: 6px;
}
header .tel dd {
  line-height: 1;
}
header .tel dd .icon {
  display: inline-block;
  vertical-align: super;
  margin: 0 6px 0 0;
}
header .tel dd .num {
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0;
}
header .btn-popup {
  letter-spacing: -0.07em;
}
header .group-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
header .nav {
  font-size: 0;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
header .nav li {
  margin-right: 21px;
}
header .nav li:hover {
  text-decoration: none;
}
header .nav li:hover a {
  text-decoration: none;
}
header .nav li a {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.12em;
  position: relative;
  padding-top: 83px;
  padding-bottom: 44px;
  display: inline-block;
  padding-right: 3px;
  overflow: hidden;
}
header .nav li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c04815;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
header .nav li a:hover {
  text-decoration: none;
}
header .nav li a:hover:before, header .nav li a:hover:focus:before, header .nav li a:hover:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
header .nav li:last-child {
  margin-right: 0;
}
header .nav .active a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
header .social li {
  background: #c04815;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
header .social li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #181614;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
header .social li:hover:before, header .social li:hover:focus:before, header .social li:hover:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
header .header .left {
  position: absolute;
  top: 29px;
  left: 34px;
  width: 350px;
}
header .header .left .tel {
  margin-bottom: 13px;
}
header .header .left .group-btn {
  margin-bottom: 13px;
}
header .header .left .group-btn .btn-cus2 {
  width: 110px;
}
header .header .left .social {
  margin: 159px 0 0 -3px;
}
header .header .left .social li {
  width: 44px;
}
header .header .left .social li + li {
  margin-top: 28px;
}
header .header .nav {
  width: 365px;
  position: absolute;
  top: 0;
  right: 69px;
  text-shadow: 1px 1px 1px #000;
}
.remodal {
  line-height: 30px;
  color: #131313;
}
.remodal h2 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 56px;
}
.remodal .txt {
  width: 377px;
  text-align: left;
  margin-top: 6px;
}
.remodal .txt p + p {
  margin-top: 30px;
}
.remodal .list {
  background: #edecea;
  width: 438px;
  text-align: left;
  line-height: 26px;
  padding: 29px 35px;
}
.copy.copied {
  pointer-events: none;
  background: #181614 !important;
}
.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%;
  z-index: 66;
  background: url("../img/shared/bg3.jpg")repeat center top;
  padding: 6px 0 14px 0;
}
header .nav-fixed.fixed {
  transform: translateY(0);
}
.mobile-nav .group-btn {
  margin: 0 auto 29px auto;
  width: 455px;
}
.mobile-nav .group-btn .btn-cus2 {
  font-size: 19px;
  line-height: 44px;
  height: 44px;
  width: 143px;
}
.mobile-nav .btn-popup {
  width: 350px;
  margin: 0 auto 70px;
}
.mobile-nav .group-btn .btn-cus2:after {
  left: 19px;
}
.mobile-nav .group-btn .btn-cus2 a {
  padding: 0 0 0 38px;
}
.mobile-nav .nav {
  width: 572px;
  margin: 0 auto;
  color: #2a1c16;
}
.mobile-nav .nav li {
  margin-right: 55px;
}
.mobile-nav .nav li a {
  font-size: 24px;
  letter-spacing: 0.2em;
  padding-top: 44px;
  padding-bottom: 79px;
}
.mobile-nav .nav li a:hover {
  color: #fff;
}
.mobile-nav .nav li:nth-child(2) a {
  padding-bottom: 69px;
}
.mobile-nav .nav li:last-child {
  margin-right: 0;
}
.mobile-nav .nav .active a {
  color: #fff;
}
.mobile-nav .tel {
  background: #f3eee9;
  width: 790px;
  margin: 0 auto 67px auto;
  padding: 24px 0 19px 0;
}
.mobile-nav .tel dt {
  margin-bottom: 6px;
}
.mobile-nav .social {
  margin: 0 auto;
  width: 222px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
header .toggle-button {
  position: fixed;
  top: 28px;
  right: 35px;
  z-index: 999;
  align-items: center;
  margin: 0 auto;
  padding: 38px 23px 57px 23px;
  color: #fff;
  background: #8a1614;
  visibility: hidden;
  cursor: pointer;
  border-radius: 50%;
}
header .toggle-button.fixed {
  visibility: visible;
}
header .toggle-button:after {
  font-size: 16px;
  content: 'MENU';
  position: absolute;
  top: 65px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.01em;
  left: 0;
  right: 0;
  align-items: center;
  display: block;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
}
header .toggle-button.active:after {
  content: "";
}
header .toggle-button .button {
  height: 5px;
  width: 54px;
  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.active {
  background-color: transparent;
}
header .toggle-button.active .button {
  width: 74px;
}
header .toggle-button .button:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 10px;
  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: 10px;
  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 {
  background: transparent;
}
header .toggle-button.active {
  background: transparent;
  top: 52px;
  right: 63px;
}
/*header .toggle-button.active .button {
  background: transparent;
}*/
header .toggle-button.active .button:before {
  top: 0;
  transform: rotate(30deg);
  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(-30deg);
  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: #2a1c16;
}
header .mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 73px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 90px;
  z-index: 990;
  background: url("../img/shared/bg3.jpg")repeat center top;
  opacity: 0;
  -webkit-transition: .5s all;
  transition: .5s all;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.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: url("../img/shared/bg2.jpg") repeat center top;
  color: #fbfafa;
  padding: 78px 0 0 0;
}
footer .row {
  margin-bottom: 148px;
  position: relative;
}
footer .row .photo {
  background: url("../img/shared/f_img.jpg") no-repeat center center;
  background-size: cover;
  width: calc(50% - 39px);
  height: 816px;
  top: 0;
  left: 0;
  position: absolute;
}
footer .row .info {
  width: 600px;
  padding-top: 10px;
  margin: 0 auto 0 calc(50% + 34px);
}
footer .row .info dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid #bcbcb3;
  padding: 13px 0 16px 0;
  line-height: 30px;
  letter-spacing: 0.1em;
}
footer .row .info dl dt {
  display: table-cell;
  width: 160px;
  padding-left: 8px;
  vertical-align: top;
}
footer .row .info dl dd {
  display: table-cell;
}
footer .row .info dl dd .w1 {
  width: 137px;
  display: inline-block;
}
footer .row .info .fza {
  font-size: 14px;
  letter-spacing: 0.1em;
  display: block;
}
footer .row .info .mr {
  display: inline-block;
  margin-right: -5px;
}
footer .row .info .tel {
  font-size: 24px;
  letter-spacing: 0.1em;
  display: block;
  margin: 5px 0 -5px 0;
}
footer .bnr {
  text-align: center;
  margin: 0 auto 106px auto;
}
footer .gmap {
  width: 100%;
  height: 601px;
  margin-bottom: 51px;
}
footer .gmap iframe {
  width: 100%;
  height: 100%;
}
footer .group-btn {
  margin-bottom: 43px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
footer .group-btn li {
  width: 460px;
}
footer .group-btn .btn-cus {
  background: url("../img/shared/bg9.jpg") repeat center top;
  font-size: 24px;
  line-height: 70px;
  letter-spacing: 0.1em;
  height: 70px;
  text-align: center;
  display: block;
}
footer .group-btn .btn-cus:after {
  background: url("../img/shared/arrow2.png") no-repeat center right;
  left: 0;
  right: 60px;
}
footer .group-btn .btn-cus a {
  padding: 0;
}
footer .group-btn .btn-cus span {
  position: relative;
  z-index: 1;
}
footer .group-btn .link {
  display: block;
  margin: 18px 0 0 32px;
  letter-spacing: 0.1em;
}
footer .row2 {
  background: #2a1c16;
  color: #d6cec9;
  padding: 42px 0 74px 0;
}
footer .row2 .wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
footer #socialbuttons {
  margin-right: 14px;
  margin-top: 6px;
  justify-content: flex-end;
}
footer address {
  text-align: left;
}
footer address, footer .cookies-link {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
footer .cookies-link a {
  text-decoration: none;
}
footer .cookies-link a:hover {
  text-decoration: underline;
}
footer .text {
  margin-left: 14px;
  order: -1;
}
footer #socialbuttons {
  text-align: center;
  display: flex;
}
.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: 1500px) {
  footer .row .info {
    margin: 0 16px 0 auto;
  }
  footer .row .photo {
    width: calc(100% - 650px);
  }
}
@media only screen and (max-width: 1366px) {
  header .mobile-nav {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 28px;
  }
  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: 22px 14px 34px 14px;
    top: 10px;
    right: 10px;
  }
  header .toggle-button .button {
    height: 2px;
    width: 30px;
  }
  header .toggle-button.active {
    padding: 22px 9px 34px 9px;
    top: 10px;
    right: 10px;
  }
  header .toggle-button.active .button {
    width: 40px;
  }
  header .toggle-button .button:before {
    top: 6px;
  }
  header .toggle-button .button:after {
    bottom: 6px;
  }
  header .toggle-button:after {
    font-size: 10px;
    top: 36px;
  }
  header .mobile-nav {
    padding-top: 0;
    padding-bottom: 0;
  }
  header .mobile-nav .wrap {
    padding-top: 90px;
    padding-bottom: 90px;
    overflow-y: scroll;
  }
  .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-outlined {
    font-size: 5vw;
  }
  #key {
    height: 80vh;
  }
  .txt {
    text-align: justify;
  }
  .btn-cus {
    font-size: 4vw;
    line-height: 12vw;
    height: 12vw;
    text-align: center;
  }
  .btn-cus:after {
    left: 4vw;
  }
  .btn-cus a {
    padding: 0;
  }
  .btn-cus2 {
    line-height: 9vw;
    height: 9vw;
    text-align: left;
  }
  .btn-cus2 a {
    padding: 0 0 0 8vw;
  }
  header h1 {
    font-size: 12px;
    line-height: 1.6;
    bottom: 5vw;
    left: 3%;
    width: 56%;
  }
  header .logo {
    top: 38vw;
    width: 64%;
  }
  header .deco {
    bottom: -5vw;
    right: -7vw;
    width: 50vw;
  }
  header .header .nav {
    display: none;
  }
  .mobile-nav .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-nav .group-btn {
    margin: 0 auto 3vw auto;
    width: 100%;
  }
  .mobile-nav .group-btn .btn-cus2 {
    font-size: 4vw;
    line-height: 9vw;
    height: 9vw;
    width: 32%;
  }
  .mobile-nav .group-btn .btn-cus2:after {
    left: 4vw;
  }
  .mobile-nav .group-btn .btn-cus2 a {
    padding: 0 0 0 8vw;
  }
  .mobile-nav .nav {
    width: 100%;
    margin: 0 auto 15vw auto;
    flex-wrap: wrap;
    text-align: center;
    order: -1;
  }
  .mobile-nav .nav li {
    margin-right: 0;
    width: 100%;
  }
  .mobile-nav .nav li a {
    font-size: 5vw;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    line-height: 1.4;
  }
  .mobile-nav .nav li:nth-child(2) a {
    padding-bottom: 0;
  }
  .mobile-nav .nav li + li {
    margin-top: 6vw;
  }
  .mobile-nav .btn-popup {
    width: 100%;
    margin-bottom: 15vw;
  }
  .mobile-nav .social {
    width: 56vw;
  }
  .mobile-nav .social li {
    width: 14vw;
  }
  .remodal {
    line-height: 28px;
  }
  .remodal h2 {
    font-size: 6vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }
  .remodal .txt {
    width: 100%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 5vw;
  }
  .remodal .txt p + p {
    margin-top: 6vw;
  }
  .remodal .list {
    width: 100%;
    padding: 5vw 3%;
  }
  footer {
    padding: 5vw 0 0 0;
  }
  footer .row {
    margin-bottom: 15vw;
  }
  footer .row .photo {
    width: 94%;
    height: auto;
    position: relative;
    margin: 0 auto 3vw auto;
  }
  footer .row .info {
    width: 94%;
    padding-top: 0;
    margin: 0 auto;
  }
  footer .row .info dl {
    padding: 13px 0 13px 0;
    line-height: 28px;
    display: block;
  }
  footer .row .info dl dt {
    display: block;
    width: 100%;
    padding-left: 4px;
  }
  footer .row .info dl dd {
    display: block;
    padding-left: 16px;
  }
  footer .row .info dl dd .w1 {
    width: 120px;
  }
  footer .row .info .fza {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  footer .row .info .mr {
    margin-right: 0;
  }
  footer .row .info .tel {
    font-size: 22px;
    margin: 0;
  }
  footer .bnr {
    margin: 0 auto 8vw auto;
    width: 94%;
  }
  footer .gmap {
    width: 98%;
    height: 480px;
    margin-bottom: 5vw;
    margin-left: auto;
    margin-right: auto;
  }
  footer .group-btn {
    margin-bottom: 10vw;
    margin-left: -2%;
    margin-right: -2%;
  }
  footer .group-btn li {
    width: 48%;
  }
  footer .group-btn .btn-cus {
    font-size: 4vw;
    line-height: 12vw;
    height: 12vw;
  }
  footer .group-btn .btn-cus:after {
    background: url("../img/shared/arrow2.png") no-repeat center right;
    background-size: 2vw;
    right: 3vw;
  }
  footer .group-btn .link {
    margin: 2vw 0 0 2vw;
    font-size: 3.2vw;
  }
  footer .row2 {
    padding: 8vw 0 100px 0;
  }
  footer .row2 .wrap {
    flex-wrap: wrap;
  }
  footer #socialbuttons {
    margin-right: 0;
    margin-top: 0;
    justify-content: center;
    width: 100%;
    margin-bottom: 5vw;
  }
  footer address {
    text-align: center;
  }
  footer address, footer .cookies-link {
    font-size: 13px;
    line-height: 28px;
  }
  footer .text {
    margin-left: 0;
    order: 0;
    width: 100%;
    text-align: center;
  }
}
/*=============================================
 ******************* footer *******************
 *=============================================*/
footer {}
/*=============================================
***************** copyright ******************
*=============================================*/
#pagetop {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 50px;
  right: 20px;
  visibility: visible;
}
#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: 15px;
  height: 15px;
  line-height: 0;
  margin: 0 8px;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  border: 1px solid #593712;
  background-color: transparent;
  font-size: 0;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #593712;
}
@media only screen and (max-width: 767px) {
  .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  #fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #480500;
    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: flex-start;
    background: #480500;
  }
  #fixed-sp ul li {
    width: 15%;
    border-right: 1px solid #6a241e;
  }
  #fixed-sp ul li a {
    width: auto;
    display: block;
    text-align: center;
  }
  #fixed-sp ul li a img {
    height: 56px;
    width: auto;
  }
  #fixed-sp ul li:first-child {
    width: 85%
  }
  #fixed-sp ul li:last-child {
    border-right: none;
  }
  #pagetop {
    right: 0;
    bottom: 60px;
    width: auto;
    z-index: 101;
    padding: 0 4px 0 4px;
    background: #480500;
  }
  #pagetop img {
    width: auto;
    height: 56px;
  }
  .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;
  }
  header .tel dd .icon {
    vertical-align: top;
    margin: 6px 6px 0 0;
  }
  .btn-cus {
    line-height: 38px;
  }
  .btn-cus2 {
    line-height: 32px;
  }
  .nav-fixed .tel {
    padding: 20px 0 23px 0;
  }
}</pre></body></html>