@charset "UTF-8";
:root {
  --color__accent:#A62126;
  --color__secondary:#009e9f;
  --color__accent--second: #FFFF74;
  --color__black: #010101;
  --color__black-l: #2E2E2E;
  --color__gray-sekigahara: #939391;
}

html {
  scroll-padding: 70px;
}

.headerMenu_mobile {
  font-weight: 500;
  color: var(--color__black) -l;
}
@media (min-width: 1199px) {
  .headerMenu_mobile {
    display: none;
  }
}

/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: fixed;
  display: block;
  height: min(13.33vw, 80px);
  margin-left: auto;
  width: min(16vw, 96px);
  border: none;
  cursor: pointer;
  z-index: 9999;
  top: 70px;
  right: 0;
  background-color: var(--color__secondary);
  border-radius: 0 0 0 min(2.13vw, 12.8px);
}

/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(8.51vw, 51px);
  height: 1.5px;
  background-color: #fff;
  transform: translateX(-50%);
}

.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - min(2.13vw, 12.8px)));
  transition: transform 0.3s ease;
}

.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + min(2.13vw, 12.8px)));
  transition: transform 0.3s ease;
}

/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-30deg);
}

.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}

.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(30deg);
}

/* メニューのデザイン */
.drawer__nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}

.drawer__nav__inner {
  position: relative;
  width: 80%;
  height: 100%;
  background-color: #EBEBE7;
  padding: 4rem 1.5rem 1rem;
  margin: 0 0 0 auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}

.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}

.drawer__nav__link {
  display: block;
  color: var(--color__black);
  text-decoration: none;
  padding: 1rem 1rem;
  border-bottom: solid 1px lightgray;
}
.drawer__nav__link:hover {
  color: var(--color__secondary);
}

.drawer__nav__link-small {
  margin-top: 16px;
  padding-left: 16px;
}
.drawer__nav__link-small li {
  font-size: 14px;
}
.drawer__nav__link-small li:hover {
  color: var(--color__secondary);
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}

.btn_contact-footer {
  position: fixed;
  height: 40px;
  top: 10px;
  right: 80px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  border-radius: 9999px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "ZenKakuG-M", sans-serif;
  background-color: var(--color__secondary);
  z-index: -1;
}
@media (max-width: 600px) {
  .btn_contact-footer {
    width: 100%;
    height: 50px;
    top: initial;
    right: initial;
    bottom: 0;
    left: 0;
    border-radius: 0;
  }
}
.btn_contact-footer .mobile_contact-icon {
  width: 25px;
  fill: #fff;
  margin-right: 8px;
}

/* pcメニューとQR*/
.sekigahara-gogo2024__g-nav {
  display: none;
}

@media (min-width: 1200px) {
  /* pcメニュー */
  .sekigahara-gogo2024__g-nav {
    font-weight: 300;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: calc((100vw - 600px) / 2);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
  }
  .sekigahara-gogo2024__g-nav ul li {
    position: relative;
    font-size: 1.1rem;
    line-height: 2.3;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: var(--color__black);
    padding: 0 0 0 2rem;
  }
  .sekigahara-gogo2024__g-nav ul li.current a {
    color: var(--color__secondary);
    border-bottom: 1.5px solid var(--color__secondary);
    font-weight: 700;
  }
  .sekigahara-gogo2024__g-nav ul li.current a::before {
    position: absolute;
    left: -16px;
    top: 4px;
    width: 40px;
    height: 40px;
    content: "";
    display: block;
    background: url(../images/anchor.webp) 0 0 no-repeat;
    background-size: contain;
  }
}
/* 横幅が600px以下の場合 */
@media screen and (max-width: 600px) {
  .page-template-page-sekigahara-gogo2024 {
    background-image: none;
    background-color: #f0e8cc;
  }
}
* {
  box-sizing: border-box;
}

.page-template-page-sekigahara-gogo2024 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: var(--color__black);
  letter-spacing: 0.05em;
  background-color: #f0e8cc;
}

img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

.sekigahara-gogo2024__main--wrap {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}/*# sourceMappingURL=sekigahara-gogo2024.css.map */