:root {
    --primary-color: #c5d500;
    --text-dark: #000;
    --text-gray: #666;
    --bg-light: #f8f8f8;
    --white: #ffffff;
    --border-color: #e0e0e0;
}
/* ヘッダーの高さ分ずらす */
[id] {
    scroll-margin-top: 80px;
}
html {
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
	color: #000;
}
body {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    color: var(--text-dark);
    line-height: 1.7;
    background-color: var(--white);
    overflow-x: hidden;
	letter-spacing: 0.05em;
	font-size: 16px;
}
.style_pp p{
	font-size: 0.95rem;
}
.style_pp h2{
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 3px;
}
.style_pp h3{
	font-size: 1.25rem;
	letter-spacing: 1px;
}
@media (max-width: 575.98px) {
	body {
	letter-spacing: 1px;
	font-size: 15px;
		line-height: 1.6;
}
}
.mb-10{
	margin-bottom: 100px!important;
}
.mb-15{
	margin-bottom: 150px!important;
}
.mb-20{
	margin-bottom: 200px!important;
}
.mt-10{
	margin-top: 100px!important;
}
.mt-20{
	margin-top: 200px!important;
}
.mb--65{
	margin-top: -65px;
}
.mt--65{
	margin-top: -65px;
}
.info-table, .history-list, .director-name {
	font-size: 0.95rem;
}
@media (max-width: 991.98px) {
.info-table, .history-list, .director-name {
	font-size: 0.875rem;
}
	
		.mb--65{
	margin-top: -50px;
}
		.mb-15{
	margin-bottom: 110px!important;
}
}
@media (max-width: 575.98px) {
	.mt-10{
	margin-top: 70px!important;
}
	.mb-10{
	margin-bottom: 80px!important;
}
.mt--65{
	margin-top: -85px;
}
}


/* オーバーレイ */
.menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.menu-overlay.active {
    display: block;
    opacity: 1;
}

/* スライドメニュー */
.slide-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1001;
    transform: translateY(-110%);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    padding: 80px 40px 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.slide-menu.active {
    transform: translateY(0);
}
header.header-compact ~ .slide-menu,
header.header-compact + .slide-menu {
    padding-top: 60px;
}
.menu-close-btn {
    position: absolute;
    top: 16px;
    right: 24px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #333;
    line-height: 1;
}

.slide-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 40px;
}
.slide-nav ul li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    transition: color 0.2s, padding-left 0.2s;
}
.slide-nav ul li a:hover {
    color: #888;
    padding-left: 8px;
}

.menu-btn.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.menu-btn.open span:nth-child(2) {
    opacity: 0;
}
.menu-btn.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
@media (min-width: 992px) {
    .slide-nav ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
}


/* ご予約ページ専用 */
.page-contact {
    padding-top: 130px !important;
}
@media (max-width: 575.98px) {
    .page-contact {
        padding-top: 55px !important;
    }
}

.page-contact .yoyaku-banner {
    margin-top: 0px;
}

.yoyaku-banner {
  background: linear-gradient(135deg, #c5d500 0%, #d0dd00 100%);
	height: 180px;
	margin-top: -30px;
	position: relative;
}

.yoyaku-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.yoyaku-sub {
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.yoyaku-img {
  display: block;
  width: 220px;
  height: auto;
  object-fit: cover;
  margin-bottom: -10px;
	z-index: 500;
	position: relative;
	margin-top: -15px;
}
@media (max-width: 991.98px) {
	.yoyaku-banner {
	height: 160px;
		margin-top: -30px;
}
	.yoyaku-img {
  width: 190px;
  margin-bottom: -10px;
	margin-top: -15px;
}
}
@media (max-width: 767.98px) {
	.yoyaku-banner {
	height: 140px;
		margin-top: -46px!important;
}
	.yoyaku-img {
  width: 170px;
  margin-bottom: -10px;
	margin-top: -15px;
}
}
@media (max-width: 575.98px) {
	.yoyaku-banner {
	height: 130px;
		margin-top: -15px!important;
}
	.yoyaku-img {
  width: 140px;
  margin-bottom: -10px;
	margin-top: -5px;
}
	.yoyaku-banner .section-title-ja{
		font-size: 26px!important;
		letter-spacing: 4px!important;
	}
	.yoyaku-sub {
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}
}
@media (max-width: 414.98px) {
	.yoyaku-banner {
	height: 100px;
		margin-top: -10px!important;
}
	.yoyaku-img {
  width: 114px;
  margin-bottom: -10px;
	margin-top: -5px;
}
	.yoyaku-banner .section-title-ja{
		font-size: 24px!important;
		letter-spacing: 2px!important;
	}
	.yoyaku-sub {
  font-size: 0.8rem;
}
	.yoyaku-banner .section-title{
		margin-top: 3px;
	}
}
/*********************************/
/* ライム色のパネル */
.bg-custom-lime {
    background-color: #dce35b;
	font-weight: 500;
	letter-spacing: 2px;
    padding: 6px 12px 6px 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 15.5px;
    min-height: 35px;
}
.bg-custom-lime {
    height: 100%;
}
@media (max-width: 991.98px) {
	.bg-custom-lime {
	letter-spacing: 0.6px;
    padding: 5px 12px 5px 20px;
    font-size: 15px;
}
}
@media (max-width: 575.98px) {
	.bg-custom-lime {
	letter-spacing: 0.6px;
    padding: 5px 12px 5px 20px;
    font-size: 14px;
}
}
/* ■付きの見出し */
.section-title2 {
    font-weight: bold ;
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.section-title2::before {
    content: "■";
    margin-right: 8px;
}

@media (max-width: 575.98px) {
	.h5{
		font-size: 1.1em;
	}
}
.custom-card {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 40px 30px 30px;
    position: relative;
    margin-top: 30px;
	margin-bottom: 86px;
    background-color: #fff;
}
.services-icon{
	max-width: 180px;
	vertical-align: top;
	padding-right: 10px;
}

.card-label-top {
    position: absolute;
    top: -35px;
    left: -20px;
    background-color: #00823b;
    color: #fff;
    padding: 10px 30px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 1.5rem;
	letter-spacing: 2px;
}
@media (max-width: 991.98px) {
	.services-icon{
	max-width: 160px;
	vertical-align: top;
}
}
@media (max-width: 767.98px) {
	.custom-card {
            padding: 30px 30px 30px;
            margin-top: 0px;
			margin-bottom: 55px;
        }
	.services-icon{
	max-width: 120px;
}
	.card-label-top {
            top: -25px;
            left: -15px;
            padding: 8px 25px;
            font-size: 1.3rem;
			letter-spacing: 2px;
        }
}
@media (max-width: 575.98px) {
	.custom-card {
            padding: 20px 20px 20px;
            margin-top: 0px;
			margin-bottom: 55px;
        }
	.services-icon{
	max-width: 75px;
		position: relative;
		top: 0;
}
	.card-label-top {
            top: -20px;
            left: -15px;
            padding: 5px 15px;
            font-size: 1.05rem;
			letter-spacing: 1px;
		border-radius: 12px;
        }
}
@media (max-width: 414.98px) {
	.custom-card {
			margin-bottom: 45px;
        }
}
.card-tag-right {
    position: absolute;
    top: -15px;
    right: 20px;
    background-color: #5e9cdb;
    color: #fff;
    padding: 4px 15px;
    border-radius: 5px;
    font-size: 0.95rem;
	letter-spacing: 3px;
}
.card-tag-right2 {
    position: absolute;
    top: -15px;
    right: 20px;
    background-color: #FAAF3B;
    color: #fff;
    padding: 4px 15px;
    border-radius: 5px;
    font-size: 0.95rem;
	letter-spacing: 3px;
}
@media (max-width: 575.98px) {
	.card-tag-right {
            top: -15px;
            right: 10px;
            padding: 3px 12px;
            border-radius: 5px;
            font-size: 0.85rem;
			letter-spacing: 2px;
        }
        .card-tag-right2 {
            top: -15px;
            right: 10px;
            padding: 3px 12px;
            border-radius: 5px;
            font-size: 0.85rem;
			letter-spacing: 2px;
        }
}
.service-icon {
    max-width: 300px;
    height: auto;
}

.service-description {
    font-size: 1.1rem;
    line-height: 1.8;
	text-align: justify;
    text-justify: inter-ideograph;
}
@media (max-width: 991.98px) {
	.service-description {
            font-size: 1rem;
            line-height: 1.6;
        }
}
@media (max-width: 767.98px) {
	.service-description {
            font-size: 0.95rem;
            line-height: 1.6;
        }
}
@media (max-width: 575.98px) {
	.service-description {
            font-size: 0.9rem;
            line-height: 1.45;
        }
}
/*********************************/



.forms{
	background: linear-gradient(135deg, #c5d500 0%, #d0dd00 100%);
	margin: 0;
}


.btn-reserve-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  padding: 1.5em 3em;
	width: 100%;
  font-size: 1.8em;
  transition: 0.3s;
	letter-spacing: 2px;
}

.btn-reserve-white:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
}
.btn-reserve-white i{
	color: #39B44A;
	font-size: 1.6em;
}
.p_tel{
	width: 100%;
	height: auto;
		max-width: 400px;
	}
@media (max-width: 1399.98px) {
.btn-reserve-white {
  padding: 1.5em 2.5em;
  font-size: 1.8em;
}
}
@media (max-width: 1024px) {
.btn-reserve-white {
  padding: 1.5em 2.5em;
  font-size: 1.8em;
}
	.p_tel{
		max-width: 360px;
	}
}
@media (max-width: 992px) {
.btn-reserve-white {
  padding: 1.5em 1.3em;
  font-size: 1.65em;
}
	.p_tel{
		max-width: 300px;
	}
}
@media (max-width: 767.98px) {
.btn-reserve-white {
  padding: 1.8em 1.2em;
  font-size: 1.2em;
	margin-bottom: 15px;
}
	.p_tel{
		max-width: 220px;
	}
}
@media (max-width: 575.98px) {
.btn-reserve-white {
  padding: 1.8em 1.2em;
  font-size: 1.6em;
	margin-bottom: 15px;
	width: 100%;
	max-width: 350px;
}
	.p_tel{
		max-width: 330px;
		width: 100%;
		display: block;
  margin: 0 auto;
	}
}
/*********************************/

mark {
  background-color: transparent;
  background-image: linear-gradient(transparent 40%, #ffff00 40%);
  padding: 0;
}
.strengths li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #006837;
}

.circle-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  background-color: #fff;
  color: #006837;
  border-radius: 50%;
  font-size: 28px;
	border: 2.5px solid #006837;
	margin: 5px 0 0;
	padding-bottom: 5px;
}
@media (max-width: 767.98px) {
	.circle-num {
  width: 1.5em;
  height: 1.5em;
  font-size: 26px;
	margin: 5px 0 0;
}
}
.strengths{
	background: linear-gradient(135deg, #c5d500 0%, #d0dd00 100%);
}
.round-ttl{
	background-color: #009145;
	color: white;
	font-weight: 500;
	font-size: 1.8em;
	border-radius: 20px;
	padding: 0.15em 0.7em 0.1em ;
	margin-top: -50px;
	margin-left: -40px;
	width: 100%;
	max-width: 15em;
	display: block;
}
@media (max-width: 991.98px) {
	.round-ttl{
		margin-left: -20px;
	max-width: 10em;
}
}
@media (max-width: 575.98px) {
	.round-ttl{
	font-size: 1.2em;
	padding: 0.15em 0.7em 0.1em ;
	max-width: 13em;
			margin-top: 0px;
	margin-left: -40px;
}
}
.strengths p{
	font-size: 0.95rem;
	text-align: justify;
text-justify: inter-ideographic;
}
@media (max-width: 575.98px) {
	.strengths p{
	font-size: 0.9rem;
}
}
.strengths h3{
	display: table;
}
.ttl{
	letter-spacing: 0.4em;
}
.strengths ul {
  list-style: none;
  padding-left: 0;
}

.strengths li {
  position: relative;
  padding-left: 1.5em;
	font-weight: 600;
	color: #006837;
	font-size: 1.15rem;
	text-align: justify;
}
@media (max-width: 575.98px) {
	.strengths li {
  padding-left: 1.2em;
	font-size: 1rem;
		line-height: 1.5em;
}
}
.liststyle{
	font-weight: 600;
	color: #006837;
}

.ubg-white1{
	background-color: white;
	padding: 6px 20px;
	display: inline-block;
	margin-bottom: 10px;
}
.ubg-white2{
	background-color: white;
	padding: 6px 20px;
	display: inline-block;
}

@media (max-width: 1199.98px) {
	.ubg-white1{
	padding: 6px 20px;
}
.ubg-white2{
	padding: 6px 20px;
}
}
@media (max-width: 991.98px) {
	.ubg-white1{
		padding: 2px 20px;
	margin-bottom: 7px;
}
	.ubg-white2{
	padding: 2px 20px;
}
}


/*********************************/

header,
.header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    transition: transform 0.35s ease;
}

header.header-hidden,
.header.header-hidden {
    transform: translateY(-100%) !important;
}
header.header-compact {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

header.header-compact .logo-img {
    width: 65px !important;
	float: right;
	position: relative;
	right: -15px;
}
header.header-compact .logo-img-sec {
    width: 65px !important;
	float: right;
	position: relative;
	right: -15px;
}
header.header-compact .logo-title,header.header-compact .logo-title-sec {
	font-size: 20px !important;
}

header.header-compact .logo-subtitle,header.header-compact .logo-subtitle-sec {
    font-size: 10px !important;
}

header.header-compact .info-bar {
    display: none !important;
}

header.header-compact .logo-text,header.header-compact .logo-text-sec {
    line-height: 1em!important;
    margin-top: -5px!important;
		margin-left: 10px!important;
}
@media (max-width: 991.98px) {
	header.header-compact .logo-text,header.header-compact .logo-text-sec {
    line-height: 1.0em!important;
		margin-left: 10px!important;
}
}
@media (max-width: 575.98px) {
	header.header-compact .logo-text,header.header-compact .logo-text-sec {
		margin-left: 0px!important;
		line-height: 1.1em!important;
    margin-top: -3px!important;
}
}
@media (max-width: 414.98px) {
	header.header-compact .logo-text,header.header-compact .logo-text-sec {
		margin-left: -15px!important;
}
}



body {
    padding-top: 160px;
}
@media (max-width: 575.98px) {
    body {
        padding-top: 65px;
    }
}
.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 80px 10px 80px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
@media (max-width: 1024px) {
	.header-container {
        padding: 15px 40px 10px 40px;
		gap: 0px;
    }
}
    
.header-right {
    flex: 1;
}

.header-right > .d-flex {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
}

.info-bar {
    margin-top: 20px;
}
@media (max-width: 1024px) {
	.info-bar {
    margin-top: 10px;
}
}
.info-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 8px 0;
}
@media (max-width: 991.98px) {
	.info-bar {
    margin-top: 5px;
}
	.info-bar-container {
    gap: 10px;
    padding: 8px 0;
}
}
@media (max-width: 991.98px) {
	.info-bar {
    margin-top: 10px;
}
}
.info-bar-left {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
}

.info-label {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    white-space: nowrap;
}
.ticker-wrap {
    position: relative;
    overflow: hidden;
    flex: 1;
    height: 1.4em;
}

.ticker-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transition: opacity 0.6s ease;
    color: var(--text-dark);
    font-size: 13px;
    text-decoration: none;
}

.ticker-item.active {
    opacity: 1;
}
.ticker-badge {
    font-size: 0.7rem;  /* ← サイズ変更 */
    padding: 0px 1em 1px;
    border-radius: 14px;
    color: white;
    white-space: nowrap;
    font-weight: 700;
}width: 8em;

text-align: center;
	white-space: nowrap;.ticker-badge.is-news {
    background-color: #0071BB;  /* お知らせ：青 */
}

.ticker-badge.is-column {
    background-color: #006837;  /* コラム：緑 */
}.info-ticker {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    border: 1.5px solid #333;
    border-radius: 25px;
    padding: 8px 20px;
	width: 300px;
}
@media (max-width: 991.98px) {
	    .info-bar-left {
        gap: 8px;
    }
	.info-label {
    font-size: 14px;
}
	.info-ticker {
    gap: 3px;
    border: 1.25px solid #333;
    border-radius: 25px;
    padding: 3px 10px 3px 4px;
	width: 300px;
}
}
@media (max-width: 767.98px) {
	    .info-bar-left {
        gap: 5px;
    }
	.info-label {
    font-size: 12px;
}
	.info-ticker {
    gap: 3px;
    border: 1.25px solid #333;
    border-radius: 25px;
    padding: 1.5px 10px 1.5px 2.5px;
}
}
.info-badge {
    background-color: #4a8fd9;
    color: var(--white);
    padding: 4px 14px;
    border-radius: 14px;
    font-size: 11px;
    padding: 0px 1em 1px;    white-space: nowrap;
}

.info-content {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: 400;
}

.info-history-btn {
    background-color: var(--text-dark);
    color: var(--white);
    padding: 8px 26px;
    border-radius: 22px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: background-color 0.3s;
    white-space: nowrap;
}

.info-history-btn:hover {
    background-color: #1a1a1a;
}
@media (max-width: 991.98px) {
	.info-history-btn {
    padding: 4px 20px;
    border-radius: 22px;
    font-size: 12px;
}
}
@media (max-width: 767.98px) {
	.info-content {
    font-size: 12px;
}
	.info-history-btn {
    padding: 2px 16px;
    border-radius: 22px;
    font-size: 11px;
}
}
.logo img {
    max-height: 130px;
    width: auto;
}
@media (max-width: 1024px) {
	.logo img {
    max-height: 120px;
    width: auto;
}
}
.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.6em;
    margin-top: 5px;
    flex-grow: 1;
}
.logo-text-sec {
    display: flex;
    flex-direction: column;
    line-height: 1.6em;
    margin-top: 0px;
    flex-grow: 1;
}
.logo-subtitle {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
}

.logo-title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin: 0;
    padding: 0;
}
.logo-subtitle-sec {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
}

.logo-title-sec {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin: 0;
    padding: 0;
}
.logo-img-sec{
	width: 100%;
	height: auto;
	max-width: 110px;
}
@media (max-width: 1399.98px) {
	.logo-subtitle-sec {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: -3px;
    padding: 0;
}
.logo-img-sec{
	width: 100%;
	height: auto;
	max-width: 100px;
}
.logo-title-sec {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin: 0;
    padding: 0;
}
}
@media (max-width: 1199.98px) {
	.logo-subtitle-sec {
    font-size: 12.5px;
}

.logo-title-sec {
    font-size: 27px;
}
	.logo-img-sec{
	max-width: 95px;
}
}
@media (max-width: 991.98px) {
	.logo-text {
    line-height: 1.5em;
    margin-top: 0px;
}
	.logo-text-sec {
    line-height: 1.5em;
    margin-top: 0px;
}
	.logo-subtitle {
    font-size: 12.5px;
}

.logo-title {
    font-size: 28px;
}
	.logo-subtitle-sec {
    font-size: 12.5px;
}

.logo-title-sec {
    font-size: 28px;
}
	.logo-img-sec{
	max-width: 90px;
}
}
@media (max-width: 767.98px) {
	.logo-text {
    line-height: 1.3.5em;
    margin-top: -5px;
}
	.logo-subtitle {
    font-size: 12px;
}

.logo-title {
    font-size: 26.5px;
}
	.logo-text-sec {
    line-height: 1.4em;
    margin-top: 0px;
}
	.logo-subtitle-sec {
    font-size: 12px;
}

.logo-title-sec {
    font-size: 26.5px;
}
	.logo-img-sec{
	max-width: 83px;
}
}
@media (max-width: 575.98px) {
	.logo-text {
    line-height: 1.2em;
    margin-top: -8px;
		margin-left: -15px;
}
	.logo-subtitle-sec {
    font-size: 9px;
}

.logo-title-sec {
    font-size: 20px;
}
	.logo-text-sec {
    line-height: 1.2em;
    margin-top: 0px;
		margin-left: -15px;
}
	.logo-subtitle {
    font-size: 9px;
}

.logo-title {
    font-size: 20px;
	letter-spacing: 0.05em;
}
	.logo-img-sec{
	max-width: 65px;
}
}
@media (max-width: 375.98px) {
	.logo-subtitle-sec {
    font-size: 9px;
}

.logo-title-sec {
    font-size: 20px;
}
	.logo-text-sec {
    line-height: 1.2em;
    margin-top: 0px;
		margin-left: -15px;
}
	.logo-subtitle {
    font-size: 8px;
}

.logo-title {
    font-size: 19px;
	letter-spacing: 0.05em;
}
	.logo-img-sec{
	max-width: 65px;
}
}
.header-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
}
@media (max-width: 575.98px) {
	.header-nav {
    gap: 8px;
}
}
.reserve-btn {
    background-color: var(--text-dark);
    color: var(--white);
    padding: 6px 28px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
	letter-spacing: 8px;
    font-weight: 400;
    transition: background-color 0.3s;
	text-align: center;
}

.reserve-btn:hover {
    background-color: #1a1a1a;
}
@media (max-width: 575.98px) {
	.reserve-btn {
    padding: 5px 1em;
    font-size: 12px;
	letter-spacing: 4px;
}
}
.menu-btn {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.menu-btn span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: var(--text-dark);
    transition: all 0.3s;
    border-radius: 2px;
}

.hero {
    background: linear-gradient(135deg, #c5d500 0%, #d0dd00 100%);
    padding: 0;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: white;
    z-index: 1;
}

.hero-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 40px 0 40px;
}
@media (max-width: 991.98px) {
	.hero {
    margin-top: -80px;
}
	.hero-wrapper {
    padding: 30px 20px 0 20px;
}
}
.hero-content {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 0;
    position: relative;
    z-index: 2;
    align-items: center;
}
@media (max-width: 1199.98px) {
	.hero-content {
    display: grid;
    grid-template-columns: 370px 1fr;
    gap: 0;
    position: relative;
    z-index: 2;
    align-items: center;
}
}
@media (max-width: 991.98px) {
	.hero-content {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 0;
    position: relative;
    z-index: 2;
    align-items: center;
}
}
.hero-text-box {
    padding: 180px 35px 35px;
    z-index: 2;
	text-align: justify;
}

.hero-title {
    position: absolute;
    top: 70px;
    left: 0px;
    z-index: 300;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 0;
    color: var(--text-dark);
    white-space: nowrap;
}
@media (max-width: 1399.98px) {
	.hero-title {
    top: 70px;
    left: 0px;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 0;
}
}
@media (max-width: 1199.98px) {
	.hero-title {
    top: 55px;
    left: 0px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 0;
}
}
@media (max-width: 991.98px) {
	.hero-title {
    top: 50px;
    left: 0px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 0;
}
}
@media (max-width: 767.98px) {
	.hero-title {
    top: 330px;
    left: 0px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 0;
}
}
.logo-img{
	width: 100%;
	height: auto;
	max-width: 250px;
}
@media (max-width: 991.98px) {
	.logo-img{
	max-width: 100px;
}
}
@media (max-width: 767.98px) {
	.logo-img{
	max-width: 70px;
}
}
@media (max-width: 575.98px) {
	.hero {
    margin-top: 0px;
}
	.hero-title {
	position: relative;
    top: 0px;
    left: 0px;
    font-size: 24px;
		margin-top: -50px;
		margin-left: -20px;
}
	.logo-img{
	width: 70px;
	height: auto;
}
		.logo-img-sec{
	width: 70px;
	height: auto;
}
}
@media (max-width: 414.98px) {
	.logo-img{
	width: 65px;
	height: auto;
		position: relative;
		left: 0;
}
	.logo-img-sec{
	width: 65px;
	height: auto;
		position: relative;
		left: 0;
}
}
.img-family{
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 30px;
}
.img-family img{
	max-height: 600px;
}
@media (max-width: 1399.98px) {
	.img-family{
	margin-right: 0px;
}
.img-family img{
	max-height: 520px;
}
}
@media (max-width: 1199.98px) {
	.img-family{
	top: 5px;
}
.img-family img{
	max-height: 520px;
}
}
@media (max-width: 991.98px) {
	.img-family{
	top: 5px;
		right: 0;
	margin-right: -30px;
}
.img-family img{
	max-height: 520px;
}
}
.hero-description {
	font-family: Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN",  "sans-serif";
    font-size: 16px;
    line-height: 1.95;
    color: var(--text-dark);
    margin: 250px 0 2em 1em;
}
@media (max-width: 1399.98px) {
	.hero-description {
    font-size: 16px;
    line-height: 1.95;
    margin: 230px 0 2em 1em;
}
}
@media (max-width: 1199.98px) {
	.hero-description {
    font-size: 16px;
    line-height: 1.75;
    margin: 195px 0 1.5em 1em;
}
}
@media (max-width: 991.98px) {
	.hero-description {
    font-size: 16px;
    line-height: 1.6;
    margin: 170px 0 1.5em 0.5em;
}
}
@media (max-width: 767.98px) {
	.hero-description {
    font-size: 16px;
    line-height: 1.6;
    margin: 70px 0 1.5em 0.5em;
}
}
@media (max-width: 575.98px) {
	.hero-description {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 1em 0 1.5em 0.5em;
}
}











.section-title {
    margin-bottom: 35px;
    text-align: left;
}

.section-title.center {
    text-align: center;
}

.section-title-en {
    display: block;
    font-size: 13px;
    color: var(--text-gray);
    font-weight: 400;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
}

.section-title-ja {
    font-size: 1.1em;
	letter-spacing: 0.25em;
    font-weight: 700;
}
.section-title-ja2 {
    font-size: 1.1em;
	letter-spacing: 0.25em;
    font-weight: 700;
	background-color: white;
	border-radius: 30px;
	padding: 0.5em 3em;
	position: relative;
	margin-top: -100px;
}
.ls-3{
	letter-spacing: 3px;
}
@media (max-width: 767.98px) {
	.section-title-ja {
    font-size: 1em;
	letter-spacing: 0.25em;
    font-weight: 700;
}
	.section-title-ja2 {
    font-size: 1em;
	letter-spacing: 0.1em;
	padding: 0.5em 1.8em;
	margin-top: 0px;
}
}
@media (max-width: 575.98px) {
	.section-title-ja {
    font-size: 1em;
	letter-spacing: 0.25em;
    font-weight: 700;
}
	.section-title-ja2 {
    font-size: 0.95em;
	letter-spacing: 0.25em;
	padding: 0.5em 1em;
	margin-top: 0px;
}
	.ls-3{
	letter-spacing: 0.5px;
}
}
.information {
    padding: 50px 0;
    background-color: var(--white);
    border-bottom: 1px solid var(--border-color);
}

.info-item {
    display: flex;
    gap: 25px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
    align-items: center;
}

.info-date {
    font-size: 13px;
    color: var(--text-gray);
    min-width: 95px;
    flex-shrink: 0;
}

.info-text {
    font-size: 14px;
    color: var(--text-dark);
}

.more-link {
    display: inline-block;
    margin-top: 15px;
    color: var(--text-dark);
    font-size: 13px;
    text-decoration: underline;
    transition: color 0.3s;
}

.more-link:hover {
    color: var(--primary-color);
}

.services {
    padding: 60px 0;
    background-color: var(--white);
}

.service-cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.service-card {
    background-color: var(--white);
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border-left: 4px solid var(--primary-color);
    padding-left: 30px;
}

.service-number {
    width: 45px;
    height: 45px;
    background-color: var(--primary-color);
    color: var(--text-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.service-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.service-list {
    list-style: none;
    font-size: 13px;
    line-height: 2;
    color: var(--text-dark);
    background-color: #fafafa;
    padding: 20px;
    border-radius: 4px;
}

.service-list li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}

.service-list li:before {
    content: "●";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-size: 8px;
    top: 8px;
}
.contactform{
	padding: 60px 0 60px;
}
.office-info,
.director,
.philosophy,
.strengths,
.flow{
	padding: 60px 0 120px;
}
@media (max-width: 575.98px) {
	.contactform p{
		font-size: 0.86rem;
		text-align: justify;
    text-justify: inter-ideograph;
	}
	.contactform{
	padding: 30px 0!important;
}
	.office-info,
.director,
.philosophy,
.strengths,
.flow{
	padding: 60px 0 100px;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
.r-mx-5{
	margin-right: 1rem !important;
  margin-left: 1rem !important;
}
	.r-px-5{
		padding-right: 3rem !important;
  padding-left: 3rem !important;
	}
}
/***********************************/



.director{
	background: linear-gradient(135deg, #c5d500 0%, #d0dd00 100%);
}
.office-info{
	margin-top: 100px!important;
}
@media (max-width: 575.98px) {
	.office-info{
	margin-top: 0px!important;
}
}
.office-content,
.director-content {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 50px;
    align-items: start;
}

.office-photo,
.director-photo {
    border-radius: 4px;
	max-width: 240px;
	margin: auto;
}

.photo-placeholder {
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-gray);
    font-size: 14px;
    background-color: #e8e8e8;
    min-height: 250px;
}

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

.info-table tr {
    border-bottom: 1px solid #000;
}
.info-table tr:first-child {
    border-top: 1px solid #000;
}
.info-table th {
    text-align: left;
    padding: 1em 1em 1em 1.5em;
    font-weight: 600;
    width: 8em;
}

.info-table td {
    padding: 1em 2em;
    line-height: 1.8;
}
@media (max-width: 991.98px) {
	.info-table th {
    padding: 0.5em 0.5em 0.5em 1em;
		width: 7em;
}
	.info-table td {
    padding: 0.5em 1.5em;
    line-height: 1.5;
}
}

.director-name {
    margin: 0 20px 0 0;
	line-height: 2.5em;
	border-bottom: 1px solid #000;
	padding: 0.2em 1em 1em 5px;
}
.director-name span {
    font-size: 1.8em;
	letter-spacing: 0.2em;
}
@media (max-width: 991.98px) {
	.director-name {
    margin: 0 0px 0 0;
	line-height: 2.25em;
	padding: 0.2em 5px 1em 5px;
}
}
@media (max-width: 767.98px) {
	.director-name {
			border-bottom: 0px solid #000;
    margin: 0 0px 0 0;
	line-height: 1.3em;
	padding: 0.2em 5px 1em 5px;
		font-size: 0.8em;
}
	.director-name span {
    font-size: 1.9em;
	letter-spacing: 0.2em;
line-height: 1.8em;
	}
}
@media (max-width: 575.98px) {
	.director-name {
    margin: 0 0px 0 0;
	line-height: 1.3em;
	padding: 0.2em 5px 1em 5px;
		font-size: 0.8em;
}
	.director-name span {
    font-size: 2em;
	}
}
@media (max-width: 414.98px) {
	.director-name {
		font-size: 0.75em;
}
	.director-name span {
    font-size: 2em;
	}
}
.director-info h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 25px 0 12px 0;
}

.history-list {
    list-style: none;
    line-height: 2.1;
}

.history-list th {
    width: 10em;
	vertical-align: top;
	letter-spacing: 0.15em;
}
.history-list th, .history-list td, .history-list table{
	margin: 0px;
	padding: 0px;
}
@media (max-width: 991.98px) {
	.history-list th {
    width: 9em;
	letter-spacing: 0.1em;
}
	.history-list th,.history-list td{
		line-height: 1.75em;
	}
}
@media (max-width: 575.98px) {
		.info-table td {
    letter-spacing: 0.8px;
}
	.history-list th {
    width: 8em;
	letter-spacing: 0.1em;
}
	.history-list th,.history-list td{
		letter-spacing: 0.8px;
	}
}
.hobby {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.8;
    padding: 15px;
    background-color: #fafafa;
    border-radius: 4px;
}

.philosophy-box {
}
.philosophy-img{
	max-width: 560px;
	height: auto;
}

.philosophy-box h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.7;
}

.philosophy-box p {
    font-size: 0.95rem;
    line-height: 1.95;
    margin-bottom: 18px;
    text-align: justify;
}
@media (max-width: 991.98px) {
	.philosophy-img{
	max-width: 360px;
	height: auto;
}
	.philosophy-box h3 {
    font-size: 1.3rem;
    line-height: 1.6;
}
	.philosophy-box p {
    font-size: 0.95rem;
    line-height: 1.7;
}
}
@media (max-width: 575.98px) {
	.philosophy-img{
	max-width: 570px;
		width: 100%;
	height: auto;
}
	.philosophy-box h3 {
    font-size: 1.2rem;
    line-height: 1.4;
}
	.philosophy-box p {
    font-size: 0.9rem;
    line-height: 1.7;
		letter-spacing: 0.3px!important;
}
}
.flow {
}

.flow-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

.flow-step {
    text-align: center;
    flex: 0 0 160px;
    background-color: var(--white);
    padding: 20px 15px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.step-number {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.step-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.5;
}

.step-content p {
    font-size: 11px;
    color: var(--text-gray);
    line-height: 1.5;
}

.free-badge {
    background-color: #ff4444;
    color: var(--white);
    padding: 4px 12px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    margin-top: 5px;
}

.flow-arrow {
    font-size: 18px;
    color: var(--text-gray);
    font-weight: 700;
}

/* ========================================
   お知らせ・コラム
======================================== */
.news-list,
.column-list {
	background: linear-gradient(135deg, #c5d500 0%, #d0dd00 100%);
	margin: 0;
    padding: 55px 0;
}
.news-list{
	padding-bottom: 100px;
}
.column-list{
	padding-top: 100px;
}
.column-info{
	background-color: #006837;
	font-size: 0.75rem;
	color: white;
	padding: 0px 1em 1px !important;
	width: 8em;
	text-align: center;
    flex-shrink: 0;}
.news-info{
	background-color: #0071BB;
	font-size: 0.75rem;
	color: white;
	padding: 0px 1em 1px!important;
	width: 8em;
	text-align: center;
	white-space: nowrap;
    flex-shrink: 0;
}
@media (max-width: 767.98px) {
	.column-info{
	font-size: 0.65rem;
	padding: 0px 1em 1px!important;
	width: 7em;
}
	.news-info{
	font-size: 0.65rem;
	padding: 0px 1em 1px!important;
	width: 7em;
}
}
.news-items {
    margin-bottom: 25px;
	margin-top: -45px;
}

/* news-itemを縦並びに */
.news-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
}

/* バッジ・日付・タイトルを横並びに */
.news-item-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-date {
    font-size: 0.85rem;
    color: var(--text-gray);
    min-width: 90px;
    flex-shrink: 0;
}

.news-text {
    font-size: 0.85rem;
    color: var(--text-dark);
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-excerpt {
    color: var(--text-gray);
    font-size: 0.82rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ========================================*/

.btn-more {
    display: inline-block;
    padding: 12px 45px;
    background-color: var(--text-dark);
    color: var(--white);
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s;
}

.btn-more:hover {
    background-color: #1a1a1a;
	color: var(--white);
}

.cta {
    background: linear-gradient(135deg, #c5d500 0%, #d0dd00 100%);
    padding: 45px 0;
}

.cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.cta-left {
    flex: 1;
}

.cta-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.cta-subtitle {
    font-size: 14px;
    margin-bottom: 12px;
    color: var(--text-dark);
}

.cta-tel {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-dark);
    letter-spacing: 0.02em;
}

.btn-reserve {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 45px;
    background-color: var(--white);
    color: var(--text-dark);
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-reserve:hover {
    background-color: #f5f5f5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.footer {
    background-color: #fff;
    padding: 45px 0 25px;
}

.footer-info {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 50px;
    margin-bottom: 30px;
    align-items: start;
}
@media (max-width: 991.98px) {
    .footer-info {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "logo social"
            "address social";
		gap: 20px;
    }
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}
.footer-logo img {
    height: 50px;
	width: auto;
}
@media (max-width: 991.98px) {
    .footer-logo {
        grid-area: logo;
		justify-content: flex-start;
    }
	.footer-logo img {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }}
.footer-logo-text {
    display: flex;
    flex-direction: column;
	margin-left: 10px;
}
.footer-logo-subtitle {
    font-size: 12px;
    margin-bottom: 0px;
}
.footer-logo-title {
    font-size: 26px;
    font-weight: 500;
	margin: 0;
	padding: 0;
	line-height: 26px;
	letter-spacing: 2px;
}
@media (max-width: 575.98px) {
	.footer {
    padding: 35px 0 0px;
}
    .footer-logo {
        grid-area: logo;
		justify-content: flex-start;
		gap: 0px;
    }
	.footer-logo img {
		width: 65px;
		height: auto;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
	.footer-logo-title {
    font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: 26px;
	letter-spacing: 1px;
}
	.footer-logo-subtitle {
    font-size: 10px;
    margin-bottom: 0px;
}
}
.footer-address {
    padding-top: 5px;
}

.footer-address p {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
}

.footer-social {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
@media (max-width: 991.98px) {
    .footer-address {
    }
    .footer-social {
        grid-area: social;
    }
}
.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    text-decoration: none;
    font-size: 50px;
    transition: background-color 0.3s;
	color: #000;
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.22);
}
@media (max-width: 575.98px) {
	.footer-address {
    padding-top: 0px;
}
	.footer-social {
    gap: 13px;
}
	.social-icon {
    width: 34px;
    height: 34px;
    font-size: 46px;
		margin-top: 5px;
}
}
.footer-bottom {
    text-align: left;
    padding-bottom: 25px;
}

.footer-bottom p {
    font-size: 12px;
}
@media (max-width: 575.98px) {
.footer-bottom p {
    font-size: 10px;
}
}
@media (max-width: 1024px) {
}

@media (max-width: 768px) {
    .container {
    }

    .header-container {
        padding: 10px 16px;
        gap: 10px;
    }

    .logo img {
        height: 60px;
    }

    .menu-btn span {
        width: 22px;
    }

    .hero-text-box {
        padding: 25px 16px 20px 16px;
    }

    .hero-image-box img {
        border-radius: 8px;
    }

    .information,
    .services,
    .director,
    .philosophy,
    .flow,
    .news-list,
    .column-list {
        padding: 40px 0;
    }

    .service-cards {
        gap: 30px;
    }

    .service-card {
        padding-left: 20px;
    }

    .service-title {
        font-size: 20px;
    }

    .flow-steps {
        flex-direction: column;
        gap: 10px;
    }

    .flow-step {
        width: 100%;
        max-width: 300px;
        flex: none;
    }

    .flow-arrow {
        transform: rotate(90deg);
        margin: 5px 0;
    }

    .philosophy-box {
        padding: 25px 20px;
    }

    .cta-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .cta-title {
        font-size: 22px;
    }

    .cta-tel {
        font-size: 22px;
    }

    .footer-info {
        grid-template-columns: 1fr;
        gap: 20px;
		margin-bottom: 20px;
    }

    .footer-address p {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .logo img {
        height: 50px;
    }
}

/* ========================================
   個別記事
======================================== */
.single-article-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--primary-color);
}

.single-article-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.8rem;
}

.single-article-title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
}

/* 本文の高さ制限 */
.entry-body {
    max-height: 500px;
    overflow: hidden;
    position: relative;
    line-height: 1.9;
}

.entry-body.is-open {
    max-height: none;
}

/* フェードアウト */
.entry-body:not(.is-open)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, #fff);
    pointer-events: none;
}

/* 続きを読むボタン */
.read-more-wrap {
    text-align: center;
    margin: 1rem 0 2rem;
}

.read-more-btn {
    background: #fff;
    border: 1.5px solid #006837;
    color: #006837;
    padding: 8px 2.5rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
}

.read-more-btn:hover {
    background: #006837;
    color: #fff;
}

/* 記事フッター */
.single-article-footer {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color);
}

.back-link {
    color: var(--text-gray);
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.2s;
}

.back-link:hover {
    color: #006837;
}

/* WordPress本文のデフォルトスタイル */
.entry-body p {
    margin-bottom: 1.2rem;
}

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

.entry-body h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 1.5rem 0 0.8rem;
    padding-left: 10px;
    border-left: 4px solid var(--primary-color);
}

.entry-body h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 1.2rem 0 0.6rem;
}
.related-posts {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
}

.related-posts-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-left: 10px;
    border-left: 4px solid var(--primary-color);
}

.related-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-posts-item {
    padding: 8px 0;
    border-bottom: 1px solid var(--border-color);
    font-size: 0.9rem;
    display: flex;
    gap: 12px;
    align-items: center;
}

.related-posts-item:last-child {
    border-bottom: none;
}

.related-posts-item a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.2s;
}

.related-posts-item a:hover {
    color: #006837;
}
@media (min-width: 1400px) {
    .philosophy-text {
        overflow: hidden;
    }
}