@charset "utf-8";
/* CSS Document */
.page-container p {
  text-align: justify;
  line-height: 1.8;
  letter-spacing: .1em;
  font-size: 1.8rem;
}
.flexBox .flexImg img, .facility img {
  border-radius: 20px;
}
/*-------------------------
first
--------------------------*/
.stpBox .hE {
  font-size: 2.8rem !important;
}
/*-------------------------
about
--------------------------*/
.facility dt {
  font-weight: 600;
  color: #ef8300;
}
.about_heading {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  color: #2c3657;
  margin: 10px 0 30px;
}
.about_heading img {
  display: block;
  margin: 0 auto 20px;
}
/*-------------------------
news
--------------------------*/
.newsList dt {
  font-weight: bold;
  color: #2c3657;
  margin-top: 20px;
}
/*-------------------------
menu
--------------------------*/
.mapWrapper {
  position: relative;
  width: 667px;
  margin: 0 auto;
}
.mapWrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.mapOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mapBtn {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0); /* 完全透明 */
  cursor: pointer;
}
/* 各エリア（座標は画像サイズ667×872に基づく） */
.mapBtn01 {
  top: 95px;
  left: 210px;
  width: 240px;
  height: 240px;
} /* 内科 */
.mapBtn02 {
  top: 260px;
  left: 0px;
  width: 240px;
  height: 240px;
} /* 小児科 */
.mapBtn03 {
  top: 260px;
  left: 420px;
  width: 240px;
  height: 240px;
} /* アレルギー科 */
.mapBtn04 {
  top: 530px;
  left: 100px;
  width: 240px;
  height: 240px;
} /* プライマリケア */
.mapBtn05 {
  top: 530px;
  left: 320px;
  width: 240px;
  height: 240px;
} /* 健康維持 */
.mapBtn06 {
  top: 350px;
  left: 240px;
  width: 180px;
  height: 180px;
} /* 家庭医療 */
ul.menuList li {
  background-color: #f9f9f9;
  padding: 20px 20px 20px 50px;
  border-radius: 15px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
ul.menuList li:before {
  left: 20px;
  font-weight: bold;
  font-size: 1.8rem;
}
.vacContent {
  display: none;
}
.vacWrapper .modFaq .modF::before, .vacWrapper .modFaq .modF::after {
  display: none;
}
.vacWrapper .modFaq .modF {
  padding-left: 30px !important;
  font-size: 3rem;
  background-color: #FFF7EF;
}
.vacWrapper .modFaq {
  background: #fff !important;
}
.vacWrapper .modFaq .modF.active {
  border-radius: 2rem 2rem 0 0;
}
/*-------------------------
faq
--------------------------*/
.modWrapper {
  margin: min(3.3vw, 40px) auto min(5vw, 60px);
}
.modWrapper .flexConent {
  flex: 1;
}
.modWrapper .flexImg {
  width: 50%;
  padding: 0 0 0 5%;
}
.modWrapper .flexBox.reverse {
  flex-direction: row-reverse;
}
.modWrapper .flexBox.reverse .flexImg {
  padding: 0 5% 0 0;
}
.modWrapper .modNoteFlex {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  column-gap: 2%;
  flex-wrap: wrap;
}
.modWrapper .modNoteFlex .modNote {
  flex-basis: 32%;
  flex-grow: 2;
  margin-bottom: 2%;
  background: #fff;
  padding: min(2.5vw, 30px);
}
.modWrapper .modNoteFlex .modNote h3 {
  font-weight: 500;
  font-size: min(1.82vw, 2rem);
  margin-bottom: min(1.25vw, 15px);
  color: #1f1f1f;
  text-align: center;
  line-height: 1.4;
}
.modWrapper .modNoteFlex .modNote .modNoteCont {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
.modWrapper .modNoteFlex .modNote .modNoteCont.reverse {
  flex-direction: column-reverse;
}
.modWrapper .modNoteFlex .modNote .modNoteCont.reverse p.modNoteCont__img {
  margin: min(1.66vw, 20px) auto 0;
}
.modWrapper .modFaq {
  background: #f9f9f9;
  margin-bottom: min(1.36vw, 15px);
  border-radius: 5px;
}
.modWrapper .modFaq .modF {
  position: relative;
  padding: min(1.66vw, 20px) min(1.66vw, 20px) min(1.66vw, 20px) min(7.5vw, 90px);
  font-size: min(1.66vw, 2rem);
  font-weight: 500;
  cursor: pointer;
  border-radius: 20px;
}
.modWrapper .modFaq .modF::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #2c3657;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 50%;
}
.modWrapper .modFaq .modF::after {
  content: "Q";
  position: absolute;
  left: 25px;
  top: 48%;
  transform: translateY(-50%);
  font-size: min(2.55vw, 2.8rem);
  color: #fff;
}
.modWrapper .modFaq .modF span {
  display: block;
  position: relative;
  padding-right: min(5vw, 60px);
}
.modWrapper .modFaq .modF span::before, .modWrapper .modFaq .modF span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform-origin: center center;
  transform: translateY(-50%);
  width: min(1.25vw, 15px);
  height: 1px;
  background: #333;
  transition: 0.2s all ease-in-out;
}
.modWrapper .modFaq .modF span::after {
  transform: translateY(-50%) rotate(90deg);
}
.modWrapper .modFaq .modF.active span::after {
  transform: translateY(-50%);
}
.modWrapper .modFaq .modA {
  padding: min(1.66vw, 20px) min(3.3vw, 40px);
  position: relative;
  display: none;
  font-size: 18px;
  border-radius: 0 0 20px 20px;
}
h3.modF.active {
  border-radius: 20px 20px 0 0
}
/*-------------------------
access
--------------------------*/
.TimeSchedule {
  text-align: center;
}
.TimeSchedule td {
  padding: 0;
}
.orange {
  color: #ef8300;
}
.green {
  color: #009952;
}
/*-------------------------
staff
--------------------------*/
.staffTxt, .greetingTxt {
  background-color: rgba(255, 255, 255, 0.8);
}
.staffTxt {
  padding: 0 30px 30px 30px;
}
.greetingTxt {
  padding: 30px;
}
.staffImg img {
  border-radius: 20px;
}
.hStaff {
  margin-bottom: 20px;
  color: #2c3657;
  font-weight: 500;
}
.staff-greeting__name {
  text-align: right !important;
  position: relative;
  font-weight: bold;
}
.staff-greeting__name--small {
  margin-bottom: 0.7rem;
}
.staff-greeting__name--medium {
  vertical-align: -0.2rem;
  font-weight: bold;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PC Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width: 768px) {
  .TimeSchedule tr:not(:first-of-type) th {
    padding: 1rem 0;
  }
  .TimeSchedule td {
    font-size: 24px;
  }
  /*-------------------------
menu(PC)
--------------------------*/
  /*------------------------
staff(PC)
--------------------------*/
  .staffFlex {
    display: flex;
    justify-content: space-between;
  }
  .staffImg {
    width: 35%;
  }
  .staffTxt {
    width: 60%;
  }
  .hStaff {
    font-size: 3rem;
  }
  .staff-greeting__name {
    margin-top: 4.7rem;
    font-size: 2.2rem !important;
  }
  .staff-greeting__name--medium {
    font-size: 1.8rem;
  }
  .staff-greeting__name--small {
    font-size: 1.7rem;
  }
  /*-------------------------
about(PC)
--------------------------*/
  .facility dt {
    font-size: 18px;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
tabletSetting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 1200px) and (min-width: 768px) {}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SP Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
  .page-container p {
    font-size: 3.8vw;
  }
  /*-------------------------
menu(SP)
--------------------------*/
  .mapWrapper {
    position: relative;
    width: 100%;
    max-width: 667px;
    margin: 0 auto;
    --scale: 1;
  }
  .mapWrapper img {
    width: 100%;
    height: auto;
    display: block;
  }
  .mapOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 667px;
    height: 872px;
    transform: scale(var(--scale));
    transform-origin: top left;
    pointer-events: none;
  }
  .mapBtn {
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, 0);
    cursor: pointer;
    pointer-events: auto;
  }
  /* pxベースで座標記述 */
  .mapBtn01 {
    top: 95px;
    left: 210px;
    width: 240px;
    height: 240px;
  }
  .mapBtn02 {
    top: 260px;
    left: 0px;
    width: 240px;
    height: 240px;
  }
  .mapBtn03 {
    top: 260px;
    left: 420px;
    width: 240px;
    height: 240px;
  }
  .mapBtn04 {
    top: 530px;
    left: 100px;
    width: 240px;
    height: 240px;
  }
  .mapBtn05 {
    top: 530px;
    left: 320px;
    width: 240px;
    height: 240px;
  }
  .mapBtn06 {
    top: 350px;
    left: 240px;
    width: 180px;
    height: 180px;
  }
  ul.menuList li {
    display: block;
    border-radius: 10px;
  }
  .vacWrapper .tblA th, .vacWrapper .tblA td {
    padding: 5px;
    font-size: 3.8vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .vacWrapper .tblA td {
    width: 30%;
  }
  .modWrapper {
    margin: min(4vw, 40px) auto min(6vw, 60px);
  }
  .modWrapper .flexConent {
    width: 100%;
  }
  .modWrapper .flexImg {
    width: 100%;
    padding: 0 !important;
    margin-top: min(5vw, 30px);
  }
  .modWrapper .modNoteFlex {
    display: block;
  }
  .modWrapper .modNoteFlex .modNote {
    margin-bottom: 4vw;
    padding: min(5vw, 30px);
    border: 1px solid var(--c-brown);
  }
  .modWrapper .modNoteFlex .modNote h3 {
    font-size: min(4.5vw, 2rem);
    margin-bottom: min(3vw, 11px);
  }
  .modWrapper .modFaq {
    margin-bottom: min(4vw, 15px);
  }
  .modWrapper .modFaq .modF {
    padding: min(4vw, 20px) min(4vw, 20px) min(4vw, 20px) min(18vw, 90px);
    font-size: min(4.2vw, 2rem);
  }
  .modWrapper .modFaq .modF::before {
    width: 40px;
    height: 40px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .modWrapper .modFaq .modF::after {
    left: 26px;
    font-size: 24px;
  }
  .modWrapper .modFaq .modF span {
    padding-right: min(7vw, 60px);
  }
  .modWrapper .modFaq .modF span::before, .modWrapper .modFaq .modF span::after {
    width: min(3vw, 15px);
  }
  .modWrapper .modFaq .modA {
    padding: min(4vw, 20px) min(6vw, 40px);
  }
  /*------------------------
staff(SP)
--------------------------*/
  .staffImg {
    width: 80%;
    margin: 0 auto 20px;
  }
  .staffTxt {
    padding: 30px 10px 0;
    margin-bottom: 0 !important;
  }
  .greetingTxt {
    padding: 0 10px 30px;
  }
  .hStaff {
    font-size: 2.2rem;
    padding-top: 20px;
  }
  .staff-greeting__name {
    font-size: 1.9rem !important;
    margin-top: 20px;
  }
  .staff-greeting__name--medium {
    font-size: 1.7rem;
  }
  .staff-greeting__name--small {
    font-size: 1.5rem;
  }
  .hKeireki {
    margin-bottom: 20px;
  }
  .page-container p {
    margin-bottom: 0 !important;
  }
  /*-------------------------
about(SP)
--------------------------*/
  .facility dt {
    font-size: 16px;
  }
  .about_heading {
    font-size: 5vw;
  }
  .about_heading img {
    width: 60px;
  }
  /*-------------------------
access(SP)
--------------------------*/
  table.TimeSchedule th {
    padding: 3px;
    font-size: 3.6vw;
    line-height: 1;
  }
  table.TimeSchedule td {
    padding: 3px;
    font-size: 4vw;
  }
}
/*influenza 2025*/
#flu .decBox p:first-of-type {
  margin-top: 0;
}
#flu .hA::before {
  content: 'influenza';
  display: block;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0;
  color: #333;
  text-transform: uppercase;
  font-size: 20px;
}
#flu .decBox02 .hD {
  margin: 5px 0 15px !important;
  line-height: 1.6;
  font-size: 20px;
  padding-left: 0;
}
#flu .decBox02 .hD::before, #flu .decBox02 .hD::after {
  display: none;
}
@media (max-width: 767px) {
  #flu .hA {
    line-height: 1.6;
  }
  #flu .hA::before {
    font-size: 3.5vw;
    margin-top: 40px;
  }
  #flu .hB {
    font-size: 4.4vw;
  }
  #flu .hC {
    letter-spacing: 0;
    line-height: 1.6;
    margin: 30px 0 20px;
  }
  #flu .flu_btn a{
    font-size: 3.8vw;
    letter-spacing: 0 !important;
  }
}