@charset "UTF-8";
:root {
  --color-primary: #B50080;
  --color-dark: #1A1A1A;
  --color-gray: #F3F4F8;
  --color-gray2: #B2B2B2;
  --color-rightgray: #666666;
  --color-rightgray2: #888888;
  --color-rightgray3: #E6E9F1;
  --color-blue: #007AAB;
  --color-rightblue: #0099CE;
  --color-skyblue: #E7F5F9;
  --color-skyblue2: #007AAB;
  --color-red: #D70606;
}

/*
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
*/
/*

*/
/*
  Hタグ
    $type: 2(H2サイズ)
*/
/*
  共通ボタン 大
  default: skyblue2
*/
/*
  共通ボタン 小
  default: skyblue2
*/
/*
  通常
  SP 左右のマージン20px
  PC 幅900px
*/
/*
  角丸border付きレイアウト
*/
/*
  グレーの文字の補足系
*/
.p-sitemap {
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 1120px) {
  .p-sitemap {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-sitemap {
    gap: 42px 0;
    font-size: 1.6rem;
    padding-top: 16px;
  }
}
.p-sitemap .p-sitemap__inner {
  max-width: 953px;
  margin-left: auto;
}
.p-sitemap .c-font__h2 {
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-sitemap .c-font__h2 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-sitemap .p-sitemap__topBtn {
    width: 307px;
  }
}
.p-sitemap .p-sitemap__topBtn h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-sitemap .p-sitemap__topBtn h3 {
    width: 100%;
    font-size: 1.7rem;
    font-weight: 500;
  }
}
.p-sitemap .c-area__nav {
  display: none;
}
.p-sitemap .c-area__allAreas {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-sitemap .c-area__allAreas {
    margin-top: 0;
  }
}
.p-sitemap .c-area__allAreas.mt-0 {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .p-sitemap .p-sitemap__area .c-area__heading {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-sitemap .c-area__name {
    font-size: 2rem;
    padding: 10px 0px 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-sitemap .c-area__heading {
    padding: 0 0 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-sitemap .c-area__heading h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-sitemap .c-area__theaters {
    gap: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-sitemap .c-area__theaters .c-area__theater {
    flex-basis: calc(33.33% - 11px);
  }
}
/*# sourceMappingURL=../../sourcemaps/assets_2025/css/sitemap.css.map */