@charset "UTF-8";
/*fixed spacing*/
/*spacing*/
/*line-height*/
/*radius*/
* {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

body {
  width: 100%;
  background-color: #83C0F9 !important;
}

.l-main,
.p-page-header,
.p-breadcrumb {
  background-color: #83C0F9 !important;
}

@media screen and (max-width: 1023.98px) {
  .p-page-header {
    border-top: none !important;
  }
}
.c-entry-nav__item a {
  background-color: #83C0F9 !important;
}

.pcbr {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .pcbr {
    display: none !important;
  }
}

.spbr {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .spbr {
    display: block !important;
  }
}

.l-main {
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .p-global-nav {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .p-breadcrumb {
    background-color: #83C0F9;
  }
}
@media screen and (max-width: 767.98px) {
  .p-breadcrumb {
    background-color: #83C0F9;
  }
}

.p-header-content__mobile-arrow::before {
  color: #171717;
}

h2,
.p-cb__item-headline,
.style_h2 {
  font-family: "Oswald", "Noto Sans JP", sans-serif !important;
  font-size: 38px !important;
  text-align: center;
  font-weight: 600;
}

.p-logo {
  display: none;
}

.p-cb__item-desc p {
  font-weight: 600;
  line-height: 1.8rem;
}

@media screen and (max-width: 767.98px) {
  .p-entry__body {
    margin-bottom: 4rem !important;
  }
}

#cb_2 .p-cb__item-inner .p-cb__item-desc,
#cb_3 .p-cb__item-inner .p-cb__item-desc {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
}

#cb_4 img,
#cb_5 img,
#cb_6 img {
  border-radius: 16px;
}
@media screen and (max-width: 767.98px) {
  #cb_4 img,
  #cb_5 img,
  #cb_6 img {
    border-radius: 0px;
  }
}

.p-cb__item-button {
  font-weight: 600;
  border-radius: 4px;
}

.p-pagetop a {
  background-color: #000000 !important;
}

@media screen and (max-width: 767.98px) {
  #js-index-slider {
    background-size: cover;
    min-height: 100vh;
  }
}

@media screen and (max-width: 767.98px) {
  .p-header-content__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-text-size-adjust: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-header-content__image img {
    z-index: -1;
  }
}
.p-global-nav__container {
  margin: 0 auto;
}
.p-global-nav__container ul li a {
  font-size: 24px !important;
  font-weight: 600;
  position: relative;
}
.p-global-nav__container ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #000000;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.p-global-nav__container ul li a:hover::after {
  transform: scale(1, 1);
}

.p-index-archive__item-info {
  padding-top: 0;
}

.p-article__date {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 12px;
}

.p-index-archive__item-meta {
  margin-top: 0;
  font-size: 12px;
}

.p-index-archive__item-thumbnail img {
  display: none;
}

.p-hover-effect--type1 .p-hover-effect__image {
  display: none;
}

.p-index-archive__item-title {
  height: auto;
  font-weight: 600;
  white-space: normal !important; /* nowrapを解除 */
  overflow: visible !important; /* はみ出しを許可 */
  text-overflow: clip !important; /* …を無効化 */
  display: block !important; /* 念のためブロック化 */
  word-break: break-word;
}
@media screen and (max-width: 767.98px) {
  .p-index-archive__item-title {
    font-size: 12px;
  }
}

.p-index-archive__item {
  margin: 0 2.2666% 10px 0;
  width: 100%;
}

.p-archive-information__item a {
  height: 100px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-archive-information__item a {
    padding: 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-archive-information__item a {
    padding: 1.2rem;
  }
}
.p-archive-information__item .p-archive-information__item-title {
  height: auto;
  font-weight: 600;
}

.p-page-header {
  background-color: #83C0F9;
}
.p-page-header .p-page-header__title {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.p-page-header .p-page-header__desc {
  font-size: 12px;
  margin-top: 0;
}

.c-entry-nav__item {
  border: none;
}

.c-entry-nav__item a,
.c-entry-nav__item--next a {
  background-color: #83C0F9;
}

.l-main {
  background-color: #83C0F9;
}
.l-main .p-entry__inner {
  border-top: 1px solid #171717;
  border-bottom: 1px solid #171717;
}

.c-entry-nav__item {
  font-weight: 600;
}

section.p-entry__recent-information .p-headline, section.p-entry__recent-information .p-widget__title {
  border-color: #000000;
}
section.p-entry__recent-information h2, section.p-entry__recent-information .p-cb__item-headline, section.p-entry__recent-information .style_h2 {
  font-size: 18px !important;
  text-align: left;
}

#cb_2.p-cb__item {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #cb_2.p-cb__item {
    margin-top: 5rem;
  }
}

#cb_2 .p-entry__body h3 {
  font-size: 180%;
  font-weight: 700;
}
#cb_2 .p-entry__body p {
  font-weight: 600;
  line-height: 1.4rem;
}
#cb_2 .about_lead {
  margin: 3rem auto;
}
#cb_2 .about_lead h4 {
  font-weight: 700;
  font-size: 20px;
}
#cb_2 .about_lead p {
  line-height: 1.8rem;
}
#cb_2 .about_lead p a {
  font-weight: 600;
  text-decoration: underline;
}
#cb_2 .websitelink .p-button {
  background-color: #000000;
}
#cb_2 .about_detail dl dt, #cb_2 .about_detail dl dd {
  font-weight: 600;
  line-height: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  #cb_2 .about_detail dl dt, #cb_2 .about_detail dl dd {
    line-height: 1.5rem;
  }
}
#cb_2 .about_detail dl dt {
  font-size: 20px;
  margin-bottom: 0.5rem;
}
#cb_2 .about_detail dl dd {
  margin-bottom: 0;
}
#cb_2 .about_detail dl dd.about_detail_date {
  font-size: 24px;
  margin: 1rem auto;
}
@media screen and (max-width: 767.98px) {
  #cb_2 .about_detail dl dd.about_detail_date {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  #cb_2 .p-cb__item-inner .p-cb__item-desc {
    width: 90%;
    text-align: center;
  }
}
#cb_2 .p-cb__item-button {
  font-size: 18px;
}
#cb_2 .p-cb__item-desc p {
  margin-bottom: 2rem;
}
#cb_2 .p-cb__item-desc p:first-child {
  font-size: 28px;
  font-weight: 900;
  line-height: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  #cb_2 .p-cb__item-desc p:first-child {
    font-size: 24px;
  }
}
#cb_2 .p-cb__item-desc p:nth-child(2) {
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
  font-size: 15px;
  line-height: 1.5rem;
}

#cb_3 h3 {
  font-weight: bold;
  text-align: center;
}
#cb_3 h3 i {
  margin-right: 5px;
}
#cb_3 dl {
  margin-bottom: initial;
}
#cb_3 dl dt, #cb_3 dl dd, #cb_3 dl p {
  font-weight: 600;
  margin-bottom: initial;
}
#cb_3 dl dt {
  font-size: 20px;
  font-weight: bold;
}
#cb_3 dl dd.ticket_price {
  font-size: 18px;
}
#cb_3 dl dd.ticket_price span {
  font-size: 10px;
  font-weight: bold;
}
#cb_3 .ticket_purchase-link_onsale a {
  display: block;
  margin-top: 0.5rem;
  padding: 10px 3rem;
  border: 1px solid white;
  background-color: black;
  border-radius: 4px;
  font-size: 16px;
  color: white;
  font-weight: bold;
}
#cb_3 .ticket_purchase-link_onsale a:hover {
  border: 1px solid #000000;
  background-color: white;
  color: #000000;
  transition: 0.4s ease;
}
#cb_3 .ticket_type,
#cb_3 .ticket_bus,
#cb_3 .hotel-deal,
#cb_3 .parking_ticket {
  background-color: white;
  --box-color: #000000;
  position: relative;
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid var(--box-color);
  width: 70%;
  height: stretch;
  box-sizing: border-box;
  border-radius: 4px;
}
@media screen and (max-width: 767.98px) {
  #cb_3 .ticket_type,
  #cb_3 .ticket_bus,
  #cb_3 .hotel-deal,
  #cb_3 .parking_ticket {
    width: 100%;
    height: auto;
  }
}
#cb_3 .ticket_type .ticket_type_en,
#cb_3 .ticket_bus .ticket_type_en,
#cb_3 .hotel-deal .ticket_type_en,
#cb_3 .parking_ticket .ticket_type_en {
  background-color: var(--box-color);
  color: #fff;
  padding: 0.1em 1em;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.4;
  width: auto;
  max-width: calc(100% - 2em);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0 0 4px 0;
  letter-spacing: 0.2rem;
}
#cb_3 .ticket_type dt {
  position: relative;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  text-align: center;
}
#cb_3 .ticket_type dt::before {
  position: absolute;
  border-bottom: 2px solid #000000;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  content: "";
}
#cb_3 .ticket_type dt i {
  margin-right: 5px;
}
#cb_3 .ticket_type_general dl dt,
#cb_3 .ticket_type_local dl dt {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  #cb_3 .ticket_type_general dl dt,
  #cb_3 .ticket_type_local dl dt {
    margin-bottom: 1rem;
  }
}
#cb_3 .ticket_type_withgoods dl dd ul,
#cb_3 .hotel-deal dl dd ul {
  text-align: left;
  list-style-type: square;
  margin-bottom: initial;
  margin: 10px auto;
}
#cb_3 .ticket_type_withgoods dl dd ul li,
#cb_3 .hotel-deal dl dd ul li {
  font-weight: bold;
  line-height: 1.4rem;
}
#cb_3 .ticket_bus,
#cb_3 .hotel-deal,
#cb_3 .parking_ticket {
  padding: 3rem 0 !important;
}
#cb_3 .ticket_bus h3,
#cb_3 .hotel-deal h3,
#cb_3 .parking_ticket h3 {
  font-size: 20px;
  position: relative;
  padding: 0.5rem 0 1rem;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  #cb_3 .ticket_bus h3,
  #cb_3 .hotel-deal h3,
  #cb_3 .parking_ticket h3 {
    line-height: 1.2;
    padding: 0.5rem 0 1.5rem;
  }
}
#cb_3 .ticket_bus h3::before,
#cb_3 .hotel-deal h3::before,
#cb_3 .parking_ticket h3::before {
  position: absolute;
  border-bottom: 2px solid #000000;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  content: "";
}
#cb_3 .ticket_bus h3 span,
#cb_3 .hotel-deal h3 span,
#cb_3 .parking_ticket h3 span {
  font-size: 12px;
  font-weight: bold;
}
#cb_3 .hotel-deal h3 span {
  font-size: 16px;
}
#cb_3 .hotel-deal dd.application-period {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
#cb_3 .parking_ticket dl dt {
  text-align: center;
  line-height: 1.4rem;
}
#cb_3 .parking_ticket dl dt i {
  margin-right: 5px;
}
#cb_3 .parking_ticket dl dt span {
  font-weight: 600;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #cb_3 .parking_ticket dl dt span {
    margin-left: 5px;
  }
}
#cb_3 .ticket_notice {
  width: 70%;
  margin: 5rem auto;
}
@media screen and (max-width: 767.98px) {
  #cb_3 .ticket_notice {
    width: 100%;
    margin: 3rem auto;
  }
}
#cb_3 .ticket_notice .ticket_notice_list {
  list-style-type: square;
  text-align: left;
}
#cb_3 .ticket_notice .ticket_notice_list li {
  font-weight: 600;
  line-height: 1.3rem;
  margin-bottom: 0.5rem;
}

#cb_4 .p-entry__body {
  background-color: #83C0F9;
}
#cb_4 .p-entry__body h2 {
  margin-bottom: 3rem;
}
#cb_4 .p-entry__body h3 {
  font-size: 180%;
  font-weight: 700;
}
#cb_4 .p-entry__body p {
  font-weight: 600;
  line-height: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #cb_4 .p-entry__body p {
    text-align: left;
  }
}
#cb_4 .ticket_purchase-link_onsale a {
  display: block;
  margin: auto;
  padding: 10px 3rem;
  border: 1px solid black;
  background-color: black;
  border-radius: 4px;
  font-size: 16px;
  color: white;
  font-weight: bold;
  width: fit-content;
}
#cb_4 .ticket_purchase-link_onsale a:hover {
  border: 1px solid #000000;
  background-color: white;
  color: #000000;
  transition: 0.4s ease;
}
#cb_4 .sposorship-container {
  background-color: white;
  --box-color: #000000;
  position: relative;
  margin: 0 auto;
  padding: 3rem;
  border: 1px solid var(--box-color);
  width: 70%;
  height: stretch;
  box-sizing: border-box;
  border-radius: 4px;
}
@media screen and (max-width: 767.98px) {
  #cb_4 .sposorship-container {
    width: 100%;
    height: auto;
    padding: 3rem 1.5rem;
  }
}
#cb_4 .sposorship-container .ticket_type_en {
  background-color: var(--box-color);
  color: #fff;
  padding: 0.1em 1em;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.4;
  width: auto;
  max-width: calc(100% - 2em);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0 0 4px 0;
  letter-spacing: 0.2rem;
}
#cb_4 .sposorship-container dl p {
  text-align: center;
}
#cb_4 .sposorship-container dl dt {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 511.98px) {
  #cb_4 .sposorship-container dl dt {
    font-size: 18px;
  }
}
#cb_4 .sposorship-container dl dt::before {
  position: absolute;
  border-bottom: 2px solid #000000;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  content: "";
}
#cb_4 .sposorship-container dl dt img {
  width: 15px;
  position: relative;
  bottom: 10px;
  margin-right: 5px;
}
@media screen and (max-width: 767.98px) {
  #cb_4 .sposorship-container dl dt img {
    bottom: 7px;
  }
}
#cb_4 .sposorship-container dl dd {
  font-weight: 600;
  margin: 2rem auto 1rem;
  text-align: center;
}
@media screen and (max-width: 511.98px) {
  #cb_4 .sposorship-container dl dd {
    font-size: 13px;
  }
}

@media screen and (max-width: 767.98px) {
  .p-entry__body img[class*=align] {
    max-width: 100vw;
  }
}

#cb_5 h3 {
  margin-bottom: 0;
  font-weight: 600;
}
#cb_5 p {
  font-weight: 600;
}
#cb_5 .p-cb__item.has-b {
  padding-top: 0;
}
#cb_5 .p-cb__item-inner {
  background-color: #83C0F9;
  padding: 0;
}
#cb_5 .p-index-pr__map {
  max-width: 1000px;
  margin: 0 auto;
}
#cb_5 .p-index-pr__map-desc p {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 1023.98px) {
  #cb_5 .accessmap_container iframe {
    width: 100%;
  }
}

.areamap_container {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 1023.98px) {
  .areamap_container {
    width: 100%;
  }
}
@media screen and (max-width: 1023.98px) {
  .areamap_container img {
    width: 100%;
  }
}

#cb_8 .notice_container {
  background-color: #fffdfa;
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem;
  border-radius: 8px;
}
@media screen and (max-width: 767.98px) {
  #cb_8 .notice_container {
    width: 100%;
    padding: 3rem 1rem;
  }
}
#cb_8 h3 {
  font-weight: 900;
}
#cb_8 p {
  font-size: 14px;
  color: #414141;
  line-height: 1.4;
}
#cb_8 .notice_block h4 {
  font-weight: 600;
  font-size: 18px;
}
#cb_8 .notice_block ul {
  line-height: 1.4;
}
#cb_8 .notice_block ul li {
  font-size: 14px;
  color: #414141;
  text-align: left;
  line-height: 1.3rem;
  margin-bottom: 0.5rem;
}

#faq .faq_container {
  width: 70%;
  max-width: 900px;
  margin: 50px auto;
}
@media screen and (max-width: 767.98px) {
  #faq .faq_container {
    width: 90%;
  }
}
#faq .faq_container .faq_item {
  margin-bottom: 20px;
}
#faq .faq_container .question {
  background-color: #171717;
  padding: 1rem;
}
#faq .faq_container .question p {
  font-size: 14px;
  color: white;
  font-weight: 600;
  text-align: left;
}
#faq .faq_container .answer {
  background-color: #fffdfa;
  padding: 1rem;
}
#faq .faq_container .answer p {
  font-size: 14px;
  color: #171717;
  font-weight: normal !important;
  text-align: left;
  line-height: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767.98px) {
  #faq .faq_container .answer p {
    line-height: 1.5rem;
  }
}

.p-footer-info {
  background-color: transparent;
}

.p-social-nav__item {
  font-size: 30px;
}

.p-index-archive {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .p-index-archive {
    margin-bottom: 20px;
  }
}

.p-index-archive__item-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-index-archive__item-info {
    align-items: baseline;
  }
}

.p-archive-information {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}

.p-archive-information__item {
  margin-top: 0;
  width: 90%;
}

#cb_3 .ticket_type_contanier {
  margin: 4rem auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1023.98px) {
  #cb_3 .ticket_type_contanier {
    flex-direction: column;
    margin: 2rem auto;
  }
}
#cb_3 .ticket_type_contanier .ticket_type {
  width: 33%;
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  #cb_3 .ticket_type_contanier .ticket_type {
    width: 80%;
  }
}
@media screen and (max-width: 767.98px) {
  #cb_3 .ticket_type_contanier .ticket_type {
    width: 100%;
  }
}
#cb_3 .ticket_type_contanier .ticket_type dl {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#cb_3 .hotel-deal dl {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#cb_3 .hotel-deal,
#cb_3 .ticket_bus {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  #cb_3 .hotel-deal,
  #cb_3 .ticket_bus {
    width: 80%;
  }
}
@media screen and (max-width: 767.98px) {
  #cb_3 .hotel-deal,
  #cb_3 .ticket_bus {
    margin-bottom: 2rem;
  }
}
#cb_3 .ticket_bus .ticket_type_bus .ticket_type_bus_detail {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767.98px) {
  #cb_3 .ticket_bus .ticket_type_bus .ticket_type_bus_detail {
    flex-direction: column;
  }
}
#cb_3 .ticket_bus .ticket_type_bus .ticket_type_bus_detail dl {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  #cb_3 .parking_ticket {
    width: 80%;
  }
}
#cb_3 .parking_ticket .ticket_type_parking_detail {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767.98px) {
  #cb_3 .parking_ticket .ticket_type_parking_detail {
    flex-direction: column;
  }
}
#cb_3 .parking_ticket .ticket_type_parking_detail dl {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#cb_5 .accessmap_container {
  display: flex;
  justify-content: center;
  align-self: center;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}
#cb_5 .accessmap_container .routemap_pc {
  max-width: 1000px;
}
@media screen and (max-width: 1023.98px) {
  #cb_5 .accessmap_container .routemap_pc {
    display: none;
  }
}
#cb_5 .accessmap_container .routemap_sp {
  display: none;
}
@media screen and (max-width: 1023.98px) {
  #cb_5 .accessmap_container .routemap_sp {
    display: block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
#cb_5 .accessmap_container iframe.googlemap.aligncenter {
  border-radius: 16px;
}
@media screen and (max-width: 767.98px) {
  #cb_5 .accessmap_container iframe.googlemap.aligncenter {
    width: 100%;
  }
}

.p-cb__item.has-bg {
  padding-top: 0;
}

img.timetable_pc.aligncenter {
  display: block;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  img.timetable_pc.aligncenter {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  img.timetable_pc.aligncenter {
    display: none;
  }
}

img.timetable_sp.aligncenter {
  display: none;
}
@media screen and (max-width: 767.98px) {
  img.timetable_sp.aligncenter {
    display: block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

@media screen and (max-width: 767.98px) {
  #faq {
    margin-top: 5rem;
  }
}

/*# sourceMappingURL=add.css.map */
