@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----pc,sp表示切替---- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_c {
  display: block !important;
  text-align: center !important;
}

.txt_r {
  display: block !important;
  text-align: right !important;
}

.fnt12 {
  font-size: 1.2rem;
}

.fnt13 {
  font-size: 1.3rem;
}

.fnt14 {
  font-size: 1.4rem;
}
.fnt14.spfnt {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .fnt14.spfnt {
    font-size: 1.4rem;
  }
}

.fnt16 {
  font-size: 1.6rem;
}
.fnt16.spfnt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt16.spfnt {
    font-size: 1.6rem;
  }
}
.fnt16 ul li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 ul li {
    font-size: 1.6rem;
  }
}
.fnt16 .numList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 .numList li {
    font-size: 1.6rem;
  }
}

.fnt18 {
  font-size: 1.8rem;
}
.fnt18.spfnt {
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .fnt18.spfnt {
    font-size: 1.8rem;
  }
}

.fnt20 {
  font-size: 2rem;
}
.fnt20.spfnt {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .fnt20.spfnt {
    font-size: 2rem;
  }
}

.fnt22 {
  font-size: 2.2rem;
}
.fnt22.spfnt {
  font-size: 2rem;
}
@media (min-width: 740px) {
  .fnt22.spfnt {
    font-size: 2.2rem;
  }
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.lineheight2 {
  line-height: 2;
}

.txt--w {
  color: #fff;
}

.txt--br {
  color: #885d0d;
}

.txt--main {
  color: #631939;
}

.txt--bl {
  color: #004292;
}

.txt--red {
  color: #C20D23;
}

.txt--tbl {
  color: #00A199;
}

.txt--gn {
  color: #8EC21F;
}

.txt--pk {
  color: #FF6666;
}

.txt--lbr {
  color: #d5a800;
}

.txt--or {
  color: #FF6600;
}

.bg--lor {
  background: #fff9ed;
  padding: 20px 0;
}
@media screen and (min-width: 740px) {
  .bg--lor {
    padding: 40px 0;
  }
}

.bg-red {
  background: #c00;
  padding: 10px 20px 8px;
  color: #fff;
}

.bg--w {
  background: #fff;
}

@media (min-width: 740px) {
  .pc-txtCenter p {
    text-align: center !important;
  }
}

.contentsInr {
  padding: 0 !important;
}
.contentsInr a {
  text-decoration: none !important;
  transition: all 0.3s;
}
.contentsInr a:hover {
  opacity: 0.6;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100% !important;
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  }
}
.pageTtl {
  margin-bottom: 0 !important;
}

.no-point a {
  pointer-events: none;
  opacity: 0.8;
}

.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: none !important;
}

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  background: #FCFFF1;
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.inner02 {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding: 0 15px;
}

.sec-slider ul li {
  pointer-events: none;
}
.sec-slider ul li a {
  pointer-events: none;
}

@media screen and (min-width: 740px) {
  .colWrap .clm_1_3col {
    justify-content: space-between;
  }
}
@media screen and (min-width: 740px) {
  .colWrap .clm_1_3col .col {
    width: 32%;
  }
}

.top-point {
  padding: 40px 0;
}
@media screen and (min-width: 740px) {
  .top-point {
    padding: 40px 0;
  }
}
.top-point .top-point__ttl .ttlLv1 {
  margin-top: 0;
}
@media screen and (min-width: 740px) {
  .top-point .top-point__ttl .ttlLv1 {
    margin-bottom: 40px;
  }
}
.top-point .top-point__ttl .ttlLv1 .heading {
  font-size: 2.4rem;
  color: #d5a800;
  max-width: 680px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 740px) {
  .top-point .top-point__ttl .ttlLv1 .heading {
    font-size: 3.6rem;
  }
}
.top-point .top-point__ttl .ttlLv1 .heading .top-point__ttl-img:last-of-type {
  margin-top: 15px;
}
.top-point .top-point__box {
  position: relative;
  max-width: 840px;
  margin: auto;
}
.top-point .top-point__box .top-point__box--flex {
  border-bottom: 3px dotted #d1e1f5;
  padding: 0 10px 10px;
}
@media screen and (min-width: 740px) {
  .top-point .top-point__box .top-point__box--flex {
    display: flex;
    align-items: center;
    padding: 0 20px 15px;
  }
}
.top-point .top-point__box .top-point__box--flex > div:first-of-type {
  width: 110px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 740px) {
  .top-point .top-point__box .top-point__box--flex > div:first-of-type {
    margin: 0;
    margin-right: 25px;
    width: 140px;
  }
}
.top-point .top-point__box .top-point__box--flex .top-point__box--txt {
  font-size: 1.8rem;
}
@media screen and (min-width: 740px) {
  .top-point .top-point__box .top-point__box--flex .top-point__box--txt {
    font-size: 2.2rem;
  }
}
.top-point .top-point__box .top-point__box--flex .top-point__box--txt p b {
  color: #004292;
}
.top-point .top-point__box .top-point__box--flex .top-point__box--img {
  width: 100%;
}

.sec-ttl .ttlLv2 {
  margin-bottom: 60px !important;
  margin-top: 60px !important;
}
.sec-ttl .ttlLv2 .heading {
  position: relative;
  color: #d5a800;
  line-height: 1.3 !important;
  font-size: 2.2rem !important;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 740px) {
  .sec-ttl .ttlLv2 .heading {
    font-size: 3rem !important;
  }
}
.sec-ttl .ttlLv2 .heading span {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (min-width: 740px) {
  .sec-ttl .ttlLv2 .heading span {
    font-size: 2.4rem;
  }
}
.sec-ttl .ttlLv2 .heading .sec-ttl-img {
  width: 180px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 740px) {
  .sec-ttl .ttlLv2 .heading .sec-ttl-img {
    width: 210px;
  }
}
.sec-ttl .ttlLv2 .heading .sec-ttl-img:first-of-type {
  top: -30px;
}
.sec-ttl .ttlLv2 .heading .sec-ttl-img:last-of-type {
  bottom: -35px;
}

.highlights {
  background: #f2f7ff;
  padding: 20px 0;
}
@media screen and (min-width: 740px) {
  .highlights {
    padding: 40px 0;
  }
}
.highlights .highlights__box {
  border-top: 2px solid #81a8d8;
  padding: 20px 0;
}
@media screen and (min-width: 740px) {
  .highlights .highlights__box {
    padding: 30px 0;
  }
}

.schedule {
  padding: 40px 0;
}
@media screen and (min-width: 740px) {
  .schedule {
    padding: 40px 0;
  }
}
.schedule .schedule__map {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
@media screen and (min-width: 740px) {
  .schedule .schedule__table table {
    width: 100% !important;
  }
}
.schedule .schedule__table table tr td b i {
  background-color: #004292;
  color: #fff;
  border-radius: 3px;
  padding: 2px 7px 0;
  margin-right: 5px;
  font-size: 1.3rem;
}

.hotel {
  background: #f2f7ff;
  padding: 20px 0;
}
@media screen and (min-width: 740px) {
  .hotel {
    padding: 40px 0;
  }
}
.hotel .hotel__list .colWrap .col {
  background: #fff;
}
.hotel .hotel__list .colWrap .col:last-of-type {
  margin-top: 40px;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list .colWrap .col:last-of-type {
    margin-top: 0;
  }
}
.hotel .hotel__list .hotel__list-box {
  position: relative;
  border: 1px solid #d5a800;
  padding: 20px;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list .hotel__list-box {
    padding: 30px;
  }
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list .hotel__list-box .hotel__list-box--ttl {
    min-height: 195px;
  }
}
.hotel .hotel__list .hotel__list-box .hotel__list-box--flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotel .hotel__list .hotel__list-box .hotel__list-box--flex > div {
  width: fit-content;
}
.hotel .hotel__list .hotel__list-box .hotel__list-box--flex > div .gradeA {
  background: #313131;
  color: #fff;
  font-weight: bold;
  padding: 4px 10px 3px;
  margin-left: 5px;
  border-radius: 3px;
}
.hotel .hotel__list .hotel__list-box .hotel__list-box--day .fs3L {
  font-size: 2.8rem !important;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list .hotel__list-box .hotel__list-box--day .fs3L {
    font-size: 3.6rem !important;
  }
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list .hotel__list-box .hotel__list-box--hotel-name {
    min-height: 60px;
  }
}
.hotel .hotel__list .hotel__list-box .slidControl {
  bottom: -30px;
  background-color: transparent !important;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list .hotel__list-box .slidControl {
    bottom: -40px;
  }
}
.hotel .hotel__list .hotel__list-box .slidControl .slick-dots li button::before {
  background-color: #B2B2B2;
}
.hotel .hotel__list .hotel__list-box .slidControl .slick-dots li.slick-active button::before {
  background-color: #c00;
}
.hotel .hotel__list.one-box .colWrap {
  justify-content: center;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__list.one-box .colWrap {
    padding-top: 20px;
  }
}
.hotel .hotel__list.one-box .colWrap .col:last-of-type {
  display: none;
}

.book .caution {
  border: 1px solid #000;
  padding: 20px;
}
@media screen and (min-width: 740px) {
  .book .caution {
    padding: 50px 30px;
  }
}
.book .caution .caution__ttl {
  font-size: 1.8rem;
}
@media screen and (min-width: 740px) {
  .book .caution .caution__ttl {
    font-size: 2.3rem;
  }
}

.scroll p {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.scroll p img {
  width: 20px;
}

.sec-module .ticketModule_unit {
  margin: 20px -10px 0 -10px !important;
}
@media screen and (min-width: 740px) {
  .sec-module .ticketModule_unit {
    margin: 20px 0 0 0 !important;
  }
}