@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@300;400;500;700;900&family=Poppins:wght@300;400&display=swap");
.l-main.is-herbalgreen .l-leaf__heading span {
  color: var(--sub03-color);
}
.l-main.is-herbalgreen .l-leaf__heading span::before {
  background-image: url(../../images/common/bg_leaf01_herbalgreen_left.svg);
}
.l-main.is-herbalgreen .l-leaf__heading span::after {
  background-image: url(../../images/common/bg_leaf01_herbalgreen_right.svg);
}
.l-main.is-herbalgreen .l-section.is-wall01 {
  background-image: url(../../images/common/bg_wall01_herbalgreen.png);
}
.l-main.is-herbalgreen .p-info__item.is-train::before {
  background-image: url(../../images/access/icon_train_herbalgreen.svg);
}
.l-main.is-herbalgreen .p-info__item.is-car::before {
  background-image: url(../../images/access/icon_car_herbalgreen.svg);
}
.l-main.is-herbalgreen .p-info__item.is-bus::before {
  background-image: url(../../images/access/icon_bus_herbalgreen.svg);
}
.l-main.is-herbalgreen .p-info__title {
  color: var(--sub03-color);
}
.l-main.is-herbalgreen .p-path__item::before {
  background-image: url(../../images/access/bg_path_herbalgreen.svg);
}
.l-main.is-pinkbeige .l-leaf__heading span {
  color: var(--pinkbeige-sub03-color);
}
.l-main.is-pinkbeige .l-leaf__heading span::before {
  background-image: url(../../images/common/bg_leaf01_pinkbeige_left.svg);
}
.l-main.is-pinkbeige .l-leaf__heading span::after {
  background-image: url(../../images/common/bg_leaf01_pinkbeige_right.svg);
}
.l-main.is-pinkbeige .l-section.is-wall01 {
  background-image: url(../../images/common/bg_wall01_pinkbeige.png);
}
.l-main.is-pinkbeige .p-info__item.is-train::before {
  background-image: url(../../images/access/icon_train_pinkbeige.svg);
}
.l-main.is-pinkbeige .p-info__item.is-car::before {
  background-image: url(../../images/access/icon_car_pinkbeige.svg);
}
.l-main.is-pinkbeige .p-info__item.is-bus::before {
  background-image: url(../../images/access/icon_bus_pinkbeige.svg);
}
.l-main.is-pinkbeige .p-info__title {
  color: var(--pinkbeige-sub03-color);
}
.l-main.is-pinkbeige .p-path__item::before {
  background-image: url(../../images/access/bg_path_pinkbeige.svg);
}
.l-main.is-grege .l-leaf__heading span {
  color: var(--grege-sub03-color);
}
.l-main.is-grege .l-leaf__heading span::before {
  background-image: url(../../images/common/bg_leaf01_grege_left.svg);
}
.l-main.is-grege .l-leaf__heading span::after {
  background-image: url(../../images/common/bg_leaf01_grege_right.svg);
}
.l-main.is-grege .l-section.is-wall01 {
  background-image: url(../../images/common/bg_wall01_grege.png);
}
.l-main.is-grege .p-info__item.is-train::before {
  background-image: url(../../images/access/icon_train_grege.svg);
}
.l-main.is-grege .p-info__item.is-car::before {
  background-image: url(../../images/access/icon_car_grege.svg);
}
.l-main.is-grege .p-info__item.is-bus::before {
  background-image: url(../../images/access/icon_bus_grege.svg);
}
.l-main.is-grege .p-info__title {
  color: var(--grege-sub03-color);
}
.l-main.is-grege .p-path__item::before {
  background-image: url(../../images/access/bg_path_grege.svg);
}

.l-section {
  margin-top: 150px;
}
@media screen and (max-width: 1280px) {
  .l-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .l-section {
    margin-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-section.is-wall01 {
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 150px;
  background-size: 100% 100%;
}
@media screen and (max-width: 750px) {
  .l-section.is-wall01 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: auto 100%;
  }
}

.l-leaf__header {
  text-align: center;
}
.l-leaf__heading {
  display: inline-block;
}
.l-leaf__heading span {
  position: relative;
  padding-left: 250px;
  padding-right: 250px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  font-family: var(--font-family-tsukushi);
  letter-spacing: 4px;
  line-height: 1;
}
.l-leaf__heading span em {
  font-style: normal;
  font-family: var(--font-family-dancing);
  display: block;
  font-size: 8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .l-leaf__heading span em {
    font-size: 8vw;
  }
}
@media screen and (max-width: 750px) {
  .l-leaf__heading span em {
    font-size: 8.5vw;
  }
}
@media screen and (max-width: 834px) {
  .l-leaf__heading span {
    padding-left: 20vw;
    padding-right: 20vw;
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 750px) {
  .l-leaf__heading span {
    padding-left: 16vw;
    padding-right: 16vw;
    font-size: 5.5vw;
  }
}
.l-leaf__heading span::before, .l-leaf__heading span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 180px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  letter-spacing: 4px;
}
@media screen and (max-width: 834px) {
  .l-leaf__heading span::before, .l-leaf__heading span::after {
    width: 15vw;
  }
}
@media screen and (max-width: 750px) {
  .l-leaf__heading span::before, .l-leaf__heading span::after {
    width: 14vw;
  }
}
.l-leaf__heading span::before {
  left: 0;
}
.l-leaf__heading span::after {
  right: 0;
}

.p-map__main {
  max-width: 800px;
  margin: 60px auto 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-map__main {
    margin: 30px auto 0;
    padding-bottom: 86.25%;
  }
}
.p-map__main iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.p-map__body {
  max-width: var(--contents-width);
  margin: 0 auto;
}
.p-map__button {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-map__button {
    margin-top: 30px;
  }
}
.p-map__button .c-button {
  min-width: 240px;
  width: auto;
  display: inline-block;
}
.p-map__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .p-map__list {
    display: block;
    margin-top: 30px;
  }
}
.p-map__item {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media screen and (max-width: 750px) {
  .p-map__item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.p-map__img {
  text-align: center;
}
.p-map__img img {
  max-width: 530x;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.p-map__text {
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .p-map__text {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.p-info__list {
  margin: 60px auto 0;
  max-width: var(--contents-width);
}
@media screen and (max-width: 750px) {
  .p-info__list {
    margin: 30px auto 0;
  }
}
.p-info__para {
  -ms-flex-preferred-size: calc(100% - 250px);
      flex-basis: calc(100% - 250px);
}
@media screen and (max-width: 750px) {
  .p-info__para {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.p-info__title {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  font-size: 2.4rem;
  font-family: var(--font-family-tsukushi);
}
@media screen and (max-width: 750px) {
  .p-info__title {
    font-size: 2rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.p-info__item {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 30px 30px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .p-info__item {
    padding: 20px 20px 20px 80px;
  }
}
.p-info__item + .p-info__item {
  margin-top: 30px;
}
.p-info__item.is-train, .p-info__item.is-car, .p-info__item.is-bus {
  position: relative;
}
.p-info__item.is-train::before, .p-info__item.is-car::before, .p-info__item.is-bus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .p-info__item.is-train::before, .p-info__item.is-car::before, .p-info__item.is-bus::before {
    left: 20px;
  }
}

.p-path__body {
  margin: 60px auto 0;
  max-width: var(--contents-width);
}
@media screen and (max-width: 750px) {
  .p-path__body {
    margin: 30px auto 0;
  }
}
.p-path__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 750px) {
  .p-path__list {
    display: block;
    margin-top: 30px;
  }
}
.p-path__item {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  counter-increment: cnt;
}
.p-path__item::before {
  content: counter(cnt);
  position: absolute;
  background-image: url(../../images/access/bg_path.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px 20px;
  font-family: var(--font-family-dancing);
  color: #fff;
  font-size: 3.8rem;
  line-height: 1.2;
  width: 100px;
  height: 85px;
}
@media screen and (max-width: 750px) {
  .p-path__item::before {
    padding: 1.5vw 2.6vw;
    font-size: 4vw;
    width: 10vw;
    height: 9vw;
  }
}
.p-path__item:nth-of-type(n+4) {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .p-path__item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.p-path__img {
  text-align: center;
}
.p-path__img img {
  max-width: 530x;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.p-path__text {
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .p-path__text {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.p-clinic {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--contents-width);
}

.p-panel {
  margin: 60px auto 0;
  max-width: var(--contents-width);
}
@media screen and (max-width: 750px) {
  .p-panel {
    margin: 30px auto 0;
  }
}

/*20240604編集*/
ul.p-map__list.ac_top_img {
    margin: 100px auto -50px;
    display: block;
}
ul.p-map__list.ac_top_img img {
    width: 600px !important;
}
ul.p-map__list.ac_top_img span {
    text-align: center;
    display: block;
}
ul.p-map__list.ac_top_img span {
    font-size: 1.2em;
    margin: -15px 0 0;
}

/* スマートフォンの設定 */
@media only screen and (max-width: 750px) {
ul.p-map__list.ac_top_img img {
        width: 90% !important;
    }

ul.p-map__list.ac_top_img {
    margin: 50px auto -40px;
    display: block;
}
ul.p-map__list.ac_top_img span {
    font-size: 1.0em;
    margin: -5px 0 0;
}
}
