@charset "utf-8";
/* CSS Document */
* {
  font-size: 100%;
  color: #111;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
}
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.7em;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  background-color: #FFFFCC;
  border-top: 3px solid #48D4CB;
}
a {
  color: #006699;
  text-decoration: underline;
}
/**/
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
/* **************************************************************

 * wrapper

*************************************************************** */
#wrapper {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  background-color: #fff;
  border-left: 1px solid #FFFF9D;
  border-right: 1px solid #FFFF9D;
}
/* **************************************************************

 * header

*************************************************************** */
header {}
header .inner {
  border-bottom: 2px solid #FF6600;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .inner .top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 151px;
  width: 100%;
}
/*--------------------logo*/
header h1, header .logo {
  padding: 10px 0 0 10px;
}
/*--------------------contact*/
header .contact {
  width: 100%;
  padding: 6px 0 5px 25px;
  background-color: #FFA61E;
}
header .contact h2 {}
header .contact p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2em;
  font-weight: bold;
}
/* **************************************************************

 * main

*************************************************************** */
main {}
/**/
#main {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* **************************************************************

 * nav

*************************************************************** */
nav {
  width: 100%;
  max-width: 190px;
  min-height: 100vh;
  background-color: #89E476;
  padding: 0 0 100px 0;
}
/*--------------------nav*/
nav .nav {
  width: calc(100% - 20px);
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
nav .nav li {}
nav .nav > li > a, nav .nav > li.parent > span {
  display: block;
  margin: 10px 0;
  padding: 8px 8px 8px 28px;
  border: 1px solid #166C25;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.0em;
  background-color: #22AB39;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
}
nav .nav > li > a:hover, nav .nav > li.parent > span:hover {
  background-color: #166C25;
}
nav .nav > li > a::before, nav .nav > li.parent span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}
nav .nav > li > a::after, nav .nav > li.parent span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 3px solid transparent;
  border-right: 0 solid transparent;
  border-left: 5px solid #21be78;
  border-bottom: 3px solid transparent;
  box-sizing: border-box;
}
/**/
nav ul > li.parent > span {
  display: block;
  padding: 16px 24px 16px 10px;
}
nav ul > li.parent > div.child {
  position: static;
  visibility: visible;
  display: none;
}
nav ul > li.parent > div.child ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}
nav ul > li.parent > div.child ul > li {
  position: relative;
  margin: 0 0 0 15px;
  line-height: 1.4em;
}
nav ul > li.parent > div.child ul > li:last-child {
  border-bottom: none;
}
nav ul > li.parent > div.child ul > li > a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}
/*クリックでopen*/
nav ul > li.parent.open > div.child {
  display: block;
}
/*--------------------link*/
nav .link {
  width: calc(100% - 30px);
  list-style: none;
  margin: 10px auto;
  padding: 0;
}
nav .link li {
  line-height: 1.1em;
  margin: 15px 0;
}
nav .link li a {
  display: block;
  font-size: 1.3rem;
  color: #060;
}
/* **************************************************************

 * contents

*************************************************************** */
#contents {
  width: 100%;
}
#contents .inner {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0 0 80px 0;
}
/*--------------------h*/
#contents h1 {
  color: #fff;
  background-color: #2FC8BC;
  background-image: url("../img/h1.jpg");
  background-repeat: no-repeat;
  background-position: right;
  margin: 0 0 10px 0;
  padding: 20px;
  font-size: 2.4rem;
}
#contents h2 {
  margin: 20px 0;
  padding: 10px 0;
  font-size: 2.0rem;
  color: #FF6600;
  border-bottom: 2px solid #eee;
}
#contents h3 {
  margin: 10px 0;
  padding: 0;
  font-size: 1.8rem;
  color: #22AB39;
}
/*--------------------table*/
#contents table {
  width: 100%;
  margin: 20px 0;
  border-collapse: separate;
}
#contents table th, #contents table td {
  padding: 4px 8px;
  font-size: 90%;
  line-height: 1.8em;
}
#contents table tbody th {
  width: 25%;
  background-color: #FFCC99;
  border-right: 4px solid #FF9933;
  font-weight: normal;
}
#contents table tbody td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
/*--------------------リスト*/
#contents ul, #contents ol {
  margin: 10px 0 10px 25px;
}
#contents table th ul, #contents table td ul {
  margin: 0 0 0 25px;
}
#contents table th ul li, #contents table td ol li {
  margin: 2px 0;
}
/* **************************************************************

 * index

*************************************************************** */
/*--------------------mainimg*/
#contents .mainimg {
  text-align: center;
  padding: 15px 0 0 0;
}
/*--------------------index_news*/
#index_news {
  width: calc(100% - 10px);
  margin: 20px auto;
  padding: 10px;
  border: 3px solid #eee;
  border-radius: 7px;
}
#index_news h2 {
  margin: 0;
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #22AB39;
}
#index_news ul {
  list-style: none;
  margin: 20px 0 40px 0;
}
#index_news ul li {
  color: #777;
}
#index_news ul li a {
  color: #060;
  margin: 0 0 0 10px;
}
/**/
#index_news .more {
  text-align: center;
}
#index_news .more a {
  display: inline-block;
  margin: 10px 0;
  padding: 15px 40px;
  border: 2px solid #ccc;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.0em;
  background-color: #22AB39;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
}
#index_news .more a:hover {
  background-color: #166C25;
}
/* **************************************************************

 * second

*************************************************************** */
#contents p {
  margin: 10px 0;
}
/*--------------------news*/
#contents .news {
  width: calc(100% - 10px);
  margin: 20px auto;
  padding: 10px;
  border: 3px solid #eee;
  border-radius: 7px;
}
/**/
#contents article .inner {
  padding: 0 0 80px 0;
}
/**/
#contents .news h2 {
  margin: 0;
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #22AB39;
}
#contents .news ul {
  list-style: none;
  margin: 20px 0 40px 0;
}
#contents .news ul li {
  color: #777;
}
#contents .news ul li a {
  color: #060;
  margin: 0 0 0 10px;
}
/*--------------------サービス*/
#contents .service_top {
  padding: 0 0 40px 0;
}
#contents .service_top h3 {
  margin: 30px 0 10px 0;
  padding: 6px 0;
  font-size: 1.8rem;
  color: #22AB39;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
#contents .service h4 {
  margin: 30px 0 10px 0;
  padding: .25em .5em;
  background-color: #eee;
  font-size: 1.5rem;
  font-weight: bold;
}
/*ol()つき*/
#contents .service ol {
  margin: 20px 0 30px 25px;
}
#contents .service ol {
  list-style: none;
  counter-reset: number;
}
#contents .service ol li {
  position: relative;
  padding: 0 0 10px 25px;
}
#contents .service ol li::before {
  counter-increment: number;
  content: '（'counter(number) '）';
  position: absolute;
  left: -20px;
}
/**/
#contents .service ol li:nth-child(n+10)::before {
  left: -25px;
}
/*table*/
#contents .service table {}
#contents .service table th, #contents .service table td {
  padding: 6px;
  font-size: 90%;
  line-height: 1.6em;
  vertical-align: middle;
}
#contents .service table tbody th {
  padding: 6px;
  width: auto;
  background-color: #eee;
  border-right: 1px solid #ccc;
  text-align: center;
}
#contents .service table tbody th.w50 {
  width: 50%;
}
#contents .service table tbody th.w40 {
  width: 40%;
}
#contents .service table tbody th.w30 {
  width: 30%;
}
#contents .service table tbody td {}
/*ショートステイ*/
#contents h3.short, #contents h4.short {
  color: #00b33c;
}
/*デイサービス*/
#contents h3.day, #contents h4.day {
  color: #ff8400;
}
/*グループホーム*/
#contents h3.group, #contents h4.group {
  color: #aa66cc;
}
/*居宅介護支援*/
#contents h3.home, #contents h4.home {
  color: #33aaff;
}
/**/
#contents .service_top .visit {
  color: #28B0A6;
}
#contents .service_top table.visit {
  color: #333;
  border: none;
}
#contents .service_top table.visit th, #contents .service_top table.visit td {
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: none;
}
#contents .service_top table.visit th {
  font-weight: bold;
}
/*リンクのアイコン*/
#contents .link a {
  position: relative;
  display: inline-block;
  margin: 10px 0 10px 20px;
  padding: 0 0 0 26px;
}
#contents .link a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 20px;
  background-color: #22AB39;
}
#contents .link a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 3px solid transparent;
  border-right: 0 solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 3px solid transparent;
  box-sizing: border-box;
}
/*印刷用PDFのダウンロードはこちら*/
#contents .btn_dl {
  text-align: center;
}
#contents .btn_dl a {
  display: inline-block;
  margin: 20px 0;
  padding: 18px 30px 18px 50px;
  border: 2px solid #ccc;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.0em;
  background-color: #FF9933;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
}
#contents .btn_dl a::before {
  position: absolute;
  content: url("../img/icon_pdf.webp");
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
#contents .btn_dl a:hover {
  background-color: #FFA61E;
}
/*--------------------館内のご案内*/
#contents ul.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 10px;
  text-align: center;
  gap: 15px;
}
#contents ul.items li {
  list-style: none;
  width: calc(100% / 3 - 10px);
}
#contents ul.items li img {
  width: 100%;
}
/*--------------------イベント*/
#contents table.event {}
#contents table.event thead th {
  background-color: #ddd;
  text-align: center;
}
#contents table.event tbody th {
  border: none;
  width: 10%;
  background-color: #ffeebd;
  text-align: center;
}
/*--------------------採用情報*/
#contents .employment {
  margin: 20px 0 20px 30px;
}
#contents .employment li {
  font-size: 2.0rem;
}
/*--------------------サイトマップ*/
#contents table.sitemap {
  table-layout: fixed;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#contents table.sitemap td {}
/*--------------------お問い合わせはこちら*/
#contents .contact {
  margin: 40px 0;
  border: 1px solid #28B0A6;
  color: #fff;
}
#contents .contact h4 {
  background-color: #28B0A6;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 16px 0;
  padding: 8px 16px;
}
#contents .contact p {
  padding: 6px 20px;
}
#contents .contact .tel {
  font-size: 3.0rem;
  color: #333;
  font-weight: normal;
  padding: 0 20px 15px 60px;
  background-image: url("../img/icon_tel.png");
  background-size: 28px;
  background-position: 20px top;
  background-repeat: no-repeat;
}
/* **************************************************************

 * footer

*************************************************************** */
footer {}
footer .inner {
  width: 100%;
  border-top: 2px solid #166C25;
  border-bottom: 1px solid #166C25;
  text-align: center;
}
/*--------------------copy*/
footer small {}