<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*行の高さをフォントサイズと同じにして余白をリセットしています
（※padding:0;は省略しても違いが見られなかったためmargin:0;のみ）*/
body {
  line-height: 1;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}

/*HTML5での新規追加要素のデフォルトをブロック要素へ変更しています
（※Android2.1以前のブラウザではインライン要素となっているようでした）*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています
（※罫線の色を変える場合は#ccccccの部分を変更）*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*リスト要素のリストスタイルと余白をリセットする
（※margin:0;は省略しても違いが見られなかったためpadding:0;のみ）*/
ul {
  list-style: none;
  padding: 0;
}

li {
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  /*display: block;*/
  /*-webkit-tap-highlight-color:transparent;*/
}

/*印刷用*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  nav, #pagetop {
    display: none;
  }
}
/*印刷用*/
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  background-repeat: no-repeat;
  background-size: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/bg-main.jpg);
  background-size: cover;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .hide_pc {
    display: none;
  }
  .hide_sp {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .hide_pc {
    display: none;
  }
  .hide_sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hide_pc {
    display: block;
  }
  .hide_sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .hide_pc {
    display: block;
  }
  .hide_sp {
    display: none;
  }
}
.p-timeschedule-column__text {
  color: #000;
}
.p-timeschedule-column__text p a {
  color: #000;
}

.p-timeschedule {
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-timeschedule {
    background-size: 95%;
  }
}
.p-timeschedule h2 {
  text-align: center;
  margin-bottom: 30px;
}
.p-timeschedule h2 img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-timeschedule h2 img {
    width: 90%;
  }
}
.p-timeschedule-column__image {
  position: relative;
}
.p-timeschedule-column__image img {
  width: 100%;
}
.p-timeschedule-column__tags {
  position: absolute;
  top: 8px;
  left: 8px;
}
.p-timeschedule-column__tags span {
  background: #fff;
  border-radius: 40px;
  color: #5917c1;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-right: 4px;
  padding: 4px 8px;
}
.p-timeschedule-column__tags span.p-tag-date {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.p-timeschedule-column__text {
  color: #000;
  margin-top: 12px;
}
.p-timeschedule-column__text h4 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 480px) {
  .p-timeschedule-column__text h4 {
    font-size: 17px;
  }
}
.p-timeschedule-column__text p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 12px;
}
.p-timeschedule-column__text p a {
  color: #000;
  text-decoration: underline;
}
.p-timeschedule-column__text p a:hover {
  text-decoration: none;
}
.p-timeschedule-column__link {
  margin-top: 16px;
}
.p-timeschedule-column__link span {
  display: block;
  margin-top: 12px;
}
.p-timeschedule-column__link span a {
  color: #000;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.p-timeschedule-column__link span a::before {
  content: "";
  border-top: 2.5px solid #000;
  border-right: 2.5px solid #000;
  display: inline-block;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.p-timeschedule-column__link span a:hover {
  text-decoration: underline;
}

.l-container {
  margin: auto;
  padding: 0 40px;
  width: 100%;
  max-width: 1024px;
}
.l-container--inner {
  max-width: 1024px;
  padding: 0 40px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-container--inner {
    padding: 0 24px;
  }
}
@media screen and (max-width: 480px) {
  .l-container--inner {
    padding: 0 16px;
  }
}
.l-container--fri {
  width: 100%;
  padding-top: 80px;
}
@media screen and (min-width: 1024px) {
  .l-container--fri {
    box-sizing: border-box;
    background: url(../img/bg-main-pc-bottom.png) bottom right no-repeat;
    background-size: 40%;
    padding: 110px 0 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .l-container--fri {
    box-sizing: border-box;
    bbackground: url(../img/bg-main-pc-bottom.png) bottom right no-repeat;
    background-size: 50%;
    padding: 40px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-container--fri {
    box-sizing: border-box;
    background: url(../img/bg-main-pc-bottom.png) bottom right no-repeat;
    background-size: 70%;
    padding: 60px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .l-container--fri {
    box-sizing: border-box;
    background: url(../img/bg-main-pc-bottom.png) bottom right no-repeat;
    background-size: 90%;
    padding: 60px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .l-container--fri {
    padding-top: 3px;
  }
}
.l-container--fri a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 0 24px;
  }
}
@media screen and (max-width: 480px) {
  .l-container {
    padding: 0 16px 30px;
  }
}

.l-header {
  padding: 8px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.l-header.is-front {
  background: rgba(255, 255, 255, 0.8);
}

.l-footer {
  background: #ffffff;
  color: #000;
  padding: 48px 0 24px;
}
.l-footer__sol {
  margin-top: 48px;
  text-align: center;
}
.l-footer__copyright {
  margin-top: 32px;
  text-align: center;
}
.l-footer__copyright small {
  font-size: 12px;
}

.p-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-header__logo {
  display: flex;
  align-items: center;
  padding-right: 8px;
}
.p-header__logo a {
  display: block;
}
.p-header__logo a img {
  width: auto;
  height: 32px;
  transition: all 0.2s ease-in-out;
}
.p-header__logo a:hover img {
  filter: brightness(110%);
}
.p-header__radiko {
  flex-grow: 1;
  text-align: right;
}
.p-header__radiko a {
  background: #00A7E9;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 12px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.p-header__radiko a::before {
  content: "";
  background: url("../img/icon_radiko.svg") top left no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  aspect-ratio: 23/19;
  width: 23px;
  height: auto;
}
.p-header__radiko a:hover {
  filter: brightness(110%);
}
.p-header__sns {
  padding-left: 8px;
}
.p-header__sns a {
  display: inline-block;
  margin: 0 2px;
}
.p-header__sns a img {
  width: 32px;
  height: 32px;
  transition: all 0.2s ease-in-out;
}
.p-header__sns a:hover img {
  filter: brightness(110%);
}

.p-hero__heading {
  position: relative;
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-hero__heading {
    padding-top: 50px;
  }
}
.p-hero__heading h1 img {
  display: block;
  margin: auto;
}
.p-hero__heading a {
  position: absolute;
  display: inline-block;
  top: 110px;
  right: -10px;
  transition: all 0.2s ease-in-out;
}
.p-hero__heading a:hover {
  filter: brightness(110%);
}
.p-hero__heading a img {
  max-width: 140px;
}
@media screen and (max-width: 1023px) {
  .p-hero__heading {
    display: flex;
    align-items: flex-end;
  }
  .p-hero__heading h1 {
    width: 85%;
  }
  .p-hero__heading h1 img:first-child {
    width: 100%;
  }
  .p-hero__heading h1 img:last-child {
    margin-top: 0;
  }
  .p-hero__heading a {
    top: 110px;
    right: -8px;
    width: 15%;
  }
  .p-hero__heading a img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__heading h1 {
    width: 100%;
  }
  .p-hero__heading a {
    display: none;
  }
}
.p-hero__body {
  margin: 32px auto 0;
}
@media screen and (max-width: 1023px) {
  .p-hero__body {
    margin: 24px -40px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__body {
    margin: 24px -24px 0;
  }
}
@media screen and (max-width: 480px) {
  .p-hero__body {
    margin: 24px -16px 0;
  }
}
.p-hero__body .swiper {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .p-hero__body .swiper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__body .swiper {
    padding: 0 24px;
  }
}
@media screen and (max-width: 480px) {
  .p-hero__body .swiper {
    padding: 0 16px;
  }
}
.p-hero__body .swiper-slide img {
  width: 100%;
}

.p-anchor {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-anchor {
    justify-content: flex-start;
    overflow-x: auto;
    margin: 32px -24px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 480px) {
  .p-anchor {
    margin: 24px -16px;
    padding: 0 16px 0 8px;
  }
}
.p-anchor__item {
  margin: 0 8px;
}
@media screen and (max-width: 480px) {
  .p-anchor__item {
    margin: 0 4px;
  }
}
.p-anchor__item a {
  background: #ffffff;
  border-radius: 40px;
  color: #5917c1;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  padding: 12px 16px 8px;
  min-width: 106px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.p-anchor__item a:hover {
  color: #397ce8;
}
@media screen and (max-width: 768px) {
  .p-anchor__item a {
    font-size: 20px;
  }
}

.p-day {
  margin-top: 56px;
}
@media screen and (max-width: 480px) {
  .p-day {
    margin-top: 40px;
  }
}
.p-day--fri {
  margin-top: 72px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-day--fri {
    padding-bottom: 300px;
  }
}
.p-day--fri h4 {
  color: #000;
}
.p-day--fri p {
  color: #000;
}
.p-day--fri span a {
  color: #000;
}
.p-day--fri span a::before {
  border-top: 2.5px solid #000;
  border-right: 2.5px solid #000;
}
.p-day--week .p-day__heading img {
  aspect-ratio: 389/85;
  width: 389px;
}
.p-day--week .p-day__reserve {
  display: block;
  margin-left: 0;
  margin-top: -8px;
}
.p-day--week .p-day__reserve a {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-day--week .p-day__reserve {
    margin-bottom: 15px;
  }
}
.p-day--week .p-timeschedule-column__text {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-day--week .p-timeschedule-column__image {
    margin-top: 16px;
  }
  .p-day--week .p-timeschedule-column__text {
    margin-top: 12px;
  }
}
.p-day--fri h3 {
  width: 100%;
  margin-bottom: 15px;
}
.p-day--fri .p-day__reserve {
  display: block;
  margin-left: 0;
  margin-top: 12px;
}
.p-day--fri .p-day__reserve a {
  display: inline-block;
}
.p-day--fri .p-day__heading img {
  aspect-ratio: 927/100;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-day--fri .p-day__heading img {
    aspect-ratio: 860/100;
  }
}
.p-day--iinkai h4 {
  color: #000;
}
.p-day--iinkai p {
  color: #000;
}
.p-day--iinkai span a {
  color: #000;
}
.p-day--iinkai span a::before {
  border-top: 2.5px solid #000;
  border-right: 2.5px solid #000;
}
.p-day--iinkai .p-day__heading img {
  aspect-ratio: 319/46;
  width: 319px;
}
.p-day--iinkai .p-day__reserve {
  display: block;
  margin-left: 0;
  margin-top: 12px;
}
.p-day--iinkai .p-day__reserve a {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-day--iinkai .p-timeschedule-column__image {
    margin-top: 16px;
  }
  .p-day--iinkai .p-timeschedule-column__text {
    margin-top: 12px;
  }
}
.p-day__heading {
  display: inline-block;
  vertical-align: middle;
}
.p-day__heading img {
  aspect-ratio: 160/74;
  display: block;
  width: 165px;
}
.p-day__reserve {
  display: inline-block;
  margin-left: 16px;
}
.p-day__reserve a {
  background: #fff;
  border: 2px solid #007deb;
  border-radius: 40px;
  color: #007deb;
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding: 6px 12px;
  position: relative;
}
.p-day__reserve a::before {
  background: url("../img/icon-calender.svg") top left no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 14px;
  height: 16px;
}
.p-day__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-day__body {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    margin-top: 0;
  }
}

.p-aboutsol {
  display: flex;
  max-width: 756px;
  margin: auto;
}
.p-aboutsol__image {
  width: 26%;
}
.p-aboutsol__image img {
  width: 100%;
}
.p-aboutsol__text {
  width: 74%;
  padding-left: 16px;
}
.p-aboutsol__text p {
  font-size: 14px;
  line-height: 1.6;
}
.p-aboutsol__link {
  margin-top: 8px;
}
.p-aboutsol__link a {
  color: #000;
  font-weight: bold;
  position: relative;
}
.p-aboutsol__link a::before {
  content: "";
  display: inline-block;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  margin-right: 8px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
  .p-aboutsol {
    flex-wrap: wrap;
  }
  .p-aboutsol__image {
    width: 100%;
  }
  .p-aboutsol__text {
    margin-top: 16px;
    padding-left: 0;
    width: 100%;
  }
  .p-aboutsol__link {
    text-align: center;
  }
}

.p-sns {
  margin: 32px auto 0;
  text-align: center;
}
.p-sns__text {
  line-height: 1.4;
}
.p-sns__text h2 {
  font-size: 14px;
  font-weight: bold;
}
.p-sns__text p {
  font-size: 12px;
  margin-top: 16px;
}
.p-sns__text + .p-sns-list {
  margin-top: 24px;
}
.p-sns-list__item {
  display: inline-block;
  margin: 0 8px;
}
.p-sns-list__item a {
  display: block;
  width: 40px;
}/*# sourceMappingURL=style.css.map */</pre></body></html>