@charset "UTF-8";
/* CSS Document */
article {
  padding-top: 100px; }
  @media screen and (max-width: 767px) {
    article {
      padding-top: 0; } }

header {
  position: fixed;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    header {
      height: auto; } }
  header .header-contents {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  header .header-logo {
    display: flex;
    width: 220px;
    height: 100px;
    justify-content: center;
    align-items: center;
    background-color: #582707;
    margin-right: auto; }
    @media screen and (max-width: 1199px) {
      header .header-logo {
        width: 200px; } }
    @media screen and (max-width: 991px) {
      header .header-logo {
        width: 130px; } }
    header .header-logo img {
      width: 126px; }
      @media screen and (max-width: 991px) {
        header .header-logo img {
          width: 90px; } }
  header .header-links {
    margin-right: 2.5rem; }
    header .header-links ul {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: 100%;
      margin-bottom: 0; }
      header .header-links ul li a {
        color: #582707; }
      header .header-links ul li img {
        width: 22px; }
    header .header-links .upper-list {
      margin-top: 0.5rem;
      margin-bottom: 0.75rem; }
      header .header-links .upper-list li {
        margin-left: 1.5rem; }
        header .header-links .upper-list li a {
          font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          font-size: 23px;
          font-size: 2.3rem;
          letter-spacing: 0.1em; }
        header .header-links .upper-list li:first-child a {
          display: flex;
          align-items: center;
          margin-right: 1rem; }
          header .header-links .upper-list li:first-child a::before {
            content: "";
            background-image: url("../img/icon-tel.svg");
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-right: 1rem; }
    header .header-links .lower-list li {
      margin-left: 2em; }
      @media screen and (max-width: 1199px) {
        header .header-links .lower-list li {
          margin-left: 1.5em; } }
      header .header-links .lower-list li a {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.025em; }
  header .header-reserve {
    border-left: solid 1px #582707; }
    header .header-reserve a {
      display: flex;
      align-items: center;
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-size: 26px;
      font-size: 2.6rem;
      color: #582707;
      width: 260px;
      height: 68px;
      margin-left: 2.5rem; }
      @media screen and (max-width: 1199px) {
        header .header-reserve a {
          font-size: 24px;
          font-size: 2.4rem;
          width: 240px; } }
      @media screen and (max-width: 991px) {
        header .header-reserve a {
          font-size: 20px;
          font-size: 2rem;
          width: 170px;
          margin-left: 1.5rem; } }
      header .header-reserve a img {
        width: 42px;
        margin-right: 1rem; }
        @media screen and (max-width: 1199px) {
          header .header-reserve a img {
            width: 38px; } }
        @media screen and (max-width: 991px) {
          header .header-reserve a img {
            width: 30px; } }

footer .footer-bg {
  background-image: url("../img/footer-background.jpg");
  padding: 7rem 0 9rem; }
  @media screen and (max-width: 767px) {
    footer .footer-bg {
      padding: 6rem 0; } }
  footer .footer-bg .row > div:first-child {
    border-right: solid 1px #fff; }
    footer .footer-bg .row > div:first-child img {
      width: 215px; }
  footer .footer-bg .row > div:last-child {
    padding: 1rem 4rem; }
    footer .footer-bg .row > div:last-child table {
      width: 100%;
      color: #fff;
      margin-bottom: 1rem; }
      @media screen and (max-width: 575px) {
        footer .footer-bg .row > div:last-child table {
          display: flex;
          justify-content: center; } }
      footer .footer-bg .row > div:last-child table th {
        width: 17%; }
        @media screen and (max-width: 1199px) {
          footer .footer-bg .row > div:last-child table th {
            width: 21%; } }
        @media screen and (max-width: 991px) {
          footer .footer-bg .row > div:last-child table th {
            width: 25%; } }
        @media screen and (max-width: 575px) {
          footer .footer-bg .row > div:last-child table th {
            width: 40%; } }
    footer .footer-bg .row > div:last-child a {
      display: flex;
      align-items: center;
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-size: 36px;
      font-size: 3.6rem;
      color: #fff;
      letter-spacing: 0.05em; }
      @media screen and (max-width: 991px) {
        footer .footer-bg .row > div:last-child a {
          font-size: 32px;
          font-size: 3.2rem; } }
      @media screen and (max-width: 767px) {
        footer .footer-bg .row > div:last-child a {
          font-size: 30px;
          font-size: 3rem; } }
      @media screen and (max-width: 575px) {
        footer .footer-bg .row > div:last-child a {
          justify-content: center; } }
      footer .footer-bg .row > div:last-child a::before {
        content: "";
        background-image: url("../img/icon-tel-h.svg");
        display: inline-block;
        width: 48px;
        height: 48px;
        margin-right: 1rem; }
        @media screen and (max-width: 991px) {
          footer .footer-bg .row > div:last-child a::before {
            width: 40px;
            height: 40px; } }
        @media screen and (max-width: 767px) {
          footer .footer-bg .row > div:last-child a::before {
            width: 34px;
            height: 34px; } }
footer .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 350;
  padding: 0.75rem 0; }

/* トップへ戻るボタン */
#page-top {
  position: fixed;
  bottom: 7.5rem;
  right: 3rem;
  z-index: 10; }

#page-top a {
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
  width: 57px;
  height: 57px;
  transform-origin: center; }

#page-top a:hover {
  transform: scale(1.2); }

/* トップへ戻るボタン */
