@charset "UTF-8";

img {
  vertical-align: top;
  width: 100%;
  height: auto;
  object-fit: cover;
  pointer-events: none;
}

#header {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.l-vendorSingle_head {
  height: 180px;
  background: #F0F7F6;
}

@media screen and (max-width:800px) {
  .l-vendorSingle_head {
    display: none;
  }
}

.l-vendorSingle_contents {
  padding: 8rem 1.6rem 12rem;
}

@media screen and (max-width:800px) {
  .l-vendorSingle_contents {
    padding: 3.2rem 1.6rem 8rem;
  }
}

.l-vendorSingle_contents--inner {
  max-width: 1030px;
  margin: 0 auto;
}

.l-vendorSingle_contents--title {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  line-height: 140%;
  text-align: center;
  color: #006DA3;
}

@media screen and (max-width:800px) {
  .l-vendorSingle_contents--title {
    font-size: 3.2rem;
    text-align: left;
  }
}

.l-vendorSingle_contents--info {
  display: flex;
  align-items: flex-start;
  gap: 3.2rem;
  margin-top: 4rem;
}

@media screen and (max-width:800px) {
  .l-vendorSingle_contents--info {
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
}

.l-vendorSingle_contents--info_image {
  flex-basis: 48rem;
  border: solid 0.1rem #ccc;
}

@media screen and (max-width:800px) {
  .l-vendorSingle_contents--info_image {
    flex-basis: auto;
  }
}

.l-vendorSingle_contents--info_image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  pointer-events: none;
  aspect-ratio: 4 / 3;
}

.l-vendorSingle_contents--info_detail {
  flex: auto;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width:800px) {
  .l-vendorSingle_contents--info_detail {
    width: 100%;
  }
}

.l-vendorSingle_contents--info_detail--head {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.2em;
  color: #006DA3;
  padding: 1.6rem 0;
  background: #D7EDF4;
  border-radius: 0.4rem;
}

@media screen and (max-width:800px) {
  .l-vendorSingle_contents--info_detail--head {
    font-size: 2rem;
  }
}

.l-vendorSingle_contents--info_detail--item {
  display: flex;
  padding: 1.6rem 0;
  gap: 1rem;
  border-bottom: 0.1rem solid #CCCCCC;
}

.l-vendorSingle_contents--info_detail--item_head {
  flex-basis: calc(1em / 16 * 80);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 180%;
}

.l-vendorSingle_contents--info_detail--item_body {
  flex: auto;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 1.6rem;
  line-height: 180%;
}

.l-vendorSingle_contents--info_detail--item_body strong {
  font-weight: 700;
  color: #006DA3;
}

.l-vendorSingle_map {
  aspect-ratio: 16 / 8;
  margin-top: 5.6rem;
}

.l-vendorSingle_map--iframe {
  width: 100%;
  height: 100%;
}

.l-vendorSingle_others {
  margin-top: 8rem;
}

.l-vendorSingle_others--head {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.2em;
  color: #006DA3;
  padding: 1.6rem 0;
  background: #D7EDF4;
  border-radius: 0.4rem;
}

.l-vendor_list {
  margin-top: 2.4rem;
}