.mincho {
  font-family: ten-mincho, 'Noto Serif JP', serif;
}

main {
  padding-top: 80px;
}

/*=============================================
	header
*=============================================*/
header {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px 40px 15px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .logo {
  width: 180px;
  margin-left: 20px;
}

@media screen and (max-width: 1000px) and (min-width: 767px) {
  header {
    padding-left: 20px;
    padding-right: 15px;
  }
  header .logo {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  header {
    height: 65px;
    padding: 20px 20px 10px;
  }
  header .logo {
    margin-left: 0;
  }
  main {
    padding-top: 65px;
  }
}

/*=============================================
 * navi
 *=============================================*/
#menu-toggle {
  margin-top: 7px;
}

#menu-toggle ul {
  line-height: 1;
  zoom: 1;
}

#menu-toggle ul:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

#menu-toggle ul li {
  float: left;
  padding: 0 28px;
  position: relative;
}

#menu-toggle ul li:before, #menu-toggle ul li:after {
  content: "";
  width: 2px;
  position: absolute;
  top: 50%;
  height: 17px;
  margin-top: -7px;
  background: #5C5A5A;
}

#menu-toggle ul li:before {
  left: 0;
}

#menu-toggle ul li:after {
  right: 0;
}

#menu-toggle ul li + li:before {
  content: none;
}

#menu-toggle ul li:nth-child(2):after {
  margin-top: -9px;
}

#menu-toggle ul li:nth-child(2) img {
  margin-top: 2px;
}

#menu-toggle ul a {
  display: block;
  color: #727171;
  font-size: 17px;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#menu-toggle ul a span {
  display: block;
  line-height: 1;
  color: transparent;
}

#menu-toggle ul a:hover, #menu-toggle ul a.active {
  text-decoration: none;
  color: #00A8B5;
}

@media screen and (max-width: 1000px) and (min-width: 767px) {
  #menu-toggle ul li {
    padding: 0 8px;
  }
  #menu-toggle ul li span img {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@media only screen and (max-width: 767px) {
  #menu-toggle {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 999;
    background: #fff;
    margin-top: 65px;
    padding: 0 20px;
  }
  #menu-toggle ul li {
    float: none;
    text-align: center;
    width: 100%;
    border-top: none;
    border-bottom: 2px solid #5C5A5A;
  }
  #menu-toggle ul li a {
    padding: 18px 0 20px;
  }
  #menu-toggle ul li:before, #menu-toggle ul li:after {
    content: none;
  }
  .navOpen #menu-toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
}

.navOpen {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.navOpen #pagetop,
.navOpen .fx-btn {
  z-index: -1;
  opacity: 0;
}

body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
  pointer-events: none !important;
  -ms-touch-action: none !important;
  touch-action: none !important;
}

body.navOpen .hamburger,
body.navOpen #menu-toggle,
body.navOpen #menu-toggle * {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

/*=============================================
 * footer
 *=============================================*/
footer {
  padding: 35px 15px 80px;
  background: #00A8B5;
  color: #fff;
  text-align: center;
  font-size: 12.8px;
  line-height: 22.4px;
  letter-spacing: 0.1em;
  position: relative;
}

footer .inner {
  position: relative;
  margin: auto;
  max-width: 1200px;
}

footer address {
  position: absolute;
  top: 0;
  left: 0;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 382px;
}

footer ul li {
  padding: 0 20px;
  text-align: center;
  position: relative;
}

footer ul li:before, footer ul li:after {
  content: "";
  width: 1px;
  height: 12px;
  background: currentColor;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

footer ul li:before {
  left: 0;
}

footer ul li:after {
  right: 0;
}

footer ul li + li:before {
  content: none;
}

footer ul a {
  display: block;
}

footer .ft-logo {
  width: 230px;
  margin: 85px auto 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer ul a {
    padding-top: 10px;
  }
  footer address {
    top: 10px;
  }
}

@supports (-ms-accelerator: true) {
  footer ul a {
    padding-top: 10px;
  }
  footer address {
    top: 10px;
  }
}

@media only screen and (max-width: 960px) {
  footer ul {
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer address {
    margin-top: 50px;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding: 30px 10px 30px;
    font-size: 11px;
  }
  footer .ft-logo {
    margin-top: 50px;
  }
  footer ul li {
    padding: 0 10px;
  }
  footer address {
    margin-top: 40px;
  }
}

/*=============================================
	general
*=============================================*/
.c-green {
  color: #00A8B5;
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

/*=============================================
	mainvisual
*=============================================*/
#keyvisual {
  height: 836px;
  position: relative;
  padding: 120px 0 0 20px;
  background: url("../img/shared/key.jpg") no-repeat center bottom/cover;
}

#keyvisual .key-ttl {
  color: #fff;
  text-align: center;
  padding: 0 5px;
  font-size: 13.8px;
  line-height: 22px;
  z-index: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: 25px;
  left: 60px;
  border: 1px solid currentColor;
}

#keyvisual .key-text {
  text-align: center;
  height: 400px;
  width: 868px;
  margin: auto;
  padding-top: 53px;
  position: relative;
  max-width: 95%;
  background: url("../img/shared/key_box.png") no-repeat center/100% 100%;
}

#keyvisual .key-text:before {
  content: "";
  background: url("../img/shared/key_deco.png") no-repeat center/100% auto;
  width: 84px;
  height: 176px;
  z-index: 1;
  position: absolute;
  right: 30px;
  bottom: 50px;
}

#keyvisual .key-text .tit {
  width: 570px;
  margin: 0 auto -5px;
}

#keyvisual .key-text .txt {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1em;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #keyvisual .key-ttl {
    line-height: 1;
    padding-top: 10px;
    height: 24px;
  }
}

@supports (-ms-accelerator: true) {
  #keyvisual .key-ttl {
    line-height: 1;
    padding-top: 10px;
    height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  #keyvisual {
    height: auto;
    padding: 25% 0 0;
    background: url("../img/shared/key_sp.jpg") no-repeat center top/100% auto;
  }
  #keyvisual .key-ttl {
    top: 10px;
    left: 10px;
    line-height: 1.5;
    font-size: 9px;
  }
  #keyvisual .key-text {
    height: auto;
    background: none;
    max-width: 100%;
    padding: 0;
  }
  #keyvisual .key-text:before {
    display: none;
  }
  #keyvisual .key-text .tit {
    width: 100%;
    margin-bottom: 35%;
  }
  #keyvisual .key-text .txt {
    font-size: 10px;
    padding: 0 3%;
    line-height: 1.8;
  }
}
