@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ブレイクポイント
***************************************************************/
/* positionで要素を中央
***************************************************************/
.sample {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/* 色
***************************************************************/
/* table of contents

	初期化
	フォント設定
	フォントサイズ
	テキスト
	ボタン
	横並び（flex）
	円
	リンク
	画像
	背景
	子要素横幅いっぱい
	display: block
	スムーズスクロール
	幅
	fade in
	shadow
	枠

***************************************************************/
/* 初期化
***************************************************************/
h1, h2, h3, h4, ol, ul, dl, dt, dd, figure, p {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

* {
  box-sizing: border-box !important;
}

@media (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
/* フォント設定
***************************************************************/
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.4;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
  color: #1F1F1F;
  background-color: #F8F8F8;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

/* テキスト
***************************************************************/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-bold {
  font-weight: 700;
}

.txt-normal {
  font-weight: normal;
}

.txt-white {
  color: #fff;
}

.txt-red {
  color: #f00;
}

/* ボタン
***************************************************************/
.btn a {
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .btn a:hover {
    opacity: 0.7;
  }
}

.bg-red {
  background-color: #f00;
}

.btn-red-border a {
  border: 1px solid #f00;
  color: #f00;
}

.btn-pin a {
  background: #fff url("../img/common/icon_pin.svg") no-repeat left center;
}

/* 横並び（flex）
***************************************************************/
.dflex {
  display: flex;
}

.dflex-center {
  justify-content: center;
  align-items: center;
}

.dflex-spbtwn {
  justify-content: space-between;
}

.dflex-reverse {
  flex-direction: row-reverse;
}

.dflex-column {
  flex-direction: column;
}

.dflex-column-reverse {
  flex-direction: column-reverse;
}

.dflex-aic {
  align-items: center;
}

.dgrid {
  display: grid;
}

/* 円
***************************************************************/
.circle {
  border-radius: 50%;
}

/* リンク
***************************************************************/
a {
  transition: all 0.2s ease-in;
  text-decoration: none;
}

.link a {
  color: #1F1F1F;
}
.link a:hover {
  text-decoration: underline;
}

.link-blue a {
  color: #3385FF;
}

/* 画像
***************************************************************/
img {
  vertical-align: bottom;
  display: block;
}

.img-center {
  margin: 0 auto;
}

/* 背景
***************************************************************/
/* 子要素横幅いっぱい
***************************************************************/
.m5050vw {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

/* display: block
***************************************************************/
.dblock {
  display: block;
}

/* スムーズスクロール
***************************************************************/
html {
  scroll-behavior: smooth;
}

/* 幅
***************************************************************/
.w100 {
  width: 100%;
}

/* fade in
***************************************************************/
.fadeIn {
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}

/* shadow
***************************************************************/
.shadow {
  box-shadow: 2px 4px 12px 0px rgba(31, 31, 31, 0.16);
}

/* 背景色
***************************************************************/
.bg-white {
  background-color: #fff;
}

/* table of contents

共通パーツ
    パンくずナビ
    イベントボックス
    イベントスライダー
    各セクション
    バナーエリア

***************************************************************/
/*-------------------------------------------------------------
パンくずナビ
-------------------------------------------------------------*/
.breadnav {
  width: 100%;
  background-color: #fff;
  padding: 8px;
}
.breadnav .inner {
  padding: 0;
}
.breadnav .breadnav_list {
  gap: 32px;
}
.breadnav .breadnav_list .breadnav_list_item {
  position: relative;
}
@media (max-width: 767px) {
  .breadnav .breadnav_list .breadnav_list_item {
    font-size: 12px;
  }
  .breadnav .breadnav_list .breadnav_list_item a {
    font-size: 12px;
  }
}
.breadnav .breadnav_list .breadnav_list_item:not(:last-of-type):after {
  display: block;
  content: "";
  background: url("../img/common/icon_arrow_right_breadnav.svg") no-repeat top center;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -24px;
  top: 4px;
}
@media (max-width: 767px) {
  .breadnav .breadnav_list .breadnav_list_item:not(:last-of-type):after {
    width: 12px;
    height: 12px;
    top: 2px;
  }
}

/*-------------------------------------------------------------
イベントボックス
-------------------------------------------------------------*/
.box-event a {
  color: #1F1F1F;
  height: 100%;
}
.box-event figure {
  margin-bottom: 8px;
  height: 252px;
  position: relative;
}
.box-event figure img {
  border-radius: 8px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.box-event .info {
  font-size: 14px;
}
.box-event .info * {
  line-height: 150%;
}
.box-event .dflex {
  height: 100%;
}
.box-event .ttl {
  font-size: 16px;
  margin-bottom: 4px;
}
.box-event .ttl + div {
  margin-top: auto;
}
.box-event .taglist {
  gap: 8px;
  margin-bottom: 4px;
  height: auto;
}
.box-event .taglist .taglist_item {
  font-size: 14px;
  line-height: 100%;
  padding: 5px 8px;
  border-radius: 4px;
}
.box-event .taglist .taglist_item-new {
  background-color: #f00;
  color: #fff;
}
.box-event .taglist .taglist_item-recommend-news {
  background-color: #fff;
  color: #f00;
  border: 1px solid #f00;
}
.box-event .taglist .taglist_item-closesoon {
  background-color: #656565;
  color: #fff;
}
.box-event .date {
  margin-bottom: 4px;
  padding-left: 20px;
  background: url("../img/common/icon_calendar.svg") no-repeat top 1px left;
  background-size: 4.5%;
  background-size: 16px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
}
.box-event .place {
  padding-left: 20px;
  background: url("../img/common/icon_pin.svg") no-repeat top 1px left;
  background-size: 4.5%;
  background-size: 16px;
}
.box-event .genre {
  padding-left: 20px;
  background: url("../img/common/icon_category.svg") no-repeat top 2px left;
  background-size: 4.5%;
  background-size: 16px;
}

/*-------------------------------------------------------------
イベントスライダー
-------------------------------------------------------------*/
.sec-event .swiper-scrollbar-drag {
  background-color: #f00;
  cursor: pointer;
}
.sec-event .swiper-slide {
  width: 350px !important;
}
@media (max-width: 767px) {
  .sec-event .swiper-slide {
    width: 250px !important;
  }
}
.sec-event .event-swiper {
  padding-bottom: 40px;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec-event .event-swiper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sec-event a:hover {
    opacity: 0.7;
  }
}

/*-------------------------------------------------------------
各セクション
-------------------------------------------------------------*/
.sec {
  background-color: #fff;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .sec {
    padding: 40px 0;
  }
}
.sec:not(:last-of-type) {
  margin-bottom: 40px;
}
.sec .sec_ttl {
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .sec .sec_ttl {
    font-size: 32px;
  }
}
.sec .sec_ttl .border {
  position: relative;
}
.sec .sec_ttl .border:after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background-color: #f00;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -4px;
}
.sec .sec_ttl .jap {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sec .sec_ttl .jap {
    font-size: 14px;
  }
}
.sec .sec_lead {
  font-size: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sec .sec_lead {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

/*-------------------------------------------------------------
バナーエリア
-------------------------------------------------------------*/
.bnrarea {
  padding: 80px 0 0;
}
@media (max-width: 767px) {
  .bnrarea {
    padding: 40px 0 0;
  }
}
.bnrarea figure {
  width: 716px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .bnrarea figure {
    width: 100%;
  }
}
.bnrarea figure a:hover {
  opacity: 0.7;
}
.bnrarea img {
  width: 100%;
}
@media (max-width: 767px) {
  .bnrarea img {
    max-width: 358px;
  }
}

.loading-content {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  transition: all ease-in-out 1s;
  z-index: 1000;
}
.loading-content.js-loaded {
  opacity: 0;
  visibility: hidden;
}
.loading-content .loader {
  font-size: 18px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
  display: flex;
  justify-content: center;
}
.loading-content .loader .loader-text {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #fff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #fff;
  }
}

.main-content {
  padding: 20px;
}
.main-content .gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.main-content .gallery-list-item {
  width: calc((100% - 20px) / 3);
}
.main-content .gallery-list-item img {
  display: block;
  width: 100%;
  height: auto;
}
.main-content .main-text {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.btn-red a {
  color: #fff;
  background-color: #f00;
  display: block;
  text-align: center;
}
.btn-red a span {
  position: relative;
}
.btn-red a span:after {
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  background: url("../img/common/icon_arrow_right.svg") no-repeat top center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -20px;
}

/* table of contents

  フッター

***************************************************************/
.footer {
  background-color: #1F1F1F;
  padding: 9px 0 12px;
}

/* table of contents
　
  ヘッダー
    ロゴ

***************************************************************/
.header {
  width: 100%;
  height: 64px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .header {
    height: 48px;
    margin-bottom: 2px;
  }
  .header .inner {
    padding: 0;
  }
}
.header .logo img {
  display: block;
  margin: 0 auto;
  width: 484px;
}
@media (max-width: 767px) {
  .header .logo img {
    width: 80%;
  }
}

/* table of contents

枠

***************************************************************/
/*-------------------------------------------------------------
枠
-------------------------------------------------------------*/
main {
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  main {
    padding: 0 0 40px;
  }
}

.inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
}
@media (max-width: 767px) {
  .inner {
    max-width: unset;
    padding: 0 16px;
  }
}

/* table of contents

トップ
    scroll
    トップ用その他
    アソビュー！厳選の注目イベント
    施設一覧

***************************************************************/
.l-top {
  /*-------------------------------------------------------------
  kv
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  scroll
  -------------------------------------------------------------*/
  /* 矢印の描写 */
  /*-------------------------------------------------------------
  トップ用その他
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  アソビュー！厳選の注目イベント
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  SPECIAL EVENT
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  施設一覧
  -------------------------------------------------------------*/
}
.l-top .kv {
  position: relative;
}
.l-top .kv .inner {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .l-top .kv .inner {
    padding: 0;
  }
}
.l-top .kv .kv_ttl {
  position: absolute;
  left: 120px;
  left: 8.4vw;
  bottom: 67px;
  z-index: 30;
}
@media (max-width: 767px) {
  .l-top .kv .kv_ttl {
    top: 23vw;
    left: 0;
    bottom: unset;
  }
}
.l-top .kv .kv_ttl img {
  width: 448px;
  width: 31vw;
}
@media (max-width: 767px) {
  .l-top .kv .kv_ttl img {
    width: 70vw;
  }
}
@media (min-width: 768px) {
  .l-top .kv {
    height: 787px;
    height: 54.7vw;
    margin-bottom: 40px;
  }
  .l-top .kv:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1200px;
    width: 83.5vw;
    height: 600px;
    height: 41.5vw;
    background-color: #fff;
    border-radius: 0px 16px 16px 0px;
    z-index: 10;
  }
  .l-top .kv .picture {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
  }
  .l-top .kv .picture img {
    width: 1200px;
    width: 83.5vw;
  }
}
.l-top .scrolldown {
  position: absolute;
  bottom: 1%;
  right: 50%;
  animation: arrowmove 1s ease-in-out infinite;
  z-index: 40;
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
.l-top .scrolldown span {
  position: absolute;
  left: -30px;
  bottom: 30px;
  font-weight: 700;
}
.l-top .scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -5px;
  width: 1px;
  height: 10px;
  background: #1F1F1F;
  transform: skewX(-45deg);
}
.l-top .scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 28px;
  background: #1F1F1F;
}
@media (min-width: 768px) {
  .l-top .sec:last-of-type {
    margin-bottom: -80px;
  }
}
.l-top .sec-mevent {
  padding-top: 0;
}
.l-top .sec-mevent:before {
  display: block;
  content: "";
  height: 316px;
  width: 100%;
  background: url("../img/top/bg_selected_event_pc.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .l-top .sec-mevent:before {
    background: url("../img/top/bg_selected_event_sp.jpg") no-repeat center;
    background-size: cover;
    margin-bottom: 40px;
    height: 206px;
  }
}
@media (max-width: 767px) {
  .l-top .sec-mevent .inner > .dflex {
    flex-direction: column;
  }
  .l-top .sec-mevent .inner > .dflex .box-event {
    padding: 8px 0;
  }
  .l-top .sec-mevent .inner > .dflex .box-event .taglist_item {
    font-size: 10px;
    padding: 4px 6px 3px;
  }
  .l-top .sec-mevent .inner > .dflex .box-event:not(:last-of-type) {
    border-bottom: 1px solid #BFBFBF;
  }
  .l-top .sec-mevent .inner > .dflex .box-event:not(:first-of-type) .dflex-column-reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
  }
  .l-top .sec-mevent .inner > .dflex .box-event:not(:first-of-type) .dflex-column-reverse figure {
    width: 123px;
    position: relative;
    height: 123px;
  }
  .l-top .sec-mevent .inner > .dflex .box-event:not(:first-of-type) .dflex-column-reverse figure img {
    border-radius: 10px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .l-top .sec-mevent .inner > .dflex .box-event:not(:first-of-type) .dflex-column-reverse .info {
    width: calc(100% - 140px);
    padding: 24px 0 0;
  }
  .l-top .sec-mevent .inner > .dflex .box-event:not(:first-of-type) .dflex-column-reverse .info .ttl {
    font-size: 14px;
  }
  .l-top .sec-mevent .inner > .dflex .box-event:not(:first-of-type) .dflex-column-reverse .info .date, .l-top .sec-mevent .inner > .dflex .box-event:not(:first-of-type) .dflex-column-reverse .info .place, .l-top .sec-mevent .inner > .dflex .box-event:not(:first-of-type) .dflex-column-reverse .info .genre {
    font-size: 10px;
  }
  .l-top .sec-mevent .inner > .dflex .box-event:not(:first-of-type) .dflex-column-reverse .info .date, .l-top .sec-mevent .inner > .dflex .box-event:not(:first-of-type) .dflex-column-reverse .info .place, .l-top .sec-mevent .inner > .dflex .box-event:not(:first-of-type) .dflex-column-reverse .info .genre {
    background-size: 14px;
  }
  .l-top .sec-mevent .inner > .dflex .box-event:not(:first-of-type) .dflex-column-reverse .taglist {
    position: absolute;
    top: 0;
    left: 140px;
  }
}
@media (min-width: 768px) {
  .l-top .sec-mevent .inner > .dflex {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(358px, 1fr));
    gap: 40px 63px;
  }
}
.l-top .sec-special_event {
  background-color: unset;
  margin: 0;
  padding: 40px 0 80px;
}
@media (max-width: 767px) {
  .l-top .sec-special_event {
    padding: 40px 26px 40px;
  }
}
.l-top .sec-special_event .card {
  width: 100%;
  max-width: 1052px;
  margin: 36px auto 0;
  background-color: #fff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0px 4px 4px 0px rgba(31, 31, 31, 0.16);
}
@media (max-width: 767px) {
  .l-top .sec-special_event .card {
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0px 4px 4px 0px rgba(31, 31, 31, 0.16);
  }
}
.l-top .sec-special_event .card .dflex {
  gap: 40px;
}
@media (max-width: 767px) {
  .l-top .sec-special_event .card .dflex {
    flex-direction: column;
    gap: 8px;
  }
}
.l-top .sec-special_event .card img {
  width: 100%;
  max-width: 496px;
}
@media (max-width: 767px) {
  .l-top .sec-special_event .card img {
    max-width: unset;
  }
}
.l-top .sec-special_event .card .box-event {
  width: calc(100% - 536px);
}
@media (max-width: 767px) {
  .l-top .sec-special_event .card .box-event {
    width: 100%;
  }
}
.l-top .sec-special_event .card .box-event .ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8;
}
@media (max-width: 767px) {
  .l-top .sec-special_event .card .box-event .ttl {
    font-size: 18px;
    line-height: 1.5;
  }
}
.l-top .sec-special_event .card .box-event .date {
  font-weight: 700;
  font-size: 16px;
  background-size: 20px auto;
  padding-left: 24px;
  background-position: left 0 top 0;
}
@media (max-width: 767px) {
  .l-top .sec-special_event .card .box-event .date {
    line-height: 1.5;
  }
}
.l-top .sec-special_event .card .box-event .txt {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .l-top .sec-special_event .card .box-event .txt {
    font-size: 14px;
  }
}
.l-top .sec-special_event .btn-red {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .l-top .sec-special_event .btn-red {
    margin-top: 16px;
  }
}
.l-top .sec-special_event .btn-red a {
  line-height: 38px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-top .sec-shoplist {
    padding-bottom: 40px;
  }
  .l-top .sec-shoplist .spnone {
    display: none;
  }
}
.l-top .sec-shoplist .bg-red {
  border-radius: 16px;
  padding: 40px 68px;
}
@media (max-width: 767px) {
  .l-top .sec-shoplist .bg-red {
    padding: 24px 16px;
  }
}
.l-top .sec-shoplist .accordion:not(:last-of-type) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .l-top .sec-shoplist .accordion:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
.l-top .sec-shoplist .accordion .accordion__title {
  font-size: 20px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .l-top .sec-shoplist .accordion .accordion__title {
    margin-bottom: 8px;
    font-size: 16px;
    color: #1F1F1F;
    background-color: #fff;
    padding: 14px 16px;
    line-height: 1;
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .l-top .sec-shoplist .dflex {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(328px, 1fr));
    gap: 24px 40px;
  }
}
@media (max-width: 767px) {
  .l-top .sec-shoplist .dflex {
    flex-direction: column;
    gap: 8px;
  }
}
.l-top .sec-shoplist .item a {
  font-size: 14px;
  padding: 16px 23px 16px 8px;
  background-color: #fff;
  color: #1F1F1F;
  display: block;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 767px) {
  .l-top .sec-shoplist .item a {
    font-size: 12px;
  }
}
.l-top .sec-shoplist .item a:after {
  content: "";
  display: block;
  background: url("../img/top/icon_arrow_right_red.svg") no-repeat center;
  width: 18px;
  height: 18px;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
.l-top .sec-shoplist .item a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .l-top .accordion__title {
    position: relative;
  }
  .l-top .accordion__content {
    display: none;
  }
  .l-top .accordion__title::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #f00;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
  }
  .l-top .accordion__title::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #f00;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
  }
  .l-top .accordion__title.show::before {
    opacity: 0;
  }
  .l-top .accordion__title.show::after {
    transform: translateY(-50%) rotate(180deg);
  }
}

/* table of contents

施設詳細
    KV
    SP版ナビゲーション
    PLAN 予約・チケット購入
    各施設のkvエリア
    INFORMATION

***************************************************************/
/*-------------------------------------------------------------
KV
-------------------------------------------------------------*/
.l-detail .kv {
  position: relative;
}
@media (min-width: 768px) {
  .l-detail .kv {
    margin-bottom: 40px;
  }
  .l-detail .kv .bg-white {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    height: 110px;
    width: 100%;
  }
  .l-detail .kv .bg-white .inner {
    padding: 16px 120px;
  }
  .l-detail .kv .bg-white .dflex {
    justify-content: space-between;
    align-items: center;
  }
  .l-detail .kv .bg-white .ttl {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .l-detail .kv .inner {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .l-detail .kv .btn-red-border {
    width: 100px;
  }
}
.l-detail .kv .btn-red-border a {
  padding: 8px 16px 8px 38px;
  border-radius: 60px;
  background-size: 24px 23px;
  background-position: left 10px center;
}
@media (max-width: 767px) {
  .l-detail .kv .btn-red-border a {
    padding: 8px 10px 8px 30px;
    font-size: 14px;
    background-size: 18%;
    background-position: left 10px center;
  }
}
@media (max-width: 767px) {
  .l-detail .kv .bg-white .dflex {
    justify-content: space-between;
    align-items: end;
  }
  .l-detail .kv .bg-white .dflex > div:first-of-type {
    width: calc(100% - 120px);
  }
  .l-detail .kv .bg-white .ttl {
    font-size: 20px;
    padding: 0px 0 8px;
  }
}

/*-------------------------------------------------------------
SP版ナビゲーション
-------------------------------------------------------------*/
.navi .navi_list .navi_list_item {
  width: 33.3%;
}
.navi .navi_list .navi_list_item a {
  height: 72px;
  font-size: 12px;
  font-weight: 700;
  position: relative;
}
.navi .navi_list .navi_list_item a:before, .navi .navi_list .navi_list_item a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.navi .navi_list .navi_list_item a:before {
  width: 20px;
  height: 20px;
  top: 6px;
}
.navi .navi_list .navi_list_item a:after {
  background: url("../img/common/icon_arrow_down.svg") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: contain;
  bottom: 6px;
}
.navi .navi_list .navi_list_item:nth-child(odd) a {
  background-color: #f00;
}
.navi .navi_list .navi_list_item:nth-child(even) a {
  background-color: #DE0000;
}
.navi .navi_list .navi_list_item01 a:before {
  background: url("../img/common/icon_event.svg") no-repeat center;
  background-size: contain;
}
.navi .navi_list .navi_list_item02 a:before {
  background: url("../img/common/icon_plan.svg") no-repeat center;
  background-size: contain;
}
.navi .navi_list .navi_list_item03 a:before {
  background: url("../img/common/icon_information.svg") no-repeat center;
  background-size: contain;
}

/*-------------------------------------------------------------
PLAN 予約・チケット購入
-------------------------------------------------------------*/
@media (max-width: 767px) {
  .sec-plan .sec_lead {
    text-align: left;
    padding: 0 16px;
  }
}
.sec-plan .inner {
  width: 1050px;
  padding: 0;
}
@media (max-width: 767px) {
  .sec-plan .inner {
    width: 100%;
    padding: 0 16px;
  }
}
@media (min-width: 768px) {
  .sec-plan .planlist {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .sec-plan .planlist {
    flex-direction: column;
  }
}
.sec-plan .planlist a {
  color: #1F1F1F;
}
.sec-plan .planlist .planlist_item {
  width: 46vw;
  max-width: 504px;
}
@media (max-width: 767px) {
  .sec-plan .planlist .planlist_item {
    width: 100%;
    max-width: unset;
    padding: 16px 8px;
    border-bottom: 1px solid #BFBFBF;
  }
}
.sec-plan .planlist .planlist_item .dflex-reverse {
  gap: 16px;
}
.sec-plan .planlist .planlist_item .contents {
  width: calc(100% - 189px);
}
@media (max-width: 767px) {
  .sec-plan .planlist .planlist_item .contents {
    width: calc(100% - 150px);
  }
}
.sec-plan .planlist .planlist_item .contents .cate {
  font-size: 12px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .sec-plan .planlist .planlist_item .contents .cate {
    margin-bottom: 4px;
  }
}
.sec-plan .planlist .planlist_item .contents .ttl {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .sec-plan .planlist .planlist_item .contents .ttl {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 4px;
  }
}
.sec-plan .planlist .planlist_item .contents .txt-red {
  font-size: 18px;
  line-height: 1.5;
}
.sec-plan .planlist .planlist_item picture img {
  width: 189px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .sec-plan .planlist .planlist_item picture img {
    width: 150px;
  }
}
.sec-plan .box-noplan {
  width: 800px;
  margin: 0 auto;
  background-color: #F8F8F8;
  padding: 64px 10px;
}
@media (max-width: 767px) {
  .sec-plan .box-noplan {
    width: 100%;
    padding: 48px 10px;
  }
}
.sec-plan .box-noplan .box-noplan_txt {
  font-size: 20px;
}
@media (max-width: 767px) {
  .sec-plan .box-noplan .box-noplan_txt {
    font-size: 16px;
  }
}

/*-------------------------------------------------------------
各施設のkvエリア
-------------------------------------------------------------*/
.img-frame {
  position: relative;
  width: 100%;
  height: 714px;
  overflow: hidden;
  margin: auto;
}
.img-frame:after {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  content: "";
  width: 100%;
  height: 280px;
  background: url("../img/detail/gradation_pc.png") repeat-x center bottom;
  background-size: contain;
  bottom: 110px;
}
@media (max-width: 767px) {
  .img-frame:after {
    bottom: -2px;
    height: 151px;
    background: url("../img/detail/gradation_sp.png") repeat-x center bottom;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .img-frame {
    width: 100%;
    height: 64vw;
  }
}
.img-frame .img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: bgAnime 20s infinite;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.img-frame .img3 {
  animation: bgAnime2 15s infinite;
}

@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgAnime2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  43.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.l-detail-kawasaki .img-01 {
  background-image: url("../img/facility/lazona_kawasaki/img01.jpg");
  background-size: cover;
}
.l-detail-kawasaki .img-02 {
  background-image: url("../img/facility/lazona_kawasaki/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-kawasaki .img-03 {
  background-image: url("../img/facility/lazona_kawasaki/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-kawasaki .img-04 {
  background-image: url("../img/facility/lazona_kawasaki/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-aichi .img-01 {
  background-image: url("../img/facility/aichi_togo/img01.jpg");
  background-size: cover;
}
.l-detail-aichi .img-02 {
  background-image: url("../img/facility/aichi_togo/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-aichi .img-03 {
  background-image: url("../img/facility/aichi_togo/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-aichi .img-04 {
  background-image: url("../img/facility/aichi_togo/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-divercity-tokyo .img-01 {
  background-image: url("../img/facility/diver_city_tokyo/img01.jpg");
  background-size: cover;
}
.l-detail-divercity-tokyo .img-02 {
  background-image: url("../img/facility/diver_city_tokyo/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-divercity-tokyo .img-03 {
  background-image: url("../img/facility/diver_city_tokyo/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-divercity-tokyo .img-04 {
  background-image: url("../img/facility/diver_city_tokyo/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-ebina .img-01 {
  background-image: url("../img/facility/ebina/img01.jpg");
  background-size: cover;
}
.l-detail-ebina .img-02 {
  background-image: url("../img/facility/ebina/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-ebina .img-03 {
  background-image: url("../img/facility/ebina/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-ebina .img-04 {
  background-image: url("../img/facility/ebina/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-expocity .img-01 {
  background-image: url("../img/facility/expocity/img01.jpg");
  background-size: cover;
}
.l-detail-expocity .img-02 {
  background-image: url("../img/facility/expocity/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-expocity .img-03 {
  background-image: url("../img/facility/expocity/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-expocity .img-04 {
  background-image: url("../img/facility/expocity/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-fujimi .img-01 {
  background-image: url("../img/facility/fujimi/img01.jpg");
  background-size: cover;
}
.l-detail-fujimi .img-03 {
  background-image: url("../img/facility/fujimi/img01.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-fujimi .img-04 {
  background-image: url("../img/facility/fujimi/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-fukuoka .img-01 {
  background-image: url("../img/facility/fukuoka/img01.jpg");
  background-size: cover;
}
.l-detail-fukuoka .img-02 {
  background-image: url("../img/facility/fukuoka/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-fukuoka .img-03 {
  background-image: url("../img/facility/fukuoka/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-fukuoka .img-04 {
  background-image: url("../img/facility/fukuoka/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-iwata .img-01 {
  background-image: url("../img/facility/iwata/img01.jpg");
  background-size: cover;
}
.l-detail-iwata .img-02 {
  background-image: url("../img/facility/iwata/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-iwata .img-03 {
  background-image: url("../img/facility/iwata/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-iwata .img-04 {
  background-image: url("../img/facility/iwata/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-kadoma .img-01 {
  background-image: url("../img/facility/kadoma/img01.jpg");
  background-size: cover;
}
.l-detail-kadoma .img-02 {
  background-image: url("../img/facility/kadoma/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-kadoma .img-03 {
  background-image: url("../img/facility/kadoma/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-kadoma .img-04 {
  background-image: url("../img/facility/kadoma/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-kawasaki .img-01 {
  background-image: url("../img/facility/lazona_kawasaki/img01.jpg");
  background-size: cover;
}
.l-detail-kawasaki .img-02 {
  background-image: url("../img/facility/lazona_kawasaki/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-kawasaki .img-03 {
  background-image: url("../img/facility/lazona_kawasaki/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-kawasaki .img-04 {
  background-image: url("../img/facility/lazona_kawasaki/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-kashinoha .img-01 {
  background-image: url("../img/facility/kashinoha/img01.jpg");
  background-size: cover;
}
.l-detail-kashinoha .img-02 {
  background-image: url("../img/facility/kashinoha/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-kashinoha .img-03 {
  background-image: url("../img/facility/kashinoha/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-kashinoha .img-04 {
  background-image: url("../img/facility/kashinoha/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-koshien .img-01 {
  background-image: url("../img/facility/koshien/img01.jpg");
  background-size: cover;
}
.l-detail-koshien .img-02 {
  background-image: url("../img/facility/koshien/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-koshien .img-03 {
  background-image: url("../img/facility/koshien/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-koshien .img-04 {
  background-image: url("../img/facility/koshien/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-nagoya .img-01 {
  background-image: url("../img/facility/nagoya/img01.jpg");
  background-size: cover;
}
.l-detail-nagoya .img-03 {
  background-image: url("../img/facility/nagoya/img03.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-nagoya .img-04 {
  background-image: url("../img/facility/nagoya/img04.jpg");
  animation-delay: 10s;
  background-size: cover;
}

.l-detail-numazu .img-01 {
  background-image: url("../img/facility/numazu/img01.jpg");
  background-size: cover;
}
.l-detail-numazu .img-02 {
  background-image: url("../img/facility/numazu/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-numazu .img-03 {
  background-image: url("../img/facility/numazu/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-numazu .img-04 {
  background-image: url("../img/facility/numazu/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-sakai .img-01 {
  background-image: url("../img/facility/sakai/img01.jpg");
  background-size: cover;
}
.l-detail-sakai .img-03 {
  background-image: url("../img/facility/sakai/img03.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-sakai .img-04 {
  background-image: url("../img/facility/sakai/img04.jpg");
  animation-delay: 10s;
  background-size: cover;
}

.l-detail-shinsango .img-01 {
  background-image: url("../img/facility/shinsango/img01.jpg");
  background-size: cover;
}
.l-detail-shinsango .img-02 {
  background-image: url("../img/facility/shinsango/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-shinsango .img-03 {
  background-image: url("../img/facility/shinsango/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-shinsango .img-04 {
  background-image: url("../img/facility/shinsango/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-shonan .img-01 {
  background-image: url("../img/facility/shonan/img01.jpg");
  background-size: cover;
}
.l-detail-shonan .img-02 {
  background-image: url("../img/facility/shonan/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-shonan .img-03 {
  background-image: url("../img/facility/shonan/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-shonan .img-04 {
  background-image: url("../img/facility/shonan/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-tachikawa .img-01 {
  background-image: url("../img/facility/tachikawa/img01.jpg");
  background-size: cover;
}
.l-detail-tachikawa .img-02 {
  background-image: url("../img/facility/tachikawa/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-tachikawa .img-03 {
  background-image: url("../img/facility/tachikawa/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-tachikawa .img-04 {
  background-image: url("../img/facility/tachikawa/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-tokyo_bay .img-01 {
  background-image: url("../img/facility/tokyo_bay/img01.jpg");
  background-size: cover;
}
.l-detail-tokyo_bay .img-02 {
  background-image: url("../img/facility/tokyo_bay/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-tokyo_bay .img-03 {
  background-image: url("../img/facility/tokyo_bay/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-tokyo_bay .img-04 {
  background-image: url("../img/facility/tokyo_bay/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-toyosu .img-01 {
  background-image: url("../img/facility/toyosu/img01.jpg");
  background-size: cover;
}
.l-detail-toyosu .img-02 {
  background-image: url("../img/facility/toyosu/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-toyosu .img-03 {
  background-image: url("../img/facility/toyosu/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-toyosu .img-04 {
  background-image: url("../img/facility/toyosu/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-waizumi .img-01 {
  background-image: url("../img/facility/waizumi/img01.jpg");
  background-size: cover;
}
.l-detail-waizumi .img-02 {
  background-image: url("../img/facility/waizumi/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-waizumi .img-03 {
  background-image: url("../img/facility/waizumi/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-waizumi .img-04 {
  background-image: url("../img/facility/waizumi/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-yokohama .img-01 {
  background-image: url("../img/facility/yokohama/img01.jpg");
  background-size: cover;
}
.l-detail-yokohama .img-02 {
  background-image: url("../img/facility/yokohama/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-yokohama .img-03 {
  background-image: url("../img/facility/yokohama/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-yokohama .img-04 {
  background-image: url("../img/facility/yokohama/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}

.l-detail-anjyo .img-01 {
  background-image: url("../img/facility/anjyo/img01.jpg");
  background-size: cover;
}
.l-detail-anjyo .img-02 {
  background-image: url("../img/facility/anjyo/img02.jpg");
  animation-delay: 5s;
  background-size: cover;
}
.l-detail-anjyo .img-03 {
  background-image: url("../img/facility/anjyo/img03.jpg");
  animation-delay: 10s;
  background-size: cover;
}
.l-detail-anjyo .img-04 {
  background-image: url("../img/facility/anjyo/img04.jpg");
  animation-delay: 15s;
  background-size: cover;
}
.l-detail-anjyo .img-05 {
  background-image: url("../img/facility/anjyo/img05.jpg");
  animation-delay: 20s;
  background-size: cover;
}

/*-------------------------------------------------------------
INFORMATION
-------------------------------------------------------------*/
@media (min-width: 768px) {
  .sec-info .inner {
    padding: 0 179px;
  }
}
.sec-info .infotable .dflex {
  border-bottom: 1px solid #BFBFBF;
  padding: 16px 0;
}
.sec-info .infotable dt {
  width: 105px;
}
.sec-info .infotable dd {
  width: calc(100% - 105px);
}/*# sourceMappingURL=style.css.map */