@charset "UTF-8";
/*レスポンシブ*/
/*
@include lineHeightCrop;
@include sp($sm){}
*/
/*基本*/
html {
  scroll-behavior: smooth;
}

body {
  color: #212121;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

#wrap {
  width: 100%;
  position: relative;
  background-image: url("img/top_bg.jpg");
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 750px) {
  #wrap {
    background-image: url("img/top_bg_pc.jpg");
  }
}

p {
  font-size: 28px;
  font-size: 3.7333333333vw;
  line-height: 1.5;
}
@media screen and (min-width: 750px) {
  p {
    font-size: 16px;
  }
}

h3,
h4,
h5 {
  line-height: 1.3;
  font-weight: bold;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

a {
  cursor: pointer;
}

.inner {
  width: 90vw;
  margin-inline: auto;
}
@media screen and (min-width: 750px) {
  .inner {
    width: 1080px;
  }
}

@media screen and (min-width: 750px) {
  .pc_none {
    display: none;
  }
}

.sp_none {
  display: none;
}
@media screen and (min-width: 750px) {
  .sp_none {
    display: inline;
  }
}

/*ここから*/
/*ボタン*/
.menu_btn {
  position: fixed;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  background-color: #e60012;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: all 0.5s;
}
@media screen and (min-width: 750px) {
  .menu_btn {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
.menu_btn .btn_inner {
  width: 70%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #fff;
  border-radius: 0.5333333333vw;
  transition: all 0.5s;
  display: inline-block;
}
@media screen and (min-width: 750px) {
  .menu_btn span {
    height: 2px;
  }
}
.menu_btn span:nth-of-type(1) {
  top: 0;
}
.menu_btn span:nth-of-type(2) {
  top: 3.2vw;
}
@media screen and (min-width: 750px) {
  .menu_btn span:nth-of-type(2) {
    top: 20px;
  }
}
.menu_btn span:nth-of-type(3) {
  bottom: 0;
}

.menu_btn.active span:nth-of-type(1) {
  transform: translateY(2.6666666667vw) rotate(-45deg);
}
@media screen and (min-width: 750px) {
  .menu_btn.active span:nth-of-type(1) {
    transform: translateY(20px) rotate(-45deg);
  }
}
.menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_btn.active span:nth-of-type(3) {
  transform: translateY(-3.3333333333vw) rotate(45deg);
}
@media screen and (min-width: 750px) {
  .menu_btn.active span:nth-of-type(3) {
    transform: translateY(-18px) rotate(45deg);
  }
}

.menu_wrap {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  background: #fff;
  padding: 20px;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 750px) {
  .menu_wrap nav {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2つの列を同じ幅に設定 */
    row-gap: 20px; /* 行の間に20pxの隙間を設定 */
  }
}
.menu_wrap nav a {
  display: block;
  font-size: 40px;
  font-size: 5.3333333333vw;
  padding: 1em 0;
  text-align: center;
  font-weight: bold;
  border-bottom: 0.4vw dotted #e60012;
}
@media screen and (min-width: 750px) {
  .menu_wrap nav a {
    font-size: 20px;
    border-bottom: 3px dotted #e60012;
  }
}
.menu_wrap .reserve_btn {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 750px) {
  .menu_wrap .reserve_btn {
    margin-top: 35px;
    font-size: 25px;
    padding: 1em;
  }
}

.show {
  opacity: 1;
  visibility: visible;
}

/*予約ボタン*/
.reserve_btn {
  font-weight: bold;
  display: block;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(330deg, rgb(230, 0, 18), rgb(255, 61, 66));
  font-size: 56px;
  font-size: 7.4666666667vw;
  padding: 0.5em;
  border-radius: 2.6666666667vw;
  margin-inline: auto;
  letter-spacing: 0.1em;
  position: relative;
  pointer-events: auto;
}
@media screen and (min-width: 750px) {
  .reserve_btn {
    font-size: 56px;
    font-size: 2.9166666667vw;
    border-radius: 1.0416666667vw;
  }
}
.reserve_btn:hover {
  background-image: linear-gradient(340deg, #bb1213, #fa3636);
  transition: background-color 1s linear;
}
.reserve_btn::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  position: absolute;
  right: 3.3333333333vw;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("img/icon_btn.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 750px) {
  .reserve_btn::before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    right: 1.0416666667vw;
  }
}

/*固定ボタン*/
.reserve_fixed {
  opacity: 0;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(340deg, #d71718, #fa3636);
  z-index: 10000;
  padding: 5.3333333333vw 4vw;
  text-align: center;
  transition: background-color 1s linear;
}
@media screen and (min-width: 750px) {
  .reserve_fixed {
    padding: 30px 0;
  }
}
.reserve_fixed:hover {
  background-image: linear-gradient(340deg, #bb1213, #d71718);
  transition: background-color 1s linear;
}
.reserve_fixed .a_inner {
  background: #fff;
  background-image: url("img/icon_bas.svg");
  background-size: 10.6666666667vw;
  background-position: right 5.3333333333vw center;
  background-repeat: no-repeat;
  padding: 1em 0;
  font-size: 48px;
  font-size: 6.4vw;
  letter-spacing: 0.1em;
  font-weight: bold;
  border-radius: 1000px;
  color: #0068b7;
}
@media screen and (min-width: 750px) {
  .reserve_fixed .a_inner {
    font-size: 40px;
    background-size: 60px;
    background-position: right 30px center;
    width: 600px;
    padding: 0.6em 0;
    margin-inline: auto;
  }
}

.show_btn {
  opacity: 1;
}

/*TOP*/
.top_wrap {
  padding-bottom: 18vw;
  background-image: url(img/bg_white_under.jpg);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 750px) {
  .top_wrap {
    background-image: url(img/bg_white_under_pc.jpg);
    background-size: 940px;
    background-position: left bottom;
    padding-bottom: 150px;
  }
}

.top {
  position: relative;
  overflow-x: hidden;
}
.top .top_expo {
  width: 26.6666666667vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2.6666666667vw;
}
@media screen and (min-width: 750px) {
  .top .top_expo {
    width: 11.1979166667vw;
    top: 1.0416666667vw;
    left: auto;
    transform: translateX(0%);
    left: 6.25vw;
  }
}
.top .top_catch {
  width: 96.9333333333vw;
  margin-top: 11.3333333333vw;
  margin-inline: auto;
}
@media screen and (min-width: 750px) {
  .top .top_catch {
    width: 37.8645833333vw;
    margin-top: 3.3854166667vw;
    margin-inline: 0;
    margin-left: 5.4166666667vw;
  }
}
.top h1 {
  width: 99.3333333333vw;
  margin-top: -18vw;
  margin-inline: auto;
}
@media screen and (min-width: 750px) {
  .top h1 {
    width: 48.9583333333vw;
    margin-inline: 0;
    margin-top: -9.375vw;
    margin-left: 4.1666666667vw;
  }
}
.top .top_reserve {
  margin-top: 90.6666666667vw;
  width: 82.6666666667vw;
}
@media screen and (min-width: 750px) {
  .top .top_reserve {
    margin-top: 4.1666666667vw;
    width: 32.2916666667vw;
    margin-inline: 0;
    margin-left: 7.03125vw;
  }
}

/*タイトル*/
.sec_title {
  width: 48vw;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 750px) {
  .sec_title {
    width: 359px;
  }
}

/*特典*/
@media screen and (min-width: 750px) {
  .sp_ul {
    width: 1080px;
    margin-inline: auto;
    display: flex;
  }
}
@media screen and (min-width: 750px) and (min-width: 750px) {
  .sp_ul {
    margin-top: 9.375vw;
    flex-wrap: wrap;
  }
}
.sp_ul li {
  margin-top: 9.3333333333vw;
  padding: 7.3333333333vw 1.3333333333vw;
  border: 0.6666666667vw solid #0068b7;
  box-sizing: border-box;
  border-radius: 4vw;
  text-align: center;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 750px) {
  .sp_ul li {
    padding: 40px 40px;
    border: 5px solid #0068b7;
    margin: 0 10px;
    border-radius: 30px;
  }
}
.sp_ul li .sp_st {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4.2666666667vw;
  width: 24vw;
}
@media screen and (min-width: 750px) {
  .sp_ul li .sp_st {
    width: 150px;
    top: -32px;
  }
}
@media screen and (min-width: 750px) {
  .sp_ul li .flex_area {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sp_ul li .sp_li_img {
  width: 80vw;
  margin-inline: auto;
}
@media screen and (min-width: 750px) {
  .sp_ul li .sp_li_img {
    width: 475px;
    height: auto;
    margin-inline: 0;
  }
}
@media screen and (min-width: 750px) {
  .sp_ul li .txt_area {
    text-align: center;
    margin-left: 70px;
  }
}
.sp_ul li .txt {
  margin-top: 4.6666666667vw;
}
@media screen and (min-width: 750px) {
  .sp_ul li .txt {
    margin-top: 1.5em;
  }
}
.sp_ul li a {
  display: inline-block;
  font-size: 28px;
  font-size: 3.7333333333vw;
  margin-top: 0.5em;
  color: #0068b7;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .sp_ul li a {
    font-size: 16px;
  }
}
.sp_ul li h2 {
  margin-inline: auto;
}
.sp_ul li:nth-child(1) {
  margin-top: 16.6666666667vw;
}
@media screen and (min-width: 750px) {
  .sp_ul li:nth-child(1) {
    margin-top: 0;
    width: 1060px;
  }
}
.sp_ul li:nth-child(1) h2 {
  width: 71.7333333333vw;
  margin-top: 5.7333333333vw;
}
@media screen and (min-width: 750px) {
  .sp_ul li:nth-child(1) h2 {
    width: 350px;
    margin-top: 0;
  }
}
@media screen and (min-width: 750px) {
  .sp_ul li:nth-child(2) {
    width: 520px;
    margin-top: 70px;
  }
}
.sp_ul li:nth-child(2) h2 {
  width: 78.1333333333vw;
}
@media screen and (min-width: 750px) {
  .sp_ul li:nth-child(2) h2 {
    width: 280px;
  }
}
@media screen and (min-width: 750px) {
  .sp_ul li:nth-child(3) {
    width: 520px;
    margin-top: 70px;
  }
}
.sp_ul li:nth-child(3) h2 {
  width: 73.6vw;
}
@media screen and (min-width: 750px) {
  .sp_ul li:nth-child(3) h2 {
    width: 365px;
  }
}

/*デコ*/
.deco {
  position: absolute;
}

.sp_deco01 {
  width: 12.9333333333vw;
  top: 58vw;
  right: -4.6666666667vw;
}
@media screen and (min-width: 750px) {
  .sp_deco01 {
    width: 87px;
    top: 35px;
    right: -15px;
  }
}

.sp_deco02 {
  width: 10.9333333333vw;
  top: -7.3333333333vw;
  right: 4vw;
}
@media screen and (min-width: 750px) {
  .sp_deco02 {
    width: 63px;
    top: 30px;
    right: 35px;
  }
}

.sp_deco03 {
  width: 12.8vw;
  top: 8.5333333333vw;
  right: -1.3333333333vw;
}
@media screen and (min-width: 750px) {
  .sp_deco03 {
    width: 68px;
    top: 40px;
    right: 20px;
  }
}

.sp_deco04 {
  width: 13.8666666667vw;
  top: 45.3333333333vw;
  left: -1.3333333333vw;
}
@media screen and (min-width: 750px) {
  .sp_deco04 {
    width: 72px;
    top: 220px;
    left: 25px;
  }
}

/*開催期間*/
.schedule_wrap {
  background-color: #cedeff;
  padding: 12vw 0vw;
  position: relative;
}
@media screen and (min-width: 750px) {
  .schedule_wrap {
    padding: 100px 0;
  }
}
.schedule_wrap .sec_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6.6666666667vw;
}
@media screen and (min-width: 750px) {
  .schedule_wrap .sec_title {
    top: -50px;
  }
}
.schedule_wrap .schedule {
  background-color: #fff;
  border-radius: 4vw;
  padding: 8vw 4.6666666667vw;
  text-align: center;
  margin-top: 4vw;
}
@media screen and (min-width: 750px) {
  .schedule_wrap .schedule {
    padding: 60px 100px;
    margin-top: 10px;
  }
}
.schedule_wrap .schedule h3 {
  font-feature-settings: "palt";
  font-size: 54px;
  font-size: 7.2vw;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .schedule_wrap .schedule h3 {
    font-size: 70px;
  }
}
.schedule_wrap .schedule h3 span {
  font-size: 0.6em;
}
.schedule_wrap .schedule .everyday {
  color: #e60012;
  margin-top: 1.3333333333vw;
  font-size: 36px;
  font-size: 4.8vw;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .schedule_wrap .schedule .everyday {
    font-size: 36px;
    margin-top: 10px;
  }
}
.schedule_wrap .schedule h4 {
  border: 0.4vw solid #0068b7;
  padding: 2.6666666667vw;
  line-height: 1.5;
  color: #0068b7;
  margin-top: 3.3333333333vw;
}
@media screen and (min-width: 750px) {
  .schedule_wrap .schedule h4 {
    padding: 20px;
    margin-top: 25px;
    font-size: 36px;
    border: 3px solid #0068b7;
  }
}
.schedule_wrap .schedule .detail {
  margin-top: 0.5em;
}
.schedule_wrap .schedule .calendar {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 750px) {
  .schedule_wrap .schedule .calendar {
    margin-top: 20px;
  }
}
.schedule_wrap .schedule .calendar .c_8th {
  height: 53.3333333333vw;
}
@media screen and (min-width: 750px) {
  .schedule_wrap .schedule .calendar .c_8th {
    width: 450px;
    height: 350px;
    margin-inline: auto;
  }
}

/*集合到着コース*/
.place {
  padding: 12vw 0;
  padding-bottom: 18vw;
  text-align: center;
  background: #fff;
  background-image: url("img/bg_white_top.jpg"), url("img/bg_white_under.jpg");
  background-size: 100%, 100%;
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 750px) {
  .place {
    background-image: url("img/bg_white_top_pc.jpg"), url("img/bg_white_under_pc.jpg");
    background-size: 990px, 945px;
    background-position: right top, left bottom;
  }
}
@media screen and (min-width: 750px) {
  .place {
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.place .gather h3 {
  font-size: 40px;
  font-size: 5.3333333333vw;
  margin-top: 4vw;
}
@media screen and (min-width: 750px) {
  .place .gather h3 {
    font-size: 40px;
    margin-top: 25px;
  }
}
.place .gather p {
  margin-top: 0.3em;
}
.place .gather .syosai {
  font-size: 1.3em;
}
.place .gather a {
  color: #0068b7;
  font-size: 1.3em;
}
.place .arrival {
  margin-top: 8vw;
}
@media screen and (min-width: 750px) {
  .place .arrival {
    margin-top: 0;
    margin-left: 40px;
  }
}
.place .arrival h3 {
  font-size: 40px;
  font-size: 5.3333333333vw;
  color: #e60012;
  margin-top: 4vw;
}
@media screen and (min-width: 750px) {
  .place .arrival h3 {
    font-size: 40px;
    margin-top: 25px;
  }
}
.place .arrival h3 span {
  font-size: 0.8em;
  color: #212121;
}
.place .route {
  margin-top: 8vw;
  font-size: 40px;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .place .route {
    font-size: 30px;
    margin-top: 50px;
    width: 100%;
  }
}
.place .route .route_flex {
  margin-top: 4vw;
}
@media screen and (min-width: 750px) {
  .place .route .route_flex {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 750px) {
  .place .route .route_flex h3 {
    text-align: left;
    line-height: 1.5;
  }
}
.place .route .route_flex .syosai {
  text-align: left;
  padding: 0 5vw;
  margin-top: 0.5em;
}
@media screen and (min-width: 750px) {
  .place .route .route_flex .syosai {
    padding: 0;
  }
}
.place .route .img_route {
  width: 90%;
  margin-inline: auto;
  margin-top: 4vw;
}
@media screen and (min-width: 750px) {
  .place .route .img_route {
    width: 390px;
    margin-top: 0;
    margin-inline: 0;
    margin-left: 40px;
  }
}

/*料金プラン*/
.price_wrap {
  background-color: #cedeff;
  padding: 12vw 0vw;
  position: relative;
}
@media screen and (min-width: 750px) {
  .price_wrap {
    padding: 100px 0;
  }
}
@media screen and (min-width: 750px) {
  .price_wrap .inner {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.price_wrap .sec_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6.6666666667vw;
}
@media screen and (min-width: 750px) {
  .price_wrap .sec_title {
    top: -50px;
  }
}

.price .ul_price_wrap {
  background-color: #0068b7;
  padding: 8vw 4.6666666667vw;
  border-radius: 4vw;
  margin-top: 4vw;
}
@media screen and (min-width: 750px) {
  .price .ul_price_wrap {
    margin-top: 10px;
    padding: 55px 30px;
    display: flex;
    border-radius: 30px;
  }
}
.price .ul_price_wrap li {
  position: relative;
  background-color: #fff;
  margin-top: 6.6666666667vw;
  text-align: center;
  padding: 4.6666666667vw 0;
  font-size: 34px;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 750px) {
  .price .ul_price_wrap li {
    font-size: 20px;
    width: 340px;
    padding: 25px 0px;
    padding-bottom: 100px;
    margin: 0 10px;
  }
}
.price .ul_price_wrap li p {
  font-size: 34px;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 750px) {
  .price .ul_price_wrap li p {
    font-size: 20px;
  }
}
.price .ul_price_wrap li .number {
  text-align: center;
}
.price .ul_price_wrap li .number span {
  display: inline-block;
  padding: 0.3em 2em;
  border-radius: 100px;
  color: #fff;
}
.price .ul_price_wrap li h3 {
  font-size: 60px;
  font-size: 8vw;
  font-feature-settings: "palt";
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 750px) {
  .price .ul_price_wrap li h3 {
    font-size: 32px;
    margin-top: 20px;
  }
}
.price .ul_price_wrap li .start {
  font-size: 44px;
  font-size: 5.8666666667vw;
}
@media screen and (min-width: 750px) {
  .price .ul_price_wrap li .start {
    font-size: 24px;
  }
}
.price .ul_price_wrap li .menu_title {
  padding: 0.2em;
  width: 90%;
  margin-inline: auto;
  letter-spacing: 0.02em;
  margin-top: 4vw;
}
@media screen and (min-width: 750px) {
  .price .ul_price_wrap li .menu_title {
    margin-top: 30px;
  }
}
.price .ul_price_wrap li .menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.price .ul_price_wrap li .menu p {
  width: 100%;
  margin-top: 1.3333333333vw;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .price .ul_price_wrap li .menu p {
    margin-top: 10px;
  }
}
.price .ul_price_wrap li .menu ul {
  padding: 0 1em;
}
.price .ul_price_wrap li .menu ul li {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style-position: inside;
  padding: 0.2em 0;
  font-feature-settings: "palt";
  line-height: 1.5;
  border-bottom: 2px dotted #90a4ae;
}
@media screen and (min-width: 750px) {
  .price .ul_price_wrap li .menu ul li {
    width: 100%;
  }
}
.price .ul_price_wrap li .menu ul li .small {
  font-size: 0.7em;
}
.price .ul_price_wrap li .caution {
  font-size: 0.7em;
  padding: 0;
  color: #212121;
  font-weight: normal !important;
}
.price .ul_price_wrap li .bonus {
  font-weight: bold;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 750px) {
  .price .ul_price_wrap li .bonus {
    margin-top: 20px;
  }
}
.price .ul_price_wrap li .d_price {
  font-size: 60px;
  font-size: 8vw;
  margin-top: 6vw;
}
@media screen and (min-width: 750px) {
  .price .ul_price_wrap li .d_price {
    font-size: 36px;
    margin-top: 45px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.price .ul_price_wrap li .d_price span {
  font-size: 0.7em;
}
.price .ul_price_wrap li:nth-of-type(1) {
  margin-top: 0;
}
.price .ul_price_wrap li:nth-of-type(1) .number span {
  background-color: #fc6571;
}
.price .ul_price_wrap li:nth-of-type(1) .menu_title {
  border: 0.2666666667vw solid #fc6571;
}
@media screen and (min-width: 750px) {
  .price .ul_price_wrap li:nth-of-type(1) .menu_title {
    border: 2px solid #fc6571;
  }
}
.price .ul_price_wrap li:nth-of-type(1) .pink {
  color: #fc6571;
  font-weight: bold;
}
.price .ul_price_wrap li:nth-of-type(2) .number span {
  background-color: #f25c05;
}
.price .ul_price_wrap li:nth-of-type(2) .menu_title {
  border: 0.2666666667vw solid #f25c05;
}
@media screen and (min-width: 750px) {
  .price .ul_price_wrap li:nth-of-type(2) .menu_title {
    border: 2px solid #f25c05;
  }
}
.price .ul_price_wrap li:nth-of-type(2) .orange {
  color: #f25c05;
  font-weight: bold;
}
.price .ul_price_wrap li:nth-of-type(3) .number span {
  background-color: #0388a6;
}
.price .ul_price_wrap li:nth-of-type(3) .menu_title {
  border: 0.2666666667vw solid #0388a6;
}
@media screen and (min-width: 750px) {
  .price .ul_price_wrap li:nth-of-type(3) .menu_title {
    border: 2px solid #0388a6;
  }
}
.price .ul_price_wrap li:nth-of-type(3) .navy {
  color: #0388a6;
  font-weight: bold;
}

/*ガンプラ*/
.option_wrap {
  background-image: url("img/gundam_bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 12vw 0;
}
@media screen and (min-width: 750px) {
  .option_wrap {
    padding: 100px 0;
    background-image: url("img/gundam_bg_pc.jpg");
  }
}
.option_wrap h2 {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 750px) {
  .option_wrap h2 {
    width: 1543px;
    max-width: 90%;
  }
}
@media screen and (min-width: 750px) {
  .option_wrap .flex_area {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 750px) {
  .option_wrap .txt_area {
    margin-left: 50px;
  }
}
.option_wrap .c_txt {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 750px) {
  .option_wrap .c_txt {
    text-align: left;
  }
}
.option_wrap p {
  margin-top: 0.7em;
}
.option_wrap .reserve_btn {
  margin-top: 4vw;
  width: 90%;
}
@media screen and (min-width: 750px) {
  .option_wrap .reserve_btn {
    margin: 0;
    margin-top: 30px;
    width: 520px;
    font-size: 40px;
  }
}

.caution {
  width: 100%;
  padding: 0 5vw;
  display: flex;
  justify-content: center;
  margin-top: 1em;
  color: #fff;
}
.caution li {
  padding: 0.3em 0;
  line-height: 1.5;
  list-style: disc;
}

.under9_wrap {
  background-color: #fff;
  border-radius: 4vw;
  padding: 13.3333333333vw 4.6666666667vw 8vw 4.6666666667vw;
  position: relative;
  margin-top: 20vw;
}
@media screen and (min-width: 750px) {
  .under9_wrap {
    margin-top: 150px;
    padding: 65px 70px;
    padding-top: 125px;
  }
}
.under9_wrap h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -9.3333333333vw;
  width: 71.3333333333vw;
}
@media screen and (min-width: 750px) {
  .under9_wrap h3 {
    width: 535px;
    top: -58px;
  }
}
.under9_wrap h2 {
  width: 64vw;
  margin-inline: auto;
}
@media screen and (min-width: 750px) {
  .under9_wrap h2 {
    width: 921px;
  }
}
@media screen and (min-width: 750px) {
  .under9_wrap .flex_area_ecopla {
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
}
.under9_wrap .img_ecopla {
  margin-top: 4vw;
}
@media screen and (min-width: 750px) {
  .under9_wrap .img_ecopla {
    margin-top: 0;
    width: 508px;
  }
}
.under9_wrap p {
  margin-top: 0.7em;
}
@media screen and (min-width: 750px) {
  .under9_wrap p {
    margin-top: 0;
    margin-left: 45px;
  }
}

/*予約方法*/
.howto {
  background-color: #cedeff;
  padding: 12vw 0;
}
@media screen and (min-width: 750px) {
  .howto {
    padding: 100px;
  }
}
.howto .sec_title {
  width: 63.3333333333vw;
}
@media screen and (min-width: 750px) {
  .howto .sec_title {
    width: 391px;
  }
}
.howto .howto_ul {
  margin-top: 4vw;
}
@media screen and (min-width: 750px) {
  .howto .howto_ul {
    margin-top: 25px;
  }
}
.howto .howto_ul li {
  background-color: #fff;
  border-radius: 2vw;
  padding: 4vw 4.6666666667vw;
  margin-top: 10vw;
  min-height: 26.6666666667vw;
  position: relative;
  background-repeat: no-repeat;
}
@media screen and (min-width: 750px) {
  .howto .howto_ul li {
    border-radius: 0;
    padding: 30px 60px;
    min-height: 150px;
    margin-top: 60px;
  }
}
.howto .howto_ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.3333333333vw 3.3333333333vw 0 3.3333333333vw;
  border-color: #0068b7 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6.6666666667vw;
}
@media screen and (min-width: 750px) {
  .howto .howto_ul li:before {
    border-width: 25px 25px 0 25px;
    top: -40px;
  }
}
.howto .howto_ul li:nth-of-type(1) {
  margin-top: 0;
  background-image: url("img/howto_deco_01.png");
  background-size: 16vw;
  background-position: right 3.3333333333vw top 2.9333333333vw;
}
.howto .howto_ul li:nth-of-type(1):before {
  display: none;
}
@media screen and (min-width: 750px) {
  .howto .howto_ul li:nth-of-type(1) {
    background-size: 112px;
    background-position: right 90px top 35px;
  }
}
.howto .howto_ul li:nth-of-type(2) {
  background-image: url("img/howto_deco_02.png");
  background-size: 10.8vw;
  background-position: right 4.2666666667vw top 2.6666666667vw;
}
@media screen and (min-width: 750px) {
  .howto .howto_ul li:nth-of-type(2) {
    background-size: 60px;
    background-position: right 115px top 20px;
  }
}
.howto .howto_ul li:nth-of-type(3) {
  background-image: url("img/howto_deco_03.png");
  background-size: 24.2666666667vw;
  background-position: right 5.2vw top 6.1333333333vw;
}
@media screen and (min-width: 750px) {
  .howto .howto_ul li:nth-of-type(3) {
    background-size: 132px;
    background-position: right 80px top 37px;
  }
}
.howto .howto_ul li:nth-of-type(4) {
  background-image: url("img/howto_deco_04.png");
  background-size: 21.6vw;
  background-position: right 10.6666666667vw top 5.0666666667vw;
}
@media screen and (min-width: 750px) {
  .howto .howto_ul li:nth-of-type(4) {
    background-size: 107px;
    background-position: right 95px top 20px;
  }
}
.howto .howto_ul li:nth-of-type(5) {
  background-image: url("img/howto_deco_05.png");
  background-size: 38vw;
  background-position: right 4.5333333333vw top 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .howto .howto_ul li:nth-of-type(5) {
    background-size: 204px;
    background-position: right 53px top 23px;
  }
}
.howto .howto_ul li h3 {
  color: #e60012;
  font-size: 52px;
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 750px) {
  .howto .howto_ul li h3 {
    font-size: 28px;
  }
}
.howto .howto_ul li p {
  margin-top: 0.5em;
}

/*フッター*/
.footer {
  padding: 12vw 0;
  padding-bottom: 40vw;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .footer {
    padding: 100px;
    padding-bottom: 200px;
  }
}
.footer .txt_area {
  text-align: left;
  margin-top: 4vw;
}
@media screen and (min-width: 750px) {
  .footer .txt_area {
    margin-top: 25px;
    width: 600px;
    max-width: 100%;
    margin-inline: auto;
  }
}
.footer .txt_area h5 {
  margin-top: 0.5em;
}
.footer .txt_area p span {
  color: #e60012;
  font-weight: bold;
}
.footer h3 {
  width: 53.3333333333vw;
  margin-inline: auto;
  margin-top: 8vw;
}
@media screen and (min-width: 750px) {
  .footer h3 {
    width: 350px;
    margin-top: 50px;
  }
}
.footer h3 p {
  font-size: 0.8em;
  font-weight: normal;
}
.footer .company {
  margin-top: 4vw;
}
@media screen and (min-width: 750px) {
  .footer .company {
    margin-top: 25px;
  }
}
.footer .company .midashi {
  font-weight: bold;
}
.footer .company .nankai {
  width: 80vw;
  margin-inline: auto;
}
@media screen and (min-width: 750px) {
  .footer .company .nankai {
    width: 600px;
  }
}
.footer .company .center_flex {
  display: flex;
  justify-content: center;
}
.footer .company .center_flex p {
  text-align: left;
  font-feature-settings: "palt";
}
.footer .collaborate {
  margin-top: 4vw;
}

/*スライド*/
.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: auto;
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 750px) {
  .slider {
    width: 568px;
    margin-inline: 0;
    margin-top: 50px;
  }
}
.slider ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.slider ul li {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}
.slider .prev {
  left: 0;
}
.slider .next {
  right: 0;
}

/*アニメ*/
.top_anime,
.anime_find_fire {
  opacity: 0; /* 最初は透明 */
  transform: translateY(25px); /* 最初は少し下に移動 */
  animation: fadeInUp 0.4s ease-out forwards; /* アニメーションの適用 */
}

.anime_find {
  opacity: 0;
  animation-delay: 0.2s;
}

.duration_h1 {
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px); /* 開始位置 */
  }
  to {
    opacity: 1;
    transform: translateY(0); /* 最終位置（元の位置） */
  }
}/*# sourceMappingURL=common.css.map */