/* =================================================================
   基本設定
   ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
ol, ul {
  margin: 0;
  padding: 0 !important;
}
p {
  transform: rotate(0.05deg);
}
a {
    color: #70685b;
}
.clr {
  clear: both;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0 -1px -1px 0;
  border: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}
body {
}
.pcnon {
  display: none;
}
.spnon {
  display: block;
}
.bot50 {
  margin-bottom: 80px !important;
}
.hamburger-menu{
	display: none;
}

#toc_container li {
    margin: 0 !important;
    padding: 0 !important;
    border: unset;
    box-shadow: unset !important;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 1em !important;
    font-size: 0.8rem;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li + li::before {
  content: ">";
  margin: 0 0.5em;
  color: #999;
}

.breadcrumb a {
  color: #0073aa;
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: #005077;
  text-decoration: underline;
}
.main-header {
  background-color: #e6f8f1;
  padding: 15px 15px 0 15px;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.site-logo img {
  display: block;
  width: 300px;  /* ← ここでロゴサイズ拡大 */
  height: auto;
}

.site-description {
  font-size: 14PX;
  font-weight: bold;
  color: #69c49f;
  line-height: 1.4;
}

:where(thead) td, :where(thead) th {
    background-color: #f5f5f5 !important;
    color: #000 !important;
    border: 1px solid silver !important;
}

.p-entry__content td, th{
    border: 1px solid silver !important;
}

.p-entry__foot h2{
	border-left: 4px solid #45b386;
	padding: 7px 0 7px 15px;
	margin-bottom: 30px;
	font-size: 20px;
}

.post_pr{
	font-size: 16px;
	text-align: right;
	color: #313131;
}

.pr_mark{
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	color: #241d64;
}


.p-entry__thumb {
    margin: 10px 0 0 !important;
    text-align: center;
    width: 100%;
}


.taiken_wrap{
    background: #fff8f5;
    padding: 30px 30px;
    margin: 40px 10%;
    border: 3px dashed #e37a8a;
}

.taiken_t{
	text-align: center;
    color: #e37a8a;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.taiken_p{
	text-align: center;
	margin-bottom: 15px;
}
.taiken_p img{
	width: 500px;
	height: auto;
}
.taiken_p img:hover{
	opacity: 0.7;
}
.taiken_wrap a{
    color: #e37a8a;
	text-decoration: underline;
}
.taiken_t2{
	text-align: center;
}
.line_add {
    font-weight: bold;
    color: #58c038;
    display: block;
	text-align: center;
	margin: 0 auto;
}
.to_line{
	text-align: center;
	margin-bottom: 15px;
}
span.marker {
    background:linear-gradient(transparent 60%, #ff6 60%);
	font-weight: bold;
}
.cta_txt{
	line-height: 2.4;
	margin-bottom: 50px;
}

.header-buttons {
  display: flex;
  gap: 10px;
}

.header-btn {
  background: #45b386;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
  font-size: 0.9rem;
}

.header-btn:hover {
  background: #69c49f;
}

.p-archive .c-pageTitle__main {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    background: #45b386;
    color: #fff;
    padding: 10px 15px;
}
.p-authorBox__avatar img{
	border-radius: 50%;
}

.p-entry__content li {
    --ark-list-padding--has_bg: .5em .5em .5em 2em;
    margin: .2em 0;
    background-color: #fff;
    border-radius: 12px;
    list-style-type: none !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 15px 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px !important;
}
.about_num{
    font-size: 45px;
    font-weight: bold;
    color: #abd3c3;
}

/* グローバルナビ（下部に分離） */
.header-nav {
    margin-top: 10px;
    text-align: center;
    padding-bottom: 15px;
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.nav-list li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 0.95rem;
  text-align: center;
  line-height: 1.4;
}

.nav-list .en {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  color: #333;
}

.l-main__body {
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 50px 0;
}

    [data-sidebar=on] .l-main {
        max-width: 100%;
        width: auto!important;
    }

@media screen and (max-width: 1251px) {
.l-main__body {
        margin: 0 5% !important;
    }
}


#comments{
	display: none;
}

.p-entry__content h2{
    background: #fff;
    color: #45b386;
    border-bottom: 1px solid #45b386;
    font-size: 28px;
    padding: 0 0 10px 0;
}

.p-entry__content h3{
    border-left: 4px solid #45b386;
    font-size: 18px;
    padding: 10px 15px;
    background: #e6f8f1;
}

/* お問い合わせ説明文 */
.contact_cau {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #333;
}
.contact_cau .red {
  color: #e60033;
  font-weight: bold;
}

/* テーブルレイアウト */
.salon_tab {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  font-size: 1rem;
}
.salon_tab th,
.salon_tab td {
  padding: 12px 15px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
.salon_tab th {
  width: 25%;
  background-color: #f9f9f9;
  text-align: left;
  font-weight: normal;
  color: #333;
}

.red{
	color: #ff0000;
}

.salon_tab td {
  width: 75%;
  padding: 25px 15px !important;
}

/* テキストエリア拡張 */
.salon_tab textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: vertical;
}

/* フォーム入力フィールド共通 */
.salon_tab input[type="text"],
.salon_tab input[type="email"],
.salon_tab input[type="tel"],
.salon_tab textarea {
  width: 100%;
  padding: 8px 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

/* 送信ボタン */
.messageBtn {
  text-align: center;
  margin-top: 20px;
}
.messageBtn input[type="submit"] {
  background-color: #45b386;
  color: #fff;
  font-size: 1.1rem;
  padding: 5px 40px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.messageBtn input[type="submit"]:hover {
  background-color: #45b386;
  opacity: 0.7;
}



/* スマホ対応 */
@media screen and (max-width: 768px) {
  .salon_tab th,
  .salon_tab td {
    display: block;
    width: 100%;
  }
  .salon_tab th {
    margin-top: 15px;
    background: none;
    font-weight: bold;
  }
  .salon_tab td {
    margin-bottom: 15px;
  }
}

.site-operate {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
}

.section-title {
    font-size: 1.6rem;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 4px solid #cc3f6c;
    padding: 10px;
}

.site-desc {
  margin-bottom: 30px;
  font-size: 1rem;
}

.operate-table {
  width: 100%;
  border-collapse: collapse;
}

.operate-table th,
.operate-table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  vertical-align: top;
  text-align: left;
}

.operate-table th {
  width: 30%;
  font-weight: bold;
  vertical-align: middle;
}

.main-footer {
  background-color: #e6f8f1;
  padding: 40px 20px 20px;
  font-size: 0.95rem;
  color: #333;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-logo-block {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1 1 300px;
}

.footer-logo img {
  max-width: 200px;
  height: auto;
  display: block;
}

.footer-desc {
  line-height: 1.6;
}

.footer-link {
  color: #45b386;
  text-decoration: underline;
}

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex: 1 1 300px;
  justify-content: flex-end;
}

.footer-nav li a {
  color: #333;
  text-decoration: none;
}

.footer-nav li a:hover {
  text-decoration: underline;
}

.footer-copy {
  text-align: center;
  margin-top: 30px;
  font-size: 0.85rem;
  color: #888;
}


.about-site {
  padding: 40px 20px;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
}

.section-title {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}

.about-lead,
.about-note {
  line-height: 2.2;
  margin: 0 auto 40px;
  font-size: 1rem;
}

.about-lead strong,
.about-text strong {
  color: #000;
  font-weight: bold;
}

.about-text ul{
	margin: 0;
}

.about-text ul li{
	list-style-type: none;
	padding: 10px 15px;
	background: #faeff3;
	border-radius: 10px;
	margin-bottom: 15px;
    text-align: left;
}

.about-text p.lowp{
	line-height: 2.2;
	margin-bottom: 30px;
}

.about-block {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
   border: 1px solid #ddd;
}

.about-img {
  flex: 0 0 300px;
}

.about-img img {
  width: 100%;
  height: auto;
  display: block;
}

.about-text {
  flex: 1;
}

.about-text h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #45b386;
    border-left: 4px solid #45b386;
    padding: 5px 0 5px 15px;
    text-align: left;
}

.about-text p {
  line-height: 1.7;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .about-block {
    flex-direction: column;
    text-align: center;
  }
  .about-img,
  .about-text {
    flex: 1 1 100%;
  }
.l-main__body{
margin: 0 5%;
padding: 20px 0 50px 0;
}
.about-text p {
  text-align: left;
}
}

.top-about {
    padding: 40px 20px;
    border-radius: 10px;
    margin: 0 auto 50px auto;
    line-height: 2.4 !important;
    max-width: 1200px;
}

.top-about h2{
	border-left: 4px solid #45b386;
	padding: 5px 0 5px 14px;
}
.about-link-btn {
  text-align: center;
  margin-top: 30px;
}

.about-btn {
  display: inline-block;
  background: #45b386;
  color: #fff;
  font-size: 1rem;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease;
    min-width: 300px;
}

.about-btn:hover {
  background: #45b386;
  opacity: 0.7;
}

.section-title {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  color: #45b386;
}

.top-about-text {
  font-size: 1rem;
  color: #333;
  margin-bottom: 20px;
}

.top-about-text strong {
  color: #45b386;
  font-weight: bold;
}

.top-about-note {
  font-size: 0.9rem;
  color: #666;
  border-top: 1px dashed #ddd;
  padding-top: 10px;
}

.top-about-image {
  text-align: center;
  margin: 30px 0;
}

.top-about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.category-cards {
    padding: 50px 20px;
    background: #e6f8f1;
    border-radius: 10px;
    max-width: 1200px;
    margin: 0 auto 30px auto;
}

.category-cards .section-title {
  text-align: center;
  font-size: 1.6rem;
  color: #45b386;
  margin-bottom: 30px;
    border-bottom: unset;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
}

.card-item {
  background: #fff;
  border-radius: 12px;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.card-item:hover {
  transform: translateY(-4px);
}

.card-icon img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}



.card-title {
  font-size: 0.95rem;
  font-weight: bold;
  color: #333;
}
.category-cards .card-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.top-latest-posts {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto 50px auto;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.post-item a {
  text-decoration: none;
  color: #333;
  display: block;
}

.post-item picture {
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.post-item img {
    display: block;
    height: 200px;
    object-fit: cover;
    width: 100%;
    object-position: 50%;
    margin-bottom: 15px;
}

.post-title {
  margin-top: 10px;
  font-size: 0.95rem;
  line-height: 1.4;
}

@media screen and (max-width: 1151px) {
.header-btn{
display: none;
}
html.is-fixed,
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}
.hamburger-menu{
	display: block;	
	}

.menu-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 10001;
    background-color: #45b386;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}

.menu-content ul {
    padding: 70px 30px 0 30px !important;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 20px 15px 20px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 24px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 10000;
    background-color: #69c49f;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
.nav-list{
	display: none;
}
.header-left {
    display: block;
}
.site-description {
    margin: 10px 0 0 0;
}
.header-nav {
    margin-top: 0;
    text-align: center;
    padding-bottom: 10px;
}
}

@media screen and (max-width: 767px) {
.footer-logo-block {
    display: block;
    align-items: center;
    gap: 15px;
    flex: unset;
    text-align: center;
    margin: 0 auto;
}
.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    flex-wrap: wrap;
    gap: 20px;
    flex: unset;
    justify-content: flex-end;
    width: 100%;
}

.footer-nav li {
    margin: 0 20px;
    padding: 10px 0;
    border-bottom: 1px dashed #45b386;
}
.p-postList.-type-card {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5% 60px 5% !important;
}
.post-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.post-item img {
    display: block;
    height: 120px;
}
.top-about {
    padding: 40px 20px;
    border-radius: 10px;
    margin: 0 5% 50px 5%;
}

.top-latest-posts {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 5% 50px 5%;
}
.taiken_wrap{
    background: #fff8f5;
    padding: 30px 30px;
    margin: 40px 5%;
    border: 3px dashed #e37a8a;
}
}

/* =================================================================
   カテゴリカードの修正（8個表示・説明文追加対応）
   ================================================================= */

/* カード全体のグリッド設定をPCとタブレットで見直す */
.card-grid {
  /* PCでは横4列にする */
  grid-template-columns: repeat(4, 1fr); 
  gap: 25px; /* カード間の余白を少し広げる */
}

/* カード内の要素（アイコン、タイトル、説明文）のスタイル */
.card-item {
  display: flex; /* Flexboxを有効にする */
  flex-direction: column; /* 要素を縦に並べる */
  justify-content: flex-start; /* 上から詰めて配置 */
  height: 100%; /* 高さを揃える */
}

.card-title {
  margin-bottom: 10px; /* タイトルと説明文の間に余白を追加 */
  line-height: 1.4; /* 行間を調整 */
}

/* 新しく追加した説明文のスタイル */
.card-description {
  font-size: 0.8rem; /* 少し小さめの文字サイズ */
  color: #555; /* 少し薄めの文字色 */
  line-height: 1.6; /* 読みやすい行間 */
  text-align: left; /* 説明文は左揃えの方が見やすい */
  margin-top: auto; /* 説明文をカードの下部に配置するために追加 */
  transform: rotate(0.05deg); /* 他のpタグと合わせる */
}


/* =================================================================
   レスポンシブ対応（タブレット・スマホ）
   ================================================================= */




/* タブレットサイズでの調整 (例: 1024px以下) */
@media screen and (max-width: 1024px) {
  .card-grid {
    /* タブレットでは横2列にする */
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スマホサイズでの調整 (元のCSSにもあるが念のため) */
@media screen and (max-width: 767px) {
  .card-grid {
    /* スマホでは横2列を維持、または1列にする場合は以下に変更 */
    /* grid-template-columns: 1fr; */
    grid-template-columns: repeat(2, 1fr);
    gap: 15px; /* スマホでは余白を少し狭める */
  }

  .card-item {
    padding: 15px; /* スマホでは内側余白を少し狭める */
  }

  .card-title {
    font-size: 0.85rem;
  }
  
  .card-description {
    font-size: 0.75rem;
  }
.site-logo img {
    display: block;
    width: 250px;
    height: auto;
}
.p-authorBox__avatar img {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

}


/* =================================================================
   記事下CTAエリア
   ================================================================= */
.cta-area {
  background-color: #fefbec; /* 薄い黄色の背景 */
  border: 2px solid #fadf98; /* 少し濃い黄色の枠線 */
  border-radius: 12px;
  padding: 40px;
  margin: 60px auto;
  max-width: 1000px; /* エリアの最大幅を指定 */
}

.cta-container {
  display: flex; /* PCでは横並びにする */
  align-items: center; /* 中央揃え */
  gap: 40px; /* 画像とテキストの間の余白 */
}

/* 左側の画像エリア */
.cta-left {
  flex: 0 0 250px; /* 横幅を250pxで固定 */
}

.cta-left img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.cta-left a:hover img {
  transform: scale(1.03);
}

/* 右側のテキスト・ボタンエリア */
.cta-right {
  flex: 1; /* 残りの幅をすべて使う */
}

.cta-headline {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #333;
}

.cta-description {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #555;
  transform: rotate(0.05deg);
}

.cta-button-wrap img {
  width: 100%;
  height: auto;
  max-width: 550px; /* ボタンが大きくなりすぎないように制御 */
  display: block;
}

.cta-button {
  display: inline-block;
  transition: opacity 0.3s ease;
}

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

/* =================================================================
   スマホ向けレスポンシブ設定 (768px以下)
   ================================================================= */
@media screen and (max-width: 768px) {
  .cta-area {
    padding: 25px 20px;
  }

  .cta-container {
    flex-direction: column; /* スマホでは縦並びにする */
    gap: 25px;
  }

  .cta-left {
    flex: 0 0 auto; /* 横幅固定を解除 */
    width: 60%; /* スマホ画面での画像の大きさを調整 */
    max-width: 200px;
  }

  .cta-right {
    text-align: center; /* テキストとボタンを中央揃え */
  }

  .cta-headline {
    font-size: 1.3rem;
  }
  
  .cta-description {
    text-align: left; /* 長文は左揃えの方が見やすい */
    font-size: 0.9rem;
  }
}

/* =================================================================
   CTAエリアの説明文スタイル（追記）
   ================================================================= */
.cta-instruction {
  font-size: 1.2rem;
  font-weight: bold;
  color: #555; /* 通常のテキスト色 */
  text-align: center;
  margin-bottom: 15px; /* ボタンとの間に余白を追加 */
  line-height: 1.6;
}

.cta-instruction strong {
  color: #d83b01; /* 強調したい部分の色（ボタンの色に近いオレンジ系） */
  font-size: 1.3rem;
  display: inline-block; /* アニメーションなどを付ける場合 */
}


/* =================================================================
   スマホ向けレスポンシブ設定（追記）
   ================================================================= */
@media screen and (max-width: 768px) {
  .cta-instruction {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .cta-instruction strong {
    font-size: 1.1rem;
  }
}

.akiya-cta-section {
  max-width: 800px;
  margin: 60px auto;
  padding: 40px 0;
  border-radius: 12px;
  text-align: center;
}

.p-entry__foot h2.akiya-cta-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
border-left: unset;
padding: 0 10px 10px 0;
}

.p-entry__foot h2.akiya-cta-title::after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: #fef4a7;
  z-index: -1;
}

.akiya-cta-banner {
  margin-bottom: 25px;
}

.akiya-cta-banner img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
    border: 1px solid silver;
}

.akiya-cta-banner a:hover img {
  opacity: 0.85;
}

.akiya-cta-text {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #333;
  margin-bottom: 30px;
}

.akiya-cta-gift-promo {
  margin-bottom: 20px;
}

.akiya-cta-gift-promo .gift-headline {
  font-size: 1.2rem;
  font-weight: bold;
  color: #d9534f;
  margin-bottom: 20px;
}

.akiya-cta-gift-list {
  list-style: none;
  padding: 0 !important;
  margin: 0 auto 15px auto !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.akiya-cta-gift-list li {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1rem;
  color: #333;
}

.akiya-cta-incentive {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
}

/* 空き家CTA レスポンシブ調整 */
@media screen and (max-width: 768px) {
  .akiya-cta-section {
    padding: 25px 15px;
    margin: 40px auto;
  }
  .akiya-cta-title {
    font-size: 1.5rem;
  }
  .akiya-cta-text {
    font-size: 1rem;
  }
  .akiya-cta-gift-promo .gift-headline {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .akiya-cta-gift-list li {
     font-size: 0.9rem;
     width: 100%; /* スマホでは各項目を1行にする */
     text-align: center;
  }
  .akiya-cta-incentive {
    font-size: 1rem;
  }
.p-entry__foot h2.akiya-cta-title {
  font-size: 20px;
}
.p-entry__foot h2.akiya-cta-title::after {
    bottom: 10px;
    height: 10px;
}
}