@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/

/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(43px,6vw,60px);
	font-style: italic;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.2;
}
.spot-heading02{
	font-size: clamp(22px, 2.7vw, 30px);
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
	line-height: 1.4;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: 16px;
	inline-size: fit-content;
	margin-inline: auto;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
}
.line{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #2d2d2d;
	margin: 1% auto 1.9607% auto;
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1% auto 1.9607% auto;
}


/*header 囲み*/
.kakomi-p01 {
	padding: 2px 10px;
	margin: 0 10px 0 0;
	background-color: #ffcb2f;
	border: 1px solid #aeaeae;
	border-radius: 7px;
	color: #000;
	font-size: clamp(0.8em, 1vw, 0.9em);
	font-weight: 400;
	text-align: center;
	display: inline-block;
	top: -7px;
	position: relative;
}
@media screen and (max-width: 868px) {
	.kakomi-p01 {
		margin: 0;
		top: 0px;
	}
}

/*任意のみ表示*/
@media screen and (min-width: 869px) {
	.any-min769 {
		display: none;/*869以下表示*/
	}
}
@media screen and (max-width: 768px) {
	.any-max768 {
		display: none;/*768以上表示*/
	}
}
/*niniスマホのみ表示*/
@media screen and (min-width: 369px) {
	.spnini {
		display: none;
	}
}
/**/
.i-icon01 {
	display: inline-block;
	width: 23px;
	height: 23px;
	vertical-align: middle;
	margin: 0 2px 1px 0;
}
/*画像装飾*/
.imgdeco{
	box-shadow: 10px 10px 0 rgba(185, 204, 163, 0.3);
	/*margin-bottom: 20px;*/
}
.imgdeco2{
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

/*TELバナー セクション(全ページ)*/
.topbnr_sec{
	padding: 60px 0;
}
@media (max-width: 568px) {
	.topbnr_sec{
		padding: 30px 0;
	}
}
/*TELバナーhaba*/
div.habatel{
	margin: 0 7%;
}
@media (max-width: 768px)  {
	div.habatel{
		margin: 0;
	}
}








/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0;
	background-color: var(--base-color);
}
/*blog_sec1 */
.blog_sec1 {
	padding: var(--v-space) 0;
	background-color: #ecf4f4;
}

/*section1 ご家族さんへ*/
.sec1 {
	padding: 20px 0 var(--v-space) 0;
	background-image: url(../img/bg_02.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*3つ*/
.sec1-3item {
	box-sizing: border-box;
}
.sec1-3item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 15px;
}
@media (max-width: 768px) {
	.sec1-3item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.sec1-3item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}



/*2つ*/
.sec1-item {
	box-sizing: border-box;
}
.sec1-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0px 15px;
}
@media (max-width: 768px) {
	.sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}

/*文字ボタン*/
.btwi{
	display: block;
	margin: 10px auto 5px auto;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 568px) {
	.btwi{
		width: 100%;
	}
}
.c-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 37px;
	color: #fff;
	line-height: 1.1;
	text-decoration: none;
	transition: 0.3s;
	padding: 0 32px 0 20px;
	border-radius: 20px;
}
.btn07 a {
	background-color: #70a860;
	border: 1px solid transparent;
	font-size: clamp(13px, 1.4vw, 14px);
}
.btn07 a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
}
.btn07 a::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
}
.btn07 a:hover {
	background-color: #e4c000;
}
.btn07 a:hover::before {
	border: 1px solid #f2f2f2;
}
.btn07 a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}

/**/
.btn08 a {
	background-color: #3f8dbb;
	border: 1px solid transparent;
	font-size: clamp(13px, 1.4vw, 14px);
}
.btn08 a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
}
.btn08 a::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
}
.btn08 a:hover {
	background-color: #e4c000;
}
.btn08 a:hover::before {
	border: 1px solid #f2f2f2;
}
.btn08 a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}

/*section2 施設紹介*/
.sec2 {
	padding: var(--v-space2) 0 30px 0;
}
/*5つ*/
.sec2-item {
	box-sizing: border-box;
}
.sec2-item-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px 10px;
}
@media (max-width: 768px) {
	.sec2-item-container {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 568px) {
	.sec2-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}





/*TOP下部バナー群*/
.topbnr_sec-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.topbnr_sec-container img {
	/*border-radius: 5px;*/
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 568px) {
	.topbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 2fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}
/*TOPのTELバナー背景だけちょっとグレー*/
.topbnr_sec2{
	padding: 60px 0;
	/*background-color: #F7F7F7;*/
	/*background-size: 10px 10px;
	background-image: repeating-linear-gradient(90deg, #a0c09b54 0, #c1ddbd54 1px, #ECF4E3 0, #ECF4E3 50%);*/
}





/*header SNS*/
.head-sns {
 	display: inline-block;
}
.head-sns a {
	font-size: 17px;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	aspect-ratio: 1 / 1;
	background-color: #8ac4c4;
	color: #ffffff;
	clip-path: circle(50%);
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.hsnsword{
	color: #8f8169;
	font-size: 14px;
}
/*SNS 設置場所変更*/
.snsarea{
	display: table;
	margin: 0 auto;
}

/*Footerbnr 設置場所変更*/
.footer_bnrarea{
	display: flex;
	margin: 0 auto;
	margin-top: 5px;
    padding: 0 10px;
}


















/*======= 青山荘 seizanso ======*/




/*-----------------------------------------*/

.entry2-half {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px; 
	background-color: #fbd00f17;
	align-items: center;
}
.div11 { grid-area: 1 / 1 / 2 / 3; }
.div12 {grid-area: 1 / 2 / 2 / 3;}

@media (max-width: 899px)  {
	.entry2-half {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows:  1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px; 
	}
	.div11 { grid-area: 1 / 1 / 2 / 2; }
	.div12 { grid-area: 2 / 1 / 3 / 2; } 
}

/*entry2-half 文字部分*/
div.entry2-half-haba{
	margin: 0 clamp(0vw, 5vw, 100px);
	min-height: 0vw;
	min-height: 0;
}
@media (max-width: 899px)  {
	div.entry2-half-haba{
		margin: 30px 25px;
	}
}

/*-----------------------------------------*/

/**/
h4.priceh4{
	font-size: clamp(17px, 1.8vw, 19px);
	border-top: 1px dotted #808080;
	border-bottom: 1px dotted #808080;
	padding: 5px 10px;
	background-color: #f9f9f9;
	margin-bottom: 0.5rem;
	/*background-image: repeating-linear-gradient(45deg, var(--accent-color2) 0, var(--accent-color2) 2px, transparent 2px, transparent 4px);
	background-repeat: no-repeat;
	background-size: 0.5rem 1.5rem;
	background-position: 0.7rem 50%;*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h5{
	font-size: clamp(14px, 1.5vw, 16px);
	font-family: Century Gothic, Arial, "Sawarabi Gothic", "M PLUS 1p", sans-serif;
	margin: 5px 0 15px 0;
	color: #454545;
}
.cp_h5title {
  position: relative;
  padding: 0 0 0 25px;
}
.cp_h5title::before,
.cp_h5title::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #D2CC6B;
}
.cp_h5title::before {
  top:3px;
  left:0;
}
.cp_h5title::after {
  top: 7px;
  left: 5px;
}





/**/
p.p-ss{
	font-size: clamp(13px, 1.4vw, 15px);
}

/* section1 */
.sz_sec1{
	padding: 20px 0 var(--v-space) 0;
	/*background-image: url(../img/bg_frame01.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;*/
}
/*テーブル*/
table.tab-indis03{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 10px 0;
	font-size: clamp(16px, 1.6vw, 17px);
}
table.tab-indis03 th{
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
	text-align: left;
	/*background: rgba(0, 0, 0, 0.05);*/
	width: 11em;
}
table.tab-indis03 td{
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
}
@media (max-width: 589px)  {
	table.tab-indis03 th{
		display: block;
		padding: 8px 2px 8px 2px;
		width: 100%;
		background-color: #2c91870f;
	}
	table.tab-indis03 td{
		display: block;
		padding: 8px 2px;
		width: 100%;
	}
}

/*料金表部分テーブル*/
table.tab-indis04{
	font-family: Century Gothic, Arial, "Sawarabi Gothic", "M PLUS 1p", sans-serif;
	font-size: clamp(12px, 1.5vw, 17px);
	margin: 10px 0;
	border-top: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
}
table.tab-indis04 th{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	text-align: left;
	/*background: rgba(0, 0, 0, 0.05);*/
	width: 23%;
}
table.tab-indis04 td{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	text-align: center;
	width: 15.4%;
}
/*-----↓各セルの指定↓-----*/

table.tab-indis04 tr:nth-child(1) td:nth-child(2){
	background: rgba(0, 0, 0, 0.05);
}
table.tab-indis04 tr:nth-child(1) td:nth-child(3){
	background: rgba(0, 0, 0, 0.05);
}

table.tab-indis04 tr:nth-child(2) td:nth-child(2){
	font-size: 25px;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.05);
}
table.tab-indis04 tr:nth-child(2) td:nth-child(3){
	font-size: 25px;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.05);
}
table.tab-indis04 tr:nth-child(2) td:nth-child(4){
	font-size: 25px;
	font-weight: 600;
}
table.tab-indis04 tr:nth-child(2) td:nth-child(5){
	font-size: 25px;
	font-weight: 600;
}
table.tab-indis04 tr:nth-child(2) td:nth-child(6){
	font-size: 25px;
	font-weight: 600;
}
@media (max-width: 589px)  {
	table.tab-indis04 tr:nth-child(2) td:nth-child(2){
		font-size: 18px;
	}
	table.tab-indis04 tr:nth-child(2) td:nth-child(3){
		font-size: 18px;
	}
	table.tab-indis04 tr:nth-child(2) td:nth-child(4){
		font-size: 18px;
	}
	table.tab-indis04 tr:nth-child(2) td:nth-child(5){
		font-size: 18px;
	}
	table.tab-indis04 tr:nth-child(2) td:nth-child(6){
		font-size: 18px;
	}
}
/*-----↑各セルの指定 終わり↑-----*/

/*料金表部分テーブル2*/
table.tab-indis05{
	font-family: Century Gothic, Arial, "Sawarabi Gothic", "M PLUS 1p", sans-serif;
	font-size: clamp(12px, 1.5vw, 17px);
	margin: 10px 0;
	border-top: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
}
table.tab-indis05 th{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	text-align: left;
	/*background: rgba(0, 0, 0, 0.05);*/
}
table.tab-indis05 td{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	text-align: center;
}

/*下線点線*/
table.tab-indis05 th.katen {
	border-bottom: 1px dashed #9b9b9b;
}


/*料金表部分テーブル3*/
table.tab-indis06{
	font-family: Century Gothic, Arial, "Sawarabi Gothic", "M PLUS 1p", sans-serif;
	font-size: clamp(12px, 1.5vw, 17px);
	margin: 10px 0;
	border-top: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
}
table.tab-indis06 th{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	/*background: rgba(0, 0, 0, 0.05);*/
}
table.tab-indis06 td{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	text-align: center;
}
/*-----↓各セルの指定↓-----*/
/*列*/
table.tab-indis06 td:nth-child(2){
	text-align: left;
}
table.tab-indis06 td:nth-child(3){
	font-size: 20px;
	width: 14%;
}
table.tab-indis06 td:nth-child(4){
	font-size: 20px;
	width: 14%;
}
table.tab-indis06 td:nth-child(5){
	font-size: 20px;
	width: 14%;
}
@media (max-width: 589px)  {
	table.tab-indis06 td:nth-child(3){
		font-size: 16px;
	}
	table.tab-indis06 td:nth-child(4){
		font-size: 16px;
	}
	table.tab-indis06 td:nth-child(5){
		font-size: 16px;
	}
}
/*行と列*/
table.tab-indis06 tr:nth-child(3) td:nth-child(1){
	width: 20%;
}
table.tab-indis06 tr:nth-child(3) td:nth-child(2){
	width: 38%;
}
@media (max-width: 589px)  {
	.vertical2{
		writing-mode: vertical-lr;
		-webkit-writing-mode: vertical-lr;
		-ms-writing-mode: tb-lr;
		writing-mode: vertical-lr;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
		white-space: nowrap;
	}
}


/*-----↑各セルの指定 終わり↑-----*/



/*セクションの間イメージ画像*/
.sec-adimg{
	padding: 0;
}
.sec-adimg-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}
.sec-adimg-container-item1 { grid-area: 1 / 1 / 2 / 2; }
.sec-adimg-container-item2 { grid-area: 1 / 2 / 2 / 3; }
.sec-adimg-container-item3 { grid-area: 1 / 3 / 2 / 4; }
.sec-adimg-container-item4 { grid-area: 1 / 4 / 2 / 5; }
/*
.sec-adimg-container-item5 { grid-area: 1 / 5 / 2 / 6; }
.sec-adimg-container-item6 { grid-area: 1 / 6 / 2 / 7; }
.sec-adimg-container-item7 { grid-area: 1 / 7 / 2 / 8; }
*/
@media (max-width: 568px) {
	.sec-adimg-container {
		grid-template-columns: repeat(2, 1fr);
	}
	.sec-adimg-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.sec-adimg-container-item2 { grid-area: 1 / 2 / 2 / 3; }
	.sec-adimg-container-item3 { grid-area: 2 / 1 / 3 / 2; }
	.sec-adimg-container-item4 { grid-area: 2 / 2 / 3 / 3; } 
}



/* section2 健康管理 */
.sz_sec2{
	padding: 20px 0 var(--v-space) 0;
	/*background-image: url(../img/bg_frame01.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;*/
	background-color: rgba(161, 205, 213, 0.2);
}
/*H4*/
.sz_sec2 h4.aiu{
	font-size: clamp(17px, 1.8vw, 19px);
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	text-align: center;
	margin-bottom: 60px;
	position: relative;
	padding: 1rem;
}
.sz_sec2 h4.aiu::before {
	content: "";
	border: 0;
	position: absolute;
	left: calc(50% - 75px);
	background-image: url(../img/icon_h4-1.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 150px;
	height: 60px;
	top: 45px;
}
.sz_sec2 h4.eok{
	font-size: clamp(17px, 1.8vw, 19px);
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	padding: 1rem;
}
.sz_sec2 h4.eok::before {
	content: "";
	border: 0;
	position: absolute;
	left: calc(50% - 75px);
	background-image: url(../img/icon_h4-2.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 150px;
	height: 60px;
	top: 45px;
}


/*2つ*/
.sz_sec2-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px 20px;
}
@media (max-width: 868px) {
	.sz_sec2-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
.sz_sec2-item {
	padding-bottom: 2vw;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
	border-radius: 10px;
}


/* よくある質問 FAQ */
.faq_sec1 {
	/*padding: clamp(50px, 4vw, 50px) 0;*/	/*ページ内カテゴリーの場合*/
	padding: var(--v-space) 0;
	/*padding: 0px 0 100px 0;*/	/*別ページの場合*/
	background-color: #f9f7f5;
}
/*通常デザイン*/
div.faq p.b {
	font-weight: 600;
	color: #000;
}
div.faq p.b::first-letter {
	color: var(--accent-color2);
	/*font-size: 110%;*/
	font-weight: 600;
}
div.faq p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
	color: #555;
}
div.faq p::first-letter {
	color: #eb6100;
	font-weight: 600;
	/*font-size: 110%;*/
}












/*======= 春風荘 syunpuso ======*/

h4.ab {
	font-size: clamp(17px, 1.8vw, 20px);
	margin: 5px 0;
	padding: 5px 10px;
	border-top: 1px dotted #54924c;
	border-bottom: 1px dotted #54924c;
	background-color: rgba(216, 234, 224, 0.3);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* section1 */
.snp_sec1{
	padding: 20px 0 var(--v-space) 0;
	/*background-image: url(../img/bg_frame01.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;*/
}
/*行の色*/
.trbgc{
	background: rgba(0, 0, 0, 0.05);
}
/*セルの色*/
.tdbgc{
	background: rgba(0, 0, 0, 0.05);
}
/*料金表部分テーブル*/
table.tab-indis04-pcsp{
	font-family: Century Gothic, Arial, "Sawarabi Gothic", "M PLUS 1p", sans-serif;
	font-size: clamp(12px, 1.5vw, 17px);
	margin: 10px 0;
	border-top: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
}
/*スクロール*/
@media (max-width: 789px)  {
	div.scl{
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		padding-bottom:5px;
	}
}

table.tab-indis04-pcsp th{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	text-align: left;
	/*background: rgba(0, 0, 0, 0.05);*/
	width: 23%;
}
table.tab-indis04-pcsp td{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	text-align: center;
	width: 11%;
}
/*-----↓各セルの指定↓-----*/

table.tab-indis04-pcsp tr:nth-child(2) td:nth-child(2){
	font-size: 25px;
	font-weight: 600;
}
table.tab-indis04-pcsp tr:nth-child(2) td:nth-child(3){
	font-size: 25px;
	font-weight: 600;
}
table.tab-indis04-pcsp tr:nth-child(2) td:nth-child(4){
	font-size: 25px;
	font-weight: 600;
}
table.tab-indis04-pcsp tr:nth-child(2) td:nth-child(5){
	font-size: 25px;
	font-weight: 600;
}
table.tab-indis04-pcsp tr:nth-child(2) td:nth-child(6){
	font-size: 25px;
	font-weight: 600;
}
table.tab-indis04-pcsp tr:nth-child(2) td:nth-child(7){
	font-size: 25px;
	font-weight: 600;
}
table.tab-indis04-pcsp tr:nth-child(2) td:nth-child(8){
	font-size: 25px;
	font-weight: 600;
}
@media (max-width: 589px)  {
	table.tab-indis04-pcsp tr:nth-child(2) td:nth-child(2){
		font-size: 18px;
	}
	table.tab-indis04-pcsp tr:nth-child(2) td:nth-child(3){
		font-size: 18px;
	}
	table.tab-indis04-pcsp tr:nth-child(2) td:nth-child(4){
		font-size: 18px;
	}
	table.tab-indis04-pcsp tr:nth-child(2) td:nth-child(5){
		font-size: 18px;
	}
	table.tab-indis04-pcsp tr:nth-child(2) td:nth-child(6){
		font-size: 18px;
	}
	table.tab-indis04-pcsp tr:nth-child(2) td:nth-child(7){
		font-size: 18px;
	}
	table.tab-indis04-pcsp tr:nth-child(2) td:nth-child(8){
		font-size: 18px;
	}
}



/*-----↑各セルの指定 終わり↑-----*/


/*リスト*/
.list-design {
	list-style: none;
	padding: 0 .8em .5em;
	position: relative;
	margin: 0 auto;
}
.list-design li {
	/*border-bottom: 1px dashed #b9b9b9;*/
	margin-top: 7px;
	/*padding: .5em 0 .5em 2em;*/
	padding: .1em 0 .1em 2em;
}
.list-design li:before {
	color: #e5bbab;
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left : 1em;
	margin: 3px 0;
	position: absolute;
}

@media (max-width: 768px)  {
	ul.list-design {
		padding: 0 .8em;
	}
}

/*料金表部分テーブル*/
table.tab-indis07-pcsp{
	font-family: Century Gothic, Arial, "Sawarabi Gothic", "M PLUS 1p", sans-serif;
	font-size: clamp(12px, 1.5vw, 17px);
	margin: 10px 0;
	border-top: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
}

table.tab-indis07-pcsp th{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	text-align: left;
	/*background: rgba(0, 0, 0, 0.05);*/
	width: 23%;
}
table.tab-indis07-pcsp td{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	text-align: center;
	width: 11%;
}
/*-----↓各セルの指定↓-----*/

.f-nini{
	font-size: 25px;
	font-weight: 600;
}
table.tab-indis07-pcsp tr:nth-child(6) td:nth-child(2){
	font-size: 25px;
	font-weight: 600;
}
table.tab-indis07-pcsp tr:nth-child(6) td:nth-child(3){
	font-size: 25px;
	font-weight: 600;
}
table.tab-indis07-pcsp tr:nth-child(6) td:nth-child(4){
	font-size: 25px;
	font-weight: 600;
}
table.tab-indis07-pcsp tr:nth-child(6) td:nth-child(5){
	font-size: 25px;
	font-weight: 600;
}
table.tab-indis07-pcsp tr:nth-child(6) td:nth-child(6){
	font-size: 25px;
	font-weight: 600;
}
table.tab-indis07-pcsp tr:nth-child(6) td:nth-child(7){
	font-size: 25px;
	font-weight: 600;
}
table.tab-indis07-pcsp tr:nth-child(6) td:nth-child(8){
	font-size: 25px;
	font-weight: 600;
}
@media (max-width: 589px)  {
	.f-nini{
		font-size: 18px;
	}
	table.tab-indis07-pcsp tr:nth-child(6) td:nth-child(2){
		font-size: 18px;
	}
	table.tab-indis07-pcsp tr:nth-child(6) td:nth-child(3){
		font-size: 18px;
	}
	table.tab-indis07-pcsp tr:nth-child(6) td:nth-child(4){
		font-size: 18px;
	}
	table.tab-indis07-pcsp tr:nth-child(6) td:nth-child(5){
		font-size: 18px;
	}
	table.tab-indis07-pcsp tr:nth-child(6) td:nth-child(6){
		font-size: 18px;
	}
	table.tab-indis07-pcsp tr:nth-child(6) td:nth-child(7){
		font-size: 18px;
	}
	table.tab-indis07-pcsp tr:nth-child(6) td:nth-child(8){
		font-size: 18px;
	}
}

/*-----↑各セルの指定 終わり↑-----*/

.kukuri {
	margin: 0 0 50px 0;
	padding: 15px 30px;
	background-color: rgba(255,255,255,0.85);
	border: 4px double #bbb;
}

/*-----↓特別養護老人ホーム春風荘　利用料金表　20240821追加↓-----*/

table.tsuika24{
	font-family: Century Gothic, Arial, "Sawarabi Gothic", "M PLUS 1p", sans-serif;
	font-size: clamp(11px, 1.4vw, 15px);
	margin: 10px 0;
	border-top: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
}

table.tsuika24 th{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	text-align: center;
	width: 14%;
	background: rgba(0, 0, 0, 0.05);
}
table.tsuika24 td{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	text-align: center;
	width: 14%;
	font-size: clamp(13px, 1.5vw, 17px);
}
table.tsuika24 tr:nth-child(1) th:nth-child(1) {
	width: 16%;
}

/**/
table.tsuika25{
	font-family: Century Gothic, Arial, "Sawarabi Gothic", "M PLUS 1p", sans-serif;
	font-size: clamp(11px, 1.4vw, 15px);
	margin: 10px 0;
	border-top: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
}
table.tsuika25 td{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	font-size: clamp(13px, 1.5vw, 17px);
}

/*-----↑特別養護老人ホーム春風荘　利用料金表　20240821追加↑-----*/







/*======= 情報公開 Information disclosure ======*/
/* section1 */
.indis_sec1{
	padding: 20px 0 var(--v-space) 0;
}
.indis_sec1 h3{
	font-size: clamp(23px, 2.2vw, 27px);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.indis_sec1 h4{
	font-size: clamp(17px, 1.8vw, 19px);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}
/*テーブル*/
table.tab-indis01{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: clamp(14px, 1.5vw, 17px);
	margin: 10px 0;
	border-top: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
}
table.tab-indis01 th{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	text-align: left;
	/*background: rgba(0, 0, 0, 0.05);*/
}
table.tab-indis01 td{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
}

/**/
.vertical {
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}
/*テーブル*/
table.tab-indis02{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: clamp(14px, 1.5vw, 17px);
	margin: 10px 0;
	border-top: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
}
table.tab-indis02 th{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	text-align: left;
	/*background: rgba(0, 0, 0, 0.05);*/
}
table.tab-indis02 td{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
}
table.tab-indis02 td:nth-of-type(1).xcv {
	width: 20px;
}

.puruswid01 {
	width: 34%;
}
.puruswid02 {
	width: 31%;
}
.puruswid03 {
	width: 35%;
}

/*テーブル 20240919春風荘欄追加になったため*/
table.tab-indis077{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: clamp(14px, 1.5vw, 17px);
	margin: 10px 0;
	border-top: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
}
table.tab-indis077 th{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	text-align: left;
	/*background: rgba(0, 0, 0, 0.05);*/
}
table.tab-indis077 td{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
}
table.tab-indis077 td:nth-of-type(1).xcv {
	width: 20px !important;
}

table.tab-indis077 td:nth-of-type(3) {
	width: 33%;
}
table.tab-indis077 td:nth-of-type(4) {
	width: 35%;
}


/*テーブル 事業種類*/
table.tab-indis09{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: clamp(13px, 1.5vw, 17px);
	margin: 10px 0;
	border-top: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
}
table.tab-indis09 th{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	text-align: left;
	/*background: rgba(0, 0, 0, 0.05);*/
}
table.tab-indis09 td{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
}
table.tab-indis09 td:nth-of-type(1).xcv {
	width: 20px;
}

/**/
table.tab-indis09 td.senas{
	border-bottom: 0;
}
@media (max-width: 789px)  {
	table.tab-indis09 td.senas{
		border-bottom: 1px solid #9b9b9b;
	}
}
/**/
.puruswid08 {
	width: 30%;
}
@media (max-width: 589px)  {
	.puruswid08 {
		width: 20%;
	}
}
.puruswid09 {
	width: 25%;
}







/* section2 */
.indis_sec2{
	padding: var(--v-space2) 0;
	background-color: #f4f4f4;
}


/* リスト項目　横並び */
ul.sideli2{
	display: flex;
	justify-content: start;/*アイテムを先頭に寄せる*/
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	box-sizing: border-box;
}
ul.sideli2 li{
	width: calc((100% - 21px) / 3);
	list-style-type: none;
	text-align: center;
	font-size: clamp(13px, 1.4vw, 15px);
	color: #fff;
	box-sizing: border-box;
}
ul.sideli2 li a{
	display: block;
	padding: 12.5px 5px;
	background-color: var(--main-color);
}
ul.sideli2 li a:hover{
	background-color: var(--accent-color2);
}


@media (max-width: 868px) {
	ul.sideli2 li {
		width: calc((100% - 11px) / 2);
	}
	ul.sideli2 li.spss{
		font-size: 11.5px;
	}
}
@media (max-width: 568px) {
	ul.sideli2 li {
		width: 100%;
		margin: 0 1px;
	}
}


/* section3 */
.indis_sec3{
	padding: var(--v-space2) 0;
}

/**/
.indis_sec3 h4{
	font-size: clamp(17px, 1.8vw, 20px);
	padding: 3px 0 2px 0;
	border-bottom: 1px dotted #9d9d9d;
	margin: 0 0 5px 0;
	line-height: 1.3;
}
.indis_sec3 h5{
	font-size: clamp(14px, 1.5vw, 16px);
	padding: 3px 0 2px 0;
	margin: 10px 0;
}










/*======= 施設概要 info ======*/
/* 経営理念 */
.info_sec1{
	padding: 20px 0 var(--v-space) 0;
	background-image: url(../img/bg_frame01.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.info_sec1-frame01 {
	padding: 40px;
	background-image: url(../img/bg_frame01.jpg);
	background-size: cover;
}
@media screen and (max-width: 568px) {
	.info_sec1-frame01 {
		padding: 15px 15px 15px 15px;
	}
}
/* 理念文章部分 */
.rinen {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: clamp(15px, 1.7vw, 17px);
	line-height: 1.9;
	color: #000;
}
@media screen and (max-width: 568px) {
	.rinen {
		line-height: 1.6;
	}
}

/* ※説明　部分 */
.hosoku {
	border: 1px solid #ccc;
	padding: 15px 20px;
	margin-top: 15px;
	font-size: 12px;
	color: #454545;
}
/* ※部分 */
.fuzoku {
	vertical-align: top;
	font-size: 10px;
	color: #777;
	font-weight: 600;
}

/*section2 施設長挨拶*/
.info_sec2{
	padding: clamp(30px, 5vw, 70px) 0;
}

/**/
.parent {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(11, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.div1 { grid-area: 1 / 1 / 11 / 11; }
.div2 { grid-area: 6 / 10 / 12 / 13; } 

.div1{
	background: rgba(213, 169, 0, 0.05);
	padding: 40px 100px 40px 60px;
}


@media screen and (max-width: 768px) {
	.div1 { grid-area: 1 / 1 / 13 / 13; }
	.div2 { grid-area: 1 / 5 / 6 / 9; } 
	.div1{
		padding: 55% 5% 7% 5%;
	}
	.div2{
		margin-top: 30px;
	}
}





/*H3*/
.info_sec2 h3{
	border-bottom: 2px solid #10656f;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 5px 0 15px 0;
	padding: 2px;
	font-size: clamp(18px, 1.9vw, 20px);

}


/*section3 行動目標*/
.info_sec3{
	padding: clamp(30px, 5vw, 50px) 0;
}

/*3つ*/
.info_sec3-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px 20px;
}
@media (max-width: 768px) {
	.info_sec3-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.info_sec3-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}

.info_sec3-item {



	padding-bottom: 1vw;
	box-sizing: border-box;
	/*background-color: rgba(161, 205, 213, 0.2);
	padding: 15px;*/
}
.info_sec3-item p {
	line-height: 1.4;
	color: #222;
	font-family: "Montserrat", sans-serif;
	text-align: justify;
	font-size: clamp(15px, 1.7vw, 17px);
	padding: 10px 20px;
	background-color: rgb(138, 196, 196, 0.3);
	font-weight: 600;
}


/*section4*/
.info_sec4{
	padding: 30px 0 var(--v-space) 0;
}
/**/
.bg_b {
	background: rgba(242, 242, 242, 0.5);
	/*background: rgba(255, 255, 255, 0.5);*/
	padding: 30px;
	/*border: 1px solid #adc6df;*/
}
@media (max-width: 768px) {
	.bg_b {
		padding: 15px;
	}
}



/*アクセス*/
.access_sec1 {
	padding: var(--v-space) 0;
	background-color: #fbfaf5;
}

/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	padding: 13px 5px;
	width: 11em;
	/*font-family: "Zen Old Mincho", serif;*/
}
.info2 {
	border-bottom: 1px solid #ccc;
	padding: 13px 5px;
	/*width: 400px;*/
	/*font-family: "Zen Old Mincho", serif;*/
	letter-spacing: 0.5px;
}
.info3 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 7px 5px;
	width: 9em;
	color: #000;
	/*font-family: "Zen Old Mincho", serif;*/
}
.info4 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	/*font-family: "Zen Old Mincho", serif;*/
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
		font-size: 95%;
	}
	.info3 {
		display: block;
		padding: 8px 2px 8px 2px;
		width: 100%;
		background-color: #0000000f;
	}
	.info4 {
		display: block;
		padding: 8px 2px;
		width: 99%;
	}
}




























































