@charset "UTF-8";
/*
    Template: swell
    Theme Name: cline-all-green
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/
    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* ヘッダー下ボーダー */
.l-header{ 
	position:relative;
}
/* グラデーションライン */
.l-header::after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:6px;
	background:linear-gradient(90deg,#0097b2,#7ed957);
	z-index:10;
}
/*ヘッダー*/
.header-top-message{
	width:100%;
	color:#333;
	font-size:15px;
	font-weight:700;
	line-height:1.5;
	padding:5px 10px;
	letter-spacing: .7em;
	margin-left: 10px;
	margin-bottom: -10px;
}


/*トップページ------------------------------------------------------------ここから*/
/* トップページだけタイトル非表示 */
.home .c-pageTitle,
.home .c-postTitle,
.home .p-articleHead,
.home h1.c-pageTitle,
.home h1.c-postTitle{
	display:none !important;
}

/* タイトル分の余白削除 */
.home .l-mainContent,
.home .l-content,
.home .post_content,
.home .p-entryContent{
	margin-top:0 !important;
	padding-top:0 !important;
}
/* FV画像上余白削除 */
.home .fv-wrap{
	margin-top:0 !important;
}
/* FV背景 */
.fv-wrap{
	position:relative;
	width:100vw;
	margin-left:calc(50% - 50vw);
	min-height:720px;
	background-image:url('https://cline-all-green.com/wp-content/uploads/2026/05/bk1.png');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	display:flex;
	align-items:center;
	overflow:hidden;
	padding:0 8%;
}
.fv-content{
	position:absolute;
	left:20%;
	top: 25%;
	z-index:2;
	max-width:560px;
	text-align: center;
}
.fv-title1{
	font-size:56px;
	font-weight:700;
	color:#2b9c83;
	line-height:1.2;
	margin-bottom:20px;
}
.fv-title2{
	font-size:72px;
	font-weight:700;
	line-height:1.3;
	color:#24364a;
	margin-bottom:30px;
}
.fv-text{
	font-size:28px;
	color:#24364a;
	margin-bottom:40px;
}
.fv-btn{
	display:inline-block;
	padding:18px 55px;
	border-radius:60px;
	text-decoration:none;
	color:#fff;
	font-size:24px;
	font-weight:700;
	background:linear-gradient(180deg,#7ed957,#0097b2);
	transition:.3s;
}
.fv-btn:hover{
	transform:translateY(-2px);
	opacity:.92;
}



.fv-person{
	position:absolute;
	right:13%;
	top: 15%;
	width:52%;
	max-width:760px;
	z-index:1;
}
/*お悩みセクション*/
.worry-section{
	width:100vw;
	margin-left:calc(50% - 50vw);
	padding:70px 20px 110px;
	background-image:url('https://cline-all-green.com/wp-content/uploads/2026/05/bk2.png');
	background-size:cover;
	background-position:center bottom;
	background-position:center calc(100% + 40px);
	background-repeat:no-repeat;
	text-align:center;
	position:relative;
	overflow:hidden;
}
/*見出し（SWELL打消し） */
h2.h2-title{
	font-size:3rem !important;
	font-weight:700 !important;
	line-height:1.4;
	color:#24364a !important;
	text-align:center;
	background:none !important;
	border:none !important;
	box-shadow:none !important;
	padding:0 !important;
	margin:0 0 55px !important;
	position:relative;
	z-index:5;
	letter-spacing:.03em;
}
/* SWELLの飾り消し */
h2.h2-title::before,
h2.h2-title::after{
	content:none !important;
	display:none !important;
	border:none !important;
	background:none !important;
}
/* 緑文字 */
.h2-title span{
	color:#2b9c83;
}
/*4列配置*/
.worry-list{
	max-width:1100px;
	margin:auto;
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:35px 60px;
}
/*カード*/
.worry-box{
	background:#f4faec;
	border-radius:28px;
	padding:24px 34px;
	display:flex;
	align-items:center;
	text-align:left;
	min-height:118px;
	box-shadow:0 8px 18px rgba(0,0,0,.12);
	transition:.3s;
	
}
/*チェック画像*/
.worry-box img{
	width:64px;
	height:auto;
	margin-right:24px;
	flex-shrink:0;
}
/*テキスト*/
.worry-box p{
	margin:0;
	font-size:1.6rem;
	line-height:1.55;
	font-weight:500;
}

/*依存症説明セクション */

.about-section{
	width:100vw;
	margin-left:calc(50% - 50vw);
	padding:70px 20px 110px;
	background-image:url('https://cline-all-green.com/wp-content/uploads/2026/05/bk3.png');
	background-size:cover;
	background-position:center calc(100% + 30px);
	background-repeat:no-repeat;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.about-text{
	max-width:730px;
	margin:auto;
	text-align:left;
}
.about-text p{
	font-size:1.7rem;
	line-height:1.9;
	color:#24364a;
	margin:0 0 35px;
	font-weight:400;
}
.about-text p:last-child{
	margin-bottom:0;
}
/*NG対応セクション*/
.ng-section{
	width:100vw;
	margin-left:calc(50% - 50vw);
	padding:70px 20px 100px;
	background-image:url('https://cline-all-green.com/wp-content/uploads/2026/05/bk4.png');
	background-size:cover;
	background-position:center calc(100% + 30px);
	background-repeat:no-repeat;
	text-align:center;
	position:relative;
	overflow:hidden;
}
/*3列*/
.ng-list{
	max-width:1100px;
	margin:auto;
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:40px;
}
/*カード*/
.ng-box{
	background:#fff;
	border-radius:28px;
	padding:20px;
	min-height:250px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	box-shadow:0 8px 18px rgba(0,0,0,.12);
	transition:.3s;
}
/* 画像 */
.ng-box img{
	width:80%;
	height:auto;
	margin-bottom:10px;
}
/* テキスト */
.ng-box p{
	margin:0;
	font-size:1.5rem;
	line-height:1.6;
}
.support-section{
	width:100vw;
	margin-left:calc(50% - 50vw);
	padding:80px 20px 120px;
	background-image:url('https://cline-all-green.com/wp-content/uploads/2026/05/bk6.png');
	background-size:cover;
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.h2-title img{
	width:42px;
	margin-left:8px;
	vertical-align:-8px;
}
.support-list{
	max-width:1200px;
	margin:0 auto;
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:45px;
}
.support-box{
	background:#fff;
	border:1px solid #dfe6dc;
	border-radius:28px;
	padding:28px 28px 32px;
	text-align:left;
	box-shadow:0 8px 18px rgba(0,0,0,.12);
}
.support-head{
	display:flex;
	align-items:center;
	gap:14px;
	padding-bottom:12px;
	margin-bottom:20px;
	border-bottom:3px dotted #d5d5d5;
}
.support-num{
	width:48px;
	height:48px;
	border-radius:50%;
	background:linear-gradient(180deg,#46d6d4,#006db7);
	color:#fff;
	font-size:28px;
	font-weight:700;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-shrink:0;
}
.support-head h3{
	margin:0;
	font-size:22px;
	line-height:1.35;
	color:#2b9c83;
	font-weight:700;
}
.support-head h3{
	margin:0 !important;
	padding:0 !important;
	background:none !important;
	border:none !important;
	border-top:none !important;
	border-bottom:none !important;
	box-shadow:none !important;
	font-size:22px !important;
	line-height:1.35 !important;
	color:#2b9c83 !important;
	font-weight:700 !important;
	text-align:left;
	position:relative;
}
.support-head h3::before,
.support-head h3::after{
	content:none !important;
	display:none !important;
	background:none !important;
	border:none !important;
	width:0;
	height:0;
}
.support-box p{
	margin:0;
	font-size:18px;
	line-height:1.8;
	color:#24364a;
}
@media(max-width:1440px){
	.fv-content{
		left:12%;
	}
	.fv-person{
		right:8%;
	}
}
@media(max-width:991px){
	.fv-wrap{
		min-height:620px;
		padding:0 5%;
	}
	.fv-content{
		left:6%;
		top:22%;
		max-width:480px;
	}
	.fv-title1{
		font-size:44px;
	}
	.fv-title2{
		font-size:54px;
	}
	.fv-text{
		font-size:24px;
	}
	.fv-btn{
		font-size:20px;
		padding:15px 45px;
	}
	.fv-person{
		right:-2%;
		top:24%;
		width:60%;
	}
	h2.h2-title{
		font-size:2.4rem !important;
		margin-bottom:40px !important;
	}
	.worry-list{
		gap:28px 30px;
	}
	.worry-box{
		padding:22px;
	}
	.worry-box img{
		width:54px;
		margin-right:18px;
	}
	.worry-box p{
		font-size:1.3rem;
	}
	.about-text p{
		font-size:1.35rem;
	}
	.ng-list{
		gap:25px;
	}
	.ng-box{
		min-height:220px;
	}
	.ng-box p{
		font-size:1.2rem;
	}
	.support-list{
		gap:25px;
	}
	.support-box{
		padding:24px;
	}
	.support-head h3{
		font-size:19px !important;
	}
	.support-box p{
	font-size:16px;
	}
}
@media(max-width:768px){
	.fv-wrap{
		min-height:640px;
		padding:50px 20px 0;
		align-items:flex-start;
	}
	.fv-content{
		position:relative;
		left:auto;
		top:auto;
		max-width:100%;
		text-align:center;
		z-index:3;
	}
	.fv-title1{
		font-size:34px;
		margin-bottom:14px;
	}
	.fv-title2{
		font-size:38px;
		margin-bottom:20px;
	}
	.fv-text{
		font-size:18px;
		margin-bottom:25px;
	}
	.fv-btn{
		font-size:18px;
		padding:14px 38px;
	}
	.fv-person{
		right:-28%;
		top:auto;
		bottom:0;
		width:105%;
		max-width:none;
		opacity:.95;
	}
	.worry-section,
	.about-section,
	.ng-section,
	.support-section{
		padding:50px 20px 75px;
	}
	h2.h2-title{
		font-size:1.9rem !important;
		margin-bottom:32px !important;
	}
	.worry-list,
	.ng-list,
	.support-list{
		grid-template-columns:1fr;
		gap:22px;
	}
	.worry-box{
		min-height:auto;
		padding:18px;
		border-radius:20px;
	}
	.worry-box img{
		width:44px;
		margin-right:14px;
	}
	.worry-box p{
		font-size:1.05rem;
		line-height:1.5;
	}
	.about-text{
		max-width:100%;
	}
	.about-text p{
		font-size:1.05rem;
		line-height:1.8;
		margin-bottom:24px;
	}
	.ng-box{
		min-height:auto;
		padding:24px;
		border-radius:22px;
	}
	.ng-box img{
		width:65%;
		max-width:180px;
	}
	.ng-box p{
		font-size:1.05rem;
	}
	.support-box{
		padding:22px;
		border-radius:22px;
	}
	.support-head{
		gap:12px;
	}
	.support-num{
		width:42px;
		height:42px;
		font-size:22px;
	}
	.support-head h3{
		font-size:18px !important;
	}
	.support-box p{
		font-size:15px;
		line-height:1.75;
	}
	.h2-title img{
		width:28px;
		vertical-align:-5px;
	}

}





/*下層ぺージ*/
/* 下層ページタイトル：背景画像を表示 */
#top_title_area{
	background-image:url('https://cline-all-green.com/wp-content/uploads/2026/05/bk1.png') !important;
	background-size:cover !important;
	background-position:center center !important;
	background-repeat:no-repeat !important;
	min-height:260px;
	position:relative;
	overflow:hidden;
	clip-path:ellipse(130% 100% at 50% 0%);
}

#top_title_area::after{
	content:"";
	position:absolute;
	left:5%;
	width:90%;
	bottom:-18px;
	height:30px;
	background:transparent;
	border-radius:50%;
	box-shadow:	0 15px 25px	rgba(0,0,0,.18);
	z-index:30;
	pointer-events:none;
}
/* 黒マスク・ドットだけ削除 */
#top_title_area::before,
#top_title_area::after{
	content:none !important;
	display:none !important;
	background:none !important;
	background-image:none !important;
	opacity:0 !important;
}

/* SWELLフィルター解除 */
#top_title_area.c-filterLayer::before,
#top_title_area.c-filterLayer::after,
#top_title_area.-texture-dot::before,
#top_title_area.-texture-dot::after{
	content:none !important;
	display:none !important;
	background:none !important;
	background-image:none !important;
	opacity:0 !important;
}

/* タイトル文字*/
#top_title_area h1,
#top_title_area .c-pageTitle,
#top_title_area .c-pageTitle__main{
	color:#3b8867 !important;
	font-size:2.6rem !important;
	font-weight:700 !important;
	color:#2b9c83;
	letter-spacing:.05em;
	text-align: center !important;
}

/* タイトル位置 */
#top_title_area .l-container,
#top_title_area .c-pageTitle{
	position:relative;
	z-index:2;
}

/* スマホ */
@media(max-width:768px){
	#top_title_area{
		min-height:180px;
	}
	#top_title_area h1,
	#top_title_area .c-pageTitle,
	#top_title_area .c-pageTitle__main{
		font-size:1.8rem !important;
	}
}


/*フッター部レイアウト--------------------------------------------*/
.footer-contact{
	width:100vw;
	margin-top: -30px;
	margin-bottom: 0;
	margin-left:calc(50% - 50vw);
	padding:20px 20px 0;
	position:relative;
	text-align:center;
	overflow:hidden;
}
/* 中央 */
.footer-inner{
	max-width:900px;
	margin:auto;
}
/* タイトル */
.footer-title{
	margin:0;
	font-size:3rem;
	font-weight:700;
	line-height:1.4;
	color:#24364a;
}
.footer-title span{
	color:#2b9c83;
}
.footer-title img{
	width:42px;
	margin-left:8px;
	vertical-align:-8px;
}
/* ボタン */
.footer-btn{
	display:inline-block;
	padding:18px 65px;
	border-radius:60px;
	text-decoration:none;
	color:#fff;
	font-size:1.5rem;
	font-weight:700;
	background:linear-gradient(180deg,#7ed957,#0097b2);
	margin-bottom:45px;
	transition:.3s;
}
.footer-btn:hover{
	transform:translateY(-2px);
	opacity:.92;
}
/* 電話 */
.footer-tel{
	font-size:2rem;
	font-weight:700;
	color:#24364a;
	margin-bottom:15px;
}
.footer-tel a{
	color:#2b9c83;
	text-decoration:none;
	font-size:3rem;
	font-weight:700;
	margin-left:12px;
}
/* ロゴ */
.footer-logo{
	margin-bottom:20px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.footer-logo img{
	max-width:420px;
	width:100%;
	height:auto;
	margin-top: 10px;
}
/* 住所 */
.footer-address{
	font-size:1.3rem;
	display: block;
}
.l-footer__foot{
	background-image:url('https://cline-all-green.com/wp-content/uploads/2026/05/bk5.png') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:120px;
	padding-bottom:30px;
	color: #fff;
}
@media(max-width:768px){
	.footer-contact{
		padding:55px 20px 0;
	}
	.footer-title{
		font-size:2rem;
	}
	.footer-title img{
		width:28px;
	}
	.footer-btn{
		padding:15px 45px;
		font-size:1.1rem;
	}
	.footer-tel{
		font-size:1.4rem;
	}
	.footer-tel a{
		display:block;
		margin-top:10px;
		margin-left:0;
		font-size:2rem;
	}
	.footer-logo img{
		max-width:280px;
	}
	.footer-address{
		font-size:1rem;
		padding-bottom:60px;
	}
	
}





/*お問い合わせページ */
.contact-form-wrap{
	max-width:900px;
	margin:auto;
	padding:50px;
	background:#fff;
	border-radius:30px;
	box-shadow:0 10px 25px rgba(0,0,0,.08);
}

/* 1項目 */
.form-group{
	margin-bottom:30px;
}
/* ラベル */
.form-group label{
	display:block;
	font-size:20px;
	font-weight:700;
	color:#24364a;
	margin-bottom:12px;
}
/* 必須 */
.required{
	display:inline-block;
	margin-left:10px;
	padding:4px 10px;
	background:#2b9c83;
	color:#fff;
	font-size:12px;
	border-radius:30px;
	vertical-align:middle;
}
/* 入力欄 */
.form-control{
	width:100%;
	padding:18px 20px;
	border:1px solid #d7e5df;
	border-radius:16px;
	background:#f9fdf9;
	font-size:16px;
	color:#24364a;
	box-sizing:border-box;
	transition:.3s;
}
/* focus */
.form-control:focus{
	outline:none;
	border-color:#2b9c83;
	box-shadow:0 0 0 4px rgba(43,156,131,.12);
	background:#fff;
}
/* textarea */
textarea.form-control{
	min-height:220px;
	resize:vertical;
}
/* checkbox */
.form-check{
	margin:40px 0 30px;
	font-size:15px;
	color:#24364a;
}
.form-check input{
	margin-right:8px;
}
/* ボタン */
.form-submit{
	text-align:center;
}
.form-submit input[type="submit"]{
	display:block;
	margin: 0 auto;
	border:none;
	padding:18px 70px;
	border-radius:60px;
	font-size:22px;
	font-weight:700;
	color:#fff;
	cursor:pointer;
	background:linear-gradient(90deg,#0097b2,#7ed957);
	transition:.3s;
}
/* hover */
.form-submit input[type="submit"]:hover{
	transform:translateY(-2px);
	opacity:.92;
}
/* エラー */
.wpcf7-not-valid-tip{
	margin-top:8px;
	font-size:14px;
	color:#d94141;
}
/* スマホ */

@media(max-width:768px){
	.contact-form-wrap{
		padding:30px 20px;
		border-radius:22px;
	}
	.form-group label{
		font-size:16px;
	}
	.form-control{
		padding:15px;
		font-size:16px;
	}
	textarea.form-control{
		min-height:180px;
	}
	.form-submit input[type="submit"]{
		width:100%;
		font-size:18px;
		padding:16px 20px;
	}
}
/*ニュースレターぺージ*/
.t-letter-wrap{
	max-width:1000px;
	margin:auto;
	padding:40px 20px;
}
.t-letter-list{
	display:flex;
	flex-direction:column;
	gap:18px;
}

.t-letter-card{
	padding:20px 28px;
	background:#fff;
	border-radius:22px;
	box-shadow:0 5px 18px rgba(0,0,0,.06);
}

.t-letter-no{
	font-size:15px;
	font-weight:700;
	color:#2b9c83;
	margin-bottom:20px;
	line-height:1.4;
}

h3.t-letter-title{
	margin:0 0 10px;
	font-size:19px;
	line-height:1.5;
	color:#24364a;
	font-weight:700;
	
}

.t-letter-bottom{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
}

.t-letter-date{
	font-size:14px;
	color:#777;
}

.t-letter-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:8px 20px;
	border-radius:50px;
	text-decoration:none;
	font-size:13px;
	font-weight:700;
	color:#fff;
	background:linear-gradient(90deg,#0097b2,#7ed957);
	transition:.3s;
}

.t-letter-btn:hover{
	transform:translateY(-2px);
	opacity:.9;
}

/* スマホ */
@media(max-width:768px){
	.t-letter-wrap{
		padding:30px 15px;
	}
	.t-letter-card{
		padding:20px;
		border-radius:18px;
	}
	.t-letter-no{
		font-size:14px;
	}
	.t-letter-title{
		font-size:18px;
		margin-bottom:16px;
	}
	.t-letter-bottom{
		display:flex;
		align-items:center;
		justify-content:space-between;
		gap:15px;
	}
	.t-letter-date{
		font-size:13px;
	}
	.t-letter-btn{
		padding:10px 20px;
		font-size:13px;
	}
}
/*ページャー*/

.t-letter-pagination{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	gap:10px;
	margin-top:40px;
}

.t-letter-pagination a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:44px;
	height:44px;
	border-radius:50%;
	background:#fff;
	color:#24364a;
	font-weight:700;
	text-decoration:none;
	box-shadow:	0 4px 10px rgba(0,0,0,.08);
	transition:.3s;
}
.t-letter-pagination a:hover{
	background:#2b9c83;
	color:#fff;
}
.t-letter-pagination a.is-current{
	background:linear-gradient(90deg,#0097b2,#7ed957);
	color:#fff;
}




/*AIチャットボット*/
#chatbot {
	width: 350px;
	height: 550px;
	border-radius: 12px;
	overflow: hidden;
	font-family: sans-serif;
	box-shadow: 0 4px 20px rgba(0,0,0,0.2);
	display: flex;
	flex-direction: column;
	background: #f5f5f5;
}
#chatbot {
	position: fixed;
	bottom: 90px;
	right: 20px;
	z-index: 100000;
}
#chatbot {
	transform: translateY(30px);
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}

#chatbot.active {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}
/* ヘッダー */
#chat-header {
	background: #0b6fa4;
	color: #fff;
	padding: 15px;
	font-weight: bold;
}
/* ログ */
#chat-log {
	flex: 1;
	padding: 10px;
	overflow-y: auto;
}
/* メッセージ共通 */
.message {
	max-width: 75%;
	padding: 10px;
	border-radius: 12px;
	margin: 5px 0;
	line-height: 1.5;
}

/* ユーザー */
.user {
	background: #0b6fa4;
	color: #fff;
	margin-left: auto;
	border-bottom-right-radius: 0;
}
/* AI */
.bot {
	background: #fff;
	color: #333;
	margin-right: auto;
	border-bottom-left-radius: 0;
	border: 1px solid #ddd;
	font-size: 14px; 
}
/* 入力エリア */
#chat-input-area {
    display: flex;
    border-top: 1px solid #ddd;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}
#chat-input {
	flex: 1;
	border: none;
	padding: 10px;
	font-size: 14px;
	border-radius: 0;
	outline: none;
}
#chat-send {
	background: #0b6fa4;
	color: #fff;
	border: none;
	padding: 0 20px;
	cursor: pointer;
	border-radius: 0;
}
#chat-send:hover {
    background: #095a87;
}
#chatbot-widget {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}
/* 丸ボタン */
#chatbot-toggle {
	width: 60px;
	height: 60px;
	background: #0b6fa4;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
/* 常駐ボタン（右下） */
#chat-toggle {
	position: fixed;
	bottom: 20px;
	right: 120px;
	background: linear-gradient(135deg, #0b6fa4, #0a5b87);
	color: #fff;
	padding: 14px 22px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	cursor: pointer;
	z-index: 9999;
	box-shadow: 0 6px 20px rgba(0,0,0,0.25);
	transition: all 0.3s ease;
}
/* ホバー */
#chat-toggle:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.3);
	background: linear-gradient(135deg, #0d7bb8, #0b6fa4);
}
/* 押したとき */
#chat-toggle:active {
	transform: translateY(1px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
/* ヘッダーを相対配置 */
#chat-header {
	position: relative;
	background: #0b6fa4;
	color: #fff;
	padding: 15px;
	font-weight: bold;
}
/* ×ボタン */
#chat-close {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 18px;
    cursor: pointer;
	opacity: 0.8;
	transition: 0.2s;
}
/* ホバー */
#chat-close:hover {
	opacity: 1;
	transform: scale(1.2);
}
#chat-close {
	font-weight: bold;
	font-size: 20px;
}
#chat-end {
	position: absolute;
	right: 45px;
	top: 12px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 14px;
	padding: 3px 8px;
	font-size: 12px;
	cursor: pointer;
}

#chat-end:hover {
	background: rgba(255,255,255,0.35);
}
/* =========================
AIチャット全体
========================= */

#chatbot{
    width:380px;
    max-width:95vw;
}

#chat-log{
    max-height:440px;
    overflow-y:auto;
    padding:15px;
}


/* =========================
入力エリア
========================= */

#chat-input-area{
    display:flex;
    align-items:flex-end;
    gap:8px;
    padding:10px;
    background:#fff;
    border-top:1px solid #ddd;
}

/* =========================
入力欄（2行）
========================= */

#chat-input{
	flex:1;
    min-height:52px;
    max-height:120px;
    width:100%;
    resize:none;
    overflow-y:auto;
    padding:10px;
    font-size:14px;
    line-height:1.5;
    border:1px solid #ccc;
    border-radius:8px;
    box-sizing:border-box;
    outline:none;
    font-family:inherit;
}
/* フォーカス時 */
#chat-input:focus{
    border-color:#4a90e2;
    box-shadow:0 0 4px rgba(74,144,226,.25);
}
/* =========================
送信ボタン
========================= */
#chat-send{
    height:52px;
    min-width:72px;
    padding:0 14px;
    border:none;
    border-radius:8px;
    cursor:pointer;
    white-space:nowrap;
}
/* =========================
スマホ調整
========================= */
@media(max-width:768px){
    #chatbot{
        width:100%;
        right:0;
        left:10px;
        bottom:100px;
    }
    #chat-log{
        max-height:55vh;
    }
    #chat-input{
		min-height:52px;
        max-height:100px;
    }
    #chat-send{
        min-width:64px;
    }
}

/* ==========================
施設概要ページ
========================== */
.facility-page{
	max-width:1100px;
	margin:0 auto;
	padding:60px 20px 90px;
	color:#24364a;
}
/* ページ上部 */
.facility-head{
	text-align:center;
	margin-bottom:60px;
}
.facility-head h1{
	font-size:3rem;
	font-weight:700;
	color:#24364a;
	margin-bottom:20px;
}
.facility-head p{
	font-size:1.3rem;
	line-height:1.8;
	color:#2b9c83;
	font-weight:700;
}
/* 共通ボックス */
.facility-box{
	background:#fff;
	border-radius:28px;
	padding:45px;
	margin-bottom:45px;
	box-shadow:0 8px 22px rgba(0,0,0,.08);
	position:relative;
	overflow:hidden;
}
/* 見出し */
.facility-box h2{
	font-size:2.3rem;
	font-weight:700;
	color:#24364a;
	text-align:center;
	margin:0 0 35px;
	padding:0;
	border:none;
	background:none;
	box-shadow:none;
}
.facility-box h2::before,
.facility-box h2::after{
	display:none !important;
	content:none !important;
}
.facility-box h2 span,
.facility-box h2 strong{
	color:#2b9c83;
}
/* 本文 */
.facility-box p{
	font-size:1.2rem;
	line-height:2;
	margin:0 0 24px;
}
.facility-box p:last-child{
	margin-bottom:0;
}
/* お悩みリスト */
.facility-box ul{
	list-style:none;
	padding:0;
	margin:0;
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:18px 24px;
}
.facility-box ul li{
	background:#f4faec;
	border-radius:18px;
	padding:18px 22px 18px 50px;
	font-size:1.1rem;
	font-weight:700;
	position:relative;
	box-shadow:0 4px 12px rgba(0,0,0,.06);
}
.facility-box ul li::before{
	content:"";
	position:absolute;
	left:18px;
	top:50%;
	transform:translateY(-50%);
	width:20px;
	height:20px;
	background:linear-gradient(90deg,#0097b2,#7ed957);
	border-radius:50%;
}
/* 1日の流れ */
.facility-table{
	width:100%;
	border-collapse:separate;
	border-spacing:0 16px;
}
.facility-table th{
	width:160px;
	color:#2b9c83;
	font-size:1.4rem;
	font-weight:700;
	text-align:center;
	background:#f4faec;
	border-radius:18px 0 0 18px;
	padding:18px;
}
.facility-table td{
	font-size:1.2rem;
	font-weight:700;
	background:#f9fdf9;
	border-radius:0 18px 18px 0;
	padding:18px 24px;
}
/* プログラム内容 */
.facility-box h3{
	font-size:1.5rem;
	font-weight:700;
	color:#2b9c83;
	margin:35px 0 12px;
	padding:0 0 10px;
	border-bottom:3px dotted #d5d5d5;
	background:none;
	box-shadow:none;
}
.facility-box h3:first-of-type{
	margin-top:0;
}
.facility-box h3::before,
.facility-box h3::after{
	display:none !important;
	content:none !important;
}
/* スマホ */
@media(max-width:768px){
	.facility-page{
		padding:40px 15px 70px;
	}
	.facility-head{
		margin-bottom:40px;
	}
	.facility-head h1{
		font-size:2rem;
	}
	.facility-head p{
		font-size:1rem;
	}
	.facility-box{
		padding:28px 20px;
		border-radius:22px;
		margin-bottom:30px;
	}
	.facility-box h2{
		font-size:1.7rem;
		margin-bottom:25px;
	}
	.facility-box p{
		font-size:1rem;
		line-height:1.8;
	}
	.facility-box ul{
		grid-template-columns:1fr;
		gap:14px;
	}
	.facility-box ul li{
		font-size:1rem;
		padding:16px 18px 16px 46px;
	}
	.facility-table{
	border-spacing:0 12px;
	}
	.facility-table th{
		width:95px;
		font-size:1rem;
		padding:14px 8px;
	}
	.facility-table td{
		font-size:1rem;
		padding:14px;
	}
	.facility-box h3{
		font-size:1.2rem;
	}
}

/* ==========================
依存症ページ
========================== */
.addiction-page{
	max-width:1100px;
	margin:0 auto;
	padding:60px 20px 90px;
	color:#24364a;
}
/* 共通セクション */
.addiction-section{
	background:#fff;
	border-radius:28px;
	padding:45px;
	margin-bottom:45px;
	box-shadow:0 8px 22px rgba(0,0,0,.08);
	position:relative;
	overflow:hidden;
}
/* 見出し */
.addiction-section h2{
	font-size:2.3rem;
	font-weight:700;
	color:#24364a;
	text-align:center;
	margin:0 0 35px;
	padding:0;
	border:none;
	background:none;
	box-shadow:none;
}
.addiction-section h2::before,
.addiction-section h2::after{
	display:none !important;
	content:none !important;
}
.addiction-section h3{
	font-size:1.5rem;
	font-weight:700;
	color:#2b9c83;
	margin:35px 0 16px;
	padding:0 0 10px;
	border-bottom:3px dotted #d5d5d5;
	background:none;
	box-shadow:none;
}
.addiction-section h3:first-child{
	margin-top:0;
}
.addiction-section h3::before,
.addiction-section h3::after{
	display:none !important;
	content:none !important;
}
/* 本文 */
.addiction-section p{
	font-size:1.2rem;
	line-height:2;
	margin:0 0 24px;
}
.addiction-section p:last-child{
	margin-bottom:0;
}
.addiction-note{
	color:#2b9c83;
	font-weight:700;
}
/* 画像 */
.addiction-section figure{
	margin:35px 0;
	text-align:center;
}
.addiction-section figure img{
	max-width:100%;
	height:auto;
	border-radius:22px;
	box-shadow:0 6px 18px rgba(0,0,0,.08);
}
/* 横並び */
.addiction-media{
	display:grid;
	grid-template-columns:1fr 35%;
	gap:40px;
	align-items:center;
}
.addiction-media.reverse{
	grid-template-columns:35% 1fr;
}
.addiction-media figure{
	margin:0;
}
.addiction-media-text{
	min-width:0;
}
/* リスト */
.addiction-section ul{
	list-style:none;
	padding:0;
	margin:25px 0 0;
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:18px 24px;
}
.addiction-section ul li{
	background:#f4faec;
	border-radius:18px;
	padding:18px 22px 18px 50px;
	font-size:1.1rem;
	font-weight:700;
	position:relative;
	box-shadow:0 4px 12px rgba(0,0,0,.06);
}
.addiction-section ul li::before{
	content:"";
	position:absolute;
	left:18px;
	top:50%;
	transform:translateY(-50%);
	width:20px;
	height:20px;
	background:linear-gradient(90deg,#0097b2,#7ed957);
	border-radius:50%;
}
/* スマホ */
@media(max-width:768px){
	.addiction-page{
		padding:40px 15px 70px;
	}
	.addiction-section{
		padding:28px 20px;
		border-radius:22px;
		margin-bottom:30px;
	}
	.addiction-section h2{
		font-size:1.7rem;
		margin-bottom:25px;
	}
	.addiction-section h3{
		font-size:1.2rem;
	}
	.addiction-section p{
		font-size:1rem;
		line-height:1.8;
	}
	.addiction-section ul{
		grid-template-columns:1fr;
		gap:14px;
	}
	.addiction-section ul li{
		font-size:1rem;
		padding:16px 18px 16px 46px;
	}
	.addiction-media,
	.addiction-media.reverse{
		display:block;
	}
	.addiction-media figure{
		margin-top:25px;
	}
	.addiction-media.reverse figure{
		margin-bottom:25px;
	}
}

/* ==========================
組織概要ページ
========================== */

.organization-page{
	max-width:1100px;
	margin:0 auto;
	padding:60px 20px 90px;
	color:#24364a;
}

.organization-section{
	background:#fff;
	border-radius:28px;
	padding:45px;
	margin-bottom:45px;
	box-shadow:0 8px 22px rgba(0,0,0,.08);
	position:relative;
	overflow:hidden;
}

.organization-section h2{
	font-size:2.3rem;
	font-weight:700;
	color:#24364a;
	text-align:center;
	margin:0 0 35px;
	padding:0;
	border:none;
	background:none;
	box-shadow:none;
}

.organization-section h2::before,
.organization-section h2::after,
.organization-section h3::before,
.organization-section h3::after,
.organization-section h4::before,
.organization-section h4::after{
	display:none !important;
	content:none !important;
}

.organization-info{
	display:flex;
	flex-direction:column;
	gap:18px;
}

.organization-row{
	display:grid;
	grid-template-columns:180px 1fr;
	border-radius:18px;
	overflow:hidden;
	box-shadow:0 4px 12px rgba(0,0,0,.05);
}

.organization-label{
	background:linear-gradient(90deg,#0097b2,#7ed957);
	color:#fff;
	font-weight:700;
	font-size:1.05rem;
	padding:20px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.organization-content{
	background:#f9fdf9;
	padding:20px 24px;
	font-size:1.05rem;
	line-height:1.9;
}

.organization-content p{
	margin:0 0 6px;
}

.organization-content p:last-child{
	margin-bottom:0;
}

.organization-section h3{
	font-size:1.5rem;
	font-weight:700;
	color:#2b9c83;
	margin:40px 0 22px;
	padding:0 0 10px;
	border-bottom:3px dotted #d5d5d5;
	background:none;
	box-shadow:none;
}

.organization-section h3:first-of-type{
	margin-top:0;
}

.organization-service-list{
	display:grid;
	grid-template-columns:1fr;
	gap:18px;
	margin-bottom:40px;
}

.organization-service{
	background:#f4faec;
	border-radius:20px;
	padding:24px 28px;
	box-shadow:0 4px 12px rgba(0,0,0,.06);
}

.organization-service h4{
	margin:0 0 12px;
	padding:0;
	border:none;
	background:none;
	box-shadow:none;
	font-size:1.2rem;
	line-height:1.5;
	color:#24364a;
	font-weight:700;
}

.organization-service p{
	margin:0;
	font-size:1.05rem;
	line-height:1.9;
}

/* スマホ */

@media(max-width:768px){

.organization-page{
	padding:40px 15px 70px;
}

.organization-section{
	padding:28px 20px;
	border-radius:22px;
	margin-bottom:30px;
}

.organization-section h2{
	font-size:1.7rem;
	margin-bottom:25px;
}

.organization-row{
	grid-template-columns:1fr;
}

.organization-label{
	justify-content:flex-start;
	padding:14px 18px;
}

.organization-content{
	padding:18px;
	font-size:1rem;
}

.organization-section h3{
	font-size:1.2rem;
}

.organization-service{
	padding:20px;
}

.organization-service h4{
	font-size:1.05rem;
}

.organization-service p{
	font-size:1rem;
}

}