@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Open+Sans:400,700&display=swap&subset=japanese");
/*size*/
/*color*/
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
/*
 livepark.css（ファイル名変更可）
 本サイト各ページ用CSS
*/
/* livepark
========================================== */
.livepark_inner {
  padding: 40px 0 60px;
}
.livepark_title {
  background: url(../../livepark/images/title.png) no-repeat center center;
  height: 86px;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
.livepark_main img.guard {
  -webkit-user-drag: none;
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .livepark_inner {
    padding: 4% 0 6%;
  }
  .livepark_title {
    background-size: contain;
    padding-top: 13.43%;
    height: 0px;
  }
}
/* outline
========================================== */
.outline_inner {
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 960px;
  width: 100%;
}
.outline_inner:after {
  content: "";
  height: 1px;
  display: block;
  clear: both;
}
.outline_box {
  width: 67%;
  float: left;
}
.outline_catch {
  padding-bottom: 1em;
  font-size: 24px;
  font-weight: bold;
  color: #4f4644;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.outline_catch_strong {
  font-size: 28px;
  color: #d20000;
}
.outline_text {
  font-size: 20px;
  font-weight: bold;
  color: #4f4644;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.outline_text_strong {
  color: #d20000;
}
.outline_text_strong.-pink {
  color: #d75e94;
}
.outline_disp {
  width: 32%;
  float: right;
}
.outline_img {
  text-align: right;
}
.outline_img img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 992px) {
  .outline_inner {
    width: 96%;
    padding-bottom: 8%;
  }
  .outline_catch {
    font-size: 20px;
    font-size: 2.66667vw;
  }
  .outline_catch_strong {
    font-size: 24px;
    font-size: 3.2vw;
  }
  .outline_text {
    font-size: 16px;
    font-size: 2.13333vw;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 640px) {
  .outline_inner {
    width: 94%;
  }
  .outline_box {
    width: auto;
    float: none;
  }
  .outline_catch {
    text-align: center;
    font-size: 28px;
    font-size: 3.73333vw;
  }
  .outline_catch_strong {
    font-size: 32px;
    font-size: 4.26667vw;
  }
  .outline_text {
    text-align: center;
    padding-bottom: 2em;
    font-size: 24px;
    font-size: 3.2vw;
  }
  .outline_disp {
    width: auto;
    float: none;
  }
  .outline_img {
    text-align: center;
  }
}
/* download
========================================== */
.download_inner {
  background-color: #fff;
  margin: auto;
  max-width: 960px;
  width: 96%;
  border: 1px solid #dcdcdc;
}
.download_header {
  padding: 40px 40px 0px;
}
.download_livepark {
  width: 110px;
  float: left;
}
.download_h3 {
  margin-left: 120px;
  padding-top: 1%;
  padding-bottom: 0.5em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  color: #222;
}
.download_note {
  margin-left: 120px;
  font-size: 16px;
  color: #d20000;
  line-height: 1.2em;
}
.download_note:before {
  content: "※";
  margin-right: 0.2em;
}
.download_buttons {
  padding: 10px 20px 20px;
  clear: both;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.download_button {
  padding: 0 10px;
}

@media only screen and (max-width: 640px) {
  .download_header {
    padding: 3% 3% 0px;
  }
  .download_livepark {
    width: 16.25%;
    float: left;
  }
  .download_livepark img {
    width: 100%;
    height: auto;
  }
  .download_h3 {
    margin-left: 18%;
    text-align: center;
    font-size: 32px;
    font-size: 4.26667vw;
  }
  .download_note {
    margin-left: 18%;
    font-size: 12px;
  }
  .download_buttons {
    padding: 2% 3% 3%;
  }
  .download_button {
    padding: 0 1%;
    text-align: center;
    width: 48%;
  }
  .download_button img {
    max-width: 244px;
    width: 100%;
    height: auto;
  }
}
/* join
========================================== */
.join_inner {
  margin: auto;
  padding-top: 30px;
  padding-bottom: 50px;
  max-width: 960px;
  width: 100%;
}
.join_title {
  padding: 20px 0;
  text-align: center;
  position: relative;
}
.join_title:after, .join_title:before {
  content: "";
  background-color: #4f4644;
  margin-top: -1px;
  display: inline-block;
  height: 1px;
  width: calc(50% - 100px);
  position: absolute;
  top: 50%;
}
.join_title:after {
  left: 0;
}
.join_title:before {
  right: 0;
}
.join_text {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8em;
  color: #4f4644;
}
.join_text_strong {
  color: #d20000;
}
.join_dome {
  padding: 3% 0;
  text-align: center;
}
.join_dome img {
  max-width: 800px;
  width: 90%;
  height: auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.join_schedule {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dotted #4f4644;
  border-bottom: 1px dotted #4f4644;
}
.join_schedule_h4 {
  margin: 0 auto;
  max-width: 640px;
  font-size: 24px;
  color: #4f4644;
  letter-spacing: 0.1em;
}
.join_schedule_note {
  margin-left: 1em;
  font-size: 14px;
  color: #4f4644;
  line-height: 1.2em;
  letter-spacing: 0em;
}
.join_schedule_note:before {
  content: "※";
  margin-right: 0.2em;
}
.join_schedule_list {
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 640px;
}
.join_schedule_item {
  font-size: 16px;
  color: #d20000;
}
.join_schedule_note2 {
  margin-left: 1em;
  font-size: 14px;
  color: #4f4644;
  line-height: 1.2em;
  letter-spacing: 0em;
}
.join_schedule_note2:before {
  content: "※";
  margin-right: 0.2em;
}
.join_schedule table {
  margin: 0 auto 20px;
  width: 80%;
}
.join_schedule table td {
  font-size: 20px;
  color: #d20000;
}
.join_schedule_date {
  text-align: right;
  white-space: nowrap;
}
.join_schedule_time {
  text-align: left;
}

@media screen and (max-width: 992px) {
  .join_inner {
    width: 96%;
    padding-bottom: 5%;
  }
}
@media only screen and (max-width: 640px) {
  .join_inner {
    width: 94%;
  }
  .join_title img {
    width: 20%;
  }
  .join_title:after, .join_title:before {
    width: 35%;
  }
  .join_text {
    font-size: 16px;
  }
  .join_schedule {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .join_schedule_h4 {
    letter-spacing: 0.05em;
    font-size: 16px;
  }
  .join_schedule_note {
    margin-left: 0em;
    font-size: 11px;
  }
  .join_schedule_note2 {
    margin-left: 0em;
    font-size: 11px;
  }
  .join_schedule_item {
    font-size: 14px;
    color: #d20000;
  }
  .join_schedule table td {
    font-size: 14px;
  }
}
/* notes
========================================== */
.notes {
  padding-top: 30px;
  padding-bottom: 30px;
}
.notes_inner {
  margin: auto;
  max-width: 960px;
  width: 96%;
  border: 1px solid #4f4644;
}
.notes_h3 {
  padding: 30px;
  text-align: center;
  font-size: 20px;
  color: #4f4644;
}
.notes_list {
  margin-left: 1.8em;
  padding: 0 40px 40px;
}
.notes_item {
  padding-bottom: 1em;
  list-style: disc;
  font-size: 16px;
  color: #4f4644;
  line-height: 1.6em;
}
.notes_system {
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .notes {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .notes_h3 {
    padding: 3%;
    font-size: 16px;
  }
  .notes_list {
    padding: 0 4% 4%;
  }
  .notes_item {
    font-size: 12px;
  }
}
