@charset "UTF-8";
#contents .article-body {
  padding-bottom: 0 !important;
}
#contents .article-body > section {
  margin: 0 auto !important;
}
#contents .l-content {
  width: 100%;
}
#contents .l-content__inner {
  margin-bottom: 0 !important;
}
#contents .l-content__main {
  width: 100% !important;
}
#contents .breadcrumb,
#contents .sec_inner {
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(8px * 2);
  padding-right: calc(8px * 2);
}
@media screen and (min-width: 768px) {
  #contents .breadcrumb,
  #contents .sec_inner {
    width: 736px;
  }
}
@media screen and (min-width: 960px) {
  #contents .breadcrumb,
  #contents .sec_inner {
    width: 928px;
  }
}
@media screen and (min-width: 1200px) {
  #contents .breadcrumb,
  #contents .sec_inner {
    width: 1180px;
  }
}
#contents .sec_inner {
  padding-top: calc(8px * 8);
  padding-bottom: calc(8px * 8);
}
#contents .ncH2:first-child {
  margin-top: 0 !important;
}

/*時間替わりページ背景*/
body {
  position: relative;
  background-color: #222;
}
body::after {
  content: "";
  position: fixed;
  top: -20px;
  left: -20px;
  z-index: 0;
  width: calc(100vw + 40px);
  height: calc(100vh + 40px);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  will-change: opacity, filter;
  transition: opacity 1.2s ease, filter 1.2s ease;
  filter: blur(30px);
  opacity: 0;
}
body.is-loaded::after {
  opacity: 1;
  filter: blur(0);
}
body.is-morning::after {
  background-image: url("/wp-content/site-parts/page/noria/img/bg-morning.webp");
}
body.is-day::after {
  background-image: url("/wp-content/site-parts/page/noria/img/bg-day.webp");
}
body.is-evening::after {
  background-image: url("/wp-content/site-parts/page/noria/img/bg-evening.webp");
}
body.is-night::after {
  background-image: url("/wp-content/site-parts/page/noria/img/bg-night.webp");
}
body #wrapper {
  position: relative;
  z-index: 1;
}

.sec_inner {
  container-type: inline-size;
}

.content-width {
  width: 100%;
}

.floating-cta {
  display: contents;
}
.floating-cta_inner {
  display: none !important;
}

.hamburger-menu-content {
  display: flex !important;
}

.l-header {
  top: 0;
}
.l-header .header-site-branding {
  display: none;
}
.l-header-row .l-content::before, .l-header-row .l-content::after {
  content: none;
}

.hamburger-menu-content,
.gtranslate_wrapper,
.page-top-floating {
  position: fixed;
}

.hamburger-menu,
.gtranslate_wrapper {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.hamburger-menu {
  min-width: initial !important;
  margin-right: 0 !important;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}
.hamburger-menu-content.is-hamburger-menu-right {
  padding-left: 0 !important;
}

.gtranslate_wrapper {
  aspect-ratio: 1/1;
  padding: 0;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}
.gtranslate_wrapper::after {
  top: 0;
  left: 0;
  transform: translate(0);
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/site-parts/common/img/black-language.svg");
}

#topper {
  margin-top: 0 !important;
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#topper i {
  display: none;
}

@media (min-width: 768px) {
  #wrapper .hamburger-menu-content,
  .gtranslate_wrapper,
  #topper {
    right: 0;
    width: 90px;
    height: 90px;
    border-radius: 4px 0 0 4px !important;
  }
  .hamburger-menu {
    width: 90px;
    height: 90px !important;
  }
  .hamburger-menu-trigger {
    height: 30% !important;
    width: 50% !important;
  }
  .hamburger-menu-trigger span {
    background-color: black !important;
    height: 2px !important;
  }
  .hamburger-menu-trigger span:nth-of-type(2) {
    top: 50% !important;
    transform: translateY(-50%);
  }
  #topper {
    background-image: url("/wp-content/site-parts/common/img/white-topper.svg");
  }
}
@media (max-width: 767px) {
  .l-header {
    position: absolute !important;
  }
  .l-header-row {
    background-color: transparent !important;
  }
  .l-header__inner {
    height: 0;
  }
  .hamburger-menu-content,
  .hamburger-menu,
  .gtranslate_wrapper,
  #topper {
    position: fixed;
    top: 0;
    width: 15vw !important;
    height: 15vw !important;
  }
  #topper {
    right: 0;
  }
  .hamburger-menu-trigger {
    height: 43% !important;
    width: 60% !important;
  }
  .hamburger-menu-trigger span {
    background-color: #231815 !important;
    height: 2px !important;
  }
  .hamburger-menu-trigger span:nth-of-type(2) {
    top: 50% !important;
    transform: translateY(-50%);
  }
  #topper {
    right: 0;
    top: 0;
    margin-top: 0 !important;
    background-image: url("/wp-content/site-parts/common/img/white-topper-sp.svg");
  }
}
#floating-cta-norbear {
  display: none;
}

@media (min-width: 768px) {
  .hamburger-menu-content {
    top: 120px;
  }
  #floating-cta-ticket {
    top: 220px;
  }
  .gtranslate_wrapper {
    top: 380px;
  }
  #topper {
    top: 480px;
  }
}
@media (max-width: 767px) {
  .hamburger-menu-content {
    left: 0;
  }
  #floating-cta-ticket {
    left: 20vw;
  }
  .gtranslate_wrapper {
    left: auto !important;
    right: 20vw;
  }
}
#floating-cta-ticket {
  container-type: inline-size;
  position: fixed;
  z-index: 997;
  background-color: rgba(255, 255, 255, 0.85);
  margin-top: 0 !important;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}
#floating-cta-ticket a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10cqw;
  color: #231815;
  text-align: center;
}
#floating-cta-ticket img {
  display: block;
  aspect-ratio: 94/56;
}
#floating-cta-ticket span {
  font-weight: 700;
}
@media (min-width: 768px) {
  #floating-cta-ticket {
    right: 0;
    width: 90px;
    height: 150px;
    border-radius: 4px 0 0 4px;
  }
  #floating-cta-ticket a {
    flex-direction: column;
  }
  #floating-cta-ticket img {
    width: 60cqw;
  }
  #floating-cta-ticket span {
    font-size: 14cqw;
  }
  #floating-cta-ticket p {
    font-size: 15cqw;
  }
}
@media (max-width: 767px) {
  #floating-cta-ticket {
    top: 0;
    width: 40vw;
    height: 15vw;
  }
  #floating-cta-ticket a {
    justify-content: space-around;
    flex-direction: row;
    padding: 3cqw;
  }
  #floating-cta-ticket .cta_image {
    flex: 0 0 30cqw;
  }
  #floating-cta-ticket .cta_image img {
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
    max-width: initial;
  }
  #floating-cta-ticket span {
    flex: 0 0 30cqw;
    font-size: 8cqw;
  }
  #floating-cta-ticket p {
    flex: 0 0 40cqw;
    font-size: 8.5cqw;
  }
}

.article-header-full-width {
  display: none;
}

#firstview .eyecatch {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #firstview .eyecatch {
    width: 20cqw;
  }
}
@media (max-width: 767px) {
  #firstview .eyecatch {
    width: 50cqw;
  }
}

#wrapper > .drawer-menu {
  display: none !important;
}

#wrapper {
  container-type: inline-size;
}

/*コンテンツスタイル*/
@media (min-width: 768px) {
  .sec_inner * {
    font-size: 1.4cqw;
  }
}

/*基本ボタン色*/
.ncButton_btn {
  display: block;
  background-color: #ba1d22;
  color: #fff;
  padding: 15px;
  text-decoration: none;
  border-radius: 4px;
}

/*レイアウト*/
@media (min-width: 768px) {
  .block {
    margin-bottom: 4cqw;
  }
}
@media (max-width: 767px) {
  .block {
    margin-bottom: 12cqw;
  }
}

.radius {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 3cqw 4cqw;
  border-radius: 4cqw;
}
@media (min-width: 768px) {
  .radius {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .radius {
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}
.radius h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .radius h2 {
    font-size: 3cqw;
    margin-bottom: 2cqw;
  }
}
@media (max-width: 767px) {
  .radius h2 {
    font-size: 8cqw;
    margin-bottom: 4cqw;
  }
}

/*インフォメーション*/
.information_list {
  margin: auto;
}
@media (max-width: 767px) {
  .information_list article {
    margin-top: 6cqw;
    margin-bottom: 6cqw;
  }
  .information_list article .text h3 {
    margin-bottom: 0 !important;
  }
  .information_list article .text a {
    color: #231815;
    font-size: 5cqw;
    font-weight: 700;
    transition: 0.3s all ease-in;
  }
  .information_list article .text a:hover {
    color: #ba1d22;
  }
  .information_list article .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 行数指定 */
    line-clamp: 1;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .information_list {
    width: 70%;
  }
  .information_list article {
    margin-top: 3cqw;
    margin-bottom: 3cqw;
  }
  .information_list article .text h3 {
    margin-bottom: 0 !important;
  }
  .information_list article .text a {
    color: #231815;
    font-size: 120%;
    font-weight: 700;
    transition: 0.3s all ease-in;
  }
  .information_list article .text a:hover {
    color: #ba1d22;
  }
  .information_list article .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 行数指定 */
    line-clamp: 1;
    overflow: hidden;
  }
}

/*時間、料金情報*/
.status .time-fee {
  text-align: center;
}
.status .time-fee .status-icon {
  aspect-ratio: 1/1;
  margin: auto;
}
@media (min-width: 768px) {
  .status .time-fee .status-icon {
    width: 5cqw;
  }
}
@media (max-width: 767px) {
  .status .time-fee .status-icon {
    width: 15cqw;
  }
}
.status .time-fee .status-icon img.icon {
  display: block;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .status .time-fee {
    display: flex;
    flex-wrap: wrap;
    border-right: 3px solid #231815;
    border-left: 3px solid #231815;
  }
  .status .time-fee .time,
  .status .time-fee .fees {
    padding-bottom: 3cqw;
  }
  .status .time-fee img.icon {
    width: 5cqw;
  }
  .status .time-fee .time {
    flex-basis: 25%;
    border-right: 3px solid #231815;
  }
  .status .time-fee .fees {
    flex-basis: 75%;
  }
  .status .time-fee .fee {
    display: flex;
  }
  .status .time-fee .fee dl {
    flex-basis: 33.3333333333%;
  }
  .status .time-fee .fee dl:not(:last-of-type) {
    border-right: 3px solid #231815;
  }
}
@media (max-width: 767px) {
  .status .time-fee .time,
  .status .time-fee .fees {
    padding-bottom: 3cqw;
  }
  .status .time-fee img.icon {
    width: 15cqw;
  }
  .status .time-fee .time {
    margin-bottom: 6cqw;
  }
  .status .time-fee .time span {
    font-size: 5cqw;
  }
  .status .time-fee .time p {
    font-size: 7cqw;
    font-weight: 700;
  }
  .status .time-fee .fee dl:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 60cqw;
    margin: 4cqw auto;
    border-bottom: solid 1px #231815;
  }
  .status .time-fee .fee dl dd {
    font-size: 7cqw;
    font-weight: 700;
  }
}
.status .reserve {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3cqw;
  width: 100%;
}
.status .reserve a {
  display: block;
  transition: ease-in all 0.3s;
}
.status .reserve a:hover {
  transform: translateY(-0.5cqw);
}
@media (min-width: 768px) {
  .status .reserve {
    margin: 4cqw auto;
  }
  .status .reserve a {
    width: 30cqw;
  }
}
@media (max-width: 767px) {
  .status .reserve {
    margin: 6cqw auto;
  }
  .status .reserve a {
    width: 100%;
  }
}

/*ブログ表示*/
.blogs {
  background-color: rgba(255, 241, 0, 0.85);
}
.blogs_list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .blogs_list {
    gap: 2cqw;
  }
  .blogs_list article {
    width: calc((100% - 6cqw) / 4);
  }
}
.blogs_list article {
  border: 0.5cqw solid #c6151d;
}
.blogs_list a {
  height: 100%;
  color: #231815;
  transition: 0.3s ease;
}
.blogs_list a:hover {
  transform: translateY(0.5cqw);
}
.blogs_list .thumb {
  width: 100%;
  aspect-ratio: 264/273;
  overflow: hidden;
}
.blogs_list .thumb img {
  width: 100%;
  height: 100%;
  max-width: initial;
  object-fit: cover;
}
.blogs_list .text {
  padding: 1em;
}
.blogs_list h3,
.blogs_list p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogs_list h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 120%;
  -webkit-line-clamp: 1; /* 行数指定 */
}
.blogs_list p {
  -webkit-line-clamp: 2; /* 行数指定 */
  line-clamp: 2;
}
.blogs .splide {
  margin-bottom: 4cqw;
}
.blogs .splide__slide {
  container-type: inline-size;
}
@media (min-width: 768px) {
  .blogs .splide__slide {
    width: calc(25% - 1.5cqw) !important;
  }
}
.blogs a {
  color: #231815;
}
.blogs .item-text {
  background-color: #fff;
  padding: 5cqw;
}
.blogs .item-title {
  font-size: 8cqw;
  font-weight: 700;
  line-height: 1.2;
}
.blogs .item-excerpt {
  font-size: 7cqw;
}

@media (min-width: 768px) {
  .grid {
    display: flex;
    gap: 4cqw;
  }
  .grid-right, .grid-left {
    width: 48cqw;
  }
}
@media (max-width: 767px) {
  .grid h2,
  .grid h3 {
    margin-top: 1em;
  }
}
.grid h3 {
  text-align: center;
}
@media (min-width: 768px) {
  .grid h3 {
    font-size: 2cqw;
    margin-bottom: 1cqw !important;
  }
}
@media (max-width: 767px) {
  .grid h3 {
    font-size: 6cqw;
    margin-bottom: 2cqw !important;
  }
}

@media (min-width: 768px) {
  .block.fee .basic-fee {
    margin-bottom: 3cqw;
  }
}
.block.fee .basic-fee th,
.block.fee .basic-fee td {
  border-left: none;
  border-right: none;
  border-width: 2px;
  border-color: #231815;
}
.block.fee .basic-fee th {
  background-color: #ddd;
}
.block.fee .discount dt {
  margin-bottom: 1em;
  padding: 0.5em;
  background-color: #ddd;
}
.block.fee .discount dd {
  margin-bottom: 1.5em;
}
.block.fee .red {
  margin-bottom: 1.5cqw;
}

.block.time dt {
  font-size: 120%;
}

.block.access {
  margin-bottom: 0;
}
.block.access iframe {
  margin-top: 1.5cqw;
}

/*乗車料金*/
.ticket {
  text-align: center;
}

@media (max-width: 767px) {
  .cta-enquete {
    margin-top: 4cqw;
  }
}
