@charset "utf-8";
/* CSS Document */


@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------
PC Style
----------------------------------------------------------------------*/

main {
}
section h2:not(.service_ttl) {
	font-size: 2.8rem;
	text-align: left;
	line-height: 1.45;
	border-left: solid 3px var(--pink);
	padding-left: 30px;
	margin-bottom: 60px;
}
section h2.ttl_violet {
	border-left: solid 3px var(--violet);
}
.service h3 {
	width: fit-content;
	font-size: 2.4rem;
	background: url("../images/dot_list.svg") no-repeat left center / 27px;
	margin: 0 auto 70px;
	padding-left: 37px;
}
.service a:hover {
	opacity: 0.8;
	transition: 0.3s;
}
.service .service_type li {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
.service .service_type li:not(:last-child) {
	border-image: linear-gradient(
	    90deg,
      transparent calc(100% / 8),
      #E2E2E2 calc(100% / 8),
      #E2E2E2 calc(100% / 8 * 7),
      transparent calc(100% / 8 * 7)
    ) 1 / 0 0 1px;
  border-style: solid;
}
.service .service_type li .txt_box {
	width: 520px;
}
.service .service_type li img {
	width: 540px;
	height: 360px;
	border-radius: 10px;
	object-fit: cover;
}
.txt_box h3 {
	width: 100%;
	background: none;
	font-size: 2.8rem;
	margin-bottom: 30px;
	padding-left: 0;
	line-height: 1;
}
.txt_box .txt {
	margin-bottom: 15px;
}
.txt_box .facility {
	height: 46px;
	line-height: 46px;
	font-size: 1.8rem;
	width: fit-content;
	background: #FFF;
	padding: 0 20px;
	margin-bottom: 30px;
}
.nursing_care .txt_box .facility {
	background: #F8F6F1;
	color: #444444;
}
.txt_box a {
	display: block;
	width: 350px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 1.8rem;
	text-align: center;
	border-radius: 25px;
	background: var(--pink) url("../images/icon_arrow_tri.svg") no-repeat right 30px center / 11px;
}
.txt_box .bg_gray {
	background-color: #CBCBCB!important;
}
.nursing_care .txt_box a {
	background: var(--violet) url("../images/icon_arrow_tri.svg") no-repeat right 30px center / 11px;
}


/********** サービス 下層ページ **********/

.spc {
	width: 100%;
	height: 100px;
	background: #FFF;
}

.page_link {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
}
.page_link li {
	width: 360px;	
	border-bottom: solid 1px var(--gray);
}
.page_link li a {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	padding-bottom: 10px;
	background: url("../images/icon_arrow_down.svg") no-repeat right 10px center / 22px;
}
.page_link li a:hover {
	background: url("../images/icon_arrow_down.svg") no-repeat right 10px bottom 10px / 22px;
}
.content_info {
	padding: 50px 0;
}
.content_info img {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.daily_flow {
}
.daily_flow h2 span {
	display: inline-block;
	font-size: 1.5rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin-left: 10px;
}
.daily_flow .flex_content {
	display: flex;
	justify-content: space-between;
}
.time_flow {
	width: 920px;
}
.time_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px 0;
}
.time_list dt {
	width: 360px;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	line-height: 1.8;
	font-weight: 700;
	gap:0 25px;
}
.time_list dt .clock {
	width: 50px;
}
.time_list dt time {
	width: 80px;
	color: #FFF;
	background: #CBCBCB;
	font-size: 1.5rem;
	line-height: 1.7;
	text-align: center;
	border-radius: 20px;
}
.time_list dd {
	width: 460px;
	line-height: 1.8;
}

.img_box {
	width: 150px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 135px 0;
}
.img_box img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 100px;
}

.nursing_care.group-home th {
	width: 350px;
}

/* サービス内容（詳細） */

.details_list {
	width: 840px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 1px #E2E2E2;
}
.details_list dt {
	width: 140px;
	padding: 15px 0;
  font-weight: 600;
	text-align: center;
	border-top: solid 1px #E2E2E2;
}
.details_list dd {
	width: 700px;
	padding: 15px 30px 15px 0;
	border-top: solid 1px #E2E2E2;
}


/* 料金案内 */

.price_info {
  
}
.price_info h3 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 20px;
}
.price_info h4 {
	margin-top: 20px;
}
.price_info_table {
	width: 855px;
	margin: 0 auto;
}
.price_info_table .note {
	font-size: 1.2rem;
	text-align: right;
}
.price_info table {
	border: solid 1px #373737;
	margin-bottom: 20px;
  line-height: 1.75;
}
.price_info table th {
	border-bottom: solid 1px #373737;
  border-right:  solid 1px #E2E2E2;
	padding: 30px 0;
	text-align: center;
  font-weight: 500;
}
.price_info table td {
	border-right:solid 1px #E2E2E2;
	border-bottom: solid 1px #E2E2E2;
	padding: 20px 0;
}
.price_info.ghome table td {
  padding: 10px 0;
}
.price_info table tr.last_line,
.price_info table td.last_line {
	border-bottom: solid 1px #373737;
}
.price_info table tr.last_line td,
.price_info table tr td.row5{
	border-bottom: none;
}
.price_info table th:last-of-type {
  border-right: none;
}
.price_info table tr td:last-of-type {
	border-right: none;
}
.ghome .annotation {
  display: inline-block;
  margin-top: 1em;
  font-size: 1.2rem;
}
.ghome .breakdown {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.75;
}
.ghome .item {
  display: block;
  line-height: 1.75;
  margin-bottom: 1.2em;
}
.ghome .addition_txt {
  padding-left: 2em;
}
 .addition_txt .bg_gray.fs13 {
   line-height: 2.4;
   margin-top: 5px;
 }


/* ギャラリー */

.gallery {
	
}
.gallery h3 {
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: 0.4em;
	margin-bottom: 30px;
}
.img_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:20px 0;
}
.img_list:first-of-type {
	margin-bottom: 50px;
}
.img_list li {
	width: 252px;
	font-size: 1.2rem;
}
.img_list li img {
	display: block;
	width: 100%;
	height: 189px;
	object-fit: cover;
}


/* インスタグラム */
　
.insta {
	
}
.insta ul {
	display: flex;
}
.insta ul li {
	width: calc(100% / 6);
}
.insta ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.linkto {
	position: relative;
	padding-left: 60px;
	background-color: var(--violet);
}
.linkto::before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50%;
	left: 80px;
	transform: translateY(-50%);
	background: url("../images/icon_insta.svg") no-repeat center / cover;
}


/* お試し利用 */

.trial {
	padding-bottom: 0;
}

.trial .note {
	font-size: 1.8rem;
	margin: 50px 0 20px; 
}
.trial h3 {
	margin-top: 50px;
	font-weight: 700;
}
.trial ul {
	list-style-type: disc;
	list-style-position: inside;
}


/* 利用開始までの流れ */

.guide {
}
.guide_flow {
	padding: 0 30px;
}
.guide_flow li {
	display: flex;
}
.guide_flow li:not(:last-child) {
	margin-bottom: 50px;
}
.guide_flow li .step_num {
	width: 100px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
.guide_flow li dl {
	flex: 1;
}
.guide_flow li dt {
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.guide_flow li dd .link_pdf {
	display: block;
	width: 240px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4rem;
	box-shadow: rgba(0,0,0,0.16) 1px 3px 6px;
	margin-top: 20px;
	padding-left: 20px;
	background: url("../images/icon_pdf.svg") no-repeat right 15px center / 20px;
}
.guide_flow li dd .link_pdf:hover {
	box-shadow: rgba(0,0,0,0.09) 1px 3px 6px;
	transition: 0.3s;
}
.guide_flow li dd .pink {
	display: inline-block;
	margin-top: 50px;
}


}


@media screen and (max-width:767px){
/*----------------------------------------------------------------------
SP Style
----------------------------------------------------------------------*/

main {
}
section h2:not(.service_ttl) {
	font-size: 2.4rem;
	text-align: left;
	line-height: 1.45;
	border-left: solid 3px var(--pink);
	padding-left: 30px;
	margin-bottom: 40px;
}
.service h3 {
	font-size: 2rem;
	background: url("../images/dot_list.svg") no-repeat left center / 20px;
	margin: 0 auto 40px;
	padding-left: 37px;
  width: fit-content;
  text-align: center;
}
.service .service_type li {
	display: flex;
	flex-direction: column-reverse;
	padding: 30px 0;
}
.service .service_type li:first-child {
	padding-top: 0;
}
.service .service_type li:last-child {
	padding-bottom: 0;
}
.service .service_type li:not(:last-child) {
	border-image: linear-gradient(
	    90deg,
      transparent calc(100% / 8),
      #E2E2E2 calc(100% / 8),
      #E2E2E2 calc(100% / 8 * 7),
      transparent calc(100% / 8 * 7)
    ) 1 / 0 0 1px;
  border-style: solid;
}
.service .service_type li .txt_box {
	width: 100%;
}
.service .service_type li img {
	width: 100%;
	border-radius: 10px;
	object-fit: cover;
	margin-bottom: 20px;
}
.txt_box h3 {
	width: 100%;
	background: none;
	font-size: 2rem;
	margin-bottom: 20px;
	padding-left: 0;
	line-height: 1;
}
.txt_box .txt {
	margin-bottom: 15px;
}
.txt_box .facility {
	height: 40px;
	line-height: 40px;
	font-size: 1.6rem;
	width: fit-content;
	background: #FFF;
	padding: 0 20px;
	margin:0 auto 20px;
}
.nursing_care .txt_box .facility {
	background: #F8F6F1;
	color: #444444;
}
.txt_box a {
	display: block;
	width: 80%;
	height: 44px;
	line-height: 44px;
	color: #FFF;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 25px;
	background: var(--pink) url("../images/icon_arrow_tri.svg") no-repeat right 30px center / 11px;
	margin:0 auto 20px;
}
.txt_box .bg_gray {
	background-color: #CBCBCB;
}
.nursing_care .txt_box a {
	background: var(--violet) url("../images/icon_arrow_tri.svg") no-repeat right 30px center / 11px;
}


/********** サービス 下層ページ **********/

.spc {
	width: 100%;
	height: 50px;
	background: #FFF;
}

.page_link {
	display: flex;
	flex-wrap: wrap;
  flex-direction: column;
  gap:10px 0;
}
.page_link li {
	width: 100%;	
	border-bottom: solid 1px var(--gray);
}
.page_link li a {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	padding-bottom: 10px;
	background: url("../images/icon_arrow_down.svg") no-repeat right 10px center / 18px;
}
.page_link li a:hover {
	background: url("../images/icon_arrow_down.svg") no-repeat right 10px bottom 10px / 18px;
}
.content_info {
	padding: 50px 0;
}
.content_info img {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.daily_flow {
}
.daily_flow h2 span {
	display: inline-block;
	font-size: 1.5rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin-left: 10px;
}
.time_flow {
	width: 100%;
}
.time_list {
	display: flex;
	flex-wrap: wrap;
  flex-direction: column;
}
.time_list dt {
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 700;
	gap:0 15px;
  margin-bottom: 10px;
}
.time_list dt .clock {
	width: 35px;
}
.time_list dt time {
	width: 80px;
	color: #FFF;
	background: #CBCBCB;
	font-size: 1.5rem;
	line-height: 1.7;
	text-align: center;
	border-radius: 20px;
}
.time_list dd {
	width: 100%;
	line-height: 1.8;
  border-bottom: dotted 1px var(--gray);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.img_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
  gap:20px 0;
}
.img_box img {
	width: 45%;
  aspect-ratio:1/1;
	object-fit: cover;
	border-radius: 100px;
}

.nursing_care.group-home th {
	width: 180px;
}
.nursing_care.group-home td.room {
  border-block: solid 1px #373737;
}

/* サービス内容（詳細） */

.details_list {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
  flex-direction: column;
	border-bottom: solid 1px #E2E2E2;
}
.details_list dt {
	width: 100%;
	padding: 20px 0 0 0;
  font-weight: 600;
  font-size: 1.8rem;
	border-top: solid 1px #E2E2E2;
  margin-bottom: 5px;
}
.details_list dd {
	width: 100%;
	padding: 0 0 20px 0;
  font-size: 1.4rem;
  line-height: 1.75;
}


/* 料金案内 */

.price_info {
  
}
.price_info h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
.price_info h4 {
	margin-top: 20px;
}
.price_info_table {
	width: 100%;
	margin: 0 auto;
}
.price_info_table .note {
	font-size: 1.2rem;
	text-align: right;
}
.price_info table {
  font-size: 1.3rem;
	border: solid 1px #373737;
	margin-bottom: 20px;
  line-height: 1.75;
}
.price_info table th {
	border-bottom: solid 1px #373737;
  border-right:  solid 1px #E2E2E2;
	padding: 30px 0;
	text-align: center;
  font-weight: 500;
}
.price_info table td {
	border-right:solid 1px #E2E2E2;
	border-bottom: solid 1px #E2E2E2;
	padding: 10px 0;
}
.price_info table tr.last_line,
.price_info table td.last_line {
	border-bottom: solid 1px #373737;
}
.price_info table tr.last_line td,
.price_info table tr td.row5{
	border-bottom: none;
}
.price_info table th:last-of-type {
  border-right: none;
}
.price_info table tr td:last-of-type {
	border-right: none;
}
.ghome .annotation {
  display: inline-block;
  margin-top: 1em;
  font-size: 1.2rem;
}
.ghome .breakdown {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.75;
}
.ghome .item {
  display: block;
  line-height: 1.75;
  margin-bottom: 1.2em;
}
.ghome .addition_txt {
  padding-left: 1em;
  margin-top: 1em;
}
 .addition_txt .bg_gray.fs13 {
   margin-top: 5px;
   padding: 10px;
 }


/* ギャラリー */

.gallery {
	
}
.gallery h3 {
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.4em;
	margin-bottom: 20px;
}
.img_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:20px 0;
}
.img_list:first-of-type {
	margin-bottom: 40px;
}
.img_list li {
	width: 48%;
	font-size: 1.2rem;
}
.img_list li img {
	display: block;
	width: 100%;
  aspect-ratio: 3 / 2;
	object-fit: cover;
}


/* インスタグラム */
　
.insta {
	
}
.insta ul {
	display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.insta ul li {
	width: calc(100% / 3);
}
.insta ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.linkto {
	position: relative;
	padding-left: 50px;
	background-color: var(--violet);
}
.linkto::before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	background: url("../images/icon_insta.svg") no-repeat center / cover;
}


/* お試し利用 */

.trial {
	padding-bottom: 0;
}

.trial .note {
	font-size: 1.8rem;
	margin: 20px 0; 
}
.trial h3 {
	margin-top: 30px;
	font-weight: 700;
}
.trial ul {
	list-style-type: disc;
	list-style-position: inside;
}


/* 利用開始までの流れ */

.guide {
}
.guide_flow {
}
.guide_flow li {
}
.guide_flow li:not(:last-child) {
	margin-bottom: 30px;
}
.guide_flow li .step_num {
	font-size: 1.6rem;
  line-height: 1;
}
.guide_flow li dl {
	flex: 1;
}
.guide_flow li dt {
	font-weight: 700;
  line-height: 1;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.guide_flow li dd .link_pdf {
	display: block;
	width: 240px;
	height: 50px;
	line-height: 50px;
	font-size: 1.5rem;
	box-shadow: rgba(0,0,0,0.16) 1px 3px 6px;
	margin-top: 10px;
	padding-left: 20px;
	background: url("../images/icon_pdf.svg") no-repeat right 15px center / 20px;
}
.guide_flow li dd .link_pdf:hover {
	box-shadow: rgba(0,0,0,0.09) 1px 3px 6px;
	transition: 0.3s;
}
.guide_flow li dd .pink {
	display: inline-block;
	margin-top: 50px;
}

}



