/*$famaleColor:#8D0739;
$maleColor:#0071AF;*/
.slick-prev {
  left: 24%;
  z-index: 20;
}
.slick-prev::before {
  opacity: 0.9 !important;
}

.slick-next {
  right: calc(24% + 10px);
  z-index: 20;
}
.slick-next::before {
  opacity: 0.9 !important;
}

.mv-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.mv-container .mv-slide {
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  .mv-container .mv-slide {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.mv-container .mv-slide {
  width: 100%;
}
.mv-container .mv-slide .slick-slide {
  margin: 0;
}
@media screen and (min-width: 960px) {
  .mv-container .mv-slide .slick-slide {
    margin: 0 15px;
  }
}
.mv-container .mv-slide .slick-slide .main-slide a {
  background-size: cover;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}
.mv-container .mv-slide .slick-slide .main-slide a img {
  width: 100%;
  height: auto;
}

.mv-nav-container {
  width: 80%;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .mv-nav-container {
    width: 80%;
    max-width: 1220px;
    margin: 0 auto;
    text-align: center;
  }
}
.mv-nav-container .mv-nav-slide {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.mv-nav-container .mv-nav-slide .main-slide {
  cursor: pointer;
  padding: 0 1% 1% 1%;
  background-size: cover;
  border: 3px solid #fff;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.mv-nav-container .mv-nav-slide .main-slide:hover {
  opacity: 0.7;
}
.mv-nav-container .mv-nav-slide .slick-slide {
  margin: 0 5px;
}
.mv-nav-container .mv-nav-slide .slick-slide img {
  width: 180px;
  height: auto;
}
.mv-nav-container .mv-nav-slide {
  max-width: 640px;
}
.mv-nav-container .main-slide {
  width: 120px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .mv-nav-container .main-slide {
    width: 130px;
    margin-right: 0;
  }
}
.mv-nav-container .main-slide:nth-of-type(5n) {
  margin-right: 0;
}
.mv-nav-container.nav-count-8 .mv-nav-slide, .mv-nav-container.nav-count-7 .mv-nav-slide {
  max-width: 510px;
}
.mv-nav-container.nav-count-8 .main-slide, .mv-nav-container.nav-count-7 .main-slide {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .mv-nav-container.nav-count-8 .main-slide, .mv-nav-container.nav-count-7 .main-slide {
    margin-right: 0;
  }
}
.mv-nav-container.nav-count-8 .main-slide:nth-of-type(4n), .mv-nav-container.nav-count-7 .main-slide:nth-of-type(4n) {
  margin-right: 0;
}
.mv-nav-container.nav-count-6 .mv-nav-slide {
  max-width: 770px;
}
.mv-nav-container.nav-count-6 .main-slide {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .mv-nav-container.nav-count-6 .main-slide {
    margin-right: 0;
  }
}
.mv-nav-container.nav-count-6 .main-slide:nth-of-type(6n) {
  margin-right: 0;
}

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

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

footer {
  padding-bottom: 0px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 13%;
    margin-bottom: 0px;
  }
}

/*hotel bnr--------------------*/
#hotelBnrPc {
  position: fixed;
  width: 2000px;
  bottom: 0px;
  left: 50%;
  z-index: 6001;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #hotelBnrPc {
    display: none;
  }
}

#hotelBnrSp {
  display: none;
}
@media screen and (max-width: 767px) {
  #hotelBnrSp {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 6000;
  }
}

/*============================
#rBnrSpecialTop
============================*/
div#rBnrSpecialTop {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7000;
}
@media screen and (max-width: 959px) {
  div#rBnrSpecialTop {
    display: none;
  }
}
div#rBnrSpecialTop div.floatInner {
  position: relative;
}
div#rBnrSpecialTop div.floatInner a.bannerImg {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 190px;
  height: 190px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.1);
}
div#rBnrSpecialTop div.floatInner a.bannerImg.noLink {
  pointer-events: none;
  cursor: default;
}
div#rBnrSpecialTop div.floatInner a.bannerImg:after {
  content: "";
  display: block;
  width: 190px;
  height: 190px;
}
div#rBnrSpecialTop div.floatInner a.bannerImg.noLink:after {
  pointer-events: none;
  cursor: default;
}
div#rBnrSpecialTop div.floatInner a.closeLink {
  position: absolute;
  padding: 4px;
  background-color: #fff;
  top: 0px;
  right: 0px;
}
div#rBnrSpecialTop.is-fixed {
  position: fixed;
}

/*top visual*/
body {
  /*background-image: url("../img/top/halloween_2019.jpg");*/
  background-image: url("../img/top/top_img.jpg");
  background-position: top 63px center;
  background-size: 170vw;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  body {
    background-size: 136vw;
  }
}
@media screen and (min-width: 960px) {
  body {
    background-size: contain;
    background-position: top center;
  }
}
@media screen and (min-width: 960px) {
  body header div.header-wrap {
    width: 100%;
    max-width: none;
    margin: 0 auto 5px;
    padding: 20px 2%;
    background-color: #fff;
  }
}
@media screen and (min-width: 1220px) {
  body header div.header-wrap {
    margin: 0 auto 0.5vw;
    padding: 20px calc(50vw - 610px);
  }
}
@media screen and (min-width: 960px) {
  body main div.news-c {
    background-color: #fff;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 20px 2%;
  }
}
@media screen and (min-width: 1220px) {
  body main div.news-c {
    padding: 20px calc(50vw - 610px);
  }
}
@media screen and (min-width: 960px) {
  body main div.news_event-c {
    background-color: #fff;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 20px 2%;
  }
}
@media screen and (min-width: 1220px) {
  body main div.news_event-c {
    padding: 20px calc(50vw - 610px);
  }
}

/*============================
#onsenRotation
============================*/
div#onsenRotation div.onsenBar {
  background-color: #e9edf4;
  padding: 10px 0;
}
@media screen and (min-width: 1080px) {
  div#onsenRotation div.onsenBar {
    padding: 15px 0;
  }
}
div#onsenRotation div.onsenBar div.rotationWrap {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  div#onsenRotation div.onsenBar div.rotationWrap {
    justify-content: space-between;
  }
}
div#onsenRotation div.onsenBar div.rotationWrap div.onsenTitle {
  width: 30%;
  padding-right: 5%;
  position: relative;
}
@media screen and (min-width: 768px) {
  div#onsenRotation div.onsenBar div.rotationWrap div.onsenTitle {
    width: 22%;
    padding-right: 1%;
  }
}
@media screen and (min-width: 1080px) {
  div#onsenRotation div.onsenBar div.rotationWrap div.onsenTitle {
    width: 18%;
  }
}
div#onsenRotation div.onsenBar div.rotationWrap div.onsenTitle:after {
  content: "";
  display: block;
  background-image: url("../img/top/rotation_arrow.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
div#onsenRotation div.onsenBar div.rotationWrap div.onsenTitle p {
  color: #204b8f;
  font-size: 14px;
  line-height: 1.4em;
  margin: 0px;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  div#onsenRotation div.onsenBar div.rotationWrap div.onsenTitle p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  div#onsenRotation div.onsenBar div.rotationWrap div.onsenTitle p br {
    display: none;
  }
}
div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone {
  width: 63%;
}
@media screen and (min-width: 768px) {
  div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 75%;
  }
}
@media screen and (min-width: 1080px) {
  div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone {
    width: 59%;
  }
}
div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone li {
  font-size: 14px;
  position: relative;
}
@media screen and (min-width: 768px) {
  div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone li {
    width: 46%;
    padding: 0 2%;
    box-sizing: content-box;
  }
}
@media screen and (min-width: 1080px) {
  div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone li {
    font-size: 18px;
    padding: 0.5% 2%;
  }
}
div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone li a {
  color: #204b8f;
  line-height: 26px;
}
div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone li p.timerRotate {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone li p.timerRotate {
    right: 4%;
  }
}
div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone li p.timerRotate span {
  font-size: 10px;
  display: none;
  padding: 0.2em 0.5em;
  border-radius: 5px;
  border: 1px solid #fff;
  margin: 0;
  color: #fff;
}
@media screen and (min-width: 1080px) {
  div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone li p.timerRotate span {
    font-size: 12px;
    padding: 8px 0.5em 3px;
  }
}
div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone li p.timerRotate span strong {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 1080px) {
  div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone li p.timerRotate span strong {
    font-size: 20px;
  }
}
div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone li p.timerRotate span.active {
  display: inline;
}
div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone li p.timerRotate span.female.active {
  background-color: #d40569;
}
div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone li p.timerRotate span.male.active {
  background-color: #229cd8;
}
div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone li:before {
  font-size: 12px;
  display: inline-block;
  padding: 0.2em 0.75em;
  border-radius: 5px;
  border: 1px solid #fff;
  margin: 0 0.5em 0 0;
  color: #fff;
  background-color: #204b8f;
}
@media screen and (min-width: 1080px) {
  div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone li:before {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone li:first-of-type {
    border-right: 1px solid #204b8f;
  }
}
div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone li:first-of-type:before {
  content: "4F";
}
div#onsenRotation div.onsenBar div.rotationWrap ul.onsenZone li:last-of-type:before {
  content: "6F";
}
div#onsenRotation div.onsenBar div.rotationWrap p.onsenCap-pc {
  display: none;
  font-size: 12px;
  color: #666666;
}
@media screen and (min-width: 960px) {
  div#onsenRotation div.onsenBar div.rotationWrap p.onsenCap-pc {
    display: block;
    width: 22%;
  }
}
div#onsenRotation div.onsenBar div.rotationWrap p.onsenCap-pc br {
  display: none;
}
@media screen and (min-width: 1080px) {
  div#onsenRotation div.onsenBar div.rotationWrap p.onsenCap-pc br {
    display: inline;
  }
}
div#onsenRotation p.onsenCap-ex-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  div#onsenRotation p.onsenCap-ex-pc {
    display: block;
    text-align: center;
  }
}
div#onsenRotation p.onsenCap-ex-pc span.schedule-ex {
  font-size: 12px;
  color: #f00;
}
@media screen and (min-width: 1220px) {
  div#onsenRotation p.onsenCap-ex-pc span.schedule-ex {
    font-size: 14px;
  }
}
div#onsenRotation p.onsenCap-sp {
  width: 96%;
  max-width: 1220px;
  margin: 0 auto;
  font-size: 12px;
  color: #666666;
  text-align: center;
}
@media screen and (min-width: 768px) {
  div#onsenRotation p.onsenCap-sp {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 960px) {
  div#onsenRotation p.onsenCap-sp {
    display: none;
  }
}
div#onsenRotation p.onsenCap-sp span.schedule-ex {
  color: #f00;
}
@media screen and (min-width: 768px) {
  div#onsenRotation p.onsenCap-sp span.schedule-ex br {
    display: none;
  }
}

.top_info_bnr {
  width: 96%;
  max-width: 1220px;
  margin: 30px auto 10px;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .top_info_bnr {
    font-size: 1.4rem;
  }
}
.top_info_bnr.modal_trg .top_info_bnr_text, .top_info_bnr.modal_trg .top_info_bnr_image {
  cursor: pointer;
}
.top_info_bnr .top_info_bnr_image {
  text-align: center;
}
.top_info_bnr .top_info_bnr_text {
  position: relative;
  width: auto;
  display: inline-block;
}
.top_info_bnr .top_info_bnr_text .top_info_bnr_text-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.8em 1.5em;
}
@media screen and (min-width: 768px) {
  .top_info_bnr .top_info_bnr_text .top_info_bnr_text-wrap {
    padding: 0.8em 3em;
  }
}
.top_info_bnr .top_info_bnr_text.icon .top_info_bnr_text-wrap {
  padding: 0.5em 1em 0.5em 3.8em;
}
@media screen and (min-width: 768px) {
  .top_info_bnr .top_info_bnr_text.icon .top_info_bnr_text-wrap {
    padding: 0.5em 1.5em 0.5em 6.5rem;
  }
}
.top_info_bnr .top_info_bnr_text p {
  width: 100%;
  text-align: center;
}
.top_info_bnr .top_info_bnr_text_title {
  font-size: 1em;
  line-height: 1.5;
}
.top_info_bnr .top_info_bnr_text_sub {
  margin-top: 0.5em;
  font-size: 0.7em;
  line-height: 1.5;
}
.top_info_bnr .top_info_bnr_text_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .top_info_bnr .top_info_bnr_text_icon {
    padding: 1em;
  }
}
.top_info_bnr .top_info_bnr_text_icon img {
  width: 2.5em;
  height: auto;
}

.top_info_bnr_modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}
.top_info_bnr_modal .top_info_bnr_modal_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
}
.top_info_bnr_modal .top_info_bnr_modal_close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -30px;
}
.top_info_bnr_modal .top_info_bnr_modal_close::before, .top_info_bnr_modal .top_info_bnr_modal_close::after {
  content: "";
  display: inline-block;
  background: #fff;
  height: 2px;
  width: 100%;
  transform-origin: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.top_info_bnr_modal .top_info_bnr_modal_close::before {
  transform: rotate(45deg) translate(7px, 7px);
}
.top_info_bnr_modal .top_info_bnr_modal_close::after {
  transform: rotate(-45deg) translate(-7px, 7px);
}
.top_info_bnr_modal-inner {
  width: 96%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_info_bnr_modal .modal-open {
  display: block;
}

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