@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-service__section {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 48px;
}
@media screen and (min-width: 1120px) {
  .p-service__section {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-service__section {
    padding-top: 80px;
  }
}
.p-service__section .c-font__h2 {
  padding-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .p-service__section .c-font__h2 {
    padding-bottom: 56px;
  }
}
.p-service__section.--event {
  padding: 0px 0px 64px;
}
@media screen and (min-width: 769px) {
  .p-service__section.--event {
    padding: 32px 0px 72px;
  }
}
.p-service__section.--theater {
  max-width: unset;
  padding: 0px 0px 64px;
  margin: 0px;
}
@media screen and (min-width: 769px) {
  .p-service__section.--theater {
    padding: 32px 0px 72px;
  }
}

.p-service__localMain {
  padding: 24px 0px;
}
@media screen and (min-width: 769px) {
  .p-service__localMain {
    padding: 32px 0px;
  }
}

.p-service__localInner {
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1120px) {
  .p-service__localInner {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-service__localTitle {
  padding-bottom: 16px;
  font-size: 1.9rem;
  line-height: 1.4736842105;
  font-weight: 700;
}

.p-service__localEvents .c-normalSlider__slider {
  width: calc(100% + 16px);
}
@media screen and (min-width: 769px) {
  .p-service__localEvents .c-normalSlider__slider {
    width: calc(100% + 56px);
  }
}
.p-service__localEvents .c-normalSlider__slide {
  padding-right: 16px;
}
@media screen and (min-width: 769px) {
  .p-service__localEvents .c-normalSlider__slide {
    padding-right: 56px;
  }
}
.p-service__localEvents .c-slideSkip.swiper-button-prev,
.p-service__localEvents .c-slideSkip.swiper-button-next {
  top: calc(35% - 16px);
}
@media screen and (min-width: 769px) {
  .p-service__localEvents .c-slideSkip.swiper-button-prev,
  .p-service__localEvents .c-slideSkip.swiper-button-next {
    top: calc(50% - 16px);
  }
}

.p-service__localSub {
  margin-top: 24px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
@media screen and (min-width: 1120px) {
  .p-service__localSub {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-service__localSub {
    margin-top: 40px;
    gap: 24px 32px;
  }
}
@media screen and (min-width: 769px) {
  .p-service__localSub .p-service__link {
    width: calc(25% - 24px);
  }
}

.p-service__guide {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 1120px) {
  .p-service__guide {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-service__guide .c-font__h2 {
  padding-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .p-service__guide .c-font__h2 {
    padding-bottom: 48px;
  }
}
.p-service__guide .c-anchor {
  margin: 0px;
}
@media screen and (min-width: 769px) {
  .p-service__guide .c-anchor {
    justify-content: flex-start;
  }
}

.p-service__events, .p-service__lists {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-service__events, .p-service__lists {
    gap: 16px 16px;
  }
}

@media screen and (min-width: 769px) {
  .p-service__events {
    display: flex;
    gap: 40px 56px;
  }
}

@media screen and (min-width: 769px) {
  .p-service__lists {
    gap: 0px 32px;
  }
}

.p-service__event, .p-service__link {
  width: calc(50% - 8px);
  display: block;
  color: var(--color-dark);
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-service__event, .p-service__link {
    transition: opacity 0.4s ease;
  }
  .p-service__event:hover, .p-service__link:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 769px) {
  .p-service__event {
    width: calc(50% - 28px);
    display: flex;
    align-items: flex-start;
    gap: 0px 24px;
  }
  .p-service__event .p-service__detail {
    margin-top: 0;
  }
  .p-service__event .p-service__pic {
    width: 230px;
  }
  .p-service__event .p-service__detail {
    flex: 1;
  }
}

.p-service__primary {
  width: 100%;
}
.p-service__primary .p-service__link {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-service__primary {
    width: calc(50% - 16px);
  }
}

.p-service__other {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 16px;
}
@media screen and (min-width: 769px) {
  .p-service__other {
    gap: 24px 32px;
  }
  .p-service__other .p-service__link {
    width: calc((100% - 96px) / 4);
  }
}

@media screen and (min-width: 769px) {
  .p-service__primary + .p-service__other {
    width: calc(50% - 16px);
  }
  .p-service__primary + .p-service__other .p-service__link {
    width: calc((100% - 32px) / 2);
  }
}

.p-service__pic {
  outline: 1px solid #E6E9F1;
}
.p-service__pic picture {
  overflow: hidden;
}
.p-service__pic img {
  width: 100%;
}

.p-service__detail {
  margin-top: 12px;
}

.p-service__title {
  padding-bottom: 6px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-service__title {
    padding-bottom: 8px;
    font-size: 1.7rem;
    line-height: 1.4705882353;
  }
}

.p-service__lead {
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--color-rightgray);
}
@media screen and (min-width: 769px) {
  .p-service__lead {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.p-service__lead--small {
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-service__labels {
  padding-bottom: 6px;
}
.p-service__labels span {
  padding: 4px;
}
/*# sourceMappingURL=../../sourcemaps/assets_2025/css/service.css.map */