@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: #fff;
  border-top: solid 6px #fff7e1;
  border-bottom: solid 6px #fff7e1;
}
#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-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
#yp-event .yp-flex-container {
  display: flex;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-sec .yp-sec-header {
    margin-inline: 10px;
  }
}
#yp-event .yp-sec .yp-sec-header h2 {
  font-family: "Kiwi Maru", serif;
  color: #5f9747;
  font-size: 30px;
  text-align: center;
  border: solid 2px #5f9747;
  background-color: #fff;
  border-radius: 10px;
  margin-block: 0 60px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-sec .yp-sec-header h2 {
    margin-block: 30px 30px;
    font-size: 24px;
  }
}
#yp-event .yp-sec .yp-sec-header h2.bg-woody {
  border: solid 4px #fcefb3;
  background: linear-gradient(150deg, rgba(222, 177, 135, 0.9490196078), rgba(170, 108, 23, 0.9490196078)), url(../images/bg-wood.jpg);
  box-shadow: 0px 0px 5px 0px rgba(117, 65, 23, 0.5), inset 0px 0px 5px 0px rgba(117, 65, 23, 0.5);
  text-shadow: 4px 0px 4px rgba(117, 65, 23, 0.9);
  color: #fff;
  font-weight: bold;
  padding: 0.6em 0;
  position: relative;
}
#yp-event .yp-sec .yp-sec-header h2.bg-woody::before {
  position: absolute;
  top: -55px;
  right: 0;
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../images/leef.svg");
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-sec .yp-sec-body {
    padding: 0 15px;
  }
}
#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 a.yp-external-link {
  color: #e16162;
  text-decoration: underline;
}
#yp-event .comingsoon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4em;
  font-family: "Kiwi Maru", serif;
  font-size: 26px;
  color: #5f9747;
}
#yp-event .yp-marker {
  background: linear-gradient(transparent 50%, rgb(255, 255, 0) 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
}
#yp-event .yp-marker.on {
  background-size: 100% 100%;
}

#yp-sns-block2 {
  position: fixed;
  top: 40%;
  right: 0;
  color: #fff;
  width: 3em;
  background: #E3495C;
  background: linear-gradient(#E3495C, #e86d7c);
  padding: 1em 0.5em;
  border: solid 3px #e5d800;
  border-right: none;
  font-size: 18px;
  border-radius: 8px 0 0 8px;
  margin-top: 0.1em;
  color: #fff;
  text-orientation: upright;
}
#yp-sns-block2 .sns-icon {
  width: 40px;
  height: 0 !important;
  height: 40px;
  padding-top: 50px;
  line-height: 1;
  display: block;
  overflow: hidden;
  position: relative;
  transition: 0.25s;
  color: #fff;
  background-color: #000;
  border-radius: 200px;
}
#yp-sns-block2 .sns-icon::before {
  font-family: "Font Awesome 5 Brands";
  text-decoration: none;
  line-height: 1;
  position: absolute;
  top: 0;
  font-size: 30px;
}
#yp-sns-block2 .sns-icon--in::before {
  content: "\f16d";
}

/*
ヘッダー
------------------------------------------------------------------------------------------*/
#yp-event .yp-header {
  position: relative;
  background: linear-gradient(to bottom, #bce1df 0%, #ffffff 100%);
}
#yp-event .yp-header .yp-header-mainv {
  width: 100%;
  margin-inline: auto;
}
#yp-event .yp-header #yp-sns-block {
  position: absolute;
  bottom: 60px;
  right: 60px;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-header #yp-sns-block {
    bottom: 10px;
    right: 10px;
  }
}
#yp-event .yp-header #yp-sns-block .sns-icon-container {
  display: flex;
  gap: 0.4em;
}
#yp-event .yp-header #yp-sns-block .sns-icon {
  position: relative;
}
#yp-event .yp-header #yp-sns-block .sns-icon a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-header #yp-sns-block .sns-icon a {
    width: 30px;
    height: 30px;
  }
}
#yp-event .yp-header #yp-sns-block .sns-icon a:hover {
  opacity: 0.8;
}
#yp-event .yp-header #yp-sns-block .sns-icon a img {
  max-width: 100%;
}

/*
footer
------------------------------------------------------------------------------------------*/
/*
TOP
------------------------------------------------------------------------------------------*/
/*
セクション単位の背景色
------------------------------------------------------------------------------------------*/
.en {
  font-family: "Prompt", sans-serif;
  background-color: #2b5942;
}

#yp-event {
  /*
  イベントメニュー
  ------------------------------------------------------------------------------------------*/
  /*
  お知らせ
  ------------------------------------------------------------------------------------------*/
  /*
  イベント外観
  ------------------------------------------------------------------------------------------*/
  /*
  アウトライン
  ------------------------------------------------------------------------------------------*/
  /*
  出展社
  ------------------------------------------------------------------------------------------*/
  /*
  コンテンツ
  ------------------------------------------------------------------------------------------*/
  /*
  その他（グルメ、FAQ）
  ------------------------------------------------------------------------------------------*/
}
#yp-event .yp-event-menu {
  position: relative;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-menu {
    background: linear-gradient(175deg, #ffecb4 0%, #fffbf0 20%, #fffbf0 80%, #fed498 100%);
  }
}
#yp-event .yp-event-menu .yp-event-menu-toggle {
  display: none;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-menu .yp-event-menu-toggle {
    display: block;
    padding: 0.5em;
    background-color: #5f9747;
    color: #fff;
    text-align: center;
    font-family: "Kiwi Maru", serif;
    font-size: 18px;
  }
  #yp-event .yp-event-menu .yp-event-menu-toggle i {
    display: block;
  }
}
#yp-event .yp-event-menu .yp-event-menu-container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-menu .yp-event-menu-container {
    display: none;
    width: 80%;
    margin-inline: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#yp-event .yp-event-menu .yp-event-menu-container .yp-event-menu-item {
  width: 20%;
  padding: 3px;
  margin-top: -10px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-menu .yp-event-menu-container .yp-event-menu-item {
    width: 100%;
  }
}
#yp-event .yp-event-menu .yp-event-menu-container .yp-event-menu-item a {
  border: solid 5px #fcefb3;
  background: linear-gradient(150deg, rgba(222, 177, 135, 0.9490196078), rgba(170, 108, 23, 0.9490196078)), url(../images/bg-wood.jpg);
  background-size: cover;
  box-shadow: 0px 0px 5px 0px rgba(117, 65, 23, 0.5), inset 0px 0px 5px 0px rgba(117, 65, 23, 0.5);
  text-shadow: 3px 0px 3px rgba(117, 65, 23, 0.6);
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 0.8em 0.5em;
  font-family: "Kiwi Maru", serif;
  font-size: 18px;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-menu .yp-event-menu-container .yp-event-menu-item a {
    padding: 1em 2em;
    font-size: 16px;
    text-align: left;
    background-color: #e16162;
  }
}
#yp-event .yp-event-menu .yp-event-menu-container .yp-event-menu-item a:hover {
  background: linear-gradient(to bottom, rgba(117, 65, 23, 0.9019607843), rgba(192, 132, 60, 0.9019607843)), url(../images/bg-wood.jpg);
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-menu .yp-event-menu-container .yp-event-menu-item a:hover {
    background-color: #5f9747;
  }
}
#yp-event .yp-event-menu .yp-event-menu-container .yp-event-menu-item a i {
  margin-right: 0.3em;
  margin-bottom: 0.1em;
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-menu .yp-event-menu-container .yp-event-menu-item a i {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 0;
    font-size: 16px;
  }
}
#yp-event .yp-event-menu .yp-event-menu-container .yp-event-menu-item:nth-child(1) {
  margin-top: -40px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-menu .yp-event-menu-container .yp-event-menu-item:nth-child(1) {
    margin-top: 0;
  }
}
#yp-event .yp-event-menu .yp-event-menu-container .yp-event-menu-item:nth-child(2) {
  margin-top: -20px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-menu .yp-event-menu-container .yp-event-menu-item:nth-child(2) {
    margin-top: 0;
  }
}
#yp-event .yp-event-menu .yp-event-menu-container .yp-event-menu-item:nth-child(4) {
  margin-top: -20px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-menu .yp-event-menu-container .yp-event-menu-item:nth-child(4) {
    margin-top: 0;
  }
}
#yp-event .yp-event-menu .yp-event-menu-container .yp-event-menu-item:nth-child(5) {
  margin-top: -40px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-menu .yp-event-menu-container .yp-event-menu-item:nth-child(5) {
    margin-top: 0;
  }
}
#yp-event .yp-event-news {
  padding-block: 60px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-news {
    padding-block: 30px;
  }
}
#yp-event .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-news .yp-event-news-container {
    padding: 0 1em;
  }
}
#yp-event .yp-event-news .yp-event-news-container dl {
  display: flex;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-news .yp-event-news-container dl {
    display: block;
    font-size: 14px;
  }
}
#yp-event .yp-event-news .yp-event-news-container dl dt {
  color: #5f9747;
  font-weight: bold;
  width: 10em;
  white-space: nowrap;
}
#yp-event .yp-event-news .yp-event-news-container dl dd .attention {
  color: #e16162;
}
#yp-event .yp-event-overview {
  margin-top: -90px;
  height: 480px;
  background-image: url(../images/event-panoramic-view_alpha60.jpg?v01);
  background-size: cover;
  background-position: center top;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-overview {
    margin-top: 0px;
    height: 200px;
  }
}
#yp-event .yp-event-overview .yp-date-place {
  margin-top: 80px;
  padding: 20px 30px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  width: 640px;
  max-width: 95%;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-event-overview .yp-date-place {
    margin-top: 0;
    padding: 10px 20px;
  }
}
#yp-event .yp-outline-block {
  background: linear-gradient(to bottom, #cbece5 0%, #ffffff 30%, #ffffff 60%, #cbece5 100%);
  padding-top: 100px;
  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-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#yp-event .yp-outline-block .yp-flex-container .yp-outline-column {
  width: 48%;
}
#yp-event .yp-outline-block .yp-flex-container .yp-access-column {
  width: 48%;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block .yp-flex-container .yp-flex-column {
    width: 100%;
  }
}
#yp-event .yp-outline-block .yp-sec {
  margin-block: 0;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block .yp-sec .yp-sec-header {
    margin-inline: 10px;
  }
}
#yp-event .yp-outline-block .yp-sec .yp-sec-header h2 {
  font-size: 24px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block .yp-sec .yp-sec-header h2 {
    font-size: 24px;
  }
  #yp-event .yp-outline-block .yp-sec .yp-sec-header h2.bg-woody {
    margin-block: 100px 30px;
  }
}
#yp-event .yp-outline-block .yp-sec .yp-sec-body {
  padding: 0 15px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block #yp-outline .bg-woody {
    margin-block: 30px 30px;
  }
}
#yp-event .yp-outline-block #yp-outline .yp-event-title {
  padding: 0.2em 1em;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #5f9747;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block #yp-outline .yp-event-title {
    font-size: 18px;
  }
}
#yp-event .yp-outline-block #yp-outline .yp-event-icon-list {
  background-color: #fff7e1;
  margin-top: 0.5em;
  padding: 0.2em 1em;
}
#yp-event .yp-outline-block #yp-outline .yp-event-icon-list ul {
  display: flex;
  justify-content: center;
}
#yp-event .yp-outline-block #yp-outline .yp-event-icon-list ul li {
  width: 60px;
  padding: 3px;
}
#yp-event .yp-outline-block #yp-outline .yp-event-icon-list ul li.yp-off {
  display: none;
}
#yp-event .yp-outline-block #yp-outline table {
  width: 100%;
  margin-top: 1em;
  border-collapse: collapse;
}
#yp-event .yp-outline-block #yp-outline table th, #yp-event .yp-outline-block #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-block #yp-outline table th, #yp-event .yp-outline-block #yp-outline table td {
    display: block;
    width: 100%;
    padding: 0.5em 2em;
  }
}
#yp-event .yp-outline-block #yp-outline table th {
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
  text-align: center;
  border-bottom: solid 1px #5f9747;
  color: #5f9747;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block #yp-outline table th {
    padding: 1em 1em 0 1em;
    border-bottom: none;
    text-align: left;
  }
  #yp-event .yp-outline-block #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: #5f9747;
  }
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block #yp-outline table td {
    padding: 0 1em 1em 2em;
  }
}
#yp-event .yp-outline-block #yp-outline table td label {
  white-space: nowrap;
}
#yp-event .yp-outline-block #yp-outline table td .yp-list-sub_item span {
  display: inline-block;
}
#yp-event .yp-outline-block #yp-outline table td .yp-list-sub_item span + span::before {
  content: "／";
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block #yp-outline table td .yp-list-sub_item span {
    display: block;
  }
  #yp-event .yp-outline-block #yp-outline table td .yp-list-sub_item span + span::before {
    content: "";
  }
}
#yp-event .yp-outline-block #yp-outline .logo-item-container {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
#yp-event .yp-outline-block #yp-outline .logo-item-container .item-logo {
  display: inline-block;
  max-width: 60px;
}
#yp-event .yp-outline-block #yp-outline .logo-item-container .item-logo img {
  height: 30px;
}
#yp-event .yp-outline-block #yp-outline .logo-item-container .item-name {
  display: inline-block;
  margin-left: 1em;
  flex: 1;
  width: 100%;
}
#yp-event .yp-outline-block #yp-outline .sponsor-item-container {
  display: flex;
  align-items: flex-start;
}
#yp-event .yp-outline-block #yp-outline .sponsor-item-container:not(:first-child) {
  margin-top: 1em;
}
#yp-event .yp-outline-block #yp-outline .sponsor-item-container::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: block;
  width: 1em;
  color: #e16162;
  text-align: left;
}
#yp-event .yp-outline-block #yp-outline .sponsor-item-container .sponsor-logo {
  display: inline-block;
}
#yp-event .yp-outline-block #yp-outline .sponsor-item-container .sponsor-logo img {
  height: 30px;
}
#yp-event .yp-outline-block #yp-outline .sponsor-item-container .sponsor-name {
  display: inline-block;
  margin-left: 1em;
  flex: 1;
  width: 100%;
}
#yp-event .yp-outline-block #yp-outline .sponsor-item-container label {
  display: inline-block;
  white-space: nowrap;
  margin-right: 1em;
}
#yp-event .yp-outline-block #yp-outline .sponsor-item-container .sponsor-list .sponsor-item {
  display: inline-block;
  font-size: 14px;
}
#yp-event .yp-outline-block #yp-outline .sponsor-item-container .sponsor-list .sponsor-item:not(:last-child)::after {
  content: "／";
}
#yp-event .yp-outline-block #yp-outline .yp-ticket {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: dashed 1px #ccc;
}
#yp-event .yp-outline-block #yp-outline .yp-ticket .yp-ticket-title {
  color: #e16162;
  font-weight: bold;
}
#yp-event .yp-outline-block #yp-outline .yp-ticket .yp-ticket-title::before {
  color: #e16162;
}
#yp-event .yp-outline-block #yp-outline .yp-ticket .yp-ticket-body {
  padding-left: 1em;
}
#yp-event .yp-outline-block #yp-outline .yp-ticket .yp-ticket-item-title {
  color: #5f9747;
  font-weight: bold;
}
#yp-event .yp-outline-block #yp-outline .yp-ticket div.yp-ticket-item-price {
  padding-left: 1em;
}
#yp-event .yp-outline-block #yp-outline .yp-event-ticket-guide {
  margin-top: 0.5em;
  padding: 1em;
  background-color: #fff7e1;
  border-radius: 10px;
}
#yp-event .yp-outline-block #yp-outline .yp-event-ticket-guide p {
  font-size: 16px;
  line-height: 1.4em;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block #yp-outline .yp-event-ticket-guide p {
    font-size: 14px;
  }
}
#yp-event .yp-outline-block #yp-outline .yp-event-ticket-guide .yp-event-ticket-guide-buy a {
  display: block;
  padding: 0.5em 0.5em;
  background-color: #e16162;
  color: #fff;
  border-radius: 20px 5px 20px 5px;
  font-size: 16px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block #yp-outline .yp-event-ticket-guide .yp-event-ticket-guide-buy a {
    font-size: 16px;
    padding: 0.5em 0.5em;
  }
}
#yp-event .yp-outline-block #yp-outline .yp-event-ticket-guide .yp-event-ticket-guide-buy a::before {
  position: absolute;
  top: 8px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-size: 20px;
  font-weight: 900;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block #yp-outline .yp-event-ticket-guide .yp-event-ticket-guide-buy a::before {
    font-size: 20px;
    top: 8px;
    right: 10px;
  }
}
#yp-event .yp-outline-block #yp-outline .yp-event-ticket-guide .yp-event-ticket-guide-buy a:hover {
  background-color: #5f9747;
}
#yp-event .yp-outline-block #yp-outline .yp-event-ticket-guide .yp-event-ticket-guide-buy a span {
  display: inline-block;
  margin-left: -2em;
}
#yp-event .yp-outline-block #yp-outline .yp-event-ticket-guide .yp-event-ticket-guide-buy a span::before {
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  content: "\f145";
  font-size: 20px;
  font-weight: 900;
}
#yp-event .yp-outline-block #yp-outline .yp-event-ticket-guide .yp-event-ticket-guide-faq {
  margin-top: 0.5em;
  text-align: center;
}
#yp-event .yp-outline-block #yp-outline .yp-event-ticket-guide .yp-event-ticket-guide-faq a {
  display: inline-block;
  font-size: 14px;
  color: #5f9747;
  text-decoration: underline;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block #yp-outline .yp-event-ticket-guide .yp-event-ticket-guide-faq a {
    font-size: 14px;
  }
}
#yp-event .yp-outline-block #yp-outline .yp-event-ticket-guide .yp-event-ticket-guide-faq a::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-size: 16px;
  font-weight: 900;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block #yp-outline .yp-event-ticket-guide .yp-event-ticket-guide-faq a::before {
    font-size: 14px;
  }
}
#yp-event .yp-outline-block #yp-outline .yp-event-ticket-guide .yp-event-ticket-guide-faq a:hover {
  color: #e16162;
}
#yp-event .yp-outline-block #yp-outline .yp-outline-note {
  margin-top: 1em;
}
#yp-event .yp-outline-block #yp-outline .yp-outline-note p {
  font-size: 14px;
}
#yp-event .yp-outline-block #yp-outline .yp-eventer-info {
  margin-top: 0.5em;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block #yp-outline .yp-eventer-info {
    font-size: 12px;
  }
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block #yp-access {
    margin-top: 60px;
  }
}
#yp-event .yp-outline-block #yp-access .yp-gmap iframe {
  max-width: 100%;
  height: 320px;
  margin-inline: auto;
  border-radius: 10px;
}
#yp-event .yp-outline-block #yp-access .yp-event-place {
  margin-top: 1em;
  text-align: center;
}
#yp-event .yp-outline-block #yp-access .yp-event-place .yp-event-place-adress {
  font-size: 14px;
}
#yp-event .yp-outline-block #yp-access .yp-event-access-guide {
  background-color: #fff7e1;
  margin-top: 1em;
  padding: 1em 1em;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block #yp-access .yp-event-access-guide {
    font-size: 14px;
  }
}
#yp-event .yp-outline-block #yp-access .yp-event-access-guide .yp-event-access-guide-car {
  margin-top: 1em;
}
#yp-event .yp-outline-block #yp-access .yp-event-access-guide .yp-event-access-guide-title {
  margin-bottom: 1em;
  color: #5f9747;
  border-bottom: solid 1px #5f9747;
}
#yp-event .yp-outline-block #yp-access .yp-event-access-guide .yp-event-access-guide-body {
  padding-left: 0.5em;
}
#yp-event .yp-outline-block #yp-access .yp-event-access-guide .yp-event-access-guide-item .yp-event-access-guide-item-line {
  display: inline-block;
  font-size: 14px;
}
#yp-event .yp-outline-block #yp-access .yp-event-access-guide .yp-event-access-guide-item .yp-event-access-guide-item-line::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  width: 1em;
  text-align: left;
  color: #5f9747;
}
#yp-event .yp-outline-block #yp-access .yp-event-access-guide .yp-event-access-guide-item .yp-event-access-guide-item-station {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 16px;
}
#yp-event .yp-outline-block #yp-access .yp-event-access-guide .yp-event-access-guide-note {
  margin-top: 1em;
  font-size: 14px;
}
#yp-event .yp-outline-block #yp-access .yp-event-access-guide .yp-list-item--arrow::before {
  color: #5f9747;
}
#yp-event .yp-outline-block #yp-access .yp-event-parking {
  padding: 0.5em 0.5em;
}
#yp-event .yp-outline-block #yp-access .yp-event-parking table.yp-event-parking-table {
  width: 100%;
  font-size: 14px;
  border: solid 1px #8fa286;
  border-collapse: collapse;
  background-color: #fff;
}
#yp-event .yp-outline-block #yp-access .yp-event-parking table.yp-event-parking-table th, #yp-event .yp-outline-block #yp-access .yp-event-parking table.yp-event-parking-table td {
  padding: 0.2em 1em;
  border: solid 1px #8fa286;
}
#yp-event .yp-outline-block #yp-access .yp-event-parking table.yp-event-parking-table th {
  white-space: nowrap;
  background-color: #5f9747;
  color: #fff;
  font-weight: normal;
}
#yp-event .yp-outline-block #yp-access .yp-event-parking table.yp-event-parking-table .yp-parking-note {
  font-size: 12px;
}
#yp-event .yp-outline-block #yp-access .yp-event-parking .yp-event-parking-info {
  margin-top: 0.5em;
  font-size: 14px;
  line-height: 1.4em;
}
#yp-event .yp-outline-block #yp-pet {
  margin-top: 120px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-outline-block #yp-pet {
    margin-top: 60px;
  }
}
#yp-event .yp-outline-block #yp-pet .yp-pet-catch {
  font-size: 14px;
}
#yp-event .yp-outline-block #yp-pet dl.yp-pet-regulation-container {
  margin-top: 30px;
}
#yp-event .yp-outline-block #yp-pet dl.yp-pet-regulation-container dt {
  width: 460px;
  max-width: 100%;
  margin-inline: auto;
  padding: 0.5em 1em;
  background-color: #5f9747;
  border-radius: 6px 6px 0 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#yp-event .yp-outline-block #yp-pet dl.yp-pet-regulation-container dt::before {
  position: absolute;
  top: 6px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-size: 20px;
  font-weight: 900;
}
#yp-event .yp-outline-block #yp-pet dl.yp-pet-regulation-container dt:hover {
  background-color: #e16162;
}
#yp-event .yp-outline-block #yp-pet dl.yp-pet-regulation-container dd {
  margin-top: 0px;
  background-color: #fff;
  padding: 1em 1em 2em 1em;
}
#yp-event .yp-outline-block #yp-pet dl.yp-pet-regulation-container dd p {
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
#yp-event .yp-outline-block #yp-pet dl.yp-pet-regulation-container dd p::before {
  content: "※";
}
#yp-event #yp-exhibition {
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(175deg, #ffecb4 0%, #fffbf0 20%, #fffbf0 80%, #fed498 100%);
}
@media screen and (max-width: 820px) {
  #yp-event #yp-exhibition {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#yp-event #yp-exhibition .comingsoon {
  height: auto;
}
#yp-event #yp-exhibition .yp-sec-header h2::after {
  border-color: #fff #ffdb47 #CC9900;
}
#yp-event #yp-exhibition .yp-exhibition-outset-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#yp-event #yp-exhibition .yp-exhibition-outset-container .yp-exhibition-outset-image {
  width: 50%;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-exhibition .yp-exhibition-outset-container .yp-exhibition-outset-image {
    width: 100%;
  }
}
#yp-event #yp-exhibition .yp-exhibition-outset-container .yp-exhibition-outset-image img {
  border-radius: 10px;
}
#yp-event #yp-exhibition .yp-exhibition-outset-container .yp-exhibition-outset-body {
  width: 50%;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-exhibition .yp-exhibition-outset-container .yp-exhibition-outset-body {
    width: 96%;
    margin-inline: auto;
  }
}
#yp-event #yp-exhibition .yp-exhibition-outset-container .yp-exhibition-outset-body .yp-exhibition-outset-body-container {
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: -100px;
  padding: 30px 10px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 12px 12px 0px -1px #fff7e1;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-exhibition .yp-exhibition-outset-container .yp-exhibition-outset-body .yp-exhibition-outset-body-container {
    margin-left: 0;
    margin-top: -40px;
    padding: 10px 20px 20px 20px;
    box-shadow: 6px 8px 0px -1px #fff7e1;
  }
}
#yp-event #yp-exhibition .yp-exhibition-outset-container .yp-exhibition-outset-body .yp-exhibition-outset-body-container .yp-exhibition-outset-body-catch {
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: bold;
  color: #5f9747;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-exhibition .yp-exhibition-outset-container .yp-exhibition-outset-body .yp-exhibition-outset-body-container .yp-exhibition-outset-body-catch {
    font-size: 20px;
  }
}
#yp-event #yp-exhibition .yp-exhibition-outset-container .yp-exhibition-outset-body .yp-exhibition-outset-body-container p {
  display: inline-block;
  text-align: left;
  text-shadow: 0px 0px 16px rgb(255, 255, 255);
  font-size: 16px;
  font-weight: bold;
  line-height: 2em;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-exhibition .yp-exhibition-outset-container .yp-exhibition-outset-body .yp-exhibition-outset-body-container p {
    font-size: 14px;
    line-height: 1.8em;
  }
}
#yp-event #yp-exhibition .yp-exhibition-outset-container .yp-exhibition-outset-body .yp-exhibition-outset-body-container .yp-display-vehicle-info {
  max-width: 480px;
  margin-top: 1em;
  margin-inline: auto;
}
#yp-event #yp-exhibition .yp-exhibition-outset-container .yp-exhibition-outset-body .yp-exhibition-outset-body-container .yp-display-vehicle-info a {
  display: block;
  padding: 0.5em 0.5em;
  background-color: #e16162;
  color: #fff;
  border-radius: 20px 5px 20px 5px;
  font-size: 16px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-exhibition .yp-exhibition-outset-container .yp-exhibition-outset-body .yp-exhibition-outset-body-container .yp-display-vehicle-info a {
    font-size: 16px;
    padding: 0.5em 0.5em;
  }
}
#yp-event #yp-exhibition .yp-exhibition-outset-container .yp-exhibition-outset-body .yp-exhibition-outset-body-container .yp-display-vehicle-info a::before {
  position: absolute;
  top: 8px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-size: 20px;
  font-weight: 900;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-exhibition .yp-exhibition-outset-container .yp-exhibition-outset-body .yp-exhibition-outset-body-container .yp-display-vehicle-info a::before {
    font-size: 20px;
    top: 8px;
    right: 10px;
  }
}
#yp-event #yp-exhibition .yp-exhibition-outset-container .yp-exhibition-outset-body .yp-exhibition-outset-body-container .yp-display-vehicle-info a:hover {
  background-color: #5f9747;
}
#yp-event #yp-exhibition .yp-exhibition-outset-container .yp-exhibition-outset-body .yp-exhibition-outset-body-container .yp-display-vehicle-info a span {
  display: inline-block;
  margin-left: -2em;
}
#yp-event #yp-exhibition .yp-exhibition-outset-container .yp-exhibition-outset-body .yp-exhibition-outset-body-container .yp-display-vehicle-info a span::before {
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  content: "\f0d1";
  font-size: 20px;
  font-weight: 900;
}
#yp-event #yp-exhibition .yp-exhibition-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-container {
    margin-top: 20px;
  }
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-kind {
  width: 49%;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-kind {
    margin-top: 20px;
    width: 96%;
    margin-inline: auto;
  }
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-kind-container dt {
  padding: 1em;
  background-color: #5f9747;
  color: #fff;
  text-align: center;
  position: relative;
  cursor: pointer;
  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-container .yp-exhibition-kind-container dt::before {
  position: absolute;
  top: 10px;
  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-kind-container dt:hover {
  background-color: #e16162;
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-kind-container dd {
  background-color: #fff;
  padding: 1em;
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-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-container .yp-exhibition-kind-container dd .yp-exhibition-list-title:first-child {
  margin-top: 0;
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-kind-container dd .yp-exhibition-list {
  padding: 0.5em;
  border-bottom: solid 1px #ccc;
  text-align: left;
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-kind-container dd .yp-exhibition-list:last-child {
  border-bottom: none;
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-kind-container dd .yp-exhibition-list:has(a) {
  padding: 0;
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-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-container .yp-exhibition-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-container .yp-exhibition-kind-container dd .yp-exhibition-list:has(a) a:hover {
  background-color: #fff1b5;
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-kind-container dd .yp-exhibition-list .yp-exhibition-name {
  display: flex;
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-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: #5f9747;
}
#yp-event #yp-exhibition .yp-exhibition-container .yp-exhibition-kind-container dd .yp-exhibition-list .yp-exhibition-pending {
  padding: 1em;
  text-align: center;
}
#yp-event #yp-festa {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-festa {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#yp-event #yp-contents {
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(175deg, #ffecb4 0%, #fffbf0 20%, #fffbf0 80%, #fed498 100%);
}
@media screen and (max-width: 820px) {
  #yp-event #yp-contents {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#yp-event #yp-contents .yp-sec-header.yp-inner-contents {
  margin-top: 120px;
}
@media screen and (max-width: 820px) {
  #yp-event #yp-contents .yp-sec-header.yp-inner-contents h2 {
    margin-bottom: 30px;
  }
}
#yp-event .yp-sec-inner-map {
  margin-inline: auto;
  margin-bottom: 120px;
  width: 820px;
  max-width: 100%;
}
#yp-event .yp-sec-inner-map .yp-sec-inner-map-thumb {
  border: solid 4px #5f9747;
}
#yp-event .yp-sec-inner-map a {
  display: block;
  position: relative;
  width: 460px;
  max-width: 100%;
  margin-top: 30px;
  margin-inline: auto;
  padding: 0.5em 1em;
  background-color: #5f9747;
  border-radius: 6px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-sec-inner-map a {
    max-width: 90%;
  }
}
#yp-event .yp-sec-inner-map a::before {
  position: absolute;
  top: 6px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f08e";
  font-size: 20px;
  font-weight: 900;
}
#yp-event .yp-sec-inner-map a:hover {
  background-color: #e16162;
}
#yp-event .yp-contents-container {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-contents-container {
    margin-top: 0;
    gap: 0;
  }
}
#yp-event .yp-contents-container .yp-contents-item {
  position: relative;
  margin-top: 60px;
  width: 48%;
  padding: 0.3em 0.3em 1em 0.3em;
  border: solid 2px #3e8169;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 6px 6px 0px -1px #ffdb47;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-contents-container .yp-contents-item {
    margin-inline: auto;
    margin-top: 40px;
  }
  #yp-event .yp-contents-container .yp-contents-item.no-mgn-t {
    margin-top: 0;
  }
}
#yp-event .yp-contents-container .yp-contents-item .yp-contents-badge {
  position: absolute;
  top: -18px;
  right: -20px;
  width: 55px;
  height: 55px;
  color: #fff;
  background-color: #e16162;
  border: solid 3px #fff;
  border-radius: 100%;
  font-size: 12px;
  line-height: 1.2em;
  transform: rotate(-15deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
#yp-event .yp-contents-container .yp-contents-item .yp-contents-badge.yp-bg-yellow {
  background-color: #CC9900;
}
#yp-event .yp-contents-container .yp-contents-item .yp-contents-badge.yp-bg-blue {
  background-color: #2868b0;
}
#yp-event .yp-contents-container .yp-contents-item .yp-contents-badge.yp-bg-green {
  background-color: #43954e;
}
#yp-event .yp-contents-container .yp-contents-item .yp-contents-title {
  padding: 0.4em 3em 0.4em 1em;
  background-color: #5f9747;
  color: #fff;
  font-size: 14px;
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-contents-container .yp-contents-item .yp-contents-title {
    font-size: 14px;
  }
}
#yp-event .yp-contents-container .yp-contents-item .yp-contents-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  width: 1em;
  text-align: left;
  color: #ffdb47;
}
#yp-event .yp-contents-container .yp-contents-item .yp-contents-image {
  margin-top: 0.2em;
}
#yp-event .yp-contents-container .yp-contents-item .yp-contents-lead {
  display: flex;
  align-items: center;
  padding: 1em;
  font-size: 14px;
  text-align: left;
}
#yp-event .yp-contents-container .yp-contents-item .yp-contents-note {
  background-color: #efefef;
  padding: 0.5em 1em;
  font-size: 14px;
}
#yp-event .yp-contents-container .yp-contents-item .yp-contents-note dl.yp-accordion dt {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-size: 14px;
  color: #e16162;
  text-align: center;
  cursor: pointer;
}
#yp-event .yp-contents-container .yp-contents-item .yp-contents-note dl.yp-accordion dt::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.3em;
  text-align: left;
}
#yp-event .yp-contents-container .yp-contents-item .yp-contents-note dl.yp-accordion dt:hover {
  color: #5f9747;
}
#yp-event .yp-contents-container .yp-contents-item .yp-contents-note dl.yp-accordion dd {
  padding: 1em 0.5em;
}
#yp-event .yp-contents-container .yp-contents-item .yp-contents-time {
  color: #e16162;
  padding: 0.5em 1em;
  font-size: 20px;
  font-weight: bold;
}
#yp-event .yp-contents-container .yp-contents-item .yp-contents-time::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  width: 1em;
  text-align: left;
  color: #5f9747;
}
#yp-event .yp-contents-container .yp-contents-item .yp-contents-time + .yp-contents-lead {
  padding-top: 0;
}
#yp-event .yp-contents-container .yp-contents-item .yp-contents-attention {
  font-size: 14px;
  color: #e16162;
  padding: 0.5em 1em;
}
#yp-event .yp-contents-container.yp-inner-contents .yp-contents-item {
  margin-top: 30px;
}
#yp-event .yp-contents-container.yp-col-2 .yp-contents-item {
  width: 48%;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-contents-container.yp-col-2 .yp-contents-item {
    width: 96%;
  }
}
#yp-event .yp-contents-container.yp-col-3 .yp-contents-item {
  width: 31.3%;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-contents-container.yp-col-3 .yp-contents-item {
    width: 90%;
  }
}
#yp-event .yp-contents-container.yp-col-4 .yp-contents-item {
  width: 23.5%;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-contents-container.yp-col-4 .yp-contents-item {
    width: 90%;
  }
}
#yp-event .yp-guest-info {
  padding: 0 1em;
}
#yp-event .yp-guest-info a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-size: 14px;
  color: #e16162;
}
#yp-event .yp-guest-info a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.3em;
  text-align: left;
}
#yp-event .yp-guest-info a:hover {
  color: #5f9747;
}
#yp-event .yp-contents-special-talkshow {
  position: relative;
  margin-top: 60px;
  padding: 0.2em;
  border: solid 2px #3e8169;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 6px 6px 0px -1px #ffdb47;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-contents-special-talkshow {
    width: 90%;
    margin-inline: auto;
    margin-top: 40px;
  }
  #yp-event .yp-contents-special-talkshow.no-mgn-t {
    margin-top: 0;
  }
}
#yp-event .yp-contents-special-talkshow .yp-contents-special-talkshow-wrapper {
  padding: 2em 3em;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-contents-special-talkshow .yp-contents-special-talkshow-wrapper {
    padding: 1em 1em 2em 1em;
  }
}
#yp-event .yp-contents-special-talkshow .yp-contents-badge {
  position: absolute;
  top: -18px;
  right: -20px;
  width: 55px;
  height: 55px;
  color: #fff;
  background-color: #e16162;
  border: solid 3px #fff;
  border-radius: 100%;
  font-size: 12px;
  line-height: 1.2em;
  transform: rotate(-15deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
#yp-event .yp-contents-special-talkshow .yp-contents-badge.yp-bg-yellow {
  background-color: #CC9900;
}
#yp-event .yp-contents-special-talkshow .yp-contents-badge.yp-bg-blue {
  background-color: #2868b0;
}
#yp-event .yp-contents-special-talkshow .yp-contents-badge.yp-bg-green {
  background-color: #43954e;
}
#yp-event .yp-contents-special-talkshow .yp-contents-title {
  padding: 0.4em 3em 0.4em 1em;
  background-color: #5f9747;
  color: #fff;
  font-size: 14px;
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-contents-special-talkshow .yp-contents-title {
    font-size: 14px;
  }
}
#yp-event .yp-contents-special-talkshow .yp-contents-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  width: 1em;
  text-align: left;
  color: #ffdb47;
}
#yp-event .yp-contents-special-talkshow .yp-contents-item {
  position: relative;
  margin-top: 30px;
  width: 48%;
  padding: 0.3em 0.3em 1em 0.3em;
  border: solid 2px #e16162;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: none;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-contents-special-talkshow .yp-contents-item {
    width: 100%;
    margin-inline: auto;
    margin-top: 30px;
  }
}
#yp-event .yp-contents-special-talkshow .yp-contents-item .yp-contents-title {
  padding: 0.4em 3em 0.4em 1em;
  background-color: #e16162;
}
#yp-event .yp-contents-special-talkshow .yp-contents-container {
  margin-top: 0;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-contents-special-talkshow .yp-contents-container.yp-col-4 .yp-contents-item {
    width: 100%;
    margin-inline: auto;
    margin-top: 20px;
  }
}
#yp-event .yp-contents-special-talkshow .yp-contents-time {
  color: #e16162;
  padding-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
}
#yp-event .yp-contents-special-talkshow .yp-contents-time::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  width: 1em;
  text-align: left;
  color: #5f9747;
}
#yp-event .yp-contents-special-talkshow .yp-contents-time + .yp-contents-lead {
  padding-top: 0;
}
#yp-event .yp-other-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-other-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#yp-event .yp-other-block .yp-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#yp-event .yp-other-block .yp-flex-container .yp-gourmet-column {
  width: 48%;
}
#yp-event .yp-other-block .yp-flex-container .yp-faq-column {
  width: 48%;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-other-block .yp-flex-container .yp-flex-column {
    width: 100%;
  }
}
#yp-event .yp-other-block .yp-sec {
  margin-block: 0;
}
@media screen and (max-width: 820px) {
  #yp-event .yp-other-block .yp-sec .yp-sec-header {
    margin-inline: 10px;
  }
}
#yp-event .yp-other-block .yp-sec .yp-sec-header h2 {
  font-family: "Kiwi Maru", serif;
  font-size: 24px;
  text-align: center;
  color: #5f9747;
  background-color: #fff;
  border: solid 2px #5f9747;
  border-radius: 8px;
  margin-block: 0 30px;
}
#yp-event .yp-other-block .yp-sec .yp-sec-body {
  padding: 0 15px;
}/*# sourceMappingURL=style.css.map */