@charset "UTF-8";
/* --------------------------
	フェアページ
--------------------------- */
.fair .contents {
  /*タブ*/
}
.fair .contents .recommend {
  -webkit-animation: fadeIn 1.8s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeIn 1.8s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0.7)), to(#fff)), url(../img/common/bg_parts.png);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 70%, #fff 100%), url(../img/common/bg_parts.png);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 70%, #fff 100%), url(../img/common/bg_parts.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #fff;
  padding-top: 70px;
  margin-bottom: 120px;
  z-index: -1;
}
@media only screen and (max-width:1024px) {
  .fair .contents .recommend {
    padding-top: 50px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width:767px) {
  .fair .contents .recommend {
    padding-top: 40px;
    margin-bottom: 60px;
  }
}
.fair .contents .recommend .swiper-wrap {
  position: relative;
}
.fair .contents .recommend .swiper-wrap .fair-recommend-slider {
  text-align: left;
  position: relative;
  padding: 30px 0;
}
@media only screen and (max-width:1024px) {
  .fair .contents .recommend .swiper-wrap .fair-recommend-slider {
    width: 80%;
    padding: 0;
  }
}
.fair .contents .recommend .swiper-wrap .swiper-button-prev {
  background-image: none;
  position: absolute;
  top: 50%;
  left: 32%;
}
@media only screen and (max-width:1024px) {
  .fair .contents .recommend .swiper-wrap .swiper-button-prev {
    left: 30px;
    top: 170px;
  }
}
@media only screen and (max-width:767px) {
  .fair .contents .recommend .swiper-wrap .swiper-button-prev {
    left: 12px;
    top: 150px;
  }
}
.fair .contents .recommend .swiper-wrap .swiper-button-prev:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #d1d4d7;
  border-left: 1px solid #d1d4d7;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width:1024px) {
  .fair .contents .recommend .swiper-wrap .swiper-button-prev:before {
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width:767px) {
  .fair .contents .recommend .swiper-wrap .swiper-button-prev:before {
    width: 20px;
    height: 20px;
  }
}
.fair .contents .recommend .swiper-wrap .swiper-button-prev:after {
  content: none;
}
.fair .contents .recommend .swiper-wrap .swiper-button-next {
  background-image: none;
  top: 50%;
  right: 32%;
}
@media only screen and (max-width:1024px) {
  .fair .contents .recommend .swiper-wrap .swiper-button-next {
    right: 30px;
    top: 170px;
  }
}
@media only screen and (max-width:767px) {
  .fair .contents .recommend .swiper-wrap .swiper-button-next {
    right: 5px;
    top: 150px;
  }
}
.fair .contents .recommend .swiper-wrap .swiper-button-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #d1d4d7;
  border-right: 1px solid #d1d4d7;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width:1024px) {
  .fair .contents .recommend .swiper-wrap .swiper-button-next:before {
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width:767px) {
  .fair .contents .recommend .swiper-wrap .swiper-button-next:before {
    width: 20px;
    height: 20px;
  }
}
.fair .contents .recommend .swiper-wrap .swiper-button-next:after {
  content: none;
}
.fair .contents .recommend .swiper-wrap .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fair .contents .recommend .swiper-wrap .swiper-slide .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fair .contents .recommend .swiper-wrap .swiper-slide .inner a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.fair .contents .recommend .swiper-wrap .swiper-slide .inner:hover {
  opacity: 0.6;
}
@media only screen and (max-width:1024px) {
  .fair .contents .recommend .swiper-wrap .swiper-slide .inner:hover {
    opacity: 1;
  }
}
.fair .contents .recommend .swiper-wrap .swiper-slide img {
  width: 100%;
  margin-bottom: 10px;
}
.fair .contents .recommend .swiper-wrap .swiper-slide h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
@media only screen and (max-width:767px) {
  .fair .contents .recommend .swiper-wrap .swiper-slide h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.fair .contents .recommend .swiper-wrap .swiper-slide .detail-col {
  margin-top: auto;
  border-top: 1px solid #d1d4d7;
  padding-top: 10px;
}
.fair .contents .recommend .swiper-wrap .swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.fair .contents .recommend .swiper-wrap .swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.fair .contents .recommend .swiper-wrap .swiper-slide-next {
  opacity: 0.9;
}
.fair .contents .recommend .swiper-wrap .swiper-slide-prev {
  opacity: 0.9;
}
.fair .contents .fair-serch, .fair .contents .fair-search {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #f4f7f9;
  padding: 70px 0 90px;
}
@media only screen and (max-width:767px) {
  .fair .contents .fair-serch, .fair .contents .fair-search {
    padding: 50px 0 40px;
  }
}
.fair .contents .fair-serch .inner, .fair .contents .fair-search .inner {
  max-width: 1080px;
  margin: auto;
}
@media only screen and (max-width:1024px) {
  .fair .contents .fair-serch .inner, .fair .contents .fair-search .inner {
    max-width: 100%;
  }
}
.fair .contents .tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:1024px) {
  .fair .contents .tab-wrap {
    padding: 0 30px;
  }
}
@media only screen and (max-width:767px) {
  .fair .contents .tab-wrap {
    padding: 0 20px;
    margin: auto;
  }
}
.fair .contents .tab-label {
  background: #f4f7f9;
  white-space: nowrap;
  text-align: center;
  padding: 15px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #7db1c6;
  border-right: none;
}
@media only screen and (max-width:767px) {
  .fair .contents .tab-label {
    margin: auto;
    padding: 10px 8px;
  }
}
.fair .contents .tab-label.last {
  border: 1px solid #7db1c6;
  border-right: 1px solid #7db1c6;
}
.fair .contents .tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.fair .contents .tab-content .calendar {
  margin-bottom: 45px;
}
@media only screen and (max-width:1024px) {
  .fair .contents .tab-content .calendar {
    margin-bottom: 0;
  }
}
.fair .contents .tab-content .calendar .inner {
  padding: 0;
}
.fair .contents .tab-content .calendar .button-col {
  text-align: center;
  margin: 25px 0 0;
}
@media only screen and (max-width:767px) {
  .fair .contents .tab-content .calendar .button-col {
    margin: 20px 0 0;
  }
}
.fair .contents .tab-content .calendar .swiper-wrap {
  background-color: #ecf2f5;
  padding: 40px 55px;
  margin-top: 45px;
}
@media only screen and (max-width:1024px) {
  .fair .contents .tab-content .calendar .swiper-wrap {
    margin-top: 25px;
    padding: 30px 35px 10px;
  }
}
@media only screen and (max-width:767px) {
  .fair .contents .tab-content .calendar .swiper-wrap {
    margin: 25px calc(50% - 50vw) 0;
    width: 100vw;
    padding: 25px 25px 15px;
  }
}
.fair .contents .tab-content .calendar .swiper-wrap .swiper-container {
  position: relative;
}
.fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider {
  position: relative;
}
.fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider .swiper-wrapper, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:1024px) {
  .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider .swiper-wrapper, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider .swiper-wrapper {
    margin-bottom: 25px;
  }
}
.fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider .swiper-wrapper .swiper-slide, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider .swiper-wrapper .swiper-slide {
  width: 48.5%;
  background-color: #fff;
  padding: 25px 40px 30px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(75, 75, 75, 0.1));
          filter: drop-shadow(0px 0px 10px rgba(75, 75, 75, 0.1));
  text-align: center;
  height: auto;
}
@media only screen and (max-width:1024px) {
  .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider .swiper-wrapper .swiper-slide, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider .swiper-wrapper .swiper-slide {
    padding: 25px 25px 30px;
  }
}
@media only screen and (max-width:767px) {
  .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider .swiper-wrapper .swiper-slide, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider .swiper-wrapper .swiper-slide {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 20px 25px;
  }
}
.fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider .swiper-wrapper .swiper-slide h3, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider .swiper-wrapper .swiper-slide h3 {
  font-family: "Noto Serif JP";
  font-size: 18px;
  color: #7db1c6;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #d1d4d7;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider .swiper-wrapper .swiper-slide table, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider .swiper-wrapper .swiper-slide table {
  table-layout: fixed;
  width: 100%;
}
.fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider .swiper-wrapper .swiper-slide table th, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider .swiper-wrapper .swiper-slide table td, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider .swiper-wrapper .swiper-slide table th, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider .swiper-wrapper .swiper-slide table td {
  font-family: "Noto Serif JP";
  padding: 12px 10px;
}
@media only screen and (max-width:1024px) {
  .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider .swiper-wrapper .swiper-slide table th, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider .swiper-wrapper .swiper-slide table td, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider .swiper-wrapper .swiper-slide table th, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider .swiper-wrapper .swiper-slide table td {
    padding: 8px 10px;
  }
}
.fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider .swiper-wrapper .swiper-slide table th, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider .swiper-wrapper .swiper-slide table th {
  font-weight: 500;
}
.fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider .swiper-wrapper .swiper-slide table td, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider .swiper-wrapper .swiper-slide table td {
  text-align: center;
}
.fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider .swiper-wrapper .swiper-slide table td a, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider .swiper-wrapper .swiper-slide table td a {
  display: block;
  position: relative;
  color: #fff;
}
.fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider .swiper-wrapper .swiper-slide table td a:before, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider .swiper-wrapper .swiper-slide table td a:before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #7db1c6;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -5px;
  z-index: -1;
}
@media only screen and (max-width:1024px) {
  .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider .swiper-wrapper .swiper-slide table td a:before, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider .swiper-wrapper .swiper-slide table td a:before {
    width: 30px;
    height: 30px;
    top: -4px;
    left: -6px;
  }
}
@media only screen and (max-width:767px) {
  .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider .swiper-wrapper .swiper-slide table td a:before, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider .swiper-wrapper .swiper-slide table td a:before {
    width: 30px;
    height: 30px;
    top: -5px;
    left: -4px;
  }
}
.fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider .swiper-pagination-bullet, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #7db1c6;
  opacity: 0.5;
  margin: 0 8px;
}
.fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar02-slider .swiper-pagination-bullet-active, .fair .contents .tab-content .calendar .swiper-wrap .swiper-container.calendar03-slider .swiper-pagination-bullet-active {
  background: #7db1c6;
  opacity: 1;
}
.fair .contents .tab-content .calendar .notes {
  text-align: center;
  margin-top: 25px;
}
@media only screen and (max-width:767px) {
  .fair .contents .tab-content .calendar .notes {
    margin: 15px 0;
  }
}
.fair .contents .tab-content .item {
  margin-top: 40px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(75, 75, 75, 0.1));
          filter: drop-shadow(0px 0px 10px rgba(75, 75, 75, 0.1));
  /*&:first-child{
  	margin-top: 55px;
  	@media only screen and (max-width:1024px) {
  		margin-top: 45px;
  	}
  	@media only screen and (max-width:767px) {
  		margin-top: 35px;
  	}
  }*/
}
@media only screen and (max-width:767px) {
  .fair .contents .tab-content .item {
    margin: 30px auto 0;
  }
}
.fair .contents .tab-content .item .detail {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:767px) {
  .fair .contents .tab-content .item .detail {
    display: block;
  }
}
.fair .contents .tab-content .item .detail .image {
  width: 375px;
  margin-right: 30px;
}
@media only screen and (max-width:1024px) {
  .fair .contents .tab-content .item .detail .image {
    width: 250px;
  }
}
@media only screen and (max-width:767px) {
  .fair .contents .tab-content .item .detail .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.fair .contents .tab-content .item .detail .text {
  width: calc(100% - 375px);
}
@media only screen and (max-width:1024px) {
  .fair .contents .tab-content .item .detail .text {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width:767px) {
  .fair .contents .tab-content .item .detail .text {
    width: 100%;
  }
}
.fair .contents .tab-content .item .detail .text h2 {
  font-size: 16px;
  margin: 5px 0 15px;
}
@media only screen and (max-width:767px) {
  .fair .contents .tab-content .item .detail .text h2 {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.fair .contents .tab-content .item .detail .text .detail-col {
  margin-top: 20px;
  border-top: 1px solid #d1d4d7;
  padding-top: 10px;
}
.fair .contents .tab-content .item .detail .text .detail-col .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  margin-top: 0;
  background-color: #fff;
  -webkit-filter: none;
          filter: none;
}
.fair .contents .tab-content .item .button-col {
  padding: 30px 25px 35px;
  background-color: #fdf9f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:1024px) {
  .fair .contents .tab-content .item .button-col {
    padding: 20px 25px 25px;
  }
}
@media only screen and (max-width:767px) {
  .fair .contents .tab-content .item .button-col {
    display: block;
    padding: 18px 20px 10px;
    text-align: center;
  }
}
.fair .contents .tab-content .item .button-col .button {
  margin: 0 10px;
}
@media only screen and (max-width:767px) {
  .fair .contents .tab-content .item .button-col .button {
    margin: 0 auto 10px;
  }
}
.fair .contents .tab-content .result-title {
  font-family: "Noto Serif JP";
  padding-top: 55px;
  font-size: 18px;
  border-bottom: 1px solid #7db1c6;
  padding-bottom: 5px;
  display: block;
}
@media only screen and (max-width:767px) {
  .fair .contents .tab-content .result-title {
    font-size: 15px;
    margin-top: 35px;
    padding-top: 0;
  }
}
.fair .contents .tab-switch:checked + .tab-label {
  background: #d7e8ef;
}
.fair .contents .tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: visible;
  opacity: 1;
  -webkit-transition: 1.5s opacity;
  -o-transition: 1.5s opacity;
  transition: 1.5s opacity;
}
@media only screen and (max-width:767px) {
  .fair .contents .tab-switch:checked + .tab-label + .tab-content {
    padding-bottom: 15px;
  }
}
.fair .contents .tab-switch {
  display: none;
}

/* --------------------------
	フェア詳細ページ
--------------------------- */
.fair-detail .contents .fair-detail-col {
  -webkit-animation: fadeIn 2.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeIn 2.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.fair-detail .contents .fair-detail-col h2 {
  font-family: "Noto Serif JP";
  font-size: 23px;
}
@media only screen and (max-width:1024px) {
  .fair-detail .contents .fair-detail-col h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .fair-detail-col h2 {
    font-size: 17px;
  }
}
.fair-detail .contents .fair-detail-col .icon {
  margin: 15px auto 25px;
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .fair-detail-col .icon {
    margin: 10px auto 15px;
  }
}
.fair-detail .contents .fair-detail-col .detail-col {
  border: 1px solid #d1d4d7;
  padding: 20px 30px 15px;
  margin-bottom: 40px;
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .fair-detail-col .detail-col {
    padding: 15px 20px;
    margin-bottom: 25px;
  }
}
.fair-detail .contents .fair-detail-col .inner {
  margin-bottom: 100px;
}
@media only screen and (max-width:1024px) {
  .fair-detail .contents .fair-detail-col .inner {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .fair-detail-col .inner {
    margin-bottom: 60px;
  }
}
.fair-detail .contents .fair-detail-col .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .fair-detail-col .inner ul {
    display: block;
    margin-bottom: 25px;
  }
}
.fair-detail .contents .fair-detail-col .inner ul li {
  width: 48.5%;
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .fair-detail-col .inner ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.fair-detail .contents .fair-detail-col .inner ul li img {
  width: 100%;
}
.fair-detail .contents .fair-detail-col .inner .read-text {
  margin-bottom: 35px;
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .fair-detail-col .inner .read-text {
    margin-bottom: 25px;
  }
}
.fair-detail .contents .fair-detail-col .inner .privilege {
  border: 1px solid #7db1c6;
  background-color: #f4f7f9;
  padding: 25px 35px 30px;
  margin-bottom: 25px;
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .fair-detail-col .inner .privilege {
    padding: 20px 20px 25px;
    margin-bottom: 15px;
  }
}
.fair-detail .contents .fair-detail-col .inner .privilege h3 {
  font-weight: 700;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .fair-detail-col .inner .privilege h3 {
    padding-left: 22px;
    font-size: 14px;
  }
}
.fair-detail .contents .fair-detail-col .inner .privilege h3:before {
  font-family: "icomoon";
  font-weight: bold;
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 18px;
  color: #7db1c6;
  display: block;
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .fair-detail-col .inner .privilege h3:before {
    font-size: 16px;
  }
}
.fair-detail .contents .fair-detail-col .inner .button-col {
  text-align: center;
  border-top: 1px solid #d1d4d7;
  padding-top: 35px;
  margin-top: 65px;
  margin-bottom: 0;
}
@media only screen and (max-width:1024px) {
  .fair-detail .contents .fair-detail-col .inner .button-col {
    margin-top: 55px;
  }
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .fair-detail-col .inner .button-col {
    padding-top: 25px;
    margin-top: 45px;
  }
}
.fair-detail .contents .calendar {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #f5f5f5;
  padding: 75px 0;
  margin-bottom: 90px;
}
@media only screen and (max-width:1024px) {
  .fair-detail .contents .calendar {
    padding: 55px 0;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .calendar {
    margin-bottom: 50px;
    padding: 35px 0 40px;
  }
}
.fair-detail .contents .calendar .inner {
  max-width: 1080px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width:1024px) {
  .fair-detail .contents .calendar .inner {
    max-width: 100%;
  }
}
@media only screen and (max-width:1024px) {
  .fair-detail .contents .calendar .inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .calendar .inner {
    padding: 0 20px;
  }
}
.fair-detail .contents .calendar .inner h2 {
  font-family: "Noto Serif JP";
  font-size: 21px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .calendar .inner h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.fair-detail .contents .calendar .inner h2:before, .fair-detail .contents .calendar .inner h2:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #d1d4d7;
}
.fair-detail .contents .calendar .inner h2:before {
  margin-right: 2rem;
}
.fair-detail .contents .calendar .inner h2:after {
  margin-left: 2rem;
}
.fair-detail .contents .calendar .inner .calendar-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .calendar .inner .calendar-col {
    display: block;
    margin-bottom: 30px;
  }
}
.fair-detail .contents .calendar .inner .calendar-col .item {
  width: 48.5%;
  background-color: #fff;
  padding: 25px 40px 30px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(75, 75, 75, 0.1));
          filter: drop-shadow(0px 0px 10px rgba(75, 75, 75, 0.1));
}
@media only screen and (max-width:1024px) {
  .fair-detail .contents .calendar .inner .calendar-col .item {
    padding: 25px 25px 30px;
  }
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .calendar .inner .calendar-col .item {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 20px 25px;
  }
}
.fair-detail .contents .calendar .inner .calendar-col .item h3 {
  font-family: "Noto Serif JP";
  font-size: 18px;
  color: #7db1c6;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #d1d4d7;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.fair-detail .contents .calendar .inner .calendar-col .item table {
  table-layout: fixed;
  width: 100%;
}
.fair-detail .contents .calendar .inner .calendar-col .item table th, .fair-detail .contents .calendar .inner .calendar-col .item table td {
  font-family: "Noto Serif JP";
  padding: 12px 10px;
}
@media only screen and (max-width:1024px) {
  .fair-detail .contents .calendar .inner .calendar-col .item table th, .fair-detail .contents .calendar .inner .calendar-col .item table td {
    padding: 8px 10px;
  }
}
.fair-detail .contents .calendar .inner .calendar-col .item table th {
  font-weight: 500;
}
.fair-detail .contents .calendar .inner .calendar-col .item table td a {
  display: block;
  position: relative;
  color: #fff;
}
.fair-detail .contents .calendar .inner .calendar-col .item table td a:before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #7db1c6;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -5px;
  z-index: -1;
}
@media only screen and (max-width:1024px) {
  .fair-detail .contents .calendar .inner .calendar-col .item table td a:before {
    width: 30px;
    height: 30px;
    top: -4px;
    left: -3px;
  }
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .calendar .inner .calendar-col .item table td a:before {
    width: 30px;
    height: 30px;
    top: -5px;
    left: -4px;
  }
}
.fair-detail .contents .calendar .inner .time {
  background-color: #eeeeef;
  padding: 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .calendar .inner .time {
    padding: 15px 20px;
  }
}
.fair-detail .contents .calendar .inner .time .title {
  width: 70px;
  margin-right: 15px;
  position: relative;
  font-size: 13px;
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .calendar .inner .time .title {
    margin-right: 12px;
    width: 60px;
    font-size: 12px;
  }
}
.fair-detail .contents .calendar .inner .time .title:after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #d1d4d7;
  position: absolute;
  right: -5px;
  top: 4px;
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .calendar .inner .time .title:after {
    height: 10px;
    top: 4px;
  }
}
.fair-detail .contents .calendar .inner .time ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .calendar .inner .time ul {
    width: calc(100% - 60px);
  }
}
.fair-detail .contents .calendar .inner .time ul li {
  position: relative;
  padding: 0;
  background-color: transparent;
  color: #000;
  font-size: 13px;
  margin-right: 10px;
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .calendar .inner .time ul li {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
}
.fair-detail .contents .calendar .inner .time ul li:after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  right: -6px;
  top: 9px;
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .calendar .inner .time ul li:after {
    top: 8px;
  }
}
.fair-detail .contents .calendar .inner .time ul li:last-child:after {
  content: none;
}
.fair-detail .contents .flow {
  margin-bottom: 55px;
}
@media only screen and (max-width:1024px) {
  .fair-detail .contents .flow {
    margin-bottom: 45px;
  }
}
.fair-detail .contents .button-col {
  text-align: center;
  margin-bottom: 90px;
}
@media only screen and (max-width:1024px) {
  .fair-detail .contents .button-col {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .button-col {
    margin-bottom: 55px;
  }
}
.fair-detail .contents .other-event {
  background-color: #f4f7f9;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 75px 0;
  margin-bottom: 50px;
}
@media only screen and (max-width:1024px) {
  .fair-detail .contents .other-event {
    padding: 55px 0;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .other-event {
    margin-bottom: 30px;
    padding: 35px 0 40px;
  }
}
.fair-detail .contents .other-event .inner {
  max-width: 1080px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width:1024px) {
  .fair-detail .contents .other-event .inner {
    max-width: 100%;
  }
}
.fair-detail .contents .other-event .inner .swiper-wrap {
  position: relative;
}
.fair-detail .contents .other-event .inner .swiper-wrap .other-event-slider {
  text-align: left;
  position: relative;
  padding: 30px 0;
}
@media only screen and (max-width:1024px) {
  .fair-detail .contents .other-event .inner .swiper-wrap .other-event-slider {
    width: 80%;
    padding: 0;
  }
}
.fair-detail .contents .other-event .inner .swiper-wrap .other-event-slider .swiper-slide {
  background-color: #fff;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fair-detail .contents .other-event .inner .swiper-wrap .other-event-slider .swiper-slide .inner {
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 0;
}
.fair-detail .contents .other-event .inner .swiper-wrap .other-event-slider .swiper-slide .inner a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.fair-detail .contents .other-event .inner .swiper-wrap .other-event-slider .swiper-slide .inner:hover {
  opacity: 0.6;
}
@media only screen and (max-width:1024px) {
  .fair-detail .contents .other-event .inner .swiper-wrap .other-event-slider .swiper-slide .inner:hover {
    opacity: 1;
  }
}
.fair-detail .contents .other-event .inner .swiper-wrap .other-event-slider .swiper-slide .inner img {
  margin-bottom: 10px;
}
.fair-detail .contents .other-event .inner .swiper-wrap .other-event-slider .swiper-slide .inner h3 {
  margin-bottom: 10px;
  padding: 0 20px;
}
.fair-detail .contents .other-event .inner .swiper-wrap .other-event-slider .swiper-slide .inner .detail-col {
  margin: auto 20px 15px;
  border-top: 1px solid #d1d4d7;
  padding-top: 10px;
}
.fair-detail .contents .other-event .inner .swiper-wrap .other-event-slider .swiper-slide .inner .detail-col .title {
  width: 70px;
  margin-right: 10px;
}
.fair-detail .contents .other-event .inner .swiper-wrap .other-event-slider .swiper-slide .inner .detail-col ul {
  width: calc(100% - 70px);
}
.fair-detail .contents .other-event .inner .swiper-wrap .swiper-button-prev {
  background-image: none;
  top: 200px;
  left: -33px;
}
@media only screen and (max-width:1024px) {
  .fair-detail .contents .other-event .inner .swiper-wrap .swiper-button-prev {
    left: 20px;
    top: 200px;
  }
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .other-event .inner .swiper-wrap .swiper-button-prev {
    left: 5px;
    top: 170px;
  }
}
.fair-detail .contents .other-event .inner .swiper-wrap .swiper-button-prev:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #d1d4d7;
  border-left: 1px solid #d1d4d7;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width:1024px) {
  .fair-detail .contents .other-event .inner .swiper-wrap .swiper-button-prev:before {
    left: 10px;
    top: 0;
  }
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .other-event .inner .swiper-wrap .swiper-button-prev:before {
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
  }
}
.fair-detail .contents .other-event .inner .swiper-wrap .swiper-button-prev:after {
  content: none;
}
.fair-detail .contents .other-event .inner .swiper-wrap .swiper-button-next {
  background-image: none;
  top: 200px;
  right: -35px;
}
@media only screen and (max-width:1024px) {
  .fair-detail .contents .other-event .inner .swiper-wrap .swiper-button-next {
    right: 20px;
    top: 200px;
  }
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .other-event .inner .swiper-wrap .swiper-button-next {
    right: 10px;
    top: 170px;
  }
}
.fair-detail .contents .other-event .inner .swiper-wrap .swiper-button-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #d1d4d7;
  border-right: 1px solid #d1d4d7;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width:1024px) {
  .fair-detail .contents .other-event .inner .swiper-wrap .swiper-button-next:before {
    right: 10px;
    top: 0;
  }
}
@media only screen and (max-width:767px) {
  .fair-detail .contents .other-event .inner .swiper-wrap .swiper-button-next:before {
    width: 20px;
    height: 20px;
    right: 5px;
    top: 0;
  }
}
.fair-detail .contents .other-event .inner .swiper-wrap .swiper-button-next:after {
  content: none;
}

/* --------------------------
	共通パーツ
--------------------------- */
.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (max-width:767px) {
  .icon {
    margin-bottom: 10px;
  }
}
.icon li {
  margin-right: 5px;
  color: #fff;
  background-color: #7db1c6;
  border-radius: 2em;
  padding: 2px 8px;
  font-size: 12px;
}
@media only screen and (max-width:767px) {
  .icon li {
    font-size: 11px;
  }
}

.detail-col .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  margin-top: 0;
  background-color: #fff;
  -webkit-filter: none;
          filter: none;
}
.detail-col .item .title {
  width: 70px;
  margin-right: 15px;
  position: relative;
  font-size: 13px;
}
@media only screen and (max-width:767px) {
  .detail-col .item .title {
    margin-right: 8px;
    width: 60px;
    font-size: 12px;
  }
}
.detail-col .item .title:after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #d1d4d7;
  position: absolute;
  right: 0;
  top: 4px;
}
@media only screen and (max-width:767px) {
  .detail-col .item .title:after {
    height: 10px;
    top: 4px;
  }
}
.detail-col .item ul {
  width: calc(100% - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
@media only screen and (max-width:767px) {
  .detail-col .item ul {
    width: calc(100% - 60px);
  }
}
.detail-col .item ul li {
  position: relative;
  padding: 0;
  background-color: transparent;
  color: #000;
  font-size: 13px;
  margin-right: 10px;
}
@media only screen and (max-width:767px) {
  .detail-col .item ul li {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
}
.detail-col .item ul li:after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  right: -6px;
  top: 9px;
}
.detail-col .item ul li:last-child:after {
  content: none;
}
.detail-col .item:first-child ul li {
  margin-right: 5px;
}
@media only screen and (max-width:767px) {
  .detail-col .item:first-child ul li {
    font-size: 12px;
  }
}
.detail-col .item:first-child ul li:after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 9px;
}
@media only screen and (max-width:767px) {
  .detail-col .item:first-child ul li:after {
    top: 8px;
  }
}
.detail-col .item:first-child ul li:last-child:after {
  content: none;
}

.flow {
  text-align: center;
  margin-bottom: 120px;
}
@media only screen and (max-width:1024px) {
  .flow {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width:767px) {
  .flow {
    margin-bottom: 70px;
  }
}
.flow .inner {
  max-width: 1080px;
  margin: auto;
  border: 1px solid #d1d4d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
@media only screen and (max-width:1024px) {
  .flow .inner {
    max-width: 100%;
  }
}
@media only screen and (max-width:1024px) {
  .flow .inner {
    padding: 25px 35px;
  }
}
@media only screen and (max-width:767px) {
  .flow .inner {
    padding: 0;
    display: block;
  }
}
.flow .inner .text {
  width: calc(100% - 540px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1ch;
}
@media only screen and (max-width:1024px) {
  .flow .inner .text {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width:767px) {
  .flow .inner .text {
    width: 100%;
    padding: 25px 30px;
  }
}
.flow .inner .text ul {
  text-align: left;
  position: relative;
}
.flow .inner .text ul:after {
  content: "";
  width: 1px;
  height: 240px;
  background-color: #7db1c6;
  position: absolute;
  left: 23px;
  top: 2px;
  z-index: -1;
}
@media only screen and (max-width:767px) {
  .flow .inner .text ul:after {
    left: 21px;
  }
}
.flow .inner .text ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 65px;
}
@media only screen and (max-width:767px) {
  .flow .inner .text ul li {
    padding-left: 50px;
  }
}
.flow .inner .text ul li .headline {
  font-size: 16px;
}
@media only screen and (max-width:767px) {
  .flow .inner .text ul li .headline {
    font-size: 15px;
  }
}
.flow .inner .text ul li:before {
  content: "";
  width: 45px;
  height: 45px;
  border: 1px solid #7db1c6;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
@media only screen and (max-width:767px) {
  .flow .inner .text ul li:before {
    width: 38px;
    height: 38px;
    top: 0;
  }
}
.flow .inner .text ul li:after {
  content: "";
  font-family: "Noto Serif JP";
  font-size: 20px;
  color: #7db1c6;
  position: absolute;
  left: 12px;
  top: 8px;
}
@media only screen and (max-width:767px) {
  .flow .inner .text ul li:after {
    font-size: 18px;
    left: 10px;
    top: 5px;
  }
}
.flow .inner .text ul li:first-child:after {
  content: "01";
}
.flow .inner .text ul li:nth-child(2):after {
  content: "02";
}
.flow .inner .text ul li:nth-child(3):after {
  content: "03";
}
.flow .inner .text ul li:last-child {
  margin-bottom: 0;
}
.flow .inner .text ul li:last-child:after {
  content: "04";
}
.flow .inner .image {
  width: 540px;
}
@media only screen and (max-width:1024px) {
  .flow .inner .image {
    width: 300px;
    margin-left: 35px;
  }
}
@media only screen and (max-width:767px) {
  .flow .inner .image {
    width: 100%;
    margin-left: 0;
  }
}
.flow .inner .image img {
  width: 100%;
}