﻿
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■ Fair
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.brodal-more-btn {
    margin: 40px auto 0 auto;
    display: block;
    width: 240px;
    border: 1px solid #fff;
    text-align: center;
    height: 45px;
    position: relative;
    background-color: #015a28;
}
.brodal-more-btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.brodal-more-btn p {
    margin: 13px 23px 0px 0px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
}

.brodal-more-btn::after {
    content: '＞';
    position: absolute;
    color: #015a28;
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    font-weight: 800;
    padding: 3px 0px 0px 1px;
    font-size: 9px;
    top: 13px;
    right: 17px;
    text-align: center;
}
#fair {
    margin: 65px 0;
    overflow-y: hidden;
}
#fair iframe {
    margin: -548px auto 0 auto;
    width: 780px !important;
    display: block;
}
.innerWrap{
    width: 90%;
    min-width: 1000px;
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
}

.iframe__fair {
    height: 2800px;
    margin-bottom: -460px !important;
}
.iframe__calendar {
    height: 2600px;
    margin-bottom: -460px  !important;
}
.iframe__date {
    height: 2315px;
    margin-bottom: -460px  !important;
}
.iframe__detail {
    height: 1600px;
    margin: -442px auto -423px auto !important;
}
.display__none{
  display: none !important;
}
.fair__btn {
    display: flex;
    max-width: 800px;
    margin: 30px auto 0 auto;
}
.fair__btn a img {
    width: 240px;
    margin: 0 0 0 20px;
}
table#mfp_confirm_table{
    max-width: 800px !important;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .brodal-more-btn {
    margin: 15px auto 0 auto
  }
  .innerWrap {
    width: 100%;
    min-width: 0px;
    max-width: 1360px;
}

  #fair iframe {
      margin: -390px auto 0 auto;
      width: 100% !important;
      display: block;
      overflow-y: hidden;
  }

.iframe__fair {
    height: 3170px;
    margin: -150px auto 0 auto!important;
}
.iframe__calendar {
    height: 3050px;
    margin: -150px auto 0 auto!important;
}
.iframe__date {
    height: 2700px;
    margin: -150px auto 0 auto!important;
}
.iframe__detail {
    height: 2441px;
    margin: -150px auto 0 auto!important;
  }


  .fair__btn {
      display: block;
      max-width: 600px;
      margin: 0 auto;
      flex-wrap: wrap;
      width: 100%;
  }
.fair__btn a img {
    width: 240px;
    margin: 20px auto;
    display: block;
}

}

.information {
    text-align: center;
    margin: 30px auto 0 auto;
    background-color: #f0f0f0;
    padding: 40px;
    width: 80%;
  }

  .pc {
    display:inline;
    }
  @media screen and (max-width:767px) {
    .information {
      text-align: left;
    }
    .pc {
      display:none;
      }
  }
