/***************************************************************
下層ページ
***************************************************************/
@media (max-width: 480px) {
  .sp-block {
    display: block;
  }
}
/***************************************************************
ぱんくずリスト
***************************************************************/
.breadcrumb-list
{
  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-container {
  text-align: center;
}
.page-ttl
{
  color: #FFF;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  margin: 50px 0;
  position: relative;
  text-align: center;
  z-index: 2;
}
.page-ttl::before {
  background: #FFF;
  border-radius: 50%;
  content: "";
  height: 80px;
  position: absolute;
  top: -20px;
  left: -40px;
  width: 80px;
  z-index: -1;
}
.page-ttl__first {
  color: #0080cc;
}
.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;
}
/***************************************************************
コンテンツ
***************************************************************/
.border {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.border::after {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #000), color-stop(75%, #000), to(transparent));
  background-image: linear-gradient(to right, transparent, #000 25%, #000 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  height: 1px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
}
/*-----------------------
content-wrap
-----------------------*/
.content-wrap {
  margin-top: 50px;
}
/*-----------------------
content-ttl-low
-----------------------*/
.content-ttl-low {
  position: relative;
  text-align: center;
}
.content-ttl-low__txt
{
  font-size: 24px;
  line-height: 1.3;
}
/*-----------------------
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;
  }
}
/*-----------------------
check-list
-----------------------*/
.check-list__item {
  list-style: none;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
.check-list__item::before {
  background-image: url(image.php?id=18);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 50px;
  margin-top: -27px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px
}
.check-list__item:last-child {
  margin-bottom: 0;
}
/***************************************************************
施術
***************************************************************/
/*-----------------------
chiro-price
-----------------------*/
.chiro-price {
  color: #a06b0a;
}
/*chiro-price-container*/
.chiro-price-container {
  text-align: center;
}
.chiro-price__col {
  margin-bottom: 20px;
}
.chiro-price__col:last-child {
  margin-bottom: 0;
}
.chiro-price__txt01 {
  border-style: solid;
  border-width: 5px 0;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 5px 10px;
  text-align: center;
  width: 80px;
}
.chiro-price__txt02 {
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  margin: 0 15px;
}
.chiro-price__txt03 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
/*chiro-parking*/
.chiro-parking {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 480px) {
  .chiro-price__col {
    margin-bottom: 15px;
  }
  .chiro-price__txt01 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
    padding: 5px;
    width: 50px;
  }
  .chiro-price__txt02 {
    font-size: 24px;
    font-size: 10vw;
    margin: 0 10px;
  }
  .chiro-price__txt03 {
    font-size: 12px;
  }
}
/*-----------------------
chiro-point
-----------------------*/
.chiro-point__txt {
  color: #0000b9;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
  text-align: center;
}
/*chiro-point-list*/
.chiro-point-list {
}
.chiro-point-list__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  padding: 15px;
  width: 100%;
}
.chiro-point-list__num,
.chiro-point-list__txt {
  display: table-cell;
  vertical-align: middle;
}
.chiro-point-list__num {
  background: #ffc800;
  border-radius: 50%;
  color: #FFF;
  height: 80px;
  text-align: center;
  width: 80px;
}
.chiro-point-list__num01 {
  font-size: 12px;
  margin-bottom: 5px;
}
.chiro-point-list__num02 {
  font-size: 24px;
}
.chiro-point-list__txt {
  border-bottom: 3px dotted #AAD8FF;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 15px;
}
@media (max-width: 480px) {
  .chiro-point__txt {
    font-size: 16px;
  }
}
/*-----------------------
tokyo-area
-----------------------*/
.tokyo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  margin-bottom: 30px;
}
.tokyo-area__col:first-child {
  margin-right: 10px;
}
.tokyo-area__p:first-child {
  margin-bottom: 10px;
}
.tokyo-area__em {
  color: #F00;
  font-size: 18px;
  font-weight: bold;
}
.tokyo-area__img {
  width: 100px;
}
/*-----------------------
chiro-note
-----------------------*/
.chiro-note__item {
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  margin-left: 1.3em;
  text-indent: -1.3em;
}
/***************************************************************
販売
***************************************************************/
/*-----------------------
oil
-----------------------*/
.oil-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  position: relative;
}
.oil-container__detail {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.oil-price {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  color: #a06b0a;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.oil-price__yen {
  font-size: 24px;
}
.oil-img02 {
  position: absolute;
    bottom: -20px;
    left: 250px;
  width: 250px;
}
.oil-container__main-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
}
@media (max-width: 550px) {
  .oil-img02 {
    left: 55%;
    width: 50%;
  }
}
@media (max-width: 400px) {
  .oil-price {
    font-size: 48px;
    font-size:15vw;
  }
  .oil-price__yen {
    font-size: 18px;
  }
}
/*-----------------------
oil-omega3
-----------------------*/
.oil-omega3__p {
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.oil-omega3__p:last-child {
  margin-bottom: 0;
}
/*-----------------------
oil-recommend
-----------------------*/
.oil-recommend__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.oil-recommend__txt {
  margin-bottom: 30px;
}
.oil-recommend__img {
  text-align: center;
}
@media (max-width: 480px) {
  .-oil .check-list__item {
    line-height: 1.5;
  }
  .oil-recommend__ttl {
    font-size: 18px;
    font-size: 5vw;
  }
}
/***************************************************************
お客様の声
***************************************************************/
/*-----------------------
voice-box
-----------------------*/
.voice-box__container {
  list-style: none;
  margin-bottom: 50px;
  text-align: center;
}
.voice-box__container:last-child {
  margin-bottom: 0;
}
.voice-box__ttl {
  color: #333;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 15px;
  position: relative;
}
.voice-box__ttl::before {
  background: #333;
  content: "";
  height: 30px;
  position: absolute;
  top: -4px;
  left: 0;
  width: 5px;
}
.voice-main__col {
  margin-bottom: 30px;
}
.voice-main__img {
  width: 80px;
}
/*-----------------------
voice-more
-----------------------*/
.voice-more {
  text-align: left;
}
.voice-more__trigger {
  background: #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: block;
  margin: 15px auto 0;
  padding: 10px;
  text-align: center;
  width: 200px;
}
.voice-more__trigger::before {
  content: "続きを読む";
}
.voice-more__trigger.close::before {
  content: "閉じる";
}
.voice-more__trigger::after {
  content: "\f0ab";
  display: inline-block;
  font-family: FontAwesome;
  padding-left: 5px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.voice-more__trigger.close::after {
  padding-right: 5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.voice-more__head,
.voice-more__body {
  font-size: 18px;
  line-height: 1.7;
}
/***************************************************************
スタッフの紹介
***************************************************************/
@media (max-width: 400px) {
  .-director .page-ttl {
    font-size: 36px;
    font-size: 12vw;
  }
}
/*-----------------------
director
-----------------------*/
.director__txt {
  margin-bottom: 15px;
}
.director__p {
  line-height: 1.7;
  margin-bottom: 1em;
}
.director__p:last-child {
  margin-bottom: 0;
}
/*director-plofile*/
.director-plofile {
  font-size: 0;
}
.director-plofile__col {
  display: inline-block;
  width: 50%;
}
.director-plofile__img {
  vertical-align: middle;
}
/*-----------------------
director02
-----------------------*/
.-director02.content-ttl-low::before,
.-director02.content-ttl-low::after {
  width: 15%;
}
.-director02 .content-ttl-low__txt {
  font-size: 18px;
  font-size: 4vw;
  line-height: 1.3;
  padding: 0 15%;
}
.director02__img {
  margin-bottom: 50px;
  text-align: center;
}
/*director02-list*/
.director02-list__ttl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffd400));
  background: linear-gradient(transparent 60%, #ffd400 60%);
  display: inline-block;
  font-size: 18px;
  font-size: 4.5vw;
  font-weight: bold;
  margin-bottom: 15px;
  white-space: nowrap;
}
.director02-list__txt {
  line-height: 1.5;
  margin-bottom: 30px;
}
.director02-list__txt:last-child {
  margin-bottom: 0;
}
/***************************************************************
交通事故
***************************************************************/
/*-----------------------
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;
}
/***************************************************************
アクセス
***************************************************************/
.-access.content-ttl-low::before,
.-access.content-ttl-low::after {
  width: 15%;
}
.-access .content-ttl-low__txt {
  font-size: 24px;
  font-size: 4vw;
  padding: 0 15%;
}
/*-----------------------
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: #caebff;
  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: #0080cc;
  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 {
  background: #0080cc;
  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;
}
/***************************************************************
サイトマップ
***************************************************************/
@media (max-width: 480px) {
  .-sitemap .page-ttl {
    font-size: 48px;
    font-size: 10vw;
  }
  .sitemap-list {
    padding: 15px 0 15px 15px;
  }
}