@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    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
*/

/* フォント */
h1,h2,h3,h4,h5,h6,p,a,span,li,td,th,dd,dt,div {
	font-family: "Zen Maru Gothic", sans-serif !important;
}
/* ---------------------------------------
 ヘッダー
 ----------------------------------------- */
/* メニュー */
.c-gnav>.menu-item>a .ttl {
	font-size: 20px;
	font-weight: 500;
}
@media screen and (max-width: 1280px) {
	.c-gnav>.menu-item>a .ttl {
		font-size: 18px;
	}
}
@media screen and (max-width: 970px) {
	.c-gnav>.menu-item>a .ttl {
		font-size: 16px;
	}
}
/* ---------------------------------------
 ファーストビュー
 ----------------------------------------- */
.p-mainVisual__textLayer {
	display: inline-block;
	position: absolute;
	top: auto;
	bottom: 30px;
	left: 0;
	transform: translateX(0);
	background-color: #FFFFFF;
	width: auto;
	height: auto;
	padding: 30px;
	background-color: rgba(255,255,248,.75);
	backdrop-filter: blur(1px);
	border-radius: 0 25px 25px 0;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.p-mainVisual__slideTitle {
	font-size: 45px;
	color: #FF7F50;
	font-weight: 700;
	text-shadow: none;
	text-align: left;
}
.p-mainVisual__slideText {
	font-size: 20px !important;
	color: #6C4919;
	text-align: left;
	text-shadow: none;
	margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
	.p-mainVisual__slideTitle {
		font-size: 35px;
	}
	.p-mainVisual__slideText {
		font-size: 20px !important;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 960px) {
	.p-mainVisual__textLayer {
		display: inline-block;
		position: absolute;
		top: 40%;
		bottom: auto;
		left: 50%;
		transform: translate(-50%, -40%);
		width: 80%;
		padding: 50px 20px;
		border-radius: 5px;
		box-shadow: none;
	}
	.p-mainVisual__slideTitle {
		font-size: 30px;
		text-align: center;
	}
	.p-mainVisual__slideText {
		font-size: 18px !important;
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.p-mainVisual__textLayer {
		padding: 50px 10px;
	}
	.p-mainVisual__slideTitle {
		font-size: 25px;
	}
	.p-mainVisual__slideText {
		font-size: 16px !important;
	}
}
/* ファーストビューボタン */
.mv-btn-unit {
	gap: 23px;
}
.wp-block-button.left,
.wp-block-button.right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
}
.wp-block-button.left a,
.wp-block-button.right a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 8px 45px;
	border-radius: 10px;
	font-size: 20px;
}
.wp-block-button.left:before {
	content: "\\サービスに迷ったら/";
	color: #333333;
	text-shadow: none;
	font-size: 18px;
}
.wp-block-button.right:before {
	content: "\\LINEで空き状況・相談など/";
	color: #333333;
	text-shadow: none;
	font-size: 18px;
}
.wp-block-button.right {
	
}
.wp-block-button.left a {
	background-color: #6C4919;
}
.wp-block-button.right a {
	background-color: #00B900;
}
.wp-block-button.left a:before {
	font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f4fc";
	font-size: 25px;
	color: #FFFFFF;
	text-shadow: none;
}
.wp-block-button.right a:before {
	font-family: "Font Awesome 6 Brands";
  font-weight: 500; 
  content: "\f3c0";
	font-size: 25px;
	color: #FFFFFF;
	text-shadow: none;
}
@media screen and (max-width: 1280px) {
	.mv-btn-unit {
		gap: 10px;
	}
	.wp-block-button.left a,
	.wp-block-button.right a {
		gap: 10px;
		font-size: 16px;
	}
	.wp-block-button.left:before {
		font-size: 14px;
	}
	.wp-block-button.right:before {
		font-size: 14px;
	}
	.wp-block-button.left a:before {
		font-size: 18px;
	}
	.wp-block-button.right a:before {
		font-size: 18px;
	}
}
@media screen and (max-width: 960px) {
	.mv-btn-unit {
		justify-content: center;
	}
	.wp-block-button.left a,
	.wp-block-button.right a {
		gap: 10px;
		font-size: 16px;
	}
	.wp-block-button.left:before {
		font-size: 14px;
	}
	.wp-block-button.right:before {
		font-size: 14px;
	}
	.wp-block-button.left a:before {
		font-size: 18px;
	}
	.wp-block-button.right a:before {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {}
/* MVバナー */
.mv-banner {
	position: absolute;
	bottom: 30px;
	right: 30px;
	box-shadow: 0 2px 5px rgba(0,0,0,.4);
}
.mv-banner img {
	vertical-align: bottom;
}
@media screen and (max-width: 768px) {
	.mv-banner {
		bottom: 10px;
		right: 10px;
	}
	.mv-banner img {
		max-width: 150px;
	}
}

/* ---------------------------------------
共通
 ----------------------------------------- */
h2.is-style-section_ttl,
h3.is-style-section_ttl,
h4.is-style-section_ttl,
h5.is-style-section_ttl {
	font-weight: 500;
}
p,a,li,td {
	font-weight: 400;
}
h2.is-style-section_ttl.section-ttl-normal {
	font-size: 40px;
	font-weight: 600;
}
@media screen and (max-width: 1280px) {
	h2.is-style-section_ttl.section-ttl-normal {
		font-size: 35px;
	}
}
@media screen and (max-width: 960px) {
	h2.is-style-section_ttl.section-ttl-normal {
		font-size: 30px;
	}
}
@media screen and (max-width: 768px) {
	h2.is-style-section_ttl.section-ttl-normal {
		font-size: 28px;
	}
}
/* ----------------------------------------------------------------------------------------------トップページ----------------------------------------------------------------------------------------- */
/* ---------------------------------------
 目的から選ぶ
 ----------------------------------------- */
.top #content {
	padding-top: 0;
}
#purpose {
	background-color: transparent;
  background-image: radial-gradient(
    circle,
    rgba(255, 127, 80, 0.1) 2px,
    transparent 3px
  );
  background-size: 15px 15px;
}
#access {
	background-color: transparent;
  background-image: radial-gradient(
    circle,
    rgba(255, 127, 80, 0.1) 2px,
    transparent 3px
  );
  background-size: 15px 15px;
}
.purpose-item-unit {
	position: relative;
}
.purpose-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
.purpose-item-outer {
	flex-basis: calc((100% - 50px) / 2);
}
.purpose-item-outer.full {
	flex-basis: 100%;
}
.purpose-item {
	background-color: #FFFFFF;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	padding: 10px 35px 20px;
	border-radius: 15px;
}
.purpose-item.full {
	flex-basis: 100%;
}
h3.is-style-section_ttl.purpose-item-ttl {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 30px;
}
.purpose-item figure {
	margin-bottom: 10px;	
}
.purpose-item-sub-ttl {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}
h4.is-style-section_ttl.purpose-item-list-ttl {
	margin-top: 0;
	margin-bottom: 8px;
	border-left: 2px solid #FF7F50;
	text-align: left;
	padding-left: 5px;
	font-size: 25px;
}
.purpose-item-list li {
	font-weight: 400;
}
.purpose-item.full {
	padding: 15px;
}
.purpose-item.full > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
}
.purpose-item.full figure {
	flex-basis: 40%;
	margin-bottom: 0;
}
.full-inner {
	flex-basis: 60%;
	padding-left: 30px;
}
.purpose-item.full .purpose-item figure {
	margin-bottom: 10px;	
}
.purpose-item.full h3.is-style-section_ttl.purpose-item-ttl {
	text-align: left;
}
.purpose-item.full .purpose-item-sub-ttl {
	text-align: left;
	margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
	.purpose-item-unit > .wp-block-group__inner-container {
		gap: 30px;
	}
	.purpose-item-outer {
		flex-basis: calc((100% - 30px) / 2);
	}
	.purpose-item {
		padding: 10px 20px 20px;
	}
	h3.is-style-section_ttl.purpose-item-ttl {
		font-size: 25px;
	}
	.purpose-item-sub-ttl {
		font-size: 18px;
		margin-bottom: 15px;
	}
	h4.is-style-section_ttl.purpose-item-list-ttl {
		font-size: 23px;
	}
}
@media screen and (max-width: 960px) {
	.purpose-item-unit > .wp-block-group__inner-container {
		gap: 30px;
	}
	.purpose-item-outer {
		flex-basis: 100%;
	}
	.purpose-item {
		padding: 20px;
	}
	h3.is-style-section_ttl.purpose-item-ttl {
		font-size: 25px;
	}
	.purpose-item-sub-ttl {
		font-size: 16px;
	}
	h4.is-style-section_ttl.purpose-item-list-ttl {
		font-size: 18px;
	}
	.purpose-item-list {
		font-size: 16px;
	}
	.purpose-item.full {
		padding: 20px;
	}
	.purpose-item.full figure {
		flex-basis: 100%;
		margin-bottom: 15px;
	}
	.full-inner {
		flex-basis: 100%;
		padding-left: 0px;
	}
	.purpose-item.full h3.is-style-section_ttl.purpose-item-ttl {
		text-align: center;
	}
	.purpose-item.full .purpose-item-sub-ttl {
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.purpose-item-unit > .wp-block-group__inner-container {
		gap: 30px;
	}
	.purpose-item-outer {
		flex-basis: 100%;
	}
	.purpose-item {
		padding: 20px;
	}
	h3.is-style-section_ttl.purpose-item-ttl {
		font-size: 25px;
	}
	.purpose-item-sub-ttl {
		font-size: 16px;
	}
	h4.is-style-section_ttl.purpose-item-list-ttl {
		font-size: 18px;
	}
	.purpose-item-list {
		font-size: 16px;
	}
	.purpose-item.full {
		padding: 20px;
	}
	.purpose-item.full figure {
		flex-basis: 100%;
		margin-bottom: 15px;
	}
	.full-inner {
		flex-basis: 100%;
		padding-left: 0px;
	}
	.purpose-item.full h3.is-style-section_ttl.purpose-item-ttl {
		text-align: center;
	}
	.purpose-item.full .purpose-item-sub-ttl {
		text-align: center;
	}
}
/* ボタン */
.purpose-btn .wp-block-button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
}
.purpose-btn .wp-block-button:before {
	content: "\\もっと詳しく！/";
	color: #333333;
	text-shadow: none;
	font-size: 18px;
}
.purpose-btn.line .wp-block-button:before {
	content: "\\LINEで自分に合った施設を確認/";
	color: #333333;
	text-shadow: none;
	font-size: 18px;
}
.purpose-btn.line .wp-block-button {
	width: 50%;
	max-width: 380px;
}
.purpose-btn .wp-block-button a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.purpose-btn .wp-block-button a:after {
	font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f103";
	font-size: 20px;
	color: #FFFFFF;
	text-shadow: none;
}
.purpose-btn.line .wp-block-button a:after {
	font-family: "Font Awesome 6 Brands";
  font-weight: 500; 
  content: "\f3c0";
	font-size: 20px;
	color: #FFFFFF;
	text-shadow: none;
}
@media screen and (max-width: 960px) {
	/* ボタン */
	.purpose-btn .wp-block-button:before {
		font-size: 16px;
	}
	.purpose-btn.line .wp-block-button:before {
		font-size: 16px;
	}
	.purpose-btn.line .wp-block-button {
		width: auto;
	}
}
/* キャラクター */
.purpose-character-1,
.purpose-character-3,
.purpose-character-2 {
	position: absolute;
}
.purpose-character-1 {
	top: -150px;
	left: -100px;
}
.purpose-character-2 {
	top: -150px;
	right: -100px;
}
.purpose-character-3 {
	bottom: 0;
	right: -100px;
}
@media screen and (max-width: 1280px) {
	.purpose-character-1 img,
	.purpose-character-3 img,
	.purpose-character-2 img {
		height: 200px;
		width: auto;
	}
	.purpose-character-1 {
		top: -130px;
		left: -0px;
	}
	.purpose-character-2 {
		top: -130px;
		right: -20px;
	}
	.purpose-character-3 {
		bottom: 0;
		right: -20px;
	}
}
@media screen and (max-width: 960px) {
	.purpose-character-1 img,
	.purpose-character-3 img,
	.purpose-character-2 img {
		height: 150px;
		width: auto;
	}
	.purpose-character-1 {
		top: -100px;
		left: 0px;
	}
	.purpose-character-2 {
		top: -100px;
		right: 0px;
	}
	.purpose-character-3 {
		bottom: 0;
		right: 0px;
	}
}
@media screen and (max-width: 768px) {
	.purpose-character-1 img,
	.purpose-character-3 img,
	.purpose-character-2 img {
		height: 150px;
		width: auto;
	}
	.purpose-character-1 {
		top: -100px;
		left: -40px;
	}
	.purpose-character-2 {
		top: -100px;
		right: -40px;
	}
	.purpose-character-3 {
		bottom: 0;
		right: -30px;
	}
}

/* ---------------------------------------
こんなお悩みありませんか
 ----------------------------------------- */
.problem-item-unit > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	gap: 50px;
}
.problem-item-left {
	flex-basis: calc(35% - 25px);
}
.problem-item-right {
	flex-basis: calc(65% - 25px);
}
.problem-item-right-item {
	
}
.problem-item-right-item h3.is-style-section_ttl {	background-color: #FF7F50;
	color: #FFFFFF;
	font-size: 25px;
	padding: 6px;
	display: flex;
	gap: 5px;
	align-items: center;
	margin-bottom: 0;
}
.problem-item-right-item h3.is-style-section_ttl:before {
	position: static;
	font-family: "Font Awesome 6 Free";
  content: "\f059";
	font-weight: 900;
	color: #FFFFFF;
	background: none;
	border: none;
	width: auto;
	height: auto;
}
.problem-item-right-item p {
	background-color: #FFFFFF;
	padding: 10px;
	border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 1280px) {
	
}
@media screen and (max-width: 960px) {
	.problem-item-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 40px;
	}
	.problem-item-left {
		flex-basis: 100%;
	}
	.problem-item-right {
		flex-basis: 100%;
	}
	.problem-item-left h2.is-style-section_ttl.section-ttl-normal {
		text-align: center;
	}
	.problem-item-right-item h3.is-style-section_ttl {	
		font-size: 20px;
		padding: 6px 10px;
		gap: 8px;
	}
	.problem-item-right-item p {
		font-size: 16px;
	}
}
.content-width-900 {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
/* ---------------------------------------
認知症高齢者グループホーム
 ----------------------------------------- */
#gh h2.is-style-section_ttl.section-ttl-normal {
  position: relative;
  z-index: 3;
  text-shadow: 2px 2px 3px #F7F4E9;
}
p.gh-sec-ttl-help-txt {
  position: relative;
  z-index: 3;
  text-shadow: 2px 2px 3px #F7F4E9;
}
.service-inner-container {
	background-color: #F7F4E9;
	border-radius: 50px;
	padding: 50px 20px;
	position: relative;
}
.service-inner-container-character-2 {
	position: absolute;
	right: -10px;
	top: 0px;
}
.service-inner-container-character-2 img {
	width: 180px;
	height: auto;
}
h3.is-style-section_ttl.service-sub-ttl {
	margin-top: 0;
}
p.service-sub-ttl-disc {
	text-align: center;
}
@media screen and (max-width: 960px) {
	.service-inner-container {
		border-radius: 30px;
		padding: 40px 10px;
	}
	.service-inner-container-character-2 {
		right: -20px;
		top: 0px;
	}
	.service-inner-container-character-2 img {
		width: 100px;
	}
}
/* ボタン */
.normal-line-btn a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 22px;
	padding: 5px 80px;
}
.normal-line-btn a:before {
	font-family: "Font Awesome 6 Brands";
  font-weight: 500; 
  content: "\f3c0";
	font-size: 35px;
	color: #FFFFFF;
	text-shadow: none;
}
h3.is-style-section_ttl.section-h3-ttl-left {
	font-size: 30px;
	border-left: 4px solid #FF7F50;
	padding-left: 10px;
}
h3.is-style-section_ttl.section-h3-ttl-center {
	font-size: 30px;
}
.normal-line-btn.before-txt .wp-block-button {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.normal-line-btn.before-txt .wp-block-button:before {
	content: "\\まずはLINE登録から/";
	font-size: 20px;
}
@media screen and (max-width: 960px) {
	.normal-line-btn a {
		font-size: 18px;
		padding: 5px 40px;
	}
	.normal-line-btn a:before {
		font-size: 25px;
	}
	h3.is-style-section_ttl.section-h3-ttl-left {
		font-size: 23px;
		padding-left: 7px;
	}
	h3.is-style-section_ttl.section-h3-ttl-center {
		font-size: 23px;
	}
	.normal-line-btn.before-txt .wp-block-button:before {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {}
/* テーブル */
.normal-table table tr:first-child  th,
.normal-table table tr:first-child td {
	border-top: none;
}
.normal-table table tr:last-child th,
.normal-table table tr:last-child td {
	border-bottom: none;
}
:root {
    --color_border--table: #F5F6FA;
}
.normal-table tr th {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}
.normal-table tr td {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.8em;
}
.normal-table tr td strong {
	font-weight: 500;
}
@media screen and (max-width: 960px) {
	.normal-table tr th {
		font-size: 18px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.normal-table tr td {
		font-size: 17px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 1.7em;
	}
}
/* ギャラリー */
.service-gallery img {
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	z-index: 2;
}
.service-gallery figcaption.wp-element-caption {
	position: static !important;
	background: none !important;
	text-shadow: none !important;
	color: #333333 !important;
	font-size: 20px !important;
	padding: 5px 0 0 !important;
	opacity: 1;
	background: #F7F4E9 !important;
}
@media screen and (max-width: 960px) {
	.service-gallery figcaption.wp-element-caption {
		font-size: 16px !important;
		padding: 3px 0 0 !important;
	}
}
/* 入居までの流れ */
.service-flow-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 10px;
}
.service-flow-item {
	flex-basis: calc((100% - 30px) / 4);
	border: 1px solid #FF7F50;
	padding: 30px 12px;
	margin-bottom: 0;
	position: relative;
}
.service-flow-item h4.is-style-section_ttl {
	display: flex;
	flex-direction: column;
	gap: 0;
	font-size: 20px;
	margin-bottom: 10px;
}
.service-flow-item h4.is-style-section_ttl:before {
	content: "";
	font-family: "Font Awesome 6 Brands";
  font-weight: 500; 
  content: "\f3c0";
	font-size: 62px;
	color: #00B900;
}
.service-flow-item.item-2 h4.is-style-section_ttl:before,
.service-flow-item.item-3 h4.is-style-section_ttl:before,
.service-flow-item.item-4 h4.is-style-section_ttl:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #5A9BD8;
}
.service-flow-item.item-2 h4.is-style-section_ttl:before {
  content: "\f21d";
}
.service-flow-item.item-3 h4.is-style-section_ttl:before {
  content: "\f0ae";
}
.service-flow-item.item-4 h4.is-style-section_ttl:before {
  content: "\f090";
}
.service-flow-item p {
	font-size: 18px;
}
.service-flow-item.item-1:after,
.service-flow-item.item-2:after,
.service-flow-item.item-3:after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 35px;
	background-color: #FF7F50;
	position: absolute;
	top: 50%;
	right: -18px;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 960px) {
	/* 入居までの流れ */
	.service-flow-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 20px;
	}
	.service-flow-item {
		flex-basis: calc((100% - 20px) / 2);
		padding: 30px 10px;
	}
	.service-flow-item h4.is-style-section_ttl {
/* 		font-size: 20px; */
	}
	.service-flow-item h4.is-style-section_ttl:before {
		font-size: 45px;
	}
	.service-flow-item p {
		font-size: 16px;
	}
	.service-flow-item.item-2:after {
		content: none;
	}
}
@media screen and (max-width: 768px) {
	/* 入居までの流れ */
	.service-flow-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 20px;
	}
	.service-flow-item {
		flex-basis: 100%;
	}
	.service-flow-item p {
		text-align: center;
	}
	.service-flow-item.item-1:after,
	.service-flow-item.item-2:after,
	.service-flow-item.item-3:after {
		content: "";
		width: 35px;
		height: 18px;
		top: auto;
		bottom: -18px;
		right: 50%;
		transform: translateX(50%);
		clip-path: polygon(0 0, 100% 0, 50% 100%);;
	}
}
/* 費用目安 */
.image-table-block > .wp-block-group__inner-container {
	display: flex;
	gap: 20px;
}
.image-table-block .normal-table {
	flex-basis: 65%;
}
.image-table-block .normal-table tr td {
	padding-top : 10px;
	padding-bottom: 10px;
	font-weight: 500;
}
.image-table-block .normal-table tr th {
	border-right: 1px solid #F5F6FA ;
	font-weight: 500;
}
.image-table-block figure {
	flex-basis: 35%;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 960px) {
	.image-table-block > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 20px;
	}
	.image-table-block .normal-table {
		flex-basis: 100%;
		margin-bottom: 0;
	}
	.image-table-block .normal-table tr td {
		padding-top : 10px;
		padding-bottom: 10px;
	}
	.image-table-block figure {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 768px) {}
/* サービス下部CTA */
.service-cta {
	position: relative;
}
.service-cta p {
	font-size: 35px;
	color: #FFFFFF;
	font-weight: 500;
}
.service-cta-character-1 {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.service-cta-character-1 img {
	width: 170px;
	height: auto;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 960px) {
	/* サービス下部CTA */
	.service-cta p {
		font-size: 25px;
	}
	.service-cta-character-1 {
		top: auto;
		bottom: -70px;
		left: -0px;
		transform: translateY(0);
	}
	.service-cta-character-1 img {
		width: 120px;
		height: auto;
	}
}
@media screen and (max-width: 768px) {
	.service-cta-character-1 {
		bottom: -70px;
		left: -20px;
	}
	.service-cta-character-1 img {
		width: 100px;
	}
}
/* ---------------------------------------
デイサービス
 ----------------------------------------- */
/* 対象要件 */
.normal-table.day-service-point tr:first-child td {
	text-align: center;
	font-weight: 500;
}
/* 営業時間 */
.normal-table.day-service-time tr:first-child th:first-child {
	background-color: #F7F4E9;
}
/* 料金目安 */
.normal-table.day-service-price tr:first-child td {
	text-align: center;
	font-weight: 500;
}
/* 1日の流れ */
.day-flow-tab.is-style-default>.c-tabList .c-tabList__button:hover, .day-flow-tab.is-style-default>.c-tabList .c-tabList__button[aria-selected=true] {
	background: #FF7F50;
}
.day-flow-tab.is-style-default>.c-tabList .c-tabList__button {
	font-size: 25px;
	font-weight: 500;
	background-color: #F5F6FA;
	border-radius: 10px 10px 0 0;
}
.day-flow-tab .c-tabBody {
	border: none;
	padding: 20px 0 0;
}
.day-flow-item-unit > .wp-block-group__inner-container {
	
}
.day-flow-item {
	border-bottom: 1px dotted #6C4919;
	margin-bottom: 0;
	padding: 15px 0;
}
.day-flow-item:first-child {
	padding-top: 0;
}
.day-flow-item > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
}
.day-flow-item-tabel {
	position: relative;
}
.day-flow-item-tabel:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #FF7F50;
	position: absolute;
	top: 50%;
	left: 0;
}
.day-flow-item-tabel h3.is-style-section_ttl {
	display: inline-block;
	background-color: #F7F4E9;
	padding-right: 20px;
	font-size: 30px;
}
.day-flow-item figure {
	flex-basis: 135px;
	margin-bottom: 0;
}
.day-flow-item figure img{
	width: 135px;
	height: 135px;
	object-fit: cover;
	border-radius: 10px;
}
.day-flow-item-txt {
	flex-basis: calc(100% - 135px);
	padding-left: 15px;
}
.day-flow-item-txt h4.is-style-section_ttl {
	margin-bottom: 15px;
	font-size: 25px;
}
@media screen and (max-width: 1280px) {
	/* 1日の流れ */
	.day-flow-tab.is-style-default>.c-tabList .c-tabList__button {
		font-size: 20px;
	}
	.day-flow-item-tabel h3.is-style-section_ttl {
		font-size: 25px;
	}
	.day-flow-item-txt h4.is-style-section_ttl {
		font-size: 20px;
	}
}
@media screen and (max-width: 960px) {
	/* 1日の流れ */
	.day-flow-tab.is-style-default>.c-tabList .c-tabList__button {
		font-size: 18px;
	}
	.day-flow-item-tabel h3.is-style-section_ttl {
		font-size: 20px;
	}
	.day-flow-item-txt {
		padding-left: 10px;
	}
	.day-flow-item-txt h4.is-style-section_ttl {
		margin-bottom: 10px;
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	/* 1日の流れ */
	.day-flow-tab.is-style-default>.c-tabList .c-tabList__button {
		font-size: 18px;
	}
	.day-flow-tab.day-flow-item > .wp-block-group__inner-container {
		flex-wrap: wrap;
	}
	.day-flow-item-tabel h3.is-style-section_ttl {
		padding-right: 10px;
		font-size: 20px;
	}
	.day-flow-item figure {
		flex-basis: 100%;
		margin-bottom: 10px;
		text-align: left
	}
	.day-flow-item figure img{
		width: auto;
		height: auto;
	}
	.day-flow-item-txt {
		flex-basis: 100%;
		padding-left: 0px;
	}
	.day-flow-item-txt h4.is-style-section_ttl {
		margin-bottom: 5px;
		font-size: 18px;
	}
}
/* 歳時記 */
#season-gallery-area {
	background-image: url(https://koyokaigo.com/wp-content/uploads/2025/12/season-gallery.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#season-gallery-area:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.2);
	position: absolute;
	top: 0;
	left: 0;
}
.season-gallery-unit {
	margin-bottom: 40px;
}
.season-gallery-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 20px;
}
.season-gallery-item {
	flex-basis: calc((100% - 60px) / 4);
	margin-bottom: 0;
}
p.season-gallery-item-label {
	text-align: center;
	margin-bottom: 0;
	padding: 2px;
	font-size: 25px;
	font-weight: 500;
	text-shadow: 0 2px 5px rgba(0,0,0,.2);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	border-radius: 10px 10px 0 0 ;
}
.item-1 p.season-gallery-item-label {
	background-image: url(https://koyokaigo.com/wp-content/uploads/2025/12/season-gallery-label-1.png);
	text-shadow: 1px 1px 0px rgba(255,255,255,1)
}
.item-2 p.season-gallery-item-label {
	background-image: url(https://koyokaigo.com/wp-content/uploads/2025/12/season-gallery-label-2.png);
}
.item-3 p.season-gallery-item-label {
	background-image: url(https://koyokaigo.com/wp-content/uploads/2025/12/season-gallery-label-3.png);
}
.item-4 p.season-gallery-item-label {
	background-image: url(https://koyokaigo.com/wp-content/uploads/2025/12/season-gallery-label-4.png);
}
.season-gallery-item figcaption.wp-element-caption {
	margin-top: 5px;
	font-size: 20px;
	opacity: 1;
}
.season-gallery-btm-mess {
	max-width: 1080px;
	margin: 0 auto;
	padding: 40px 20px;
	background-color: rgba(255,255,255,.4);
	border-radius: 10px;
}
.season-gallery-btm-mess p {
	font-size: 20px;
}
@media screen and (max-width: 960px) {
	.season-gallery-unit {
		margin-bottom: 40px;
	}
	.season-gallery-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 30px;
	}
	.season-gallery-item {
		flex-basis: calc((100% - 30px) / 2);
	}
	p.season-gallery-item-label {
		font-size: 20px;
	}
	.season-gallery-item figcaption.wp-element-caption {
		font-size: 18px;
	}
	.season-gallery-btm-mess p {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.season-gallery-unit {
		margin-bottom: 40px;
	}
	.season-gallery-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 10px;
	}
	.season-gallery-item {
		flex-basis: calc((100% - 10px) / 2);
	}
	p.season-gallery-item-label {
		font-size: 18px;
	}
	.season-gallery-item figcaption.wp-element-caption {
		font-size: 14px;
	}
	.season-gallery-btm-mess p {
		font-size: 16px;
	}
}
h2.is-style-section_ttl span.ninchi {
	position: relative;
}
h2.is-style-section_ttl span.ninchi:before {
	content: "(1日12名)";
	font-size: 18px;
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
}
h2.is-style-section_ttl span.ipan {
	position: relative;
}
h2.is-style-section_ttl span.ipan:before {
	content: "(定員30名)";
	white-space: nowrap;
	font-size: 18px;
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
	h2.is-style-section_ttl span.ninchi:before {
		font-size: 12px;
		top: -14px;
		left: 0;
		transform: translateX(0);
		white-space: nowrap;
	}
	h2.is-style-section_ttl span.ipan:before {
		font-size: 12px;
		top: -14px;
		left: 0;
		transform: translateX(0);
		white-space: nowrap;
	}
	#ds h2.is-style-section_ttl.section-ttl-normal {
		font-size: 25px;
	}
}
/* ご家族の方へ */
#family-mess {
	background-image: url(https://koyokaigo.com/wp-content/uploads/2025/12/familiy.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.family-mess-area {
	background-color: rgba(255,255,255,.94);
	padding: 30px 20px;
	border-radius: 10px;
}
@media screen and (max-width: 960px) {
	.family-mess-area {
		padding: 30px 10px;
	}
}
/* 会社情報 */
.com-info-table {
	max-width: 900px;
	margin: 0 auto 60px;
}
.com-info-table tr td {
	border-color: #B5B5B5;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 20px;
}
.com-info-table tr td:first-child {
	font-weight: 500;
}
.access-map {
	margin-bottom: 10px;
}
.access-map-btm-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 10px 30px;
	font-size: 16px;
}
.access-map-btm-btn a:after {
	font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f3c5";
}
@media screen and (max-width: 960px) {
	.com-info-table {
		margin: 0 auto 40px;
	}
	.com-info-table tr td {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 18px;
	}
}
/* ---------------------------------------
 フッター
 ----------------------------------------- */
.l-footer__foot, .l-footer__widgetArea {
	padding: 0;
}
.top #content {
	margin-bottom: 0;
}
#footer-item-area {
	border-bottom: 1px solid #FFFFFF;
	padding: 40px 0 !important;
}
.Footer-nemu-unit {
	max-width: 1200px;
	margin: 0 auto;
}
.Footer-nemu-unit > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Footer-nemu-list {
	display: flex;
	list-style: none;
	padding-left: 0 !important;
}
.Footer-nemu-list li {
	
}
.Footer-nemu-list li a {
	padding: 0 15px;
	font-size: 20px;
	color: #FFFFFF;
}
.copyright {
	background-color: #5A9BD8;
	padding: 3px 5px;
	color: #FFFFFF;
	font-weight: 500;
}
@media screen and (max-width: 960px) {
	#footer-item-area {
		padding: 50px 0 0 !important;
		border-bottom: none;
	}
	.Footer-nemu-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		justify-content: center;
	}
	.Footer-nemu-unit figure {
		flex-basis: 100%;
		margin-bottom: 50px;
	}
	.Footer-nemu-list {
		flex-basis: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.Footer-nemu-list li {
		flex-basis: 100%;
		margin: 0;
	}
	.Footer-nemu-list li:first-child a {
		border-top: 1px solid #FFFFFF;
	}
	.Footer-nemu-list li a {
		display: block;
		text-align: center;
		padding: 10px 15px;
		font-size: 16px;
		border-bottom: 1px solid #FFFFFF;
	}
	.copyright {
		background-color: #5A9BD8;
		padding: 3px 5px;
		color: #FFFFFF;
		font-weight: 500;
	}	
}
/* -----------------------------------------
 ヘッダーメニューSP 
--------------------------------------------*/
.l-header__customBtn.sp_ {
	display: none;
}
@media screen and (max-width: 960px) {
	.p-spMenu__inner {
		padding-top: 100px;
		position: relative;
	}
	.p-spMenu__inner:before {
		
	}
	.c-widget__title.-spmenu {
		display: none;
	}
	.p-spMenu__nav {
		margin-top: 0;
		padding-bottom: 0;
	}
	.c-iconBtn__icon {
		font-size: 30px;
	}
	.-right .p-spMenu__inner {
		width: 100%;
		transform: translateX(100vw);
	 margin-top: 0;
	}
	[data-spmenu=opened] .p-spMenu__inner {
		transform: translateX(0);
	}
	.p-spMenu__inner::before {
		background: rgba(0,0,0,.5);
	}
	.p-spMenu__closeBtn {
		display: flex;
		height: 60px;
		width: 100%;
	}
	.l-header__menuBtn.sp_ {
		width: 60px;
		height: 60px;
	}
	.c-iconBtn {
		width: 60px;
		height: 60px;
	}
	i.c-iconBtn__icon.icon-close-thin:before {
		color: #ffffff;
	}
	[data-spmenu = "opened"] .p-spMenu__closeBtn {
		justify-content: flex-end;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a {
		position: relative;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a {
		color: #FFFFFF;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a:before {
		left: auto !important;
		right: 20px;
	}
	.p-spMenu__body {
		padding: 0;
		background: transparent;
	}
	.p-spMenu__bottom {
		margin-top: 0;
	}
	.c-iconBtn__icon:before {
		font-size: 30px;
	}
}
/* ---------------------------------------
契約書一覧
 ----------------------------------------- */
#file-download-outer {
	padding-bottom: 0 !important;	
}
/* h1タイトルエリア */
.page-id-625 h1.c-pageTitle {
	display: none;
}
.page-id-625 div#content {
	padding-top: 0;
}
.page-id-625 .post_content {
	margin-top: 0;
}
.download-top-ttl-area {
	max-width: 900px;
	margin: 0 auto 80px;
}
.download-top-ttl-area h1.is-style-section_ttl {
	font-size: 50px;
}
.download-top-ttl-area p {
	font-size: 18px;
	text-align: center;
}

/* タブ */
.download-tab-container {
	
	background-color: #F7F4E9;
}
.download-tab {
	max-width: 900px;
	padding: 100px  50px;
	margin: 0 auto;
}
.download-tab .c-tabList {
	gap: 15px;
	margin-bottom: 15px !important;
}
.download-tab .c-tabList .c-tabList__item {
	flex: 0 0 calc((100% - 30px) / 3);
}
.download-tab.is-style-default>.c-tabList .c-tabList__button:hover, .download-tab.is-style-default>.c-tabList .c-tabList__button[aria-selected=true] {
	background: #FF7F50;
	color: #FFFFFF;
}
.download-tab.is-style-default>.c-tabList .c-tabList__button {
	font-size: 18px;
	font-weight: 500;
	background-color: #FAD8C4;
	color: #6E6E6E;
	padding: 15px 5px;
}
/* タブボディ */
.download-tab .c-tabBody {
	background-color: #FFFFFF;
	border: none;
	padding: 50px 30px;
}
h3.file-download-inner-ttl.is-style-section_ttl {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 40px;
}
h4.file-download-btn-unit-ttl.is-style-section_ttl {
	margin-top: 0;
	padding-left: 10px;
	border-left: 4px solid #FF7F50;
	font-size: 25px;
	margin-bottom: 20px;
}
p.file-download-btn-label {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
	#file-download-outer {
		padding-bottom: 0 !important;	
	}
	/* h1タイトルエリア */
	.download-top-ttl-area {
		margin: 0 auto 50px;
	}
	.download-top-ttl-area h1.is-style-section_ttl {
		font-size: 35px;
	}
	.download-top-ttl-area p {
		font-size: 16px;
	}

	/* タブ */
	.download-tab {
		padding: 20px 10px;
	}
	.download-tab .c-tabList {
		gap: 10px 15px;
		margin-bottom: 15px !important;
	}
	.download-tab .c-tabList .c-tabList__item {
		flex: 0 0 calc((100% - 15px) / 2);
	}
	.download-tab.is-style-default>.c-tabList .c-tabList__button {
		font-size: 16px;
	}
	/* タブボディ */
	.download-tab .c-tabBody {
		padding: 30px 10px;
	}
	h3.file-download-inner-ttl.is-style-section_ttl {
		font-size: 23px;
		margin-bottom: 30px;
	}
	h4.file-download-btn-unit-ttl.is-style-section_ttl {
		border-left: 3px solid #FF7F50;
		font-size: 23px;
	}
	p.file-download-btn-label {
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 5px;
	}
	.file-download-btn a {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	/* h1タイトルエリア */
	.download-top-ttl-area {
		margin: 0 auto 40px;
	}
	.download-top-ttl-area h1.is-style-section_ttl {
		font-size: 30px;
	}
	/* タブ */
	.download-tab .c-tabList {
		gap: 10px;
		margin-bottom: 15px !important;
	}
	.download-tab .c-tabList .c-tabList__item {
		flex: 0 0 100%;
	}
	/* タブボディ */
	h3.file-download-inner-ttl.is-style-section_ttl {
		font-size: 20px;
		margin-bottom: 30px;
	}
}