@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ==========================================================================
	サイト全体/共通部分の設定
	========================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background: #fff6db;
  font-family: Verdana,'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}

body {
  /*androidのデフォルトタッチイベントをクリア*/
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #000000;
}

.tableCell {
  display: table-cell;
}

p, .textR {
  font-size: 1.3rem;
}

.textS {
  font-size: 1.2rem;
}

.textSS {
  font-size: 1.1rem;
}

.contactBanner {
  position: relative;
}
.contactBanner .bannerBtn {
  display: block;
  position: absolute;
  width: 70.21%;
  left: 14.5%;
  bottom: 6.92%;
}

/* ==========================================================================
	ヘッダー
	========================================================================== */
.header {
  max-width: 720px;
}
.header .hederTop {
  margin-bottom: 4.16%;
}
.header .hederTop .hederBox {
  background: #76553d;
  padding: 7px 0;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 999;
  width: 100%;
  display: table;
}
.header .hederTop .hederBox .tableCell {
  vertical-align: middle;
}
.header .hederTop .hederBox h1 {
  font-size: 1.25rem;
  color: #fff;
  padding-left: 3.33%;
}
.header .hederTop .hederBox .menuBtn {
  width: 27.61%;
  line-height: 1;
  padding-right: 5.27%;
}
.header .hederTop .open {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.3);
}
.header .hederTop .headerNav {
  display: none;
  position: absolute;
  z-index: 998;
  width: 100%;
  background: #76553d;
  padding: 8.05% 0 0 0;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.3);
}
.header .hederTop .headerNav ul {
  padding-bottom: 4.02%;
  border-bottom: 1px solid #fff;
}
.header .hederTop .headerNav li {
  width: 83.3%;
  margin: 0 auto;
  padding-bottom: 3.75%;
}
.header .hederTop .headerNav .menuCloseBtn {
  display: block;
  width: 21.38%;
  margin: 0 auto;
  padding: 3.33% 0 2.77% 0;
}
.header .logo {
  width: 64.5%;
  padding: 0 2.63% 0 4.16%;
}
.header .telBtn {
  width: 29.4%;
  padding-right: 4.16%;
}

/*メニュー出現時オーバーレイ*/
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
}

/* ==========================================================================
	フッター
	========================================================================== */
.footer {
  background: #8cc73f;
}
.footer h2 {
  width: 73.19%;
  margin: 0 auto;
}
.footer .telBox {
  position: relative;
  margin: 4.66% 0;
}
.footer .telBox address {
  width: 63.19%;
  position: absolute;
  top: 71.7%;
  left: 18.47%;
}
.footer .footerImg {
  width: 89.02%;
  margin: 8.3% auto 4.66% auto;
}
.footer .kome {
  text-align: center;
  margin: 2.77% 0 4.16% 0;
}
.footer .footerNav {
  background: #fff;
  padding: 2.77% 0 5% 0;
}
.footer .footerNav li {
  width: 50%;
  text-align: center;
}
.footer .footerNav li img {
  width: 94.44%;
}

.topFooter {
  padding-top: 5.55%;
}

.footerAccess {
  margin-bottom: 5.55%;
  background: #fff6db;
}

/* ==========================================================================
	トップページ
	========================================================================== */
.topImgBox {
  background: #fff;
  position: relative;
}
.topImgBox p {
  position: absolute;
  left: 5.55%;
  bottom: 6.41%;
}

.topAccess {
  position: relative;
}
.topAccess span {
  display: block;
}
.topAccess .acBtn {
  width: 65.92%;
  position: absolute;
  bottom: 13.6%;
  left: 16.8%;
}

.topNayami {
  background: url("../img/top_nayami_banner_bc.png") repeat-x bottom;
  background-size: 100% 5.31%;
  background-color: #fff;
  padding: 0 2.77%;
  position: relative;
  z-index: 1;
}
.topNayami h2 {
  text-align: center;
  padding: 8.08% 0 6.61% 0;
}
.topNayami h2 img {
  width: 90.14%;
}
.topNayami ul {
  margin: 0 auto 6.61% auto;
}
.topNayami ul li {
  text-align: center;
}

.topNav {
  margin: 8.08% 5.56%;
  background: url("../img/top_navi_bc.png") no-repeat;
  background-size: cover;
}
.topNav li {
  width: 86.25%;
  margin: 0 auto;
  padding-bottom: 3.28%;
}
.topNav li:first-child {
  padding-top: 18.75%;
}
.topNav .sanzen {
  width: 86.25%;
  margin: 0 auto;
  padding: 1.56% 0 6.25% 0;
}

.topBlog {
  background: #fff;
  padding-bottom: 6.25%;
}
.topBlog h2 {
  margin-bottom: 6.25%;
}
.topBlog a {
  display: block;
}
.topBlog article {
  padding: 3.47% 5.55%;
  border-bottom: 1px dashed #bdaa9e;
}
.topBlog a:last-child article {
  border: 0;
}
.topBlog .tableCell {
  vertical-align: middle;
}
.topBlog .blogImg {
  width: 26.56%;
}
.topBlog .blogText {
  width: 63.2%;
  padding: 0 3.90%;
  font-size: 1.3rem;
}
.topBlog .blogText h3 {
  font-weight: normal;
}
.topBlog .mark {
  width: 2.34%;
}

.topIin {
  background: #fff;
  padding-bottom: 6.94%;
}
.topIin dl {
  display: table;
  width: 100%;
  border-top: 1px solid #523a26;
}
.topIin dl:nth-last-child(2) {
  border-bottom: 1px solid #523a26;
}
.topIin .tableCell {
  vertical-align: top;
}
.topIin dt {
  width: 23.19%;
  padding: 3.47% 0;
  text-align: center;
}
.topIin dd {
  border-left: 1px solid #523a26;
  padding: 3.47%;
}
.topIin .map {
  width: 94.4%;
  margin: 0 auto;
}
.topIin .map h3 {
  width: 10.88%;
  margin: 4.41% 0 2.94% 2.94%;
}
.topIin .map .mapBox {
  position: relative;
  overflow: hidden;
  padding: 0 0 66.17% 0;
}
.topIin .map .mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ==========================================================================
	下層ページ共通
	========================================================================== */
.subContent {
  background: #fefbee;
  margin-top: 2.77%;
}
.subContent h2 {
  padding: 4.16% 5.55% 5.55% 5.55%;
}

/* ==========================================================================
	ブログページ
	========================================================================== */
.blogContent {
  background: #fff6db;
}
.blogContent .blogTitle {
  padding: 0 0 2.77% 0;
}
.blogContent .blogEntry {
  word-wrap: break-word;
  margin: 0 2.77%;
  background: #fff;
  border-radius: 5px 5px 0 0;
}
.blogContent .blogEntry header {
  padding: 5.14% 2.94% 2.94% 2.94%;
  border-bottom: 1px dashed #bdaa9e;
  overflow: hidden;
}
.blogContent .blogEntry header .catParent {
  padding-top: 2.94%;
  float: right;
}
.blogContent .blogEntry header .catParent li {
  display: inline-block;
  text-arign: right;
}
.blogContent .blogEntry header .catParent li:after {
  content: '|';
}
.blogContent .blogEntry header .catParent li:last-child:after {
  content: '';
}
.blogContent .blogEntry time {
  color: #8cc73f;
  padding-left: 7.49%;
}
.blogContent .blogEntry .blogPageTitleMark {
  width: 5.15%;
  line-height: 2;
}
.blogContent .blogEntry .blogPageTitleMark img {
  vertical-align: text-top;
}
.blogContent .blogEntry .blogPageTitle {
  padding-left: 2.34%;
}
.blogContent .blogEntry .tableCell {
  vertical-align: top;
}
.blogContent .blogEntry .textArea {
  padding: 5.14% 2.94%;
}
.blogContent .blogEntry footer {
  background: #f8f6f5;
  padding-top: 5.14%;
  text-align: center;
}
.blogContent .blogEntry footer .footerText {
  color: #ff9145;
  padding: 5.14% 2.94%;
}
.blogContent .blogEntry footer .category {
  text-align: right;
  display: block;
  padding: 2.94%;
  background: #fff;
}
.blogContent .blogEntry footer .category li, .blogContent .blogEntry footer .category span {
  display: inline-block;
}
.blogContent .blogEntry footer .category span:after {
  content: '，';
}
.blogContent .blogEntry footer .category span:last-child:after,
.blogContent .blogEntry footer .category span:first-child:after {
  content: '';
}
.blogContent .blogEntry iframe {
  width: 100%;
}
.blogContent .blogEntry p {
  margin-bottom: 2rem;
}

.endLink {
  display: table;
  width: 92.66%;
  table-layout: fixed;
  background: #fff;
  padding: 3.67%;
  margin-bottom: 4.41%;
  border-top: 1px dashed #bdaa9e;
  border-radius: 0 0 5px 5px;
}
.endLink .left {
  text-align: left;
  background: url("../img/blog_list_mark2.png") no-repeat 0% 50%;
  background-size: 5.71%;
  padding-left: 4.41%;
}
.endLink .right {
  text-align: right;
  background: url("../img/blog_list_mark.png") no-repeat 100% 50%;
  background-size: 5.71%;
  padding-right: 4.41%;
}
.endLink .noBack {
  background: none;
}

.catListBox {
  margin: 0 2.77% 6.94% 2.77%;
  background: #fff;
  border-radius: 5px;
}
.catListBox h3 {
  text-align: center;
  padding: 4.41% 0;
  border-bottom: 1px dashed #bdaa9e;
}
.catListBox h3 img {
  width: 23.38%;
}
.catListBox .catList {
  padding: 4.41% 5.88% 0 7.35%;
}
.catListBox .catList > li {
  padding-bottom: 7.94%;
  background: url("../img/blog_catlist_mark.png") no-repeat 0% 0.3rem;
  background-size: 2.71%;
  padding-left: 5.08%;
}
.catListBox .catList .children {
  padding-left: 3.72%;
}
.catListBox .catList .children li {
  border-bottom: 1px dashed #bdaa9e;
}

.blogPageTitle {
  font-size: 1.5rem;
}

/*カテゴリー一覧*/
.blogCatPage {
  margin: 0 2.77% 6.94% 2.77%;
  background: #fff;
  border-radius: 5px;
}
.blogCatPage header {
  padding: 2.94% 2.94% 2.94% 2.94%;
  border-bottom: 1px dashed #bdaa9e;
}
.blogCatPage header .blogPageTitleMark {
  width: 5.15%;
  line-height: 2;
}
.blogCatPage header .blogPageTitleMark img {
  vertical-align: text-top;
}
.blogCatPage header .catPageTitle {
  padding-left: 2.34%;
}
.blogCatPage .endLink {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-radius: 0;
}

/* ==========================================================================
	交通事故の治療について
	========================================================================== */
.traffic .trafficBox {
  padding: 0 5.55% 0 5.55%;
}
.traffic .trafficBox h3 {
  margin-bottom: 5.46%;
}
.traffic .trafficTop {
  background: url("../img/traffic_text_back.png") no-repeat bottom;
  background-size: contain;
}
.traffic .trafficTop .carImg {
  display: block;
  width: 68.90%;
  margin: 0 auto;
  padding: 4.68% 0 10.93% 0;
}
.traffic .trafficTop .onayami {
  padding: 5.46% 0 7.81% 0;
}
.traffic .contactBanner {
  margin: 5.55%;
}
.traffic .trafficFlow {
  padding: 0;
}
.traffic .trafficFlow h3 {
  padding: 0 5.55% 0 5.55%;
}
.traffic .trafficFlow h3 img {
  width: 71.91%;
}
.traffic .trafficFlow .topText {
  padding: 0 4.16% 9.72% 5.55%;
}
.traffic .trafficFlow .fukidashi {
  position: relative;
  padding: 0 0 5.55% 2.77%;
}
.traffic .trafficFlow .fukidashi p {
  width: 50.85%;
  position: absolute;
  top: 9.71%;
  right: 7.71%;
}
.traffic .trafficFlow .flow {
  width: 88.88%;
  margin: 0 auto;
  background: #e8f4d9;
  border-radius: 10px;
}
.traffic .trafficFlow .flow .title {
  width: 75.78%;
  margin: 0 auto;
  padding-top: 5.46%;
}
.traffic .trafficFlow .flow ol {
  list-style: none;
  padding: 5.46% 4.68% 6.25% 6.09%;
}
.traffic .trafficFlow .flow li {
  background: url("../img/arow.png") no-repeat 1.05% 60%;
  background-size: 4.20%;
  padding-bottom: 7.0%;
}
.traffic .trafficFlow .flow li p {
  padding-left: 9.28%;
}
.traffic .trafficFlow .flow .flow4 {
  background: none;
}
.traffic .trafficFlow .flow li:last-child {
  padding-bottom: 0;
}
.traffic .trafficBottom {
  padding-top: 5.55%;
}
.traffic .trafficBottom figure {
  margin-bottom: 4.68%;
}
.traffic .trafficBottom figure figcaption {
  margin-top: 2.4%;
}
.traffic .fukidashi2 {
  position: relative;
  margin: 2.5% 0 0 2.77%;
}
.traffic .fukidashi2 p {
  width: 50.85%;
  position: absolute;
  top: 11.71%;
  right: 7.71%;
}

/* ==========================================================================
	保険施術について
	========================================================================== */
.insurance .hokenText {
  padding: 2.5% 5.55% 0 5.55%;
}
.insurance .hokenText ul {
  margin-top: 4.68%;
}
.insurance .hokenText li {
  padding-bottom: 2.03%;
  border-bottom: 1px solid #c5e196;
  margin-bottom: 2.03%;
}
.insurance .hokenText li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.insurance .hokenText .tableCell {
  vertical-align: middle;
}
.insurance .hokenText .dtImg {
  width: 17.34%;
  background: #c5e196;
  border-radius: 8px;
}
.insurance .hokenText .ddText {
  padding: 2.1% 0 2.1% 4.21%;
}
.insurance .hokenText .ddText span {
  display: block;
  color: #8cc73f;
}
.insurance .hokenText .ddText dt {
  color: #8cc73f;
}
.insurance .nayami {
  padding: 4.68% 0 5.46% 0;
}
.insurance .contactBanner {
  margin: 0 5.55%;
}
.insurance .sejyutuBox {
  margin-top: 4.16%;
}
.insurance .sejyutuBox .topText {
  padding: 2.5% 5.55% 3.9% 5.55%;
}
.insurance .sejyutuBox .topText strong {
  color: #ff9145;
}
.insurance .sejyutuBox .subTitle {
  margin-bottom: 3.59%;
}
.insurance .sejyutuBox .syugiBox {
  padding: 0 5.55% 7.03% 5.55%;
}
.insurance .sejyutuBox .syugiBox figcaption {
  padding-top: 3.59%;
}
.insurance .sejyutuBox .kikiText {
  padding: 0 5.55% 0 5.55%;
}
.insurance .sejyutuBox .kikiText ul {
  margin-top: 1.56%;
}
.insurance .sejyutuBox .kikiText ul li {
  margin-top: 4.68%;
}
.insurance .fukidashi3 {
  position: relative;
  margin: 6.66% 2.77% 0 0;
  padding-bottom: 5.55%;
}
.insurance .fukidashi3 p {
  width: 43.75%;
  position: absolute;
  top: 15.5%;
  left: 13.8%;
}

/* ==========================================================================
	スポーツ障害
	========================================================================== */
.sport .sportBox .topBox {
  padding: 0 5.55% 0 5.55%;
}
.sport .sportBox h3 {
  margin-bottom: 5.46%;
}
.sport .sportBox h3 img {
  width: 44.41%;
}
.sport .sportBox .syoujyou {
  padding: 4.68% 5.55% 4.68% 5.55%;
}
.sport .contactBanner {
  margin: 0 5.55% 4.68% 5.55%;
}
.sport .sejyutuBox {
  padding: 4.68% 5.55% 4.68% 5.55%;
}
.sport .sejyutuBox strong {
  display: block;
  color: #ff9145;
  padding-bottom: 6.25%;
}
.sport .sejyutuBox figure {
  padding-bottom: 6.25%;
}
.sport .sejyutuBox figure figcaption {
  padding-top: 3.59%;
}

.fukidashi4 {
  position: relative;
  margin: 3.75% 0 0 2.77%;
}
.fukidashi4 p {
  width: 57.38%;
  position: absolute;
  right: 11.47%;
  top: 11.22%;
  font-size: 1.1rem;
}

.fukidashi5 {
  position: relative;
  margin: 6.52% 3.61% 0 1.66%;
}
.fukidashi5 p {
  width: 40.99%;
  position: absolute;
  left: 14.49%;
  top: 16.56%;
  font-size: 1.1rem;
}

/* ==========================================================================
	メディアクエリ
	========================================================================== */
@media screen and (min-width: 360px) and (max-width: 413px) {
  p, .textR {
    font-size: 1.4rem;
  }

  .textS {
    font-size: 1.3rem;
  }

  .textSS {
    font-size: 1.2rem;
  }

  .header .hederTop .hederBox h1 {
    font-size: 1.4rem;
  }

  .blogPageTitle {
    font-size: 1.6rem;
  }

  .fukidashi4 p, .fukidashi5 p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 414px) and (max-width: 568px) {
  p, .textR {
    font-size: 1.5rem;
  }

  .textS {
    font-size: 1.3rem;
  }

  .textSS {
    font-size: 1.3rem;
  }

  .header .hederTop .hederBox h1 {
    font-size: 1.7rem;
  }

  .blogPageTitle {
    font-size: 1.9rem;
  }

  .fukidashi4 p, .fukidashi5 p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 569px) {
  p, .textR {
    font-size: 2.4rem;
  }

  .textS {
    font-size: 2.2rem;
  }

  .textSS {
    font-size: 2.2rem;
  }

  .header .hederTop .hederBox h1 {
    font-size: 2.4rem;
  }

  .blogPageTitle {
    font-size: 2.6rem;
  }

  .fukidashi4 p, .fukidashi5 p {
    font-size: 2.4rem;
  }
}
/* 	======================================================
	end
	========================================================================== */

  
/* banner */
.banner01 {
/* background: #fff;   */
}
.banner01 img{
  display: block;
  width: 90%;
  margin: 25px auto;
  
}