@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------
   管工機材設備総合展
   single-activity-exhibition.php 用スタイル
   base.php で is_page_template() のときのみ読み込まれる
------------------------------------------- */
/* -------------------------------------------
   ページ上下余白
------------------------------------------- */
.p-page {
  padding: 8rem 0 12rem;
}
@media screen and (360px <= width <= 767px) {
  .p-page {
    padding: 4rem 0 8rem;
  }
}

/* -------------------------------------------
   展示会シングル
------------------------------------------- */
/* ポスター＋基本情報 2カラム */
.p-exhibition-single__overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  margin-bottom: 8rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #0e5fc9;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}

.p-exhibition-single__poster {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28rem;
          flex: 0 0 28rem;
}
.p-exhibition-single__poster img {
  width: 100%;
  height: auto;
  background: #d5d5d5;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__poster {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 18rem;
    margin: 0 auto;
  }
}

.p-exhibition-single__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* タイトル（右カラム内） */
.p-exhibition-single__heading {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #3B4043;
  margin-bottom: 1.6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__heading {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
}

.p-exhibition-single__catch {
  font-size: 2.4rem;
  font-weight: 700;
  color: #3B4043;
  margin-bottom: 3rem;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__catch {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 2rem;
  }
}

/* 基本情報テーブル */
.p-exhibition-single__info-table {
  width: 100%;
  border-collapse: collapse;
}
.p-exhibition-single__info-table th,
.p-exhibition-single__info-table td {
  padding: 1.6rem 4.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #3B4043;
  text-align: left;
  vertical-align: top;
}
.p-exhibition-single__info-table tr:nth-of-type(2):not(:last-of-type) th,
.p-exhibition-single__info-table tr:nth-of-type(2):not(:last-of-type) td {
  border-bottom: 1px dashed #707070;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__info-table tr:nth-of-type(2):not(:last-of-type) th,
  .p-exhibition-single__info-table tr:nth-of-type(2):not(:last-of-type) td {
    border-bottom: none;
  }
}
.p-exhibition-single__info-table th {
  padding-left: 0;
  width: 12rem;
  font-weight: 700;
  color: #3B4043;
  white-space: nowrap;
  vertical-align: middle;
}
.p-exhibition-single__info-table td a {
  font-size: 2rem;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #0E5FC9;
  text-underline-offset: 0.3em;
}
.p-exhibition-single__info-table td a img {
  margin-left: 0.5rem;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__info-table td a img {
    width: 18px;
    height: auto;
  }
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__info-table td a {
    font-size: 1.4rem;
  }
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__info-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.2rem 0;
  }
  .p-exhibition-single__info-table tr:nth-of-type(2) th,
  .p-exhibition-single__info-table tr:nth-of-type(2) td {
    border-bottom: none;
  }
  .p-exhibition-single__info-table tr:nth-of-type(2) {
    border-bottom: 1px dashed #707070;
  }
  .p-exhibition-single__info-table th,
  .p-exhibition-single__info-table td {
    display: block;
    padding: 0;
    font-size: 1.4rem;
    width: 100%;
  }
  .p-exhibition-single__info-table th {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
}

/* 日時表示 */
.p-exhibition-single__date {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #0e5fc9;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__date {
    font-size: 1.6rem;
  }
}

.p-exhibition-single__time {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3B4043;
  margin-top: 0.4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__time {
    font-size: 1.4rem;
    margin-top: 0;
  }
}

/* セクション共通 */
.p-exhibition-single__section {
  margin-bottom: 6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__section {
    margin-bottom: 4rem;
  }
}

.p-exhibition-single__section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #3B4043;
  margin-bottom: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.p-exhibition-single__section-title img {
  width: 3rem;
  height: 3rem;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__section-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .p-exhibition-single__section-title img {
    width: 2rem;
    height: 2rem;
  }
}

/* 併催イベント */
.p-exhibition-single__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}

.p-exhibition-single__event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.p-exhibition-single__event-poster {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28rem;
          flex: 0 0 28rem;
}
.p-exhibition-single__event-poster img {
  width: 100%;
  height: auto;
  background: #d5d5d5;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__event-poster {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 18rem;
    margin: 0 auto;
  }
}

.p-exhibition-single__event-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-exhibition-single__event-name {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__event-name {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}

/* 開催実績 */
.p-exhibition-single__result-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__result-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.p-exhibition-single__result-heading {
  font-size: 2rem;
  font-weight: 500;
  color: #3B4043;
  margin-bottom: 1.2rem;
  border-bottom: 2px solid #0E5FC9;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__result-heading {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.p-exhibition-single__result-table {
  width: 100%;
  border-collapse: collapse;
}
.p-exhibition-single__result-table tbody td {
  padding: 0.8rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3B4043;
  border-bottom: 1px solid #7E7E7E;
}
.p-exhibition-single__result-table tbody td:last-child {
  text-align: right;
  white-space: nowrap;
}
.p-exhibition-single__result-table tbody tr:last-child td {
  border-bottom: none;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__result-table tbody td {
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
  }
}

.p-exhibition-single__result-highlight td {
  font-size: 1.8rem;
  font-weight: 500;
  background: #0e5fc9;
  color: #fff !important;
  border-bottom: none !important;
}

.p-exhibition-single__result-total td {
  font-size: 1.8rem;
  font-weight: 700;
  background: #0e5fc9;
  color: #fff !important;
  border-bottom: none !important;
}

.p-exhibition-single__result-table--extra {
  margin-top: 1.5rem;
}

.p-exhibition-single__remarks {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  color: #3B4043;
  line-height: 1.8;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__remarks {
    font-size: 1.4rem;
  }
}

/* ダウンロード */
.p-exhibition-single__downloads {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__downloads {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}

.p-exhibition-single__download-card {
  background: #fff;
  border-radius: 0 0 0.8rem 0.8rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 4.4rem 3.2rem 3.2rem;
  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;
  border-top: 8px solid #0e5fc9;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__download-card {
    padding: 1.6rem 1.2rem;
    border-top-width: 5px;
  }
}

.p-exhibition-single__download-icon {
  margin-bottom: 2.4rem;
}
.p-exhibition-single__download-icon img {
  width: 6rem;
  height: 6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__download-icon {
    margin-bottom: 1.2rem;
  }
  .p-exhibition-single__download-icon img {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.p-exhibition-single__download-name {
  font-size: 2rem;
  font-weight: 700;
  color: #3B4043;
  line-height: 1.4;
  margin-bottom: 1.2rem;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__download-name {
    font-size: 1.6rem;
  }
}

.p-exhibition-single__download-desc {
  font-size: 1.6rem;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.6;
  margin-bottom: 1.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__download-desc {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}

.p-exhibition-single__download-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  font-size: 1.6rem;
  font-weight: 700;
  color: #3B4043;
}
.p-exhibition-single__download-link img {
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__download-link {
    font-size: 1.4rem;
  }
}

/* ベストプレゼンテーション賞 */
.p-exhibition-single__awards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__awards {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.p-exhibition-single__award-category-name {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid #0E5FC9;
  color: #3B4043;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__award-category-name {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
  }
}

.p-exhibition-single__prize-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-exhibition-single__prize-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid #7E7E7E;
}
.p-exhibition-single__prize-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__prize-item {
    gap: 1.2rem;
    padding: 1.2rem 0;
  }
}

.p-exhibition-single__medal {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  border: 6px solid #ccc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-exhibition-single__medal--gold {
  border-color: #d4a017;
}
.p-exhibition-single__medal--silver {
  border-color: #aaa;
}
.p-exhibition-single__medal--bronze {
  border-color: #c47530;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__medal {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.p-exhibition-single__prize-name {
  font-size: 1.6rem;
  font-weight: 500;
  color: #3B4043;
  white-space: nowrap;
  min-width: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__prize-name {
    font-size: 1.4rem;
  }
}

.p-exhibition-single__prize-winner {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3B4043;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__prize-winner {
    font-size: 1.4rem;
  }
}

/* ギャラリー */
.p-exhibition-single__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (360px <= width <= 767px) {
  .p-exhibition-single__gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}

.p-exhibition-single__gallery-item {
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
  border: 1px solid #707070;
}
.p-exhibition-single__gallery-item a {
  display: block;
  line-height: 0;
  cursor: pointer;
}
.p-exhibition-single__gallery-item img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* -------------------------------------------
   GLightbox カスタム
------------------------------------------- */
.glightbox-container .goverlay {
  background: rgba(0, 0, 0, 0.85) !important;
}

/* gcontainer を白枠フレームにする（ボタンの親要素） */
.glightbox-container .gcontainer {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  max-width: calc(100vw - 4rem);
  max-height: calc(100vh - 4rem);
  background: #fff;
  padding: 40px 60px;
  -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3rem rgba(0, 0, 0, 0.4);
  overflow: visible !important;
}
@media screen and (360px <= width <= 767px) {
  .glightbox-container .gcontainer {
    padding: 24px;
    max-width: calc(100vw - 2rem);
    max-height: calc(100vh - 2rem);
  }
}

/* 内部要素を auto にして fit-content を効かせる */
.glightbox-container #glightbox-slider,
.glightbox-container .gslide,
.glightbox-container .gslide-inner-content,
.glightbox-container .ginner-container,
.glightbox-container .gslide-media {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
}

.glightbox-container .gslide-image img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: calc(100vw - 4rem - 90px);
  max-height: calc(100vh - 4rem - 90px);
}
@media screen and (360px <= width <= 767px) {
  .glightbox-container .gslide-image img {
    max-width: calc(100vw - 2rem - 48px);
    max-height: calc(100vh - 2rem - 48px);
  }
}

/* コントロール共通 */
.glightbox-container .gclose,
.glightbox-container .gnext,
.glightbox-container .gprev {
  position: absolute !important;
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* 閉じるボタン：フレーム右下 */
.glightbox-container .gclose {
  top: auto !important;
  right: 0 !important;
  bottom: 32px !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  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;
  gap: 0.4rem;
  opacity: 1 !important;
}
@media screen and (360px <= width <= 767px) {
  .glightbox-container .gclose {
    bottom: 0 !important;
  }
}
.glightbox-container .gclose svg {
  width: 3.6rem;
  height: 3.6rem;
}
.glightbox-container .gclose svg path,
.glightbox-container .gclose svg line,
.glightbox-container .gclose svg polyline,
.glightbox-container .gclose svg polygon {
  fill: #000 !important;
  stroke: #000 !important;
}
.glightbox-container .gclose::after {
  content: "CLOSE";
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (360px <= width <= 767px) {
  .glightbox-container .gclose::after {
    content: "";
  }
}

/* 前後ナビ：フレーム内左右 */
.glightbox-container .gnext,
.glightbox-container .gprev {
  top: 50% !important;
  bottom: auto !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem !important;
  height: 4rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.7 !important;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.glightbox-container .gnext:hover,
.glightbox-container .gprev:hover {
  opacity: 1 !important;
}
.glightbox-container .gnext svg,
.glightbox-container .gprev svg {
  width: 2.4rem;
  height: 2.4rem;
}
.glightbox-container .gnext svg path,
.glightbox-container .gnext svg line,
.glightbox-container .gnext svg polyline,
.glightbox-container .gnext svg polygon,
.glightbox-container .gprev svg path,
.glightbox-container .gprev svg line,
.glightbox-container .gprev svg polyline,
.glightbox-container .gprev svg polygon {
  fill: #000 !important;
  stroke: #000 !important;
}
@media screen and (360px <= width <= 767px) {
  .glightbox-container .gnext,
  .glightbox-container .gprev {
    width: 2rem !important;
    height: 3rem !important;
  }
}

.glightbox-container .gprev {
  left: 0 !important;
  right: auto !important;
}

.glightbox-container .gnext {
  right: 0 !important;
  left: auto !important;
}/*# sourceMappingURL=exhibition.css.map */