@charset "UTF-8";
.section-info-schedule .table-note p::before {
  top: 0.09rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-info-schedule {
    padding: 0.5rem 0 50px;
  }
  .section-info-schedule .wrapper {
    padding: 0 0.14rem;
  }
  .section-info-schedule .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-info-schedule .table-wrapper {
    margin-bottom: 0.06rem;
  }
  .section-info-schedule .table-note {
    line-height: 1.9;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-info-schedule {
    min-height: 423px;
    padding: 74px 0 50px;
    background: url("../img/info/background_schedule_01.png") top 160px center/83.45% auto no-repeat;
  }
  .section-info-schedule .wrapper {
    max-width: 800px;
  }
  .section-info-schedule .title-common-primary {
    margin-bottom: 49px;
  }
  .section-info-schedule .table-wrapper {
    padding-bottom: 12px;
  }
}
.section-info-property .property-inner {
  position: relative;
  border-radius: 0.1rem;
  background-color: #fff;
}
.section-info-property .content-link {
  position: relative;
  color: #0066c0;
  font-size: 0.16rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-underline-offset: 0.03rem;
}
html.is-android .section-info-property .content-link {
  font-weight: 700;
}
.section-info-property .content-link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  margin-left: 0.1rem;
  background: url("../img/common/icon_link_01.svg") center/contain no-repeat;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-info-property {
    padding: 50px 0;
  }
  .section-info-property .property-inner {
    margin: 0 -0.2rem;
  }
  .section-info-property .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-info-property .content-link::after {
    width: 0.13rem;
    height: 0.13rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-info-property {
    padding: 50px 20px 65px;
    background: url("../img/info/background_property_01.png") top 193px left 150px/150px auto no-repeat;
  }
  .section-info-property .title-common-primary {
    margin-bottom: 28px;
  }
  .section-info-property .property-inner {
    padding: 20px 40px 15px;
  }
  .section-info-property .property-image {
    position: absolute;
    right: -47px;
    bottom: -66px;
    width: 235px;
  }
  .section-info-property .content-link::after {
    width: 15px;
    height: 15px;
  }
}
.list-info-property {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
}
.list-info-property .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-info-property .list-item {
  border-bottom: 1px dashed #cbcbcb;
}
.list-info-property .list-item:last-child {
  border: none;
}
.list-info-property .item-content {
  position: relative;
  line-height: 2;
}
.list-info-property .item-content p {
  margin: 0;
}
.list-info-property .text-common-default {
  padding-left: 0.16rem;
}
.list-info-property .text-common-default::before {
  top: 0.13rem;
  width: 0.07rem;
  height: 0.07rem;
}
.is-mac .list-info-property .text-common-default::before {
  top: 12px;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-info-property {
    margin-bottom: 0.5rem;
    padding: 0.23rem 0.25rem 0.04rem;
  }
  .list-info-property .list-item {
    margin-bottom: 0.11rem;
    padding-bottom: 0.16rem;
  }
  .list-info-property .item-heading {
    margin-bottom: 0.04rem;
  }
  .list-info-property .item-content.is-drop {
    width: 3.37rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-info-property .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 0;
  }
  .list-info-property .item-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 260px;
    padding-right: 20px;
  }
  .list-info-property .item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.section-info-treatment {
  position: relative;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-info-treatment {
    padding: 45px 0 100px;
    background-color: #b6ebf8;
  }
  .section-info-treatment .wrapper {
    padding: 0 0.15rem;
  }
  .section-info-treatment .title-common-primary {
    margin-bottom: 0.3rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-info-treatment {
    padding: 138px 0 192px;
    background: #b7ecf9 url("../img/info/background_treatment_01.png") top 27px center/2000px auto no-repeat;
  }
  .section-info-treatment::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background: url("../img/common/background_decor_01.png") top left/100% 100% repeat-x;
  }
  .section-info-treatment .title-common-primary {
    margin-bottom: 51px;
  }
  .section-info-treatment .title-common-primary .title-label {
    -webkit-box-shadow: 0 0 60px 30px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 60px 30px rgba(255, 255, 255, 0.5);
  }
}
@media print, (min-width: 768px) and (max-width: 1660px) {
  .section-info-treatment {
    background-size: 1500px auto;
  }
}
.list-info-treatment .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-info-treatment .list-item img {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.list-info-treatment .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  cursor: pointer;
}
.list-info-treatment .item-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.list-info-treatment .item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  color: #fff;
  font-weight: 600;
}
.is-android .list-info-treatment .item-text {
  font-weight: 700;
}
.list-info-treatment .item-text.is-pediatrics {
  background-color: #ff1d25;
}
.list-info-treatment .item-text.is-infant {
  background-color: #ff921e;
}
.list-info-treatment .item-text.is-allergy {
  background-color: #fbed21;
  color: #000;
}
.list-info-treatment .item-text.is-vaccination {
  background-color: #68ce19;
}
.list-info-treatment .item-text.is-length {
  background-color: #00b7ed;
}
.list-info-treatment .item-text.is-enuresis {
  background-color: #9d005d;
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-info-treatment {
    margin: 0 -20px 11px;
  }
  .list-info-treatment .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-info-treatment .list-item {
    position: relative;
    width: 33.3333333333%;
    padding: 0 20px 30px;
  }
  .list-info-treatment .item-wrapper.is-active::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -18px;
    left: 22px;
    width: 50px;
    height: 50px;
    background: url("../img/info/icon_active_01.svg") center/contain no-repeat;
  }
  html:not(.is-touchable) .list-info-treatment .item-wrapper:hover .item-text::after {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  .list-info-treatment .item-image {
    width: 146px;
  }
  .list-info-treatment .item-text {
    padding: 20px;
    font-size: 0.2rem;
  }
  .list-info-treatment .item-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 29px;
    width: 16px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background: url("../img/info/icon_arrow_01.svg") center/contain no-repeat;
  }
  .list-info-treatment .item-text.is-allergy::after {
    background-image: url("../img/info/icon_arrow_02.svg");
  }
}
.treatment-block .treatment-accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.treatment-block .treatment-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.treatment-block .treatment-item {
  position: relative;
  z-index: 1;
}
.treatment-block .heading-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.98rem;
}
.treatment-block .heading-image img {
  border-radius: 0.35rem 0 0 0.35rem;
}
.treatment-block .heading-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0 0.35rem 0.35rem 0;
  color: #fff;
  font-weight: 600;
}
html.is-android .treatment-block .heading-text {
  font-weight: 700;
}
.treatment-block .heading-text.is-pediatrics {
  background-color: #ff1d25;
}
.treatment-block .heading-text.is-infant {
  background-color: #ff921e;
}
.treatment-block .heading-text.is-allergy {
  background-color: #fbed21;
  color: #000;
}
.treatment-block .heading-text.is-vaccination {
  background-color: #68ce19;
}
.treatment-block .heading-text.is-length {
  background-color: #00b7ed;
}
.treatment-block .heading-text.is-enuresis {
  background-color: #9d005d;
}
.treatment-block .text-label {
  display: block;
}
.treatment-block .treatment-content {
  display: none;
}
.treatment-block .treatment-content.is-active {
  display: block;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .treatment-block .treatment-heading {
    position: relative;
    padding: 0 0.1rem;
  }
  .treatment-block .treatment-heading::before, .treatment-block .treatment-heading::after {
    content: "";
    position: absolute;
    top: 0.33rem;
    right: 0.4rem;
    width: 0.2rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-top: 0.02rem solid #fff;
  }
  .treatment-block .treatment-heading.is-active::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .treatment-block .treatment-heading::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .treatment-block .treatment-heading.is-allergy::before, .treatment-block .treatment-heading.is-allergy::after {
    border-color: #000;
  }
  .treatment-block .treatment-item {
    margin-bottom: 0.2rem;
  }
  .treatment-block .treatment-content {
    padding-top: 0.19rem;
  }
  .treatment-block .heading-text {
    padding: 0.12rem 0.2rem;
    font-size: 0.22rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .treatment-block .heading-text {
    padding: 20px 21px;
    font-size: 0.2rem;
  }
}
.block-info-partner .partner-inner {
  border-radius: 0.1rem;
  background-color: #fff;
}
.block-info-partner .title-common-primary {
  margin-bottom: 31px;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-info-partner .partner-inner {
    padding: 0.115rem 0.2rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-info-partner {
    margin-top: 88px;
  }
  .block-info-partner .partner-inner {
    padding: 21px 20px;
  }
}
.list-info-partner .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-info-partner .link-common {
  font-size: 0.16rem;
  line-height: 2;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-info-partner .list-item {
    margin-bottom: -0.05rem;
  }
  .list-info-partner .list-item:last-child {
    margin-bottom: 0;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-info-partner .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list-info-partner .list-item {
    padding: 0 36px;
  }
}
.section-info-reservation .reservation-wrapper {
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}
.section-info-reservation .reservation-block.is-day .block-title {
  border: 0.02rem solid #82cc19;
}
.section-info-reservation .reservation-block.is-day .title-main {
  color: #367c00;
}
.section-info-reservation .reservation-block.is-day .title-icon {
  background: #82cc19;
}
.section-info-reservation .reservation-block.is-day .list-item {
  background: #e6f5d1;
}
.section-info-reservation .reservation-block.is-day .content-title::before {
  margin-top: -0.01rem;
  background: #82cc19;
}
.section-info-reservation .reservation-block.is-time .block-title {
  border: 0.02rem solid #00b7ed;
}
.section-info-reservation .reservation-block.is-time .title-main {
  color: #006d72;
}
.section-info-reservation .reservation-block.is-time .title-icon {
  background: #00b7ed;
}
.section-info-reservation .reservation-block.is-time .list-item {
  background: #ccf1fb;
}
.section-info-reservation .reservation-block.is-time .content-title::before {
  background: #00b7ed;
}
.section-info-reservation .reservation-paragraph {
  letter-spacing: 0.05em;
}
.section-info-reservation .reservation-paragraph p:last-child {
  margin-bottom: 0;
}
.section-info-reservation .block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0.1rem;
}
.section-info-reservation .title-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.07rem 0 0 0.07rem;
}
.section-info-reservation .title-icon img {
  width: auto;
  height: 100%;
}
.section-info-reservation .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-info-reservation .title-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.05em;
}
html.is-android .section-info-reservation .title-main {
  font-weight: 700;
}
.section-info-reservation .title-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-info-reservation .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
.section-info-reservation .list-item:last-child {
  border-radius: 0 0.08rem 0.08rem 0;
}
.section-info-reservation .content-title {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.05em;
}
html.is-android .section-info-reservation .content-title {
  font-weight: 700;
}
.section-info-reservation .content-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.03rem;
  height: calc(100% - 0.01rem);
}
.section-info-reservation .content-notes {
  display: block;
  letter-spacing: 0.05em;
}
.section-info-reservation .content-notes span {
  color: #62bc13;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-info-reservation {
    margin-top: -0.34rem;
  }
  .section-info-reservation .title-common-primary {
    margin-bottom: 0.3rem;
    padding-bottom: 0.09rem;
  }
  .section-info-reservation .reservation-wrapper {
    margin: 0 -0.2rem;
    padding: 0.16rem 0.24rem 0.39rem;
    border-radius: 0.1rem;
  }
  .section-info-reservation .reservation-paragraph {
    margin-bottom: 0.15rem;
    font-size: 0.16rem;
    line-height: 2;
  }
  .section-info-reservation .block-title {
    margin-bottom: 0.12rem;
  }
  .section-info-reservation .title-icon {
    width: 0.7rem;
    min-height: 0.48rem;
  }
  .section-info-reservation .icon-wrapper {
    height: 0.34rem;
  }
  .section-info-reservation .title-main {
    padding: 0.07rem 0.2rem 0.06rem;
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .section-info-reservation .reservation-block .reservation-paragraph {
    margin-right: -0.08rem;
    margin-bottom: 0.13rem;
  }
  .section-info-reservation .reservation-block.is-day {
    margin-bottom: 0.36rem;
  }
  .section-info-reservation .content-title {
    margin: 0 0.03rem 0.18rem;
    padding-left: 0.18rem;
    font-size: 0.18rem;
    line-height: 1.7777777778;
  }
  .section-info-reservation .content-notes {
    margin-top: 0.12rem;
    font-size: 0.16rem;
    line-height: 2;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-info-reservation {
    margin-top: -8px;
    padding-bottom: 36px;
    background: url("../img/info/background_reservation_01.png") 57% calc(0% + 170px)/1738px auto no-repeat;
  }
  .section-info-reservation .title-common-primary {
    margin-bottom: 44px;
    padding-bottom: 14px;
  }
  .section-info-reservation .reservation-wrapper {
    max-width: 1100px;
    padding: 30px 40px 40px;
    border-radius: 10px;
  }
  .section-info-reservation .reservation-paragraph {
    margin-right: -20px;
    margin-bottom: 57px;
  }
  .section-info-reservation .block-title {
    margin-bottom: 22px;
  }
  .section-info-reservation .title-icon {
    width: 90px;
    min-height: 58px;
  }
  .section-info-reservation .icon-wrapper {
    height: 44px;
  }
  .section-info-reservation .title-main {
    padding: 11px 20px 10px;
    font-size: 0.22rem;
    line-height: 1.4545454545;
  }
  .section-info-reservation .title-list {
    margin: 0 -2.5px;
  }
  .section-info-reservation .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 140px;
    margin: 0 2.5px;
    padding: 10px;
  }
  .section-info-reservation .content-title {
    margin: 0 1px 17px;
    padding-left: 17px;
    font-size: 0.18rem;
    line-height: 1.7777777778;
  }
  .section-info-reservation .reservation-block .reservation-paragraph {
    margin-bottom: 32px;
  }
  .section-info-reservation .block-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-info-reservation .reservation-block.is-day {
    margin-bottom: 67px;
  }
  .section-info-reservation .reservation-block.is-day .block-thumbnail {
    position: relative;
    width: 230px;
    height: 230px;
    margin-top: 38px;
    margin-right: 7px;
  }
  .section-info-reservation .reservation-block.is-day .block-thumbnail::before {
    content: "";
    position: absolute;
    right: 12px;
    bottom: -61px;
    width: 83px;
    height: 120px;
    background-image: url("../img/info/img_decor_01.svg");
  }
  .section-info-reservation .reservation-block.is-day .block-content {
    padding-right: 120px;
  }
  .section-info-reservation .reservation-block.is-time .block-thumbnail {
    width: 168px;
    height: 168px;
    margin-top: 30px;
    margin-right: 36px;
  }
  .section-info-reservation .reservation-block.is-time .block-content {
    padding-right: 66px;
  }
  .section-info-reservation .reservation-block.is-time .table-info-reservation {
    padding-right: 88px;
  }
  .section-info-reservation .block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 3px;
  }
  .section-info-reservation .content-notes {
    margin-top: 22px;
    margin-right: -100px;
  }
}
@media print, (min-width: 768px) and (max-width: 1660px) {
  .section-info-reservation {
    background-size: 1470px;
  }
}
.table-info-reservation .table-main {
  border: 0.01rem solid #cbcbcb;
}
.table-info-reservation .table-main:nth-child(even) {
  margin-top: -0.01rem;
}
.table-info-reservation .table-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f1f1f1;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
html.is-android .table-info-reservation .table-title {
  font-weight: 700;
}
.table-info-reservation .table-title p:last-child {
  margin-bottom: 0;
}
.table-info-reservation .table-title a {
  display: block;
  position: relative;
  color: #0066c0;
  text-decoration: underline;
  text-underline-offset: 0.03rem;
}
.table-info-reservation .table-title a::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  margin-left: 0.1rem;
  background: url("../img/common/icon_link_01.svg") center/contain no-repeat;
}
.table-info-reservation .table-title a:hover {
  text-decoration: none;
}
.table-info-reservation .table-description {
  letter-spacing: 0.05em;
}
.table-info-reservation .table-description p:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .table-info-reservation .table-title {
    padding: 0.09rem 0.2rem 0.08rem;
    font-size: 0.16rem;
    line-height: 2;
  }
  .table-info-reservation .table-title a {
    margin-bottom: 0.09rem;
    line-height: 1.3125;
  }
  .table-info-reservation .table-title a::after {
    top: 0.01rem;
    width: 0.13rem;
    height: 0.13rem;
  }
  .table-info-reservation .table-description {
    padding: 0.18rem 0.2rem 0.1rem;
    font-size: 0.16rem;
    line-height: 2;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .table-info-reservation .table-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .table-info-reservation .table-main.is-modify .table-title {
    padding: 11px 27px;
  }
  .table-info-reservation .table-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 226px;
    padding: 22px 27px;
  }
  .table-info-reservation .table-title a {
    margin-top: -5px;
  }
  .table-info-reservation .table-title a::after {
    top: 1px;
    width: 0.15rem;
    height: 0.15rem;
  }
  .table-info-reservation .table-title p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 44px;
  }
  .table-info-reservation .table-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 29px 11px;
  }
}
.block-info-treatment {
  border-radius: 10px;
  background-color: #fff;
}
.block-info-treatment .treatment-head {
  font-weight: 600;
  text-align: center;
}
html.is-android .block-info-treatment .treatment-head {
  font-weight: 700;
}
.block-info-treatment .treatment-detail {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.block-info-treatment .treatment-detail p:last-child {
  margin: 0;
}
.block-info-treatment .treatment-detail strong {
  font-weight: 600;
}
.is-android .block-info-treatment .treatment-detail strong {
  font-weight: 700;
}
.block-info-treatment.is-general {
  border-color: #ff4a51;
}
.block-info-treatment.is-general .treatment-head {
  color: #ff4a51;
}
.block-info-treatment.is-infant {
  border-color: #ffa84b;
}
.block-info-treatment.is-infant .treatment-head {
  color: #ffa84b;
}
.block-info-treatment.is-allergy {
  border-color: #fbed21;
}
.block-info-treatment.is-allergy .treatment-head {
  color: #d1bd00;
}
.block-info-treatment.is-vaccination {
  border-color: #68ce19;
}
.block-info-treatment.is-vaccination .treatment-head {
  color: #86d847;
}
.block-info-treatment.is-length {
  border-color: #00b7ed;
}
.block-info-treatment.is-length .treatment-head {
  color: #00b7ed;
}
.block-info-treatment.is-enuresis {
  border-color: #9d005d;
}
.block-info-treatment.is-enuresis .treatment-head {
  color: #9d005d;
}
.block-info-treatment .treatment-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-info-treatment.is-vaccination .list-info-note {
  font-weight: 600;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-info-treatment {
    padding: 0.29rem 0.2rem 0.21rem;
  }
  .block-info-treatment .treatment-head {
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
  }
  .block-info-treatment .treatment-detail {
    margin-bottom: 0.38rem;
  }
  .block-info-treatment .treatment-detail p {
    margin-bottom: 0.18rem;
  }
  .block-info-treatment .treatment-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .block-info-treatment .treatment-image {
    width: 2.3rem;
    height: 2.3rem;
    margin: 0 auto 0.21rem;
  }
  .block-info-treatment .list-info-note {
    margin-top: 0.35rem;
  }
  .block-info-treatment.is-allergy {
    padding-bottom: 0;
  }
  .block-info-treatment.is-allergy .list-info-tag {
    margin-bottom: 0.2rem;
  }
  .block-info-treatment.is-allergy .list-info-tag .list-item.is-modify {
    margin-left: -0.02rem;
  }
  .block-info-treatment.is-allergy .treatment-detail {
    margin: 0;
  }
  .block-info-treatment.is-vaccination .list-info-note {
    margin: 0.12rem 0.05rem 0 0.11rem;
  }
  .block-info-treatment.is-vaccination .link-common {
    font-size: 0.16rem;
  }
  .block-info-treatment.is-vaccination .block-info-detail {
    margin-top: 0.33rem;
    margin-bottom: -0.22rem;
    padding-top: 0.32rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-info-treatment {
    padding: 37px 45px 44px;
    border: 5px solid;
  }
  .block-info-treatment .treatment-head {
    margin-bottom: 36px;
    font-size: 0.24rem;
  }
  .block-info-treatment .treatment-left {
    padding-right: 50px;
  }
  .block-info-treatment .treatment-detail {
    margin-bottom: 27px;
  }
  .block-info-treatment .treatment-detail p {
    margin-bottom: 28px;
  }
  .block-info-treatment .treatment-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 8px;
  }
  .block-info-treatment.is-general .treatment-image {
    width: 347px;
    height: 371px;
  }
  .block-info-treatment.is-infant .treatment-image,
  .block-info-treatment.is-vaccination .treatment-image,
  .block-info-treatment.is-length .treatment-image {
    width: 315px;
    height: 405px;
  }
  .block-info-treatment.is-infant .treatment-left,
  .block-info-treatment.is-vaccination .treatment-left,
  .block-info-treatment.is-length .treatment-left {
    padding-right: 80px;
  }
  .block-info-treatment.is-enuresis .treatment-image {
    width: 315px;
    height: 405px;
  }
  .block-info-treatment.is-enuresis .treatment-left {
    padding-right: 65px;
  }
  .block-info-treatment.is-length .treatment-left {
    padding-right: 82px;
  }
  .block-info-treatment.is-infant .list-info-note {
    margin-top: 24px;
  }
  .block-info-treatment.is-allergy .treatment-left {
    padding-right: 0;
  }
  .block-info-treatment.is-allergy .treatment-detail {
    margin-bottom: 2px;
  }
  .block-info-treatment.is-vaccination .treatment-detail {
    margin-right: -10px;
  }
  .block-info-treatment.is-vaccination .list-info-note {
    margin: 2px 0 3px;
    padding-left: 0.09rem;
  }
  .block-info-treatment.is-vaccination .table-info-treatment {
    margin-bottom: 10px;
  }
  .block-info-treatment.is-vaccination .block-info-detail {
    margin-top: 63px;
  }
}
.list-info-tag {
  border-radius: 0.1rem;
  background-color: #f1f1f1;
  font-size: 0.18rem;
  font-weight: 600;
}
html.is-android .list-info-tag {
  font-weight: 700;
}
.list-info-tag .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-info-tag .list-item {
  position: relative;
}
.list-info-tag .list-item::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 0.16rem;
  height: 0.12rem;
  margin-right: 0.1rem;
  background: url("../img/info/icon_tag_01.svg") center/contain no-repeat;
}
.list-info-tag .list-item.is-modify {
  font-size: 0.16rem;
}
.list-info-tag .list-item.is-modify::before {
  content: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-info-tag {
    margin-bottom: 0.3rem;
    padding: 0.1rem 0.13rem 0.14rem 0.2rem;
  }
  .list-info-tag .list-item {
    margin-right: 0.29rem;
    margin-bottom: -0.04rem;
  }
  .list-info-tag .list-item.is-modify {
    margin: 0.02rem 0 0 -0.11rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-info-tag {
    margin-bottom: 43px;
    padding: 7px 10px;
  }
  .list-info-tag .list-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list-info-tag .list-item {
    top: 0.5px;
    margin-right: 51px;
    padding-left: 1px;
  }
  .list-info-tag .list-item:last-child {
    margin-right: 0;
  }
  .list-info-tag .list-item.is-modify {
    top: 1px;
  }
}
.list-info-note {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.list-info-note .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-info-note .list-item {
  position: relative;
}
.list-info-note .list-item::before {
  content: "※";
  position: relative;
  top: 0;
  left: 0;
  color: #00b7ed;
}
.list-info-note .text-common-highlight {
  font-weight: 300;
}
.is-android .list-info-note .text-common-highlight {
  font-weight: 300;
}
.list-info-note strong {
  font-weight: 600;
}
html.is-android .list-info-note strong {
  font-weight: 700;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-info-note {
    margin-bottom: 0.36rem;
  }
}
.button-info-treatment {
  width: 2.2rem;
  margin: -0.02rem auto 0;
  padding: 0.04rem 0.1rem;
  background-color: #999;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
html.is-android .button-info-treatment {
  font-weight: 700;
}

.table-info-treatment {
  margin: -0.11rem 0 0.06rem;
  border: 0.01rem solid #e5e5e5;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
}
.table-info-treatment .table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e5e5e5;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .table-info-treatment {
    margin-bottom: 0.12rem;
  }
  .table-info-treatment .table-head {
    padding: 0.1rem 0.1rem 0.08rem;
  }
  .table-info-treatment .table-content {
    padding: 0.17rem 0.1rem 0.1rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .table-info-treatment .table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .table-info-treatment .table-head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 204px;
  }
  .table-info-treatment .table-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 11px 7px;
  }
}
.block-info-detail {
  border-radius: 0.1rem;
  background-color: rgba(130, 204, 25, 0.1);
}
.block-info-detail .detail-title {
  position: relative;
  border-bottom: 0.01rem dashed #cbcbcb;
  font-size: 0.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
html.is-android .block-info-detail .detail-title {
  font-weight: 700;
}
.block-info-detail .detail-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #7ac843;
}
.block-info-detail .detail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-info-detail .detail-text {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.block-info-detail .detail-logo {
  display: block;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-info-detail {
    margin: 0.26rem -0.2rem 0;
    padding: 0.11rem 0.2rem 0.2rem;
  }
  .block-info-detail .detail-title {
    margin-bottom: 0.22rem;
    padding-left: 0.27rem;
    line-height: 1.75;
  }
  .block-info-detail .detail-title::before {
    top: 0.08rem;
  }
  .block-info-detail .detail-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .block-info-detail .detail-image {
    width: 3.04rem;
    margin-bottom: 0.23rem;
  }
  .block-info-detail .button-common {
    width: 2.4rem;
    margin: 0.26rem auto 0.4rem;
    padding: 0.07rem 0.12rem;
    letter-spacing: 0;
  }
  .block-info-detail .button-common .button-wrapper {
    left: -0.13rem;
  }
  .block-info-detail .detail-logo {
    margin-top: 0.14rem;
    margin-bottom: 0.41rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-info-detail {
    margin-top: 40px;
    padding: 16px 25px 18px;
  }
  .block-info-detail .detail-title {
    margin-bottom: 22px;
    padding-bottom: 7px;
    padding-left: 27px;
  }
  .block-info-detail .detail-title::before {
    top: 10px;
  }
  .block-info-detail .detail-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px;
    padding-right: 38px;
  }
  .block-info-detail .detail-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 333px;
    height: 244px;
    margin-top: 8px;
  }
  .block-info-detail .button-common {
    width: 240px;
    margin-top: -3px;
    margin-left: unset;
    padding: 7.5px 24px;
    padding-left: unset;
  }
  .block-info-detail .button-common::before {
    right: 23px;
  }
  .block-info-detail .button-common .button-wrapper {
    top: 0;
  }
  .block-info-detail .detail-logo {
    width: 468px;
    margin: 0 0 12px 22px;
  }
}
.list-info-detail {
  width: 100%;
}
.list-info-detail .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-info-detail .list-item {
  border-radius: 0.1rem;
}
.list-info-detail .list-item.is-routine .item-heading {
  background-color: #95d369;
}
.list-info-detail .list-item.is-voluntary .item-heading {
  background-color: #33c5f1;
}
.list-info-detail .list-item.is-voluntary .list-info-note .list-item::before {
  color: #ff921e;
}
.list-info-detail .item-heading {
  border-radius: 0.1rem 0.1rem 0 0;
  color: #000;
  font-weight: 600;
}
html.is-android .list-info-detail .item-heading {
  font-weight: 700;
}
.list-info-detail .item-heading span {
  display: inline-block;
}
.list-info-detail .item-content {
  background-color: #fff;
}
.list-info-detail .heading-main {
  letter-spacing: 0.05em;
}
.list-info-detail .heading-label {
  border-radius: 0.2rem;
  background-color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-info-detail .list-item.is-routine {
    margin-bottom: 0.2rem;
  }
  .list-info-detail .list-item.is-voluntary .item-heading {
    padding: 0.14rem 0.24rem 0.11rem;
  }
  .list-info-detail .list-item.is-voluntary .heading-main {
    margin-right: 0.18rem;
  }
  .list-info-detail .list-item.is-voluntary .heading-label {
    padding: 0.03rem 0.2rem;
  }
  .list-info-detail .list-item.is-voluntary .list-info-note {
    margin: 0.19rem 0 0;
  }
  .list-info-detail .item-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.07rem 0.21rem 0.15rem;
  }
  .list-info-detail .heading-main {
    font-size: 0.18rem;
  }
  .list-info-detail .heading-label {
    padding: 0.03rem 0.09rem 0.03rem 0.2rem;
    font-size: 0.16rem;
    line-height: 1.3125;
  }
  .list-info-detail .item-content {
    padding: 0.08rem 0.21rem 0.13rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-info-detail {
    margin-top: 7px;
  }
  .list-info-detail .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .list-info-detail .list-item.is-routine {
    width: 57.7449947313%;
  }
  .list-info-detail .list-item.is-voluntary {
    width: 37.9346680717%;
  }
  .list-info-detail .list-item.is-voluntary .heading-label {
    padding: 1px 22px;
  }
  .list-info-detail .list-item.is-voluntary .list-info-note {
    margin-top: 12px;
    padding-left: 0;
  }
  .list-info-detail .item-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 24px;
  }
  .list-info-detail .heading-main {
    margin-right: 0.17rem;
    font-size: 0.2rem;
  }
  .list-info-detail .heading-label {
    padding: 1px 11px 1px 23px;
    font-size: 0.18rem;
    line-height: 1.7777777778;
  }
  .list-info-detail .item-content {
    min-height: 370px;
    padding: 18px 23px;
  }
}
.list-info-content {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.list-info-content .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list-info-content .list-item {
  position: relative;
  margin-bottom: -0.02rem;
}
.list-info-content .list-item:last-child {
  margin: 0;
}
.list-info-content .list-item::before {
  content: "";
  position: absolute;
  top: 0.11rem;
  left: 0;
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background-color: #7ac843;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-info-content .list-item {
    padding-left: 0.13rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-info-content .list-item {
    padding-left: 16px;
  }
}
.list-info-content.is-voluntary .list-item::before {
  background-color: #00b7ed;
}

.list-info-link .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-info-link .list-item {
  position: relative;
  letter-spacing: 0.05em;
}
.list-info-link .list-item::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background-color: #00b7ed;
}
.list-info-link .list-item:last-child {
  margin-bottom: 0;
}
.list-info-link .item-link {
  display: inline-block;
  position: relative;
  color: #0066c0;
  font-size: 0.16rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-underline-offset: 0.03rem;
}
html.is-android .list-info-link .item-link {
  font-weight: 700;
}
.list-info-link .item-link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  background: url("../img/common/icon_link_01.svg") center/contain no-repeat;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-info-link {
    margin-top: 0.22rem;
  }
  .list-info-link .list-item {
    margin-bottom: 0.02rem;
    padding-left: 0.22rem;
    font-size: 0.16rem;
  }
  .list-info-link .item-link::after {
    width: 0.13rem;
    height: 0.13rem;
    margin-left: 0.06rem;
  }
  .is-ios .list-info-link .item-link::after {
    top: 1px;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-info-link {
    margin: 22px 0 9px;
  }
  .list-info-link .list-item {
    margin-bottom: 10px;
    padding-left: 21px;
  }
  .list-info-link .item-link::after {
    top: 1px;
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }
}
/*# sourceMappingURL=info.css.map */