@charset "UTF-8";
.btn-reservation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 222px;
  height: 34px;
  margin: 0 auto;
  padding: 9px 0;
  background: #c61919;
  border: 2px solid #c61919;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.btn-reservation:hover:before {
  transform: translateX(5px);
}

.btn-reservation:before {
  margin-right: 10px;
  width: 7px;
  height: 11px;
  background: url(/guide/img/ico_arrow_right_white.png);
  transition: .2s;
  content: '';
}

#pageTitle h1 {
  padding: 0;
  font-weight: bold;
  line-height: 1.1;
}

#pageTitle .inner {
  position: relative;
  padding: 50px 0;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #pageTitle .inner {
    padding: 10% 0 20%;
  }
}

#pageTitle .btn-reservation {
  position: absolute;
  right: 0;
  bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #pageTitle .btn-reservation {
    right: auto;
    left: 50%;
    bottom: 10%;
    margin-left: -111px;
  }
}

.vivid-ttl {
  position: relative;
  width: 95%;
  max-width: 900px;
  margin: 70px auto 40px;
  padding: 6px 0 34px;
  font-size: 1.8rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .vivid-ttl {
    padding: 40px 30px 50px;
    font-size: 1.6rem;
  }
}

.vivid-ttl span {
  display: block;
}

.vivid-ttl:before, .vivid-ttl:after {
  position: absolute;
  width: 100px;
  height: 101px;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

@media only screen and (max-width: 767px) {
  .vivid-ttl:before, .vivid-ttl:after {
    width: 70px;
    height: 70px;
    background-size: 69px;
  }
}

.vivid-ttl:before {
  left: 0;
  top: 0;
  background-image: url(/guide/img/ico_brackets_left.png);
}

.vivid-ttl:after {
  right: 0;
  bottom: 0;
  background-image: url(/guide/img/ico_brackets_right.png);
}

.vivid-txt {
  font-size: 1.6rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .vivid-txt {
    text-align: left;
  }
}

main .inner {
  padding: 0 15px;
}

main #tableGuide {
  margin-top: 85px;
}

main #tableGuide .btn-reservation {
  margin-top: 10px;
}

main #tableGuide .txt-link {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

main #tableGuide .txt-link:hover {
  text-decoration: underline;
}

main #tableGuide table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-spacing: 10px;
  border-collapse: separate;
}

main #tableGuide table .boldArea th,
main #tableGuide table .boldArea td {
  font-size: 2.0rem;
  font-weight: bold;
}

main #tableGuide table .boldArea th span,
main #tableGuide table .boldArea td span {
  font-size: 1.2rem;
}

main #tableGuide table strong {
  font-size: 2.0rem;
}

main #tableGuide table th,
main #tableGuide table td {
  padding: 10px 10px 10px 23px;
  vertical-align: middle;
}

main #tableGuide table th {
  width: 120px;
  border-left: 5px solid #324292;
  font-weight: bold;
  font-size: 2.0rem;
}

main #tableGuide table td {
  border-left: 1px solid #808080;
  font-size: 1.4rem;
}

main #tableGuide table dl {
  text-align: center;
}

main #tableGuide table dl dt {
  font-size: 2.0rem;
}

main #tableGuide table dl dt span {
  font-size: 2.7rem;
}

main #tableGuide table dl dd {
  margin-top: 10px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  main #tableGuide {
    margin-top: 45px;
  }
  main #tableGuide table {
    border-collapse: collapse;
  }
  main #tableGuide table dl dt {
    font-size: 1.4rem;
  }
  main #tableGuide table dl dt span {
    font-size: 1.6rem;
  }
  main #tableGuide table th,
  main #tableGuide table td {
    display: block;
    width: 100%;
  }
  main #tableGuide table th {
    background: #FFF;
    font-size: 1.7rem;
  }
  main #tableGuide table td {
    border-left: 0;
    padding: 10px 10px 20px;
  }
  main #tableGuide table strong,
  main #tableGuide table .boldArea th,
  main #tableGuide table .boldArea td {
    font-size: 1.7rem;
  }
}

.only-pc {
  display: block;
}

@media only screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-guide-2020 .c-QandA + .c-QandA {
    margin-top: 14.33vw;
  }
}

@media only screen and (max-width: 767px) {
  .p-guide-2020 .highlight-inner__section + .highlight-inner__section {
    margin-top: 14.33vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .p-guide-2020 .c-QandA__pic {
    margin-top: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .p-guide-2020 .c-QandA__heading + .c-table {
    margin-top: 27px;
  }
}

.c-QandA {
  margin-top: 27px;
}

@media only screen and (max-width: 767px) {
  .c-QandA {
    overflow: auto;
    margin-top: 2.66vw;
  }
}

.c-QandA + .c-QandA {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .c-QandA + .c-QandA {
    margin-top: 5.33vw;
  }
}

.c-QandA__heading {
  margin-left: 30px;
  padding-left: 22px;
  text-indent: -22px;
  font-weight: bold;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .c-QandA__heading {
    margin-left: 0;
    padding-left: 1.1em;
    text-indent: -1.1em;
    font-size: 1.6rem;
  }
}

.c-QandA__heading--sm {
  font-weight: bold;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .c-QandA__heading--sm {
    font-size: 1.4rem;
  }
}

.c-QandA__pic {
  margin-top: 27px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-QandA__pic {
    overflow: auto;
    width: 200%;
    margin-top: 2.66vw;
    text-align: left;
  }
}

.c-QandA__pic.-is-bigPic {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.c-table {
  display: flex;
  width: 980px;
  margin: 0 auto;
  padding: 20px 36px 20px 30px;
  background: #f6f6f6;
  justify-content: space-between;
}

@media only screen and (max-width: 1100px) {
  .c-table {
    display: block;
    width: 100%;
    padding: 4.66vw 4vw;
  }
}

.c-table-list {
  max-width: 432px;
  flex-basis: 432px;
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 1100px) {
  .c-table-list {
    max-width: 100%;
    flex-basis: 100%;
    font-size: 1.4rem;
  }
}

.c-table-list + .c-table-list {
  margin-left: 30px;
}

@media only screen and (max-width: 1100px) {
  .c-table-list + .c-table-list {
    margin-top: 4.66vw;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1100px) {
  .c-table-list + .c-table-list--m_00 {
    margin-top: 0;
  }
}

.c-table-list__category {
  margin-bottom: 5px;
  color: #324292;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .c-table-list__category {
    font-size: 1.6rem;
  }
}

.c-table-list__category:nth-of-type(n+2) {
  margin-top: 22px;
}

@media only screen and (max-width: 767px) {
  .c-table-list__category:nth-of-type(n+2) {
    margin-top: 4.66vw;
  }
}

.c-table-list__disc {
  color: #324292;
}

.c-pagetop {
  position: fixed;
  bottom: 20px;
  right: 17px;
  z-index: 100;
  cursor: pointer;
}

@media only screen and (max-width: 1100px) {
  .c-pagetop {
    display: none !important;
  }
}

.c-pagetop__icon {
  opacity: 1;
}

#pageTitle .p-guide-2019 {
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  #pageTitle .p-guide-2019 {
    padding: 10% 0;
  }
}

.p-guide {
  font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN", Meiryo, sans-serif;
}

@media only screen and (min-width: 768px) {
  .p-guide .fsn2020-media__photo {
    max-width: 36%;
    flex-basis: 36%;
  }
}

@media only screen and (min-width: 768px) {
  .p-guide .fsn2020-media__txt {
    max-width: 60%;
    flex-basis: 60%;
  }
}

.p-guide main .inner {
  max-width: 1130px;
}

@media only screen and (max-width: 767px) {
  .p-guide main .inner {
    padding-bottom: 4vw;
  }
}

.p-guide main #tableGuide {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .p-guide main #tableGuide {
    margin-top: 6.66vw;
    margin-bottom: 5.33vw;
  }
}

.p-guide main #tableGuide table {
  max-width: 760px;
}

.p-guide main #tableGuide table th, .p-guide main #tableGuide table td {
  padding: 0 0 0 20px;
}

.p-guide main #tableGuide table th {
  width: 150px;
}

@media only screen and (max-width: 767px) {
  .p-guide main #tableGuide table th {
    background: #f0f0f0;
    margin-top: 4.66vw;
  }
}

@media only screen and (max-width: 767px) {
  .p-guide main #tableGuide table td {
    margin-top: 2vw;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-guide main #tableGuide table dl {
    margin-top: 3.33vw;
    text-align: left;
  }
}

.p-guide main #tableGuide table dl dd {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #231815;
}

@media only screen and (max-width: 767px) {
  .p-guide main #tableGuide table dl dd {
    margin-top: 2.66vw;
    margin-bottom: 2vw;
  }
}

@media only screen and (max-width: 767px) {
  .p-guide main #tableGuide table strong {
    font-size: 1.5rem;
  }
}

.p-guide-table__date {
  line-height: 1;
}

.p-guide-table__date dl {
  margin-left: -75px;
}

@media only screen and (max-width: 767px) {
  .p-guide-table__date dl {
    margin-left: 0;
  }
}

.p-guide-table__sponsor {
  line-height: 2.21;
}

@media only screen and (max-width: 767px) {
  .p-guide-table__sponsor {
    line-height: 1.87;
  }
}

.p-guide-bg__White {
  padding: 60px 0;
  background: #f9f9fb;
}

@media only screen and (max-width: 767px) {
  .p-guide-bg__White {
    padding: 9.33vw 0;
  }
}

.p-guide .vivid-ttl {
  margin: 0 auto;
  padding: 0 0 34px;
}

@media only screen and (max-width: 767px) {
  .p-guide .vivid-ttl {
    padding: 6.66vw 0;
  }
}

.p-guide .vivid-ttl__logo {
  margin-top: 29px;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .p-guide .vivid-ttl__logo {
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .p-guide .vivid-ttl__logo {
    margin-top: 5.33vw;
  }
}

.p-guide .vivid-ttl__logo div {
  text-align: left;
  max-width: 600px;
  font-size: 16px;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .p-guide .vivid-ttl__logo div {
    margin-top: 20px;
  }
}

.p-guide .highlight {
  margin-top: 82px;
  padding-bottom: 82px;
}

@media only screen and (max-width: 767px) {
  .p-guide .highlight {
    margin-top: 10.66vw;
  }
}

.p-guide .highlight-intro {
  margin-top: 37px;
}

@media only screen and (max-width: 767px) {
  .p-guide .highlight-intro {
    margin-top: 4.66vw;
  }
}

.p-guide .highlight-inner {
  margin-top: 42px;
}

@media only screen and (max-width: 767px) {
  .p-guide .highlight-inner {
    margin-top: 8vw;
  }
}

.p-guide .highlight-inner__section + .highlight-inner__section {
  margin-top: 33px;
}

.p-guide .highlight-inner--bottom {
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .p-guide .highlight-inner--bottom {
    padding-bottom: 8vw;
  }
}

@media only screen and (max-width: 1100px) {
  .p-guide .highlight-styles-list {
    justify-content: space-between;
  }
}

.p-guide .highlight-styles-list__item {
  flex-basis: 29%;
}

.p-guide .titType02 span {
  padding-top: 35px;
}

.p-guide .titType02 span::before {
  top: 12px;
}

.p-guide-booth {
  padding: 85px 0;
}

@media only screen and (max-width: 767px) {
  .p-guide-booth {
    margin-top: 0;
    padding: 8vw 0 4vw;
  }
}

.p-guide-booth__media {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .p-guide-booth__media {
    display: block;
    margin-top: 4.66vw;
  }
}

.p-guide-booth__media li {
  max-width: 32%;
  flex-basis: 32%;
  margin-right: 1.8%;
}

@media only screen and (max-width: 767px) {
  .p-guide-booth__media li {
    max-width: 100%;
    flex-basis: 100%;
    margin-top: 2.66vw;
    margin-right: 0;
    text-align: center;
  }
}

.p-guide-booth__media li:nth-of-type(3n) {
  margin-right: 0;
}

.p-guide-booth__media li:nth-of-type(n+4) {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .p-guide-booth__media li:nth-of-type(n+4) {
    margin-top: 2.66vw;
  }
}

.p-guide footer {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .p-guide footer {
    margin-top: 4vw;
  }
}

.c-QandA-info {
  width: 100%;
}

.c-QandA-info th {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .c-QandA-info th, .c-QandA-info td {
    display: block;
    width: 100%;
  }
  .c-QandA-info tr:nth-child(n+2) th {
    padding-top: 10px;
  }
}

.c-QandA-table {
  margin: 27px auto 0;
  width: 840px;
}

@media only screen and (max-width: 767px) {
  .c-QandA-table {
    width: 100%;
  }
}

.c-QandA-table__header th {
  background: #333;
  color: #ffffff;
  padding: 10px;
  border: 1px solid #CCC;
}

.c-QandA-table__body {
  font-size: 14px;
}

.c-QandA-table__body td {
  padding: 10px;
  border: 1px solid #CCC;
}

.c-table-list--inline {
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .c-table-list--inline {
    display: flex;
  }
}

.c-table-list--inline li {
  margin: 5px 10px;
}

.c-QandA-summary {
  max-width: 980px;
  margin: 0 auto;
}

.c-QandA-summary__catch {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 10px;
  border-left: 5px solid #324292;
  font-weight: bold;
  line-height: 1.2;
}

.c-QandA-summary__lead {
  margin-top: 5px;
}

.c-QandA-summary__lead + .c-QandA-summary__catch {
  margin-top: 20px;
}

.booth-slide-item {
  padding: 10px;
}

.p-guide-booth .booth-slide {
  margin-top: 30px;
}

.p-guide-booth .slick-arrow {
  width: 40px;
  height: 40px;
  background: #333333 !important;
  border-radius: 50%;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .p-guide-booth .slick-arrow {
    background: #fff !important;
  }
}

.p-guide-booth .slick-arrow:hover {
  opacity: .75;
  background: #333333 !important;
}

@media only screen and (max-width: 767px) {
  .p-guide-booth .slick-arrow:hover {
    background: #fff !important;
  }
}

.p-guide-booth .slick-prev {
  left: -40px;
}

@media only screen and (max-width: 767px) {
  .p-guide-booth .slick-prev {
    left: 20px;
  }
}

.p-guide-booth .slick-prev::before {
  content: "";
  position: absolute;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  left: 18px;
  top: 18px;
  transform-origin: left;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .p-guide-booth .slick-prev::before {
    border-top: 3px solid #000;
    border-left: 3px solid #000;
  }
}

.p-guide-booth .slick-next {
  right: -40px;
}

@media only screen and (max-width: 767px) {
  .p-guide-booth .slick-next {
    right: 20px;
  }
}

.p-guide-booth .slick-next::before {
  content: "";
  position: absolute;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  right: 18px;
  top: 18px;
  transform-origin: right;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .p-guide-booth .slick-next::before {
    border-top: 3px solid #000;
    border-right: 3px solid #000;
  }
}

/*# sourceMappingURL=style.css.map */