@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;
}

.fnt10 {
  font-size: 1rem;
}

.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;
  }
}
.fnt14 ul li {
  font-size: 1.2rem;
}
@media screen and (min-width: 740px) {
  .fnt14 ul li {
    font-size: 1.4rem;
  }
}

.fnt15 {
  font-size: 1.5rem;
}
.fnt15.spfnt {
  font-size: 1.3rem;
}
@media (min-width: 740px) {
  .fnt15.spfnt {
    font-size: 1.5rem;
  }
}

.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--or {
  color: #e9461a;
}

.txt--lor {
  color: #EE8B00;
}

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

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

.txt--gr {
  color: #777;
}

.txt--gn {
  color: #14A73C;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

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

.contentsInr {
  padding: 0 !important;
}

@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;
}

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  padding-bottom: 50px;
}
@media screen and (min-width: 740px) {
  .sec {
    padding-bottom: 100px;
  }
}

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

.sec-slider ul {
  margin-top: 0 !important;
}
.sec-slider ul li {
  pointer-events: none;
}
.sec-slider ul li a {
  pointer-events: none;
}

.coupon__ttl .heading sup {
  background-color: #cc0000;
  color: #ffffff;
  padding: 3px 3px 3px 10px;
  border-radius: 30px;
}

.sec__ttl {
  background: #eea73d;
}
.sec__ttl .ttlLv1 .heading {
  color: #fff;
}

.sec__sub-ttl .ttlLv2 {
  text-align: left;
}
.sec__sub-ttl .ttlLv2 .heading {
  border-left: 4px solid #ddd !important;
  padding-left: 10px !important;
  font-size: 1.4rem !important;
}
@media screen and (min-width: 740px) {
  .sec__sub-ttl .ttlLv2 .heading {
    font-size: 1.6rem !important;
  }
}

.top-lead {
  background: #fff6ea;
  padding: 20px 0;
}
@media screen and (min-width: 740px) {
  .top-lead {
    padding: 30px 0;
  }
}
.top-lead .fukidashi {
  background: #eea73d;
  padding: 5px 30px;
  border-radius: 50px;
  width: fit-content;
  margin-inline: auto;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.top-lead .fukidashi:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #EEA73D transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}

.coupon {
  background: #fdfdeb;
  padding: 10px;
}

@media screen and (min-width: 740px) {
  .about__col .colWrap .col:first-of-type {
    width: calc(45% - 15px);
  }
}
@media screen and (min-width: 740px) {
  .about__col .colWrap .col:last-of-type {
    width: calc(55% - 15px);
  }
}

.recommend__col .colWrap .col {
  background: #fff0ec;
}
.recommend__col.col_02 .col {
  background: #fff0db;
}

.flex__box--wrap .colWrap .col {
  background: #fff;
}
.flex__box--wrap .colWrap.clm_1_3col {
  justify-content: center;
}
@media screen and (min-width: 740px) {
  .flex__box--wrap .colWrap.clm_1_3col .col {
    width: calc(33.3333333333% - 20px);
  }
}
.flex__box--wrap.no-bg .colWrap .col {
  background: none;
}

.p-wakayama-nanki .sec__2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 740px) {
  .p-wakayama-nanki .sec__2col {
    gap: 24px;
  }
}
.p-wakayama-nanki .sec__2col::before {
  display: none;
}
.p-wakayama-nanki .sec__2col > div {
  width: 100%;
}
.p-wakayama-nanki .sec__2col > div img {
  width: 100%;
}

.ticketModule_unit .mdl_main_body > p {
  display: none !important;
}