@charset "utf-8";
/* CSS Document */
.wrapContainer {
  text-align: justify;
}
/*-------------------------
first
--------------------------*/
.qa-1 {
  max-width: 100%;
  background-color: #f29da8;
  border-radius: 1.2rem;
}
.qa-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.qa-1 summary::before {
  color: #fff;
  content: "Q";
}
.qa-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .5s;
}
.qa-1 summary::before, .qa-1 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
.qa-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  transition: transform .5s, opacity .5s;
}
.qa-1 p::before {
  color: #f46886;
  line-height: 1.2;
  content: "A";
}
.qa-1[open] p {
  transform: none;
  opacity: 1;
  background-color: #fff;
  padding-top: 20px;
}
/*-------------------------
about
--------------------------*/
.ftrNum {
  margin-right: 2rem;
  display: flex;
  display: -webki-flex;
  align-items: center;
  justify-content: center;
  background: url("../../img/common/ic-sakura-pk-02_1.svg") center center / cover no-repeat;
  aspect-ratio: 158/150;
  width: min(5.4vw, 65px);
  color: #fff;
  font-family: var(--ff-en);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  font-size: min(2vw, 2.4rem);
  margin-bottom: min(0.8vw, 10px);
}
.facilityContent dl dt {
  font-weight: bold;
  color: #f46886;
}
/*-------------------------
news
--------------------------*/
/*-------------------------
menu
--------------------------*/
.menuBox {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menuBox img {
  border-radius: 0 0 min(3vw, 20px) min(3vw, 20px);
}
.menuBoxInner {
  background-color: #fff;
  padding: 2rem;
  border-radius: min(3vw, 20px) min(3vw, 20px) 0 0;
  height: 100%;
}
.menuBox .hD {
  padding: 0;
  text-align: center;
  margin-top: 0;
}
.menuBox .hD::before {
  display: none;
}
.menuFeat__num {
  margin: 0 auto;
  display: flex;
  display: -webki-flex;
  align-items: center;
  justify-content: center;
  background: url("../../img/common/ic-sakura-pk-02_1.svg") center center / cover no-repeat;
  aspect-ratio: 158/150;
  width: min(5.4vw, 65px);
  color: #fff;
  font-family: var(--ff-en);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  font-size: min(2vw, 2.4rem);
  margin-bottom: min(0.8vw, 10px);
}
.menu_hB_num {
  color: var(--c-pink);
  font-family: var(--ff-en) !important;
  font-weight: bold;
  font-size: 4rem;
}
.menuList li {
  background-color: #fff;
  padding: 1rem 1rem 1rem 2rem !important;
  border-radius: 10px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-indent: inherit !important;
}
.listHem li {
  border-radius: 50%;
  background-color: #fff;
  width: 200px;
  height: 200px;
  text-align: center;
  flex-direction: column;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
.listHem li img {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 5px;
}
/*-------------------------
access
--------------------------*/
.TimeSchedule {
  text-align: center;
}
/*-------------------------
staff
--------------------------*/
.stfBox {
  position: relative;
}
#staff .homAnemia__img__wrap {
  position: relative;
}
.drName {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: min(15vw, 180px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #fff;
  background: var(--c-pink);
  font-family: var(--ff-en);
  font-size: min(2vw, 2.4rem);
  overflow: hidden;
  position: relative;
  right: -180px;
  bottom: 140px;
  transform: translateY(25%);
}
.drName::before, .drName::after {
  content: "";
  background: url("../../img/common/ic-sakura-wh.svg") center center / cover no-repeat;
  aspect-ratio: 157/150;
  width: min(5.8vw, 70px);
  position: absolute;
  opacity: 0.2;
}
.drName::before {
  left: 0;
  top: 0;
  transform: translate(0, 10%) rotate(-10deg);
}
.drName::after {
  right: 0;
  bottom: 0;
  transform: rotate(10deg);
}
.Keireki li {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
  font-size: 1.6rem;
}
.Keireki li dl {
  margin-bottom: 0;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PC Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width: 768px) {
  .mt50_pc {
    margin-top: 50px !important;
  }
  .mt30_pc {
    margin-top: 30px !important;
  }
  /*-------------------------
first
--------------------------*/
  .firstStep p, .firstStep li {
    font-size: 90%;
  }
  .qa-1 {
    margin-bottom: 25px;
  }
  /*-------------------------
menu(PC)
--------------------------*/
  .menuBox {
    width: 32% !important;
  }
  .KeirekiBox {
    width: 55% !important;
  }
  .ShikakuBox {
    width: 40% !important;
  }
  .Keireki li dl {
    display: -webkit-flex;
    display: flex;
  }
  .Keireki li dl dt {
    width: 30%;
  }
  /*------------------------
staff(PC)
--------------------------*/
  .stfTxt {
    width: 65%;
    margin-left: auto;
    margin-right: 0;
  }
  #staff .homAnemia__img {
    left: -4%;
  }
  /*-------------------------
about(PC)
--------------------------*/
  .ftrHd {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
tabletSetting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 1200px) and (min-width: 768px) {}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SP Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
  /*-------------------------
first
--------------------------*/
  .firstStep p, .firstStep li {
    font-size: 90%;
  }
  .qa-1 summary {
    font-size: 12px;
  }
  .qa-1 {
    margin-bottom: 15px;
  }
  /*-------------------------
menu(SP)
--------------------------*/
  .menuFeat__num {
    width: min(13vw, 65px);
    font-size: min(5vw, 2.4rem);
    margin-bottom: min(2vw, 10px);
  }
  .menuList li {
    padding-left: 3vw !important;
  }
  /*------------------------
staff(SP)
--------------------------*/
  #staff .homAnemia__img {
    width: 96%;
    left: -8%;
    height: 350px;
  }
  #staff .homAnemia__img .homAmeria__img__wrap {
    aspect-ratio: inherit;
  }
  #staff .homAnemia__img .homAmeria__img__wrap img {
    object-position: center -50px;
    height: 300px;
  }
  .drName {
    width: min(30vw, 180px);
    font-size: min(6vw, 2rem);
    right: -250px;
    text-align: center;
    padding-right: 0;
  }
  .drName::before, .drName::after {
    width: min(14vw, 70px);
  }
  /*-------------------------
about(SP)
--------------------------*/
  .ftrHd {
    text-align: center;
  }
  .ftrNum {
    margin: 0 auto 3vw;
    width: min(13vw, 65px);
    font-size: min(5vw, 2.4rem);
  }
  /*-------------------------
access(SP)
--------------------------*/
  table.TimeSchedule th {
    padding: 3px;
    font-size: 4vw;
  }
  table.TimeSchedule td {
    padding: 3px;
    font-size: 4vw;
  }
}
/*influenza*/
#flu .hA::before {
  content: 'INFLUENZA';
  display: block;
  font-family: var(--ff-en);
  color: var(--c-pink);
  font-size: min(1.5vw, 1.8rem);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #flu .hA::before {
    font-size: min(3.8vw, 1.8rem);
  }
}