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

File Name:
Note:


New Creation:	.
Last Change:	2014/10/24 16:17:04.


Created By		Yoshiaki Murakami

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

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
6.	header
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	footer
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
.p-anchor {
  background: #7caba6;
  padding: 11.6vw 6.6666666667vw 15.3333333333vw;
}

.p-cv {
  position: relative;
}
.p-cv__list {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 16.5333333333vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 6.6666666667vw;
}

.p-failures__footer .p-cv__list {
  bottom: 38.8vw;
}

.p-monitor a {
  display: block;
  width: 86.5333333333vw;
  margin: 0 auto;
}

.p-solutions {
  background: #7caba6;
}
.p-solutions .no1 {
  padding-bottom: 24.1333333333vw;
}
.p-solutions .no2 {
  padding-bottom: 24vw;
}
.p-solutions .no3 {
  padding-bottom: 34.6666666667vw;
  background: url(../mobile/img/solutions_no3_bg.png) 0 bottom no-repeat #7caba6;
  background-size: contain;
}
.p-solutions .no3 .p-solutions__contents__download a {
  display: block;
  width: 86.5333333333vw;
  margin: 0 auto 18.8vw;
}

.p-method {
  background: #e8eaea;
  padding-bottom: 34.6666666667vw;
}

.p-clinic {
  padding-bottom: 22vw;
  background: #e8eaea;
  color: #505050;
}
.p-clinic__contents {
  margin: 0 4.8vw 10.1333333333vw;
}

.js-accordion-title {
  position: relative;
}
.js-accordion-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17.6991150442%;
}
.js-accordion-contents {
  transition: all .4s ease-in;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  height: 0;
  max-height: 0;
}
.js-accordion.is-open > .js-accordion-title::before {
  transform: rotate(180deg);
  will-change: rotate;
}
.js-accordion.is-open .js-accordion-contents {
  will-change: transform;
}

.m-clinic-tab-list {
  display: flex;
}
.m-clinic-tab-item {
  margin-right: .3rem;
  width: 20%;
  text-align: center;
  background: linear-gradient(#ebe7e4, #bbb1a9);
}
.m-clinic-tab-item a {
  line-height: 3;
  font-size: 1.3rem;
  color: #505050;
}
.m-clinic-tab-item.is-active {
  background: #e3ded9;
}
.m-clinic-tab-item:last-child {
  margin-right: 0;
}
.m-clinic-contents {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  background: linear-gradient(#e3ded9, #f1efec 25%, #ffffff);
  overflow: hidden;
}
.m-clinic-contents:last-child {
  margin: 0;
}
.m-clinic-contents-inner {
  background: linear-gradient(#e3ded9, #f1efec 35%, #fff);
  padding: 0 2.9498525074% 4.4247787611%;
}
.m-clinic-contents-pic {
  margin-bottom: 6.2695924765%;
  border-bottom: 0.1rem solid #c4c4c4;
}
.m-clinic-contents-item-title {
  float: left;
  width: 17.6991150442%;
  font-size: 1.2rem;
}
.m-clinic-contents-item-details {
  overflow: hidden;
  padding-left: 2.9498525074%;
  border-left: 0.1rem solid #c4c4c4;
  line-height: 1.5714285714;
  font-size: 1.2rem;
  white-space: nowrap;
}
.m-clinic-contents-address {
  margin-bottom: 3.6873156342%;
}
.m-clinic-contents-hour {
  margin-bottom: 4.4247787611%;
}
.m-clinic-contents-contact {
  margin-bottom: 4.4247787611%;
}
.m-clinic-contents-contact a {
  display: block;
  position: relative;
  font-size: 1.2rem;
  color: #505050;
  text-decoration: underline;
}
.m-clinic-contents-contact a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.m-clinic-contents-contact object {
  width: 190px;
  height: auto;
}
.m-clinic-contents-contact .overseas {
  display: block;
  padding-top: .5rem;
  font-size: 1rem;
}
.m-clinic-contents-contact .overseas a {
  text-decoration: underline;
  font-size: 1.2rem;
}
.m-clinic-contents-button {
  border-radius: 0.4rem;
  overflow: hidden;
  margin: 0 auto;
  width: 61.9469026549%;
}
.m-clinic-contents-map {
  margin-bottom: 7.3746312684%;
}
.m-clinic-contents-map-pic {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 1.7699115044%;
  overflow: hidden;
}
.m-clinic-contents-map-pic iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  margin: 0;
  width: 100%;
  min-width: 400px;
  height: 400px;
  border: none;
}
.m-clinic-contents-map-route-item {
  margin-top: 1.4749262537%;
  padding-left: 9.8461538462%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 6.4896755162% 100%;
  line-height: 5.8666666667vw;
  font-size: 1.2rem;
}
.m-clinic-contents-map-route-item:first-child {
  margin-top: 0;
}
.m-clinic-contents-map-button a {
  display: block;
  margin: 6.6371681416% 0 0;
  background: #edcfd2;
  text-align: center;
  line-height: 2.7857142857;
  font-size: 1.2rem;
  color: #726b60;
}
.m-clinic-contents-map-button a::before {
  content: '\f10b';
  position: relative;
  top: 0;
  margin-right: 1rem;
  vertical-align: middle;
  line-height: 1;
  font-family: fontAwesome;
  font-size: 3.5rem;
}
.m-clinic-contents-map .hibiya {
  background: url(../mobile/img/logo_hibiya.svg) top left/5.8666666667vw 5.8666666667vw no-repeat;
}
.m-clinic-contents-map .oedo {
  background: url(../mobile/img/logo_oedo.svg) top left/5.8666666667vw 5.8666666667vw no-repeat;
}
.m-clinic-contents-map .jr {
  background: url(../mobile/img/logo_jr.svg) top left/5.8666666667vw 5.8666666667vw no-repeat;
}
.m-clinic-contents-map .sakuradori {
  background: url(../mobile/img/logo_sakuradori.svg) top left/5.8666666667vw 5.8666666667vw no-repeat;
}
.m-clinic-contents-map .nishitetsu {
  background: url(../mobile/img/logo_nishitetsu.svg) top left/5.8666666667vw 5.8666666667vw no-repeat;
}
.m-clinic-contents-map .tenjin {
  background: url(../mobile/img/logo_tenjin.svg) top left/5.8666666667vw 5.8666666667vw no-repeat;
}
.m-clinic-contents-map .hiroden {
  background: url(../mobile/img/logo_hiroden.svg) top left/5.8666666667vw 5.8666666667vw no-repeat;
}
.m-clinic-contents-map .astramline {
  background: url(../mobile/img/logo_astramline.svg) top left/5.8666666667vw 5.8666666667vw no-repeat;
}
.m-clinic-doctor-title {
  position: relative;
  margin-bottom: 4.4247787611%;
  font-size: 1.4rem;
}
.m-clinic-doctor-pic {
  margin-bottom: 3.2448377581%;
}
.m-clinic-doctor-pic > * {
  display: table-cell;
  vertical-align: middle;
}
.m-clinic-doctor-pic .doctor-pic-img {
  padding-right: 5.604719764%;
  width: 37.037037037%;
  height: auto;
}
.m-clinic-doctor-pic .doctor-pic-name {
  font-size: 1.7rem;
}
.m-clinic-doctor-pic .doctor-pic-kana {
  display: block;
  margin-top: 2.6315789474%;
  font-size: 1.1rem;
  color: #a7a29b;
}
.m-clinic-doctor-text {
  margin-bottom: 3.2448377581%;
  text-align: justify;
  line-height: 1.5714285714;
  font-size: 1.15rem;
}
.m-clinic-history-title::before {
  z-index: 1;
  background: url(../mobile/img/accordion_title_bg.png) center no-repeat;
  width: 13.3333333333vw;
  background-size: 40% auto;
}
.m-clinic-item {
  transition: opacity 0.25s linear;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.m-clinic-item.is-active {
  opacity: 1;
  position: static;
}

.m-history-title {
  width: 5rem;
}
.m-history-item {
  border-bottom: 0.05rem solid #b9b5af;
}
.m-history-item .item-inner > * {
  display: table-cell;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  vertical-align: top;
  line-height: 1.25;
  font-size: 1.05rem;
}

.p-fixed-contents {
  position: fixed;
  bottom: 0;
  bottom: constant(safe-area-inset-bottom);
  bottom: env(safe-area-inset-bottom);
  width: 100%;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  opacity: 0;
  transition: opacity .15s linear;
}
.p-fixed-contents.headroom--not-top {
  opacity: 1;
}
.p-fixed-contents.is-bottom {
  position: absolute;
  bottom: 13.3333333333vw;
}
.p-fixed-contents .p-fixed-tel {
  order: 2;
  display: none;
  width: 100%;
  padding: 2.6666666667vw;
  background: #99928a;
  transition: all 0.4s linear;
}
.p-fixed-contents .p-fixed-tel-list {
  display: flex;
  padding-left: 0.5333333333vw;
  background: #c7bcb4;
}
.p-fixed-contents .p-fixed-tel-item {
  flex: 1;
  padding: 0.5333333333vw 0.5333333333vw 0.5333333333vw 0;
}
.p-fixed-contents .p-fixed-tel-item a {
  display: flex;
  background: linear-gradient(to bottom, #867f7b, #5c5350);
  align-items: center;
  justify-content: center;
  line-height: 10.6666666667vw;
  font-size: 3.4666666667vw;
  color: #f5f3f1;
  letter-spacing: .2rem;
}
.p-fixed-contents .p-fixed-tel.is-active {
  display: block;
  animation: show 1s linear 0s;
}
.p-fixed-contents .p-fixed-tel.is-active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-fixed-contents .p-fixed-cv {
  order: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.p-fixed-contents .p-fixed-cv.is-active {
  padding-bottom: 0;
}
.p-fixed-contents .p-fixed-cv.is-active .tel {
  background: url(../mobile/img/fixed_tel_a.png) 0 0 no-repeat;
  background-size: cover;
}
.p-fixed-contents .p-fixed-cv.is-active .tel > * {
  opacity: 0;
}
.p-fixed-contents .p-fixed-pagetop {
  position: fixed;
  right: 2.6666666667vw;
  bottom: 37.3333333333vw;
  width: 13.3333333333vw;
}
.p-fixed-contents .top {
  width: 13.3333333333vw;
}

/*# sourceMappingURL=index.css.map */
