﻿#mv picture img {
  text-align: center;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  #mv {
    margin-top: 2vw;
  }
}
.area01 {
  background-color: #d0eeec;
  padding: 120px 0 155px;
}
@media screen and (max-width: 750px) {
  .area01 {
    padding: 60px 0 77px;
  }
}
.area02 {
  padding: 200px 0 300px;
  background-color: #f2fafa;
  position: relative;
  z-index: 0;
}
.area02.type {
  padding: 200px 0 170px;
}
.area02.type::after {
  display: none;
}
@media screen and (max-width: 750px) {
  .area02.type {
    padding: 50px 0 85px;
  }
}
.area02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/reservation_bk_top.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 184px;
}
.area02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/reservation_bk_under.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 194px;
}
@media screen and (max-width: 750px) {
  .area02 {
    padding: 50px 0 100px;
  }
}
.area03 {
  padding: 200px 0 250px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .area03 {
    padding: 70px 0 90px;
  }
}
.box {
  max-width: 100%;
  width: 96%;
  margin: 0 auto;
}
.box.mt {
  margin: 110px auto 0 auto;
}
@media screen and (max-width: 750px) {
  .box.mt {
    margin: 0 auto 0 auto;
  }
}
.box.type {
  max-width: 1300px;
}
@media screen and (max-width: 750px) {
  .box.type {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .box {
    width: 90%;
  }
}
.charm_img {
  text-align: center;
}
.charm_img img {
  max-width: 100%;
}
.plan_ticket_img {
  text-align: center;
  margin-top: 80px;
}
.plan_ticket_img img {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .plan_ticket_img {
    margin-top: 40px;
  }
}
.reservation_area {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .reservation_area {
    align-items: center;
    flex-direction: column;
  }
}
.reservation_img img {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .reservation_img_left img {
    max-width: 110px;
  }
}
@media screen and (max-width: 750px) {
  .reservation_img_left {
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .reservation_img_right img {
    max-width: 90px;
  }
}
@media screen and (max-width: 750px) {
  .reservation_img_right {
    margin-left: auto;
  }
}
.reservation_title {
  color: #666;
  font-size: 66px;
  text-align: center;
  font-weight: 700;
  margin: 0 30px;
}
@media screen and (max-width: 750px) {
  .reservation_title {
    font-size: 9vw;
    margin: 0;
  }
}
.reservation_text {
  color: #666;
  font-size: 33px;
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.4;
  margin-top: 20px;
}
.reservation_text.none::before,
.reservation_text.none::after {
  display: none;
}
@media screen and (max-width: 750px) {
  .reservation_text.none {
    text-align: left;
  }
}
.reservation_text::before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 35px;
  background-color: #666;
  transform: rotate(-25deg);
  margin-right: 15px;
}
.reservation_text::after {
  display: inline-block;
  content: "";
  width: 3px;
  height: 35px;
  background-color: #666;
  transform: rotate(25deg);
  margin-left: 15px;
}
@media screen and (max-width: 750px) {
  .reservation_text {
    font-size: 6vw;
    margin-top: 15px;
    line-height: 1.4;
  }
}
.plan_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 100px;
}
.plan_list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 60px;
}
.plan_list li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .plan_list li:last-child {
    margin-bottom: 0;
  }
}
.plan_list li a {
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  font-size: 43px;
  border-radius: 10px;
  position: relative;
  z-index: 0;
}
.plan_list li a::before {
  content: "";
  position: absolute;
  top: -56px;
  left: -33px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .plan_list li a::before {
    top: -25px;
    left: -15px;
    width: 85px;
    height: 85px;
  }
}
.plan_list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 57px;
  height: 58px;
  margin-top: -29px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .plan_list li a::after {
    right: 10px;
    width: 30px;
    height: 31px;
    margin-top: -16px;
  }
}
@media screen and (max-width: 750px) {
  .plan_list li a {
    padding: 10px;
    font-size: 7vw;
    border: 3px solid #ff5144;
  }
}
.plan_list li a.two_coupon_orange {
  background-color: #ff5144;
  border: 4px solid #ff5144;
}
.plan_list li a.two_coupon_orange::before {
  background-image: url("../images/two_coupon_orange.png");
}
.plan_list li a.two_coupon_orange::after {
  background-image: url("../images/coupon_arrow.png");
}
.plan_list li a.one_coupon_orange {
  background-color: #fff;
  color: #ff5144;
  border: 4px solid #ff5144;
}
.plan_list li a.one_coupon_orange::before {
  background-image: url("../images/one_coupon_orange.png");
}
.plan_list li a.one_coupon_orange::after {
  background-image: url("../images/coupon_arrow_orange.png");
}
@media screen and (max-width: 750px) {
  .plan_list li a.one_coupon_orange {
    border: 3px solid #ff5144;
  }
}
.plan_list li a.two_coupon_green {
  background-color: #7ac243;
  border: 4px solid #7ac243;
}
.plan_list li a.two_coupon_green::before {
  background-image: url("../images/two_coupon_green.png");
}
.plan_list li a.two_coupon_green::after {
  background-image: url("../images/coupon_arrow.png");
}
@media screen and (max-width: 750px) {
  .plan_list li a.two_coupon_green {
    border: 3px solid #7ac243;
  }
}
.plan_list li a.one_coupon_green {
  background-color: #fff;
  color: #39ae4a;
  border: 4px solid #39ae4a;
}
.plan_list li a.one_coupon_green::before {
  background-image: url("../images/one_coupon_green.png");
}
.plan_list li a.one_coupon_green::after {
  background-image: url("../images/coupon_arrow_green.png");
}
@media screen and (max-width: 750px) {
  .plan_list li a.one_coupon_green {
    border: 3px solid #39ae4a;
  }
}
.plan_list li a.two_coupon_blue {
  background-color: #00a296;
  border: 4px solid #00a296;
}
.plan_list li a.two_coupon_blue::before {
  background-image: url("../images/two_coupon_blue.png");
}
.plan_list li a.two_coupon_blue::after {
  background-image: url("../images/coupon_arrow.png");
}
@media screen and (max-width: 750px) {
  .plan_list li a.two_coupon_blue {
    border: 3px solid #00a296;
  }
}
.plan_list li a.one_coupon_blue {
  background-color: #fff;
  color: #00a296;
  border: 4px solid #00a296;
}
.plan_list li a.one_coupon_blue::before {
  background-image: url("../images/one_coupon_blue.png");
}
.plan_list li a.one_coupon_blue::after {
  background-image: url("../images/coupon_arrow_blue.png");
}
@media screen and (max-width: 750px) {
  .plan_list li a.one_coupon_blue {
    border: 3px solid #00a296;
  }
}
@media screen and (max-width: 750px) {
  .plan_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 750px) {
  .plan_list {
    margin-top: 50px;
    flex-direction: column;
    display: none;
  }
}
.plan_list_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 100px;
  display: none;
}
.plan_list_sp li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 60px;
}
.plan_list_sp li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .plan_list_sp li:last-child {
    margin-bottom: 0;
  }
}
.plan_list_sp li a {
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  font-size: 43px;
  border-radius: 10px;
  position: relative;
  z-index: 0;
}
.plan_list_sp li a::before {
  content: "";
  position: absolute;
  top: -56px;
  left: -33px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .plan_list_sp li a::before {
    top: -25px;
    left: -15px;
    width: 85px;
    height: 85px;
  }
}
.plan_list_sp li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 57px;
  height: 58px;
  margin-top: -29px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .plan_list_sp li a::after {
    right: 10px;
    width: 30px;
    height: 31px;
    margin-top: -16px;
  }
}
@media screen and (max-width: 750px) {
  .plan_list_sp li a {
    padding: 10px;
    font-size: 7vw;
    border: 3px solid #ff5144;
  }
}
.plan_list_sp li a.two_coupon_orange {
  background-color: #ff5144;
  border: 4px solid #ff5144;
}
.plan_list_sp li a.two_coupon_orange::before {
  background-image: url("../images/two_coupon_orange.png");
}
.plan_list_sp li a.two_coupon_orange::after {
  background-image: url("../images/coupon_arrow.png");
}
.plan_list_sp li a.one_coupon_orange {
  background-color: #fff;
  color: #ff5144;
  border: 4px solid #ff5144;
}
.plan_list_sp li a.one_coupon_orange::before {
  background-image: url("../images/one_coupon_orange.png");
}
.plan_list_sp li a.one_coupon_orange::after {
  background-image: url("../images/coupon_arrow_orange.png");
}
@media screen and (max-width: 750px) {
  .plan_list_sp li a.one_coupon_orange {
    border: 3px solid #ff5144;
  }
}
.plan_list_sp li a.two_coupon_green {
  background-color: #7ac243;
  border: 4px solid #7ac243;
}
.plan_list_sp li a.two_coupon_green::before {
  background-image: url("../images/two_coupon_green.png");
}
.plan_list_sp li a.two_coupon_green::after {
  background-image: url("../images/coupon_arrow.png");
}
@media screen and (max-width: 750px) {
  .plan_list_sp li a.two_coupon_green {
    border: 3px solid #7ac243;
  }
}
.plan_list_sp li a.one_coupon_green {
  background-color: #fff;
  color: #39ae4a;
  border: 4px solid #39ae4a;
}
.plan_list_sp li a.one_coupon_green::before {
  background-image: url("../images/one_coupon_green.png");
}
.plan_list_sp li a.one_coupon_green::after {
  background-image: url("../images/coupon_arrow_green.png");
}
@media screen and (max-width: 750px) {
  .plan_list_sp li a.one_coupon_green {
    border: 3px solid #39ae4a;
  }
}
.plan_list_sp li a.two_coupon_blue {
  background-color: #00a296;
  border: 4px solid #00a296;
}
.plan_list_sp li a.two_coupon_blue::before {
  background-image: url("../images/two_coupon_blue.png");
}
.plan_list_sp li a.two_coupon_blue::after {
  background-image: url("../images/coupon_arrow.png");
}
@media screen and (max-width: 750px) {
  .plan_list_sp li a.two_coupon_blue {
    border: 3px solid #00a296;
  }
}
.plan_list_sp li a.one_coupon_blue {
  background-color: #fff;
  color: #00a296;
  border: 4px solid #00a296;
}
.plan_list_sp li a.one_coupon_blue::before {
  background-image: url("../images/one_coupon_blue.png");
}
.plan_list_sp li a.one_coupon_blue::after {
  background-image: url("../images/coupon_arrow_blue.png");
}
@media screen and (max-width: 750px) {
  .plan_list_sp li a.one_coupon_blue {
    border: 3px solid #00a296;
  }
}
@media screen and (max-width: 750px) {
  .plan_list_sp li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 750px) {
  .plan_list_sp {
    margin-top: 50px;
    flex-direction: column;
    display: block;
  }
}
.plan_text {
  text-align: center;
  font-size: 26px;
  margin-top: 60px;
  color: #666;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .plan_text {
    margin-top: 30px;
    font-size: 4vw;
    text-align: left;
  }
}
.step_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 55px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .step_list::-webkit-scrollbar {
    height: 10px;
    margin: 0 2px;
    background-color: rgba(220, 20, 60, 0.2);
    border-radius: 4px;
  }
}
.step_list li {
  width: calc(100% / 3);
  position: relative;
  z-index: 0;
  margin-right: -15px;
}
.step_list li:first-child {
  z-index: 2;
}
.step_list li:nth-child(2) {
  z-index: 1;
}
.step_list li:nth-child(2) .step_box {
  padding: 60px 30px 60px 60px;
}
@media screen and (max-width: 750px) {
  .step_list li:nth-child(2) .step_box {
    padding: 30px 30px 30px 60px;
  }
}
.step_list li:last-child .step_box {
  padding: 60px 30px 60px 60px;
}
.step_list li:last-child .step_box::before,
.step_list li:last-child .step_box::after {
  display: none;
}
@media screen and (max-width: 750px) {
  .step_list li:last-child .step_box {
    padding: 30px 30px 30px 60px;
  }
}
@media screen and (max-width: 750px) {
  .step_list li {
    min-width: 300px;
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .step_list {
    justify-content: flex-start;
    margin-top: 25px;
    overflow-x: auto;
    padding-bottom: 10px;
  }
}
.step_number {
  color: #fff;
  font-size: 43px;
  text-align: center;
  background-color: #dc143c;
  padding: 5px 0 20px;
  border: 3px solid #fff;
  border-radius: 20px 20px 0 0;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 800;
  filter: drop-shadow(8px 0px 0px rgba(0, 0, 0, 0.1));
}
.step_number span {
  font-size: 73px;
  line-height: 1;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  .step_number span {
    font-size: 15vw;
  }
}
@media screen and (max-width: 750px) {
  .step_number {
    padding: 3px 0 15px;
    border: 2px solid #fff;
    font-size: 9vw;
  }
}
.step_box {
  border-right: 3px solid #dc143c;
  border-left: 3px solid #dc143c;
  border-bottom: 3px solid #dc143c;
  padding: 60px 40px;
  position: relative;
  z-index: 0;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  filter: drop-shadow(8px 0px 0px rgba(0, 0, 0, 0.1));
}
.step_box::before,
.step_box::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 28%;
  right: 0px;
  transform: translateY(-50%);
  border-style: solid;
}
.step_box::before {
  border-width: 23px 0 23px 28px;
  border-color: transparent transparent transparent #dc143c;
  margin-right: -30px;
}
.step_box::after {
  border-width: 20px 0 20px 25px;
  border-color: transparent transparent transparent #fff;
  margin-right: -25px;
}
@media screen and (max-width: 750px) {
  .step_box {
    padding: 30px 20px;
  }
}
.step_title {
  color: #dc143c;
  font-size: 35px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 5px dotted #dc143c;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .step_title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 5.5vw;
  }
}
.step_text {
  color: #dc143c;
  font-size: 21px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .step_text {
    font-size: 4.5vw;
  }
}
.step_img {
  text-align: center;
  margin-top: 50px;
}
.step_img img {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .step_img {
    margin-top: 25px;
  }
}
.step_link {
  display: block;
  font-size: 41px;
  font-weight: 500;
  text-align: center;
  color: #dc143c !important;
  border: 3px solid #dc143c;
  padding: 20px;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
  z-index: 0;
  margin-top: 80px;
}
.step_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 57px;
  height: 58px;
  margin-top: -29px;
  background-image: url(../images/step_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .step_link::after {
    right: 10px;
    width: 30px;
    height: 31px;
    margin-top: -13px;
  }
}
@media screen and (max-width: 750px) {
  .step_link span {
    margin-right: 20px;
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .step_link {
    border: 2px solid #dc143c;
    padding: 15px;
    margin-top: 40px;
    font-size: 7vw;
    line-height: 1.4;
  }
}
.back_link {
  display: block;
  font-size: 41px;
  font-weight: 500;
  text-align: center;
  color: #00a296 !important;
  border: 3px solid #00a296;
  padding: 20px;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
  z-index: 0;
  margin-top: 80px;
}
.back_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 57px;
  height: 58px;
  margin-top: -29px;
  background-image: url(../images/back_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .back_link::after {
    right: 10px;
    width: 30px;
    height: 31px;
    margin-top: -13px;
  }
}
@media screen and (max-width: 750px) {
  .back_link span {
    margin-right: 20px;
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .back_link {
    border: 2px solid #00a296;
    padding: 15px;
    margin-top: 40px;
    font-size: 7vw;
    line-height: 1.4;
  }
}
.caution_list {
  margin-top: 50px;
}
.caution_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 500;
  color: #666;
  position: relative;
  z-index: 0;
  margin-bottom: 5px;
}
.caution_list li:last-child {
  margin-bottom: 0;
}
.caution_list li::before {
  content: "・";
}
@media screen and (max-width: 750px) {
  .caution_list li {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 750px) {
  .caution_list {
    margin-top: 25px;
  }
}
.menu_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 110px;
}
.menu_list li {
  width: 23%;
  margin-right: 2%;
}
@media screen and (max-width: 750px) {
  .menu_list li:nth-child(2n) {
    margin-right: 0;
  }
}
.menu_list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .menu_list li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.menu_list li a {
  display: block;
  border: 4px solid #00a296;
  border-radius: 5px;
  text-align: center;
  padding: 15px 0;
}
.menu_list li a.menu_this {
  background-color: #00a296;
  pointer-events: none;
}
.menu_list li a.menu_this span {
  color: #fff;
}
.menu_list li a.menu_this span::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.menu_list li a span {
  color: #00a296;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  z-index: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.menu_list li a span::after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 3px solid #00a296;
  border-right: 3px solid #00a296;
  transform: rotate(135deg);
  margin-left: 15px;
}
@media screen and (max-width: 750px) {
  .menu_list li a span::after {
    width: 12px;
    height: 12px;
    border-top: 2px solid #00a296;
    border-right: 2px solid #00a296;
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  .menu_list li a span {
    font-size: 7vw;
  }
}
@media screen and (max-width: 750px) {
  .menu_list li a {
    border: 3px solid #00a296;
    padding: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  .menu_list li {
    width: 49%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .menu_list {
    margin-top: 55px;
  }
}
.menu_select {
  color: #666;
  font-size: 70px;
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  margin-top: 130px;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}
.menu_select::before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 70px;
  background-color: #666;
  transform: rotate(-25deg);
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  .menu_select::before {
    margin-right: 20px;
    height: 60px;
  }
}
.menu_select::after {
  display: inline-block;
  content: "";
  width: 3px;
  height: 70px;
  background-color: #666;
  transform: rotate(25deg);
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  .menu_select::after {
    margin-left: 20px;
    height: 60px;
  }
}
@media screen and (max-width: 750px) {
  .menu_select {
    margin-top: 65px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-size: 17vw;
  }
}
.slick-dots li button:before {
  font-size: 11px !important;
  color: #acacac !important;
  opacity: 1 !important;
}
@media screen and (max-width: 750px) {
  .slick-dots li button:before {
    font-size: 15px !important;
  }
}
.slick-dots li.slick-active button:before {
  color: #4d4d4d !important;
  opacity: 1 !important;
}
.slick-dots {
  bottom: 10px !important;
}
.slick-dots li {
  margin: 0 2px !important;
  border-radius: 50%;
  background: transparent !important;
}
.slick-slide {
  overflow: hidden;
}
.slick-slide img {
  margin: 0 auto;
  border-radius: 20px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slick_slide {
  margin-top: 20px;
}
.slick_slide.e-ticket button,
.slick_slide.e-ticket_eat button,
.slick_slide.e-ticket_shopping button,
.slick_slide.e-ticket_vehicle button {
  display: none;
}
.cassette_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cassette_list li {
  width: 48%;
  margin-right: 4%;
}
.cassette_list li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .cassette_list li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .cassette_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .cassette_list {
    flex-direction: column;
  }
}
.cassette_area {
  position: relative;
  z-index: 0;
  margin-top: 80px;
  border-top: 4px solid #b4d264;
  border-left: 4px solid #b4d264;
  border-right: 4px solid #b4d264;
  border-radius: 20px 20px 0 0;
  box-shadow: 10px 10px 0px 0px #b4d264;
}
.cassette_area.dounan {
  border-top: 4px solid #fc9aaa;
  border-left: 4px solid #fc9aaa;
  border-right: 4px solid #fc9aaa;
  box-shadow: 10px 10px 0px 0px #fc9aaa;
}
@media screen and (max-width: 750px) {
  .cassette_area.dounan {
    border-top: 3px solid #fc9aaa;
    border-left: 3px solid #fc9aaa;
    border-right: 3px solid #fc9aaa;
    box-shadow: 7px 7px 0px 0px #fc9aaa;
  }
}
.cassette_area.doutou-dohoku {
  border-top: 4px solid #74b3df;
  border-left: 4px solid #74b3df;
  border-right: 4px solid #74b3df;
  box-shadow: 10px 10px 0px 0px #74b3df;
}
@media screen and (max-width: 750px) {
  .cassette_area.doutou-dohoku {
    border-top: 3px solid #74b3df;
    border-left: 3px solid #74b3df;
    border-right: 3px solid #74b3df;
    box-shadow: 7px 7px 0px 0px #74b3df;
  }
}
@media screen and (max-width: 750px) {
  .cassette_area {
    margin-top: 40px;
    border-top: 3px solid #b4d264;
    border-left: 3px solid #b4d264;
    border-right: 3px solid #b4d264;
    box-shadow: 7px 7px 0px 0px #b4d264;
  }
}
.cassette_ticket_box {
  position: absolute;
  top: -4px;
  left: -22px;
}
.cassette_ticket {
  color: #fff;
  background-color: #dc143c;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding: 10px 30px 10px 15px;
  position: relative;
  z-index: 0;
  line-height: normal;
}
.cassette_ticket::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #dc143c transparent transparent;
  border-width: 0px 22px 22px 0px;
  position: absolute;
  bottom: -24px;
  left: 0;
}
.cassette_ticket::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 33px 12px 33px 0px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .cassette_ticket::after {
    border-width: 23px 9px 23px 0px;
  }
}
@media screen and (max-width: 750px) {
  .cassette_ticket {
    padding: 5px 20px 5px 10px;
    font-size: 5.5vw;
  }
}
.cassette_place_box {
  text-align: right;
  margin: 20px 30px 0 0;
}
@media screen and (max-width: 750px) {
  .cassette_place_box {
    margin: 15px 25px 0 0;
  }
}
.cassette_place {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  font-weight: 500;
  background-color: #b4d264;
  padding: 5px 30px;
  line-height: 1.4;
}
.cassette_place.dounan {
  background-color: #ffb9c3;
}
.cassette_place.doutou-dohoku {
  background-color: #9fc8e8;
}
@media screen and (max-width: 750px) {
  .cassette_place {
    font-size: 4.5vw;
    padding: 5px 20px;
  }
}
.cassette_box {
  padding: 0 40px;
}
@media screen and (max-width: 750px) {
  .cassette_box {
    padding: 0 20px;
  }
}
.cassette_name {
  color: #39ae4a;
  font-weight: 500;
  font-size: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 30px;
  line-height: 1.4;
}
.cassette_name.dounan {
  color: #fb7a8f;
}
.cassette_name.doutou-dohoku {
  color: #74b3df;
}
@media screen and (max-width: 750px) {
  .cassette_name {
    font-size: 6vw;
    margin-top: 15px;
  }
}
.cassette_menu {
  color: #39ae4a;
  font-weight: 700;
  font-size: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.4;
}
.cassette_menu.dounan {
  color: #fb7a8f;
}
.cassette_menu.doutou-dohoku {
  color: #74b3df;
}
@media screen and (max-width: 750px) {
  .cassette_menu {
    font-size: 8vw;
  }
}
.cassette_detail {
  color: #39ae4a;
  font-weight: 500;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.4;
}
.cassette_detail.dounan {
  color: #fb7a8f;
}
.cassette_detail.doutou-dohoku {
  color: #74b3df;
}
@media screen and (max-width: 750px) {
  .cassette_detail {
    font-size: 4.5vw;
  }
}
.cassette_yen {
  margin-top: 20px;
  color: #666;
  font-weight: 500;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cassette_yen {
    font-size: 5vw;
    margin-top: 10px;
  }
}
.cassette_reservation {
  display: inline-block;
  margin: 20px 0 25px;
  font-weight: 500;
  font-size: 19px;
  text-align: center;
  background-color: #dfdfdf;
  padding: 5px 15px;
}
.cassette_reservation.type {
  background-color: #ffc8c4;
}
@media screen and (max-width: 750px) {
  .cassette_reservation {
    font-size: 5vw;
    margin: 15px 0 20px;
  }
}
.accordion_title {
  position: relative;
  z-index: 0;
  cursor: pointer;
  font-size: 25px;
  color: #333;
  font-weight: 500;
  padding: 20px 10px;
  background-color: #cadf91;
  transition: all 0.5s ease;
  text-align: center;
  box-shadow: 10px 10px 0px 0px #b4d264;
  border-left: 4px solid #b4d264;
  border-right: 4px solid #b4d264;
}
.accordion_title::before,
.accordion_title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #333;
  transition: all 0.5s ease;
}
.accordion_title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.accordion_title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
.accordion_title.active::before,
.accordion_title.active::after {
  transform: rotate(0deg);
}
.accordion_title.dounan {
  background-color: #ffb9c3;
  box-shadow: 10px 10px 0px 0px #fc9aaa;
  border-left: 4px solid #fc9aaa;
  border-right: 4px solid #fc9aaa;
}
@media screen and (max-width: 750px) {
  .accordion_title.dounan {
    box-shadow: 7px 7px 0px 0px #fc9aaa;
    border-left: 3px solid #fc9aaa;
    border-right: 3px solid #fc9aaa;
  }
}
.accordion_title.doutou-dohoku {
  background-color: #9fc8e8;
  box-shadow: 10px 10px 0px 0px #74b3df;
  border-left: 4px solid #74b3df;
  border-right: 4px solid #74b3df;
}
@media screen and (max-width: 750px) {
  .accordion_title.doutou-dohoku {
    box-shadow: 7px 7px 0px 0px #74b3df;
    border-left: 3px solid #74b3df;
    border-right: 3px solid #74b3df;
  }
}
@media screen and (max-width: 750px) {
  .accordion_title {
    box-shadow: 7px 7px 0px 0px #b4d264;
    border-left: 3px solid #b4d264;
    border-right: 3px solid #b4d264;
    font-size: 6vw;
    padding: 15px 10px;
  }
}
.accordion_box {
  display: none;
  background-color: #cadf91;
  padding: 0 30px 30px;
  position: relative;
  z-index: 1;
  box-shadow: 10px 10px 0px 0px #b4d264;
  border-left: 4px solid #b4d264;
  border-right: 4px solid #b4d264;
}
.accordion_box.dounan {
  background-color: #ffb9c3;
  box-shadow: 10px 10px 0px 0px #fc9aaa;
  border-left: 4px solid #fc9aaa;
  border-right: 4px solid #fc9aaa;
}
@media screen and (max-width: 750px) {
  .accordion_box.dounan {
    box-shadow: 7px 7px 0px 0px #fc9aaa;
    border-left: 3px solid #fc9aaa;
    border-right: 3px solid #fc9aaa;
  }
}
.accordion_box.doutou-dohoku {
  background-color: #9fc8e8;
  box-shadow: 10px 10px 0px 0px #74b3df;
  border-left: 4px solid #74b3df;
  border-right: 4px solid #74b3df;
}
@media screen and (max-width: 750px) {
  .accordion_box.doutou-dohoku {
    box-shadow: 7px 7px 0px 0px #74b3df;
    border-left: 3px solid #74b3df;
    border-right: 3px solid #74b3df;
  }
}
@media screen and (max-width: 750px) {
  .accordion_box {
    box-shadow: 7px 7px 0px 0px #b4d264;
    border-left: 3px solid #b4d264;
    border-right: 3px solid #b4d264;
    padding: 0 20px 20px;
  }
}
.accordion_con {
  background-color: #fff;
  padding: 45px 40px;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .accordion_con {
    padding: 20px;
  }
}
.company_box {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
}
.company_box:last-child {
  border-bottom: none;
}
.company_box p {
  color: #666;
  font-size: 20px;
  font-weight: 500;
}
.company_box p a {
  color: #0071b5 !important;
  text-decoration: underline;
}
.company_box p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .company_box p {
    font-size: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .company_box {
    margin-bottom: 7px;
    padding-bottom: 7px;
  }
}
.floating {
  position: fixed;
  bottom: 110px;
  right: 0;
  z-index: 10;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.floating a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
  width: 110px;
  height: 110px;
  background: #00a296;
  position: relative;
  z-index: 0;
  line-height: 1.2;
}
.floating a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 30px 20px;
  border-color: transparent transparent #fff transparent;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .floating a::before {
    border-width: 0 10px 15px 10px;
  }
}
@media screen and (max-width: 750px) {
  .floating a {
    width: 70px;
    height: 70px;
    font-size: 3.5vw;
  }
}
.floating.is-hidden {
  visibility: hidden;
  opacity: 0;
}
/*# sourceMappingURL=index.css.map */
