@charset "UTF-8";

@media only screen and (min-width: 769px) {
  .flex_pc {
    display: flex;

  }

}

.main_ttl {
  font-size: 32px !important;
  font-weight: bold;
  color: #fff !important;
  background: #194A96 !important;
  line-height: 1.4;
  padding: 15px !important;
  border-radius: 50px !important;
  margin-bottom: 30px !important;
}

.main_ttl span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.sub_ttl {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  background: #F6F08D;
  line-height: 1.4;
  padding: 15px;
  border-radius: 50px;
  margin-bottom: 30px;
  text-align: center;

}

.line_text {
  color: #183A84;
  border-bottom: 1px solid #183A84;
  font-size: 26px;
  padding-bottom: 15px;
  font-weight: bold;
}

.border_ttl {
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9 !important;
}

.deco_list {
  padding-left: 0;
}

.deco_list li {
  padding-left: 30px;
  position: relative;
  list-style: none;
}

.deco_list li:before {
  position: absolute;
  content: "";
  background: #FFF001;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 10px;
  left: 10px;
}

.font20 {
  font-size: 20px;
}

.vkb-outer-6cd0ec13-d7f0-44cc-8b8f-5f191c94e52f {
  background-image: url(../img/Information_bg.png) !important;
}

.vk_posts-layout-postListText .postListText {
  padding: 50px 80px !important;
  border-bottom: none !important;
  background: rgba(255, 255, 255, 0.8) !important;
}

.vk_outer_container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.vkb-outer-01259810-c95f-44ea-a12b-45060099e558 {
  background: rgba(27, 64, 122, 0.4) url(../img/event_bg.jpg);
}

.vkb-outer-1459f8ae-312a-46c6-9f68-23d18825c486 {
  background-image: url(../img/store_bg.jpg);
}

.vkb-outer-7e54a848-e215-4c5b-9500-818e6b7adbf0 {
  background-image: url(../img/stage_bg.jpg);
}

.vkb-outer-696dd7ee-a2fb-4ffb-b3bc-c7a84e5f9305 {
  background: #F3F3F3;

}

.vkb-outer-7e54a848-e215-4c5b-9500-818e6b7adbf0 {
  padding-bottom: 0 !important;
}

.postListText_title a {
  pointer-events: none;
}

#event {
  padding-top: 100px;
}

#event .vk_outer_container {
  padding-top: 0;
}

#event .vk_outer_container .vk_outer_container {
  padding-bottom: 0;
}


#event .event_subttl {
  color: #183A84;
  border-bottom: 1px solid #183A84;
  font-size: 20px;
  padding-top: 0;
}

#event .event_subttl.font26 {
  font-size: 26px;
}

#event .date_text {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
}

#event .date_text span {
  font-size: 14px;
}



#store {
  padding-top: 0;
}

#store .vk_outer_container {
  padding-top: 100px;
}

#store .main_ttl {
  color: #000 !important;
  background: #F6F08D !important;
}

@media only screen and (min-width: 769px) {

  #store .store_flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 20px;
    margin: 70px auto 100px;
  }

  #store .store_flex_box .store_flex_box_con {
    width: calc(50% - 10px);
  }

  #store .store_flex_box .store_flex_box_con.one_item {
    width: calc(25% - 10px);
  }

  #store .store_flex_box_02 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
  }
}

#store .store_flex_box .store_flex_box_con img {
  display: block;
  margin: 0 auto;
}



#store .vk_post .vk_post_imgOuter:before {
  padding-top: 130%;
}



#store .store_img_box .store_img_box_con {
  position: relative;
}

#store .store_img_box .store_img_box_con:before {
  position: absolute;
  content: "";
  background: url(../img/store/store_img15.png) no-repeat center center/contain;
  width: 45%;
  height: 81%;
  bottom: 0;
  right: -6%;
}


#schedule .wp-block-columns {
  gap: 0 !important;
  background: rgba(255, 255, 255, 0.8);
}


#schedule .wp-block-vk-blocks-outer.vk_outer .vk_outer-background-area:not([class*=-background-color]) {
  background-color: transparent !important;
}

#schedule .vk_outer_container {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

#schedule .vk_outer_container .vk_outer-paddingVertical-use {
  padding-top: 80px;
  padding-bottom: 30px;
}

#schedule .vk_outer_container .vk_outer_container {
  padding-top: 0;
  padding-bottom: 0;
}


.schedule_text {
  margin-bottom: 40px;
}


.schedule_white_box {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 80px;
}

.schedule_white_box img {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.schedule_white_box.first {
  margin-bottom: 80px;
}

.schedule_white_box.second {
  margin-bottom: 50px;
}

.schedule_white_box.first img {
  margin-bottom: 40px;
}

.schedule_white_box.second .line_text {
  font-size: 24px;
}

@media only screen and (min-width: 769px) {
  #event {
    padding-top: 100px;
  }

  .schedule_white_box .flex_pc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px 3.5%;
  }

  .schedule_white_box .flex_con {
    width: 31%;
  }

  #schedule .wp-block-columns.map_contents {
    gap: 30px !important;
  }
}

 #access {
    padding-top: 50px;
  }

.access_ttl {
  color: #183A84;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 60px;
}

.map_box {
  margin-top: 50px;
}

.map_box iframe {
  width: 100%;
  height: 550px !important;
  margin-bottom: 0 !important;
}

.bottom_contents {
  padding: 30px 80px;
}

@media only screen and (min-width: 769px) {
  .bottom_contents .flex_pc {
    justify-content: space-between;
    width: 100%;
  }

  .bottom_contents .flex_con {
    width: 47%;
  }
}

.bottom_contents .flex_con dl {
  display: flex;
}

.bottom_contents .flex_con dl dt {
  font-weight: 400;
  min-width: 3em;
}

.bottom_contact_text {
  text-align: center;
  font-size: 20px;
  line-height: 1;
}

.bottom_contact_text strong {
  display: block;
  font-weight: bold;
  font-size: 26px;
}

.site-footer {
  background: #041842 !important;
}


/* SPレイアウト */

@media only screen and (max-width: 768px) {
  .main_ttl {
    font-size: 20px !important;
    padding: 8px !important;
    margin-bottom: 20px !important;
  }

  .sub_ttl {
    font-size: 20px;
    padding: 8px 15px;
    margin-bottom: 20px;
  }

  .line_text {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .border_ttl {
    padding-bottom: 10px;
  }

  .deco_list li:before {
    top: 5px;
  }

  .spmb0 {
    margin-bottom: 0 !important;
  }

  .vkb-outer-1459f8ae-312a-46c6-9f68-23d18825c486 {
    background-image: url(../img/store_bg_sp.jpg);
  }

  .vkb-outer-7e54a848-e215-4c5b-9500-818e6b7adbf0 {
    background-image: url(../img/stage_bg_sp.jpg);
  }

  .vkb-outer-696dd7ee-a2fb-4ffb-b3bc-c7a84e5f9305 {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
  }

  .vk_posts-layout-postListText .postListText {
    padding: 20px !important;
  }

  .vk_outer_container {
    padding-top: 25px;
    padding-bottom: 0;
  }

  #event {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #event .event_subttl.font26 {
    font-size: 20px;
  }

  #event .date_text {
    font-size: 20px;
  }

  #store {
    padding-bottom: 50px;
  }

  #store .vk_outer_container {
    padding-top: 50px;
  }

  #store .store_img_box .store_img_box_con:before {
    width: 60%;
    height: 60%;
    bottom: -5%;
  }

  #store .store_flex_box_02 .store_flex_box_con img {
    display: block;
    margin: 1em auto;
  }
  #store .store_flex_box_con.one_item {
    width: 50%;
    margin: 0 auto;
  }

  #schedule {
    padding-top: 50px;
  }

  #schedule .vk_outer_container {
    padding-top: 0;
    padding-bottom: 50px;
  }

  #schedule .vk_outer_container .vk_outer-paddingVertical-use {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .schedule_white_box {
    padding: 20px;
  }

  .schedule_white_box img {
    margin-bottom: 20px;
  }

  .schedule_white_box.first {
    margin-bottom: 40px;
  }

  .schedule_white_box.second {
    margin-bottom: 0;
  }

  .schedule_white_box.first img {
    margin-bottom: 20px;
  }

  .schedule_white_box.second .line_text {
    font-size: 18px;
  }

  .schedule_text {
    margin-bottom: 0;
  }

  .sp-text-left {
    text-align: left !important;
    margin-bottom: 0;
  }

  #access {
    padding-bottom: 0;
  }

  .access_ttl {
    font-size: 24px;
    margin: 10px 0 20px !important;
  }

  .map_box {
    margin-top: 20px;
  }

  .map_box iframe {
    height: 200px !important;
  }

  .bottom_contents {
    padding: 20px;
  }

  .bottom_contact_text {
    font-size: 16px;
    margin-bottom: 0;
  }

  .bottom_contact_text strong {
    font-size: 20px;
  }
}