@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:


New Creation:	.
Last Change:	.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.p-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 9.3333333333vw;
  height: 41.3333333333vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-title__text {
  margin-top: -1.2vw;
  margin-bottom: calc(-3.4666666667vw - 1.2rem);
  line-height: 1.1851851852;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.7rem;
  color: #fff;
}

.p-title__text::after {
  content: attr(data-eng);
  display: block;
  margin-top: 2.1333333333vw;
  width: 100%;
  text-transform: capitalize;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
  color: #7e7774;
}

.p-anchor {
  margin: 5.3333333333vw 4.6666666667vw 3.2vw;
}
.p-anchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-anchor__item {
  display: flex;
  position: relative;
  align-items: center;
  margin: 0 0.6666666667vw 2.1333333333vw;
  padding: 1.7333333333vw 2.6666666667vw;
  border: 0.2666666667vw solid #c7bcb4;
  border-radius: 3.6vw;
  background: #f0efed;
  font-size: 1rem;
}
.p-anchor__item a {
  line-height: 1.2;
  color: #7f7875;
}
.p-anchor__item a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.p-anchor__item::after {
  content: "";
  margin-left: 1.2vw;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background-image: url(../../img/sp/arrow3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

.p-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.8vw;
  height: 20.2666666667vw;
  background: url(../../img/sp/contents_operation_contents_title_bg.png) 0 0 no-repeat;
  background-size: contain;
  text-align: center;
  line-height: 1.1538461538;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.6rem;
  color: #fff;
  box-sizing: border-box;
}

.webp .p-box__title {
  background-image: url(../../img/sp/contents_operation_contents_title_bg.webp);
}

.p-cv-button a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 16.5333333333vw;
  border: 0.8vw solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  text-decoration: none;
  color: #fff;
}
.p-cv-button a::after {
  display: block;
  border-top: 0.2666666667vw solid #796d63;
  opacity: 0.7;
  text-align: center;
  line-height: 1.9;
  font-size: 1rem;
  color: #f5f2f0;
}
.p-cv-button__text {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 10.1333333333vw;
  border-bottom: 0.2666666667vw solid #403731;
  text-align: center;
  line-height: 1.1875;
  font-size: 1.6rem;
}
.p-cv-button__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10.1333333333vw;
  height: 100%;
  background: url(../../img/sp/arrow_cv.png) center no-repeat;
  background-size: 5.6vw auto;
}

.webp .p-cv-button__text::after {
  background-image: url(../../img/sp/arrow_cv.webp);
}

.p-slide__nav {
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin: 5.3333333333vw;
  width: calc(100% - 10.6666666667vw);
}
.p-slide__arrow {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  border: 0.2666666667vw solid #7e7774;
  border-radius: 100%;
  box-sizing: border-box;
}
.p-slide__arrow::before {
  content: "";
  display: block;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-top: 0.2666666667vw solid #7e7774;
  border-left: 0.2666666667vw solid #7e7774;
}
.p-slide__prev {
  left: 0;
}
.p-slide__prev::before {
  margin-right: -1.0666666667vw;
  transform: rotate(-45deg);
}
.p-slide__next {
  right: 0;
}
.p-slide__next::before {
  margin-left: -1.0666666667vw;
  transform: rotate(135deg);
}
.p-slide__dots {
  display: flex;
  justify-content: space-evenly;
  margin: 0 9.3333333333vw;
  padding: 3.3333333333vw 0;
}
.p-slide__dots .swiper-pagination-bullet {
  padding: 0;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border: 0.2666666667vw solid #7e7774;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  box-sizing: border-box;
}
.p-slide__dots .swiper-pagination-bullet:focus {
  outline: none;
}
.p-slide__dots .swiper-pagination-bullet-active {
  background: #7e7774;
}

.p-title {
  background-image: url(../../img/sp/access_title_bg.jpg?v=2112);
}
.p-title__text {
  color: #584f4c;
}

.p-update-date {
  margin: 2.6666666667vw 5.3333333333vw 0;
  text-align: right;
  font-size: 1.2rem;
}

.p-location {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 23.2vw;
}
.p-location > *:not([class*=title]) {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}
.p-location__title {
  margin-bottom: 5.3333333333vw;
  width: 100%;
}
.p-location__text {
  line-height: 1.6;
  font-size: 1.5rem;
  flex: 1;
  margin-right: 4vw;
}
.p-location__pic {
  width: 34.6666666667vw;
}
.p-location__map {
  position: relative;
  overflow: hidden;
  margin: 5.3333333333vw 0 4.5333333333vw;
  padding-top: 133.3333333333vw;
  width: 100%;
}
.p-location__map > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 106.6666666667vw;
  height: 100%;
}

.p-by-walk__item {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.p-by-walk__item::before {
  content: "";
  margin-right: 1.8666666667vw;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-by-walk__item__inner {
  display: flex;
  align-items: center;
}
.p-by-walk__item__inner > * {
  line-height: 2;
}
.p-by-walk__item__station {
  font-weight: bold;
}
.p-by-walk__item.hiroden::before {
  background-image: url(../../img/hiroden.svg);
}
.p-by-walk__item.astram::before {
  background-image: url(../../img/astram.svg);
}

.p-inquiry {
  margin-bottom: 21.3333333333vw;
}
.p-inquiry > *:not([class*=title]) {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}
.p-inquiry__title {
  margin-bottom: 7.4vw;
}
.p-inquiry__text {
  line-height: 1.6;
  font-size: 1.5rem;
  margin-bottom: 7.4vw;
  text-align: center;
}
.p-inquiry .p-cv-button + .p-cv-button {
  margin-top: 2.6666666667vw;
}
.p-inquiry .p-cv-button.tel a::after {
  content: "お急ぎの方は、お電話をご利用ください［受付時間 10:00 - 19:00］";
}
.p-inquiry .p-cv-button.counseling a::after {
  content: "ドクターが診察します";
}
.p-inquiry .p-cv-button.consultation a::after {
  content: "24時間以内に返答します";
}

.p-distance {
  margin-bottom: 26.6666666667vw;
}
.p-distance__title {
  margin-bottom: 8vw;
}
.p-distance__item > *:not([class*=title]) {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}
.p-distance__item__text {
  line-height: 1.6;
  font-size: 1.5rem;
  margin-top: 3.4vw;
}
.p-distance__slide {
  padding-bottom: 20vw;
}

.webp .p-title {
  background-image: url(../../img/sp/access_title_bg.webp?v=2112);
}
