/* =================================================================
 exhibitor
================================================================= */
/* =================================================================
 exhibitor/detail
================================================================= */
body.exhibitor-detail-page .content-box:has(.content-box-header) {
  padding-top: 2.5em;
}
@media screen and (max-width: 767px) {
  body.exhibitor-detail-page .content-box:has(.content-box-header) {
    padding: 0;
  }
}
body.exhibitor-detail-page .content-box:has(.content-box-header) .content-box-header {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 1.5em;
}
@media screen and (max-width: 767px) {
  body.exhibitor-detail-page .content-box:has(.content-box-header) .content-box-header {
    display: flex;
    align-items: flex-start;
    flex-flow: column nowrap;
    justify-content: space-between;
    gap: 1.7857142857em;
  }
}
body.exhibitor-detail-page .company-main-info {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 1.25em;
}
@media screen and (max-width: 767px) {
  body.exhibitor-detail-page .company-main-info {
    gap: 1.0714285714em;
  }
}
body.exhibitor-detail-page .company-main-info .company-logo {
  margin: 0;
  height: 3.75em;
}
@media screen and (max-width: 767px) {
  body.exhibitor-detail-page .company-main-info .company-logo {
    height: 3.2142857143em;
  }
}
body.exhibitor-detail-page .company-main-info .company-logo img {
  width: auto;
  height: 100%;
}
body.exhibitor-detail-page .company-main-info .company-name {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1330px) {
  body.exhibitor-detail-page .company-main-info .company-name {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  body.exhibitor-detail-page .company-main-info .company-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.exhibitor-detail-page .company-main-info .company-name {
    font-size: 20px;
  }
}
body.exhibitor-detail-page .company-sub-info {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 1.25em;
}
@media screen and (max-width: 767px) {
  body.exhibitor-detail-page .company-sub-info {
    gap: 0.7142857143em;
  }
}
body.exhibitor-detail-page .company-sub-info .map-btn {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.375em;
  padding: 0.1em 1em;
  min-height: 2.5em;
  border: solid 1px #666;
  background: transparent;
  color: #666;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  white-space: nowrap;
}
@media (hover: hover) {
  body.exhibitor-detail-page .company-sub-info .map-btn:hover, body.exhibitor-detail-page .company-sub-info .map-btn:focus {
    background: #666;
    color: #FFFFFF;
  }
  body.exhibitor-detail-page .company-sub-info .map-btn:hover::before, body.exhibitor-detail-page .company-sub-info .map-btn:focus::before {
    background-image: url(../media/images/common/icon_map_hover.svg);
  }
}
@media screen and (max-width: 767px) {
  body.exhibitor-detail-page .company-sub-info .map-btn {
    padding: 0.1em 1.5em;
    min-height: 2.7692307692em;
    font-size: 13px;
  }
}
body.exhibitor-detail-page .company-sub-info .map-btn::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 13/18;
  width: 0.8125em;
  height: auto;
  background-image: url(../media/images/common/icon_map.svg);
}
@media screen and (max-width: 767px) {
  body.exhibitor-detail-page .company-sub-info .map-btn::before {
    width: 0.9230769231em;
  }
}
body.exhibitor-detail-page .company-sub-info .booth-no {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.125em;
  margin-right: 0.625em;
  padding-right: 1.875em;
  color: #666;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.exhibitor-detail-page .company-sub-info .booth-no {
    margin-right: 0.7142857143em;
    padding-right: 0.8571428571em;
  }
}
body.exhibitor-detail-page .company-sub-info .booth-no::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #B0B0B0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
body.exhibitor-detail-page .company-sub-info .booth-no dt {
  font-weight: 500;
}
body.exhibitor-detail-page .company-sub-info .favorite-btn {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  aspect-ratio: 30/27;
  width: 1.875em;
  min-width: 1.875em;
  height: auto;
  text-decoration: none;
  position: relative;
}

@media (hover: hover) {
  body.exhibitor-detail-page .company-sub-info .favorite-btn:focus {
    background: none;
  }
}
body.exhibitor-detail-page .company-sub-info .favorite-btn::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  background-image: url(../media/images/common/icon_favorite.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
/*
@media (hover: hover) {
  body.exhibitor-detail-page .company-sub-info .favorite-btn:not(.registed):hover::before, body.exhibitor-detail-page .company-sub-info .favorite-btn:not(.registed):focus::before {
    background-image: url(../media/images/common/icon_favorite_registed.svg);
  }
}
@media (hover: hover) {
  body.exhibitor-detail-page .company-sub-info .favorite-btn.registed:hover::before, body.exhibitor-detail-page .company-sub-info .favorite-btn.registed:focus::before {
    background-image: url(../media/images/common/icon_favorite.svg);
  }
}*/

body.exhibitor-detail-page .company-sub-info .favorite-btn.registed::before {
  background-image: url(../media/images/common/icon_favorite_registed.svg);
}
body.exhibitor-detail-page .company-introduction {
  margin: 4.375em auto 0;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  body.exhibitor-detail-page .company-introduction {
    margin-top: 1.4285714286em;
  }
}
body.exhibitor-detail-page .company-introduction .main-img {
  width: 100%;
  height: auto;
  border: solid 1px #B0B0B0;
  overflow: hidden;
}
body.exhibitor-detail-page .company-introduction .main-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.exhibitor-detail-page .company-introduction .main-movie {
  width: 100%;
  height: auto;
  border: solid 1px #B0B0B0;
  background: #000;
}
body.exhibitor-detail-page .company-introduction .explanation {
  margin-top: 1.6666666667em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 1330px) {
  body.exhibitor-detail-page .company-introduction .explanation {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.exhibitor-detail-page .company-introduction .explanation {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.exhibitor-detail-page .company-introduction .explanation {
    margin-top: 1.4285714286em;
    font-size: 14px;
  }
}

#ex-information .information-list {
  grid-auto-flow: column;
  grid-template-columns: calc(50% - 1 * 2.5em / 2);
  gap: 1.25em 2.5em;
}
@media screen and (max-width: 767px) {
  #ex-information .information-list {
    grid-auto-flow: row;
    grid-template-columns: 100%;
    gap: 1.4285714286em;
  }
}
@media screen and (max-width: 980px) {
  #ex-information .information-list .information-box .box-inner {
    display: flex;
    align-items: flex-start;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 0.3125em;
  }
}
@media screen and (max-width: 767px) {
  #ex-information .information-list .information-box .box-inner {
    display: flex;
    align-items: flex-start;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 1.4285714286em;
  }
}
@media screen and (max-width: 980px) {
  #ex-information .information-list .information-box dt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #ex-information .information-list .information-box dt {
    width: 80px;
  }
}

#ex-contact form {
  margin: 0 auto;
  max-width: 770px;
}
#ex-contact form .form {
  margin-top: 16px;
}/*# sourceMappingURL=exhibitor.css.map */