@charset "UTF-8";
/* ----------------------------------------------------------------
 Fonts
----------------------------------------------------------------- */
@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/Montserrat-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP Regular";
  src: url("../fonts/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP Medium";
  src: url("../fonts/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP Bold";
  src: url("../fonts/NotoSansJP-Bold.otf") format("opentype");
}
/* ----------------------------------------------------------------
 extend
----------------------------------------------------------------- */
.inner, .footer__inner, .content, .breadcrumb__list, .header__inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

/* ----------------------------------------------------------------
 Contents
----------------------------------------------------------------- */
body {
  padding-top: 138px;
  font-size: 16px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #111;
}

a {
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.8;
}
a[href^="tel:"] {
  pointer-events: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 138px;
  background-color: #fff;
  z-index: 200;
}
.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.header__logo {
  width: 33.6%;
  margin: 16px auto 0 0;
}
.header__logo img {
  width: 100%;
}
.header__contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}
.header__tel {
  margin: 28px 10px 0 0;
  padding-left: 67px;
  color: #dd7403;
  background: url(../img/freedial_o.svg) left 2px no-repeat;
  background-size: 60px;
  line-height: 1;
}
.header__tel__time {
  font-size: 14px;
  font-family: "Noto Sans JP Regular";
  letter-spacing: 0.7px;
}
.header__tel__num {
  font-size: 41px;
  font-family: "Roboto Bold";
  letter-spacing: -1px;
}
.header__btn {
  width: 272px;
  height: 53px;
  margin-top: 30px;
  padding-right: 21px;
  font-size: 15px;
  font-family: "Noto Sans JP Bold";
  text-align: center;
  line-height: 54px;
  color: #fff;
  background: url(../img/btn_arrow.svg) right 23px center no-repeat #dd7403;
  background-size: 20px;
  border-radius: 27px;
}

.breadcrumb {
  display: block;
  padding: 28px 0;
}
.breadcrumb__list {
  color: #111;
  font-size: 13px;
  letter-spacing: -1em;
}
.breadcrumb__list__item {
  display: inline-block;
  letter-spacing: normal;
}
.breadcrumb__list__item a {
  color: #fe9000;
  text-decoration: underline;
}
.breadcrumb__list__item:not(:last-child)::after {
  content: "＞";
  display: inline-block;
  margin: 0 5px;
}
.breadcrumb__list__item:first-child::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-right: 6px;
  vertical-align: -2px;
  background: url("/img/common_breadcrumb/icon_home_orange.svg") left top no-repeat;
  background-size: contain;
}

.footer {
  height: 129px;
  background-color: #72522e;
  position: relative;
}
.footer__inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.footer__copyright {
  margin-right: auto;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.8px;
  color: #fff;
}
.footer__line {
  width: 48px;
  height: 48px;
  margin-left: 30px;
}
.footer__instagram {
  width: 48px;
  height: 48px;
  margin-left: 15px;
}
.footer__logo {
  display: block;
  width: 281px;
  margin-top: -16px;
}

/* ----------------------------------------------------------------
 Tablet
----------------------------------------------------------------- */
@media screen and (max-width: 1023px) {
  .header__contact {
    align-items: flex-start;
  }
  .header__logo {
    width: 600px;
    margin-top: 0;
    margin-left: 0;
  }
  .header__tel {
    margin-top: 0;
  }
  .header__btn {
    width: 328px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
  }
}
/* ----------------------------------------------------------------
 SP
----------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  /* extend */
  .inner-sp, .footer__inner, .content, .breadcrumb__list, .header__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  body {
    padding-top: 10vw;
  }
  .header {
    height: 13vw;
  }
  .header__logo {
    width: 50vw;
    margin: 0 auto;
  }
  .header__tel {
    display: none;
  }
  .header__btn {
    display: none;
  }
  .breadcrumb {
    padding: 19px 0;
  }
  .breadcrumb__list {
    font-size: 12px;
  }
  .footer {
    height: auto;
    padding: 20px 0;
  }
  .footer__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__copyright {
    order: 1;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .footer__logo {
    width: 57vw;
    margin-top: 0;
  }
  .footer__line {
    width: 9vw;
    height: 9vw;
    margin-left: 6vw;
  }
  .footer__instagram {
    width: 9vw;
    height: 9vw;
    margin-left: 2vw;
  }
}
/*# sourceMappingURL=style.css.map */