@charset "utf-8";
/* CSS Document */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
common
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ----------------------------------------------------
info
---------------------------------------------------- */
div.facTitle dl dt {
  color: #ED88A7;
}
ul.acsDirection span {
  color: #333333;
}
/* ----------------------------------------------------
menu
---------------------------------------------------- */
ul.menuList li a {
  background: var(--bg-pink);
  display: inline-block;
  min-width: min(23.3vw, 280px);
  padding: min(1.66vw, 20px) min(2.5vw, 30px);
  text-align: center;
  position: relative;
  border-radius: min(0.4vw, 5px);
}
ul.menuList li a:after {
  content: "";
  position: absolute;
  right: min(1.25vw, 15px);
  top: 50%;
  width: min(0.8vw, 10px);
  height: min(0.8vw, 10px);
  border-top: 1px solid var(--c-pink);
  border-right: 1px solid var(--c-pink);
  transform: translateY(-50%) rotate(45deg);
}
.drSchedule {
  text-align: center;
  line-height: 1.3;
}
.Tblhifuka th {
  background-color: #f9f9f9;
  padding: 20px 0 !important;
  color: #999;
}
.drSchedule small {
  font-size: 10px;
}
.drSchedule td {
  padding: 5px;
}
.drSchedule tr:first-of-type td {
  background-color: #ED88A7;
  color: #fff;
}
tr.Tblnaika:nth-of-type(4) {
  border-top: 2px solid var(--c-beige);
}
.TblHoliday {
  background-color: #fff !important;
  color: red;
}
ul.dermaList {}
ul.dermaList li {
  background: #fff;
  padding: min(1.25vw, 15px) min(1.25vw, 15px) min(1.25vw, 15px) min(3.3vw, 40px);
  border-radius: min(0.4vw, 5vw);
  margin: min(0.4vw, 5px) 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
ul.dermaList li::before {
  margin-right: 20px;
}
/* ----------------------------------------------------
beauty
---------------------------------------------------- */
.dtmStp > .dtmStpContent {
  position: relative;
  border-radius: min(1.25vw, 15px);
  background-color: #fff;
  text-align: center;
}
.dtmStp > .dtmStpContent:not(:last-child)::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid var(--c-pink);
  border-right: 4px solid var(--c-pink);
  position: absolute;
}
.dtmStpContent img {
  border-radius: min(1.25vw, 15px) min(1.25vw, 15px) 0 0;
}
.dtmStpContent span {
  position: absolute;
  background-color: var(--bg-pink-strong);
  width: 100px;
  height: 50px;
  border-radius: min(1.25vw, 15px) 0px min(1.25vw, 15px) 0;
  left: 0;
  top: 0;
  line-height: 50px;
  color: var(--c-pink);
  font-weight: bold;
}
.dtmStpContent h4 {
  font-weight: bold;
  color: var(--c-pink);
  line-height: 1.5;
  padding: 20px 0;
}
.dtmStpContent p {
  padding: 0 10px 10px;
}
.beautyList li img {
  border-radius: min(1.25vw, 15px) min(1.25vw, 15px) 0 0;
}
ul.beautyList li a {
  display: block;
  width: 100%;
  border-radius: 0 0 min(1.25vw, 15px) min(1.25vw, 15px);
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PC
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ----------------------------------------------------
access
---------------------------------------------------- */
@media (min-width:768px) {
  .timeTbl th, .timeTbl td {
    width: 10%;
  }
  /* ----------------------------------------------------
info
---------------------------------------------------- */
  div.facTitle dl dt {
    font-size: 20px;
    font-weight: 600;
  }
  div.facTitle img {
    border-radius: min(1.25vw, 15px);
  }
  ul.acsDirection span {
    font-size: 17px;
    font-weight: 600;
    color: #333333;
  }
  /* ----------------------------------------------------
menu
---------------------------------------------------- */
  .kenshinTbl, .vaccineTble {
    table-layout: fixed;
    text-align: center;
  }
  .kenshinTbl th, .vaccineTble th {
    width: 65%;
  }
  .kenshinTbl td, .vaccineTble td {
    width: 35%;
    text-align: center;
  }
  /* ----------------------------------------------------
beauty
---------------------------------------------------- */
  .dtmStp {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .dtmStpContent {
    width: 30%;
  }
  .dtmStp > .dtmStpContent:not(:last-child)::before {
    top: calc(50% - 35px);
    right: -35px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SP
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
  /* ----------------------------------------------------
access
---------------------------------------------------- */
  .timeTbl th, .timeTbl td {
    padding: 3px;
    font-size: 4vw;
  }
  .accessMap {
    height: 400px;
  }
  /* ----------------------------------------------------
info
---------------------------------------------------- */
  div.facTitle dl dt {
    font-size: 4.5vw;
    font-weight: 500;
  }
  div.facTitle img {
    border-radius: min(2vw, 15px);
  }
  ul.acsDirection span {
    font-size: 4.0vw;
    font-weight: 500;
  }
  /* ----------------------------------------------------
menu
---------------------------------------------------- */
  ul.menuList li a {
    display: block;
    min-width: inherit;
    padding: 4vw;
    border-radius: 2vw;
  }
  ul.menuList li a:after {
    right: 3vw;
    width: 2vw;
    height: 2vw;
  }
  ul.dermaList li {
    padding: 4vw 4vw 4vw 10vw;
    border-radius: 1.5vw;
    margin: 2vw 0 !important;
  }
  .kenshinTbl {
    text-align: center;
  }
  td.TblTxt {
    background: var(--bg-beige) !important;
  }
  /* ----------------------------------------------------
beauty
---------------------------------------------------- */
  .dtmStp > .dtmStpContent {
    width: 90%;
    margin: 30px auto 60px;
    border-radius: min(2vw, 15px);
  }
  .dtmStp > .dtmStpContent:not(:last-child)::before {
    bottom: -20px;
    left: 45%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .beautyList li img {
    border-radius: min(3vw, 20px) min(3vw, 20px) 0 0;
    height: 150px;
    object-fit: cover;
  }
  ul.beautyList li a {
    border-radius: 0 0 min(3vw, 20px) min(3vw, 20px);
  }
}
