@charset "UTF-8";
/***************************************************************
下層ページ
***************************************************************/
.lower {
  background-image: url(image.php?id=42);
  padding-bottom: 60px;
}

.sp-block {
  font-weight: inherit;
}

/***************************************************************
ぱんくずリスト
***************************************************************/
.breadcrumb-list {
  background: url(image.php?id=41);
  margin-top: 100px;
  padding: 15px 0;
  text-align: center;
}

.breadcrumb-list__item {
  display: inline-block;
  font-size: 14px;
  list-style: none;
  padding: 0 5px;
  position: relative;
}

.breadcrumb-list__item.-home {
  padding-right: 15px;
}

.breadcrumb-list__item.-home::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 18px;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}

.breadcrumb-list__link {
  color: #00c3fd;
}

.breadcrumb-list__link:hover {
  text-decoration: none;
}

/***************************************************************
ページタイトル
***************************************************************/
.page-ttl-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 30%;
}

.page-ttl-wrapper.-head {
  background-image: url(image.php?id=063);
}

.page-ttl-wrapper.-shoulder {
  background-image: url(image.php?id=064);
}

.page-ttl-wrapper.-waist {
  background-image: url(image.php?id=065);
}

.page-ttl-wrapper.-pelvis {
  background-image: url(image.php?id=066);
}

.page-ttl-wrapper.-traffic-accident {
  background-image: url(image.php?id=067);
}

.page-ttl {
  font-size: 0;
  margin: 50px 0;
  text-align: center;
}

.page-ttl-wrapper .page-ttl {
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  margin: 30px 0 0 30px;
  padding: 5% 10%;
}

.page-ttl__txt {
  display: inline-block;
  color: #e8730e;
  font-size: 30px;
  font-weight: bold;
}

.page-ttl__txt.-first {
  width: 50px;
  height: 50px;
  padding: 10px;
  background: url(/image.php?id=43);
  border-radius: 50%;
  color: #FFF;
  font-size: 50px;
}

.page-ttl__txt:nth-child(n+2) {
  margin: 0 0 0 10px;
}

.page-ttl__txt:nth-child(even) {
  vertical-align: middle;
}

.page-ttl__sub {
  color: #e8730e;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}

/***************************************************************
コンテンツ
***************************************************************/
/*-----------------------
content-wrap
-----------------------*/
.content-wrap {
  margin-top: 50px;
}

/*-----------------------
content-ttl-low
-----------------------*/
.content-ttl-low {
  position: relative;
  text-align: center;
}

.content-ttl-low__txt {
  background-color: #ffbe5f;
  background-image: url(image.php?id=42);
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 6px;
  padding: 0 1em;
  position: relative;
  text-shadow: 2px 2px 2px #333;
  text-align: center;
  z-index: 2;
}

.content-ttl-low::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  z-index: 1;
}

/*-----------------------
container-box
-----------------------*/
.content-box {
  background: #FFF;
  margin-top: 20px;
  padding: 50px;
}

.content-box__txt {
  line-height: 2;
}

@media (max-width: 980px) {
  .content-box {
    padding: 30px;
  }
}

/*-----------------------
symptom-list
-----------------------*/
.symptom-list__item {
  font-size: 24px;
  font-weight: bold;
  list-style: none;
  line-height: 1.7;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}

.symptom-list__item::before {
  background-image: url(image.php?id=37);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 50px;
  margin-top: -27px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
}

.symptom-list__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .symptom-list__item {
    font-size: 18px;
  }
}

/***************************************************************
頭痛
***************************************************************/
/*-----------------------
headache01
-----------------------*/
.content-box.-headache01 {
  background-image: url(image.php?id=44);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

/***************************************************************
肩こり
***************************************************************/
/*-----------------------
headache01
-----------------------*/
.content-box.-shoulder01 {
  background-image: url(image.php?id=45);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

/***************************************************************
腰痛
***************************************************************/
/*-----------------------
waist01
-----------------------*/
.content-box.-waist01 {
  background-image: url(image.php?id=46);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

/***************************************************************
骨盤矯正
***************************************************************/
/*-----------------------
pelvis01
-----------------------*/
.content-box.-pelvis01 {
  background-image: url(image.php?id=47);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

/***************************************************************
交通事故
***************************************************************/
/*-----------------------
traffic-accident01
-----------------------*/
.content-box.-traffic-accident01 {
  background-image: url(image.php?id=68);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 200px;
}

/***************************************************************
料金
***************************************************************/
/*-----------------------
note-list
-----------------------*/
.note-list {
  margin-top: 30px;
}

.note-list__item {
  color: #F00;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  margin-bottom: 5px;
  margin-left: 1em;
  text-indent: -1em;
}

.note-list__item:last-child {
  margin-bottom: 0;
}

/*-----------------------
price-header
-----------------------*/
.price-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.price-header__ttl {
  font-size: 18px;
  font-weight: bold;
  width: 50%;
}

.price-header__time {
  color: #666;
  font-size: 16px;
  white-space: nowrap;
}

.price-header__price {
  color: #76b755;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  width: 300px;
}

@media (max-width: 1100px) {
  .price-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .price-header__ttl {
    margin-bottom: 15px;
    width: 100%;
  }
  .price-header__time {
    margin-right: 15px;
  }
}

/*-----------------------
price-btn
-----------------------*/
.price-btn {
  background: #ffc300;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 40px 10px 30px;
  position: relative;
}

.price-btn::after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 16px;
  margin-top: -9px;
  position: absolute;
  right: 12px;
  top: 50%;
}

/*-----------------------
price-container
-----------------------*/
.price-body {
  line-height: 2;
  margin-top: 20px;
}

.price-body__txt01 {
  margin-bottom: 10px;
}

.insurance-list {
  font-size: 0;
  max-width: 730px;
}

.insurance-list__ttl,
.insurance-list__txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  padding: 5px 8px;
}

.insurance-list__ttl {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  width: 45%;
}

.insurance-list__txt {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  width: 55%;
}

.insurance-list__ttl:first-child,
.insurance-list__txt:nth-child(2) {
  margin-bottom: 10px;
}

.price-note {
  font-size: 14px;
  margin-top: 15px;
}

.price-note__item {
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}

/***************************************************************
院長
***************************************************************/
/*-----------------------
director-header
-----------------------*/
.director-header {
  display: table;
  table-layout: fixed;
  margin: 30px auto -20px;
  max-width: 1000px;
  width: 100%;
}

.director-header-img,
.director-header-txt {
  display: table-cell;
}

.director-header-img {
  vertical-align: bottom;
}

.director-header-img__img {
  vertical-align: bottom;
}

.director-header-txt {
  color: #76b755;
  vertical-align: middle;
}

.director-header-txt * {
  font-weight: bold;
}

.director-header-txt__box01 {
  font-size: 36px;
  line-height: 1.3;
}

.director-header-txt__box02 {
  font-size: 18px;
  margin-top: 30px;
  padding-top: 30px;
  padding-right: 15px;
  text-align: right;
  position: relative;
}

.director-header-txt__box02::before {
  background: #76b755;
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}

.director-header-txt__name {
  color: #000;
  font-size: 48px;
  margin-top: 10px;
}

.director-header-txt__name-img {
  width: 200px;
}

@media (max-width: 980px) {
  .director-header-txt__box01 {
    font-size: 24px;
    line-height: 1.3;
  }
  .director-header-txt__box02 {
    padding-right: 50px;
  }
  .director-header-txt__box02::before {
    right: 50px;
  }
  .director-header-txt__name {
    color: #000;
    font-size: 24px;
    margin-top: 10px;
  }
}

/*-----------------------
director-box01
-----------------------*/
.director-box01 {
  line-height: 2;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}

.director-box01::after {
  background: #333;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
}

/*-----------------------
director-box02
-----------------------*/
.director-list {
  font-size: 0;
}

.director-list__ttl,
.director-list__txt {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: top;
}

.director-list__ttl {
  width: 10%;
}

.director-list__txt {
  margin-bottom: 15px;
  width: 90%;
}

.director-list__txt:last-child {
  margin-bottom: 0;
}

/***************************************************************
よくある質問
***************************************************************/
/*-----------------------
question-list
-----------------------*/
.question-list__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.question-list__bar {
  left: 50%;
  margin-left: -6px;
}

.question-list__bar,
.question-list__bar::before {
  background: #FFF;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  -webkit-transition: .5s;
  transition: .5s;
  width: 12px;
}

.question-list__bar::before {
  content: "";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.close .question-list__bar::before {
  background: transparent;
}

.question-list__blue,
.question-list__red {
  font-weight: bold;
}

.question-list__blue {
  color: blue;
}

.question-list__red {
  color: red;
}

.question-list__a {
  line-height: 1.5;
  margin-top: 15px;
  margin-left: 2.5em;
  text-indent: -2.5em;
}

/***************************************************************
アクセス
***************************************************************/
/*-----------------------
ggmap
-----------------------*/
.ggmap {
  padding-bottom: 300px;
  position: relative;
}

.ggmap__iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*-----------------------
slide
-----------------------*/
.access-flow-wrapper {
  margin: 0 auto;
  width: 95%;
}

.access-flow {
  background: #ffedb9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  padding: 15px 15px 15px 0;
  position: relative;
}

.access-flow-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 15px;
}

.access-flow-txt__body {
  font-size: 18px;
  line-height: 1.5;
}

.access-flow__num {
  background: #ffc200;
  border-radius: 0 50% 50% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  font-weight: bold;
  margin-right: 15px;
  padding: 15px 20px 15px 0;
  text-align: right;
  width: 50px;
}

.access-flow-img {
  max-width: 300px;
  min-width: 300px;
}

.access-flow-img__img {
  display: block;
}

/*-----------------------
access-text01
-----------------------*/
.access-text01 {
  line-height: 1.7;
}

/*-----------------------
access-table
-----------------------*/
.access-table::after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}

.access-table__ttl,
.access-table__txt {
  border-bottom: 1px solid #999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-top: 12px;
  padding-bottom: 12px;
}

.access-table__ttl {
  padding-left: 10px;
  width: 30%;
}

.access-table__txt {
  width: 70%;
}