@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
body {
  background: #fff1d5;
  font-family: "Noto Sans JP", sans-serif;
  color: #634423;
  font-weight: 400;
}

.clearfix {
  display: block;
}

.sp {
  display: none;
}

.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
#wrapper {
  width: 750px;
  margin: 0 auto;
}

/* header */
header {
  width: 100%;
  background: #fff;
}

header h1 {
  width: 35%;
  float: left;
  padding: 20px;
}

header ul {
  width: 405px;
  float: right;
}

header ul li {
  width: 135px;
  float: left;
}

header ul li a:hover {
  opacity: 0.9;
}

/* fv */
#fv {
  position: relative;
}

#fv a {
  position: absolute;
  bottom: 38px;
  left: 480px;
  display: block;
  width: 220px;
}

/* cv */
.cv {
  position: relative;
}

.cv a {
  position: absolute;
  bottom: 20px;
  left: 27px;
  display: block;
}

/* footer */
footer {
  background: #fff;
  text-align: center;
}

footer h2 {
  margin: 0 0 35px 0;
}

footer p {
  font-size: 24px;
  line-height: 2;
}

#footer_btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  width: 750px;
  text-align: center;
  padding: 20px 30px;
  box-sizing: border-box;
}

/* ボタン２つの時に使用していた
#footer_btn li {
  float: left;
}

#footer_btn li:last-of-type {
  float: right;
}
*/
/* box10 */
#box10_wrapper {
  background: #ffdbe6;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}

#box10_wrapper h3 {
  margin: 0 0 30px 0;
}

.box10_01 h4 {
  background: #65ced2;
  text-align: center;
  color: #fff;
  font-size: 2em;
  padding: 1% 0;
}

.box10_01 article,
.box10_02 article,
.box10_03 article {
  padding: 3%;
  background: #fff;
}

.box10_01 article table,
.box10_03 article table {
  width: 100%;
  margin: 0 0 1%;
}

.box10_01 article table th {
  background: #65ced2;
  padding: 2%;
  width: 35%;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2;
  border: #65ced2 2px solid;
  vertical-align: middle;
}

.box10_01 article table th span,
.box10_02 article table th span,
.box10_03 article table th span {
  font-size: 0.8em;
}

.box10_01 article table td {
  border: #65ced2 2px solid;
  padding: 2%;
  vertical-align: middle;
  font-size: 1.3em;
  width: 65%;
  box-sizing: border-box;
}

.box10_01 article div {
  background: #effeff;
  width: 100%;
  padding: 3%;
  font-size: 1.3em;
  box-sizing: border-box;
  margin: 0 0 3%;
}

.box10_01 article div span {
  color: #ff6b8f;
}

.box10_01 article div:last-of-type {
  margin: 0;
}

.box10_01 article table td span,
.box10_02 article table td span,
.box10_03 article table td span {
  font-size: 1.5em;
  color: #ff6b8f;
}

.box10_02 h4 {
  background: #ff6b8f;
  text-align: center;
  color: #fff;
  font-size: 2em;
  padding: 1% 0;
}

.box10_02 article > p {
  text-align: right;
  font-size: 1.2em;
}

.box10_02 article > table th {
  background: #ff6b8f;
  padding: 2%;
  width: 45%;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2;
  border: #ff6b8f 2px solid;
  vertical-align: middle;
}

.box10_02 article > table td {
  border: #ff6b8f 2px solid;
  padding: 2%;
  vertical-align: middle;
  font-size: 1.3em;
  width: 55%;
  box-sizing: border-box;
}

.box10_02 article > table {
  width: 100%;
  margin: 3% 0 1%;
}

.more_btn {
  width: 100%;
  margin: 0 auto;
  padding: 2% 0;
  font-size: 1.3em;
  color: #ff6b8f;
  border: #ff6b8f 2px solid;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.more {
  background: #ffefef;
  width: 100%;
  padding: 3%;
  font-size: 1.2em;
  box-sizing: border-box;
  display: none;
}

.more p {
  margin: 0 0 2%;
}

.more p:last-of-type {
  margin: 0;
}

.more_table01 {
  margin: 0 0 3%;
  border: #ff6b8f 2px solid;
  background: #fff;
  width: 100%;
}

.more_table01 td {
  width: 9.0909090909%;
  text-align: center;
  padding: 2% 1%;
  box-sizing: border-box;
  font-size: 0.7em;
}

.more_table01 td[colspan="9"] {
  width: 82%;
  text-align: left;
  vertical-align: middle;
  font-size: 0.9em;
}

.more p span {
  background: #ffff00;
}

.more p strong {
  color: #ff6b8f;
  font-weight: normal;
}

.box10_03 h4 {
  background: #a3ca0f;
  text-align: center;
  color: #fff;
  font-size: 2em;
  padding: 1% 0;
}

.box10_03 article table th {
  background: #a3ca0f;
  padding: 2%;
  width: 45%;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2;
  border: #a3ca0f 2px solid;
  vertical-align: middle;
}

.box10_03 article table td {
  border: #a3ca0f 2px solid;
  padding: 2%;
  vertical-align: middle;
  font-size: 1.3em;
  width: 65%;
  box-sizing: border-box;
}

.box10_03 p {
  font-size: 1.3em;
}

/* box12 */
#box12 {
  background: #fff;
  padding: 0 0 50px 0;
}

#box12 article {
  width: 690px;
  margin: 0 auto 10px;
}

#box12 article:last-of-type {
  margin: 0 auto;
}

#box12 article h3 {
  background: #fd8891;
  color: #fff;
  font-size: 30px;
  padding: 10px 30px;
  margin: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
  font-weight: 400;
  position: relative;
}

#box12 article h3 span::before,
#box12 article h3 span::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background: #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

#box12 article h3 span::after {
  background: #fff;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

#box12 article h3.active span::after {
  transform: rotate(0);
  transition: 0.5s;
}

#box12 article > div {
  background: #ffdee1;
  border-radius: 10px;
  padding: 10px 30px 30px;
  font-size: 30px;
  display: none;
}

#box12 article div div {
  text-align: center;
}

#box12 article div p {
  margin: 0 0 20px 0;
}

#box12 article div div a {
  background: #65ced2;
  border-bottom: #219da2 solid 3px;
  padding: 0 50px;
  line-height: 70px;
  border-radius: 35px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

/* box13 */
#box13 {
  background: #ffefe7;
  width: 100%;
  padding: 80px 30px;
  box-sizing: border-box;
}

#box13 h2 {
  margin: 0 0 35px 0;
}

#reservation .tab_contents {
  position: relative;
}

#reservation .tab_buttons ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

#reservation .tab_buttons li {
  width: 20%;
  display: block;
  text-align: center;
}

#reservation .tab_buttons li:last-of-type label {
  border-right-width: 1px;
}

#reservation .tab_buttons label.active {
  background-color: #e95876;
  color: #fff;
  pointer-events: none;
}

#reservation .tab_buttons label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0.5rem 0;
  background-color: #ffe6eb;
  border: 1px solid #fdb9c6;
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  box-sizing: border-box;
}

#reservation .tab_buttons label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.3rem solid #56211c;
  border-left: 0.22rem solid transparent;
  border-right: 0.22rem solid transparent;
  margin-top: 0.25rem;
}

#reservation .tab_buttons label.active::after {
  border-top-color: #fff;
}

.clinic_data {
  background-color: #fff;
  padding: 1rem;
  border: 2px solid #fdb9c6;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.clinic_data:nth-of-type(1) {
  z-index: 1;
}

.clinic_data:nth-of-type(2) {
  z-index: 2;
}

.clinic_data:nth-of-type(3) {
  z-index: 3;
}

.clinic_data:nth-of-type(4) {
  z-index: 4;
}

.clinic_data:nth-of-type(5) {
  z-index: 5;
}

.clinic_data:nth-of-type(6) {
  z-index: 6;
}

.clinic_data:nth-of-type(7) {
  z-index: 7;
}

.clinic_data_item:not(:last-of-type) {
  margin-bottom: 1.8rem;
}

#reservation h4.clinic_data_item_name {
  font-size: 2em;
  color: #e54c84;
  border-bottom: 0;
}

.clinic_data_item .call {
  margin: 0.5rem auto 0;
}

.clinic_data_item .call a {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clinic_data_item .btn_round a {
  width: 80%;
  margin-top: 1rem;
  background-color: #f19aab;
  box-shadow: 0 3px 0 #e95876;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 60px;
  border-radius: 30px;
}

.clinic_data_item .btn_round a::before {
  border-left-color: #fff;
}

#reservation h4 {
  font-size: 1.2rem;
  border-bottom: 1px solid;
  letter-spacing: 0;
  margin-bottom: 0.7rem;
}

#reservation .clinicname {
  width: 70%;
  margin: 0 auto;
  border-bottom: 0;
  font-size: 1.6em;
}

.pink {
  color: #feabb9;
}

.howto_access {
  text-align: left;
  padding: 30px 0 0;
}

.tel {
  margin: 0 0 30px;
}

.tel a {
  font-size: 2em;
  text-decoration: none;
  color: #e54c84;
}

/*スマホ
------------------------------*/
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* wrapper */
  #wrapper {
    width: 100%;
    margin: 0 auto;
  }
  /* header */
  header {
    width: 100%;
    background: #fff;
  }
  header h1 {
    width: 45%;
    float: left;
    padding: 8px 0 0 15px;
    box-sizing: border-box;
  }
  header ul {
    width: 50%;
    float: right;
  }
  header ul li {
    width: 33.3333333333%;
    float: left;
  }
  /* fv */
  #fv a {
    position: absolute;
    bottom: 7%;
    left: 64%;
    display: block;
    width: 30%;
  }
  /* cv */
  .cv a {
    position: absolute;
    bottom: 10%;
    left: 5%;
    display: block;
    width: 90%;
  }
  /* footer */
  footer {
    background: #fff;
    padding: 23px 0 87px;
    text-align: center;
  }
  footer h2 {
    margin: 0 auto 17px;
    width: 40%;
  }
  footer p {
    font-size: 12px;
    line-height: 2;
  }
  #footer_btn {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  #footer_btn img {
    width: 70%;
  }
  /*  ボタン２つの時に使用していた
    #footer_btn li {
      float: left;
      width: 49%;
    }
  */
  /* box10 */
  #box10_wrapper {
    padding: 5% 3%;
  }
  #box10_wrapper h3 {
    margin: 0 0 15px 0;
  }
  .box10_01 h4 {
    background: #65ced2;
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    padding: 1% 2%;
    box-sizing: border-box;
  }
  .box10_02 h4 {
    background: #ff6b8f;
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    padding: 1% 2%;
  }
  .box10_03 h4 {
    background: #a3ca0f;
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    padding: 1% 2%;
  }
  .box10_01 article table th {
    background: #65ced2;
    padding: 2%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    color: #fff;
    font-size: 1em;
    line-height: 1.2;
    border: #65ced2 2px solid;
    vertical-align: middle;
  }
  .box10_01 article table td {
    border: #65ced2 2px solid;
    padding: 2%;
    vertical-align: middle;
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
  .box10_01 article div {
    background: #effeff;
    width: 100%;
    padding: 3%;
    font-size: 1em;
    box-sizing: border-box;
    margin: 0 0 3%;
  }
  .box10_02 article > p {
    text-align: center;
    font-size: 0.7em;
  }
  .box10_02 article > table th {
    background: #ff6b8f;
    padding: 2%;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 1em;
    line-height: 1.2;
    border: #ff6b8f 2px solid;
    vertical-align: middle;
    display: block;
  }
  .box10_02 article > table td {
    border: #ff6b8f 2px solid;
    padding: 2%;
    vertical-align: middle;
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
  .more_btn {
    width: 100%;
    margin: 0 auto;
    padding: 1% 0;
    font-size: 1em;
    color: #ff6b8f;
    border: #ff6b8f 2px solid;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
  }
  .more {
    background: #ffefef;
    width: 100%;
    padding: 3%;
    font-size: 1em;
    box-sizing: border-box;
    display: none;
  }
  .box10_03 article table th {
    background: #a3ca0f;
    padding: 2%;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 1em;
    line-height: 1.2;
    border: #a3ca0f 2px solid;
    vertical-align: middle;
    display: block;
  }
  .box10_03 article table td {
    border: #a3ca0f 2px solid;
    padding: 2%;
    vertical-align: middle;
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
  .box10_03 p {
    font-size: 1em;
  }
  /* box12 */
  #box12 {
    background: #fff;
    padding: 0 0 25px 0;
  }
  #box12 article {
    width: 94%;
    margin: 0 auto 5px;
  }
  #box12 article h3 {
    background: #fd8891;
    color: #fff;
    font-size: 15px;
    padding: 15px 15px;
    margin: 0 0 5px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    font-weight: 400;
  }
  #box12 article h3 span::before,
  #box12 article h3 span::after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  #box12 article > div {
    background: #ffdee1;
    border-radius: 5px;
    padding: 5px 15px 15px;
    font-size: 15px;
  }
  #box12 article div p {
    margin: 0 0 10px 0;
  }
  #box12 article div div a {
    background: #65ced2;
    border-bottom: #219da2 solid 2px;
    padding: 0 25px;
    line-height: 35px;
    border-radius: 18px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
  }
  /* box13 */
  #box13 {
    background: #ffefe7;
    width: 100%;
    padding: 40px 3%;
    box-sizing: border-box;
  }
  #box13 h2 {
    margin: 0 0 18px 0;
  }
}/*# sourceMappingURL=common.css.map */