/***************************************************************
下層ページ
***************************************************************/
.lower {
  background-image: url(image.php?id=42);
  padding-bottom: 60px;
}
.sp-block {
  font-weight: inherit;
}
@media (max-width: 480px) {
  .sp-block {
    display: block;
  }
}
/***************************************************************
ぱんくずリスト
***************************************************************/
.breadcrumb-list
{
  background: url(image.php?id=41);
  margin-top: 50px;
  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,.6);
  display: inline-block;
  margin: 0;
  padding: 3% 7%;
}
.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: 14px;
  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: 24px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.3;
  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: 30px;
}
.content-box__txt {
  line-height: 2;
}
@media (max-width: 480px) {
  .content-box {
    padding: 15px;
  }
}
/*-----------------------
symptom-list
-----------------------*/
.symptom-list__item {
  font-size: 18px;
  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: 480px) {
  .content-box.-symptom-list-wrapper {
    position: relative;
  }
  .content-box.-symptom-list-wrapper::before {
    background: rgba(255,255,255,.7);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
/***************************************************************
頭痛
***************************************************************/
/*-----------------------
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__ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
.price-header__time {
  color: #666;
  display: inline-block;
  font-size: 18px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.price-header__price {
  color: #76b755;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
/*-----------------------
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 {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
}
.price-body__txt01 {
  margin-bottom: 10px;
}
.insurance-list__ttl,
.insurance-list__txt {
  font-size: 14px;
}
.insurance-list__ttl {
  border-bottom: 1px dotted #999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 0 3px;
}
.insurance-list__txt {
  margin-bottom: 15px;
}
.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;
  width: 100%;
}
.director-header-img {
  padding-top: 30px;
  text-align: center;
}
.director-header-img__img {
  vertical-align: bottom;
}
.director-header-txt {
  color: #76b755;
  display: table-header-group;
  text-align: center;
}
.director-header-txt * {
  font-weight: bold;
}
.director-header-txt__box01 {
  font-size: 30px;
  line-height: 1.3;
}
.director-header-txt__box02 {
  font-size: 18px;
  padding-top: 30px;
  margin-top: 30px;
  padding-right: 15px;
  position: relative;
}
.director-header-txt__box02::before {
  background: #76b755;
  content: "";
  height: 1px;
  margin-left: -50px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
}
.director-header-txt__name {
  color: #000;
  font-size: 36px;
  margin-top: 20px;
}
.director-header-txt__name-img {
  width: 200px;
}
@media (max-width: 480px) {
  .director-header-txt__box01 {
    font-size: 22px;
  }
}
/*-----------------------
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 {
  background: #ffc300;
  color: #FFF;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 8px 0 8px 8px;
}
.director-list__txt {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.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;
  line-height: 1.5;
}
.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__a {
  line-height: 1.5;
  margin-top: 15px;
  margin-left: 2.5em;
  text-indent: -2.5em;
}
.question-list__red {
  color: red;
}
/***************************************************************
アクセス
***************************************************************/
/*-----------------------
ggmap
-----------------------*/
.ggmap {
  padding-bottom: 40%;
  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;
  margin-top: 50px;
  padding: 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;
  margin-bottom: 15px;
}
.access-flow-txt__body {
  font-size: 14px;
  line-height: 1.5;
  padding-right: 15px;
}
.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 {
  padding: 0 15px;
}
.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 {
}
.access-table__ttl {
  background: #ffc300;
  color: #FFF;
  font-weight: bold;
  padding: 10px;
}
.access-table__txt {
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 15px;
}
.access-table__txt:last-child {
  margin-bottom: 0;
}