@charset "UTF-8";

/*
 * Common styles for shared site parts.
 * Use this file for header/footer adjustments only.
 */

@media (min-width: 1351px) {
  #header.l-header {
    background: #fff;
  }

  #header .l-header__inner {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 1440px;
    min-height: 100px;
    margin-inline: auto;
    padding-inline: 40px;
  }

  #header .l-header__logo {
    flex: 0 0 auto;
  }

  #header .c-headLogo__img {
    width: 110px;
    max-height: none;
  }

  #gnav {
    flex: 1 1 auto;
    min-width: 0;
  }

  #gnav .c-gnav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
  }

  #gnav .c-gnav > .menu-item > a {
    color: #c42d25;
    line-height: 1.2;
    padding: 0;
  }

  #gnav .c-gnav > .menu-item:not(.menu-contact) > a::after {
    bottom: -9px;
  }

  #gnav .c-gnav > .menu-item > a .ttl {
    font-family: "Cormorant Garamond", serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.1;
  }

  #gnav .c-gnav > .menu-item > a .c-smallNavTitle.desc {
    display: block;
    margin-top: 5px;
    color: #000;
    font-family: "Shippori Mincho B1", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
  }

  #gnav .c-gnav > .menu-item.menu-contact > a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 190px;
    min-height: 70px;
    padding: 10px 24px;
    background: #c42d25;
    color: #fff;
  }

  #gnav .c-gnav > .menu-item.menu-contact {
    margin-left: auto;
  }

  #gnav .c-gnav > .menu-item.menu-contact > a .ttl,
  #gnav .c-gnav > .menu-item.menu-contact > a .c-smallNavTitle.desc {
    color: #fff;
  }

  #gnav .c-gnav > .menu-item.menu-contact > a .ttl {
    font-size: 30px;
    line-height: 1;
  }

  #gnav .c-gnav > .menu-item.menu-contact > a .c-smallNavTitle.desc {
    margin-top: 7px;
    font-size: 13px;
  }
}

@media (min-width: 960px) and (max-width: 1350px) {
  #header .l-header__inner {
    display: flex;
    align-items: center;
  }

  #header .l-header__gnav {
    display: none !important;
  }

  #header .l-header__menuBtn.sp_ {
    display: block !important;
  }

  html[data-loaded="true"] #sp_menu.p-spMenu {
    display: block;
  }

  html[data-spmenu="opened"] body {
    overflow-y: hidden;
    touch-action: none;
  }

  #header .l-header__customBtn.sp_ {
    display: none !important;
  }

  #fix_header {
    display: none !important;
  }
}

@media (max-width: 1350px) {
  #header .l-header__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #header .l-header__logo {
    position: absolute;
    left: 50%;
    z-index: 1;
    padding-inline: 0;
    text-align: center;
    transform: translateX(-50%);
  }

  #header .l-header__menuBtn.sp_ {
    z-index: 2;
    margin-right: auto;
  }

  #header .l-header__customBtn.sp_ {
    display: none !important;
  }
}

/* Footer */
#footer.l-footer {
  background-color: rgba(242, 225, 225, 0.35);
  color: #000;
}

#footer .l-footer__inner {
  padding-top: 96px;
}

#footer .l-footer__widgetArea {
  padding-top: 0;
  padding-bottom: 64px;
}

#footer .lhl-footer__logo {
  margin: 0 0 28px;
}

#footer .lhl-footer__logo img {
  width: 220px;
  height: auto;
}

#footer .lhl-footer__company {
  font-size: 16px;
  line-height: 1.7;
}

#footer .lhl-footer__company p {
  margin: 0;
}

#footer .lhl-footer__contact {
  margin-top: 36px;
}

#footer .lhl-footer__contact a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 316px;
  min-height: 102px;
  background: #c42d25;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

#footer .lhl-footer__contact-main {
  color: inherit;
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

#footer .lhl-footer__contact-sub {
  margin-top: 10px;
  color: inherit;
  font-size: 16px;
  line-height: 1.4;
}

#footer .lhl-footer__heading {
  margin: 0 0 22px;
  color: #c42d25;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

#footer .lhl-footer__links {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .lhl-footer__links a {
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
}

#footer .l-footer__foot {
  border-top: 1px solid #000;
  padding: 32px 0;
}

#footer .copyright {
  color: #000;
  font-size: 14px;
  text-align: center;
}

#footer .copyright a {
  color: inherit;
}

@media (min-width: 1100px) {
  #footer .w-footer {
    display: grid;
    grid-template-columns: minmax(320px, 1.3fr) minmax(220px, 0.8fr) minmax(430px, 1.35fr);
    gap: 64px;
    max-width: 1210px;
    margin-inline: auto;
    padding-inline: 40px;
  }

  #footer .lhl-footer__nav-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 64px;
  }
}

@media (max-width: 1099px) {
  #footer .l-footer__inner {
    padding-top: 72px;
  }

  #footer .l-footer__widgetArea {
    padding: 0 30px 48px;
  }

  #footer .w-footer {
    display: block;
  }

  #footer .w-footer__box + .w-footer__box {
    margin-top: 48px;
  }

  #footer .lhl-footer__nav-columns {
    display: grid;
    gap: 48px;
  }

  #footer .lhl-footer__logo img {
    width: 200px;
  }

  #footer .lhl-footer__contact a {
    width: 100%;
    min-width: 0;
    min-height: 118px;
  }

  #footer .lhl-footer__heading {
    font-size: 30px;
  }
}
