:root{
  --miharadai-primary:#6bb4b9;
  --miharadai-secondary:#7fa5c3;
  --miharadai-tertiary:#73b7e4;
  --accent-red:#c97b7b;
}
.sp-only{
  display:none;
}
.sp-br{
  display:none;
}
.inline-block{
  display:inline-block;
}

/*スクロールヒント部分の調整(中央に配置するよう変更)*/
.scroll-hint-icon{
  top:50%!important;
  left:50%!important;
  transform:translate(-50%, -50%);
}
/*******************************
 入院について
********************************/
.for .flow-accodion{
  padding:40px 0;
  padding-bottom: 0;
  width:100%;
}
.for .flow-accodion>a{
  display:flex;
  align-items:flex-end;
  gap:5px;
  color:var(--text-color);
  text-decoration: none;
  transition:color 0.5s ease;
}
.for .flow-accodion>a>img{
  width:auto;
  height:100%;
  max-height:45px;
  object-fit: contain;
}
.for .flow-accodion>a>span{
  font-size:1.2rem;
}
.for .flow-accodion>a:hover{
  color:var(--miharadai-primary);
}
.for .flow-accodion ul{
  list-style: none;
  position:relative;
}
.for li.accodion{
  width:100%;
  margin-bottom:30px;
  position:relative;
}
.for li.accodion:last-of-type{
  margin-bottom:0;
}
.for li.accodion>a{
  display:block;
  text-decoration: none;
}
.for li.accodion .accodion-ttl{
  border-radius:10px;
  /* font-size:1.2rem; */
  font-size:1.4rem;
  color:#fff;
  background:var(--miharadai-primary);
  padding:25px 15px;
  padding-right:calc(1.3rem + 30px);
  font-weight:500;
  cursor: pointer;
  position:relative;
  display:block;
  text-decoration: none;

}
.for li.accodion .accodion-ttl:before,
.for li.accodion .accodion-ttl:after{
  content:"";
  position:absolute;
  top:57%;
  right:calc(1rem + 15px);
  width:1rem;
  height:3px;
  background-color:#fff;
  border-radius: 999px;
  transform-origin: 100% 50%;
  transition:transform 0.5s ease;
}
.for li.accodion .accodion-ttl:before{
  transform:rotate(50deg)
}
.for li.accodion .accodion-ttl:after{
  transform:rotate(130deg)
}
.for li.accodion.open .accodion-ttl:before,
.for li.accodion.open .accodion-ttl:after{
  top:43%;
}

.for li.accodion.open .accodion-ttl:before{
  transform:rotate(-130deg)
}
.for li.accodion.open .accodion-ttl:after{
  transform:rotate(-50deg)
}
.for li.accodion .accodion-ttl h3{
  font-weight:500;
  letter-spacing: 0.05em;
  line-height:1.2;
}
.for .accodion-detail{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.8s ease;
  will-change:max-height;
  margin-top:15px;
}
.for .accodion-detail.open{
  max-height:5000px;
  transition:max-height 1.5s ease;
}
.for .accodion-box{
  border:2px solid var(--miharadai-primary);
  border-radius:10px;
  background:#fff;
  padding:20px 20px;
  line-height:1.6;
  letter-spacing: 0.05rem;
}
.for .accodion-box h4{
  font-size:1.25rem;
}
.for .accodion-box p{
  font-size:1.1rem;
  text-align: justify;
}
.for .accodion-box ul{
  font-size:1.1rem;
  text-align: justify;
}
.for .ten,
.for .num,
.for .kome{
  position:relative;
}
.for .ten{
  padding-left:1.1rem;
}
.for .num{
  padding-left:1.2rem;
  padding-bottom:0.5rem;
}
.for .kome{
  padding-left:1.2rem;
}
.for .ten:before,
.for .num:before,
.for .kome:before{
  position:absolute;
  top:0;
  left:0;
}
.for .ten:before{
  content:"・";
}
.for .kome:before{
  content:"※";
}
.for .num1:before{
  content:"1.";
}
.for .num2:before{
  content:"2.";
}
.for .num3:before{
  content:"3.";
}
.for .num4:before{
  content:"4.";
}
.for .num5:before{
  content:"5.";
}
.for .num6:before{
  content:"6.";
}
.for .num7:before{
  content:"7.";
}
.for .num8:before{
  content:"8.";
}
.for .num9:before{
  content:"9.";
}
.for .blue{
  color:var(--miharadai-tertiary);
  font-weight:600;
}
.for .red{
  color:var(--accent-red);
}
.for .accodion-box .set-box{
  background:rgba(164, 209, 228, 0.6);
  padding:20px 15px;
  border-radius:10px;
  margin-bottom:10px;
}
.for .accodion-box .set-box h4{
  color:var(--miharadai-tertiary);
  font-size:1.3rem;
}
.for .accodion-box .set-box p{

}
.for .accodion-box .set-box small{
  color:#808080;
  font-size:1rem;
}
.for .accodion-box .leftspace{
  position:relative;
  padding-left:9.5rem;
}
.for .accodion-box .leftspace:before{
  position:absolute;
  top:0;
  left:0;
}
.for .accodion-box .leftspace1:before{
  content:"お支払い場所";
}
.for .accodion-box .leftspace2:before{
  content:"お支払い受付期間";
}

.for .eat-block{
  padding:40px 0;
}
.for .eat-block ul{
  list-style:none;
}
.for .eat-block .box-image{
  width:70%;
  margin:0 auto;
  max-width:550px;
}
.for .eat-block .box-image>img{
  width:100%;
  height:auto;
  object-fit:contain;
}
.for .eat-block table{
  border:2px solid var(--text-color);
  width:100%;
  margin-bottom:10px;
}
.for .eat-block table th{
  text-align:center;
  padding:15px 10px;
  width:calc(100% / 3);
  border:1px solid var(--text-color);
  border-left:none;
  border-top:none;
}
.for .eat-block table th:nth-child(1){
  background-color:#fff7eb;
}
.for .eat-block table th:nth-child(2){
  background-color:#ebf6f5;
}
.for .eat-block table th:nth-child(3){
  background-color:#eaeff9;
}
.for .eat-block table th:last-of-type{
  border-right:none;
}
.for .eat-block table td{
  padding:15px 10px;
  border-right:1px solid var(--text-color);
  text-align:center;
}
.for .eat-block table td:last-of-type{
  border-right:none;
}
.for .eat-block .box-image-flex{
  display:flex;
  align-items:center;
  justify-content: space-between;
}
.for .eat-block .box-image-flex .box-image-flex-img{
  width:calc(calc(100% - calc(10px * 2)) / 3); 
  display:flex;
  flex-direction: column;
}
.for .eat-block .box-image-flex .box-image-flex-img>img{
  width:100%;
  height:auto;
  object-fit: cover;
  aspect-ratio: 350 / 233;
  border-radius:10px;
}
.for .eat-block .box-image-flex .box-image-flex-img>span{
  font-size:1.05rem;
  text-align:center;
}
.for .shop-block{
  padding:40px 0;
}
.for .shop-box{
  padding-bottom:40px;
}
.for .shop-box:last-of-type{
  padding-bottom:0;
}
.for .shop-box p{
  font-size:1.1rem;
  line-height:1.6;
  text-align: justify;
}
.for .shop-box ul{
  line-height:1.6;
}
/* .for .shop-box h3{
  font-size:1.4rem;
  color:#fff;
  background-color:var(--miharadai-primary);
  padding:15px 10px;
  font-weight:500;
  border-radius:10px;
  margin-bottom:15px;
  text-align:center;
  position:relative;
  left:50%;
  transform:translateX(-50%);
} */
.for .shop-box h4:not(.strength){
  font-size:1.25rem;
  padding-bottom:10px;
}
.for .shop-box .shop-image{
  width:100%;
  height:auto;
  max-width:550px;
  margin:0 auto;
  margin-bottom:15px;
}
.for .shop-box .shop-image>img{
  width:100%;
  height:auto;
  object-fit: cover;
  border-radius:10px;
}

.for .shop-box table{
  border:2px solid var(--text-color);
  width:100%;
  margin-bottom:20px;
  line-height:1.6;
}
.for .shop-box table th{
  text-align:center;
  padding:15px 10px;
  width:calc(100% / 3);
  border:1px solid var(--text-color);
  border-left:none;
  border-top:none;
}
.for .shop-box table th:nth-child(1){
  background-color:#fff7eb;
}
.for .shop-box table th:nth-child(2){
  background-color:#ebf6f5;
}
.for .shop-box table th:nth-child(3){
  background-color:#eaeff9;
}
.for .shop-box table th:last-of-type{
  border-right:none;
}
.for .shop-box table td{
  padding:15px 10px;
  border-right:1px solid var(--text-color);
  text-align:center;
}
.for .shop-box table td span{
  text-align:left;
  display:block;
}
.for .shop-box table td:last-of-type{
  border-right:none;
}
.for .shop-box ul{
  list-style:none;
  font-size:1.1rem;
  text-align: justify;
}
.for .shop-box .strength{
  font-size:1.25rem;
  background:rgb(127, 165, 195, 0.7);
  font-weight:500;
  padding:5px 10px;
  margin-bottom:10px;
}
.for .tbl-ttl{
  padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.for .tbl-ttl::before,
.for .tbl-ttl::after{
  content: "";
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 0;
  border-radius: 10px;
}
.for .tbl-ttl::before{
  width: 100px;
  background-color: var(--miharadai-primary);
  z-index: 1;
}
.for .tbl-ttl::after{
  width: 100%;
  background-color: #c3c3c3;
}
.for .tbl-ttl h3{
  font-size:1.5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}

/*******************************
 「部門・医療体制」「施設のご案内」「介護・在宅部門」～共通～
********************************/
.department .relation a.active{
  cursor: auto;
  pointer-events: none;  
}
.department .relation a:after{
  background-color:#6bb4b9;
}
.department .relation a.active:after{
  background-color:#9c9c9c;
}
.department .tbl-ttl{
  padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.department .tbl-ttl::before,
.department .tbl-ttl::after{
  content: "";
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 0;
  border-radius: 10px;
}
.department .tbl-ttl::before{
  width: 100px;
  background-color: var(--miharadai-primary);
  z-index: 1;
}
.department .tbl-ttl::after{
  width: 100%;
  background-color: #c3c3c3;
}
.department .tbl-ttl h3{
  font-size:1.5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.department .tbl-ttl h2{
  font-size:1.5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.department .sub-ttl{
  padding-top: 40px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}
.department .sub-ttl:before,
.department .sub-ttl:after{
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
}
.department .sub-ttl:before{
  width: 100px;
  background-color: var(--miharadai-primary);
  z-index: 1;
}
.department .sub-ttl:after{
  width: 100%;
  background-color: #c3c3c3;
}
.department .sub-ttl h4{
  font-size:1.3rem;
  font-weight:500;
}
.department .sub-ttl h3{
  font-size:1.3rem;
  font-weight:500;
}
.department .content-block{
  padding:40px 0;
  display:none;
}
.department .content-block.active{
  display:block;
}
.department .content-box{
  /* padding-bottom:40px; */
}
/* .department .content-box:last-of-type{
  padding-bottom:0;
} */
.department .content-box p{
  font-size:1.1rem;
  letter-spacing: 0.05em;
  line-height:1.6;
  text-align:justify;
}
.department .content-box ul:not(.policy-list){
  list-style:none;
  font-size:1.1rem;
  letter-spacing: 0.05em;
  line-height:1.6;
  text-align: justify;
}
.department .content-box ul:not(.policy-list)>li{
  padding-bottom:20px;
}
.department .content-box ul:not(.policy-list)>li:last-child{
  padding-bottom:0;
}
.department .content-box ul:not(.policy-list)>li>span{
  display:inline-block;
  border-bottom:3px dotted var(--miharadai-secondary);
  margin-bottom:10px;
}
.department .content-box ul:not(.policy-list)>li>p{
  padding-left:1.1rem;
}
.department .sub2-ttl{
  font-size:1.2rem;
  font-weight:500;
  padding-top:40px;
  margin-bottom:20px;
}
.department .sub2-ttl>span{
  color:var(--miharadai-tertiary);
}

/*コンテンツ内のページ内リンク(ページトップのリンクではない)*/
.department .inner-relation {
    padding-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items:stretch;
    flex-wrap: wrap;
    gap:10px 40px;
}
.department .inner-relation a {
    position: relative;
    font-size: 1.1rem;
    width:calc(calc(100% - calc(40px * 2)) / 3);
    height: auto;
    padding: 25px 5px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    transition: background-color, 0.3s;
    height:auto;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    box-sizing: border-box;
    border-radius:8px;
}
.department .inner-relation a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background: linear-gradient(to right, #ecedff 30%, #e4f3ff 60%, #e4f3ff 100%);
    border-radius: 8px;
}
.department .inner-relation a::after {
    content: "";
    position: absolute;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    top: 2.5px;
    left: 2.5px;
    z-index: -1;
    border-radius: 8px;
    background-color: var(--miharadai-secondary);
    transition: 0.3s background-color ease-in-out;
}
.department .inner-relation a.active::after,
.department .inner-relation a:hover::after {
    background-color: #9c9c9c;
}
.department .inner-relation a.active{
  cursor:auto;
  pointer-events: none;
}
/*アコーディオン部分*/
.department .accodion-block{
  padding:40px 0;
  width:100%;
  list-style:none;
}
.department .accodion-block>a{
  display:flex;
  align-items:flex-end;
  gap:5px;
  color:var(--text-color);
  text-decoration: none;
  transition:color 0.5s ease;
}
.department .accodion-block>a>img{
  width:auto;
  height:100%;
  max-height:45px;
  object-fit: contain;
}
.department .accodion-block>a>span{
  font-size:1.2rem;
}
.department .accodion-block>a:hover{
  color:var(--miharadai-primary);
}
.department .accodion-block ul{
  list-style: none;
  position:relative;
}
.department li.accodion{
  width:100%;
  /* margin-bottom:30px; */
  margin:15px 0;
  position:relative;
}
.department li.accodion:last-of-type{
  margin-bottom:0;
}
.department li.accodion:last-of-type{
  margin-bottom:0;
}
.department li.accodion .accodion-ttl{
  border-radius:10px;
  font-size:1.4rem;
  color:#fff;
  background:var(--miharadai-primary);
  padding:25px 15px;
  /* padding-right:calc(1rem + 30px); */
  padding-right:calc(1.3rem + 30px);
  font-weight:500;
  cursor: pointer;
  position:relative;
  display:block;
  text-decoration: none;
}
.department li.accodion .accodion-ttl.notopen{
  pointer-events: none;
  cursor: auto;
}
.department li.accodion .accodion-ttl:before,
.department li.accodion .accodion-ttl:after{
  content:"";
  position:absolute;
  top:57%;
  right:calc(1rem + 15px);
  width:1rem;
  height:3px;
  background-color:#fff;
  border-radius: 999px;
  transform-origin: 100% 50%;
  transition:transform 0.5s ease;
}
.department li.accodion .accodion-ttl:before{
  transform:rotate(50deg)
}
.department li.accodion .accodion-ttl:after{
  transform:rotate(130deg)
}
.department li.accodion.open .accodion-ttl:before,
.department li.accodion.open .accodion-ttl:after{
  top:43%;
}

.department li.accodion.open .accodion-ttl:before{
  transform:rotate(-130deg)
}
.department li.accodion.open .accodion-ttl:after{
  transform:rotate(-50deg)
}
.department li.accodion .accodion-ttl.notopen:before,
.department li.accodion .accodion-ttl.notopen:after{
  display:none;
}
.department li.accodion .accodion-ttl .accodion-ttl-name{
  font-weight:500;
  letter-spacing: 0.05em;
  line-height:1.2;
}
.department .accodion-detail{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.8s ease-in-out;
  will-change:max-height;
  margin-top:15px;
}
.department .accodion-detail.open{
  max-height:5000px;
  transition:max-height 1.5s ease-in-out;
}
.department .accodion-box{
  border:2px solid var(--miharadai-primary);
  border-radius:10px;
  background:#fff;
  padding:20px 20px;
  line-height:1.6;
  letter-spacing: 0.05rem;
}
/* 基本理念(基本方針) */
.department .policy-box{
  border:4px solid var(--miharadai-primary);
  border-radius:10px;
  padding:40px 30px;
  position:relative;
  margin-top:50px;
}
.department .policy-ttl{
  position:absolute;
  /* top:-10.5%; */
  top:-2.5rem;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:10px;
  background-color:#fff;
  padding:0 20px;
}
html.large .department .policy-ttl{
  top:-1.9rem;
}
.department .policy-ttl>img{
  width:100%;
  height:auto;
  max-width:65px;
}
.department .policy-ttl>span{
  font-size:1.6rem;
  letter-spacing: 0.05em;
  color:var(--miharadai-primary);
}
.department .policy-box ul{
  list-style:none;
  font-size:1.1rem;
}
.department .policy-box ul>li{
  position:relative;
  padding:10px 0;
  border-bottom:3px dotted #9c9c9c;
}
.department .policy-box ul>li:last-of-type{
  border-bottom:none;
}
.department .policy-box ul>li>span{
  position:relative;
  padding-left:1.3rem;
  display:block;
  line-height:1.6;
}
.department .policy-box ul>li>span::before{
  content:"●";
  position:absolute;
  top:0;
  left:0;
}

/*******************************
 部門・医療体制(子ページへのリンク部分)
********************************/
.department .content-detail{
  display:flex;
  gap:40px;
  flex-wrap:wrap;
}
.department .content-link{
  max-width:calc(calc(100% - 40px) / 2);
  padding:50px 0 15px;
  border-radius:10px;
  /* background-color:#fff; */
  background-color:#e4f3ff;
  border:1px solid #c3c3c3;
  text-decoration:none;
  display:flex;
  flex-direction: column;
  flex:1 1 auto;
  transition:background-color 0.5s ease-in;
}
.department .content-title{
  background-color:var(--miharadai-primary);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  /* width:max-content; */
  width:fit-content;
  min-width:170px;
  padding:8px;
  display:block;
}
.department .content-title>p{
  font-size:1.3rem;
  border:2px dashed #fff;
  padding:10px;
  color:#fff;
  text-align:center;
  border-radius:10px;
}
.department .content-text{
  background-color:#fff;
  box-shadow:0px 0px 20px rgba(0, 0, 0, .2);
  padding:15px;
  margin:30px 15px 15px;
  flex-grow:1;
  border-radius:8px;
}
.department .content-text>p{
  font-size:1.1rem;
  line-height:1.6;
  letter-spacing: 0.05em;
  color:var(--text-color);
  text-align: justify;
}
.department .content-here{
  text-align:right;
  padding-right:15px;
  font-size:1rem;
  color:var(--text-color);
  margin-top:auto;
  margin-bottom:0;
  /* transition:color 0.5s ease-in-out; */
}
.department .content-link:hover{
  background-color:#cae7ff;
}
/* .department .content-link:hover .content-here{
  color:var(--miharadai-primary);
} */
/*******************************
 リハビリテーション部
********************************/

/*リハビリテーション体制*/
.rehabilitation .structure-block .content-item{
  display:none;
}
.rehabilitation .structure-block .content-item.active{
  display:block;
}
/*各リハビリテーション・部門*/
.rehabilitation .department-block .content-item{
  display:none;
}
.rehabilitation .department-block .content-item.active{
  display:block;
}
.rehabilitation .department-block .content-flex{
  display:flex;
  align-items: flex-start;
  justify-content: space-between;
}
.rehabilitation .department-block .content-flex-image{
  width:calc(50% - 2.5%);
}
.rehabilitation .department-block .content-flex-image>img{
  width:100%;
  height:auto;
  object-fit:cover;
  border-radius:10px;
}
/* .rehabilitation .department-block .content-flex>p{ */
.rehabilitation .department-block .content-flex>div:not(.content-flex-image){
  width:calc(50% - 2.5%);
}
.rehabilitation .department-block p{
  font-size:1.1rem;
  letter-spacing: 0.05em;
  line-height:1.6;
  text-align: justify;
}
.rehabilitation .department-block ul{
  font-size:1.1rem;
  letter-spacing: 0.05em;
  text-align: justify;
  padding-top:0;
}
.rehabilitation .department-block .qua-list{
  padding-left:3.2rem;
  line-height:1.6;
  letter-spacing: 0.05em;
}

/*******************************
 地域連携室
********************************/
/* 連携室の業務 */
.regional .work-block ul>li{
  position:relative;
  padding-left:1.1rem;
  padding-bottom:0;
}
.regional .work-block ul>li::before{
  content:"・";
  position:absolute;
  top:0;
  left:0;
}

/*******************************
 看護部
********************************/
/* 看護部理念・基本方針 */
.sub-page.nursing .top-base .images img {
  object-position: left 4%;
}
.sub-page.nursing .top-base .ttl {
  top: 15%;
}
.sub-page.nursing .top-base .img::before {
  background-color: rgba(0, 0, 0, 0.07);
}
.nursing .policy-block .content-box-image{
  width:100%;
  height:auto;
  max-width:800px;
  margin:0 auto;
}
.nursing .policy-block .content-box-image>img{
  width:100%;
  height:auto;
  object-fit:contain;
}
/* 看護部長挨拶*/
.nursing .greeting-block .strength{
  position:relative;
  padding-left:calc(8px + 10px);
  font-size:1.05em;
  display:block;
}
.nursing .greeting-block .strength::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  z-index:-2;
  background: linear-gradient(to right, #ecedff 30%, #e4f3ff 60%, #e4f3ff 100%);
  width:calc(4px + 4px);
  height:calc(100% + 4px);
  border-radius:8px;
}
.nursing .greeting-block .strength::after{
  content:"";
  position:absolute;
  top:2px;
  left:2px;
  background-color:var(--miharadai-primary);
  width:6px;
  height:100%;
  border-radius:8px;
  z-index:-1;
}
/* 看護・介護教育 */
.nursing .education-block .content-column{
  display:flex;
  align-items:center;
  gap:20px;
  margin-bottom:40px;
}
.nursing .education-block .content-column:last-of-type{
  margin-bottom:0;
}
.nursing .education-block .content-column-round{
  position:relative;
  background:var(--miharadai-primary);
  border-radius:999px;
  /* width:75px;
  height:75px; */
  width:3.6rem;
  height:3.6rem;
  aspect-ratio: 1 / 1;
}
.nursing .education-block .content-column-round>span{
  font-size:1.2rem;
  color:#fff;
  line-height:1;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  white-space: nowrap;
}
.nursing .education-block ul>li{
  position:relative;
  padding-left:1.1rem;
  padding-bottom:0;
}
.nursing .education-block ul>li:before{
  content:"・";
  position:absolute;
  top:0;
  left:0;
}
/* 新人研修 */
.nursing .training-block table{
  width:100%;
  border:2px solid #9c9c9c;
  font-size:1.1rem;
}
.nursing .training-block tr{
  border-bottom:1px solid #9c9c9c;
}
.nursing .training-block tr:nth-child(2n-1){
  background:#e4f3ff;
}
.nursing .training-block tr:nth-child(2n){
  background:#fff;
}
.nursing .training-block tr:last-of-type{
  border-bottom:none;
}
.nursing .training-block th{
  width:20%;
  /* min-width:70px; */
  min-width:3.36rem;
  text-align:center;
  vertical-align:middle;
  padding:15px 10px;
  font-weight:500;
}
.nursing .training-block td{
  border-left:1px solid #9c9c9c;
  width:80%;
  vertical-align:middle;
  padding:15px;
  padding-left:25px;
}
.nursing .training-block ul>li{
  position:relative;
  padding-left:1.4rem;
  text-align: justify;
  padding-bottom:0;
}
.nursing .training-block ul>li.num::before{
  position:absolute;
  top:0;
  left:0;
}
.nursing .training-block ul>li.num1::before{
  content:"1.";
}
.nursing .training-block ul>li.num2::before{
  content:"2.";
}
.nursing .training-block ul>li.num3::before{
  content:"3.";
}
.nursing .training-block ul>li.num4::before{
  content:"4.";
}
.nursing .training-block ul>li.num5::before{
  content:"5.";
}
/* 看護・現任教育 */
.nursing .education2-block .content-flex-image{
  width:100%;
  height:auto;
  max-width:600px;
  margin:0 auto;
  margin-bottom:40px;
}
.nursing .education2-block .content-flex-image:last-of-type{
  margin-bottom:0;
}
.nursing .education2-block .content-flex-image>img{
  width:100%;
  height:auto;
  object-fit: contain;
}
.nursing .education2-block ul>li{
  position:relative;
  padding-left:1.1rem;
  padding-bottom:0;
}
.nursing .education2-block ul>li:before{
  content:"・";
  position:absolute;
  top:0;
  left:0;
}

/*******************************
 チーム医療
********************************/
/* 医療安全管理室 */
.team .medical-block .content-image{
  width:100%;
  height:auto;
  max-width:800px;
  margin:0 auto;
}
.team .medical-block .content-image>img{
  width:100%;
  height:auto;
  object-fit: contain;
}
/* 院内感染対策委員会 */
.team .infection-block .inner-relation{
  padding-top:40px;
}
.team .infection-block .content-item{
  display:none;
}
.team .infection-block .content-item.active{
  display:block;
}
.team .infection-block .content-item ul:not(.policy-list) ul{
  padding-left:1.1rem;
}
.team .infection-block .content-item ul:not(.policy-list) ul>li.ten{
  position:relative;
  padding-left:1.1rem;
  padding-bottom:0;
}
.team .infection-block .content-item ul:not(.policy-list) ul>li.ten::before{
  content:"・";
  position:absolute;
  top:0;
  left:0;
}

/* 褥瘡対策委員会 */
.team .ulcers-block .inner-relation{
  padding-top:40px;
}
.team .ulcers-block .content-item{
  display:none;
}
.team .ulcers-block .content-item.active{
  display:block;
}
.team .ulcers-block .content-item ul:not(.policy-list){
  
}

.team .ulcers-block .content-item ul:not(.policy-list)>li.ten{
  position:relative;
  padding-left:1.1rem;
  padding-bottom:0;
}
.team .ulcers-block .content-item ul:not(.policy-list)>li.ten::before{
  content:"・";
  position:absolute;
  top:0;
  left:0;
}
.team .ulcers-block .content-item ul:not(.policy-list) ul{
  /* padding-left:1.1rem; */
}
.team .ulcers-block .content-item ul:not(.policy-list) ul>li.kome{
  position:relative;
  padding-left:1.1rem;
  padding-bottom:0;
}
.team .ulcers-block .content-item ul:not(.policy-list) ul>li.kome::before{
  content:"※";
  position:absolute;
  top:0;
  left:0;
}
/* 緩和ケアチーム(PTC) */
.team .care-block .content-box-image{
  width:100%;
  height:auto;
  max-width: 700px;
  margin:0 auto;
}
.team .care-block .content-box-image>img{
  width:100%;
  height:auto;
  object-fit: contain;
}
.team .care-block .content-box ul:not(.policy-list)>li.ten{
  position:relative;
  padding-left:1.1rem;
  padding-bottom:0;
}
.team .care-block .content-box ul:not(.policy-list)>li.ten::before{
  content:"・";
  position:absolute;
  top:0;
  left:0;
}
/* サポートチーム */
.team .support-block .content-item{
  display:none;
}
.team .support-block .content-item.active{
  display:block;
}
.team .support-block .support1-item .content-item-image,
.team .support-block .support1-item .content-item-image2{
  width:100%;
  height:auto;
  max-width:500px;
  margin:0 auto;
  margin-bottom:40px;
}
.team .support-block .support1-item .content-item-image2{
  max-width:400px;
  margin-top:40px;
  margin-bottom:0;
}
.team .support-block .support1-item .content-item-image>img,
.team .support-block .support1-item .content-item-image2>img{
  width:100%;
  height:auto;
  object-fit:contain;
}
.team .support-block .support2-item ul:not(.policy-list){
  padding-left:1.1rem;
}
.team .support-block .support2-item ul:not(.policy-list)>li.ten{
  padding-left:1.1rem;
  padding-bottom:0;
  position:relative;
}
.team .support-block .support2-item ul:not(.policy-list)>li.ten::before{
  content:"・";
  position:absolute;
  top:0;
  left:0;
}

.team .support-block .support3-item ul:not(.policy-list){
  padding-left:1.1rem;
}
.team .support-block .support3-item ul:not(.policy-list)>li.ten{
  padding-left:1.1rem;
  padding-bottom:0;
  position:relative;
}
.team .support-block .support3-item ul:not(.policy-list)>li.ten::before{
  content:"・";
  position:absolute;
  top:0;
  left:0;
}

.team .support-block .support4-item ul:not(.policy-list) ul{
  padding-left:2.2rem;
}
.team .support-block .support4-item ul:not(.policy-list) p{
  padding-left:1.1rem;
}
.team .support-block .support4-item ul:not(.policy-list) ul>li.num{
  padding-left:1.3rem;
  padding-bottom:0;
  position:relative;
}
.team .support-block .support4-item ul:not(.policy-list) ul>li.num::before{
  position:absolute;
  top:0;
  left:0;
}
.team .support-block .support4-item ul:not(.policy-list) ul>li.num1::before{
  content:"1.";
}
.team .support-block .support4-item ul:not(.policy-list) ul>li.num2::before{
  content:"2.";
}
.team .support-block .support4-item ul:not(.policy-list) ul>li.num3::before{
  content:"3.";
}
.team .support-block .support5-item table{
  width:100%;
  border:2px solid #9c9c9c;
  font-size:1.1rem;
  margin-bottom:10px;
}
.team .support-block .support5-item tr{
  border-bottom:1px solid #9c9c9c;
}
.team .support-block .support5-item tr:last-of-type{
  border-bottom:none;
}
.team .support-block .support5-item th{
  width:20%;
  /* min-width:70px; */
  min-width:3.36rem;
  text-align:center;
  vertical-align:middle;
  padding:15px 10px;
  font-weight:500;
  background:#e4f3ff;
}
.team .support-block .support5-item td{
  border-left:1px solid #9c9c9c;
  width:80%;
  vertical-align:middle;
  padding:15px;
  padding-left:25px;
}
.team .support-block .support5-item p.kome{
  position:relative;
  padding-left:1.2rem;
}
.team .support-block .support5-item p.kome::before{
  content:"※";
  position:absolute;
  top:0;
  left:0;
}

/*******************************
 施設のご案内
********************************/
.facility .tbl-ttl{
  margin-top:40px;
}
.facility .outer-relation{
  padding-top:40px;
}
.sub-page.facility .content .relation{
  padding-top:0;
  margin-bottom:10px;
}
.sub-page.facility .content .relation:last-of-type{
  margin-bottom:0;
}
.facility .map-image{
  width:100%;
  height:auto;
  max-width:900px;
  margin:0 auto;
}
.facility .map-image>img{
  width:100%;
  height:auto;
  object-fit: contain;
}
.facility .inner-relation{
  margin-top:40px;
}
.facility .content-item{
  display:none;
}
.facility .content-item.active{
  display:block;
}

/*******************************
 院長挨拶
********************************/
.info .content-flex{
  display:flex;
  align-items:center;
  justify-content: center;
  gap:3rem;
}
.info .content-image{
  width:40%;
  height:auto;
  max-width:200px;
  margin-bottom:15px;
}
.info .content-image>img{
  width:100%;
  height:auto;
  object-fit:contain;
  border-radius:10px;
}
.info .content-name{

}
.info .content-name>span{
  font-size:1.2rem;
  padding-bottom:20px;
  display:block;
}
.info .content-name>h3{
  font-size:1.4rem;
  font-weight:500;
}
.info .content-text{

}





/*******************************
 リハビリテーション部
********************************/
.about .content-image{
  width:100%;
  height:auto;
  max-width:900px;
  margin:0 auto;
}
.about .content-image>img{
  width:100%;
  height:auto;
  object-fit: contain;
}

/*******************************
 沿革
********************************/
.history .history-block table{
  width:100%;
  border:2px solid #9c9c9c;
  font-size:1.1rem;
  line-height:1.6;
  letter-spacing: 0.05em;
}
.history .history-block tr{
  border-bottom:1px solid #9c9c9c;
}
.history .history-block tr:nth-child(2n-1){
  background:#e4f3ff;
}
.history .history-block tr:nth-child(2n){
  background:#fff;
}
.history .history-block tr:last-of-type{
  border-bottom:none;
}
.history .history-block th{
  width:20%;
  /* min-width:105px; */
  min-width:8.5rem;
  text-align:center;
  vertical-align:middle;
  padding:15px 10px;
  font-weight:500;
}
.history .history-block td{
  border-left:1px solid #9c9c9c;
  width:80%;
  vertical-align:middle;
  padding:15px;
  padding-left:25px;
}

/*******************************
 交通アクセス
********************************/
.access .map-box{
  width:100%;
  height:auto;
}
.access .map-box>iframe{
  width:100%;
  height:auto;
  aspect-ratio: 16 / 9;
}
.access .traffic-block p{
  font-size:1.1rem;
  letter-spacing: 0.05em;
  line-height:1.6;
}
.access .traffic-block .inner-relation{
  padding-top:40px;
  padding-bottom:40px;
  line-height:1.3;
}
.access .content-block .content-item{
  display:none;
}
.access .content-block .content-item.active{
  display:block;
}
.access .traffic-block .content-item-flex{
  display:flex;
  align-items: center;
  gap:2rem;
}
.access .traffic-block .content-item-image{
  width:calc(calc(100% - 2rem) * 0.35);
  height:auto;
}
.access .traffic-block .content-item-image>img{
  width:100%;
  height:auto;
  object-fit:cover;
  border-radius:10px;
}
.access .traffic-block .content-item-text{
  width:calc(calc(100% - 2rem) * 0.65);
}
.access .traffic-block .content-item-text>p{
  padding-top:30px;
}
.access .traffic-block .content-item-text>p>span{
  text-align:left;
}
.access .traffic-block .content-item-text>.sub2-ttl{
  padding-top:0;
  line-height:1.3;
}

.access .traffic-block table{
  margin-top:30px;
  width:100%;
  border:2px solid #9c9c9c;
  font-size:1.1rem;
  line-height:1.6;
  letter-spacing: 0.05em;
  position:relative;
}
.access .traffic-block tr{
  border-bottom:1px solid #9c9c9c;
}

.access .traffic-block tr:nth-child(2n-1){
  background:#e4f3ff;
}
.access .traffic-block tr:nth-child(2n){
  background:#fff;
}
.access .traffic-block tr:first-of-type{
  background:#fff;
  border-bottom:3px double #9c9c9c;
}
.access .traffic-block tr:last-of-type{
  border-bottom:none;
}
.access .traffic-block th{
  text-align:center;
  vertical-align:middle;
  padding:15px 10px;
  font-weight:500;
  border-right:1px solid #9c9c9c;
  white-space: nowrap;
}
.access .traffic-block th:last-of-type{
  border-right:none;
}
.access .traffic-block td{
  border-left:1px solid #9c9c9c;
  width:calc(100% / 10);
  vertical-align:middle;
  padding:15px;
  text-align:center;
}
.access .traffic-block td:first-child{
  width:calc(calc(100% / 10) * 2);
  
}
.access .traffic-block .content-item-tbl{
  overflow-y:hidden!important;
}
.access .traffic-block .content-item-tbl2 td{
  width:calc(100% / 8);
}
.access .traffic-block .content-item-tbl2 td:first-child{
  width:calc(calc(100% / 8) * 2);
}
.access .traffic-block .content-item-tbl3 td{
  width:calc(100% / 11);
}
.access .traffic-block .content-item-tbl3 td:first-child{
  width:calc(calc(100% / 11) * 2);
}

.access .map-block .content-box-image{
  width:100%;
  height:auto;
  max-width:800px;
  margin:0 auto;
}
.access .map-block .content-box-image>img{
  width:100%;
  height:auto;
  object-fit: contain;
}
.access .map-block .inner-relation{
  padding-top:40px;
}
.access .map-block .content-item ul{
  list-style: none;
}
.access .map-block .content-item ul>li{
  margin-bottom:40px;
}
.access .map-block .content-item ul>li:last-of-type{
  margin-bottom:0;
}
.access .map-block .content-item ul>li .map-rote{
  display:flex;
  align-items: center;
  gap:1rem;
  margin-bottom:1rem;
}
.access .map-block .content-item ul>li .map-rote-num{
  background-color:#E76F72;
  width:1.9rem;
  height:1.9rem;
  border-radius:999px;
  position:relative;
}
.access .map-block .content-item ul>li .map-rote-num-text{
  color:#fff;
  line-height:0.5;
  letter-spacing: 0;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  font-size:1.15rem;
}
.access .map-block .content-item ul>li .map-rote>p{
  color:#E76F72;
  font-size:1.1rem;
  letter-spacing: 0.05em;
}
.access .map-block .content-item2 ul>li .map-rote-num{
  background-color:#4592a4;
}
.access .map-block .content-item2 ul>li .map-rote>p{
  color:#4592a4;
}
.access .map-block .content-item .map-flex{
  display:flex;
  align-items:flex-start;
  gap:1rem;
}
.access .map-block .content-item .map-flex-image{
  width:calc(calc(100% - 1rem) / 2);
  height:auto;
}
.access .map-block .content-item .map-flex-image>img{
  width:100%;
  height:auto;
  object-fit:cover;
  border-radius:10px;
  margin-bottom:15px;
}
.access .map-block .content-item .map-flex-image>p{
  text-align:center;
  font-size:1rem;
}
.access .map-block .content-item .map-image{
  width:100%;
  height:auto;
  max-width:800px;
  margin:0 auto;
}
.access .map-block .content-item .map-image>img{
  width:100%;
  height:auto;
  object-fit: cover;
  border-radius:10px;
}

/*******************************
 介護・在宅部門
********************************/
.sub-page.care .top-base .img::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.sub-page.care .top-base .images img {
  object-position: center 50%;
}
.care .tbl-ttl{
  margin-top:40px;
}
.care .link-box{
  margin-bottom:40px;
}
.care .link-box>a{
  display:flex;
  align-items:flex-end;
  gap:5px;
  color:var(--text-color);
  text-decoration: none;
  transition:color 0.5s ease;
  margin-bottom:20px;
  width:fit-content;
}
.care .link-box>a:last-child{
  margin-bottom:0;
}
.care .link-box>a>img{
  width:auto;
  height:100%;
  max-height:35px;
  object-fit: contain;
}
.care .link-box>a>span{
  font-size:1.15rem;
  line-height:1.3;
}
.care .link-box>a:hover{
  color:var(--miharadai-primary);
}

/*******************************
 通所リハビリテーション
********************************/
.sub-page.daycare .top-base .img::before {
  background-color: rgba(0, 0, 0, 0.03);
}
.daycare .content-detail-box{
  margin-top:40px;
}
.daycare .price-block .content-box-tbl{
  margin-bottom:20px;
}
.daycare .price-block table{
  margin-top:30px;
  width:100%;
  border:2px solid #9c9c9c;
  font-size:1.1rem;
  line-height:1.6;
  letter-spacing: 0.05em;
  position:relative;
}
.daycare .price-block tr{
  border-bottom:1px solid #9c9c9c;
}
.daycare .price-block tr:last-of-type{
  border-bottom:none;
}
.daycare .price-block th{
  width:20%;
  /* min-width:70px; */
  min-width:3.36rem;
  text-align:center;
  vertical-align:middle;
  padding:15px 10px;
  font-weight:500;
  border-right:1px solid #9c9c9c;
  white-space: nowrap;
  background:#e4f3ff;
  
}
.daycare .price-block th:last-of-type{
  border-right:none;
}
.daycare .price-block td{
  border-left:1px solid #9c9c9c;
  width:80%;
  vertical-align:middle;
  padding:15px;
  min-width:460px;
}
.daycare .price-block ul>li.kome{
  position:relative;
  padding-left:1.2rem;
}
.daycare .price-block ul>li.kome::before{
  content:"※";
  position:absolute;
  top:0;
  left:0;
}
.daycare .service-block table{
  margin-top:30px;
  width:100%;
  border:2px solid #9c9c9c;
  font-size:1.1rem;
  line-height:1.6;
  letter-spacing: 0.05em;
  position:relative;
}
.daycare .service-block tr{
  border-bottom:1px solid #9c9c9c;
}
.daycare .service-block tr:last-of-type{
  border-bottom:none;
}
.daycare .service-block th{
  width:10%;
  /* min-width:50px; */
  min-width:2.4rem;
  text-align:center;
  vertical-align:middle;
  padding:15px 10px;
  font-weight:500;
  border-right:1px solid #9c9c9c;
  white-space: nowrap;
  background:#e4f3ff;
}
.daycare .service-block th:last-of-type{
  border-right:none;
}
.daycare .service-block td{
  border-left:1px solid #9c9c9c;
  width:90%;
  vertical-align:middle;
  padding:15px;
  /* min-width:350px; */
}
.daycare .request-block .content-box-tel{
  display:flex;
  align-items: center;
  gap:5px;
  text-decoration:none;
  color:var(--text-color);
  width:fit-content;
}
.daycare .request-block .content-box-tel>img{
  width:30px;
  height:auto;
  object-fit: contain;
  transition:all 0.5s;
}
.daycare .request-block .content-box-tel>span{
  font-size:1.5rem;
  letter-spacing: 0.05em;
  transition:all 0.5s;
}
.daycare .request-block .content-box-tel:hover>img{
  filter: brightness(0) saturate(100%) invert(71%) sepia(29%) saturate(726%) hue-rotate(171deg) brightness(93%) contrast(92%);
}
.daycare .request-block .content-box-tel:hover>span{
  color:#73b7e4;
}


/*******************************
 訪問リハビリテーション
********************************/
.sub-page.visitreha .top-base .img::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.sub-page.visitreha .top-base .images img {
  object-position: 20% 55%;
}
.visitreha .content-detail-box{
  margin-top:40px;
}
.visitreha .content-box ul ul{
  padding-left:1rem;
}
.visitreha .content-box ul:not(.policy-list) ul>li{
  padding-bottom:0;
}
.visitreha .content-box ul ul>li.ten{
  position:relative;
  padding-left:1.1rem;
}
.visitreha .content-box ul ul>li.ten::before{
  content:"・";
  position:absolute;
  top:0;
  left:0;
}
.visitreha .content-box ul>li.kome{
  position:relative;
  padding-left:1.2rem;
}
.visitreha .content-box ul>li.kome::before{
  content:"※";
  position:absolute;
  top:0;
  left:0;
}
.visitreha .price-block table{
  margin-top:30px;
  width:100%;
  border:2px solid #9c9c9c;
  font-size:1.1rem;
  line-height:1.6;
  letter-spacing: 0.05em;
  position:relative;
}
.visitreha .price-block tr{
  border-bottom:1px solid #9c9c9c;
}
.visitreha .price-block tr:last-of-type{
  border-bottom:none;
}
.visitreha .price-block th{
  width:20%;
  /* min-width:70px; */
  min-width:3.36rem;
  text-align:center;
  vertical-align:middle;
  padding:15px 10px;
  font-weight:500;
  border-right:1px solid #9c9c9c;
  white-space: nowrap;
  background:#e4f3ff;
}
.visitreha .price-block th:last-of-type{
  border-right:none;
}
.visitreha .price-block td{
  border-left:1px solid #9c9c9c;
  width:80%;
  vertical-align:middle;
  padding:15px;
  min-width:550px;
}


.visitreha .flow-box dl{
  display:flex;
  flex-direction: column;
  padding-bottom:0;
}
.visitreha .flow-box dt{
  position: relative;
  height: auto;
  font-size: 1.2rem;
  line-height: 1.6;
  display:flex;
  align-items:center;
  gap:10px;
  padding:20px 0;
}
.visitreha .flow-box dt .flow-round{
  min-width:1.9rem;
  min-height:1.9rem;
  border-radius:999px;
  background-color:var(--miharadai-primary);
  position:relative;
}
.visitreha .flow-box dt .flow-round>p{
  font-size:1.1rem;
  line-height:0.5;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  color:#fff;
}
.visitreha .flow-box dd{
  line-height: 1.6;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  border-left:2px solid #9c9c9c;
  margin-left:calc(1.9rem / 2);
  padding:1rem 0;
  padding-left:2rem;
}
.visitreha .flow-round-tel{
  display:flex;
  align-items:center;
  gap:5px;
  color:var(--text-color);
  margin-top:15px;
  text-decoration:none;
  width:fit-content;
}
.visitreha .flow-round-tel>img{
  width:20px;
  height:auto;
  object-fit: contain;
  transition:all 0.5s;
}
.visitreha .flow-round-tel>span{
  font-size:1.2rem;
  transition:all 0.5s;
  letter-spacing: 0.05em;
}
.visitreha .flow-round-tel:hover>img{
  filter: brightness(0) saturate(100%) invert(71%) sepia(29%) saturate(726%) hue-rotate(171deg) brightness(93%) contrast(92%);
}
.visitreha .flow-round-tel:hover>span{
  color:var(--miharadai-tertiary);
}
.visitreha .flow-block .content-box-tel{
  display:flex;
  align-items: center;
  gap:5px;
  text-decoration:none;
  color:var(--text-color);
  width:fit-content;
}
.visitreha .flow-block .content-box-tel>img{
  width:30px;
  height:auto;
  object-fit: contain;
  transition:all 0.5s;
}
.visitreha .flow-block .content-box-tel>span{
  font-size:1.5rem;
  letter-spacing: 0.05em;
  transition:all 0.5s;
}
.visitreha .flow-block .content-box-tel:hover>img{
  filter: brightness(0) saturate(100%) invert(71%) sepia(29%) saturate(726%) hue-rotate(171deg) brightness(93%) contrast(92%);
}
.visitreha .flow-block .content-box-tel:hover>span{
  color:#73b7e4;
}

/*******************************
 居宅介護支援事業所
********************************/
.sub-page.homecare .important-wrap {
  height: 115px;
}
.sub-page.homecare .important-list .important-item {
  height: 115px;
}
.sub-page.homecare .top-base {
  padding-top: 115px;
}
.sub-page.homecare .top-base .images {
  height: 36vw;
}
.sub-page.homecare .top-base .img::before {
  background-color: rgba(0, 0, 0, 0.03);
}
.sub-page.homecare .top-base .images img {
  object-position: 10% 6%;
}
.homecare .content-box>ul>li.ten{
  position:relative;
  padding-left:1.1rem;
  padding-bottom:0;
}
.homecare .content-box>ul>li.ten::before{
  content:"・";
  position:absolute;
  top:0;
  left:0;
}
.homecare .content-box-tel{
  display:flex;
  align-items: center;
  gap:5px;
  text-decoration:none;
  color:var(--text-color);
  width:fit-content;
}
.homecare .content-box-tel>img{
  width:30px;
  height:auto;
  object-fit: contain;
  transition:all 0.5s;
}
.homecare .content-box-tel>span{
  font-size:1.5rem;
  letter-spacing: 0.05em;
  transition:all 0.5s;
}
.homecare .content-box-tel:hover>img{
  filter: brightness(0) saturate(100%) invert(71%) sepia(29%) saturate(726%) hue-rotate(171deg) brightness(93%) contrast(92%);
}
.homecare .content-box-tel:hover>span{
  color:#73b7e4;
}

/*******************************
 訪問介護サービス
********************************/
.sub-page.visitcare .important-wrap {
  height: 115px;
}
.sub-page.visitcare .important-list .important-item {
  height: 115px;
}
.sub-page.visitcare .top-base {
  padding-top: 115px;
}
.sub-page.visitcare .top-base .images {
  height: 36vw;
}
.sub-page.visitcare .top-base .img::before {
  background-color: rgba(0, 0, 0, 0.03);
}
.sub-page.visitcare .top-base .images img {
  object-position: 10% 6%;
}
.visitcare .content-box ul ul{
  padding-left:1rem;
  padding-bottom:20px;
}
.visitcare .content-box ul>li.ten{
  position:relative;
  padding-left:1.1rem;
  padding-bottom:0;
}
.visitcare .content-box ul>li.ten::before{
  content:"・";
  position:absolute;
  top:0;
  left:0;
}
.visitcare .content-box-tel{
  display:flex;
  align-items: center;
  gap:5px;
  text-decoration:none;
  color:var(--text-color);
  width:fit-content;
}
.visitcare .content-box-tel>img{
  width:30px;
  height:auto;
  object-fit: contain;
  transition:all 0.5s;
}
.visitcare .content-box-tel>span{
  font-size:1.5rem;
  letter-spacing: 0.05em;
  transition:all 0.5s;
}
.visitcare .content-box-tel:hover>img{
  filter: brightness(0) saturate(100%) invert(71%) sepia(29%) saturate(726%) hue-rotate(171deg) brightness(93%) contrast(92%);
}
.visitcare .content-box-tel:hover>span{
  color:#73b7e4;
}

/*******************************
 地域包括支援センター
********************************/
.sub-page.compre .top-base .images img {
  object-position: 20% 50%;
}
.sub-page.compre .top-base .img::before {
  background-color: rgba(0, 0, 0, 0.01);
}
.sub-page.compre .top-base .ttl {
  top: 0.5%;
}
.compre .content-flex{
  display:flex;
  align-items:stretch;
  gap:1.5rem;
  margin:40px 0;
}
.compre .content-flex .content-image{
  width:calc(calc(100% - calc(1.5rem / 2)) / 2);
  height:auto;
}
.compre .content-flex .content-image>img{
  width:100%;
  height:auto;
  object-fit: cover;
  border-radius:10px;
}
.compre .content-flex .content-map{
  width:calc(calc(100% - calc(1.5rem / 2)) / 2);
  height:auto;
}
.compre .content-flex .content-map>iframe{
  width:100%;
  height:100%;
}
.compre ul{
  list-style:none;
}
.compre .accodion-box .num{
  position:relative;
  padding-left:1.3rem;
}
.compre .accodion-box .num::before{
  position:absolute;
  top:0;
  left:0;
}
.compre .accodion-box .num1::before{
  content:"1.";
}
.compre .accodion-box .num2::before{
  content:"2.";
}
.compre .accodion-box .num3::before{
  content:"3.";
}
.compre .accodion-box .num4::before{
  content:"4.";
}
.compre .accodion-box h4{
  font-weight:500;
}
.compre .accodion-box ul:not(.policy-list)>li>p{
  padding-left:1.3rem;
}
.compre .accodion-block{
  font-size:1.1rem;
  letter-spacing: 0.05em;
  text-align: justify;
  line-height:1.6;
}
.compre .accodion-box>ul>li{
  padding-bottom:20px;
}
.compre .accodion-box>ul>li:last-child{
  padding-bottom:0;
}
.compre .content-box-telfax{
  display:flex;
  align-items:center;
  gap:2rem;
}
.compre .content-box-tel,
.compre .content-box-fax{
  display:flex;
  align-items: center;
  gap:5px;
  text-decoration:none;
  color:var(--text-color);
  width:fit-content;
}
.compre .content-box-fax{
  pointer-events: initial;
}
.compre .content-box-tel>img{
  width:30px;
  height:auto;
  object-fit: contain;
  transition:all 0.5s;
}
.compre .content-box-fax>img{
  width:38px;
  height:auto;
  object-fit: contain;
  transition:all 0.5s;
}
.compre .content-box-tel>span,
.compre .content-box-fax>span{
  font-size:1.5rem;
  letter-spacing: 0.05em;
  transition:all 0.5s;
}
.compre .content-box-tel:hover>img{
  filter: brightness(0) saturate(100%) invert(71%) sepia(29%) saturate(726%) hue-rotate(171deg) brightness(93%) contrast(92%);
}
.compre .content-box-tel:hover>span{
  color:#73b7e4;
}


/*******************************
 お問い合わせ
********************************/
.contact .content-tel{
  margin:30px 0;
  border:2px solid var(--miharadai-primary);
  border-radius:10px;
  width:fit-content;
  padding:15px 20px;
  position:relative;
  background-color:#fff;
  box-shadow: 5px 5px 15px rgb(107, 180, 185, 0.5);
}

.contact .content-tel-item{
  margin-bottom:20px;
  display:flex;
  align-items:center;
  font-size:1.1rem;
  letter-spacing: 0.05em;
  line-height:1.6;
}
.contact .content-tel-item:last-of-type{
  margin-bottom:0;
}
.contact .content-tel-item>span{
  padding-right:0.5rem;
}
.contact .content-tel-item>a{
  color:var(--text-color);
  text-decoration:none;
  transition:color 0.5s ease-in-out;
}
.contact .content-tel-item>a:hover{
  color:var(--miharadai-tertiary);
}
.contact .content-box .red{
  color:var(--accent-red);
}
.contact .underline{
  text-decoration:underline;
}
/******************************
 フォーム
********************************/
.forms .set {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  gap:15px;
  width: 100%;
  padding: 15px 0;
  color: var(--text-color);
}
.forms .set .item {
  font-size: 1.1rem;
  position: relative;
}
.forms .set .item>p {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}
.forms .set .require{
  display: inline-block;
  color: var(--accent-red);
  padding: 2px 4px;
  font-size:1rem;
  line-height:1;
  position: relative;
  top: 0;
  left: 0;
}
.forms .set .information {
  width: 100%;
  font-size: 1.1rem;
  margin-top: 5px;
  color:var(--text-color);
}
.forms .set .information input,
.forms .set .information textarea,
.forms .set .information select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  width: 100%;
  border: none;
  padding: 15px 10px;
  background-color:#eff2f5;
  transition: 0.2s all;
  font-size:1.1rem;
  color:var(--text-color);
  border-radius:8px;
  /* border:1px solid var(--text-color); */
  outline:2px solid #9c9c9c;
}
.forms .set .information input:focus,
.forms .set .information textarea:focus {
  outline: 2px solid var(--miharadai-primary);
}
.forms .set .information textarea {
  resize: none;
  width: 100%;
}
.forms .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}
.forms .submit {
  padding-top: 10px;
  text-align: center;
  display:flex;
  align-items:center;
  gap:3%;
  justify-content: center;
}
.forms .submit input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
  transition: 0.5s background-color, color;
  display: block;
  border: 2px solid var(--miharadai-primary);
  border-radius: 999px;
  color: var(--miharadai-primary);
  width: 220px;
  white-space: nowrap;
  margin: 30px auto 0;
  padding: 13px 10px;
  font-family: "Kiwi Maru";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: inherit;
  text-align: center;
}
.forms .submit input:hover {
  background-color: var(--miharadai-primary);
  color: #fff;
  transition: all 0.5s;
}

/*******************************
 個人情報保護方針
********************************/
.privacy .sub2-ttl{
  padding-top:0;
  margin-bottom:5px;
}
.privacy .num{
  position:relative;
  padding-left:1.3rem;
}
.privacy .ten{
  position:relative;
  padding-left:1.1rem;
}
.privacy .ten::before{
  content:"・";
  position:absolute;
  top:0;
  left:0;
}
.privacy .num::before{
  position:absolute;
  top:0;
  left:0;
}
.privacy .num1::before{
  content:"1.";
}
.privacy .num2::before{
  content:"2.";
}
.privacy .num3::before{
  content:"3.";
}
.privacy .content-box ul:not(.policy-list)>li{
  padding-bottom:5px;
}
.privacy .content-box ul ul{
  padding-left:1.1rem;
}
.privacy .content-box-list{
  padding-bottom:20px;
}

/*******************************
 ボランティア募集
********************************/
.volunteer .recruiting-block .content-image1{
  width:100%;
  height:auto;
  max-width:900px;
  margin:0 auto;
  margin-bottom:20px;
}
.volunteer .recruiting-block .content-image2{
  width:90%;
  height:auto;
  max-width:700px;
  margin:0 auto;
  margin-bottom:30px;
}
.volunteer .recruiting-block .content-image1>img,
.volunteer .recruiting-block .content-image2>img{
  width:100%;
  height:auto;
  object-fit:contain;
}
.volunteer .recruiting-block .content-box{
  width:fit-content;
  margin:0 auto;
}
.volunteer .recruiting-block .content-flex{
  width:100%;
  display:flex;
  gap:1rem;
}
.volunteer .recruiting-block .content-flex-image{
  width:calc(calc(100% - calc(1rem * 2)) / 3);
}
.volunteer .recruiting-block .content-flex-image>img{
  width:100%;
  height:auto;
  aspect-ratio: 16 / 9;
  object-fit:cover;
  margin-bottom:5px;
  border-radius:10px;
}
.volunteer .recruiting-block .content-flex-image>p{
  font-size:1.05rem;
  letter-spacing: 0.05em;
  line-height:1.3;
  text-align:center;
}
.volunteer .activity-block .content-box{
  margin-top:40px;
}
.volunteer .activity-box{
  display:flex;
  flex-wrap:wrap;
  align-items: stretch;
  width:100%;
  max-width:950px;
  margin:0 auto;
  justify-content: center;
  gap:2rem;
  margin-bottom:2rem;
}

.volunteer .activity-box:last-of-type{
  margin-bottom:0;
}
.volunteer .activity-item{
  width:calc(calc(100% - calc(2rem * 2)) / 3);
  background-color:#fff;
  box-shadow: 0 0 20px var(--miharadai-secondary);
  border-radius:10px;
  padding:15px;
  display:flex;
  flex-direction: column;
}
.volunteer .activity-item>img{
  width:100%;
  height:auto;
  object-fit: contain;
  margin-bottom:10px;
}
.volunteer .activity-item>p{
  font-size:1.1rem;
  letter-spacing: 0.05em;
  line-height:1.3;
  text-align:center;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-grow:1;
}
.volunteer .activity-block .content-box-tel{
  display:flex;
  align-items: center;
  gap:5px;
  text-decoration:none;
  color:var(--text-color);
  width:fit-content;
  margin:30px 0;
}
.volunteer .activity-block .content-box-tel>img{
  width:30px;
  height:auto;
  object-fit: contain;
  transition:all 0.5s;
}
.volunteer .activity-block .content-box-tel>span{
  font-size:1.5rem;
  letter-spacing: 0.05em;
  transition:all 0.5s;
}
.volunteer .activity-block .content-box-tel:hover>img{
  filter: brightness(0) saturate(100%) invert(71%) sepia(29%) saturate(726%) hue-rotate(171deg) brightness(93%) contrast(92%);
}
.volunteer .activity-block .content-box-tel:hover>span{
  color:#73b7e4;
}
.volunteer .regulations-block .content-box{
  padding-bottom:40px;
}
.volunteer .regulations-block .content-item{
  margin-bottom:10px;
}
.volunteer .regulations-block .content-item:last-of-type{
  margin-bottom:0;
}
.volunteer .regulations-block .sub-ttl{
  padding-top:10px;
}

/*******************************
 ボランティア募集
********************************/
.facilities .policy-box{
  margin-bottom:40px;
}
.facilities .policy-box:last-of-type{
  margin-bottom:0;
}
.facilities .policy-ttl.sp-only{
  display:none;
}
.facilities .policy-box2 .policy-flex{
  display:flex;
  align-items: center;
  gap:2rem;
}
.facilities .policy-box2 .policy-flex-image{
  width:calc(35% - 2rem);
}
.facilities .policy-box2 .policy-flex-image>img{
  width:100%;
  height:auto;
  object-fit: contain;
}
.facilities .policy-box2 .policy-list{
  width:75%;
}
.facilities .overview-block .content-image{
  width:100%;
  height:auto;
  max-width:900px;
  margin:0 auto 40px;
}
.facilities .overview-block .content-image>img{
  width:100%;
  height:auto;
  aspect-ratio: 16 / 9;
  border-radius:10px;
  object-fit:cover;
  object-position:center 80%;
}
.facilities .overview-block table{
  width:100%;
  border:2px solid #9c9c9c;
  font-size:1.1rem;
  line-height:1.3;
  letter-spacing: 0.05em;
}
.facilities .overview-block tr{
  border-bottom:1px solid #9c9c9c;
}
.facilities .overview-block tr:nth-child(2n-1){
  background:#e4f3ff;
}
.facilities .overview-block tr:nth-child(2n){
  background:#fff;
}
.facilities .overview-block tr:last-of-type{
  border-bottom:none;
}
.facilities .overview-block th{
  width:20%;
  /* min-width:130px; */
  min-width:6.5rem;
  text-align:center;
  vertical-align:middle;
  padding:15px 10px;
  font-weight:500;
}
.facilities .overview-block td{
  border-left:1px solid #9c9c9c;
  width:80%;
  vertical-align:middle;
  padding:15px;
  padding-left:25px;
}

.facilities .price-block p.sub2-ttl{
  padding-top:0;
  margin-bottom:0;
}
.facilities .price-block .content-tbl{
  overflow-y:hidden!important;
  margin-top:40px;
}
.facilities .price-block table{
  width:100%;
  border:2px solid #9c9c9c;
  font-size:1.1rem;
  line-height:1.3;
  letter-spacing: 0.05em;
}
.facilities .price-block tr{
  border-bottom:1px solid #9c9c9c;
  background:#fff;
}
.facilities .price-block tr:first-of-type{
  background:#e4f3ff;
}
.facilities .price-block th{
  text-align:center;
  vertical-align:middle;
  padding:15px 10px;
  font-weight:500;
  border-bottom:1px solid #9c9c9c;
}
.facilities .price-block td{
  border-right:1px solid #9c9c9c;
  border-bottom:1px solid #9c9c9c;
  width:calc(100% / 3);
  vertical-align:middle;
  padding:15px;
  padding-left:25px;
}
.facilities .price-block td.last-child{
  border-right:none;
}
.facilities .price-block tr:last-of-type td{
  border-bottom:none;
}
.facilities .report-block .content-box>ul:not(.policy-list){
  margin:20px 0;
}
.facilities .report-block ul:not(.policy-list) ul{
  padding-left:1.1rem;
}
.facilities .report-block ul:not(.policy-list) ul>li{
  padding-bottom:5px;
}
.facilities .report-block ul ul>li.ten{
  position:relative;
  padding-left:1.1rem;  
}
.facilities .report-block ul ul>li.ten::before{
  content:"・";
  position:absolute;
  top:0;
  left:0;
}
.facilities .report-block .right{
  text-align:right;
}
.facilities .report-block ul:not(.policy-list)>li>span.inline-block{
  border-bottom:none;
  margin-bottom:0;
}
.facilities .report-block .content-pdf{
  display:flex;
  align-items:flex-end;
  gap:5px;
  color:var(--text-color);
  text-decoration: none;
  transition:color 0.5s ease;
  margin-bottom:20px;
  padding-left:1.1rem;
}
.facilities .report-block .content-pdf:first-of-type{
  margin-top:10px;
}
.facilities .report-block .content-pdf>img{
  width:auto;
  height:100%;
  max-height:45px;
  object-fit: contain;
}
.facilities .report-block .content-pdf>span{
  font-size:1.2rem;
}
.facilities .report-block .content-pdf:hover{
  color:var(--miharadai-primary);
}

.facilities .floor-block table{
  width:100%;
  border:2px solid #9c9c9c;
  font-size:1.1rem;
  line-height:1.3;
  letter-spacing: 0.05em;
}
.facilities .floor-block tr{
  border-bottom:1px solid #9c9c9c;
}
.facilities .floor-block tr:nth-child(2n-1){
  background:#e4f3ff;
}
.facilities .floor-block tr:nth-child(2n){
  background:#fff;
}
.facilities .floor-block tr:last-of-type{
  border-bottom:none;
}
.facilities .floor-block th{
  width:20%;
  /* min-width:130px; */
  min-width:6.5rem;
  text-align:center;
  vertical-align:middle;
  padding:15px 10px;
  font-weight:500;
}
.facilities .floor-block td{
  border-left:1px solid #9c9c9c;
  width:80%;
  vertical-align:middle;
  padding:15px;
  padding-left:25px;
  text-align: justify;
}

/*******************************
 ご質問に対する回答
********************************/
/* .opinion .accodion-block{
    padding-top:0;
} */
.opinion li.accodion .accodion-ttl{
    font-size:1.15rem;
    text-align: justify;
}
.opinion li.accodion .accodion-ttl .accodion-ttl-name{
    line-height:1.6;
    position:relative;
    padding-left:1.5rem;
}
.opinion li.accodion .accodion-ttl .accodion-ttl-name::before{
    content:"Q.";
    position:absolute;
    top:0;
    left:0;
}
.opinion .accodion-box time{
    display:flex;
    justify-content:right;
    align-items:center;
    gap:5px;
    font-size:1.1rem;
    line-height:1;
    letter-spacing: 0.05em;
    padding-bottom:0.5rem;
}
.opinion .accodion-box time img{
    width:auto;
    height:1.1rem;
    aspect-ratio: 1 / 1;
    filter: brightness(0) saturate(100%) invert(27%) sepia(49%) saturate(2%) hue-rotate(324deg) brightness(96%) contrast(92%);
}
.opinion .accodion-box .accodion-box-p{
    position:relative;
    padding-left:1.5rem;
    font-size:1.1rem;
    text-align: justify;
}
.opinion .accodion-box .accodion-box-p::before{
    content:"A.";
    position:absolute;
    top:0;
    left:0;
}
.opinion .pagination {
    display: flex;
    margin-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
}
.opinion .pagination .current {
    display: inline-block;
    width: 40px;
    height: 45px;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    border: 1px solid var(--miharadai-primary);
    background-color: var(--miharadai-primary);
    color: #ffffff;
    margin: 0 8px;
    line-height: 45px;
}
.opinion .pagination a {
    display: inline-block;
    width: 40px;
    height: 45px;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    border: 1px solid var(--miharadai-primary);
    color: var(--miharadai-primary);
    margin: 0 6px;
    line-height: 45px;
    transition: color, background-color, 0.3s ease-in-out;
}
.opinion .pagination a:hover {
    background-color:var(--miharadai-primary);
    color: #ffffff;
    border:1px solid var(--miharadai-primary);
}
.opinion .not-accodion{
  font-size:1.15rem;
  letter-spacing: 0.05em;
  line-height:1.6;
  text-align:center;
  color:var(--text-color);
  margin-top:60px;
  margin-bottom:80px;
}