/*------------------------------
             shop
------------------------------*/
.shopDtlTitle {
  background: #b31d1d;
  height: 45px;
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
  line-height: 45px;
}

.shopDtlSubTitle01 {
  font-size: 22px;
  color: #b72828;
  border-left: 5px solid #b72828;
  padding-left: 10px;
  margin-bottom: 10px;
}

.shopCat {
  margin-bottom: 10px;
  margin-top: 20px;
}

.shopCat span {
  font-size: 8px;
  font-weight: bold;
  background: #eee;
  border: 1px solid #d7d7d7;
  padding: 3px;
  margin-right: 5px;
}

.shopCat span:last-child {
  margin-right: 0;
}

.shopDtlTable {
  width: 100%;
  margin-bottom: 20px;
}

.shopDtlTable th {
  background: #b72828;
  text-align: right;
  padding: 10px;
  width: 95px;
  color: #FFF;
  font-weight: normal;
  border: 1px solid #b72828;
}

.shopDtlTable td {
  font-weight: normal;
  padding: 10px;
  border: 1px solid #b72828;
}

.shopDtlTable td a {
  color: #333;
}

.shopDtlSubTitle02 {
  font-size: 18px;
  color: #b72828;
  /*font-weight: bold;*/
  border-bottom: 2px solid #b72828;
  margin-bottom: 10px;
}

.map iframe {
  width: 100%;
  height: 220px;
}

.shopContent table {
  margin-bottom: 20px;
  width: 100%;
}

.shopContent table th {
  background: #b72828;
  text-align: right;
  padding: 10px;
  width: 95px;
  color: #fff;
  font-weight: normal;
  border: 1px solid #b72828;
}

.shopContent table td {
  font-weight: normal;
  padding: 10px;
}

.shopContent > p {
  display: block !important;
  margin-bottom: 20px;
}

.shopContent .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0 !important;
}

.map {
  margin-top: 20px;
}

.breadcrumbs {
  margin-bottom: 5px;
}

.fr {
  float: right;
}

/*/////////SNS////////*/
.detailSns {
  padding: 10px 0;
}

.detailSns li {
  float: left;
  width: 25px;
  margin-right: 5px;
}

.detailSns img {
  width: 100%;
}

#mainCont01 .articleArea p.iframe-content {
  text-align: center;
}

.archive_ad_shop {
  margin-left: 35px;
  margin-bottom: 30px;
}

.archive_ad_shop #ad1 {
  float: left;
}

.archive_ad_shop #ad2 {
  margin-left: 30px;
  margin-right: 30px;
}

.shop-carousel {
  width: 500px; /* Fixed width for the carousel */
  display: flex;
  flex-direction: column; /* Stack children vertically */
}

.shop-carousel-container {
  width: 100%; /* Expand to 100% of the parent width */
  display: flex;
  flex-direction: column; /* Stack child elements inside this container */
  align-items: stretch; /* Ensure children expand fully */
  margin: 0 10px;
}

.shop-carousel-large img {
  width: 100%; /* Make the image responsive */
  margin-bottom: 20px; /* Maintain spacing */
}

.shop-carousel-thumbnails {
  display: flex;
  gap: 10px;
}

.shop-carousel-thumbnails img {
  width: 100px;
  cursor: pointer;
  transition: transform 0.3s;
}

.shop-carousel-thumbnails img:hover {
  transform: scale(1.1);
}

.selected {
  border: 2px solid blue;
}

.thumbnail-img.selected {
  border: 3px solid blue;
  box-shadow: 0 0 10px rgba(0, 0, 255, 0.5);
}

.thumbnail-img {
  width: 100px;
  height: auto;
  cursor: pointer;
  margin-right: 5px;
}

.modal-transparent {
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
}

/* Keep shop image modal above its backdrop */
#imageModal {
  z-index: 1060 !important;
}

#imageModal .modal-content {
  position: relative;
  z-index: 1061;
}

body .modal-backdrop.show {
  z-index: 1055 !important;
}

.close-btn {
  position: absolute;
  top: -5px;
  right: -12px;
  font-size: 1.5rem;
  color: white;
  background-color: black;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  z-index: 1062;
}

.close-btn:hover {
  opacity: 1;
}

.modal-body img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.modal-dialog-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.shop-description {
  line-height: 2;
}

.shopdata_box {
  margin: 20px 0;
  border-collapse: collapse;
}

.shopdata_box .bg-danger {
  background-color: #cc0000 !important;
}

.shopdata_box td {
  padding: 10px;
  vertical-align: top;
}

table.shopdata_box.uniform-height tbody tr {
  height: 50px; /* Set a consistent height for all rows */
}

/* Icon styling */
.platform-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
}

/* Plain URL styling */
.plain-url {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
  word-break: break-word;
}

.plain-url:hover {
  text-decoration: underline;
}