@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
  font-size: 15px;
  line-height: 2.1333333333;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  min-width: inherit;
  min-height: inherit;
  letter-spacing: 0.15em;
  font-weight: 300;
  max-height: 100%;
  background: url("../img/shared/bg.jpg");
}

@supports (-webkit-touch-callout: none) {
  body {
    letter-spacing: 0.08em;
  }
}
.nav--opened {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.nav--opened #ft_fixed,
.nav--opened footer:after,
.nav--opened #pagetop,
.nav--opened .fx-btn {
  z-index: -1 !important;
  opacity: 0 !important;
}

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

body.nav--opened .hamburger,
body.nav--opened #menu_toggle,
body.nav--opened #menu_toggle * {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-notosan {
  font-family: "Noto Sans JP", sans-serif;
}

.fnt-ytl {
  font-family: "Yellowtail", cursive;
}

.fnt-notosr {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

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

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

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

/*=============================================
 * header
 *=============================================*/
header {
  position: relative;
}
header:before {
  content: "";
  background: #fff;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 130px;
}
header h1 {
  z-index: 1;
  font-size: 13px;
  text-align: left;
  display: table;
  color: #999999;
  height: 56px;
  line-height: 1.3;
  letter-spacing: 0.15em;
  margin: 0 320px 0 390px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
header h1 span {
  vertical-align: middle;
  display: table-cell;
}
header .logo {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 30px;
}
@media only screen and (max-width: 767px) {
  header:before {
    width: 115px;
    height: 86px;
  }
  header h1 {
    font-size: 10px;
    text-align: center;
    height: 40px;
    margin: 0 5% 10px;
  }
  header .logo {
    left: 5px;
    width: 110px;
  }
  header .logo a {
    display: block;
    padding: 10px;
  }
}

/*=============================================
 * nav
 *=============================================*/
.nav-sub {
  padding: 11px 40px;
}
.nav-sub li {
	
  position: relative;
}
.nav-sub li:after {
  content: "｜";
  display: inline-block;
  margin: 0 6px;
}
.nav-sub a {
  color: #555555;
  font-size: 18.5px;
  letter-spacing: 0.1em;
}

.nav-fixed {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.nav-fixed.fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

#fx-nav {
  background: rgba(255, 255, 255, 0.9);
}
#fx-nav .wrap {
  padding: 16px 0 12px;
}
#fx-nav .g-nav {
  font-size: 17px;
}
#fx-nav .g-nav li + li {
  margin-left: 23px;
}
#fx-nav .tel-box dt {
  letter-spacing: 0;
}
#fx-nav .tel-box dd {
  letter-spacing: 0;
}
#fx-nav .btn-web {
  width: 230px;
  width: 225px;
  position: absolute;
  right: 0;
  right: -5px;
  top: 38px;
}
#fx-nav .btn-web a {
  font-size: 15px;
  line-height: 40px;
  padding-left: 23px;
}
#fx-nav .btn-web a:before {
  width: 47px;
}

@supports (-webkit-touch-callout: none) {
  .tel-box dd {
    letter-spacing: 0;
  }

  #fx-nav .btn-web {
    right: -15px;
    width: 220px;
  }
}
#menu_toggle {
  top: 0;
  left: 210px;
  z-index: 999;
  position: absolute;
}

.menu_toggle .g-nav {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 15px 0 10px;
  border-bottom: 1px dashed #c2cdbf;
}
.menu_toggle .menu1 a {
  font-size: 18px;
}
.menu_toggle .menu1 li {
  display: inline-block;
}
.menu_toggle .menu1 li + li {
  margin-left: 20px;
}
.menu_toggle .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu_toggle .tel-box {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 8px 0 4px;
}
.menu_toggle .btn-box {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.menu_toggle .btn-box li {
  float: left;
}
.menu_toggle .btn-box li + li {
  margin-left: 10px;
}

.tel-box {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #365a2c;
}
.tel-box dt {
  font-size: 17px;
  display: inline-block;
  letter-spacing: 0.05em;
}
.tel-box dt span {
  font-size: 23px;
  line-height: 1;
  margin-left: 8px;
  letter-spacing: 0.07em;
}
.tel-box dd {
  display: inline-block;
  letter-spacing: 0.08em;
  font-size: 13px;
}

.g-nav {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.g-nav a {
  display: block;
  position: relative;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.g-nav a:before {
  content: "";
  z-index: 1;
  height: 1px;
  width: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 2px;
  background: currentColor;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.g-nav a:hover {
  text-decoration: none;
  opacity: 0.3;
}
.g-nav a:hover:before {
  width: 100%;
}
.g-nav .active a, .g-nav a.active {
  opacity: 0.3;
}
.g-nav .active a:before, .g-nav a.active:before {
  width: 100%;
}

.btn-link {
  display: block;
  position: relative;
  color: #fff;
  background: #365a2c;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  line-height: 50px;
  font-size: 18px;
  text-align: left;
  padding: 0 0 0 40px;
  max-width: 100%;
  width: 350px;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 0.1em;
}
.btn-link:before {
  content: "";
  width: 67px;
  height: 20px;
  margin-top: -10px;
  border-left: 1px solid #738c6c;
  position: absolute;
  top: 50%;
  right: 0;
  background: url("../img/shared/btn_arrow.png") no-repeat center;
}
.btn-link:hover {
  opacity: 0.8;
  text-decoration: none;
}

/*=============================================
 * key
 *=============================================*/
#key {
  z-index: 0;
  position: relative;
  text-align: center;
}

/*=============================================
 * hamburger
 *=============================================*/
.hamburger {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  background: #365a2c;
  width: 50px;
  height: 50px;
}
.hamburger span {
  width: 25px;
  height: 2px;
  position: absolute;
  top: 24px;
  right: 0;
  left: 0;
  background-color: #fff;
  margin: auto;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger span:before, .hamburger span:after {
  content: "";
  background: #fff;
  height: 2px;
  position: absolute;
  right: 0;
  left: 0;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
.hamburger span:before {
  top: -10px;
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger span:after {
  bottom: -10px;
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger.is-active span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.is-active span:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.brand-toggle {
  z-index: 999;
}
.brand-toggle.active .toggle-link .ham span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.brand-toggle.active .toggle-link .ham span:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.brand-toggle.active .toggle-link .ham span:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.brand-toggle .toggle-main {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
}
.brand-toggle .toggle-main ul {
  width: 300px;
  background: #222;
}
.brand-toggle .toggle-main ul a {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  background: #fdfdfc;
  height: 70px;
  line-height: 1.2;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #222222;
}
.brand-toggle .toggle-main ul a span {
  display: block;
  width: 100%;
}
.brand-toggle .toggle-main ul a small {
  display: block;
  width: 100%;
  font-size: 15px;
}
.brand-toggle .toggle-main ul a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.brand-toggle .toggle-main ul li + li {
  margin-top: -1px;
}
.brand-toggle .toggle-link {
  width: 250px;
  height: 60px;
  padding: 0 20px 0 25px;
  color: #fff;
  background: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.brand-toggle .toggle-link .ham {
  position: relative;
  width: 34px;
  height: 24px;
}
.brand-toggle .toggle-link .ham span {
  display: block;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.brand-toggle .toggle-link .ham span:before, .brand-toggle .toggle-link .ham span:after {
  content: "";
  left: 0;
  right: 0;
  background: #fff;
  height: 3px;
  position: absolute;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
.brand-toggle .toggle-link .ham span:before {
  top: -11px;
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.brand-toggle .toggle-link .ham span:after {
  bottom: -11px;
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.brand-toggle .toggle-link .text {
  font-size: 19px;
  font-weight: 500;
}
.brand-toggle .toggle-link .text small {
  font-size: 13px;
  margin-left: 8px;
  vertical-align: 2px;
}
.brand-toggle .toggle-link:hover {
  opacity: 0.8;
}

/*=============================================
 * footer
 *=============================================*/
footer {
  position: relative;
  text-align: center;
  z-index: 2;
  font-size: 14px;
}
footer .bkl {
  position: relative;
  z-index: 0;
  background: url("../img/shared/f_bg.jpg");
}
footer address {
  display: block;
  margin-top: 20px;
}
footer .cookie-link {
  margin-bottom: 10px;
}
footer .cookie-link a {
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
}
footer .cookie-link a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}
footer .ft-bottom {
  padding: 0 50px 60px;
  color: #666666;
}
footer .ft-bottom nav {
  margin-bottom: 40px;
  position: relative;
  padding: 21px 0;
}
footer .ft-bottom nav:before, footer .ft-bottom nav:after {
  content: "";
  left: 0;
  right: 0;
  height: 3px;
  position: absolute;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
footer .ft-bottom nav:before {
  top: 0;
}
footer .ft-bottom nav:after {
  bottom: 0;
}
footer .ft-bottom nav li {
  margin: 0 10px;
}
footer #map {
  padding-left: 50px;
  padding-right: 50px;
}
footer .ft-logo {
  position: relative;
  z-index: 1;
  padding: 130px 0 100px;
  margin-bottom: 60px;
}
footer .ft-logo:before {
  content: "";
  z-index: -1;
  height: 750px;
  background: url("../img/shared/f_info_bg.jpg") no-repeat center/cover;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
footer .ft-info {
  padding-bottom: 70px;
}
footer .ft-info .col-left {
  width: 530px;
  margin-left: 40px;
}
footer .ft-info .col-right {
  width: 350px;
  margin-right: 40px;
}
footer .ft-info .btn-group {
  margin-bottom: 30px;
}
footer .ft-info .btn-group .print {
  margin-bottom: 13px;
  margin-top: 2px;
  text-align: right;
}
footer .ft-info .btn-group .print a {
  display: inline-block;
  display: inline-block;
  border-bottom: 1px solid currentColor;
}
footer .ft-info .btn-group .print a:hover {
  opacity: 0.8;
  text-decoration: none;
  border-bottom-color: transparent;
}
footer .ft-info .vcard {
  margin-top: -6px;
}
footer .ft-info .vcard dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  padding-bottom: 11px;
  margin-bottom: 10px;
  line-height: 22px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.11);
}
footer .ft-info .vcard dt {
  width: 110px;
}
footer .ft-info .vcard dd {
  width: 425px;
  margin-right: -8px;
}
footer .ft-info .privacy-box {
  text-align: center;
  padding: 55px 5px 53px;
  border: 1px solid #717171;
}
footer .ft-info .privacy-box dt {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.45;
}
footer .ft-info .privacy-box dd {
  font-size: 14px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  footer {
    font-size: 13px;
  }
  footer .cookie-link a:hover {
    border-bottom-color: currentColor;
  }
  footer .ft-bottom {
    padding: 20px 0 100px;
    font-size: 13px;
  }
  footer #map {
    padding-left: 2%;
    padding-right: 2%;
  }
  footer .ft-logo {
    margin-bottom: 20px;
    padding: 12vw 0 10vw;
  }
  footer .ft-logo > p {
    margin: auto;
    width: 26%;
  }
  footer .ft-logo:before {
    top: -280px;
    height: auto;
  }
  footer .ft-info {
    padding-bottom: 10px;
  }
  footer .ft-info .col-left {
    width: 100%;
    margin-left: 0;
  }
  footer .ft-info .col-right {
    width: 100%;
    margin-right: 0;
  }
  footer .ft-info .btn-group {
    margin-bottom: 20px;
  }
  footer .ft-info .vcard {
    margin-top: 40px;
  }
  footer .ft-info .vcard dl {
    line-height: 1.4;
  }
  footer .ft-info .vcard dt {
    width: 28%;
  }
  footer .ft-info .vcard dd {
    width: 70%;
    margin-right: 0;
  }
  footer .ft-info .privacy-box {
    padding: 50px 8%;
  }
  footer .ft-info .privacy-box dd {
    text-align: left;
  }
}

#map {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  margin-top: -50px;
}
#map iframe {
  display: block;
  width: 100%;
  height: 550px;
}

#pagetop {
  right: 20px;
  bottom: 20px;
}

#socialbuttons {
  max-width: 350px;
}

/*=============================================
 * ft_fixed_shared
 *=============================================*/
#ft_fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 999;
}

.ft_fixed_shared {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  background: #365a2c;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.ft_fixed_shared li {
  position: relative;
  width: 26%;
}
.ft_fixed_shared li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 8px 0;
}
.ft_fixed_shared li i {
  margin-right: 8px;
  width: 20px;
}
.ft_fixed_shared li:nth-child(1) {
  width: 48%;
}
.ft_fixed_shared .fx-ham {
  padding-left: 1px;
}
.ft_fixed_shared .fx-ham .hamburger {
  width: 100%;
  height: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ft_fixed_shared .fx-ham .hamburger span {
  width: 17px;
  position: relative;
  top: auto;
  margin: 0 7px 0 0;
}
.ft_fixed_shared .fx-ham .hamburger span:before {
  top: -6px;
}
.ft_fixed_shared .fx-ham .hamburger span:after {
  bottom: -6px;
}
.ft_fixed_shared .fx-ham .hamburger.is-active span {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0s;
  transition: 0s;
}
.ft_fixed_shared .fx-ham .hamburger.is-active span:before, .ft_fixed_shared .fx-ham .hamburger.is-active span:after {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0s;
  transition: 0s;
}
.ft_fixed_shared a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navOpen #ft_fixed {
  z-index: 2;
}

.has_nav #ft_fixed {
  opacity: 1;
  visibility: visible;
}

/* iPhone X */
@media only screen and (max-width: 767px) and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .has_nav footer:after {
    background: #365a2c;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 1;
  }

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

  .has_nav #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 45px);
  }
}
/* iPhone XR */
@media only screen and (max-width: 767px) and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .has_nav footer:after {
    background: #365a2c;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 1;
  }

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

  .has_nav #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 45px);
  }
}
/* iPhone 11 */
@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .has_nav footer:after {
    background: #365a2c;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 1;
  }

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

  .has_nav #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 45px);
  }
}
/*=============================================
 * general
 *=============================================*/
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-slide > div {
  font-size: 0;
  line-height: 0;
}

.slick-dots {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 10px;
}
.slick-dots li button {
  border: none;
  background: #666666;
  position: relative;
  cursor: pointer;
  outline: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.slick-dots li:hover {
  opacity: 0.5;
}
.slick-dots .slick-active button {
  opacity: 0.3;
}

.slick-arrow {
  z-index: 2;
  border: none;
  outline: none;
  color: transparent;
  position: absolute;
  cursor: pointer;
  width: 42px;
  height: 60px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: transparent;
}
.slick-arrow:before {
  content: "";
  position: absolute;
  margin-top: -21px;
  top: 50%;
  right: 10px;
  width: 42px;
  height: 42px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow:hover {
  opacity: 0.5;
}

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

.c-red {
  color: #d72c30;
}

.c-green {
  color: #365a2c;
}

.btn-popup:hover {
  cursor: pointer;
}

#popup-bnr {
  margin: auto;
  padding: 0;
  color: #000;
  max-width: 900px;
  text-align: center;
  border: 1px solid #171717;
  border-radius: 5px;
}
#popup-bnr h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#popup-bnr ul {
  width: 600px;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#popup-bnr ul li {
  padding: 0 10px;
}
#popup-bnr .txt1 {
  font-size: 19px;
  font-weight: bold;
  margin: 0 0 25px;
  letter-spacing: 0;
  line-height: 1.5789473684;
}
#popup-bnr .txt2 {
  padding-bottom: 35px;
  margin-bottom: 40px;
  position: relative;
}
#popup-bnr .txt2:after {
  content: "";
  width: 740px;
  max-width: 100%;
  height: 4px;
  margin: auto;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
#popup-bnr .inner {
  text-align: center;
  padding: 60px 0 55px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#popup-bnr .btn-close {
  text-align: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 13px;
}
#popup-bnr .btn-close:hover {
  opacity: 0.5;
}
#popup-bnr .btn-close:before, #popup-bnr .btn-close:after {
  content: "";
  width: 25px;
  height: 1px;
  background: #000;
  margin: auto;
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
}
#popup-bnr .btn-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#popup-bnr .btn-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img_parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .img_parallax img {
    height: auto !important;
    -o-object-fit: unset;
       object-fit: unset;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
}
@supports (-ms-accelerator: true) {
  .img_parallax img {
    height: auto !important;
    -o-object-fit: unset;
       object-fit: unset;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.9;
  }

  .txt {
    text-align: justify;
  }

  #pagetop {
    width: 50px;
    bottom: 45px;
    right: 0;
  }

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

  .slick-dots li {
    padding: 8px;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .slick-dots li:hover {
    opacity: 1;
  }

  .slick-arrow {
    width: 25px;
    height: 40px;
  }
  .slick-arrow:before {
    margin-top: -12px;
    right: 5px;
    width: 24px;
    height: 24px;
  }
  .slick-arrow:hover {
    opacity: 1;
  }

  #fx-nav {
    height: 0;
    display: none;
    visibility: hidden;
    pointer-events: none;
  }

  .wrap {
    padding: 0 4%;
    max-width: 100%;
  }

  #map iframe {
    height: 480px;
  }

  #menu_toggle {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    background: transparent;
    padding: 60px 0 100px;
    text-align: center;
    transition: opacity 0.5s ease 0s, height 0s;
    -moz-transition: opacity 0.5s ease 0s, height 0s;
    -webkit-transition: opacity 0.5s ease 0s, height 0s;
  }
  .navOpen #menu_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }

  .menu_toggle .inner {
    display: block;
  }
  .menu_toggle .close_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 9;
  }
  .menu_toggle .close_btn:before, .menu_toggle .close_btn:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #999999;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    margin: auto;
  }
  .menu_toggle .close_btn:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu_toggle .close_btn:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu_toggle .g-nav {
    padding-top: 30px;
    margin: 30px auto 15px;
    border-top: 1px solid #cccccc;
    border-bottom: none;
    max-width: 80%;
    width: 350px;
  }
  .menu_toggle .g-nav .menu1 li {
    display: block;
  }
  .menu_toggle .g-nav .menu1 li + li {
    margin-left: 0;
  }
  .menu_toggle .g-nav li {
    margin-bottom: 7px;
  }
  .menu_toggle .g-nav a {
    font-size: 15px;
    display: inline-block;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .menu_toggle .g-nav a:before {
    margin-top: 0;
  }
  .menu_toggle .tel-box dt {
    display: block;
  }
  .menu_toggle .tel-box dt span {
    display: block;
    margin: 0;
  }
  .menu_toggle .tel-box dd {
    margin-top: 5px;
    font-size: 12px;
    display: block;
  }
  .menu_toggle .btn-box {
    width: 80%;
    margin: auto;
  }
  .menu_toggle .btn-box li {
    float: none;
  }
  .menu_toggle .btn-box .btn-link {
    margin: auto;
  }

  .btn-link {
    font-size: 15px;
    padding-left: 30px;
  }

  body.navOpen main::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.92);
  }

  .btn-popup, .btn-link {
    -webkit-transition: 0s;
    transition: 0s;
    margin: auto;
  }
  .btn-popup:hover, .btn-link:hover {
    opacity: 1;
  }

  #popup-bnr h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  #popup-bnr .txt1 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
  }
  #popup-bnr .txt2 {
    text-align: left;
    margin-bottom: 25px;
  }
  #popup-bnr .txt-box {
    width: 93%;
    margin: 0 auto;
  }
  #popup-bnr ul {
    display: inline-block;
    width: auto;
  }
  #popup-bnr ul li {
    padding: 0;
  }
}