@charset "UTF-8";
/*
reset
------------------------------------------------------------------------------------------*/
/*
layout
------------------------------------------------------------------------------------------*/
#yp-event {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  background-color: #fafafa;
  color: #222;
  border-top: solid 6px #2b5942;
  border-bottom: solid 6px #2b5942;
  /*
  	セクション
  -----------------------------------------------*/
}
#yp-event .pc-block {
  display: block;
}
#yp-event .sp-block {
  display: none;
}
#yp-event .pc-inline {
  display: inline;
}
#yp-event .sp-inline {
  display: none;
}
@media screen and (max-width: 820px) {
  #yp-event .pc-block {
    display: none;
  }
  #yp-event .sp-block {
    display: block;
  }
  #yp-event .pc-inline {
    display: none;
  }
  #yp-event .sp-inline {
    display: inline;
  }
}
#yp-event .yp-fs-s {
  font-size: 14px;
}
#yp-event .yp-attention {
  color: #e16162;
}
#yp-event .yp-list-item--arrow {
  display: flex;
}
#yp-event .yp-list-item--arrow::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: block;
  width: 1em;
  text-align: left;
}
#yp-event .yp-list-item--asterisk {
  display: flex;
}
#yp-event .yp-list-item--asterisk::before {
  content: "※";
  display: block;
  width: 1em;
  text-align: left;
}
#yp-event .yp-sub-color {
  background-color: #fffabc;
}
#yp-event .yp-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
#yp-event .yp-flex-container {
  display: flex;
}
#yp-event .yp-sec-header {
  margin-top: 50px;
  margin-left: 0;
  margin-bottom: -50px;
  line-height: 1em;
  position: relative;
  z-index: 99;
  color: #26b44d;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-sec-header {
    margin-bottom: 20px;
  }
}
#yp-event .yp-sec-header .yp-sec-title {
  font-size: 18px;
  margin-top: 0.5em;
  margin-left: 0.5em;
}
#yp-event .yp-sec-header span {
  font-size: 120px;
  color: #26b44d;
  font-feature-settings: "pwid";
}
@media screen and (max-width: 820px) {
  #yp-event .yp-sec-header span {
    font-size: 60px;
  }
}
#yp-event #yp-header-sub {
  background-color: #fff567;
}
#yp-event #yp-header-sub .yp-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;
}
#yp-event #yp-header-sub .yp-inner img {
  width: auto;
  height: 50px;
  max-height: 100%;
}
#yp-event .yp-fs-s {
  font-size: 14px;
}
#yp-event .yp-inline-block {
  display: inline-block;
}

/*
footer
------------------------------------------------------------------------------------------*/
#yp-event {
  /*
      メインビジュアル
  ------------------------------------------------------------------------------------------*/
  /*
  お知らせ
  ------------------------------------------------------------------------------------------*/
  /*
  アウトライン
  ------------------------------------------------------------------------------------------*/
  /*
      出展社
  ------------------------------------------------------------------------------------------*/
  /*
      場内コンテンツ
  ------------------------------------------------------------------------------------------*/
  /*
      FAQ
  ------------------------------------------------------------------------------------------*/
}
#yp-event #yp-header .yp-inner {
  padding: 0;
  width: 1920px;
  max-width: 100%;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-header .yp-inner {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}
#yp-event #yp-header .yp-header-mainv {
  max-width: 100%;
  margin-inline: auto;
}
#yp-event #yp-event-infomation .h1-block {
  background-color: #26b44d;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
#yp-event #yp-event-infomation .h1-block span {
  display: inline-block;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-event-infomation .h1-block {
    font-size: 14px;
    padding: 0.3em 0.5em;
  }
}
#yp-event #yp-event-infomation .yp-event-attention {
  background-color: #fff567;
  padding: 2em 1em;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-event-infomation .yp-event-attention {
    padding: 1em 0;
  }
}
#yp-event #yp-event-infomation .yp-event-attention .yp-event-attention-container {
  margin-inline: auto;
  width: 1020px;
  max-width: 100%;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-event-infomation .yp-event-attention .yp-event-attention-container {
    padding: 0;
  }
}
#yp-event #yp-event-infomation .yp-event-attention .yp-event-attention-container .yp-event-attention-item {
  padding: 0.5em;
  background-color: #fff;
}
#yp-event #yp-event-infomation .yp-event-attention .yp-event-attention-container p {
  text-indent: -1em;
  padding-left: 1em;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-event-infomation .yp-event-attention .yp-event-attention-container p {
    text-align: left;
  }
}
#yp-event #yp-event-infomation .yp-event-attention .yp-event-attention-container p + p {
  margin-top: 0.5em;
}
#yp-event #yp-event-infomation .yp-event-attention .yp-event-attention-container .fs-xl {
  font-size: 19px;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-event-infomation .yp-event-attention .yp-event-attention-container .fs-xl {
    font-size: 16px;
  }
}
#yp-event #yp-event-infomation .yp-event-attention .yp-event-attention-container .attention {
  color: #e16162;
}
#yp-event #yp-event-infomation .yp-event-attention .yp-event-attention-container .attention-sub {
  font-size: 14px;
}
#yp-event #yp-event-infomation .yp-event-news {
  padding: 1em;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-event-infomation .yp-event-news {
    padding: 1em 0;
  }
}
#yp-event #yp-event-infomation .yp-event-news .yp-event-news-container {
  margin-inline: auto;
  width: 1020px;
  max-width: 100%;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-event-infomation .yp-event-news .yp-event-news-container {
    padding: 0;
  }
}
#yp-event #yp-event-infomation .yp-event-news .yp-event-news-container dl {
  display: flex;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-event-infomation .yp-event-news .yp-event-news-container dl {
    display: block;
    font-size: 14px;
  }
}
#yp-event #yp-event-infomation .yp-event-news .yp-event-news-container dl dt {
  color: #2b5942;
  font-weight: bold;
  width: 10em;
  white-space: nowrap;
}
#yp-event #yp-event-infomation .yp-event-news .yp-event-news-container dl dd .attention {
  color: #e16162;
}
#yp-event .yp-outline-block {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#yp-event .yp-outline-block .yp-sec-header {
  margin-bottom: 60px;
}
#yp-event .yp-outline-block .yp-flex-container {
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block .yp-flex-container {
    flex-wrap: wrap;
  }
}
#yp-event .yp-outline-block .yp-flex-container .yp-flex-column.yp-outline-column {
  width: 50%;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block .yp-flex-container .yp-flex-column.yp-outline-column {
    width: 100%;
  }
}
#yp-event .yp-outline-block .yp-flex-container .yp-flex-column.yp-access-column {
  width: 44%;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block .yp-flex-container .yp-flex-column.yp-access-column {
    width: 100%;
  }
}
#yp-event #yp-outline .yp-event-title {
  padding: 0.5em 1em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: solid 2px #26b44d;
  background-color: #26b44d;
  background-image: url(../images/corner-triangle.svg);
  background-size: 16px 16px;
  background-position: top 3px left 3px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-outline .yp-event-title {
    font-size: 18px;
  }
}
#yp-event #yp-outline .yp-event-icon-list {
  background-color: #fff567;
  margin-top: 0.5em;
  padding: 0.2em 1em;
}
#yp-event #yp-outline .yp-event-icon-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#yp-event #yp-outline .yp-event-icon-list ul li {
  width: 60px;
  padding: 3px;
}
#yp-event #yp-outline .yp-event-icon-list ul li.yp-off {
  display: none;
}
#yp-event #yp-outline table {
  width: 100%;
  margin-top: 1em;
  border-collapse: collapse;
}
#yp-event #yp-outline table th, #yp-event #yp-outline table td {
  padding: 1.5em 1em;
  margin: 0;
  vertical-align: top;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-outline table th, #yp-event #yp-outline table td {
    display: block;
    width: 100%;
    padding: 0.5em 2em;
  }
}
#yp-event #yp-outline table th {
  font-weight: bold;
  padding-left: 2em;
  padding-right: 2em;
  white-space: nowrap;
  text-align: center;
  border-bottom: solid 1px #26b44d;
  color: #2e9648;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-outline table th {
    padding: 1em 1em 0 1em;
    border-bottom: none;
    text-align: left;
  }
  #yp-event #yp-outline table th::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    display: inline-block;
    width: 1em;
    text-align: left;
    color: #2b5942;
  }
}
@media screen and (max-width: 820px) {
  #yp-event #yp-outline table td {
    padding: 0 1em 1em 2em;
  }
}
#yp-event #yp-outline table td a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-color: #aaa;
}
#yp-event #yp-outline table td a:hover {
  color: #e16162;
  text-decoration-color: #e16162;
}
#yp-event #yp-outline table td .yp-gmap {
  width: 100%;
  margin-top: 1em;
}
#yp-event #yp-outline table td .yp-gmap iframe {
  border-radius: 10px;
}
#yp-event #yp-outline .yp-eventer-info {
  margin-top: 0.5em;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-outline .yp-eventer-info {
    font-size: 12px;
  }
}
@media screen and (max-width: 820px) {
  #yp-event #yp-access {
    margin-top: 60px;
  }
}
#yp-event #yp-access .yp-sec-header {
  margin-top: -90px;
  margin-bottom: 30px;
  text-align: right;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-access .yp-sec-header {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
#yp-event #yp-access .yp-sec-header span {
  font-size: 60px;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-access .yp-sec-header span {
    font-size: 60px;
  }
}
#yp-event #yp-access .yp-gmap {
  width: 100%;
}
#yp-event #yp-access .yp-gmap iframe {
  border-radius: 10px;
}
#yp-event #yp-access .yp-event-place {
  margin-top: 1em;
  text-align: center;
}
#yp-event #yp-access .yp-event-place .yp-event-place-adress {
  font-size: 14px;
}
#yp-event #yp-access .yp-event-place-parking {
  margin-top: 1em;
  padding: 1em 0 0.5em 0;
  background-color: #fff;
}
#yp-event #yp-access .yp-event-access-guide {
  background-color: #fff567;
  margin-top: 1em;
  padding: 0.5em 1em;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-access .yp-event-access-guide {
    font-size: 14px;
  }
}
#yp-event #yp-access .yp-event-access-guide .yp-list-item--arrow::before {
  color: #26b44d;
}
#yp-event #yp-access .yp-event-place-map {
  margin-top: 1em;
}
#yp-event #yp-access .yp-event-access-note {
  margin-top: 1em;
  padding: 0.5em 1em;
  background-color: #fff;
  border: dotted 2px #2b5942;
  border-radius: 10px;
}
#yp-event #yp-access .yp-event-place-parking-note {
  margin-top: 1em;
  text-align: center;
}
#yp-event #yp-access .yp-event-place-parking-note a {
  color: #ff0000;
  text-decoration: underline;
}
#yp-event .yp-event-access-note-container {
  margin-top: 2em;
}
#yp-event .yp-event-access-note-container .yp-event-access-note {
  margin-top: 1em;
  padding: 1em 3em;
  background-color: #fff567;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-access-note-container .yp-event-access-note {
    padding: 0.5em 1em;
  }
}
#yp-event .yp-event-access-note-container .yp-event-access-note .yp-event-access-note-title {
  font-size: 18px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-access-note-container .yp-event-access-note .yp-event-access-note-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-access-note-container .yp-event-access-note .yp-fs-m {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-access-note-container .yp-event-access-note .yp-fs-s {
    font-size: 12px;
  }
}
#yp-event .yp-event-location {
  margin-top: 60px;
  padding: 0px 1em 1em 1em;
  background-color: #fff;
  border: solid 2px #26b44d;
  border-radius: 10px;
}
#yp-event .yp-event-location .yp-event-location-titile {
  margin-top: -14px;
  margin-bottom: 16px;
  padding: 0.1em 2em;
  width: 16em;
  font-size: 16px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  background-color: #26b44d;
}
#yp-event .yp-event-location .yp-event-location-container {
  padding: 0 1em;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-location .yp-event-location-container {
    padding: 0;
  }
}
#yp-event .yp-event-location .yp-event-location-container::after {
  clear: both;
  display: block;
  content: "";
}
#yp-event .yp-event-location .yp-event-location-container .yp-event-location-image {
  float: left;
  width: 220px;
  padding: 0 1em 0.5em 0;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-location .yp-event-location-container .yp-event-location-image {
    width: 60%;
    padding: 0 0.5em 0.5em 0;
  }
}
#yp-event .yp-event-location .yp-event-location-container .yp-event-location-image img {
  border-radius: 10px;
}
#yp-event .yp-event-location .yp-event-location-container p {
  font-size: 14px;
}
#yp-event #yp-exhibition {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-exhibition {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
#yp-event #yp-exhibition .yp-exhibition-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-image {
  width: 58%;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-image {
    width: 100%;
  }
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-image img {
  border-radius: 30px;
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-body {
  width: 38%;
  margin-top: 30px;
  margin-right: 4%;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-body {
    width: 100%;
    margin-right: 0;
  }
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-body .yp-exhibition-body-container .yp-exhibition-body-catch {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-body .yp-exhibition-body-container .yp-exhibition-body-catch {
    font-size: 20px;
  }
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-body .yp-exhibition-body-container .yp-exhibition-body-link {
  margin-top: 40px;
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-body .yp-exhibition-body-container .yp-exhibition-body-link a {
  display: block;
  width: 80%;
  padding: 0.5em 1em;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-radius: 100px;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-body .yp-exhibition-body-container .yp-exhibition-body-link a {
    margin-inline: auto;
  }
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-body .yp-exhibition-body-container .yp-exhibition-body-link a::before {
  position: absolute;
  top: 1px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-size: 26px;
  font-weight: 900;
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-body .yp-exhibition-body-container .yp-exhibition-body-link a + a {
  margin-top: 20px;
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-body .yp-exhibition-body-container .yp-exhibition-body-link a.yp-vehicle-link {
  background-color: #e16162;
  color: #fff;
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-body .yp-exhibition-body-container .yp-exhibition-body-link a.yp-vehicle-link::before {
  content: "\f13a";
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-body .yp-exhibition-body-container .yp-exhibition-body-link a.yp-vehicle-link:hover {
  background-color: #7f4e1b;
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-body .yp-exhibition-body-container .yp-exhibition-body-link a.yp-exhibition-open {
  background-color: #2b5942;
  color: #fff;
  margin-left: auto;
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-body .yp-exhibition-body-container .yp-exhibition-body-link a.yp-exhibition-open::before {
  content: "\f13a";
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-body .yp-exhibition-body-container .yp-exhibition-body-link a.yp-exhibition-open:hover {
  background-color: #7f4e1b;
}
#yp-event #yp-exhibition .yp-exhibition-list-container {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-exhibition .yp-exhibition-list-container {
    margin-top: 20px;
  }
}
#yp-event #yp-exhibition .yp-exhibition-list-container .yp-exhibition-list-kind {
  width: 49%;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-exhibition .yp-exhibition-list-container .yp-exhibition-list-kind {
    margin-top: 20px;
    width: 96%;
    margin-inline: auto;
  }
}
#yp-event #yp-exhibition .yp-exhibition-list-container .yp-exhibition-list-kind .yp-exhibition-list-kind-container dt {
  padding: 0.5em 1em;
  background-color: #26b44d;
  color: #fff;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  background-image: url(../images/corner-triangle.svg);
  background-size: 16px 16px;
  background-position: top 3px left 3px;
  background-repeat: no-repeat;
}
#yp-event #yp-exhibition .yp-exhibition-list-container .yp-exhibition-list-kind .yp-exhibition-list-kind-container dt::before {
  position: absolute;
  top: 1px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-size: 26px;
  font-weight: 900;
}
#yp-event #yp-exhibition .yp-exhibition-list-container .yp-exhibition-list-kind .yp-exhibition-list-kind-container dt:hover {
  background-color: #7f4e1b;
}
#yp-event #yp-exhibition .yp-exhibition-list-container .yp-exhibition-list-kind .yp-exhibition-list-kind-container dd {
  background-color: #fff;
  padding: 1em;
}
#yp-event #yp-exhibition .yp-exhibition-list-container .yp-exhibition-list-kind .yp-exhibition-list-kind-container dd .yp-exhibition-list-title {
  margin-block: 2em 1em;
  padding: 0.5em 1em;
  background-color: #efefef;
  border-radius: 5px;
}
#yp-event #yp-exhibition .yp-exhibition-list-container .yp-exhibition-list-kind .yp-exhibition-list-kind-container dd .yp-exhibition-list-title:first-child {
  margin-top: 0;
}
#yp-event #yp-exhibition .yp-exhibition-list-container .yp-exhibition-list-kind .yp-exhibition-list-kind-container dd .yp-exhibition-list {
  padding: 0.5em;
  border-bottom: solid 1px #ccc;
  text-align: left;
}
#yp-event #yp-exhibition .yp-exhibition-list-container .yp-exhibition-list-kind .yp-exhibition-list-kind-container dd .yp-exhibition-list:last-child {
  border-bottom: none;
}
#yp-event #yp-exhibition .yp-exhibition-list-container .yp-exhibition-list-kind .yp-exhibition-list-kind-container dd .yp-exhibition-list:has(a) {
  padding: 0;
}
#yp-event #yp-exhibition .yp-exhibition-list-container .yp-exhibition-list-kind .yp-exhibition-list-kind-container dd .yp-exhibition-list:has(a) a {
  display: block;
  position: relative;
  padding: 0.5em 2.5em 0.5em 0.5em;
  line-height: 1.6em;
}
#yp-event #yp-exhibition .yp-exhibition-list-container .yp-exhibition-list-kind .yp-exhibition-list-kind-container dd .yp-exhibition-list:has(a) a::before {
  position: absolute;
  top: calc(50% - 0.8em);
  right: 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-size: 16px;
  font-weight: 900;
  color: #e16162;
}
#yp-event #yp-exhibition .yp-exhibition-list-container .yp-exhibition-list-kind .yp-exhibition-list-kind-container dd .yp-exhibition-list:has(a) a:hover {
  background-color: #fff1b5;
}
#yp-event #yp-exhibition .yp-exhibition-list-container .yp-exhibition-list-kind .yp-exhibition-list-kind-container dd .yp-exhibition-list .yp-exhibition-name {
  display: flex;
}
#yp-event #yp-exhibition .yp-exhibition-list-container .yp-exhibition-list-kind .yp-exhibition-list-kind-container dd .yp-exhibition-list .yp-exhibition-name::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  width: 1em;
  text-align: left;
  color: #2b5942;
}
#yp-event #yp-exhibition .yp-exhibition-list-container .yp-exhibition-list-kind .yp-exhibition-list-kind-container dd .yp-exhibition-list .yp-exhibition-pending {
  padding: 1em;
  text-align: center;
}
#yp-event #yp-contents {
  background-color: #fff567;
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-contents {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
#yp-event #yp-contents .yp-sec-header {
  text-align: right;
}
#yp-event #yp-contents .yp-contents-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-contents .yp-contents-container {
    flex-direction: row-reverse;
  }
}
#yp-event #yp-contents .yp-contents-container .yp-contents-image {
  width: 58%;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-contents .yp-contents-container .yp-contents-image {
    width: 100%;
  }
}
#yp-event #yp-contents .yp-contents-container .yp-contents-image img {
  border-radius: 30px;
}
#yp-event #yp-contents .yp-contents-container .yp-contents-body {
  width: 38%;
  margin-top: 60px;
  margin-left: 4%;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-contents .yp-contents-container .yp-contents-body {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
#yp-event #yp-contents .yp-contents-container .yp-contents-body .yp-contents-body-container .yp-contents-body-catch {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-contents .yp-contents-container .yp-contents-body .yp-contents-body-container .yp-contents-body-catch {
    font-size: 20px;
  }
}
#yp-event #yp-contents .yp-contents-container .yp-contents-body .yp-contents-body-container .stamp-rally-detail {
  margin-top: 20px;
  padding: 16px 16px 10px 16px;
  background-color: #fff;
  border-radius: 10px;
}
#yp-event #yp-contents .yp-contents-container .yp-contents-body .yp-contents-body-container .stamp-rally-detail table {
  width: 100%;
  border: solid 1px #fff;
  background-color: #fff;
  font-size: 13px;
}
#yp-event #yp-contents .yp-contents-container .yp-contents-body .yp-contents-body-container .stamp-rally-detail th, #yp-event #yp-contents .yp-contents-container .yp-contents-body .yp-contents-body-container .stamp-rally-detail td {
  border: solid 1px #fff;
  padding: 0.5em;
}
#yp-event #yp-contents .yp-contents-container .yp-contents-body .yp-contents-body-container .stamp-rally-detail th {
  background-color: #ddd;
}
#yp-event #yp-contents .yp-contents-list-container {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 30px;
  padding: 0 30px 10px 30px;
}
#yp-event #yp-contents .yp-contents-list-container .yp-contents-kids-guite {
  padding: 1em 0;
}
#yp-event #yp-contents .yp-contents-list-container .yp-contents-kids-guite::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  width: 1em;
  text-align: left;
  color: #26b44d;
}
#yp-event #yp-contents .yp-contents-list-container .yp-contents-list {
  display: flex;
  gap: 2%;
}
#yp-event #yp-contents .yp-contents-list-container .yp-contents-list .yp-contents-item {
  width: 32%;
}
#yp-event #yp-contents .yp-contents-list-container .yp-contents-list .yp-contents-item img {
  border-radius: 20px;
}
#yp-event #yp-contents .yp-contents-list-container .yp-contents-list .yp-contents-item .yp-contents-item-title {
  margin-block: 0.5em;
  text-align: center;
}
#yp-event #yp-faq {
  background-color: #fff567;
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-faq {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#yp-event #yp-faq .yp-sec-header {
  text-align: center;
  margin-bottom: 60px;
}
#yp-event #yp-faq .yp-sec-header .yp-sec-title {
  margin-top: 1em;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-faq .yp-sec-header .yp-sec-title .yp-sec-title {
    margin-top: 1em;
  }
}
#yp-event #yp-faq .yp-faq-list dl {
  position: relative;
  background: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: left;
  padding: 15px 1em;
  border: solid 1px #ccc;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-faq .yp-faq-list dl {
    font-size: 14px;
  }
}
#yp-event #yp-faq .yp-faq-list dl::before {
  position: absolute;
  top: 20px;
  right: 1em;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 3px solid #e16162;
  border-right: 3px solid #e16162;
}
#yp-event #yp-faq .yp-faq-list .open::before {
  transform: rotate(-45deg);
  top: 22px;
}
#yp-event #yp-faq .yp-faq-list dt {
  position: relative;
  padding: 0 1em 0 2em;
}
#yp-event #yp-faq .yp-faq-list dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q.";
  display: inline-block;
  width: 1.6em;
  color: #e16162;
}
#yp-event #yp-faq .yp-faq-list dd {
  font-weight: normal;
  padding: 0.5em 10px 0 0;
  margin-left: 2em;
  display: none;
}
#yp-event #yp-faq .yp-faq-list dd.open {
  display: block;
}

/*
出展車両ページ
------------------------------------------------------------------------------------------*/
#yp-event #yp-exhibited-vehicles {
  padding-top: 80px;
}
#yp-event #yp-exhibited-vehicles .yp-sec-header {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  line-height: 1em;
  position: relative;
  z-index: 9999;
}
#yp-event #yp-exhibited-vehicles .yp-sec-header h2 {
  font-size: 18px;
  margin-top: 0.5em;
  margin-left: 0.5em;
}
#yp-event #yp-exhibited-vehicles .yp-sec-header span {
  font-size: 80px;
  color: #26b44d;
  font-feature-settings: "pwid";
}
@media screen and (max-width: 820px) {
  #yp-event #yp-exhibited-vehicles .yp-sec-header span {
    font-size: 50px;
  }
}
#yp-event .yp-exhibited-vehicles-container {
  margin-block: 30px 180px;
  display: flex;
}
#yp-event .yp-exhibited-vehicles-container .yp-exhibited-vehicles-guide {
  width: 320px;
  padding: 15px;
  position: sticky;
  top: 120px; /* ヘッダーと少し余白を空ける */
  height: 60vh; /* 画面高さの80% */
  background-color: #26b44d;
  color: #fff;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-exhibited-vehicles-container .yp-exhibited-vehicles-guide {
    display: none;
  }
}
#yp-event .yp-exhibited-vehicles-container .yp-exhibited-vehicles-guide .yp-exhibited-vehicles-guide-title {
  background-color: #fff567;
  color: #26b44d;
  border-radius: 5px;
  padding: 0.1em 1em;
  margin-bottom: 0.5em;
}
#yp-event .yp-exhibited-vehicles-container .yp-exhibited-vehicles-guide .yp-exhibited-vehicles-guide-container {
  height: calc(100% - 40px);
  overflow-y: auto;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.8em;
}
#yp-event .yp-exhibited-vehicles-container .yp-exhibited-vehicles-guide .yp-exhibited-vehicles-guide-container .yp-guide-item::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  width: 1em;
  text-align: left;
  color: #fff567;
}
#yp-event .yp-exhibited-vehicles-container .yp-exhibited-vehicles-list {
  flex: 1;
  margin-left: 40px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-exhibited-vehicles-container .yp-exhibited-vehicles-list {
    margin-left: 0;
  }
}
#yp-event .yp-exhibited-vehicles-container .yp-exhibited-vehicles-list .yp-vehicles-item {
  border: solid 2px #26b44d;
  background-color: #fff;
  border-radius: 10px;
}
#yp-event .yp-exhibited-vehicles-container .yp-exhibited-vehicles-list .yp-vehicles-item + .yp-vehicles-item {
  margin-top: 30px;
}
#yp-event .yp-exhibited-vehicles-container .yp-exhibited-vehicles-list .yp-vehicles-item h2 {
  padding: 0.2em 1em 0.4em 1em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
  color: #fff;
  background-color: #26b44d;
}
#yp-event .yp-exhibited-vehicles-container .yp-exhibited-vehicles-list .yp-vehicles-item h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  width: 1em;
  text-align: left;
  color: #fff567;
}
#yp-event .yp-exhibited-vehicles-container .yp-exhibited-vehicles-list .yp-vehicles-item .yp-vehicles-item-body {
  padding: 0 1.4em 1em 1.4em;
}
#yp-event .yp-exhibited-vehicles-container .yp-exhibited-vehicles-list .yp-vehicles-item .yp-vehicles-item-body .yp-vehicle::before {
  display: block;
  content: "展示予定：3台";
  font-size: 14px;
  margin-block: 1em 0.5em;
}
#yp-event .yp-exhibited-vehicles-container .yp-exhibited-vehicles-list .yp-vehicles-item .yp-vehicles-item-body .yp-vehicle ul {
  display: flex;
  gap: 3%;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 14px;
}
#yp-event .yp-exhibited-vehicles-container .yp-exhibited-vehicles-list .yp-vehicles-item .yp-vehicles-item-body .yp-vehicle ul li {
  width: 38%;
  min-width: 38%;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-exhibited-vehicles-container .yp-exhibited-vehicles-list .yp-vehicles-item .yp-vehicles-item-body .yp-vehicle ul li {
    width: 70%;
    min-width: 70%;
  }
}
#yp-event .yp-exhibited-vehicles-container .yp-exhibited-vehicles-list .yp-vehicles-item .yp-vehicles-item-body .yp-vehicle ul li img {
  border-radius: 10px;
}
#yp-event .yp-exhibited-vehicles-container .yp-exhibited-vehicles-list .yp-vehicles-item .yp-vehicles-item-body .yp-vehicle ul li .yp-vehicle-name {
  margin-top: 0.5em;
  font-size: 14px;
  line-height: 1.2em;
}
#yp-event .yp-exhibited-vehicles-container .yp-vehicle-detail-container {
  display: none;
}/*# sourceMappingURL=style.css.map */