@charset "UTF-8";

/* 全体共通-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

html {
  color: #242424;
  font-size: 16px;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  scroll-behavior: smooth;
  line-height: 1.15;
  scroll-padding-top: 74px; /* 上部メニューの高さに合わせて調整 */
}

body {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

li {
  list-style: none;
}

@media screen and (max-width: 780px) {
  html {
    font-size: 16px;
  }
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 14px;
  }

  h4 {
    font-size: 16px;
  }

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* 全体共通-------------------------*/

/* ヘッダーメニュー -------------------------*/

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.3);
}

.header__hamburger {
  display: none;
}

.menu {
  display: flex;
  align-items: center;
}

.menu__btn-group {
  display: flex;
  margin-left: 1rem;
}

.menu__btn {
  font-size: 0.8rem;
  font-weight: 700;
}

.menu__a {
  margin-left: 1em;
  font-size: 0.8rem;
  font-weight: 700;
}

.menu__icon {
  display: none;
}

input[name="menu_btn"] {
  display: none;
}

@media screen and (max-width: 1420px) {
  [id^="a_"] {
    scroll-margin-top: 54px;
  }

  .header__title {
    height: 100%;
    margin-right: 0;
  }

  .header__logo {
    max-width: 60%;
    height: 100%;
  }

  .header__hamburger {
    display: block;
    flex: 0 0 auto;
    position: relative;
    z-index: 12;
    width: 30px;
    height: 30px;
  }

  .header__hamburger::before,
  .header__hamburger::after {
    content: "";
  }

  .header__hamburger span,
  .header__hamburger::before,
  .header__hamburger::after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: #000;
    transition: all 0.5s;
  }

  .header__hamburger::before {
    top: 5.5px;

    transform-origin: left;
  }

  .header__hamburger span {
    top: calc(50% - -1px);
  }

  .header__hamburger::after {
    top: calc(100% - 3.5px);

    transform-origin: left;
  }

  #menu_btn:checked ~ .header__hamburger span {
    opacity: 0;
  }

  #menu_btn:checked ~ .header__hamburger::before {
    transform: rotate(45deg);
  }

  #menu_btn:checked ~ .header__hamburger::after {
    transform: rotate(-45deg);
  }

  .menu {
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: fit-content;
    max-height: 100svh;
    padding: max(8svh, 50px) 0vw 80vw 0vw;
    overflow-y: auto;
    background: #ffffff;
    transition: all 0.5s;
  }

  #menu_btn:checked ~ .menu {
    visibility: inherit;
    opacity: 1;
  }

  .menu__a {
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #d3d3d3;
    padding: 1.2rem 1rem;
    width: 90%;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    margin: auto;
  }

  .menu__btn-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
    margin-block: 3rem;
    align-items: center;
  }

  .menu__btn {
    font-size: 18px;
    width: 70%;
    text-align: center;
  }

  .menu__icon {
    display: block;
    margin-left: auto;
    font-size: 2rem;
    color: #585858;
  }
}

@media screen and (max-width: 780px) {
  .header__title {
    margin-bottom: -8px;
  }
}

/* ===== ヘッダー切り替え ===== */
.pc-header,
.sp-header {
  display: none;
}
@media (min-width: 1200px) {
  .pc-header {
    display: block;
  }
  .sp-header {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .sp-header {
    display: flex;
  }
}
.pc-header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.pc-header-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 24px;
}
.pc-header-logos {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pc-header-logo {
  height: clamp(1rem, 1.5vw, 32px);
  width: auto;
  max-width: 100%;
}
.pc-header-logo-sub {
  height: clamp(22px, 2.2vw, 36px);
  width: auto;
  max-width: 100%;
}
.pc-header-logo-sub-f {
  height: clamp(22px, 1.8vw, 36px);
  width: auto;
  max-width: 100%;
}

.pc-header-logo:hover,
.pc-header-logo-sub:hover,
.pc-header-logo-sub-f:hover {
  opacity: 0.5;
}

.pc-header-nav {
  display: flex;
  gap: 32px;
  font-weight: bold;
  font-size: clamp(13px, 1.2vw, 15px);
  align-items: center;
}
.pc-header-nav a {
  color: #222;
  text-decoration: none;
  transition: opacity 0.2s;
}

.pc-header-buttons {
  display: flex;
  gap: 0;
  position: relative;
}

.modal-nav-buttons a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.pc-header-btn {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: clamp(13px, 1.2vw, 15px);
  padding: 0 1rem;
  height: 64px;
  width: 8rem;
  gap: 1rem;
  justify-content: center;
}
.pc-header-btn.circle {
  background: #abb110;
  color: #fff;
}
.pc-header-btn.general {
  background: #13a95b;
  color: #fff;
}
.pc-header-btn .icon-book {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("icon-book.svg") no-repeat center/contain;
  margin-right: 12px;
}
.pc-header-btn .icon-ticket {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("icon-ticket.svg") no-repeat center/contain;
  margin-right: 12px;
}
.circle-submenu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100vw;
  min-width: 100%;
  background: #abb110;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  z-index: 100;
  overflow: hidden;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 0 8px 0;
  display: flex;
}

.circle-submenu a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 14px 28px;
  font-weight: bold;
  font-size: 15px;
  border-bottom: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.2s;
  white-space: nowrap;
}
.circle-submenu a:last-child {
  border-right: none;
}
.circle-submenu a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.general-submenu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100vw;
  min-width: 100%;
  background: #13a95b;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  z-index: 100;
  overflow: hidden;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 0 8px 0;
  display: flex;
}

.general-submenu a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 14px 28px;
  font-weight: bold;
  font-size: 15px;
  border-bottom: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.2s;
  white-space: nowrap;
}
.general-submenu a:last-child {
  border-right: none;
}
.general-submenu a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* ===== モバイルヘッダー ===== */
.sp-header {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(8px, 2vw, 24px) clamp(8px, 4vw, 24px) clamp(6px, 2vw, 12px) clamp(8px, 4vw, 24px);
  background: #fff;
  box-sizing: border-box;
  font-size: clamp(13px, 3vw, 15px);
  position: relative;
}
.sp-header-logo {
  height: clamp(16px, 5vw, 40px);
  max-width: 70vw;
  width: auto;
  margin-left: clamp(4px, 1vw, 24px);
}
.sp-header-menu {
  width: clamp(36px, 8vw, 48px);
  height: clamp(36px, 8vw, 48px);
  background: #22c55e;
  border: none;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin-right: clamp(8px, 4vw, 24px);
}
.sp-header-menu span {
  display: block;
  width: clamp(18px, 5vw, 28px);
  height: clamp(3px, 0.8vw, 4px);
  background: #fff;
  border-radius: 2px;
  margin: clamp(2px, 0.7vw, 4px) 0;
}

/* ===== モーダルナビ ===== */
.modal-nav {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 0 clamp(16px, 4vw, 32px) 0;
  background: #f7f7f7;
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 100vh;
  overflow-y: auto;
  will-change: transform;
}
.modal-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal-nav-overlay.active {
  display: flex;
  opacity: 1;
}
.modal-nav-overlay.active .modal-nav {
  transform: translateY(0);
}
.modal-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(12px, 4vw, 24px) clamp(8px, 4vw, 24px) clamp(8px, 2vw, 16px) clamp(8px, 4vw, 24px);
  position: relative;
}
.modal-logo {
  height: clamp(24px, 6vw, 40px);
  max-width: 70vw;
  width: auto;
  margin-left: clamp(8px, 4vw, 24px);
}
.modal-close {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: clamp(36px, 8vw, 48px);
  height: clamp(36px, 8vw, 48px);
  font-size: clamp(1.5rem, 5vw, 2.2rem);
  cursor: pointer;
  margin-right: clamp(8px, 4vw, 24px);
}
.modal-nav-buttons {
  display: flex;
  gap: clamp(6px, 2vw, 16px);
  padding: 0 clamp(8px, 4vw, 24px) clamp(16px, 4vw, 32px) clamp(8px, 4vw, 24px);
}
.circle-btn,
.general-btn {
  flex: 1;
  padding: clamp(8px, 3vw, 18px) 0;
  font-size: clamp(1rem, 3vw, 1.2rem);
  border: none;
  font-weight: bold;
  cursor: pointer;
}
.circle-btn {
  background: #abb110;
  color: #fff;
}
.circle-btn.active {
  background: #abb110;
}
.general-btn {
  background: #13a95b;
  color: #fff;
}
.modal-nav-menu {
  flex: 1;
  padding: 0 clamp(8px, 4vw, 24px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.menu-item,
.menu-section {
  background: #fff;
  margin-bottom: clamp(8px, 2vw, 20px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  flex: 0 0 auto;
}
.menu-item a,
.menu-section a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(12px, 3vw, 20px) clamp(8px, 4vw, 24px);
  color: #222;
  text-decoration: none;
  border: 1px solid #bacfc9;
  border-bottom: none;
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  font-weight: 800;
}
.menu-item a i,
.menu-section a i {
  font-size: 12px;
}
.menu-item a:last-child,
.menu-section a:last-child {
  border-bottom: 1px solid #bacfc9;
}
.section-title {
  font-weight: bold;
  padding: clamp(10px, 2vw, 16px) clamp(8px, 4vw, 24px) clamp(6px, 1vw, 10px) clamp(8px, 4vw, 24px);
  color: #444;
  background: #f7f7f7;
  font-size: clamp(1rem, 2.5vw, 1.1rem);
}
body.modal-open {
  overflow: hidden;
}

/* ===== レスポンシブ ===== */
@media (max-width: 900px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0 12px;
  }
  .footer-col {
    min-width: 0;
    width: 100%;
    max-width: 400px;
    margin-bottom: 32px;
  }
  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-nav-title {
    margin-top: 32px;
  }
}
@media (max-width: 480px) {
  .site-footer {
    padding: 32px 0 12px 0;
    font-size: 0.98rem;
  }
  .footer-logo {
    width: 70vw;
    min-width: 180px;
    max-width: 260px;
  }
  .footer-company {
    font-size: 0.98rem;
  }
  .footer-nav-title {
    font-size: 1.1rem;
  }
  .footer-col a {
    font-size: 0.98rem;
  }
  .footer-copyright {
    font-size: 1rem;
  }
}

/* ヘッダーメニュー -------------------------*/

/* フッター------------------------- */
.footer__btn-group {
  flex-direction: column;
  background: #378a40;
  padding: 7rem;
}

.footer__btn-wrap {
  display: flex;
  max-width: 1120px;
  margin: auto;
  gap: 1%;
  justify-content: space-around;
  align-items: center;
}

.footer__btn {
  width: calc(80% / 3);
}

.footer__btn-icon {
  color: #378a40;
}

.footer__btn:hover .footer__btn-icon {
  color: #fff;
}

.footer__inner {
  display: grid;
  grid-template-columns: 5fr 2fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 32px 60px;
  max-width: 1120px;
  margin: 5.5rem auto;
}

.footer__gnav-wrap {
  grid-row: 1/3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer__input {
  display: none;
}

.footer__gnav_ttl {
  display: block;
  margin-bottom: 24px;
}

.footer__ttl,
.footer__gnav_ttl {
  font-size: 14px;
  font-weight: 900;
}

.footer__gnav-list {
  padding-left: 0;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__gnav-item {
  list-style: none;
}

.footer__link {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-block: 7px;
}

.footer__sns-wrap {
  display: flex;
  gap: 0.5rem;
}

.footer__sns-btn {
  background: #000000;
  color: #fff;
  padding: 0.5em 1.1em 0.5em;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  gap: 0.8em;
  align-items: center;
  &::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: no-repeat center / contain url(../images/x_logo.svg);
    background-size: contain;
  }
}

.footer__sns,
.footer__appli {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__appli .footer__appli-wrap {
  width: 80%;
  margin: 0;
  display: flex;
  gap: 0.5rem;
}

.footer__nav {
  grid-column: 1/3;
  display: flex;
  gap: min(1.8vw, 48px);
  align-items: center;
  justify-content: center;
  font-size: min(1vw, 14px);
}

.footer__nav-text {
  display: flex;
  gap: 2rem;
  margin-top: 1.1rem;
}

.footer__logo {
  height: 4em;
  display: block;

  img {
    height: 100%;
    width: auto;
  }
}

.footer__copyright {
  margin: auto;
  text-align: center;
  padding: 2rem;
  background: #378a40;
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 1150px) {
  .footer__inner {
    display: flex;
    flex-direction: column;
    width: 90%;
  }
}

@media screen and (max-width: 769px) {
  .footer__btn-group {
    padding: 4rem;
  }

  .footer__btn-wrap {
    display: flex;
    max-width: 1120px;
    margin: auto;
    gap: 1rem;
    justify-content: space-around;
    flex-direction: column;
  }

  .footer__btn {
    width: 85%;
    text-align: center;
  }

  .footer__gnav {
    border-bottom: 1px solid #000;
  }

  .footer__gnav:first-of-type {
    border-top: 1px solid #000;
  }

  .footer__gnav_ttl {
    margin-bottom: 0;
    padding-right: 1em;
    transition: background 0.5s;
    background: no-repeat center right/2rem url("../images/add-line.svg");
  }

  [name="footer-menu"]:checked ~ .footer__gnav_ttl {
    background: no-repeat center right/2rem url("../images/subtract-line.svg");
  }

  .footer__gnav_ttl,
  .footer__gnav-item {
    padding-block: 1.5em;
    margin-inline: 0.5em;
    list-style: none;
  }

  .footer__gnav_accordion {
    display: grid;
    grid-template-rows: 0fr;
    transition: 250ms grid-template-rows ease;
    transition: all 0.5s;
  }

  [name="footer-menu"]:checked ~ .footer__gnav_accordion {
    grid-template-rows: 1fr;
  }

  .footer__gnav-list {
    gap: 0;
    overflow: hidden;
    margin: 0;
  }

  .footer__gnav-item {
    border-top: 1px solid #0000004d;
    padding-right: 1em;
    list-style: none;
  }

  .footer__link {
    width: 90%;
    margin-inline: auto;
  }

  .footer__appli {
    width: 100%;
  }

  .footer__nav {
    display: flex;
    flex-direction: column;
    gap: 32px;
    font-size: 14px;
  }

  .footer__nav-text {
    display: flex;
    gap: 2rem;
    margin-top: 1.1rem;
    flex-direction: column;
    align-items: center;
  }

  .footer__gnav-wrap {
    display: block;
    width: 90%;
    margin: auto;
  }

  .footer__logo {
    margin-left: -1rem;
  }
}

/* フッター------------------------- */
