.constructionHeading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.constructionHeading:hover {
  text-decoration: none;
}
.constructionHeading:hover .constructionHeading__name {
  color: #1c7dc1;
  transition: color 0.3s ease;
}
.constructionHeading__name {
  color: #333333;
}
.constructionHeading__link {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  display: block;
  font-size: 0.8em;
  margin-left: 10px;
  padding: 3px 16px 5px 6px;
  position: relative;
  white-space: nowrap;
}
.constructionHeading__link::after {
  content: "";
  background: url(/_common/img/icon/arrow-link.svg) 50% 50% no-repeat;
  margin: auto;
  opacity: 0.7;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.constructionHeading__link:hover {
  border-color: currentColor;
  text-decoration: none;
}

.shopInfo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.shopInfo__image {
  width: 35%;
}
.shopInfo__data {
  width: calc(65% - 16px);
  margin-left: 16px;
  margin-bottom: 0;
}
.shopInfo__comment:not(:empty) {
  flex-basis: 100%;
  font-size: 0.9em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 500px) {
  .shopInfo__comment:not(:empty) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .shopInfo {
    margin-bottom: 1.5em;
  }
}

.exclusivePlanList {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 140px;
  grid-auto-flow: row;
  grid-auto-rows: 140px;
  grid-gap: 24px;
}
@media screen and (min-width: 500px) {
  .exclusivePlanList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 964px) {
  .exclusivePlanList {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 180px;
    grid-auto-rows: 180px;
  }
}
.exclusivePlanList__item {
  border: 1px solid #004ba5;
  border-radius: 3px;
  position: relative;
}
.exclusivePlanList__item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.exclusivePlanList__item__link:hover .exclusivePlanList__item__caption {
  opacity: 1;
}
.exclusivePlanList__item__logo {
  max-height: 100%;
}
.exclusivePlanList__item__caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333;
  font-weight: bold;
  font-size: 0.9em;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  line-height: 1.5;
}

.notExclusivePlanList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 80px;
  grid-auto-flow: row;
  grid-auto-rows: 80px;
  grid-gap: 24px;
}
@media screen and (min-width: 500px) {
  .notExclusivePlanList {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 964px) {
  .notExclusivePlanList {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 120px;
    grid-auto-rows: 120px;
  }
}
.notExclusivePlanList__item {
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.notExclusivePlanList__item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.notExclusivePlanList__item__link:hover .notExclusivePlanList__item__caption {
  opacity: 1;
}
.notExclusivePlanList__item__logo {
  max-height: 100%;
}
.notExclusivePlanList__item__caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333;
  font-weight: bold;
  font-size: 0.9em;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  line-height: 1.5;
}

.partnerPromotion {
  border: 1px solid #004ba5;
  border-radius: 5px;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 20px;
  position: relative;
  z-index: 5;
}
.partnerPromotion__label {
  display: block;
  color: #004ba5;
  font-weight: bold;
  padding-left: 10px;
  flex-grow: 1;
}
.partnerPromotion__button a {
  font-size: 1em;
  height: auto;
  padding: 0.5em 1em 0.8em 1.5em;
}
@media screen and (max-width: 660px) {
  .partnerPromotion {
    display: block;
  }
  .partnerPromotion__label {
    text-align: center;
    padding: 0;
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 660px) {
  .c-fixedBanner {
    display: block;
    position: static;
    margin: 20px auto;
  }
  .c-fixedBanner.is-close .c-fixedBanner__link {
    display: block;
  }
  .c-fixedBanner__button {
    display: none;
  }
}
/*# sourceMappingURL=../maps/construction/construction.css.map */
