@charset "utf-8";
html {
  scroll-behavior: smooth;
  /* -webkit-text-size-adjust: 100%; */
}
body,
button {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.sp_only {
  display: none;
}
.h100per {
  height: 100%;
}
.page-top {
  overflow: hidden;
}
.content {
  width: 1100px;
  margin: auto;
}
.m-sp {
  display: none;
}
p {
  margin: 0;
}
.pdl-25 {
  padding-left: 25px;
}
.fw {
  font-weight: bold;
}
.br-ipad {
  display: none;
}
.text-center {
  text-align: center;
}

.exhi_link{
  color: #918C28;
}

.exhi_link:hover{
  color: #524f16;
}

/* header */

/* end header */

.main-page-content {
  margin-top: 80px;
}
.section-content-wrap {
  padding: 100px 0;
  background-color: #F8F7F6;
}
.exhi-section-wrap {
  max-width: 1100px;
  margin: auto;
  padding: 0 25px;
}
.section-title {
  position: relative;
  left: -10px;
}
.section-title img {
  height: 130px;
  object-fit: contain;
}

.exhi-section-main-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}

.exhi-section-description {
  padding-top: 53px;
  padding-bottom: 20px;
}

.exhi-box {
  display: flex;
  flex-direction: column;
  padding: 0 25px;
  width: 50%;
  margin-top: 60px;
  box-sizing: border-box;
}

.exhi-box .exhi-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.exhi-box .exhi-title .exhi-title-text {
  cursor: pointer;
}

.exhi-box .exhi-title .exhi-title-text:hover {
  color: #918c28;
}

.exhi-box .exhi-title .exhi-title-label {
  color: #FFFFFF;
  background-color: #DC6A5E;
  padding: 6px 8px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  border-radius: 8px;
  flex-shrink: 0;
}

.exhi-box .exhi-place-image-wrap {
  margin-bottom: 20px;
  cursor: pointer;
}

.exhi-box .exhi-place-image-wrap:hover {
  opacity: 0.8;
}

.exhi-box .exhi-place-image-wrap .exhi-place-img {
  width: 100%;
}

.exhi-box .exhi-table {
  border-collapse: collapse;
  font-size: 16px;
  width: 100%;
  flex: 1;
  min-height: 237px;
}

.exhi-box .exhi-table th {
  text-align: left;
  background-color: #918c28;
  color: white;
}

.exhi-box .exhi-table td, .exhi-box .exhi-table th {
  padding: 7px 10px;
  box-sizing: border-box;
  border: 1px solid #cbc3c3;
  word-break: break-word;
}

.exhi-box .exhi-table th {
  font-weight: normal;
  width: 50%;
}

.exhi-box .exhi-table td {
  vertical-align: top;
  line-height: 2;
}

.link-color-918C28 {
  color: #918c28;
  text-decoration: underline;
  cursor: pointer;
}

.pc-flex {
  display: flex;
}
.sp-flex {
  display: none;
}

@media only screen and (max-width: 1100px) {
  body {
    font-size: 3.733vw;
  }
  .pc-flex {
    display: none;
  }
  .sp-flex {
    display: flex;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .flex-column-sp {
    flex-direction: column;
  }
  .fs-16-sp {
    font-size: 4.267vw;
  }
  .mt-sp-20 {
    margin-top: 5.333vw;
  }
  .ml-sp-5 {
    margin-left: 1.333vw;
  }
  .ml-sp-15 {
    margin-left: 4vw;
  }
  .ml-sp-20 {
    margin-left: 5.333vw;
  }
  .px-5-sp {
    padding-left: 1.333vw;
    padding-right: 1.333vw;
  }
  .px-15-sp {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .exhi-section-wrap {
    padding: 0 4vw;
  }
  .section-title img {
    width: auto;
    height: 21vw;
  }
  .section-content-wrap {
    padding: 26.5vw 0 14vw;
  }
  .exhi-section-main-content {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .m-sp {
    display: block;
  }
  .inline-block-sp {
    display: inline-block;
  }
  .main-page-content {
    margin-top: 0;
  }
  .exhi-section-description {
    padding-top: 8vw;
    padding-bottom: 5.3vw;
  }
  .exhi-box {
    margin-top: 5.333vw;
    width: 100%;
    padding: 0;
    margin-bottom: 8vw;
  }
  .exhi-box .exhi-title{
    font-size: 4.6vw;
    margin-bottom: 5vw;
  }
  .exhi-box .exhi-place-image-wrap {
    margin-bottom: 4vw;
  }
  .exhi-box .exhi-table {
    font-size: 3.733vw;
    min-height: 52.533vw;
  }
  .exhi-box .exhi-table td, .exhi-box .exhi-table th {
    padding: 1.333vw 1.867vw;
  }
}

