@charset "utf-8";
/* CSS Document */
#mainContent {
  text-align: justify;
}
#mainContent .hA {
  line-height: 1 !important;
}
#mainContent .hA small {
  font-size: 20px;
}
.hE {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #70b170;
}
.page_btnReserve a span {
  position: relative;
  padding: 0 30px 0 50px;
  font-weight: bold;
}
.page_btnReserve a span::before {
  content: "";
  background: url(../../img/common/ic-calendar-01.svg) center center / cover no-repeat;
  aspect-ratio: 148 / 150;
  width: min(2.5vw, 30px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tblA th a {
  color: #fff;
  text-decoration: underline;
}
/*-------------------------
first
--------------------------*/
/*-------------------------
about
--------------------------*/
.about_hd {
  font-size: 2.8rem;
  color: #70b170;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.about_hd span {
  display: block;
  color: #333;
  font-size: 2rem;
}
.slick-dots li button:before {
  background: #ccc !important;
}
.slick-dots li.slick-active button:before {
  background: var(--c-green) !important;
}
.slideMain {
  width: 900px;
  margin: 0 auto 3rem;
}
.slideMain div {
  position: relative;
}
.slideMain p {
  position: absolute;
  z-index: 999;
  bottom: 0px;
  left: 0px;
  font-weight: bold;
  color: var(--c-orange);
  background-color: rgba(255, 255, 255, 0.66);
  padding: 5px 50px;
  font-size: 2.4rem;
  width: 100%;
  text-align: right;
}
.facility dl dt {
  font-weight: bold;
  color: #70b170;
}
tr.drTbltr_top {
  border-top: 3px solid #ccc;
}
/*-------------------------
news
--------------------------*/
.newsList dt {
  font-weight: bold;
  color: #70b170;
  margin-top: 20px;
}
/*-------------------------
menu
--------------------------*/
ul.menuLink {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.menuLink li {
  width: 30%;
}
ul.menuLink li:not(:first-of-type) {
  margin-top: 0 !important;
}
ul.menuLink li a {
  background-color: #fff;
  display: block;
  text-align: center;
  border-radius: 30px;
  position: relative;
  text-decoration: none !important;
  font-size: 2rem;
  font-weight: 700;
  margin: 5px;
  height: 60px;
  line-height: 1;
  border: 1px solid;
  padding: 10px 0;
}
ul.menuLink li a::before {
  content: "";
  width: 16px;
  height: 16px;
  border-right: 2px solid #f39800;
  border-bottom: 2px solid #f39800;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%) rotate(45deg);
}
.menu_hd {
  font-size: 2.4rem;
  color: #70b170;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
.menuList li {
  background-color: #f9f9f9;
  padding: 20px 20px 20px 40px !important;
  border-radius: 1rem;
  padding-left: 30px !important;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.menuList-w li {
  background-color: #fff;
}
ul.menuList li::before {
  margin-right: 30px !important;
}
ul.menuList li {
  text-indent: 0;
}
.faq_q, .faq_a {
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
.faq_q span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--c-green);
  color: #fff;
  flex: 0 0 40px;
}
.faq_q span {
  background-color: var(--c-green);
}
.faq_a span {
  color: rgba(183, 78, 78, 1.00);
  font-weight: bold;
  display: flex;
  flex: 0 0 20px;
}
.faq_a {
  padding-left: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}
.faq_q {
  padding-top: 20px;
  align-items: center;
  font-weight: bold;
}
.faq_q:first-child {
  border-top: none !important;
}
.checkup_box {
  padding: 0;
}
.checkup_box .flexContent {
  padding: min(2.5vw, 30px) min(3.3vw, 40px);
}
.checkup_box .flexImg img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 縦横ともに親にフィット（歪む） */
  display: block;
  border-radius: 0 min(1.25vw, 15px) min(1.25vw, 15px) 0;
  padding: 2px;
}
.menuNumBox > .flexColCont .inr-decBox, .menuNumBox > .flexColCont:has(.flexBox) .flexContent {
  position: relative;
  height: 100%;
}
.menuNumBox > .flexColCont .inr-decBox::after, .menuNumBox > .flexColCont:has(.flexBox) .flexContent::after {
  content: attr(data-number);
  margin: 0;
  font-family: var(--ff-en);
  font-size: min(10vw, 15rem);
  color: #e7f6e7;
  position: absolute;
  right: -10px;
  bottom: 0;
  line-height: 0.7;
  font-weight: 800;
  z-index: -1;
}
.menuNumBox > .flexColCont:has(.flexBox) .inr-decBox::after {
  display: none;
}
.menuNumBox > .flexColCont:has(.flexBox) .flexContent::after {
  bottom: 20px;
  right: -30px;
}
.riskBox li {
  background: #fff;
  border-radius: 10px;
  padding: 1rem 1.5rem 1rem 2rem;
}
.riskBox input[type="checkbox"] {
  accent-color: var(--c-orange) !important;
  transform: scale(1.2);
  margin-right: 1.6rem;
}
/*-------------------------
access
--------------------------*/
.TimeSchedule {
  text-align: center;
}
/*-------------------------
staff
--------------------------*/
ul.Keireki li {
  padding: 1rem;
  border-bottom: 1px dashed #ccc;
}
ul.Keireki li dl {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
}
.stf_name {
  color: var(--c-green);
  font-weight: bold;
  font-size: 4rem;
  padding-bottom: .5rem;
  border-bottom: 5px dotted #999;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}
.stf_name span {
  display: block;
  font-family: var(--ff-en);
  color: #a5a5a5;
  font-weight: normal;
  text-align: right;
}
.stf_list {
  display: -webkit-flex;
  display: flex;
}
.stf_list li {
  background-color: var(--c-green);
  color: #fff;
  font-weight: bold;
  padding: 3px 25px;
  border-radius: 30px;
  margin-right: 5px;
}
.stfBg {
  background-image: url("../../img/page/staff/bg-staff-01.png");
  background: url(../../img/page/staff/bg-staff-01.png) center/cover no-repeat;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  padding-block: min(7.5vw, 90px);
}
.stfBg_inner {
  --w: 1200px;
  --m: 5%;
  margin-inline: max(var(--m), 50cqw - var(--w) / 2);
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PC Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width: 768px) {
  /*-------------------------
menu(PC)
--------------------------*/
  .menuList li.long {
    width: 100%;
  }
  .menuList li.sublong {
    width: 66%;
  }
  .menuNumBox > .flexColCont.long {
    width: 100%;
  }
  .homecareBox .flexImg {
    width: 45%;
  }
  .homecareBox .flexContent {
    width: 50%;
  }
  .menuTitle {
    display: none;
  }
  /*------------------------
staff(PC)
--------------------------*/
  ul.Keireki li dl dt {
    width: 15%;
  }
  /*-------------------------
about(PC)
--------------------------*/
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
tabletSetting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 1200px) and (min-width: 768px) {}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SP Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
  .alignC_sp {
    text-align: center;
  }
  .page_btnReserve a span::before {
    aspect-ratio: 148 / 150;
    width: 1.25em;
  }
  .hE {
    font-size: 4.8vw;
  }
  /*-------------------------
menu(SP)
--------------------------*/
  .menu_hd {
    font-size: 4.8vw;
  }
  .checkup_box .flexConent {
    padding: 5vw;
  }
  .checkup_box .flexImg img {
    padding: 2px;
    border-radius: 0 0 min(3vw, 15px)min(3vw, 15px);
  }
  ul.menuList li::before {
    margin-right: 4vw !important;
  }
  .menuList li {
    padding: 3vw!important;
  }
  .menuNumBox > .flexColCont:has(.flexBox) .flexContent::after {
    bottom: 80px;
    right: 10px;
  }
  ul.menuLink li a {
    font-size: 4vw;
    border-radius: 3vw;
    padding: 3vw;
    height: 15vw;
  }
  ul.menuLink li a::before {
    content: "";
    width: 10px;
    height: 10px;
  }
  ul.menuLink li {
    width: 45%;
  }
  #menu .col-reverse {
    flex-direction: column !important;
  }
  .menuLocal {
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
  .menuTitle {
    background-color: var(--c-orange);
    padding: 10px 25px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    color: #fff;
    margin: 30px auto 0;
  }
  .menuTitle::before, .menuTitle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 14px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.3s ease;
  }
  .menuTitle::after {
    transform: rotate(90deg);
  }
  .menuTitle.active::after {
    transform: rotate(0deg);
  }
  ul.menuLocalList {
    list-style: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.35s ease;
    margin: 0 auto !important;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* ← li の高さを揃える */
    line-height: 1.4;
  }
  ul.menuLocalList li {
    width: 50%;
    display: flex;
    flex: 1 1 50%;
    align-items: stretch; /* ← 中の a を高さ100%に */
    background: var(--c-orange-02);
    border-bottom: 1px solid #fff;
  }
  ul.menuLocalList li a {
    flex: 1;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
    background: var(--c-orange-02);
    color: #fff;
    font-size: 4vw;
    padding: 3vw 4vw;
    border-bottom: none !important;
    text-decoration: none;
    height: 100%;
    box-sizing: border-box;
  }
  ul.menuLocalList li a.current {
    background: var(--c-orange);
  }
  .menuLocalList.open {
    max-height: 600px;
    opacity: 1;
  }
  /*------------------------
staff(SP)
--------------------------*/
  ul.Keireki li dl {
    display: block;
  }
  .stfBg {
    background-image: none;
  }
  .stf_name {
    display: block;
    font-size: 5.6vw;
    margin-bottom: 2vw;
  }
  .stf_name span {
    text-align: left;
    font-size: 3vw;
  }
  .stf_list {
    flex-wrap: wrap;
  }
  .stf_list li {
    font-size: 2.4vw;
    padding: 1px 10px !important;
    margin: 3px 1px;
    font-weight: normal;
  }
  /*-------------------------
about(SP)
--------------------------*/
  .slideMain {
    width: 80%;
    margin: 0 auto 5vw;
  }
  .slideMain p {
    font-size: 4vw;
  }
  .about_hd {
    font-size: 4.8vw;
  }
  /*-------------------------
access(SP)
--------------------------*/
  table.TimeSchedule th {
    padding: 3px;
    font-size: 4vw;
  }
  table.TimeSchedule td {
    padding: 3px;
    font-size: 4vw;
  }
}
/*influenza 2025*/
#flu .hA::before {
  content: 'INFLUENZA';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: min(1.3vw, 1.6rem);
  text-transform: uppercase;
  font-family: var(--ff-en);
  color: var(--c-orange);
  font-weight: 600;
}
#flu .decBox02::before {
  background: #f9f9f9;
}
#flu .decBox02::after {
  background-color: #f9f9f9 !important;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  #flu .hA::before {
    font-size: min(3.2vw, 1.6rem);
  }
}