@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap');
html:not(.responsive) {
  min-width: 1000px;
  /* viewport */
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #605757;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  background: #e4e1e0;
  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 - customs
 *=============================================*/
.fnt-notosan {
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}

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

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

.wrap {
  width: 1000px;
}

/*=============================================
 * <header>
 *=============================================*/
header {
  position: relative;
}

header #hBtn {
  z-index: 1;
  position: absolute;
  top: 50px;
  right: 0;
}

header .logo {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 1;
}

header h1 {
  width: 50px;
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  color: #c1b9b6;
  font-size: 12px;
  text-align: center;
}

header h1 span {
  /* text-align: left;
  height: 100%;
  width: 21px;
  display: inline-block; */
  text-align: left;
    height: 480px;
    width: 21px;
    display: inline-block;
    z-index: 9;
    position: relative;
}

header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
}

header .nav ul a {
  letter-spacing: 0;
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #bbb3b0;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}

header .nav ul a:hover {
  text-decoration: none;
  color: #605757;
}

header .nav ul li {
  margin-right: 39px;
}

header .nav ul li:first-child {
  margin-right: 27px;
}

header .nav ul .active a {
  color: #605757;
}

#hNav {
  padding: 0 50px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#hNav a {
  padding-bottom: 4px;
}

#fxNav {
  background: #e4e1e0;
  padding: 0 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#fxNav ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#fxNav ul a {
  display: block;
  line-height: 60px;
}

#fxNav ul a:before {
  content: "";
  height: 3px;
  width: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #605757;
}

#fxNav ul .active a:before, #fxNav ul a:hover:before {
  width: 100%;
}

.nav-pin {
  top: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease, top .3s ease;
  -o-transition: opacity .3s ease, visibility .3s ease, top .3s ease;
  transition: opacity .3s ease, visibility .3s ease, top .3s ease;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
}

.nav-pin.fixed {
  top: 0;
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}

.nav-pin.fixed .nav-fixed {
  top: 0;
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}

.nav-pin .nav-fixed {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease, top .3s ease;
  -o-transition: opacity .3s ease, visibility .3s ease, top .3s ease;
  transition: opacity .3s ease, visibility .3s ease, top .3s ease;
  left: 0;
  right: 0;
  top: -60px;
}

#fxBtn {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 60px;
}

/*=============================================
 * key
 *=============================================*/
#key {
  min-height: 850px;
  position: relative;
  margin: 0 50px;
  text-align: center;
  background: url("../img/shared/bg1.jpg");
}

#key ul {
  min-height: inherit;
}

#key li {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*=============================================
 * <section>
 *=============================================*/
/*=============================================
 * <footer>
 *=============================================*/
footer {
  text-align: center;
  background: url("../img/shared/bg1.jpg");
  padding-top: 74px;
  padding-bottom: 45px;
}

footer .logo span {
  font-weight: bold;
  display: block;
  color: #605757;
  margin-top: 7px;
}

footer .tel {
  background: #605757;
  color: #fff;
  font-size: 13px;
  width: 416px;
  margin: 8px auto 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
}

footer .tel span {
  display: block;
}

footer .info {
  width: 800px;
  margin: auto;
  margin-top: 23px;
  margin-bottom: 67px;
}

footer .info dl {
  zoom: 1;
}

footer .info dl:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

footer .info dt {
  float: left;
  width: 285px;
  text-align: right;
}

footer .info dd {
  float: right;
  text-align: left;
  width: 493px;
}

footer .btn2 {
  border: 1px solid #605757;
  color: #4a4040;
  width: 345px;
  margin: auto;
  height: 45px;
  line-height: 43px;
  padding-right: 15px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .btn2 {
    padding-top: 4px;
  }
}

@supports (-ms-accelerator: true) {
  footer .btn2 {
    padding-top: 4px;
  }
}

footer .btn2:hover {
  background: #605757;
  color: #fff;
}

footer .btn2:hover:before {
  background-image: url("../img/shared/f_btn_arrow2_on.png");
}

footer .btn2:before {
  content: "";
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 16px;
  right: 27px;
  width: 8px;
  height: 11px;
  background: url("../img/shared/f_btn_arrow2.png") no-repeat center/contain;
}

footer .btn1 {
  color: #fff;
  background: #605757;
  width: 416px;
  margin: auto;
  height: 47px;
  line-height: 47px;
}

footer .can1 {
  color: #fff;
  background: #605757;
      width: 544px;
    margin: auto;
    line-height: 28px;
    padding: 15px 0;
    font-size: 15px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .btn1 {
    padding-top: 4px;
  }
}

@supports (-ms-accelerator: true) {
  footer .btn1 {
    padding-top: 4px;
  }
}

footer .btn1 .hvr-icon {
  margin-left: 5px;
  width: 26px;
  height: 8px;
  background: url("../img/shared/f_btn_arrow.png") no-repeat center/contain;
}

footer nav {
  padding-top: 16px;
  margin-top: 30px;
  margin-bottom: 20px;
  border-top: 1px solid #605757;
}

footer nav a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

footer nav li + li {
  margin-left: 30px;
}

footer nav li:nth-child(2) {
  margin-left: 20px;
}

footer nav li:last-child {
  margin-left: 25px;
}

/*=============================================
 * .socialbuttons
 *=============================================*/
/*=============================================
 * copyright
 *=============================================*/
address {
  display: block;
  margin-top: 12px;
}

.flexBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}

.flexCenter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}

.flexMiddle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.fb {
  font-weight: bold;
}

.shadw {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}

.btn-over img,
.over-img img,
img.over,
img:not(.btn):not(.non-over),
button img {
  opacity: 1;
  transform: translateX(0) translateZ(0);
  -moz-transform: translateX(0) translateZ(0);
  -webkit-transform: translateX(0) translateZ(0);
  -o-transition: none;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

.btnStyle {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  position: relative;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: bold;
}

.btnStyle:hover {
  text-decoration: none;
}

.btnStyle:hover .hvr-icon {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.btnStyle .hvr-icon {
  display: inline-block;
  -webkit-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

/*# sourceMappingURL=shared.css.map */

.txt-center2{
  text-align: center;
  margin-bottom: 20px;
}

.titl-center{
  font-size: 20px;
  font-weight: bolder;
}

.mt_20{
    margin-top: 20px;
}

.fontSMGoudy{
  font-family: 'Sorts Mill Goudy', serif !important;
}