/*
Theme Name: GENSEN Child
Template: gensen_tcd050
Version: 1.0
Description: GIFUHESO用のGENSEN子テーマ。店舗情報(ACF)の表示カスタマイズ用。
*/

.gifuheso_shop_info {
  margin: 30px 0;
  padding: 20px;
  background: #faf9f7;
  border: 1px solid #e5e0d8;
  border-radius: 6px;
}

.gifuheso_tags {
  margin-bottom: 10px;
}

.gifuheso_tag {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 4px 12px;
  font-size: 12px;
  border-radius: 20px;
  text-decoration: none;
}

.gifuheso_tag_genre {
  background: #eadfce;
  color: #6b4f2a;
}

.gifuheso_tag_area {
  background: #dbe8e6;
  color: #2f5f5a;
}

.gifuheso_summary {
  margin: 0 0 25px 0;
  line-height: 1.8;
  white-space: pre-wrap;
  text-indent: 0 !important;
}

.gifuheso_summary::first-line {
  text-indent: 0 !important;
}

.gifuheso_info_table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}

.gifuheso_info_table th,
.gifuheso_info_table td {
  padding: 10px;
  border-bottom: 1px solid #e5e0d8;
  text-align: left;
  vertical-align: top;
}

.gifuheso_info_table th {
  width: 140px;
  background: #f2efe9;
  font-weight: bold;
  white-space: nowrap;
}

.gifuheso_sns_link {
  display: inline-block;
  margin-right: 10px;
}

.gifuheso_gallery {
  margin: 20px 0;
}

.gifuheso_gallery_item {
  width: 100%;
  margin: 0 0 15px 0;
}

.gifuheso_gallery_item:last-child {
  margin-bottom: 0;
}

.gifuheso_gallery_item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

.gifuheso_coupon {
  margin: 20px 0;
  padding: 15px;
  background: #fff8ec;
  border: 1px dashed #d9a441;
  border-radius: 4px;
}

.gifuheso_coupon_label {
  font-weight: bold;
  color: #b5781a;
  margin-bottom: 6px;
}

@media (max-width: 600px) {
  .gifuheso_info_table th {
    width: 100px;
    font-size: 12px;
  }
}
