@charset "UTF-8";
.fot-matisse {
  font-family: "fot-matisse-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.black-han-sans {
  font-family: "black-han-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html.fixed {
  overflow: hidden;
}

body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: #eee;
  color: #373737;
  line-height: 24px;
  overflow: hidden;
}

.header {
  width: 100%;
}
@media (min-width: 768px) {
  .header {
    position: relative;
    height: 76px;
    border-bottom: 1px solid #000;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    background-color: #eee;
    height: 60px;
    z-index: 1000;
  }
}
.header[aria-expanded=true] .header__menubtn {
  padding-top: 9px;
}
.header[aria-expanded=true] .header__menuhr_t {
  display: none;
}
.header[aria-expanded=true] .header__menuhr_m {
  transform: rotate(225deg);
}
.header[aria-expanded=true] .header__menuhr_b {
  transform: translateY(-10px) rotate(135deg);
}
@media (min-width: 768px) {
  .header__wrapper {
    height: 76px;
    padding: 0 0 0 25px;
  }
}
@media (max-width: 767px) {
  .header__wrapper {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .header__logo {
    width: 238px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header__logo {
    width: 23.8vw;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 238px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__items {
  list-style: none;
}
@media (min-width: 768px) {
  .header__item + .header__item {
    margin-left: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header__item + .header__item {
    margin-left: 4vw;
  }
}
.header__btn {
  background-color: #b3b38b;
}
@media (min-width: 768px) {
  .header__btn {
    width: 225px;
    height: 74px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header__btn {
    width: 22.5vw;
  }
}
@media (max-width: 767px) {
  .header__menubtn {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #b3b38b;
    z-index: 1000;
  }
}
@media (max-width: 767px) {
  .header__menuhr {
    background-color: #000;
    border: none;
    display: block;
    height: 4px;
    margin-bottom: 5px;
    transform-origin: center;
    transition-duration: 0.2s;
    width: 40px;
  }
  .header__menuhr:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header__menuhr_m {
    transition-delay: 0.03s;
  }
}
@media (max-width: 767px) {
  .header__menuhr_b {
    transition-delay: 0.06s;
  }
}
.header__menutx {
  color: #000;
  line-height: 1;
}

.footer {
  background-color: #b3b38b;
  color: #000;
}
@media (min-width: 768px) {
  .footer {
    padding: 45px 0 5px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 0 10px;
  }
}
@media (min-width: 768px) {
  .footer__wrapper {
    max-width: 1180px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .footer__flex {
    gap: 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .footer__flex {
    gap: 0 4.39vw;
  }
}
.footer__info {
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .footer__info {
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .footer__info {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .footer__logo img {
    width: 238px;
  }
}
@media (max-width: 767px) {
  .footer__logo img {
    width: 80vw;
  }
}
.footer__addr {
  line-height: 22px;
}
@media (max-width: 767px) {
  .footer__addr {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .footer__tel, .footer__fax {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .footer__tel a, .footer__fax a {
    font-size: 31px;
    font-family: "black-han-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 46px;
    letter-spacing: normal;
  }
}
.footer__ul {
  list-style: none;
}
@media (min-width: 768px) {
  .footer__ul {
    border-left: 3px solid #000;
    border-right: 3px solid #000;
  }
}
@media (max-width: 767px) {
  .footer__ul {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
@media (min-width: 768px) {
  .footer__li {
    padding: 10px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .footer__li {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .footer__li {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .footer__li + .footer__li {
    border-left: 3px solid #000;
  }
}
@media (max-width: 767px) {
  .footer__li + .footer__li {
    border-top: 1px solid #000;
  }
}
.footer__anc {
  text-decoration: underline;
  letter-spacing: 0.1em;
}
.footer__anc br.tb {
  display: none;
}
@media (min-width: 768px) and (max-width: 1166px) {
  .footer__anc br.tb {
    display: block;
  }
}
.footer__btn {
  position: relative;
  background-color: #000;
  color: #b3b38b;
  border-radius: 50px;
  width: 240px;
  height: 46px;
}
.footer__btn span {
  position: relative;
  padding-left: 30px;
}
.footer__btn span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 14px;
  background-image: url(../img/common/icon_mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .footer__secondary {
    padding: 0 40px;
  }
}
.footer__items {
  list-style: none;
}
@media (min-width: 768px) {
  .footer__item + .footer__item {
    margin-left: 20px;
  }
}
.footer__item a {
  text-decoration: underline;
}/*# sourceMappingURL=common.css.map */