@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

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

.lineheight2 {
  line-height: 2;
}

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

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

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

.txt--bl {
  color: #00A7AC;
}

.bg--pk {
  background: #F4436C;
  padding: 20px 15px;
}

.indent6 {
  text-indent: -6em;
  padding-left: 6em;
}

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

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

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

.bg--w {
  background: #fff;
  padding: 30px 15px;
}
@media screen and (min-width: 740px) {
  .bg--w {
    padding: 25px;
  }
}

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

.sec-ttl {
  position: relative;
}
.sec-ttl .ttlLv1 {
  background: #F4436C;
  padding: 20px 0;
}
@media screen and (min-width: 740px) {
  .sec-ttl .ttlLv1 {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
  }
}
.sec-ttl .ttlLv1 .heading {
  color: #fff;
  font-size: 2.2rem !important;
  text-align: left;
  padding-left: 30px;
}
@media screen and (min-width: 740px) {
  .sec-ttl .ttlLv1 .heading {
    padding-left: 0;
    font-size: 2.6rem !important;
    text-align: center;
  }
}
.sec-ttl .sec-ttl__img {
  position: absolute;
  bottom: 0;
  width: 35%;
  max-width: 230px;
  left: 77%;
  transform: translateX(-50%);
}
@media screen and (min-width: 740px) {
  .sec-ttl .sec-ttl__img {
    width: 20%;
    left: 70%;
  }
}
@media screen and (min-width: 740px) {
  .sec-ttl.ttl02 .sec-ttl__img {
    width: 11%;
    left: 30%;
  }
}

.mv_slide_sp {
  position: relative;
}
.mv_slide_sp::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/sik/monsterbash/img_sites/240610/img_mv_01_sp.png) no-repeat top center;
  width: 100%;
  height: 100%;
  background-size: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
.mv_slide_sp .slick-box .slick-track .slick-slide {
  padding: 0 !important;
}
.mv_slide_sp .slick-dotted.slick-slider {
  margin: 0 !important;
}

.mv_slide_pc {
  position: relative;
}
.mv_slide_pc::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/sik/monsterbash/img_sites/240610/img_mv_01.png) no-repeat top center;
  width: 100%;
  height: 100%;
  background-size: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
.mv_slide_pc .slick-box .slick-track .slick-slide {
  padding: 0 !important;
}
.mv_slide_pc .slick-dotted.slick-slider {
  margin: 0 !important;
}
.mv_slide_pc .slick-list {
  overflow: initial;
}

.top .inner {
  padding-bottom: 3%;
}
.top .top__btm {
  position: relative;
}
.top .top__btm .top_btm-img {
  width: 80%;
  max-width: 550px;
  position: absolute;
  bottom: 0;
  left: 0%;
}
@media screen and (min-width: 740px) {
  .top .top__btm .top_btm-img {
    width: 50%;
  }
}
.top .top__btm-box {
  border: 2px solid #F4436C;
  border-radius: 15px;
  padding: 10px 15px;
}
@media screen and (min-width: 740px) {
  .top .top__btm-box {
    padding: 20px;
    border-radius: 25px;
  }
}
.top .top__btm-box .top__btm-box--txt {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .top .top__btm-box .top__btm-box--txt {
    font-size: 2rem;
  }
}
.top .top__btm-box .top__btm-box--caution {
  font-size: 1.2rem;
}
@media screen and (min-width: 740px) {
  .top .top__btm-box .top__btm-box--caution {
    font-size: 1.6rem;
  }
}

.width-fit ul {
  width: fit-content;
  margin: 0 auto;
}

.tour .tour__table table tbody tr th {
  background: #F18E38;
  color: #fff;
  padding: 8px;
}
.tour .tour__table table tbody tr th:first-of-type {
  width: 25%;
  border-right: 1px solid #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 740px) {
  .tour .tour__table table tbody tr th:first-of-type {
    width: 12%;
    font-size: 1.8rem;
  }
}
.tour .tour__table table tbody tr th:last-of-type {
  width: 75%;
}
@media screen and (min-width: 740px) {
  .tour .tour__table table tbody tr th:last-of-type {
    width: 88%;
  }
}
.tour .tour__table table tbody tr td {
  padding: 10px;
  border-bottom: 1.5px solid #707070;
  border-right: 1.5px solid #707070;
}
.tour .tour__table table tbody tr td:first-of-type {
  border-left: 1.5px solid #707070;
}
.tour .tour__table table tbody tr td .fsL {
  font-size: 1.6rem !important;
}
@media screen and (min-width: 740px) {
  .tour .tour__table table tbody tr td .fsL {
    font-size: 1.8rem !important;
  }
}
.tour .tour__table table tbody tr td p strong .fcRD {
  color: #F4436C !important;
  font-size: 1.6rem !important;
}
@media screen and (min-width: 740px) {
  .tour .tour__table table tbody tr td p strong .fcRD {
    font-size: 1.8rem !important;
  }
}
.tour .tour__table.table02 table tbody tr th {
  background: #00A7AC;
}

@media screen and (min-width: 740px) {
  .hotel .colWrap {
    align-items: center;
  }
}
.hotel .fnt28 {
  font-size: 2.4rem;
}
@media screen and (min-width: 740px) {
  .hotel .fnt28 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 740px) {
  .hotel .hotel__flex {
    display: flex;
  }
}
.hotel .hotel__flex .linkbtn a {
  width: 100%;
  background: #fff;
  border: 2px solid #c00;
  color: #c00;
  font-weight: bold;
}

.artist .artist__table table tbody tr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 740px) {
  .artist .artist__table table tbody tr {
    padding: 25px 20px;
    flex-wrap: nowrap;
  }
}
.artist .artist__table table tbody tr td {
  font-size: 1.6rem;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
}
@media screen and (min-width: 740px) {
  .artist .artist__table table tbody tr td {
    text-align: left;
    padding: 0;
    font-size: 1.8rem;
    width: 316.6666666667px;
  }
}
.artist .artist__table table tbody tr td p .fsI {
  font-style: normal;
  font-family: "MS UI Gothic";
}
.artist .artist__table table tbody tr:nth-of-type(even) td:nth-of-type(even) {
  background: #FEEFF2;
}
@media screen and (min-width: 740px) {
  .artist .artist__table table tbody tr:nth-of-type(even) td:nth-of-type(even) {
    background: none;
  }
}
.artist .artist__table table tbody tr:nth-of-type(odd) td:nth-of-type(odd) {
  background: #FEEFF2;
}
@media screen and (min-width: 740px) {
  .artist .artist__table table tbody tr:nth-of-type(odd) td:nth-of-type(odd) {
    background: none;
  }
}
@media screen and (min-width: 740px) {
  .artist .artist__table table tbody tr:nth-of-type(odd) {
    background: #FEEFF2;
  }
}
.artist .artist__table.table02 table tbody tr:nth-of-type(even) td:nth-of-type(even) {
  background: #d8fcfd;
}
@media screen and (min-width: 740px) {
  .artist .artist__table.table02 table tbody tr:nth-of-type(even) td:nth-of-type(even) {
    background: none;
  }
}
.artist .artist__table.table02 table tbody tr:nth-of-type(odd) td:nth-of-type(odd) {
  background: #d8fcfd;
}
@media screen and (min-width: 740px) {
  .artist .artist__table.table02 table tbody tr:nth-of-type(odd) td:nth-of-type(odd) {
    background: none;
  }
}
@media screen and (min-width: 740px) {
  .artist .artist__table.table02 table tbody tr:nth-of-type(odd) {
    background: #d8fcfd;
  }
}
.artist .artist__info {
  border: 1px solid #000;
  padding: 15px;
}
@media screen and (min-width: 740px) {
  .artist .artist__info {
    padding: 25px;
  }
}

.apply .apply__ttl .ttlLv1 {
  margin-bottom: 0 !important;
}
.apply .apply__ttl .ttlLv1 .heading {
  font-size: 2.2rem;
}
@media screen and (min-width: 740px) {
  .apply .apply__ttl .ttlLv1 .heading {
    font-size: 3rem;
  }
}
.apply .apply__table table tbody tr th {
  width: 33.3333333333%;
  background: #FEE3E6;
  padding: 10px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .apply .apply__table table tbody tr th {
    font-size: 1.8rem;
  }
}
.apply .apply__table table tbody tr th:last-of-type {
  border-right: 1px solid #000;
}
.apply .apply__table table tbody tr td {
  padding: 10px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 1.6rem;
}
@media screen and (min-width: 740px) {
  .apply .apply__table table tbody tr td {
    font-size: 2rem;
  }
}
.apply .apply__table table tbody tr td:last-of-type {
  border-right: 1px solid #000;
}
.apply .apply__table table tbody tr:last-of-type th, .apply .apply__table table tbody tr:last-of-type td {
  border-bottom: 1px solid #000;
}
.apply .apply__price--box {
  border-top: 1px solid #CC0000;
  padding: 15px 0;
}
@media screen and (min-width: 740px) {
  .apply .apply__price--box {
    padding: 30px 0;
  }
}
.apply .apply__bg {
  background: rgba(204, 0, 0, 0.0509803922);
  padding: 0 10px 20px;
}
@media screen and (min-width: 740px) {
  .apply .apply__bg {
    padding: 0 20px 30px;
  }
}
.apply .apply__box {
  border-top: 1px solid #CC0000;
  border-bottom: 1px solid #CC0000;
  padding: 15px 0;
}
@media screen and (min-width: 740px) {
  .apply .apply__box {
    padding: 30px 0;
  }
}

@media screen and (min-width: 740px) {
  .indent5 {
    text-indent: -5em;
    padding-left: 5em;
  }
}
.tour .tour__table table tbody tr td strong {
  color: #F4436C !important;
}

.mv_slide_pc::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/sik/monsterbash/img_sites/240709/img_mv_01.png) no-repeat top center;
  background-size: 100%;
  pointer-events: none;
}

.entryEnd {
  border: 2px solid #CC0000;
  color: #CC0000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
}

.module-info {
  border: 2px solid #cc0000;
  padding: 15px;
  background: #fffee7;
}
@media screen and (min-width: 740px) {
  .module-info {
    padding: 20px;
  }
}