@charset "UTF-8";
/* ***************************************
font Setting
*************************************** */
/*----------------------------------------
breakpoint Setting
----------------------------------------*/
/*========================================
  全体設定
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Antique+B1&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
html,
body {
  width: 100%;
  /*height: 100%;*/
}

body {
  min-width: 320px;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

/*----------------------------------------
	フォントサイズ
----------------------------------------*/
html {
  font-size: 56.25%;
  /* 9px */
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    /* 10px */
  }
}
body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  margin: 0 auto;
}

/*----------------------------------------
	共通css
----------------------------------------*/
a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: top;
}

/*overflowで要素内をスクロールした時にiOSでスムーズにスクロールされない問題を解決*/
/*慣性スクロールにする*/
.inline_block {
  display: inline-block;
}

.text-css {
  line-break: strict;
}

@media screen and (min-width: 768px) {
  .css-pc-br::after {
    content: "\a";
    white-space: pre;
  }
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .css-sp-br::after {
    content: "\a";
    white-space: pre;
  }
  .sp_none {
    display: none;
  }
}
.obj-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; /*IE用*/
}

.bold {
  font-weight: bold;
}

.font_size--068 {
  font-size: 0.68em;
}

.font_size--078 {
  font-size: 0.78em;
}

.font_size--088 {
  font-size: 0.88em;
}

.font_size--093 {
  font-size: 0.93em;
}

.font_size--11 {
  font-size: 1.1em;
}

.font_size--12 {
  font-size: 1.2em;
}

.font_size--13 {
  font-size: 1.3em;
}

.font_size--15 {
  font-size: 1.5em;
}

.font_size--18 {
  font-size: 1.8em;
}

.font_size--20 {
  font-size: 2em;
}

/*----------------------------------------
body
----------------------------------------*/
/*----------------------------------------
.header
----------------------------------------*/
.header {
  font-size: 1.5rem;
}
.header__title {
  color: #fff;
  background-color: #111;
}
.header__title_inner {
  padding: 0 0.5em;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header__title_logo {
  display: inline-block;
  width: 26px;
  margin-right: 0.5rem;
}
.header__title_logo img {
  width: 100%;
}
.header__title_text {
  display: inline-block;
}

/*----------------------------------------
.breadcrumbs
----------------------------------------*/
.breadcrumbs {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  padding: 0.5rem 0.5em;
  color: #111;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.breadcrumbs__list {
  display: flex;
}
.breadcrumbs__item {
  position: relative;
  display: block;
  padding-right: 1.6rem;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  width: 0;
  height: 1em;
  border-right: 1px solid;
  transform: rotate(30deg);
}
.breadcrumbs__item:last-child a {
  pointer-events: none;
  text-decoration: underline;
}

/*----------------------------------------
.footer
----------------------------------------*/
.footer {
  font-size: 1.4rem;
  position: relative;
  background-color: #ededed;
  color: #111;
}
.footer__inner {
  padding: 1.8rem 0 1.5rem;
  text-align: center;
}
.footer__logo {
  width: 6rem;
  margin: 0 auto 0.5rem;
}
.footer__logo img {
  width: 100%;
}

.shop {
  padding: 0 1.5rem;
}
.shop__title {
  padding-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.shop__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 0.8rem;
}
.shop__item {
  line-height: 1.4;
  position: relative;
  margin-bottom: 1rem;
}
.shop__item_inner {
  display: inline-block;
  padding: 0 1rem 0 0.5rem;
  margin-right: 0.5rem;
}
.shop__item:not(:last-child) .shop__item_inner {
  border-right: 1px solid rgba(17, 17, 17, 0.7);
}
.shop__item_inner:hover {
  text-decoration: underline;
}

/*----------------------------------------
.page_top
----------------------------------------*/
.page_top {
  position: fixed;
  margin: auto;
  bottom: 1rem;
  right: 0.3rem;
  transition: 0.3s;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 576px) {
  .page_top {
    right: 5px;
  }
}
.page_top:hover {
  bottom: 2rem;
}
.page_top__inner {
  position: relative;
  display: block;
  width: 30px;
  height: 70px;
  padding-bottom: 3px;
  writing-mode: vertical-rl;
  text-align: right;
}
.page_top__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 13px;
  width: 1px;
  height: 100%;
  border-left: 1px solid;
}
.page_top__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 0 4px;
  border-color: transparent;
  border-left-color: inherit;
}

.footer, .event__block, .description__text--note {
  font-family: "Abel", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.description__text:not(.description__text--note), .description__title, .section__title {
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;
  font-weight: 700;
}

.section {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

.event__block--sapporo {
  background-color: #398ec5;
}

.event__block--ibaraki {
  background-color: #e45c36;
}

.event__block--tsuchiura {
  background-color: #e3366e;
}

.event__block--yokohama {
  background-color: #73b024;
}

.event__block--matsuyama {
  background-color: #24b08b;
}

.event__block--hukuoka {
  background-color: #9e59ac;
}

.event__block--kumamoto {
  background-color: #6849e5;
}

.event__block--naha {
  background-color: #cc4999;
}

.tab__content--sapporo .block__title {
  background-color: #398ec5;
  color: #fff;
}

.tab__content--ibaraki .block__title {
  background-color: #e45c36;
  color: #fff;
}

.tab__content--tsuchiura .block__title {
  background-color: #e3366e;
  color: #fff;
}

.tab__content--yokohama .block__title {
  background-color: #73b024;
  color: #fff;
}

.tab__content--matsuyama .block__title {
  background-color: #24b08b;
  color: #fff;
}

.tab__content--hukuoka .block__title {
  background-color: #9e59ac;
  color: #fff;
}

.tab__content--kumamoto .block__title {
  background-color: #6849e5;
  color: #fff;
}

.tab__content--naha .block__title {
  background-color: #cc4999;
  color: #fff;
}

.tab__content .block--end .block__title {
  background-color: #999;
}

.block--end .block__text--end::after {
  content: attr(data-text);
  color: rgb(240, 0, 0);
  letter-spacing: 0.03em;
  text-decoration: underline;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.8rem 0;
}

/*----------------------------------------
body
----------------------------------------*/
body {
  line-height: 1.6;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  position: relative;
  height: auto;
  color: #0d0d0d;
}

.wrapper__inner {
  background-color: #f9f9f9;
}

.section__title {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 2rem;
  font-size: 1.6em;
  letter-spacing: 0.05em;
  font-weight: 800;
}

/*----------------------------------------
.description
----------------------------------------*/
.description {
  padding: 2rem 3% 3rem;
  text-align: center;
  line-height: 1.6;
}
.description__title {
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 1.4;
  color: #db0d28;
  margin: 0 -3% 1rem;
  font-size: min(5.4vw, 1.6em);
}
.description__text:not(.description__text--note) {
  font-size: 1.15em;
  font-weight: 600;
}
.description__text--note {
  margin-top: 1rem;
  opacity: 0.8;
  font-size: 1.5rem;
}
@media screen and (max-width: 575px) {
  .description__text--note {
    margin-top: 1.5rem;
    text-align: left;
  }
}

/*----------------------------------------
.top_visual
----------------------------------------*/
.tab {
  max-width: 1600px;
  margin: auto;
}
.tab__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  padding: 5rem 0;
}
.tab__inner .tab__content {
  padding: 0 1.3333% 3rem;
}
.tab__inner:not(:has(.active)) .tab__content {
  width: 100%;
  max-width: 47rem;
}
@media screen and (min-width: 768px) {
  .tab__inner:not(:has(.active)) .tab__content {
    width: 47rem;
  }
}
.tab__content.active {
  max-width: 47rem;
  width: 100%;
}

.block {
  height: 100%;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.3);
}
.block__title {
  text-align: center;
  font-size: 1.1em;
  letter-spacing: 0.08em;
  padding: 0.5em 0;
  border-radius: 1rem 1rem 0 0;
  font-weight: 500;
}
.block__list {
  padding: 0.3rem 0.5rem 1.2rem;
}
.block__item {
  border-bottom: 1px solid #ccc;
  font-size: min(3.7vw, 1.7rem);
  position: relative;
  line-height: 1.2;
  min-height: 2.8em;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.block__shop_link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 0 0.5rem 0.666em;
}
.block__eve_link {
  width: 10.5em;
  min-width: 10.5em;
  max-width: 10.5em;
  width: 10em;
  min-width: 10em;
  max-width: 10em;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 1.05em;
}
.expired .block__eve_link {
  color: #aaa;
  font-weight: 400;
}
.block__eve_link > span:not(:nth-child(1)) {
  /*font-size: 1.3em;
  font-weight: 500;*/
  /*width: 5.8em;
  text-align: right;
  white-space: nowrap;*/
}

.closed_icon {
  display: inline-block;
  font-size: 0.93em;
  color: #555;
  margin-left: 0.2em;
  font-weight: 500;
}

.new_icon {
  display: inline-block;
  font-size: 0.88em;
  background-color: rgb(240, 0, 0);
  color: #fff;
  margin-left: 0.3em;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 0.03em 0.3em 0.09em;
}
/*---------------------------
.tab
---------------------------*/
.tab {
  padding: 0 3%;
}
.tab__area {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 80rem;
  margin: auto;
}
@media screen and (min-width: 576px) {
  .tab__area {
    height: 5rem;
  }
}
@media screen and (max-width: 575px) {
  .tab__area {
    height: 15rem;
  }
}
.tab__btn {
  flex-grow: 1;
  padding: 0 0.5rem;
  text-align: center;
  flex-grow: 1;
  transition: 0.2s;
  width: 11.1111111111%;
}
@media screen and (max-width: 575px) {
  .tab__btn {
    width: 33.3333333333%;
  }
}
.tab__btn_inner {
  display: block;
  width: 100%;
  background-color: #dddddd;
  padding: 0.8rem 0;
  transition: all 0.25s;
  border-radius: 0.6rem;
  cursor: pointer;
  /*.tab__btn--all & {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    @include mq-down(sm) {
      //line-height: 1.1;
    }
  }*/
  /*.active &,
  .tab__btn:hover & {
    padding-bottom: 1.2rem;
  }*/
}
.tab__btn:not(.tab__btn--all) .tab__btn_inner {
  letter-spacing: 0.333em;
  text-indent: 0.333em;
}
.active .tab__btn_inner {
  background-color: #329bf6;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .tab__btn_inner {
    /*.tab__btn:not(:first-child) & {
      padding-left: calc(50% - 0.525em);
      padding-right: calc(50% - 0.525em);
      line-height: 1.4;
    }*/
  }
}
/*-------------------------*/
.tab__content.hide {
  display: none;
}

/*---------------------------
.tab内のデザイン的要素
---------------------------*/
.deco_line {
  display: block;
  margin-bottom: -1px;
}

.calendar_wrp .tab__area {
  margin-bottom: 2rem;
}

/* カレンダー全体 */
.calendar {
  /* 曜日ヘッダー */
  /* 各日付セル */
  /* 日付 */
  /* 祝日 */
  /* 空白セル */
  /* イベント */
}
@media screen and (min-width: 768px) {
  .calendar {
    padding-left: 1px;
    display: grid;
    grid-template-columns: repeat(7, 1fr); /* デフォルト7列 */
  }
}
@media screen and (max-width: 767px) {
  .calendar {
    padding: 0 1px 0 0;
    /* スマホサイズで2列に */
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr); /* デフォルト7列 */
  }
}
.calendar__header {
  text-align: center;
  background-color: #736f6f;
  border: 1px solid #5b5b59;
  margin: 0 0 -1px -1px;
  color: #fff;
  font-size: 0.88em;
  padding: 1px 0;
}
.calendar__header:nth-child(7) {
  background-color: #006dc4;
}
.calendar__header:first-child {
  background-color: #fb0200;
}
.calendar__cell {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0.3rem 0.5rem 0.5rem;
  border: 1px solid #5b5b59;
  margin: 0 0 -1px -1px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .calendar__cell {
    min-height: 4em;
  }
}
@media screen and (max-width: 767px) {
  .calendar__cell {
    border-color: #777;
    margin: 0 -1px -1px 0;
  }
  .calendar__cell:nth-child(-n+15) {
    grid-column-start: 1;
    grid-column-end: 1;
  }
  .calendar__cell:nth-child(n+16) {
    grid-column-start: 2;
    grid-column-end: 2;
  }
}
.calendar__cell:has(.event__block) {
  background-color: rgb(255, 239.4371681416, 157.3);
}
.calendar__date {
  line-height: 1.4;
  font-family: "Shippori Antique B1", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .calendar__date {
    padding-left: 0.1em;
    font-size: 1.15em;
  }
}
@media screen and (max-width: 767px) {
  .calendar__date {
    font-size: 1.5rem;
  }
}
.calendar .saturday {
  color: #0000cc;
}
.calendar .holiday {
  color: rgb(254, 0, 61.9512195122);
}
.calendar .today {
  background: rgb(255, 201, 224);
}
.calendar .empty {
  background: transparent;
  border: none;
}
/*---------------------------
.event
---------------------------*/
.event__block {
  line-height: 1;
  text-align: left;
  margin: 1px 0;
  color: #fff;
  font-size: min(1.6rem, 5.4vw);
}
@media screen and (min-width: 768px) {
  .event__block {
    font-size: 1.4rem;
  }
}
.event__block_inner {
  display: block;
  padding: 3px 0.1rem 3px 0.3rem;
}
.event__area_name {
  font-size: 0.8em;
  font-weight: 700;
  margin-right: 0.3em;
  background-color: #fff;
  color: #444;
  border-radius: 50%;
  width: 1.4em;
  height: 1.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.event__date {
  vertical-align: middle;
  font-size: 0.9em;
}

.calendar_wrp {
  max-width: 1000px;
  margin: auto;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .calendar_wrp {
    padding-top: 0;
  }
}
.calendar_wrp__inner {
  padding: 0 3%;
}
.calendar_wrp__nav {
  text-align: center;
  font-size: 1.1em;
  padding: 0 0 0.5rem;
  display: flex;
  justify-content: space-between;
}
.calendar_wrp__nav button {
  width: clamp(5.6rem, 20%, 10rem);
  height: 3.4rem;
  border: 1px solid #7d7d7d;
  background-color: #3d3d3d;
  color: #fff;
  border-radius: 0.5rem;
  font-size: 2rem;
  cursor: pointer;
}
.calendar_wrp__nav_text {
  display: inline-block;
  padding: 0 0.5em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: min(1.3em, 5.4vw);
  line-height: 1;
  font-family: "Shippori Antique B1", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

#prevMonth.is-disabled,
#nextMonth.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

/*----------------------------------------
.breadcrumbs
----------------------------------------*/
.breadcrumbs {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  padding: 0.3rem 0.5em;
  background-color: #0d0d0d;
  color: #fff;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    font-family: "Abel", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
  }
}
.breadcrumbs__list {
  display: flex;
}
.breadcrumbs__item {
  position: relative;
  display: block;
  padding-right: 1.6rem;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  width: 0;
  height: 1em;
  border-right: 1px solid;
  transform: rotate(30deg);
}
.breadcrumbs__item:not(:last-child) a {
  text-decoration: underline;
}
.breadcrumbs__item:last-child a {
  pointer-events: none;
}
.breadcrumbs__logo {
  width: 2.4rem;
  margin-right: 0.5rem;
  display: inline-block;
}

/*----------------------------------------
.footer
----------------------------------------*/
.footer {
  background-color: #0d0d0d;
  color: #fff;
}/*# sourceMappingURL=common.css.map */