/*
Theme Name: Lightning Child
Template: lightning
Description: Lightningテーマの子テーマです
Author: あなたの名前
Version: 1.0
*/

body {
  /* ここにカスタムCSSを追加してください */
  .site-footer-copyright p:nth-child(2) {
    display:none;
}

.page-header{
	display:none;
}
.lp-section {
  padding: 80px 20px;
  background: #fff0f5;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.lp-inner {
  max-width: 960px;
  margin: 0 auto;
}
.lp-section h1 {
  font-size: 32px;
  color: #e88cb1;
  font-weight: 700;
}
.lp-section h2 {
  font-size: 26px;
  color: #c76493;
  margin-bottom: 25px;
}
.lead {
  font-size: 18px;
  color: #555;
  margin-top: 10px;
}
.lp-section ul {
  list-style: none;
  padding: 0;
}
.lp-section ul li {
  margin-bottom: 14px;
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}
.lp-btn {
  display: inline-block;
  margin-top: 40px;
  padding: 15px 40px;
  background: linear-gradient(to right, #f9c5d1, #e88cb1);
  color: white;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}
.lp-btn:hover {
  background: #d16a91;
  transform: translateY(-2px);
}
.plan-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.plan-box {
  background: #ffffff;
  border: 2px solid #f9c5d1;
  border-radius: 20px;
  padding: 30px 25px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.plan-box:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.plan-box h3 {
  font-size: 20px;
  color: #d44889;
  margin-bottom: 15px;
}
.price {
  font-size: 22px;
  font-weight: bold;
  color: #d44889;
  margin-bottom: 20px;
}

.breadcrumb-list {
    display:none;
}

.balloon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.balloon-list li {
  position: relative;
  background: #ffe0ec;
  border-radius: 20px;
  padding: 18px 22px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #6b445e;
  box-shadow: 0 4px 10px rgba(255, 192, 203, 0.3);
  line-height: 1.6;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.balloon-list li span::before {
  content: \"\";
  position: absolute;
  bottom: -15px;
  left: 30px;
  border: 10px solid transparent;
  border-top-color: #ffe0ec;
}
@media (max-width: 600px) {
  .balloon-list li {
    font-size: 15px;
    padding: 14px 18px;
  }
}

.benefit-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
.benefit-item {
  background: #fff6fb;
  border: 2px solid #f9c5d1;
  border-radius: 16px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(255, 192, 203, 0.2);
  transition: all 0.3s ease;
}
.benefit-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(255, 192, 203, 0.3);
}
.benefit-item h3 {
  font-size: 18px;
  color: #d44889;
  margin-bottom: 8px;
}
.benefit-item p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .benefit-box {
    grid-template-columns: 1fr;
  }
}

.company-profile {
  padding: 80px 20px;
  background: #fff0f5;
  font-family: "Noto Sans JP", sans-serif;
}
.cp-inner {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(255, 192, 203, 0.2);
}
.company-profile h2 {
  font-size: 28px;
  color: #d44889;
  text-align: center;
  margin-bottom: 30px;
}
.cp-table {
  width: 100%;
  border-collapse: collapse;
}
.cp-table th,
.cp-table td {
  padding: 16px 20px;
  border: 1px solid #f5b6c3;
  vertical-align: top;
  text-align: left;
}
.cp-table th {
  background: #f9c5d1;
  color: #7c2b4d;
  font-weight: bold;
  width: 30%;
}
.cp-table td {
  background: #fff;
  color: #444;
}
@media (max-width: 600px) {
  .company-profile h2 {
    font-size: 24px;
  }
  .cp-table th,
  .cp-table td {
    padding: 12px 14px;
    font-size: 14px;
  }
}

.contact-page {
  background: #fff0f5;
  padding: 80px 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.contact-inner {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(255, 192, 203, 0.2);
  padding: 40px 30px;
  text-align: center;
}
.contact-inner h2 {
  color: #d44889;
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 2px solid #f9c5d1;
  display: inline-block;
  padding-bottom: 6px;
}
.greeting,
.message {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: left;
}
.contact-btn {
  display: inline-block;
  background: linear-gradient(to right, #f9c5d1, #e88cb1);
  color: white;
  font-weight: bold;
  padding: 14px 36px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}
.contact-btn:hover {
  background: #d16a91;
  transform: translateY(-2px);
}
@media (max-width: 600px) {
  .greeting,
  .message {
    font-size: 15px;
    text-align: left;
  }
  .contact-inner h2 {
    font-size: 20px;
  }
}
.lp-section-2 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.fv-video2 video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.5);
}
.fv-overlay2 {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5); /* ← 黒のオーバーレイ */
}

.lp-inner2 {
  max-width: 800px;
  padding: 0 20px;
}
.lp-section-2 h1 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.lp-section-2 .lead2 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
.lp-btn {
  display: inline-block;
  background: linear-gradient(to right, #f9c5d1, #e88cb1);
  color: white;
  font-weight: bold;
  padding: 14px 36px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}
.lp-btn:hover {
  background: #d16a91;
  transform: translateY(-2px);
}

.page-header {
  background-image: url(https://fukuoka-webmarke.com/wp-content/uploads/2025/06/White-Minimalist-Skincare-Review-Vlogger-Youtube-Banner-1.png); /* 画像パスを調整 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 0px; /* 上下の余白（PC基準） */
  color: #fff;
  text-align: center;
}

/* タイトルのフォントサイズ */
.page-header-title {
  font-size: 2.5rem;
  margin: 0;
	font-family:serif
}

/* タブレット以下 */
@media (max-width: 1024px) {
  .page-header {
    padding: 60px 15px;
  }

  .page-header-title {
    font-size: 2rem;
		font-family:serif
  }
}

/* スマホ以下 */
@media (max-width: 768px) {
  .page-header {
    padding: 40px 10px;
    background-position: top; /* スマホは上寄せにするなど調整 */
  }

  .page-header-title {
    font-size: 1.5rem;
		font-family:serif
  }
}

.entry-meta{
display:none
}

/*ここから投稿*/
.simple-carousel {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 20px;
  background: linear-gradient(to right, #fff0f5, #ffe4e1);
  scroll-snap-type: x mandatory;
}

.carousel-item {
  flex: 0 0 280px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 15px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.carousel-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.carousel-title {
  font-size: 1rem;
  color: #d86a95;
  margin: 10px 0 5px;
}

.carousel-excerpt {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 10px;
}

.read-more {
  font-size: 0.85rem;
  color: #fff;
  background: #d86a95;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
}

.kkk {
  font-family: serif;
  text-align: center; /* ← 中央寄せ */
  color: #f8a5c2;     /* ← パステルピンク系の色 */
}

/*トップページ動画*/
/* ▼ Lightningの既存ヘッダーを背景動画の上に重ねる */
.header, .l-header, .vk-header, .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent !important; /* 背景透明に */
}

/* ▼ ファーストビュー動画全体 */
.fv-video-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

/* ▼ 背景動画 */
.fv-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top 50%; /* 女性の顔が自然な位置に */
  z-index: -1;
}

/* ▼ 半透明白オーバーレイ */
.fv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* ▼ 中身（キャッチコピーなど） */
.fv-content {
  max-width: 800px;
  padding: 2rem;
  z-index: 3;
}

.fv-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #c83e74; /* 濃いピンク */
  font-weight: bold;
}

.fv-text {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #c83e74;
}

/* ▼ CTAボタン：パステルピンクのグラデーション */
.fv-button {
  display: inline-block;
  background: linear-gradient(to right, #f8d3e1, #f6a9c4);
  color: #fff;
  padding: 1rem 2rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: opacity 0.3s ease;
  border: none;
}

.fv-button:hover {
  opacity: 0.85;
}


/*ここからポータルサイトのトップ*/
/* ファーストビュー */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');

.kyujin1 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
 font-family: serif;
	
}

.fv-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

.kyujin1-overlay-white {
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.kyujin2 {
  position: relative;
  z-index: 2;
  padding: 30px;
   color: #d72e67; /* 濃いピンク（視認性アップ） */
}

.kyujin2 h1 {
  font-size: 2.2rem;
  margin-bottom: 12px;
  font-weight: 700;
}

.kyujin2 h2 {
  font-size: 1.1rem;
  margin-bottom: 24px;
  line-height: 1.6;
	font-family: 'Noto Serif JP', 'Yu Mincho', seri
}

.fv-btn {
  display: inline-block;
  background: linear-gradient(to right, #f8d3e1, #f6a9c4);
  color: #fff;
  padding: 1rem 2rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: opacity 0.3s ease;
  border: none;
}

.fv-btn:hover {
  opacity: 0.85;
}
/*２セクション*/
.kyujin3 {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.kyujin3 h2 {
  font-size: 1.8rem;
  margin-bottom: 40px;
  color: #d72e67;
  font-family: 'Noto Serif JP', 'Yu Mincho', serif;
}

/* エリアボタンのグリッド */
.area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

/* グラデーションボタン */
.area-button {
  display: block;
  background: linear-gradient(to right, #f8d3e1, #f6a9c4); /* ピンクグラデ */
  color: #fff;
  padding: 1rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: 'Noto Serif JP', 'Yu Mincho', serif;
}

.area-button:hover {
  opacity: 0.85;
  transform: scale(1.03);
}
/*3セクション*/

.kyujin4 {
  padding: 60px 20px;
  background: #fef6f9;
  text-align: center;
}

.kyujin4 h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #d72e67;
  font-family: 'Noto Serif JP', 'Yu Mincho', serif;
}

/* スライダー風レイアウト：スマホは横スクロール、PCは4カラム */
.shop-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 20px;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.shop-card {
  display: inline-block;
  width: 260px;
  min-width: 260px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  scroll-snap-align: start;
  padding-bottom: 16px;
}

/* PCでグリッド形式に自動切り替え */
@media screen and (min-width: 960px) {
  .shop-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    overflow-x: hidden;
    white-space: normal;
  }

  .shop-card {
    display: block;
    width: 100%;
    min-width: unset;
  }
}


/* 店舗画像 */
.shop-card img {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: block;
}

/* 店舗名 */
.shop-card h3 {
  font-size: 1.2rem;
  margin: 12px 0 4px;
  color: #d72e67;
  font-family: 'Noto Serif JP', 'Yu Mincho', serif;
}

/* 地域名 */
.shop-card p {
  font-size: 0.9rem;
  color: #666;
}

/* YouTube動画用 */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*４セクション*/
.kyujin5 {
  padding: 60px 20px;
  background: #fff3f8;
  text-align: center;
}

.kyujin5 h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #d72e67;
  font-family: 'Noto Serif JP', 'Yu Mincho', serif;
}

/* 横スクロール対応・スライダー型 */
.cast-slider-vertical {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

/* キャストカード */
.cast-card-vertical {
  flex: 0 0 auto;
  width: 270px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  scroll-snap-align: start;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}

.cast-card-vertical:hover {
  transform: scale(1.02);
}

/* リール風縦長画像（9:16） */
.cast-thumb {
  position: relative;
  width: 100%;
  padding-top: 177.77%; /* 高さ÷幅 = 1.777 */
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 10px;
}

.cast-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* キャスト名 */
.cast-card-vertical h3 {
  font-size: 1rem;
  color: #d72e67;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
}

/* 地域表示 */
.cast-card-vertical p {
  font-size: 0.85rem;
  color: #555;
  margin: 4px 0;
}

/* 応援数ラベル */
.cast-tag {
  display: inline-block;
  background: #f8d3e1;
  color: #a5003f;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 999px;
  margin-top: 5px;
}
/*5セクション*/

.kyujin6-cta {
  background: linear-gradient(to right, #fce4ec, #f8bbd0);
  padding: 60px 20px;
  text-align: center;
  color: #a5003f;
}

.kyujin6-cta h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', 'Yu Mincho', serif;
}

.kyujin6-cta p {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #6a0030;
  line-height: 1.6;
}

.cta-button {
  display: inline-block;
  background: linear-gradient(to right, #f8d3e1, #f6a9c4);
  color: #fff;
  padding: 1rem 2.5rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  font-size: 1rem;
  transition: opacity 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.cta-button:hover {
  opacity: 0.85;
}
	
	
	
	/*ここから各地域セクションのスタイル*/
.region-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.region-section h2 {
  font-size: 1.8rem;
  color: #d72e67;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', 'Yu Mincho', serif;
}

.prefecture-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.prefecture-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.2s ease;
  color: #d72e67;
  font-family: 'Noto Sans JP', sans-serif;
}

.prefecture-card:hover {
  transform: scale(1.03);
}

.pref-thumb {
  width: 100%;
  padding-top: 177.77%;
  position: relative;
  overflow: hidden;
}

.pref-thumb img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prefecture-card span {
  padding: 12px 0;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

	
/* カード型都道府県レイアウト */
.prefecture-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  max-width: 1080px;
  margin: 40px auto;
  padding: 0 20px;
}

.pref-card {
  display: block;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.pref-card:hover {
  transform: translateY(-5px);
}

.pref-card-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.pref-card-title {
  font-size: 1rem;
  color: #222;
  padding: 12px;
  font-weight: bold;
}

	
/*ここから投稿*/
.shop-info-hero {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.shop-thumbnail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #fff;
  background: rgba(0,0,0,0.4);
  padding: 10px 20px;
  border-radius: 5px;
}

.shop-title {
  font-size: 2.2rem;
  margin: 0;
}

.shop-hero-image {
  margin: 40px auto;
  max-width: 1080px;
  text-align: center;
}

.shop-hero-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.section_main {
  padding: 40px 20px;
  max-width: 1080px;
  margin: 0 auto;
}

.shop-introduction h2,
.section_main h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}

.area0_text {
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
}



.section-title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #e88dad; /* パステルピンク */
  padding-bottom: 0.5rem;
  position: relative;
  border-left: none; /* 左の縦線を消す */
}

/* 下線にグラデーションまたは影を追加しておしゃれに */
.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, #f8c4d6, #f69bb3);
  border-radius: 3px;
}

.shop-details-table {
  background: #fefcf8;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  max-width: 1000px;
  margin: 0 auto 60px;
}

.shop-info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1rem;
  color: #333;
}

.shop-info-table th,
.shop-info-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #e4e0d8;
  vertical-align: top;
  text-align: left;
}

.shop-info-table th {
  width: 140px;
  background: #f8f6f2;
  font-weight: bold;
  color: #5e4c3c;
}

.shop-info-table tr:last-child td,
.shop-info-table tr:last-child th {
  border-bottom: none;
}

.shop-info-table a {
  color: #b08c4e;
  text-decoration: none;
}

.shop-info-table a:hover {
  text-decoration: underline;
}


/* マップエリア */
.shop-map {
  margin-top: 60px;
}

.iframe-box {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
	
/*フッター削除*/
	.entry-footer{
		display:none;
	}

/*都道府県ページのcss*/
	/* 投稿カードのスタイル */
.post-card {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 16px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: transform 0.3s ease;
}

.post-card:hover {
  transform: translateY(-5px);
}

.post-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  aspect-ratio: 4 / 5;
}

.post-content {
  padding: 12px 16px;
}

.post-title {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
.prefecture-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* SP: 2カラム */
  gap: 20px;
  padding: 20px;
}

@media (min-width: 768px) {
  .prefecture-grid {
    grid-template-columns: repeat(4, 1fr); /* PC: 4カラム */
  }
}

	
/*投稿上部余白*/
.entry-title {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .entry-title {
    padding-top: 50px; /* モバイルヘッダーの高さに応じて調整 */
  }
}
/*LINEボタン*/
.line-button-wrap {
  text-align: center;
  margin: 30px 0;
 padding-bottom: 50px;
}

.line-round-button {
  display: inline-block;
  background-color: #ff99e8; /* パステルピンク */
  color: #fff;
  padding: 14px 30px;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(248, 196, 214, 0.4);
  transition: all 0.3s ease;
}

.line-round-button:hover {
  background-color: #f69bb3;
  box-shadow: 0 8px 16px rgba(246, 155, 179, 0.5);
  transform: scale(1.05);
}

/*投稿のリスト*/
	
.ul.custom-list {
  list-style: none !important;
  padding-left: 0 !important;
}
