@charset "utf-8";
/*____________________________________________________________________________

SITE TITLE: orobianco
TITLE: PC ショップ詳細（CMSコンテンツ）
____________________________________________________________________________*/
#cms-contents .breadcrumbs ul li {
  margin: 0;
}
.section-heading {
  margin: 30px 0 60px;
} 
.section-heading .sub-heading {
  color: inherit;
}
#page-shop-details h3 {
  color: var(--black);
  border-bottom: 1px solid #eee;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
#cms-contents.shop_official .shop-title::before {
  content: '【直営店】';
}
#cms-contents.shop_official:has([data-item-key="restaurant"]) .shop-title::before {
  content: '';
}
.shop-details {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 34px;
}
.shop-map {
  width: 490px;
  height: 299px;
}
.shop-map iframe {
  width: 100%;
  height: 100%;
}
#shop-details-map-output,
.shop-details-free-area .shop-map {
  display: none; 
}
.shop-details-info {
  width: 440px;
  font-size: 14px;
  line-height: 1.6;
}
.shop-details-info .dl-wrap {
  display: flex;
  padding: 11px 8px 13px 0;
  border-bottom: 1px solid #eee;
}
.shop-details-info .dl-wrap dd {
  width: 20%;
  min-width: 85px;
  flex: none;
  font-weight: bold;
}
#cms-contents .shop-details-info .shop-item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
#cms-contents .shop-details-info .shop-item-list li {
  display: inline-block;
  margin: 0;
  font-size: 12px;
}
#cms-contents .shop-details-info .shop-item-list li::after {
  content: ',';
  margin-right: .5em;
}
#cms-contents .shop-details-info .shop-item-list li:last-child::after {
  display: none;
}