@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  height: 100%; 
}
:root {
  --main-width: 375px;
}

#mizube a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
  transition: 0.7s;
}
#mizube a:hover {
  opacity: 0.7;
}
#mizube img {
  width: 100%;
}
#mizube {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  display: flex;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
#mizube .pagetop {
  position: fixed;
  width: 10%;
  max-width: 72px;
  bottom: 30px;
  right: calc(50% - (var(--main-width)/2) - 72px - 30px);
  z-index: 3;
}
#mizube .pagetop a {
  display: block;
}
#mizube .pagetop a:hover {
  transform: translateY(2px);
}

/* btn */
#mizube ._btn {
  position: relative;
  display: block;
  border-radius: 50vw;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 1);
  transition: all 0.1s ease-in-out;
}
#mizube ._w55 {
  width: 55%;
}
#mizube .left ._btn {
  font-size: 15px;
  padding: 15px 7% 15px 17px;
}
#mizube .main ._btn {
  padding: 3.5%;
}
#mizube ._btn:hover {
  box-shadow: inset 0px 0px 0px rgba(27, 111, 149, 0.7);
  transform: translateY(2px);
  opacity: 1;
}
#mizube ._btn::after {
  content: "";
  position: absolute;
  width: 9%;
  max-width: 30px;
  padding-top: 9%;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background: url(../img/icon_arrow_down.png)no-repeat center / contain;
}
#mizube .left ._btn._w55::after {
  width: 8.2%;
}
#mizube .left ._btn::after {
  width: 11%;
  padding-top: 11%;
  background: url(../img/icon_arrow_right.png)no-repeat center / contain;
}
#mizube ._blue {
  color: white;
  background-color: #33a9de;
}
#mizube ._deco01 {
  margin-bottom: 5%;
}
#mizube ._deco01::before {
  content: "";
  position: absolute;
  width: 30%;
  padding-top: 20%;
  bottom: 38%;
  left: -4%;
  background: url(../img/sec01_btn_deco.png)no-repeat center / contain;
}

/* left */
#mizube .left {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  width: calc(50% - (var(--main-width)/2));
  background-image: url(../img/bg_deco_top.png), url(../img/bg_left.jpg);
  background-position: top 5% left, top center;
  background-repeat: no-repeat, no-repeat;
  background-size: 40%, cover;
  height: 100%;
  z-index: 1;
}
#mizube .left .left_wrap {
  width: 70%;
  max-width: 420px;
  margin-top: -2%;
}
#mizube .left .logo_left {
  width: 48%;
  display: block;
  margin: 0 auto 2%;
}
#mizube .left .event_list {
  display: flex;
  border-radius: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 10px;
  margin-bottom: 10px;
}
#mizube .left .event_list._other {
  padding: 0 20px;
  margin-bottom: 0;
}
#mizube .left .event_list._other a {
  margin-bottom: 0;
}
#mizube .left .event_list p {
  width: 46%;
  margin: 0 auto;
  padding: 0 20px;
}
#mizube .left .red.event_list {
  background-color: #ffdde2;
}
#mizube .left .green.event_list {
  background-color: #bdf0d5;
}
#mizube .left .event_list a {
  display: block;
  width: 46%;
  color: white;
  margin-bottom: 10px;
  font-size: clamp(10px,0.9vw,15px);
}
#mizube .left .red.event_list a {
  background-color: #fa5c81;
}
#mizube .left .green.event_list a {
  background-color: #25c373;
}

/* right */
#mizube .right {
  position: fixed;
  right: 0;
  overflow: hidden;
  width: calc(50% - (var(--main-width)/2));
  background-image: url(../img/bg_deco_bottom.png), url(../img/bg_right.jpg);
  background-position: bottom 5% right, top center;
  background-repeat: no-repeat, no-repeat;
  background-size: 40%, cover;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#mizube .right .scroll-wrap {
  display: flex;
  flex-direction: column;
  animation: right-wrap-scroll-up 30s linear infinite;
}
@keyframes right-wrap-scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

#mizube .right p {
  height: calc(150% / 4);
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 15px 80px;
}
#mizube .right p img {
  height: 300px;
  display: block;
  width: auto;
  margin: 0 auto;
}

/* anchor link */
#time_table,
#stage_1024, #grass_1024, #tent_1024,
#stage_1025, #grass_1025, #tent_1025,
#special, #facilities {
  padding-top: 100px;
  margin-top: -100px;
}
#water_1024, #water_1025 {
  padding-top: 230px;
  margin-top: -230px;
}

/* main */
#mizube main {
  position: relative;
  width: var(--main-width);
  margin: 0 auto;
  padding-top: 50px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  z-index: 3;
  line-height: 2;
  font-size: 15px;
}
#mizube h1 {
  line-height: 0;
}
#mizube .main_wrap {
  background: url(../img/bg_main.jpg)repeat-y top / 100%;
  padding: 20px 0;
}
#mizube .lead {
  position: relative;
  margin-bottom: 25%;
}
#mizube .lead::after {
  content: "";
  position: absolute;
  width: 16%;
  padding-top: 33%;
  bottom: -11%;
  right: 0;
  background: url(../img/sec01_ttl_deco.png)no-repeat top right / contain;
}
#mizube .lead .lead_img {
  padding-left: 3%;
  margin-bottom: 15%;
}
#mizube .lead p {
  width: 80%;
  margin: 0 auto;
}

/* sec01 */
#mizube .sec01 {
  margin-bottom: 6%;
}
#mizube .sec01 h2 {
  position: relative;
  margin-bottom: 8%;
}
#mizube .sec01 h2 img {
  width: 70%;
}
/* slider */
#mizube .slider_wrap {
  overflow: visible;
  position: relative;
}
#mizube .slider_whole .slider_img li {
  width: 80vw;
  padding-left: 20px;
}
@media screen and (min-width: 951px){
  #mizube .slider_whole .slider_img li {
    max-width: 320px;
  }
}

#mizube .slider_img li a {
  opacity: 1;
}
#mizube .slider_img li img {
  border-radius: 40px;
  width: 100%;
  display: block;
  box-shadow: 0px 5px 0px 0px rgba(27, 111, 149, 1);
  margin-bottom: 5px;
  transition: all 0.1s ease-in-out;
}
#mizube .slider_img li a img:hover {
  box-shadow: inset 0px 0px 0px rgba(27, 111, 149, 0.7);
  transform: translateY(2px);
}
#mizube .slide-arrow {
  position: absolute;
  width: 12% !important;
  bottom: -28%;
  z-index: 1;
  opacity: 1;
  transition: 0.4s;
  max-width: 80px;
}
#mizube .slide-arrow:hover {
  opacity: 0.7;
  margin-bottom: -2px;
}  
#mizube .prev-arrow { right: 20%; }
#mizube .next-arrow { right: 5%; }
#mizube .slider_text {
  position: absolute;
  bottom: -37%;
  left: 0;
  z-index: 1;
  color: #1b6f95;
  background-color: white;
  width: 63%;
  padding: 2% 0 2% 3%;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0 15px 15px 0;
}
#mizube .slider_whole {
  position: relative;
  margin-bottom: 30%;
}
#mizube .slider_text p {
  display: none;
}
#mizube .slider_text p.active {
  display: block;
}
#mizube .flex_time_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#mizube .flex_time_list .time_wrap {
  width: 48%;
  margin-bottom: 5%;
}
#mizube .flex_time_list .time_wrap ._btn::after {
  width: 20%;
  padding-top: 20%;
  max-width: 30px;
}
#mizube .flex_time_list .time_wrap li:not(:last-of-type) {
  margin-bottom: 20px;
}
#mizube .flex_time_list .red.time_wrap {
  border-radius: 0 50px 50px 0;
  background-color: #ffdde2;
  padding: 30px 10px 30px 20px;
}
#mizube .flex_time_list .time_wrap ._btn {
  width: 100%;
  color: white;
  line-height: 1.5;
  padding: 10px 20% 10px 10px;
}
#mizube .flex_time_list .red.time_wrap ._btn {
  background-color: #fa5c81;
}
#mizube .flex_time_list .green.time_wrap {
  border-radius: 50px 0 0 50px;
  background-color: #bdf0d5;
  padding: 30px 20px 30px 10px;
}
#mizube .flex_time_list .green.time_wrap ._btn {
  background-color: #25c373;
}
#mizube ._mb5 {
  margin-bottom: 5%;
}


/* タイムテーブル TIME TABLE */
#mizube .sec02 {
  overflow: hidden;
  padding-top: 27%;
  background: url(../img/sec02_ttl_deco.png)no-repeat top right / 32%;
}
#mizube .sec02 h2 {
  position: relative;
  line-height: 1;
}
#mizube .sec02 h2 img {
  width: 80%;
}
#mizube .time_table_wrap {
  background-color: white;
  border-radius: 0 50px 0 0;
  padding: 30px 0 50px;
}
#mizube .sec02_text_01 {
  width: 60%;
  display: block;
  margin: 0 auto 3%;
  padding-left: 5%;
}
#mizube .time_table_wrap .obi {
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
}
#mizube .time_table_wrap .obi span {
  font-size: 14px;
  margin-left: 3px;
  margin-top: 1%;
}
#mizube .time_table_wrap .obi._red {
  background-color: #ffbcc9;
}
#mizube .time_table_wrap .obi._red::before {
  content: "";
  position: absolute;
  width: 15%;
  padding-top: 18%;
  bottom: 25%;
  left: 13%;
  background: url(../img/sec02_time_deco_01.png)no-repeat top / contain;
  z-index: 1;
}
#mizube .time_table_wrap .obi._green {
  background-color: #5ece98;
}
#mizube .time_table_wrap .obi._green::before {
  content: "";
  position: absolute;
  width: 10%;
  padding-top: 25%;
  top: -25%;
  right: 23%;
  background: url(../img/sec02_time_deco_02.png)no-repeat top / contain;
  z-index: 1;
}
#mizube .schedule_scroll {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 15%;
  z-index: 1;
}
#mizube .schedule_scroll._1024 img {
  display: block;
  width: 200%;
  max-width: none;
  margin-left: 5%;
}
#mizube .schedule_scroll._1025 img {
  display: block;
  width: 440%;
  max-width: none;
  margin-left: 5%;
}
#mizube .schedule_scroll .event {
  position: absolute;
  display: block;
  border-radius: 18px;
}
#mizube .schedule_rel {
  position: relative;
}
#mizube .schedule_time {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #fff;
  padding-left: 5%;
  width: auto;
  height: 100%;
}
#mizube .schedule_time img {
  width: auto;
  height: 100%;
}
/* #mizube .schedule_scroll .event.highlight {
  border-radius: 20px;
  box-sizing: border-box;
  transition: background-color 0.3s ease, border 0.3s ease;
} */
#mizube .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#mizube .schedule_scroll .event {
  border:none;
  transition: background-color 0.7s;
}
#mizube .schedule_scroll._1024 .event:hover {
  opacity: 1;
  background-color: rgba(255, 234, 239, 0.5);
  border: 2px solid rgba(179, 25, 61, 0.5);
}
/* #mizube .schedule_scroll._1024 .event.highlight {
  background-color: rgba(255, 234, 239, 0.5);
  border: 2px solid rgba(179, 25, 61, 0.5);
} */
#mizube .schedule_scroll._1025 .event:hover {
  opacity: 1;
  background-color: rgba(163, 235, 197, 0.5);
  border: 2px solid rgba(1, 80, 1, 0.5);
}
/* #mizube .schedule_scroll._1025 .event.highlight {
  background-color: rgba(163, 235, 197, 0.5);
  border: 2px solid rgba(1, 80, 1, 0.5);
} */
#mizube .schedule_scroll._1024 .event._01 {
  top: 37.1%;
  left: 26.3%;
  width: 40%;
  height: 22.8%;
}
#mizube .schedule_scroll._1024 .event._02 {
  top: 32.4%;
  left: 73%;
  width: 39.6%;
  height: 60.1%;
}
#mizube .schedule_scroll._1024 .event._03 {
  top: 59.5%;
  left: 162.1%;
  width: 39.7%;
  height: 16.2%;
}
#mizube .schedule_scroll._1024 .event._04 {
  top: 16.5%;
  left: 115.7%;
  width: 39.7%;
  height: 76.2%;
}

#mizube .schedule_scroll._1025 .event._01 {
  top: 21.3%;
  left: 24.7%;
  width: 37.7%;
  height: 7.1%;
}
#mizube .schedule_scroll._1025 .event._02 {
  top: 32.1%;
  left: 108.1%;
  width: 37.5%;
  height: 12.3%;
}
#mizube .schedule_scroll._1025 .event._03 {
  top: 35.9%;
  left: 65.5%;
  width: 37.6%;
  height: 9.8%;
}
#mizube .schedule_scroll._1025 .event._04 {
  top: 48.1%;
  left: 108.1%;
  width: 37.5%;
  height: 12.3%;
}
#mizube .schedule_scroll._1025 .event._05 {
  top: 50.6%;
  left: 65.5%;
  width: 37.6%;
  height: 9.8%;
}
#mizube .schedule_scroll._1025 .event._06 {
  top: 60.6%;
  left: 24.7%;
  width: 37.7%;
  height: 6.9%;
}
#mizube .schedule_scroll._1025 .event._07 {
  top: 66.8%;
  left: 65.5%;
  width: 37.7%;
  height: 6.9%;
}
#mizube .schedule_scroll._1025 .event._08 {
  top: 45.7%;
  left: 152.4%;
  width: 37.8%;
  height: 8.5%;
}
#mizube .schedule_scroll._1025 .event._09 {
  top: 57.8%;
  left: 152.4%;
  width: 37.8%;
  height: 8.5%;
}
#mizube .schedule_scroll._1025 .event._10 {
  top: 81.6%;
  left: 152.6%;
  width: 37.6%;
  height: 14%;
}
#mizube .schedule_scroll._1025 .event._11 {
  top: 17.8%;
  left: 237.2%;
  width: 37.9%;
  height: 49.8%;
}
#mizube .schedule_scroll._1025 .event._12 {
  top: 85.5%;
  left: 237.2%;
  width: 38%;
  height: 8.3%;
}
#mizube .schedule_scroll._1025 .event._13 {
  top: 17.7%;
  left: 363.2%;
  width: 38.2%;
  height: 73.9%;
}
#mizube .schedule_scroll._1025 .event._14 {
  top: 17.8%;
  left: 403.8%;
  width: 38.4%;
  height: 49.7%;
}
#mizube .schedule_scroll._1025 .event._15 {
  top: 12.2%;
  left: 319%;
  width: 37.6%;
  height: 8.3%;
}
#mizube .schedule_scroll._1025 .event._16 {
  top: 46%;
  left: 319%;
  width: 37.6%;
  height: 8.3%;
}
#mizube .schedule_scroll._1025 .event._17 {
  top: 17.7%;
  left: 278.1%;
  width: 38%;
  height: 49.9%;
}
#mizube .schedule_scroll._1025 .event._18 {
  top: 82.9%;
  left: 24.7%;
  width: 37.7%;
  height: 7.1%;
}
#mizube .schedule_scroll._1025 .event._19 {
  top: 70.1%;
  left: 193.4%;
  width: 37.6%;
  height: 25.6%;
}

#mizube .main .scroll-box {
  overflow: hidden;
  width: calc(25% * 6);
  position: relative;
}
#mizube .main .scroll-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  animation: scroll-left 25s linear infinite;
  will-change: transform;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-25% * 6));
  }
}
#mizube .main .scroll-wrap p {
  width: 25%;
  flex-shrink: 0;
}
#mizube .main .scroll-wrap img {
  display: block;
}

/* sec03 */
#mizube .sec03 {
  background-color: white;
}
#mizube .sec03 h2 {
  line-height: 0;
  width: 50%;
  margin-bottom: -1px;
}
#mizube .sec03_1024_bg {
  position: relative;
  background-color: #fbd5db;
  border-radius: 50px 0 0 0;
  padding: 10% 0 20%;
  z-index: 2;
}
#mizube .sec03_1025_bg {
  background-color: #5ece98;
  position: relative;
  border-radius: 50px 0 0 0;
  padding: 10% 0 20%;
  z-index: 2;
}
#mizube .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#mizube .modal__bg {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
#mizube .modal__content {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 11;
  max-height: 95vh;
  max-width: calc(var(--main-width) - 40px);
  overflow-y: scroll;
}
#mizube .modal__content .modal_rel {
  position: relative;
  padding-top: 40px;
}
#mizube .modal__content .modal_box {
  margin: 0 auto;
  width: 100%;
  line-height: 1.5;
  background: #fff;
  padding: 10px 20px 30px;
  border-radius: 30px;
}
#mizube .js-modal-close {
  position: absolute;
  display: block;
  width: 10%;
  top: 0px;
  right: 0;
}
#mizube .modal_img {
  border-radius: 50px;
  margin-bottom: 20px;
}
#mizube .info {
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}
#mizube .info li {
  display: flex;
  align-items: start;
  color: #b2193d;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}
#mizube ._1025 .info li {
  color: #005000;
}
#mizube .modal_icon {
  width: 6%;
  height: 6%;
  display: block;
  max-width: 21px;
  margin-right: 10px;
  margin-top: 1%;
}
#mizube .sec03_slider {
  position: relative;
  width: 100%;
  border-radius: 50vw;
  padding: 16% 0 30%;
  z-index: 2;
}
#mizube .sec03_slider._1024_01 {
  background: url(../img/sec03_bg_stage_01.jpg)no-repeat top right / cover;
}
#mizube .sec03_slider._1024_02 {
  background: url(../img/sec03_bg_stage_02.jpg)no-repeat top right / cover;
}
#mizube .sec03_slider._1024_03 {
  background: url(../img/sec03_bg_stage_03.jpg)no-repeat top right / cover;
}
#mizube .sec03_slider._1024_04 {
  background: url(../img/sec03_bg_stage_04.jpg)no-repeat top right / cover;
}
#mizube .sec03_slider._1025_01 {
  background: url(../img/sec03_bg_stage_05.jpg)no-repeat top right / cover;
}
#mizube .sec03_slider._1025_02 {
  background: url(../img/sec03_bg_stage_06.jpg)no-repeat top right / cover;
}
#mizube .sec03_slider._1025_03 {
  background: url(../img/sec03_bg_stage_07.jpg)no-repeat top right / cover;
}
#mizube .sec03_slider._1025_04 {
  background: url(../img/sec03_bg_stage_08.jpg)no-repeat top right / cover;
}
#mizube .sec03_slider._1024_01::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 24%;
  padding-top: 30%;
  background: url(../img/sec03_slider_deco_02.png)no-repeat top left/ contain;
  z-index: 1;
}
#mizube .sec03_slider._1024_02::before {
  content: "";
  position: absolute;
  top: 5%;
  right: 2%;
  width: 15%;
  padding-top: 30%;
  background: url(../img/sec03_slider_deco_03.png)no-repeat top left/ contain;
  z-index: 1;
}
#mizube .sec03_slider._1024_04::before {
  content: "";
  position: absolute;
  top: -1%;
  left: 0;
  width: 23%;
  padding-top: 21%;
  background: url(../img/sec03_slider_deco_05.png) no-repeat top left / contain;
  z-index: 1;
}
#mizube .sec03_slider._1024_04::after {
  content: "";
  position: absolute;
  top: 16%;
  right: 17%;
  width: 15%;
  padding-top: 24%;
  background: url(../img/sec03_slider_deco_06.png) no-repeat top left / contain;
  z-index: 1;
}
#mizube .sec03_slider._1025_01::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 16%;
  width: 13%;
  padding-top: 32%;
  background: url(../img/sec03_slider_deco_10.png)no-repeat top left/ contain;
  z-index: 1;
}
#mizube .sec03_slider._1025_02::before {
  content: "";
  position: absolute;
  top: 1%;
  right: 0;
  width: 18%;
  padding-top: 30%;
  background: url(../img/sec03_slider_deco_11.png)no-repeat top left/ contain;
  z-index: 1;
}
#mizube .sec03_slider._1025_04::before {
  content: "";
  position: absolute;
  top: -2%;
  right: 0;
  width: 23%;
  padding-top: 30%;
  background: url(../img/sec03_slider_deco_12.png)no-repeat top left/ contain;
  z-index: 1;
}
#mizube .sec03_slider._1025_04::after {
  content: "";
  position: absolute;
  top: 11%;
  left: 0;
  width: 18%;
  padding-top: 30%;
  background: url(../img/sec03_slider_deco_13.png)no-repeat top left/ contain;
  z-index: 1;
}

#mizube .sec03_slider .event_ttl {
  text-align: center;
  font-size: 35px;
  color: #b2193d;
  line-height: 1;
  margin-bottom: 8%;
}
#mizube .sec03_1025_bg .sec03_slider .event_ttl {
  color: #005000;
}
#mizube ._1024_03.sec03_slider .event_ttl {
  color: #818181;
}
#mizube ._1024_04.sec03_slider .event_ttl {
  color: white;
}
#mizube ._1025_03.sec03_slider .event_ttl {
  color: #818181;
}
#mizube ._1025_04.sec03_slider .event_ttl {
  color: white;
}
#mizube .sec03_slider .event_ttl span {
  font-size: 16px;
}
#mizube .sec03_slider_wrap .slick-list {
  padding-bottom: 5% !important;
}
#mizube .sec03_1024_bg::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  width: 44%;
  padding-top: 30%;
  background: url(../img/sec03_slider_deco_01.png)no-repeat top/ contain;
  z-index: 1;
}
#mizube .sec03_slider_wrap {
  position: relative;
  z-index: 2;
}
/* #mizube ._1024_04 .sec03_slider_wrap::before {
  content: "";
  position: absolute;
  top: -9%;
  right: 1%;
  width: 18%;
  padding-top: 18%;
  background: url(../img/sec03_slider_deco_07.png)no-repeat top/ contain;
  z-index: 1;
} */
/* #mizube ._1024_04 .sec03_slider_wrap::after {
  content: "";
  position: absolute;
  bottom: -19%;
  left: 4%;
  width: 19%;
  padding-top: 33%;
  background: url(../img/sec03_slider_deco_08.png)no-repeat top/ contain;
  z-index: 1;
} */

/* #mizube .sec03_1025_bg ._1025_04 .sec03_slider_wrap::before {
  content: "";
  position: absolute;
  top: -9%;
  right: 1%;
  width: 18%;
  padding-top: 18%;
  background: url(../img/sec03_slider_deco_14.png)no-repeat top/ contain;
  z-index: 1;
} */
/* #mizube .sec03_1025_bg ._1025_04 .sec03_slider_wrap::after {
  content: "";
  position: absolute;
  bottom: -19%;
  left: 4%;
  width: 19%;
  padding-top: 33%;
  background: url(../img/sec03_slider_deco_15.png)no-repeat top/ contain;
  z-index: 1;
} */

#mizube .modal_ttl,
#mizube .modal_txt {
  padding: 0 20px;
}
#mizube .modal_item {
  font-size: 20px;
  border-bottom: 1px solid black;
  margin: 0 20px 10px;
  padding-bottom: 10px;
}
#mizube .modal_box .modal_ttl,
#mizube .modal_box .modal_txt {
  padding: 0;
}
#mizube .modal_box .modal_item {
  margin: 0 auto 10px;
}
#mizube .modal_box .modal_txt {
  margin-bottom: 20px;
  font-size: 14px;
}
#mizube .modal_box .modal_txt ._link {
  color: #b2193d;
  text-decoration: underline;
}
#mizube .modal_box._1025 .modal_txt ._link {
  color: #005000;
}
#mizube .modal_ttl {
  color: #b2193d;
  font-size: 18px;
  margin-bottom: 10px;
}
#mizube ._1025 .modal_ttl {
  color: #005000;
}
#mizube .sec03_1025_bg .modal_ttl {
  color: #005000;
}
#mizube .sec03_slider_wrap li {
  position: relative;
  width: 95%;
  margin: 0 10px 15px;
  border-radius: 50px;
  padding: 0 0 30px;
  /* height: 480px; */
  transition: all 0.1s ease-in-out;
  line-height: 1.5;
}
#mizube ._1024_01 .sec03_slider_wrap li {
  background-color: white;
  box-shadow: 0px 5px 0px 0px rgba(178, 25, 61, 1);
}
#mizube ._1024_02 .sec03_slider_wrap li {
  background-color: #ffc4cf;
  box-shadow: 0px 5px 0px 0px rgba(178, 25, 61, 1);
}
#mizube ._1024_03 .sec03_slider_wrap li {
  background-color: #ffebef;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 1);
}
#mizube ._1024_04 .sec03_slider_wrap li {
  background-color: #ffc4cf;
  box-shadow: 0px 5px 0px 0px rgba(178, 25, 61, 1);
}
#mizube ._1025_01 .sec03_slider_wrap li {
  background-color: white;
  box-shadow: 0px 5px 0px 0px rgba(31, 0, 0, 1);
}
#mizube ._1025_02 .sec03_slider_wrap li {
  background-color: #a2ebc4;
  box-shadow: 0px 5px 0px 0px rgba(0, 146, 75, 1);
}
#mizube ._1025_03 .sec03_slider_wrap li {
  background-color: #cdf9e2;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 1);
}
#mizube ._1025_04 .sec03_slider_wrap li {
  background-color: #a2ebc4;
  box-shadow: 0px 5px 0px 0px rgba(0, 80, 0, 1);
}
#mizube .sec03_slider_wrap a {
  position: absolute;
  bottom: -5%;
  right: 4%;
  display: block;
  border-radius: 50vw;
  width: 25%;
  text-align: center;
  line-height: 1;
  padding: 10px;
  margin-bottom: 5px;
}
#mizube ._1024_01 .sec03_slider_wrap a{
  color: white;
  background-color: #fa5c81;
  box-shadow: 0px 5px 0px 0px rgba(178, 25, 61, 1);
}
#mizube ._1024_02 .sec03_slider_wrap a {
  color: #b2193d;
  background-color: white;
  box-shadow: 0px 5px 0px 0px rgba(178, 25, 61, 1);
}
#mizube ._1024_03 .sec03_slider_wrap a {
  color: white;
  background-color: #b2193d;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 1);
}
#mizube ._1024_04 .sec03_slider_wrap a {
  color: #b2193d;
  background-color: white;
  box-shadow: 0px 5px 0px 0px rgba(178, 25, 61, 1);
}
#mizube ._1025_01 .sec03_slider_wrap a{
  color: white;
  background-color: #189356;
  box-shadow: 0px 5px 0px 0px rgba(0, 80, 0, 1);
}
#mizube ._1025_02 .sec03_slider_wrap a{
  color: #005000;
  background-color: white;
  box-shadow: 0px 5px 0px 0px rgba(0, 146, 75, 1);
}
#mizube ._1025_03 .sec03_slider_wrap a{
  color: white;
  background-color: #005000;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 1);
}
#mizube ._1025_04 .sec03_slider_wrap a{
  color: #005000;
  background-color: white;
  box-shadow: 0px 5px 0px 0px rgba(0, 80, 0, 1);
}
#mizube ._1024_01 .sec03_slider_wrap a:hover,
#mizube ._1024_02 .sec03_slider_wrap a:hover,
#mizube ._1024_03 .sec03_slider_wrap a:hover {
  box-shadow: inset 0px 0px 0px rgba(178, 25, 61, 0.7);
  transform: translateY(2px);
  opacity: 1;
}
#mizube ._1024_04 .sec03_slider_wrap a:hover {
  box-shadow: inset 0px 0px 0px rgba(0, 80, 0, 0.7);
  transform: translateY(2px);
  opacity: 1;
}
#mizube ._1025_01 .sec03_slider_wrap a:hover {
  box-shadow: inset 0px 0px 0px rgba(0, 80, 0, 0.7);
  transform: translateY(2px);
  opacity: 1;
}
#mizube ._1025_02 .sec03_slider_wrap a:hover {
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.7);
  transform: translateY(2px);
  opacity: 1;
}
#mizube ._1025_03 .sec03_slider_wrap a:hover {
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.7);
  transform: translateY(2px);
  opacity: 1;
}
#mizube ._1025_04 .sec03_slider_wrap a:hover {
  box-shadow: inset 0px 0px 0px rgba(0, 80, 0, 0.7);
  transform: translateY(2px);
  opacity: 1;
}

#mizube .sec03_slider_wrap li img {
  border-radius: 50px;
  margin-bottom: 20px;
}
#mizube ._1024_04 .sec03_slider_wrap li,
#mizube ._1025_04 .sec03_slider_wrap li {
  margin-top: 20px;
}
#mizube ._1024_04 .sec03_slider_wrap li img,
#mizube ._1025_04 .sec03_slider_wrap li img {
  width: 90%;
  margin: -20px auto 20px;
}
#mizube .sec03_slide-arrow {
  position: absolute;
  width: 12% !important;
  bottom: -9%;
  z-index: 5;
  opacity: 1;
  transition: 0.4s;
  max-width: 80px;
  opacity: 1;
}
#mizube .sec03_slide-arrow:hover {
  opacity: 0.7;
  margin-bottom: -2px;
}
#mizube .sec03_prev-arrow {
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateX(-65%);
}
#mizube .sec03_next-arrow {
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateX(65%);
}
#mizube .modal_box .note {
  font-size: 14px;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}
#mizube .text_bg {
  width: 35%;
  text-align: center;
  border-radius: 50vw;
  line-height: 1;
  padding: 10px 0;
  margin-bottom: 10px;
}
#mizube .text_bg._red {
  background-color: #ffe0e7;
}
#mizube .text_bg._green {
  background-color: #dffbec;
}
#mizube ._btn.red_03,
#mizube ._btn.red_04,
#mizube ._btn.green_03,
#mizube ._btn.green_04 {
  width: 65%;
}
#mizube ._btn.red_03::after,
#mizube ._btn.red_04::after,
#mizube ._btn.green_03::after,
#mizube ._btn.green_04::after {
  content: "";
  position: absolute;
  width: 5%;
  max-width: 10px;
  padding-top: 5%;
  right: 10%;
  background: url(../img/icon_arrow_sm.png) no-repeat center / contain;
}
#mizube ._btn.red_03 {
  margin-top: 25%;
  color: white;
  background-color: #fa5c81;
}
#mizube ._btn.red_04 {
  margin-top: 10%;
  color: white;
  background-color: #b2193d;
}
#mizube ._btn.green_03 {
  margin-top: 25%;
  color: white;
  background-color: #25c373;
  box-shadow: 0px 5px 0px 0px rgba(0, 80, 0, 1);
}
#mizube ._btn.green_03:hover {
  box-shadow: inset 0px 0px 0px rgba(0, 80, 0, 0.7);
}
#mizube ._btn.green_04 {
  margin-top: 10%;
  color: white;
  background-color: #005000;
}
#mizube .sec03 .waterside {
  width: 90%;
  padding-right: 10%;
  margin: -10% auto 0;
  display: block;
}
#mizube .sec03_1025 {
  background-color: #fbd5db;
  background-image: url(../img/sec03_slider_deco_09.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 47%;
  padding-top: 3%;
}

/* sec04 */
#mizube .sec04 {
  position: relative;
  margin-bottom: 40%;
}
#mizube .sec04::after {
  content: "";
  position: absolute;
  width: 37%;
  padding-top: 34%;
  bottom: -10%;
  right: 0;
  background: url(../img/sec04_deco_03.png)no-repeat top right / contain;
  z-index: 1;
}
#mizube .sec04 h2 {
  line-height: 0;
  margin-bottom: -1px;
}
#mizube .sec04 h2 img {
  width: 60%;
}
#mizube .sec04 .bg_gr {
  width: 100%;
  padding-top: 5%;
  background: linear-gradient(to bottom, #5ece98 0%, rgba(94, 206, 152, 0) 100%);
}
#mizube .coupon_wrap {
  position: relative;
  width: 100%;
  background: url(../img/sec04_bg.jpg)repeat top left / 8%;
  border-radius: 0 50px 0 50px;
  padding: 20% 0;
}
#mizube .coupon_wrap::after {
  content: "";
  position: absolute;
  width: 34%;
  padding-top: 30%;
  top: -6%;
  right: 3%;
  background: url(../img/sec04_deco_01.png)no-repeat top right / contain;
  z-index: 1;
}
#mizube .sec04_sub_text {
  width: 80%;
  padding-right: 12.6%;
  margin: 0 auto 2%;
}
#mizube .sec04_main_text {
  width: 85%;
  margin: 0 auto 2%;
}
#mizube .sec04_coupon {
  width: 85%;
  margin: 0 auto 2%;
}
#mizube .sec04_coupon_text {
  width: 80%;
  margin: 0 auto 5%;
}
#mizube .coupon-info {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  border-radius: 20px;
  border: 2px solid #d3e8f5;
  overflow: hidden;
  margin: 0 auto 15%;
  line-height: 1.5;
  font-weight: 600;
}
#mizube .coupon-info dt {
  width: 25%;
  text-align: center;
  background-color: #d3e8f5;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mizube .coupon-info dt:not(:last-of-type) {
  border-bottom: 1px solid white;
}
#mizube .coupon-info dd {
  width: 75%;
  background-color: white;
  padding: 15px 20px;
}
#mizube .coupon-info dd:not(:last-of-type) {
  border-bottom: 1px solid #d3e8f5;
}
#mizube ._btn._blue_main {
  color: white;
  width: 65%;
  background-color: #33a9de;
}
#mizube ._btn._blue_main::after {
  content: "";
  position: absolute;
  width: 5%;
  max-width: 10px;
  padding-top: 5%;
  right: 10%;
  background: url(../img/icon_arrow_sm.png) no-repeat center / contain;
}
#mizube ._btn._blue_main._deco::before {
  content: "";
  position: absolute;
  width: 20%;
  padding-top: 20%;
  top: -55%;
  right: 2%;
  background: url(../img/sec04_deco_02.png) no-repeat center / contain;
}

/* sec05 */
#mizube .sec05 {
  overflow: hidden;
}
#mizube .sec05 h2 {
  position: relative;
  line-height: 0;
  margin-bottom: 12%;
}
#mizube .sec05 h2 img {
  width: 70%;
}
#mizube .sec05_img_top {
  margin-bottom: 17%;
}
#mizube .facilities_wrap {
  position: relative;
  width: 85%;
  background-color: white;
  border-radius: 30px;
  padding-bottom: 7%;
  margin: 0 auto 20%;
}
#mizube .facilities_wrap._last {
  margin: 0 auto 40%;
}
#mizube .facilities_wrap::before,
#mizube .facilities_wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
}
#mizube .facilities_wrap._01::before {
  top: -10%;
  right: -5%;
  width: 30%;
  padding-top: 50%;
  background: url(../img/sec05_deco_01.png)no-repeat top / contain;
}
#mizube .facilities_wrap._02::before {
  top: 2%;
  left: -9%;
  width: 24%;
  padding-top: 22%;
  background: url(../img/sec05_deco_02.png)no-repeat top left / contain;
}
#mizube .facilities_wrap._03::before {
  top: -5%;
  right: -9%;
  width: 20%;
  padding-top: 40%;
  background: url(../img/sec05_deco_03.png)no-repeat top right / contain;
}
#mizube .facilities_wrap._04::before {
  top: 7%;
  left: -9%;
  width: 21%;
  padding-top: 29%;
  background: url(../img/sec05_deco_04.png)no-repeat top left / contain;
}
#mizube .facilities_wrap._04::after {
  bottom: -11%;
  left: -1%;
  width: 48%;
  padding-top: 34%;
  background: url(../img/sec05_deco_05.png)no-repeat top left / contain;
}
#mizube ._w80 {
  width: 80% !important;
}
#mizube .facilities_wrap .sec05_img {
  position: relative;
  width: 95%;
  z-index: 2;
}
#mizube .facilities_wrap:nth-child(odd) .sec05_img {
  transform: translate(-13%, -13%);
}
#mizube .facilities_wrap:nth-child(even) .sec05_img {
  transform: translate(19%, -13%);
}
#mizube .facilities_text_box {
  line-height: 1.8;
  margin: -8% auto 10%;
  padding: 0 5%;
  font-size: 14px;
}
#mizube .facilities_text_box .logo_box {
  display: flex;
  align-items: center;
}
#mizube .facilities_text_box .logo_box ._logo {
  width: 40%;
}
#mizube .facilities_text_box .logo_box ._text {
  width: 60%;
  padding-left: 5%;
  color: #1b6f95;
  font-size: 12px;
  letter-spacing: -0.1rem;
  padding-left: 20px;
  text-indent: -17px;
  line-height: 1.5;
}
#mizube .facilities_text_box .logo_box .icon_pin {
  width: 17px;
  padding-right: 3px;
  display: inline-block;
}
#mizube .facilities_wrap ._btn {
  margin-bottom: 7%;
  font-size: 14px;
  line-height: 1.8;
}
#mizube .sns_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40%;
  margin: 10% auto 0;
}
#mizube .sns_link._3column {
  width: 65%;
}
#mizube .sns_link li {
  width: 40%;
}
#mizube .sns_link._3column li {
  width: 24.6%;
}
#mizube .sns_link li a {
  display: block;
}
#mizube .sns_link li a:hover {
  transform: translateY(2px);
}
#mizube .facilities-info {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid black;
  width: 90%;
  margin: 0 auto 20%;
}
#mizube .facilities-info dt {
  width: 20%;
  color: #1b6f95;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid black;
  font-size: 16px;
}
#mizube .facilities-info dd {
  width: 80%;
  color: black;
  padding: 22px 0 18px;
  border-bottom: 1px solid black;
  font-size: 14px;
}
#mizube .main .sec05_scroll-box {
  overflow: hidden;
  position: relative;
}
#mizube .main .sec05_scroll-wrap p {
  width: 98%;
  margin-right: 2%;
}
#mizube .main .sec05_scroll-wrap {
  position: relative;
  display: flex;
  width: calc(100% * 3);
  animation: scroll-right-to-left-sec04 10s linear infinite;
  will-change: transform;
}
@keyframes scroll-right-to-left-sec04 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}

@media screen and (max-width: 950px) {
  #mizube .left, #mizube .right {
    display: none;
  }
  nav {display: block;}
  #mizube main {
    width: 100%;
  }
  #mizube .pagetop {
    right: 10px;
  }
  #mizube .lead p {
    font-size: 3.5vw;
  }
  #mizube .slider_text p {
    font-size: 3.5vw;
  }
  #mizube .main ._btn {
    font-size: 3.5vw;
  }
  #mizube .time_table_wrap .obi {
    font-size: 5.5vw;
  }
  #mizube .time_table_wrap .obi span {
    font-size: 3.5vw;
  }
  #mizube .sec03_slider .event_ttl {
    font-size: 9vw;
  }
  #mizube .sec03_slider .event_ttl span {
    font-size: 4.5vw;
  }
  #mizube .schedule_scroll .event {
    position: absolute;
    display: block;
    border-radius: 5vw;
  }  
  #mizube .modal_ttl {
    /* font-size: 4vw; */
    font-size: 15px;
  }
  #mizube .modal_txt {
    /* font-size: 3.5vw; */
    font-size: 13px;
  }
  #mizube .sec03_slider_wrap a {
    /* font-size: 3.5vw; */
    font-size: 13px;
  }
  #mizube .modal .modal_ttl {
    font-size: 18px;
  }
  #mizube .modal_item {
    font-size: 3.5vw;
  }
  #mizube .sec04_coupon_text {
    font-size: 3.5vw;
  }
  #mizube .coupon-info dt {
    font-size: 4vw;
  }
  #mizube .coupon-info dd {
    font-size: 4vw;
  }
  #mizube .facilities_text_box .logo_box .icon_pin {
    width: 6.5%;
  }
  #mizube .facilities_text_box .logo_box ._text {
    font-size: 3vw;
  }
  #mizube .flex_time_list .green.time_wrap {
    border-radius: 30px 0 0 30px;
  }
  #mizube .sec03_slider_wrap li img {
    border-radius: 30px;
  }
  #mizube .sec03_slider_wrap li {
    border-radius: 30px;
  }
  #mizube ._1024_04 .sec03_slider_wrap li, #mizube ._1025_04 .sec03_slider_wrap li {
    padding: 0 0 1.5%;
  }
  #mizube .facilities_text {
    font-size: 3.5vw;
  }
  #mizube .facilities-info dt {
    font-size: 4vw;
  }
  #mizube .facilities-info dd {
    font-size: 3.8vw;
  }
}
