:root {
  --swl-fix_headerH: 110px;
}
.l-header:not(.-transparent) {
  background-color: #fff;
}
.l-fixHeader::before {
  background: var(--color_header_bg, #fff);
}
.l-fixHeader .c-headLogo.-txt .c-headLogo__link {
  font-weight: 700;
  color: var(--color_header_text, var(--color-sub, #370a02));
  text-decoration: none;
}
.l-fixHeader .c-gnav {
  height: 100%;
  align-items: center;
}
@media (min-width: 960px) {
  .l-fixHeader {
    display: block;
  }
  .l-fixHeader .l-fixHeader__gnav {
    display: flex;
  }
}
@media (max-width: 959px) {
  .l-fixHeader {
    display: none !important;
  }
}
#body_wrap:not(.home) {
  padding-top: 48px !important;
}
@media (min-width: 960px) {
  #body_wrap:not(.home) {
    padding-top: 88px !important;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.l-header__logo img,
.c-headLogo__img {
  max-height: 72px;
  width: auto;
}
.c-headLogo__text {
  font-weight: 700;
  color: var(--color-sub, #370a02);
}
.c-gnav {
  display: flex;
  list-style: none;
  gap: 1.25em;
  margin: 0;
  padding: 0;
}
.sp_ { display: none; }
.pc_ { display: block; }
@media (max-width: 960px) {
  .pc_ { display: none !important; }
  .sp_ { display: block; }
  .l-header__gnav { display: none; }
}
#sp_menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
}
#sp_menu.is-open {
  display: block;
}
#sp_menu .p-spMenu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
}
#sp_menu .p-spMenu__inner {
  position: relative;
  z-index: 1;
  background: #fff;
  width: min(86vw, 360px);
  height: 100%;
  margin-left: auto;
  padding: 24px;
  overflow: auto;
}
.page-head {
  margin: 24px 0 32px;
}
.page-head h1 {
  font-size: min(6vw, 32px);
}
.news-section,
.contact-form,
.contact-lead,
.contact-complete {
  max-width: 800px;
  margin: 0 auto 48px;
  padding: 0 5%;
}
.news-item {
  border-bottom: 1px solid #eee;
  padding: 16px 0;
}
.news-item time {
  display: block;
  color: #666;
  font-size: 14px;
}
.home-news {
  max-width: 960px;
  margin: 40px auto;
}
.home-news__list {
  list-style: none;
  padding: 0;
}
.home-news__list li {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
}
.contact-form label,
.contact-form fieldset {
  display: block;
  margin: 16px 0;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}
.contact-form textarea { min-height: 160px; }
.req { color: #de4607; }
.error { color: #c62828; }
.submit-wrap {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 32px 0;
}
.submit-btn,
.back-btn {
  display: inline-block;
  background: #de4607;
  color: #fff;
  padding: 12px 28px;
  border: 0;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
}
.back-btn { background: #888; }
.confirm-list dt { font-weight: 700; margin-top: 12px; }
.instagram-placeholder {
  background: #f4fbfb;
  padding: 24px;
  text-align: center;
}
#sb_instagram {
  width: 100%;
  max-width: 1104px;
  margin: 0 auto;
}
.l-topTitleArea {
  position: relative;
}
.l-topTitleArea__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.l-topTitleArea::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(34, 22, 20, 0.35);
  z-index: 1;
}
.l-topTitleArea__body {
  z-index: 3;
}
.l-topTitleArea .c-pageTitle {
  color: #fff;
  border: 0;
}
.l-topTitleArea .c-pageTitle:after {
  display: none;
}
.animated.hidden-animated {
  animation-name: none !important;
  visibility: hidden;
}
@keyframes FadeIn { to { opacity: 1; } }
@-webkit-keyframes FadeIn { to { opacity: 1; } }
@keyframes FadeInFromY { to { opacity: 1; transform: translateY(0); } }
@-webkit-keyframes FadeInFromY { to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }
/* .pc_ { display:block } が flex を潰すとボタンがヘッダー上端に寄る */
.l-header .w-header.pc_,
.l-fixHeader .w-header.pc_ {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.l-header .w-header__inner,
.l-fixHeader .w-header__inner {
  display: flex;
  align-items: center;
}
/* 本文用の下マージンがヘッダーだと上ズレの原因になる */
.l-header .w-header .swell-block-button,
.l-fixHeader .w-header .swell-block-button {
  margin: 0 !important;
}
/* 追従ヘッダー: logo | 余白 | ナビ+ボタン を通常ヘッダーと同じ並びに */
.l-fixHeader.-series-right .l-fixHeader__inner {
  justify-content: flex-start !important;
}
.l-fixHeader.-series-right .l-fixHeader__gnav {
  margin-left: auto;
}
.l-fixHeader.-series-right .w-header {
  margin-left: 12px;
}
.w-header .swell-block-button__link {
  background: var(--color-red, #de4607);
  color: #fff;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
}
.c-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  font-size: 0.85rem;
}
.c-breadcrumbs__item:not(:last-child)::after {
  content: "/";
  margin-left: 0.5em;
  opacity: 0.5;
}
.c-breadcrumbs a {
  color: inherit;
  text-decoration: underline;
}

