@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #fcda03;
  margin: 0;
  padding: 0;
  color: #383ff0 #383ff0;
  background: repeating-linear-gradient(70deg, #ffda59, #ffda59 50px, #f8f6ea 50px, #f8f6ea 100px);
  /* PC 2カラム */
}
body .c_text {
  font-weight: 600;
  color: #383ff0;
}
body .pc_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  overflow: hidden;
}
body .pc_image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  background-color: #ffda59;
}
body .pc_image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
body .pc_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 450px;
  overflow-y: auto;
  scroll-behavior: smooth;
}
body .soon {
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0;
}
body #main_wrapper {
  pointer-events: auto;
  position: relative !important;
  overflow-x: hidden;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 15px;
  max-width: 450px;
  padding: 25px;
  color: #FFFFFF;
}
body #main_wrapper .c_img {
  zoom: 0.5;
}
body #main_wrapper .s_title {
  display: block;
  margin: 0 auto 50px;
}
body #main_wrapper .s_margin {
  padding-top: 90px;
}
body #main_wrapper .anno {
  padding-top: 12px;
  font-size: 10px;
  color: #383ff0;
}
body #main_wrapper #menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background-color: white;
  position: fixed;
  top: 12px;
  right: 12px;
  width: calc(100% - 24px);
  max-width: 426px;
  padding: 50px 0 35px;
  text-align: center;
  z-index: 10;
  border-radius: 25px;
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
}
body #main_wrapper #menu.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
body #main_wrapper #menu .menu_wrapper {
  margin-bottom: 15px;
}
body #main_wrapper #menu .menu_wrapper a {
  text-decoration: none;
  color: #383ff0;
}
body #main_wrapper #menu .menu_wrapper img {
  zoom: 0.35;
}
body #main_wrapper #menu::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body #main_wrapper #menu_icon {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 5;
}
body #main_wrapper #menu_icon a.disable {
  cursor: pointer;
  pointer-events: auto;
}
body #main_wrapper #menu_icon img {
  -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
}
body #main_wrapper #reservation_btn {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 5;
  text-align: center;
}
body #main_wrapper #reservation_btn a {
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
}
body #main_wrapper #reservation_btn .reservation_btn_eye {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 2;
}
body #main_wrapper #reservation_btn .reservation_btn_eye .eye_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
body #main_wrapper #reservation_btn .reservation_btn_eye .eye_base_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
body #main_wrapper #reservation_btn .reservation_btn_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 5px), calc(-50% - 2px));
          transform: translate(calc(-50% + 5px), calc(-50% - 2px));
  z-index: 1;
  width: 100%;
}
body #main_wrapper #reservation_btn .reservation_btn_text :nth-child(1) {
  margin-bottom: -5px;
  font-size: 15px;
}
body #main_wrapper #reservation_btn .reservation_btn_text :nth-child(2) {
  font-weight: 500;
  font-size: 12px;
  margin-top: 4px;
}
body #main_wrapper #reservation_btn .reservation_btn_bg {
  -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
}
body #main_wrapper #top .top_img {
  width: 100%;
  display: none;
}
body #main_wrapper #top .top_img img {
  width: 100%;
  height: auto;
  display: block;
}
body #main_wrapper #top .top_info {
  font-weight: 600;
  padding-bottom: 10px;
  margin: 40px 0 50px;
  text-align: center;
  color: #383ff0;
}
body #main_wrapper #top .top_info > :nth-child(1) {
  font-size: 16px;
  font-weight: 700;
}
body #main_wrapper #top .top_info > :nth-child(2) {
  font-size: 30px;
  margin-top: 5px;
}
body #main_wrapper #top .top_info > :nth-child(3) {
  margin-top: -20px;
  font-size: 18px;
}
body #main_wrapper #top .top_info .atention {
  margin-top: 30px;
  background-color: #f5f249;
  color: #383ff0;
  border-radius: 999999px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body #main_wrapper #top .top_info .atention > :nth-child(1) {
  font-size: 16px;
}
body #main_wrapper #top .top_info .atention > :nth-child(2) {
  margin-top: -1px;
  font-size: 11px;
}
body #main_wrapper #top .top_info .atention > :nth-child(3) {
  margin-top: 1px;
  font-size: 16px;
}
body #main_wrapper #top .top_info_text {
  font-size: 12px;
  text-align: center;
}
body #main_wrapper #top .top_catch img:first-of-type {
  margin-bottom: 50px;
  width: 100%;
  height: auto;
  display: block;
}
body #main_wrapper #information {
  position: relative;
}
body #main_wrapper #information .bg_parts5 {
  position: absolute;
  top: -20px;
  left: -80px;
  z-index: -1;
}
body #main_wrapper #information .info_text {
  font-size: 18px;
  font-weight: 600;
}
body #main_wrapper #access {
  position: relative;
}
body #main_wrapper #access .bg_parts2 {
  position: absolute;
  top: -20px;
  left: -80px;
  z-index: -1;
}
body #main_wrapper #access .g_map {
  margin-bottom: 15px;
}
body #main_wrapper #event {
  position: relative;
}
body #main_wrapper #event .bg_parts1 {
  position: absolute;
  top: -20px;
  right: -50px;
  z-index: -1;
}
body #main_wrapper #event .event_text {
  font-weight: 600;
}
body #main_wrapper #event .lottery_notice {
  border-radius: 10px;
  padding: 30px 15px;
  margin: 20px 0;
  text-align: center;
  font-weight: 600;
  background-color: white;
  color: #383ff0;
}
body #main_wrapper #event .event_wrapper {
  padding-top: 30px;
}
body #main_wrapper #event .event_wrapper .ev_title {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}
body #main_wrapper #event .event_wrapper .ev_title .ev_title_text {
  font-size: 20px;
  font-weight: 600;
  padding: 0 12px;
}
body #main_wrapper #event .event_wrapper .ev_title .ev_hr {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body #main_wrapper #event .event_wrapper .ev_title .ev_hr::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #383ff0;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
body #main_wrapper #event .event_wrapper .contact {
  text-decoration: none;
  font-size: 14px;
}
body #main_wrapper #event .event_wrapper .event_info {
  margin-top: 25px;
}
body #main_wrapper #event .event_wrapper .event_info .event_info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body #main_wrapper #event .event_wrapper .event_info .event_info_wrapper .event_info_title {
  font-weight: 600;
  padding-right: 10px;
}
body #main_wrapper #event .event_wrapper .event_info .event_info_wrapper .event_info_hr {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body #main_wrapper #event .event_wrapper .event_info .event_info_wrapper .event_info_hr::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #FFF;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
body #main_wrapper #reservation {
  position: relative;
  color: #383ff0;
}
body #main_wrapper #reservation .bg_parts3 {
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: -1;
}
body #main_wrapper #reservation .reservation_text {
  font-weight: 600;
}
body #main_wrapper #reservation .re_title {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}
body #main_wrapper #reservation .re_title .re_title_text {
  font-size: 20px;
  font-weight: 600;
  padding: 0 12px;
}
body #main_wrapper #reservation .re_title .re_hr {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body #main_wrapper #reservation .re_title .re_hr::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #383ff0;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
body #main_wrapper #reservation .re_text {
  font-weight: 600;
}
body #main_wrapper #reservation .capacity_notice {
  border-radius: 10px;
  padding: 40px 15px;
  margin: 20px 0;
  text-align: center;
  font-weight: 600;
  color: #383ff0;
  background-color: white;
}
body #main_wrapper #reservation .capacity_notice > .capacity-strong {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
body #main_wrapper #reservation .reservation_btn_store {
  background-color: #383ff0;
  border-radius: 50px;
  height: 100px;
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
body #main_wrapper #reservation .reservation_btn_store a {
  color: #FFFFFF;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
body #main_wrapper #reservation .reservation_btn_store a .reservation_btn_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: -5px;
}
body #main_wrapper #reservation .reservation_btn_store a .reservation_btn_eye {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 2;
}
body #main_wrapper #reservation .reservation_btn_store a .reservation_btn_eye .eye_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
body #main_wrapper #reservation .reservation_btn_store a .reservation_btn_eye .eye_base_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
body #main_wrapper #reservation .reservation_btn_store .disabled {
  background-color: #999999;
  border-radius: 50px;
  height: 100px;
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  color: #cccccc;
  cursor: not-allowed;
  width: 100%;
}
body #main_wrapper #reservation .reservation_btn_store .disabled .reservation_btn_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: -5px;
}
body #main_wrapper #reservation .reservation_btn_event {
  background-color: #ff6985;
  border-radius: 35px;
  height: 70px;
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
}
body #main_wrapper #reservation .reservation_btn_event a {
  color: #FFFFFF;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
body #main_wrapper #reservation .reservation_btn_event a .reservation_btn_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: -5px;
}
body #main_wrapper #reservation .reservation_btn_event.disabled {
  background-color: #999999;
  cursor: not-allowed;
}
body #main_wrapper #reservation .reservation_btn_event.disabled a {
  pointer-events: none;
  color: #cccccc;
}
body #main_wrapper #reservation .event_lottery_notice {
  border-radius: 10px;
  padding: 15px;
  margin: 20px 0;
  text-align: center;
  font-weight: 600;
  background-color: white;
}
body #main_wrapper #brand .brand_text {
  font-weight: 600;
}
body #main_wrapper #brand .brand_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}
body #main_wrapper #brand .brand_list .brand_list_container {
  width: 30%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FFF;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #main_wrapper #brand .brand_list .brand_list_container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
body #main_wrapper #brand .brand_list .brand_list_container img {
  width: 90%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
body #main_wrapper #brand .brand_list .brand_list_container img[alt=Panasonic] {
  width: 100%;
  max-width: 100%;
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
}
body #main_wrapper #drink {
  position: relative;
}
body #main_wrapper #drink .bg_parts4 {
  position: absolute;
  top: -20px;
  left: 100px;
  z-index: -1;
}
body #main_wrapper #drink .drink_text {
  font-weight: 600;
}
body #main_wrapper #drink .drink_list {
  margin-top: 25px;
}
body #main_wrapper #drink .drink_list .drink_list_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
body #main_wrapper #drink .drink_list .drink_list_container .drink_img {
  width: calc(50% - 12px);
  border-radius: 9999px;
  aspect-ratio: 3/5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  overflow: hidden;
}
body #main_wrapper #drink .drink_list .drink_list_container .drink_img img {
  height: 100%;
  width: auto;
}
body #main_wrapper #drink .drink_list .drink_list_container .drink_text {
  width: calc(50% - 12px);
  padding-left: 20px;
}
body #main_wrapper #drink .drink_list .drink_list_container .drink_text .drink_title {
  font-weight: 600;
}
body #main_wrapper #drink .drink_list .drink_list_container .drink_text .drink_price {
  font-weight: 500;
}
body #main_wrapper #drink .drink_list .drink_list_container .drink_text .drink_info {
  margin-top: 12px;
  font-weight: 500;
}
body #main_wrapper #goods {
  position: relative;
}
body #main_wrapper #goods .goods_text {
  font-weight: 600;
}
body #main_wrapper #goods .goods_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
body #main_wrapper #goods .goods_list .goods_list_container {
  width: calc(50% - 12px);
  margin-bottom: 25px;
}
body #main_wrapper #goods .goods_list .goods_list_container .goods_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  border-radius: 9999px;
  aspect-ratio: 3/5;
  overflow: hidden;
}
body #main_wrapper #goods .goods_list .goods_list_container .goods_img img {
  height: 100%;
  width: auto;
}
body #main_wrapper #goods .goods_list .goods_list_container .goods_text {
  margin-top: 12px;
  color: #383ff0;
}
body #main_wrapper #goods .goods_list .goods_list_container .goods_text .goods_title {
  font-weight: 600;
}
body #main_wrapper #goods .goods_list .goods_list_container .goods_text .goods_price {
  font-weight: 500;
}
body #main_wrapper #juice {
  position: relative;
  margin-top: 80px;
}
body #main_wrapper #juice .bg_parts4 {
  position: absolute;
  top: -20px;
  left: 100px;
  z-index: -1;
}
body #main_wrapper #juice .juice_text {
  font-weight: 600;
  color: #383ff0;
}
body #main_wrapper #juice .juice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
body #main_wrapper #juice .juice_list .juice_list_container {
  width: calc(50% - 12px);
  margin-bottom: 25px;
}
body #main_wrapper #juice .juice_list .juice_list_container .juice_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  border-radius: 9999px;
  aspect-ratio: 3/5;
  overflow: hidden;
}
body #main_wrapper #juice .juice_list .juice_list_container .juice_img img {
  height: 100%;
  width: auto;
}
body #main_wrapper #juice .juice_list .juice_list_container .juice_text {
  margin-top: 12px;
}
body #main_wrapper #juice .juice_list .juice_list_container .juice_text .juice_title {
  font-weight: 600;
}
body #main_wrapper #juice .juice_list .juice_list_container .juice_text .juice_ingredients {
  font-size: 12px;
  font-weight: 200;
}
body #main_wrapper #faq {
  position: relative;
  margin-top: 50px;
}
body #main_wrapper #faq .bg_parts3 {
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: -1;
}
body #main_wrapper #faq .faq_content {
  margin-top: 30px;
}
body #main_wrapper #faq .faq_category {
  background-color: white;
  border-radius: 8px;
  color: #383ff0;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
body #main_wrapper #faq .faq_category_title {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #383ff0;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
body #main_wrapper #faq .faq_item {
  margin-bottom: 15px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 0 30px;
}
body #main_wrapper #faq .faq_question {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
body #main_wrapper #faq .faq_question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
body #main_wrapper #faq .faq_question_text {
  font-size: 16px;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body #main_wrapper #faq .faq_icon {
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
body #main_wrapper #faq .faq_answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
body #main_wrapper #faq .faq_answer.open {
  max-height: none;
}
body #main_wrapper #faq .faq_answer_content {
  padding: 15px 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.6;
  border-bottom: 1px solid #383ff0;
}
body #main_wrapper .faq_notice {
  background-color: white;
  border-radius: 10px;
  padding: 40px 20px;
  margin: 30px 0;
  text-align: center;
  color: #383ff0;
}
body #main_wrapper .faq_notice_title {
  font-size: 20px !important;
  font-weight: bold;
  margin-bottom: 15px;
}
body #main_wrapper .faq_notice_text {
  font-size: 13px !important;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
}
body #main_wrapper #top .faq_notice .faq_notice_text {
  font-size: 14px !important;
}
body #main_wrapper #contact {
  color: #383ff0;
  font-weight: 600;
}
body #main_wrapper #contact > :nth-child(1) {
  border-bottom: 1px solid #383ff0;
  margin-bottom: 10px;
}
body #main_wrapper #contact > :nth-child(3) {
  padding-top: 5px;
}
body #main_wrapper #footer {
  background-color: #ffd94f;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px -25px -25px;
  font-size: 12px;
}

/* カルーセル */
.carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 9999px;
}
.carousel .carousel-images {
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel .carousel-images img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.carousel .carousel-images img.active {
  opacity: 1;
}

.goods_img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}
.goods_img_wrapper .goods_img,
.goods_img_wrapper .juice_img {
  width: calc(100% - 0px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.carousel-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carousel-dots .dot {
  width: 3px;
  height: 20px;
  border-radius: 2px;
  background: rgb(255, 182, 193);
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.carousel-dots .dot.active {
  background: rgb(255, 255, 255);
  width: 3px;
  height: 24px;
}

/* FAQリンクボタン */
.faq_link_btn {
  margin-top: 10px !important;
  text-align: center;
  padding-top: 10px;
}
.faq_link_btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  background-color: #383ff0;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq_link_btn a:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.faq_link_btn .faq_btn_text {
  text-align: center;
}
.faq_link_btn .faq_btn_arrow {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq_link_btn .faq_btn_arrow i {
  font-weight: 900;
}

/* 入場手順ボタン */
.entrance_guide_btn {
  background-color: #383ff0;
  color: white;
  border-radius: 99999px;
  padding: 10px 18px;
  margin-top: 40px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.entrance_guide_btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.entrance_guide_btn:hover .entrance_btn_arrow {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.entrance_guide_btn .entrance_btn_title {
  font-size: 18px;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.entrance_guide_btn .important_badge {
  background-color: white;
  color: #ff6985;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 8px;
  border-radius: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.entrance_guide_btn .entrance_btn_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.entrance_guide_btn .entrance_btn_arrow i {
  font-weight: 900;
}

/* モーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
}
.modal .modal-content {
  background: linear-gradient(135deg, #fcda03, #ff8ba7);
  margin: 2% auto;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  -webkit-animation: modalSlideIn 0.3s ease;
          animation: modalSlideIn 0.3s ease;
}
.modal .modal-content .modal-header {
  background-color: #383ff0;
  color: white;
  padding: 20px;
  border-radius: 15px 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.modal .modal-content .modal-header h2 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.modal .modal-content .modal-header .close-btn {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.modal .modal-content .modal-header .close-btn:hover {
  color: rgba(255, 255, 255, 0.7);
}
.modal .modal-content .modal-body {
  padding: 25px;
  color: #FFFFFF;
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
.modal .modal-content .modal-body .entrance-section {
  margin-bottom: 30px;
}
.modal .modal-content .modal-body .entrance-section-title {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-align: center;
}
.modal .modal-content .modal-body .entrance-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal .modal-content .modal-body .entrance-step .step-number {
  background: #FFFFFF;
  color: #383ff0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 16px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal .modal-content .modal-body .entrance-step .step-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal .modal-content .modal-body .entrance-step .step-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 15px;
  line-height: 30px;
}
.modal .modal-content .modal-body .entrance-step .step-content .step-image {
  margin: 15px 0;
  text-align: center;
}
.modal .modal-content .modal-body .entrance-step .step-content .step-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.modal .modal-content .modal-body .entrance-step .step-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #FFFFFF;
  margin: 0;
}
.modal .modal-content .modal-body .entrance-description {
  font-size: 16px;
  line-height: 1.6;
  color: #FFFFFF;
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.modal .modal-content .modal-body .juice_ingredients {
  font-size: 12px;
  color: #FFFFFF;
  margin-top: 8px;
  line-height: 1.4;
  opacity: 0.9;
}

@-webkit-keyframes modalSlideIn {
  from {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes modalSlideIn {
  from {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 451px) {
  .pc_layout {
    display: block;
  }
  .pc_image {
    display: none !important;
  }
  .pc_content {
    width: 100%;
  }
  .top_img {
    display: block !important;
  }
}
.u-border-0 {
  border: 0 !important;
}

#main_wrapper #information .info-date {
  font-size: 20px;
  margin-bottom: 30px;
}
#main_wrapper #information .info-box {
  background-color: #f5f249;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
  color: #383ff0;
}
#main_wrapper #information .info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
#main_wrapper #information .info-table .info-tr {
  border-bottom: 1px solid rgba(61, 65, 235, 0.3);
}
#main_wrapper #information .info-table .info-td {
  padding: 12px 0;
  vertical-align: top;
}
#main_wrapper #information .info-table .info-td.info-td--right {
  text-align: right;
}
#main_wrapper #information .info-note {
  text-align: right;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #383ff0;
}
#main_wrapper #information .info-price {
  font-size: 20px;
  color: #383ff0;
}

#main_wrapper #reservation .capacity_notice .capacity-strong {
  font-size: 1.15em;
  font-weight: 700;
  display: inline-block;
}

#main_wrapper #juice .s_title--juice {
  margin-top: -110px;
}
#main_wrapper #juice .faq_link_btn--juice {
  margin: 30px auto;
}

.link-inline {
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}