@charset "UTF-8";
/**
 * 展示会（/exhibition/2026/）の「シミュレーション・お問い合わせ」ブロック用スタイル
 * support_area_utf8.html 等で利用。背景画像は /exhibition/2026/img/ を参照。
 * 読み込み例: <link rel="stylesheet" href="/product_floor/css/p-exh-support-area.css" />
 */

.p-exh__other {
  background-color: #fff;
  padding: 40px 0 0 0;
  margin-bottom: -54px;
}


@media screen and (min-width: 767px) {
  .p-exh__other {
    padding: 100px 0 0 0;
    margin-bottom: -54px;
  }
}

.p-exh__simulationList {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 20px;
  gap: 20px;
  max-width: 1020px;
  list-style: none;
}

@media screen and (min-width: 767px) {
  .p-exh__simulationList {
    flex-direction: row;
    gap: 50px;
  }
}

@media screen and (min-width: 1028px) {
  .p-exh__simulationList {
    padding: 0;
  }
}

.p-exh__simulationItem {
  width: 100%;
  aspect-ratio: 980 / 600;
  height: auto;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  transition: background-size 0.3s;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .p-exh__simulationItem {
    width: calc((100% - 50px) / 2);
    height: 300px;
    aspect-ratio: auto;
  }
}

.p-exh__simulationItem:hover {
  background-size: 110%;
}

.p-exh__simulationItem a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.p-exh__simulationItem p {
  margin: 0;
  color:#fff !important;
  text-decoration: none !important;
}
.p-exh__simulationItem a {
  color:#fff !important;
  text-decoration: none !important;
}

.p-exh__simulationItem--vr {
  background-image: url("/exhibition/2026/img/vr_bg.jpg");
}

.p-exh__simulationItem--vr .p-exh__simulationItemTitle {
  margin-bottom: 13px;
}

.p-exh__simulationItem--imagefit {
  background-image: url("/exhibition/2026/img/image_fit_bg.jpg");
}

.p-exh__simulationItem--imagefit .p-exh__simulationItemTitle {
  margin-bottom: 11px;
  margin-right: 20px;
}

@media screen and (min-width: 767px) {
  .p-exh__simulationItem--imagefit .p-exh__simulationItemTitle {
    margin-bottom: 23px;
  }
}

.p-exh__simulationItem--imagefit img {
  width: 165px;
  height: auto;
}

@media screen and (min-width: 767px) {
  .p-exh__simulationItem--imagefit img {
    width: 209px;
  }
}

.p-exh__simulationItemTitle {
  font-size: 20px;
}

@media screen and (min-width: 767px) {
  .p-exh__simulationItemTitle {
    font-size: 30px;
  }
}

.p-exh__simulationItemText {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.875;
  padding: 0 40px;
}

@media screen and (min-width: 767px) {
  .p-exh__simulationItemText {
    font-size: 16px;
  }
}

.p-exh__contactArea {
  padding: 60px 20px;
  background-image: url("/exhibition/2026/img/contact_bg.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 50px;
}

@media screen and (min-width: 767px) {
  .p-exh__contactArea {
    padding: 100px 10px 110px;
    margin-top: 100px;
  }
}

.p-exh__contantBtnList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 767px) {
  .p-exh__contantBtnList {
    flex-direction: row;
    gap: 55px;
  }
}

.p-exh__contantBtnItem {
  max-width: 335px;
  width: 100%;
  height: 80px;
  background-color: #fff;
  font-size: 16px;
  border-radius: 100px;
  letter-spacing: 0.2em;
  font-weight: 500;
  position: relative;
}
.p-exh__contantBtnItem a{
  color:#000 !important;
  text-decoration: none !important;
}

@media screen and (min-width: 767px) {
  .p-exh__contantBtnItem {
    font-size: 20px;
    max-width: 450px;
    height: 100px;
  }
}

.p-exh__contantBtnItem:hover::after {
  right: 20px;
}

.p-exh__contantBtnItem a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.p-exh__contantBtnItem::after {
  content: "";
  background-image: url("/exhibition/2026/img/icon_right_arrow.png");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: right 0.4s;
}

@media screen and (min-width: 767px) {
  .p-exh__contantBtnItem::after {
    width: 28px;
    height: 28px;
    right: 26px;
  }
}
