@charset "UTF-8";
/* CSS Document */
/***********************
	固定ページ基本
***********************/
/** ページヘッダー **/
#page_header{
	margin-top: 120px !important;
}
/* タブレット（〜1300px） */
@media screen and (max-width: 1300px) {
	#page_header{
		margin-top: 60px !important;
	}
}
body:not(.home) .post_content h2 {
	color: #01326D !important;
	font-weight: bold !important;
	font-size: 32px !important;
}
:is(.post_content, .post_content .tcdce-body) p {
    line-height: 2 !important;
    margin: 0 0 2em 0;
}
#page_headline{
	margin-top: -70px;
	margin-bottom: 70px;
	background-color: #fff !important;
}
/* タブレット（〜800px） */
@media screen and (max-width: 800px) {
	body:not(.home) .post_content h2 {
        font-size: 28px !important;
	}
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	body:not(.home) .post_content h2 {
        font-size: 22px !important;
	}
}
/** 幅狭 780px **/
.page_lead_780{
	max-width: 780px;
	margin-bottom: 2rem ;
	margin-left: auto;
	margin-right: auto;
}
/***********************
	私たちについて
***********************/
/** 事業内容 **/
.about_facility_box{
	border: 0px;
	background-color: #E8F8FA;
}
.facility_box_lead{
	text-align: left;
	line-height: 1.7 !important;
	font-size: 15px;
	margin-top: 20px !important;
}
.about_facility_box figure {
    margin-bottom: 24px !important;
}
.about_info{
	margin-bottom: 48px;
}
.facility_map_lead{
	margin-top: 1rem !important;
}
/* タブレット（641px〜） */
@media screen and (min-width: 640px) {
	.facility_box_title{
		height: 80px;
	}
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	.about_info td{
		text-align: center !important;
	}
	.post_content td{
		border: none !important;
	}
}
/***********************
	放課後デイサービス　事業所一覧
***********************/
.content_box_wrap{
	margin-bottom: 24px;
}
.content_box_wrap .facility_box_title{
	height: auto !important;
}
.post_content li{
	line-height: 1.7 !important;
}
.facility_box_list{
	font-size: 18px;
	text-align: left !important;
	font-weight: bold;
	list-style-type: none !important;
	margin-left: 0 !important;
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	.content_box_wrap{
		margin-bottom: 16px;
	}
}
/***********************
	事業所紹介
***********************/
/*** 各施設ボックス ***/
.page_facility_box_item{
	border: solid 1px #0051B2;
	padding: 20px;
	display: flex;
	gap: 24px;
	margin-bottom: 36px;
}
.page_facility_item--left{
	width: 44%;
}
.page_facility_item--right{
	width: 56%;
	padding: 12px;
}
.page_facility_name{
	font-size: 24px !important;
	line-height: 1.4  !important;
	font-weight: bold !important;
	margin-bottom: 0 !important;
}
.page_facility_cate{
	margin-bottom: 16px !important;
}
:is(.post_content, .post_content .tcdce-body) p.page_facility_area{
	margin: 24px 0 !important;
	line-height: 1.4 !important;
}
.page_facility_btn a{
	text-decoration: none !important;
	line-height: 1 !important;
	font-size: 16px;
	color: #fff !important;
	background-color: #0051B2;
	font-weight: bold !important;
	padding: 10px 48px 12px;
	display: inline-block;
	border-radius: 0;
	transition: border-radius 0.25s ease;
}
.page_facility_btn a:hover{
	border-radius: 48px;
}
/* リンクしないボタン */
.btn_nolink{
	text-decoration: none !important;
	line-height: 1 !important;
	font-size: 16px;
	color: #fff !important;
	background-color: #aaa !important;
	font-weight: bold !important;
	padding: 10px 48px 12px;
	display: inline-block;
	border-radius: 0;
	transition: border-radius 0.25s ease;
}
.btn_nolink:hover{
	border-radius: 0 !important;
}
/* タブレット（〜800px） */
@media screen and (max-width: 800px) {
	.page_facility_box_item{
		display: block;
		height: auto !important;
		padding-bottom: 32px !important;
	}
	.page_facility_item--left{
		width: 100%;
		height: 240px;
		overflow: hidden;
	}
	.page_facility_item--left img{
		transform: translateY(-20%);
		border-radius: 0 !important;
	}
	.page_facility_item--right{
		width: 100%;
		padding: 0;
	}
	.page_facility_name,
	.page_facility_cate,
	.page_facility_area{
		text-align: center;
	}
	.page_facility_name{
		margin-top: 24px !important;
	}
	.page_facility_btn{
		text-align: center;
	}
	.page_facility_btn a{
		width: 50%;
		margin: auto;
		text-align: center;
		padding: 12px 32px 16px;
	}
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	.page_facility_item--left{
		height: auto;
	}
	.page_facility_item--left img{
		transform: translateY(0);
	}
	.page_facility_name{
		font-size: 20px !important;
	}
	.page_facility_btn a{
		width: 70%;
	}
}
/***********************
	フッターバナーエリア
***********************/
#footer_banner_area{
	margin: 0;
	padding: 0;
}
.footer_banner{
	display: flex;
}
.footer_banner_item{
	width: 33.3333333%;
	background-color: beige;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.footer_banner_item::after{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.4); /* 暗さ調整 */
	pointer-events: none;
}
/* バナー背景画像 */
.footer_banner_item:nth-child(1){
	background-image: url("../img/banner/banner_about-02.jpg");
}
.footer_banner_item:nth-child(2){
	background-image: url("../img/banner/banner_facility.jpg");
}
.footer_banner_item:nth-child(3){
	background-image: url("../img/banner/banner_dayservice.jpg");
}
.footer_banner_item a{
	height: 180px;
	width: 100%;
	display: flex;
	justify-content: flex-start; /* 横：左寄せ */
	align-items: center;     /* 縦中央 */
	color: #fff !important;
	position: relative;
	z-index: 3;
}
/* ブルー背景（hover用） */
.footer_banner_item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 81, 178, 0.5); /* ブルー */
  pointer-events: none;
  z-index: 2;
  /* 初期状態：左に隠す */
  transform: translateX(100%);
  transition: transform 0.4s ease;
}
/* hover時：横から覆う */
.footer_banner_item:hover::before {
  transform: translateX(0);
}
.banner_item{
	margin-left: 32px;
}
.banner_item_jp{
	font-size: 15px;
	margin-bottom: 4px;
}
.banner_item_en{
	font-size: 36px
}
/* タブレット（〜800px） */
@media screen and (max-width: 800px) {
	.footer_banner_item a{
		height: 160px;
	}
	.banner_item{
		margin-left: 20px;
	}
	.banner_item_jp{
		font-size: 14px;
		margin-bottom: 4px;
	}
	.banner_item_en{
		font-size: 28px
	}
}
/* モバイル（〜600px） */
@media screen and (max-width: 600px) {
	.footer_banner{
		display: flex;
		flex-wrap: wrap;
	}
	.footer_banner_item{
		width: 100%;

	}
	.footer_banner_item a{
		justify-content: center; /* 横：左寄せ */
	}
	.banner_item{
		margin-left: 0;
		text-align: center;
	}
}
/***********************
	施設情報 - 各施設
***********************/
/*** 施設情報ページのみ 全幅 ***/
body.page.page-id-500 #page_contents .post_content,
body.page.page-id-84 #page_contents .post_content,
body.page.page-id-283 #page_contents .post_content{
    width: 100% !important;
    margin: 0 auto;
}
/*** 施設情報ページのみパディングボトムなし ***/
.page-id-500 #page_contents,
.page-id-84 #page_contents,
.page-id-283 #page_contents{
	padding-left: 0 !important;	
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}
figure.facility_block_group{
	max-width: 100%;
	margin: 0 0 100px;
}
.facility_block_group{
	max-width: 960px;
	margin: 0 auto 100px;
}
body:not(.home) .post_content h2.facility_page_catch{
	color: #846342 !important;
}
.facility_page_lead{
	max-width: 800px;
	margin-left: auto !important;
	margin-right: auto !important;;
}
/*** 施設情報 ポイント ***/
.facility_point_area{
	display: flex;
	justify-content: center; /* 横方向 */
	align-items: center;     /* 縦方向 */
	width: 100%;
	padding: 100px 0;
	background-image: url("../img/facility/point_bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.facility_point_wrap{
	background-color: #fff;
	max-width: 800px;
	width: 100%;
	margin: auto;
	padding: 100px;
}
.facility_point_item{
	margin: auto;
	border-bottom: solid 1px #ddd;
	padding: 48px 0;
}
.facility_point_item:first-child{
	padding: 0 0 48px;
}
.facility_point_item:last-child{
	border-bottom: solid 0px;
	padding: 48px 0 0;
}
body:not(.home) .post_content h2.facility_point_title{
	font-size: 24px !important;
	color: #000 !important;
	margin: 0 auto 24px !important;
}
.facility_point_num{
	margin: 0 auto 12px !important;
	text-align: center;
}
.facility_point_num span{
	color: #E0B570;
	margin: 0;
	line-height: 1;
	display: block;
}
.facility_point_num_title {
	font-size: 16px;
	margin-bottom: 4px;
}
.facility_point_num_num {
	font-size: 32px;
}
.facility_point_lead{
	margin-bottom: 0 !important;
}
/*** 施設情報 1日の流れ ***/
.facility_oneday{
	background: #FFFCE2;
	padding: 100px 20px; 
	margin-bottom: 100px;
}
#oneday{
	max-width: 700px;
	margin: auto;
}
.oneday_transport{
	position: relative;
	border: solid 4px #E0B570;
	border-radius: 20px;
	padding: 32px;
	text-align: center;
	margin-bottom: 24px;
	background: #fff !important; 
}
.oneday_fig img{
	border-radius: 0 !important;
}
:is(.post_content, .post_content .tcdce-body) p.oneday_title{
	font-size: 32px;
	color: #846342;
	margin-bottom: 16px!important;
	font-weight: bold !important;
	line-height: 1.4 !important;
}
.oneday_area_title{
	margin-top: 0 !important;
	font-size: 20px !important;
	font-weight: bold !important;
	background: #E0B570;
	border-radius: 24px;
	display: inline-block;
	color: #fff;
	padding: 4px 40px !important;
}
:is(.post_content, .post_content .tcdce-body) p.oneday_area{
	margin-bottom: 8px!important;
	font-size: 20px;
	line-height: 1.4 !important;
	font-weight: bold;
}
:is(.post_content, .post_content .tcdce-body) p.oneday_area_anno{
	line-height: 1.4 !important;
}
/* モバイル（〜600px） */
@media screen and (max-width: 600px) {
	.facility_oneday{;
		padding: 40px 20px; 
		margin-bottom: 40px;
	}
	:is(.post_content, .post_content .tcdce-body) p.oneday_title{
		font-size: 24px;
	}
	.oneday_transport{
		padding: 20px;
	}
}
/*** 施設情報 ご利用の流れ ***/
.flow_item{
	position: relative;
	border: solid 4px #E0B570;
	border-radius: 20px;
	padding: 32px;
	text-align: center;
	margin-bottom: 24px;
}
.flow_item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px; /* 三角の高さ分だけ外に出す */
  transform: translateX(-50%);

  width: 0;
  height: 0;

  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  border-top: 18px solid #E0B570;
}
.flow_item_lead{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px !important;
}
.flow_item_tel{
	color: #846342 !important;
	font-size: 32px;
	margin-bottom: 16px !important
}
.flow_item_tel a{
	color: #846342 !important;
}
.flow_item_line a{
	background: #06C765;
	color: #fff !important;
	font-weight: bold !important;
	font-size: 20px !important;
	display: inline-block;
	text-decoration: none !important;
	padding: 16px 20px;
	border-radius: 40px;
	line-height: 1.4 !important;
}
.flow_anno{
	margin-top: 24px !important;
	font-size: 15px !important;
	line-height: 1.5 !important;
}
/*** 施設情報 CTA ***/
.facility_cta_area{
	background-image: url("../img/facility/facility_CTA_bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.facility_cta_item{
	padding-top: 0 !important;
	display: flex;
	justify-content: center; /* 横方向の中央 */
	align-items: center;     /* 縦方向の中央 */
	flex-direction: column;
}
.facility_cta_btn a{
	background: #d25f5f !important;
	color: #fff !important;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	padding: 24px 48px;
}
body:not(.home) .post_content h2.facility_cta_title{
	color: #d25f5f !important;
}
/* ミニPC（〜1160px） */
@media screen and (max-width: 1160px) {
	.facility_block_group{
		width: 100%;
		padding: 20px;
	}
	.facility_point_area{
		padding: 40px;
	}
}
/* タブレット（〜800px） */
@media screen and (max-width: 800px) {
	.facility_block_group{
		padding: 16px;
	}
	.facility_point_area{
		padding: 40px 20px;
	}
	.facility_point_wrap{
		padding: 60px;
	}
	.facility_point_item{
		padding: 32px 0;
	}
}
/* モバイル（〜600px） */
@media screen and (max-width: 600px) {
	.facility_block_group{
		margin-bottom: 40px;
	}
	.facility_point_wrap{
		padding: 40px 20px;
	}
	.facility_point_item{
		padding: 32px 0;
	}
	body:not(.home) .post_content h2.facility_point_title{
		font-size: 20px !important;
	}
	/* ご利用の流れ */
	.flow_item{
		padding: 20px;
	}
	.flow_item_lead{
		font-size: 16px;
	}
	.flow_item_line.btn{
		padding: 0 !important;
	}
	.flow_item_line a{
		font-size: 18px !important;
		border-radius: 16px;	
	}
	/*** 施設情報 CTA ***/
	    body:not(.home) .post_content h2.facility_cta_title{
		font-size: 18px !important;
	}
	.facility_cta_btn a{
		margin-top: 20px !important;
		font-size: 20px;
		padding: 24px 32px;
	}
	.facility_cta_btn.btn{
		padding: 0 !important;
	}
}