/* GoPhoto - Flower Shortcode Styles */
.gp-fl {
  max-width: 560px;
  margin: 0 auto;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  color: #3a2f24;
}

/* ─── リード文 ─── */
.gp-fl-lead {
  font-size: 13px;
  color: #7a6a55;
  margin: 0 0 .9rem;
  line-height: 1.7;
}

.gp-fl-block {
  background: #fff;
  padding: 1.5rem;
  border: 1px solid #e4d9c0;
  border-radius: 8px;
}

/* ─── 年齢エリア（料金カードと同じ枠の中・上段） ─── */
.gp-fl-agearea {
  padding-bottom: 1.1rem;
  margin-bottom: .3rem;
  border-bottom: 1px solid #e4d9c0;
}
.gp-fl-age-group--gap {
  margin-top: .7rem;
}
.gp-fl-age-label {
  font-size: 12.5px;
  font-weight: 600;
  color: #be584b;
  margin-bottom: .25rem;
}

.gp-fl-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .25rem 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px dotted #d4c4a8;
  align-items: baseline;
}
.gp-fl-item:last-child { border-bottom: none; padding-bottom: 0; }
.gp-fl-name {
  font-size: 14.5px;
  font-weight: 600;
  color: #3a2f24;
  letter-spacing: .02em;
}

/* ─── タグ（グレー背景・黒文字） ─── */
.gp-fl-tag {
  display: inline-block;
  font-size: 10px;
  color: #3a2f24;
  background: #ece8df;
  padding: 1px 8px;
  border-radius: 10px;
  margin-left: .4rem;
  font-weight: 500;
  letter-spacing: .05em;
  vertical-align: 1px;
}
/* ─── 年齢条件専用タグ ─── */
.gp-fl-tag-age {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  background: #be584b;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: .4rem;
  font-weight: 600;
  letter-spacing: .05em;
  vertical-align: 2px;
}
.gp-fl-price {
  font-size: 16px;
  font-weight: 700;
  color: #be584b;
  font-family: Georgia, serif;
  letter-spacing: .02em;
  text-align: right;
  white-space: nowrap;
}
.gp-fl-price small {
  font-size: 10.5px;
  color: #8a7560;
  font-weight: 400;
  margin-left: .15rem;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
}
.gp-fl-desc {
  grid-column: 1 / -1;
  font-size: 12.5px;
  color: #7a6a55;
  margin: .2rem 0 0;
  line-height: 1.8;
}

/* ─── 準備についての枠 ─── */
.gp-fl-note {
  background: #faf6ee;
  padding: 1rem 1.15rem;
  font-size: 12.5px;
  color: #6b5a48;
  margin-top: 1rem;
  border-radius: 6px;
  line-height: 1.8;
}
.gp-fl-note strong { color: #a8032f; font-weight: 600; }
.gp-fl-note-title {
  font-size: 12px;
  color: #3a2f24;
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: .4rem;
  display: block;
}

/* ─── 年齢とプランの対応表枠（souka 等・独立枠用） ─── */
.gp-fl-age-box {
  background: #fff;
  border: 1px solid #e4d9c0;
  border-radius: 6px;
  padding: 1rem 1.15rem;
  margin-top: 1rem;
}
.gp-fl-age-box-title {
  font-size: 12px;
  font-weight: 600;
  color: #be584b;
  margin-bottom: 0.6rem;
  letter-spacing: .05em;
  border-bottom: 1px dashed #e4d9c0;
  padding-bottom: 0.4rem;
  display: block;
}

.gp-fl-plans {
  display: flex;
  gap: .6rem;
  margin-top: .4rem;
  font-size: 12.5px;
}
.gp-fl-plans dt {
  font-weight: 600;
  color: #a8032f;
  min-width: 4.5em;
  margin: 0;
}
.gp-fl-plans dd {
  margin: 0;
  color: #3a2f24;
  font-weight: 500;
}
/* irodori のプラン種別ラベル（STUDIO / ST＋LOC）はグレー */
.gp-fl-plans--type {
  margin-top: .15rem;
}
.gp-fl-plans--type dt {
  color: #8a7560;
  font-weight: 400;
  min-width: 5em;
}

@media (max-width: 480px) {
  .gp-fl-block { padding: 1.25rem 1rem; }
  .gp-fl-agearea { padding-bottom: .9rem; }
  .gp-fl-item { padding: .9rem 0; }
  .gp-fl-name { font-size: 14px; }
  .gp-fl-price { font-size: 15px; }
  .gp-fl-desc { line-height: 1.6; margin-top: .3rem; }
  .gp-fl-note { margin-top: .7rem; padding: .85rem .95rem; line-height: 1.7; }
  .gp-fl-age-box { padding: .85rem .95rem; }
}

/* ─── 生花についての注意事項 ─── */
.gp-fl-notice {
  max-width: 560px;
  margin: 0 auto 1.5rem;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  color: #3a2f24;
}
.gp-fl-notice-main {
  background: #faf6ee;
  padding: 1.25rem 1.5rem;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  line-height: 1.85;
}
.gp-fl-notice-label {
  margin: 0 0 .5rem;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .15em;
  color: #a8032f;
}
.gp-fl-notice-text {
  margin: 0 0 .75rem;
  font-size: 13px;
  color: #5a4a38;
}
.gp-fl-notice-text strong {
  color: #3a2f24;
  font-weight: 600;
}
.gp-fl-notice-emp {
  margin: 0;
  font-size: 13px;
  color: #be584b;
  font-weight: 500;
}
.gp-fl-notice-sub {
  border: 1px solid #e4d9c0;
  padding: 1rem 1.25rem;
  border-radius: 6px;
  text-align: center;
  line-height: 1.8;
}
.gp-fl-notice-sub-label {
  margin: 0 0 .4rem;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  color: #7a6a55;
}
.gp-fl-notice-sub-text {
  margin: 0;
  font-size: 12.5px;
  color: #6b5a48;
}