@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;
  justify-content: center;
  margin-bottom: 30px;
  height: 300px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.p-title__text {
  text-align: center;
  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: 3.4rem;
  color: #fff;
}

.p-title__text::after {
  content: attr(data-eng);
  display: block;
  margin-top: 15px;
  width: 100%;
  text-transform: capitalize;
  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.4rem;
  color: #7e7774;
}

.p-anchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-anchor__item {
  box-sizing: border-box;
  width: 136px;
}
.p-anchor__item:last-child {
  margin-right: 0;
}
.p-anchor__item a {
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 4px;
  background: linear-gradient(#f0edea, #dfd8d2);
  text-align: center;
  line-height: 1;
  font-size: 1.2em;
  color: #7e7774;
  transition: color 0.15s linear, border 0.15s linear;
}
.p-anchor__item a:hover {
  text-decoration: none;
  color: #ec7c78;
}
.p-anchor__item a:hover::after {
  border-color: #ec7c78;
}
.p-anchor__item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 9px;
  margin-right: -4px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #c7bcb4;
  border-bottom: 1px solid #c7bcb4;
  transform: rotate(45deg);
}

.p-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  height: 77px;
  background: url(../../img/pc/contents_operation_contents_title_bg.png) 0 0 no-repeat;
  text-align: center;
  text-shadow: 0 0 8px #250708;
  line-height: 1.2857142857;
  font-family: "YakuHanMP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 2.8em;
  color: #fff;
  box-sizing: border-box;
}

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

.p-cv-button a {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 auto;
  width: 300px;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #fff;
  box-sizing: border-box;
  transition: opacity 0.15s linear;
}
.p-cv-button a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.p-cv-button a:hover > * {
  opacity: 1;
}
.p-cv-button a::after {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 1em;
}
.p-cv-button__text {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  line-height: 2.5;
  font-size: 1.6em;
}
.p-cv-button__text::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: url(../../img/pc/arrow/arrow9.png) center no-repeat;
}

.webp .p-cv-button__text::after {
  background-image: url(../../img/pc/arrow/arrow9.webp);
}

.p-cv {
  display: flex;
  align-items: center;
  padding-right: 20px;
  height: 100px;
  background: #f4f2f0;
}
.p-cv__list {
  display: flex;
  flex: 1;
  margin: 0 0 0 auto;
  width: 100%;
}

.p-title {
  background-image: url(../../img/pc/access_title_bg.jpg);
}
.p-title__text {
  color: #584f4c;
}

.p-update-date {
  margin: 0 0 10px;
  text-align: right;
  font-size: 1.2em;
}

.p-anchor {
  margin-bottom: 22px;
}
.p-anchor__item {
  margin-bottom: 8px;
  width: 230px;
}

.p-box > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-box__title {
  margin-bottom: 30px;
}

.p-location {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 90px;
}
.p-location__title {
  width: 100%;
}
.p-location__text {
  line-height: 1.6;
  font-size: 1.5em;
  flex: 1;
}
.p-location__map {
  margin: 20px 0 24px;
}

.p-by-walk__list {
  display: flex;
  flex-wrap: wrap;
}
.p-by-walk__item {
  display: flex;
  align-items: center;
  width: 50%;
  font-size: 1.2em;
}
.p-by-walk__item::before {
  content: "";
  margin-right: 7px;
  width: 20px;
  height: 20px;
  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: 50px;
}
.p-inquiry__title {
  margin-bottom: 25.5px;
}
.p-inquiry__text {
  line-height: 1.6;
  font-size: 1.5em;
  margin-bottom: 15.5px;
  text-align: center;
}
.p-inquiry__contents {
  padding-left: 20px;
}
.p-inquiry .p-cv__tel {
  margin-right: 14px;
}
.p-inquiry .p-cv__tel__text {
  margin-top: 10px;
  text-align: center;
}
.p-inquiry .p-cv__list {
  justify-content: space-between;
}
.p-inquiry .p-cv-button a {
  width: 193px;
}
.p-inquiry .p-cv-button__text {
  font-size: 1.3em;
}
.p-inquiry .p-cv-button__text::after {
  width: 28px;
}
.p-inquiry .p-cv-button.counseling a::after {
  content: "ドクターが診察します";
}
.p-inquiry .p-cv-button.consultation a::after {
  content: "24時間以内に返答します";
}

.p-distance {
  margin-bottom: 95.5px;
}
.p-distance__list {
  display: flex;
  justify-content: space-between;
}
.p-distance__item {
  width: 211px;
}
.p-distance__item__pic {
  margin-bottom: 5.5px;
}
.p-distance__item__text {
  line-height: 1.6;
  font-size: 1.5em;
}

.webp .p-title {
  background-image: url(../../img/pc/access_title_bg.webp);
}
