@charset "UTF-8";
/*================================================================================

media query mixin

================================================================================*/
main {
  font-family: "游明朝体", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Yu Mincho Regular", "YuMincho Medium", serif;
  letter-spacing: 0;
  padding-bottom: 195px;
}

figcaption {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-top: 0.2em;
}

.c-inner {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.lead {
  position: relative;
  padding: 55px 0 170px;
  background: url(../img/lead_bg_pc.jpg) no-repeat center/cover;
}
.lead__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 785px;
  text-align: center;
  background: url(../img/lead_inner_pc.png) no-repeat center/cover;
}
.lead__title {
  font-size: 21px;
}
.lead__title img {
  display: block;
  width: 148px;
  margin: 10px auto 0;
}
.lead__body {
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  margin-top: 25px;
}
.lead__map {
  display: block;
  width: 560px;
  margin: 35px auto 0;
}
.lead__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 145px;
}
.lead__bottom img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

.anchor {
  position: fixed;
  top: 30px;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: -100vh;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: -25px;
  pointer-events: visible;
}
.anchor__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  background: #333;
  border-radius: 100vmax;
}
.anchor__item a.is-current {
  width: 160px;
  height: 160px;
  background: #92cc59;
}
.anchor__item a.is-current img {
  width: 90%;
}
.anchor__item:not(:first-of-type)::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #333;
  margin: auto;
}

.day {
  display: none;
}
.day.is-current {
  display: block;
}
.day__heading {
  text-align: center;
}
.day__title img {
  width: auto;
  height: 100px;
}
.day__lead {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  margin-top: 10px;
}
.day-spot {
  margin-top: 50px;
}
.day-spot:not(:last-of-type) {
  margin-bottom: 100px;
}
.day-spot__time {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.day-spot__time img {
  width: auto;
  height: 96px;
}
.day-spot__time--small {
  margin-top: 30px;
}
.day-spot__time--small img {
  height: 56px;
}
.day-spot__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.day-spot__inner::before {
  content: "";
  position: absolute;
  top: 60px;
  display: block;
  width: 100vw;
  height: calc(100% - 60px);
}
.day-spot__inner > * {
  position: relative;
}
.day-spot__main {
  display: block;
  width: 808px;
  margin-bottom: 30px;
}
.day-spot__title {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 60px;
  line-height: 80px;
  font-weight: 900;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.day-spot__title span {
  display: inline-block;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  white-space: nowrap;
}
.day-spot__title ruby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.day-spot__title rt {
  display: block;
  font-family: YakuHanMP, "游明朝体", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Yu Mincho Regular", "YuMincho Medium", serif;
}
.day-spot__title--large {
  font-size: 78px;
  line-height: 104px;
}
@media screen and (min-width: 897px) {
  .day-spot__title--ls {
    letter-spacing: -5px;
  }
}
.day-spot__content {
  font-weight: 500;
}
.day-spot__text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  z-index: 2;
}
.day-spot__text--box {
  max-width: 410px;
}
.day-spot__text a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #cc5a73;
  padding-right: 2em;
  border-bottom: 1px solid #cc5a73;
}
.day-spot__text a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 1em;
  background: #cc5a73;
  margin-left: 1em;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.day-spot__note {
  font-size: 12px;
  line-height: 22px;
  text-indent: -1em;
  padding-left: 1em;
}
.day-spot__note a {
  text-decoration: underline;
  color: #cc5a73;
}
.day-spot__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2em;
  width: 410px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-top: 25px;
  padding: 15px;
  border: 1px solid #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.day-spot__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.day-spot__info .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  width: 4.5em;
  font-weight: 700;
  margin-bottom: auto;
}
.day-spot__info .icon::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.day-spot__info .icon--short {
  width: auto;
}
.day-spot__info .icon--address::before {
  -webkit-mask-image: url("../img/icon-address.svg");
          mask-image: url("../img/icon-address.svg");
}
.day-spot__info .icon--price::before {
  -webkit-mask-image: url("../img/icon-price.svg");
          mask-image: url("../img/icon-price.svg");
}
.day-spot__info .icon--time::before {
  -webkit-mask-image: url("../img/icon-time.svg");
          mask-image: url("../img/icon-time.svg");
}
.day-spot__info .icon--tel::before {
  -webkit-mask-image: url("../img/icon-tel.svg");
          mask-image: url("../img/icon-tel.svg");
}
.day-spot__info .icon--holiday::before {
  -webkit-mask-image: url("../img/icon-holiday.svg");
          mask-image: url("../img/icon-holiday.svg");
}
.day-spot__info .icon--parking::before {
  -webkit-mask-image: url("../img/icon-parking.svg");
          mask-image: url("../img/icon-parking.svg");
}
.day-spot__info .icon--other::before {
  -webkit-mask-image: url("../img/icon-other.svg");
          mask-image: url("../img/icon-other.svg");
}
.day-spot__sub {
  position: absolute;
  top: 390px;
  display: block;
  width: 410px;
  margin: 0;
}
.day-spot__sub img {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.day-spot__sub figcaption {
  position: absolute;
  bottom: -1.8em;
}
.day-spot__sub--bottom {
  top: auto;
  bottom: 40px;
}
.day-spot__deco {
  position: absolute;
}
.day-spot__deco--day1-1 {
  width: 346px;
  bottom: 135px;
  right: -70px;
}
.day-spot__deco--day1-3 {
  width: 294px;
  bottom: 75px;
  right: -75px;
}
.day-spot__deco--day2-1 {
  width: 245px;
  bottom: 35px;
  right: -70px;
}
.day-spot__deco--day2-7 {
  width: 294px;
  bottom: 25px;
  right: 0;
}
.day-spot__deco--day3-1 {
  width: 260px;
  bottom: 35px;
  right: 0px;
}
.day-spot__deco--day3-2 {
  width: 670px;
  bottom: 0px;
  right: -90px;
}
.day-spot__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 100px;
}
.day-spot__button a {
  width: 500px;
  height: 80px;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  background-color: #cc0000;
}
.day-spot--short {
  margin: -75px 0 50px !important;
}
@media screen and (min-width: 897px) {
  .day-spot .day-spot__content--bottom {
    padding-bottom: 100px;
  }
  .day-spot--row .day-spot__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .day-spot--row .day-spot__inner::before {
    right: 450px;
    background: rgba(146, 204, 89, 0.2);
  }
  .day-spot--row .day-spot__main {
    margin-right: -170px;
    margin-left: auto;
  }
  .day-spot--row .day-spot__title {
    left: 0;
  }
  .day-spot--row .day-spot__text--box,
  .day-spot--row .day-spot__info {
    margin-left: auto;
  }
  .day-spot--row .day-spot__note {
    text-align: right;
  }
  .day-spot--row .day-spot__sub {
    left: -310px;
    background: rgba(146, 204, 89, 0.5);
  }
  .day-spot--row .icon {
    color: #6da338;
  }
  .day-spot--row .icon::before {
    background: #6da338;
  }
  .day-spot--reverse .day-spot__inner::before {
    left: 450px;
    background: rgba(92, 146, 204, 0.2);
  }
  .day-spot--reverse .day-spot__title {
    right: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .day-spot--reverse .day-spot__title ruby {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .day-spot--reverse .day-spot__title--large {
    right: 90px;
  }
  .day-spot--reverse .day-spot__main {
    margin-right: auto;
    margin-left: -170px;
  }
  .day-spot--reverse .day-spot__main figcaption {
    text-align: right;
  }
  .day-spot--reverse .day-spot__sub {
    right: -310px;
    background: rgba(92, 146, 204, 0.5);
  }
  .day-spot--reverse .day-spot__sub img {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  .day-spot--reverse .icon {
    color: #5c92cc;
  }
  .day-spot--reverse .icon::before {
    background: #5c92cc;
  }
}

@media screen and (max-width: 896px) {
  main {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .c-inner {
    width: 90%;
  }
  .lead {
    padding: 30px 0 105px;
    background: url(../img/lead_bg_sp.jpg) no-repeat center/cover;
  }
  .lead__wrap {
    height: 1000px;
    background: url(../img/lead_inner_sp.png) no-repeat center/cover;
  }
  .lead__title {
    font-size: 20px;
  }
  .lead__body {
    width: 290px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: justify;
    margin: 10px auto 0;
  }
  .lead__map {
    display: block;
    width: 280px;
    margin: 0 auto;
  }
  .lead__bottom {
    height: 75px;
  }
  .anchor__list {
    margin-right: -20px;
  }
  .anchor__item a {
    width: 50px;
    height: 50px;
  }
  .anchor__item a.is-current {
    width: 100px;
    height: 100px;
  }
  .anchor__item:not(:first-of-type)::before {
    height: 15px;
  }
  .day__title img {
    height: 76px;
  }
  .day__lead {
    font-size: 21px;
    line-height: 35px;
    -webkit-font-feature-settings: palt;
            font-feature-settings: palt;
    margin: 10px -5vw 0;
  }
  .day-spot {
    margin-top: 50px;
  }
  .day-spot:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .day-spot__time {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
  }
  .day-spot__time img {
    height: 72px;
  }
  .day-spot__time--small {
    margin-top: 30px;
  }
  .day-spot__time--small img {
    height: 34px;
  }
  .day-spot__inner {
    display: block;
  }
  .day-spot__inner::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 75px;
    display: block;
    width: 100vw;
    height: calc(100% - 25px);
  }
  .day-spot__main {
    width: 100%;
    margin: 10px -5vw;
  }
  .day-spot__main img {
    width: 100vw;
    max-width: none;
  }
  .day-spot__main figcaption {
    width: 89%;
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto;
  }
  .day-spot__title {
    position: static;
    display: block;
    font-size: 36px;
    line-height: 50px;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
  .day-spot__title ruby {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5em;
  }
  .day-spot__title rt {
    display: block;
  }
  .day-spot__title--large {
    font-size: 36px;
    line-height: 50px;
  }
  .day-spot__text {
    line-height: 28px;
  }
  .day-spot__text--box {
    max-width: 100%;
  }
  .day-spot__note {
    font-size: 12px;
    line-height: 18px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .day-spot__note a {
    text-decoration: underline;
    color: #cc5a73;
  }
  .day-spot__info {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
    padding: 15px;
  }
  .day-spot__info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1em;
  }
  .day-spot__sub {
    position: static;
    width: 100%;
    margin: 10px 0;
  }
  .day-spot__sub picture {
    display: block;
    width: 245px;
  }
  .day-spot__sub figcaption {
    position: static;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .day-spot__deco {
    position: absolute;
  }
  .day-spot__deco--day1-1 {
    width: 162px;
    bottom: 140px;
    right: -10px;
  }
  .day-spot__deco--day1-3 {
    width: 160px;
    bottom: 75px;
    right: -10px;
  }
  .day-spot__deco--day2-1 {
    width: 145px;
    bottom: 25px;
    right: 25px;
  }
  .day-spot__deco--day2-7 {
    width: 156px;
    bottom: 55px;
    right: 0;
  }
  .day-spot__deco--day3-1 {
    width: 115px;
    bottom: 25px;
    right: 25px;
  }
  .day-spot__deco--day3-2 {
    width: 320px;
    bottom: 0px;
    right: 0;
  }
  .day-spot__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
  .day-spot__button a {
    width: 100%;
    height: 55px;
    font-size: 16px;
    line-height: 1;
  }
  .day-spot--row .day-spot__inner::before {
    background: rgba(146, 204, 89, 0.2);
  }
  .day-spot--row .day-spot__sub picture {
    background: rgba(146, 204, 89, 0.5);
  }
  .day-spot--row .icon {
    color: #6da338;
  }
  .day-spot--row .icon::before {
    background: #6da338;
  }
  .day-spot--reverse .day-spot__inner::before {
    background: rgba(92, 146, 204, 0.2);
  }
  .day-spot--reverse .day-spot__sub picture {
    background: rgba(92, 146, 204, 0.5);
  }
  .day-spot--reverse .icon {
    color: #5c92cc;
  }
  .day-spot--reverse .icon::before {
    background: #5c92cc;
  }
  .day-spot--short {
    margin: 0 0 25px !important;
  }
  .day-spot--bottom .day-spot__inner {
    padding-bottom: 90px;
  }
  .day-spot--1st .day-spot__inner::before {
    top: -25px;
    height: calc(100% + 50px);
  }
}