@charset "UTF-8";

/*google font*/
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&family=Kosugi+Maru&family=M+PLUS+Rounded+1c:wght@700&display=swap');

.font-f-kiwi {
  font-family: 'Kiwi Maru', serif;
}

.font-f-kosugi {
  font-family: 'Kosugi Maru', sans-serif;
}

.font-f-maru {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

html, body, div, p, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  line-height: 1.2;
}

.inside {
    transition: 0.3s linear;
    opacity: 0;
}

#single-main * {
  line-height: 1.6;
}

#single-main a {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}

.title {
  float: inherit;
}

a.link-deco {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}

/*slick*/
.btn-slick {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-section {
  margin-bottom: 30px;
}

.slick-section .btn-slick.btn-back {
  left: 0;
}

.slick-section .btn-slick.btn-next {
  right: 0;
}

.slider-nav .slick-track {
  transform:unset!important;
}

.slider-nav li {
  margin: 1%;
}

/*font-sizeを親要素に対しての％で伸縮*/
.font-big {
  font-size: 150%;
}

.font-middle {
  font-size: 120%;
}

.font-small {
  font-size: 80%;
}

.font-half {
  font-size: 50%;
}

/*テキストカラー*/
.up-c-orange {
  color: #f57400;
}

.up-c-light-blue {
  color: #3bb0ed;
}

.up-c-brown {
  color: #623706;
}

.up-text-s-white {
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}

/*iframe高さ*/
/*mapの大きさをpadding-topで決める*/
.map-h {
  position: relative;
  overflow: hidden;
}

.map-h:after {
  display: block;
  padding-top: 50%;
  content: "";
}

.map-h iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: initial;
  width: 100%;
  height: 100%;
}

/*youtubeの大きさをpadding-topで決める*/
.youtube-h {
  position: relative;
  overflow: hidden;
}

.youtube-h:after {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.youtube-h iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: initial;
  width: 100%;
  height: 100%;
}

/*共通クラス*/
/*font-size (%) */
.up-fz-10\% {
  font-size: 10%;
}

/*letter-spacing*/
.up-ls-1\.0 {
  letter-spacing: 2.5px;
}
.up-ls-1\.2 {
  letter-spacing: 2.5px;
}

.up-ls-1\.4 {
  letter-spacing: 2.5px;
}

.up-ls-1\.6 {
  letter-spacing: 2.5px;
}

.up-ls-1\.5 {
  letter-spacing: 2.5px;
}

.up-ls-1\.8 {
  letter-spacing: 2.5px;
}

.up-ls-2\.5 {
  letter-spacing: 2.5px;
}

.up-ls-2\.0 {
  letter-spacing: 2.5px;
}

.up-ls-2\.5 {
  letter-spacing: 2.5px;
}

.up-ls-3\.0 {
  letter-spacing: 2.5px;
}

/*margin-auto*/
.up-mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

/*pc,tb,sp時改行*/
.pc-br {
  display: block;
}

.pc-tb-br {
  display: block;
}

@media (max-width: 1024px) {
  .pc-tb-br {
    display: inline;
  }
}

@media (max-width: 599px) {
  .pc-br {
    display: inline;
  }
  
  .sp-br {
    display: block;
  }
}

/*pc,tb,sp時非表示*/
.sp-onry {
  display: none;
}

@media (max-width: 1024px) {
 .sp-tb-onry {
    display: none;
  } 
}

@media (max-width: 599px) {
  .pc-onry {
    display: none;
  }
  
  .sp-onry {
    display: block;
  }
}

/*ボタン*/
.green-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.green-btn a {
  max-width: 100%;
  width: 200px;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  background: #83ca09;
  border: 1px solid #54b51c;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.3) 0%,transparent 50%,transparent 50%,rgba(0,0,0,.1) 100%);
  background-image:         linear-gradient(rgba(255,255,255,.3) 0%,transparent 50%,transparent 50%,rgba(0,0,0,.1) 100%);
  box-shadow: 0 2px 2px 0 rgba(255,255,255,.1) inset,0 2px 10px 0 rgba(255,255,255,.2) inset,0 -2px 2px 0 rgba(0,0,0,.1) inset;
  border: 1px solid rgba(0,0,0,.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.icon-btn a:after {
  font-family: "Font Awesome 5 Free";
  font-family: "FontAwesome";
  content: '\f0da';
  font-weight: 900;
  color: #fbee0b;
  font-size: 30px;
  margin-left: 10px;
}

.big-btn a {
  width: 400px;
  padding: 10px 10px;
}

@media (max-width: 1024px) {
  .big-btn a {
    width: 300px;
    padding: 5px 10px;
  }
}


/*全ページ共通*/
/*ヘッダー*/
header {
  overflow: inherit;
}

.sp-header {
  display: none;
}

.sp-header .sp-header-box {
  width: 15vw;
  margin-right: 5px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sp-header .sp-header-box:last-of-type {
  margin-right: 0;
}

.sp-header .icon {
  max-width: 50px;
  max-height: 50px;
  font-size: 30px;
  margin: 2%;
  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;
}

.sp-header .tel-box {
  background: #87cb18;
  color: #fff;
  text-align: center;
  font-size: 2vw;
  padding: 10px;
}

.sp-header .a-test .tel-box {
  background: #87cb18;
}

.sp-header .b-test .tel-box {
  background: #f77704;
}

.sp-header .tel-box a {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sp-header .none-tel {
  display: none;
}

.sp-header .jiko-box {
  background: #ebfacc;
  color: #ff7800;
  text-align: center;
  font-size: 2vw;
  padding: 10px;
}

.sp-header .jiko-box a {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sp-header .sp-header-box.logo-box {
  background: #ff7800;
    -webkit-box-flex: 3;
  -ms-flex-positive: 3;
          flex-grow: 3;
  -ms-flex-negative: 0;
        flex-shrink: 0;
}

.sp-header .sp-header-box.logo-box a {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
}

.sp-header .sp-header-box.logo-box .img {
  width: 90%;
  max-width: 300px;
}

nav {
  display: block;
  border-top: 5px solid #ff7800;
  overflow: inherit;
}

nav::before {
  display: none;
}

.toggle-box {
  background: #f77704;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px;
}

  .toggle {
    max-width: 100%;
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
  }
  
  .toggle .bar {
    display: block;
    background: #fff;
    height: 5px;
    width: 100%;
    text-indent: 9999px;
    padding: 0;
    top: 50%;
    left: 0px;
    margin-top: -1px;
    position: absolute;
    -webkit-transition: ease .40s;
    transition: ease .40s;
  }
  
  .toggle .bar:before {
    display: block;
    content: "";
    background: #fff;
    height: 5px;
    width: 100%;
    position: absolute;
    top: -15px;
    left: 0;
  }
  
  .toggle .bar:after {
    display: block;
    content: "";
    background: #fff;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 15px;
    left: 0;
  }
  
  .toggle-text {
    color: #fff;
    font-size: 3vw;
  }
  
  header.active .toggle-box .toggle .bar {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  header.active .toggle-box .toggle .bar:before {
    top: 0;
  }
  
  header.active .toggle-box .toggle .bar:after {
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

.head-logo a {
  max-width: 370px;
  max-height: 150px;
  display: block;
}

.head-tel .text {
  background: #94be40;
  color: #fff;
  border-radius: 20px;
}

.head-tel>.text {
  font-size: 14px;
  padding: 0 10px;
  line-height: 1.5;
}

.head-tel .text_box .text {
    width: 30%;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    margin-right: 5px;
    padding: 0px 10px;
    align-self: center;
    line-height: 1.6;
}

.head-tel .text_box .tel {
  font-size: 30px;
  letter-spacing: -1px;
  flex-grow: 2;
}

.head-tel .text_box .tel a {
  color: #f65404;
}

/*アコーディオンメニュー*/
nav ul.hun-menu {
  overflow: inherit;
}

nav ul.hun-menu > li {
  position: relative;
}

nav ul.aco-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

nav ul.aco-menu.active {
  display: block;
  transition: 0.3s;
}

nav ul.tb-sp-menu {
  display: none;
}

@media (max-width: 1024px) {
  nav {
    height: 90vh;
    overflow: scroll;
    border: none;
    background: #fff;
    display: none;
  }
  
  nav li+li {
    border-top: 1px solid #ff7800;
  }
  
  nav ul.hun-menu {
    max-width: 100%;
    border-bottom: 1px solid #ff7800;
  }
  
  nav ul.hun-menu > li {
    width: 100%;
    border-left: none;
  }
  
    nav ul li:last-child {
    border-right: none;
  }
  
  nav ul.aco-menu {
    width: 100%;
    position: static;
  }
  
  nav ul li a {
    display: inline-block;
    text-align: left;
    font-size: 14px;
  }
  
  nav ul.tb-sp-menu {
    display: block;
  }
  
  ul.aco-menu li {
    border-right: none;
    border-top: 1px solid #fff;
  }
  
  ul.aco-menu li:last-child {
    width: 100%;
     border-bottom: none;
  }
  
  ul.aco-menu li a {
    font-size: 14px;
    background: #f77704;
    color: #fff;
  }
  
  .pc-header {
    display: none;
  }
  
  .sp-header {
    display: block;
  }
  
  .sp-header .tel-box {
    padding: 5px;
  }

  .sp-header .jiko-box {
    padding: 5px;
  }
  
  nav ul.hun-menu .aco:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    padding-right: 5px;
    color: #f89174;
    position: absolute;
    top: 10px;
    right: 0;
  }
  
   nav ul.hun-menu .aco.active:before {
     content: "\f077";
   }
}

@media (max-width: 599px) {
  .sp-header .icon {
    max-width: 30px;
    max-height: 30px;
    font-size: 20px;
  }
  
  .toggle .bar {
    height: 3px;
  }
  
  .toggle .bar:before {
    height: 3px;
    top: -15px;
  }
  
  .toggle .bar:after {
    height: 3px;
    top: 15px;
  }
}


/*メインビジュアル*/
#main-img {
  height: auto;
  position: relative;
}

#main-img .main-img-text {
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*フッター*/
.foot-blog h2 {
  background: #ff7800;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 5px;
}

.foot-logo a {
  max-width: 300px;
  max-height: 150px;
  display: block;
}

.foot-blog .blog-box {
  width: 31%;
  margin: 1%;
}

.foot-blog .blog-box a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
  border: 2px solid #f77803;
  background: #fff;
}

.foot-blog .cate-box {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #f77803;
}
 
.foot-blog .text-box .cate {
  margin-left: 10px;
}

.foot-blog .text-box .cate span {
  color: #fff;
  background: #f77803;
  border-radius: 20px;
  line-height: 1;
  padding: 3px 10px;
  margin: 3px;
  display: inline-block;
  font-size: 11px;
}

.foot-blog .blog-box .title:before {
  width: 50px;
  height: 20px;
  content: "";
  background-image: url(/file_contents/1419/get);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: none;
          transform: none;
}

@media (max-width: 1024px) {
  .foot-logo {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .head-tel {
    width: 55%;
  }
  
  #foot-info {
    width: 40%;
  }
  
  .foot-blog .blog-box {
    width: 100%;
    margin: 1% 0;
  }
}

@media (max-width: 599px) {
  .head-tel {
    width: 100%;
    margin-bottom: 10px;
  }
  
  #foot-info {
    width: 100%;
  }
  
  #foot-3 {
    font-size: 12px;
  }
}

/*固定お問い合わせボタン*/
.kotei-side-line {
  z-index: 1;
}

@media (max-width: 1024px) {
  .kotei-side-line {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }
  
  .kotei-side-line .sp-kotei {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .kotei-side-line li {
    width: 50%;
    margin-bottom: 0;
  }
  
  .kotei-side-line li a {
  background: none;
	padding: 5px;
  }
}

/*↓コンテンツパターン*/

/*負傷の治療リハビリ*/
.side-rehabilitation {
  padding: 10px 5px;
  background: #fbf4df;
  border: 2px solid #f77803;
  border-radius: 10px;
  text-align: center;
}

.side-rehabilitation .text {
  color: #6a3602;
  font-weight: bold;
  line-height: 1.2;
}

.ribbon {
  width: 70%;
  max-width: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 5px 10px;
  background: #ef3418;
  border: 1px solid #fff;
  position: relative;
}

.ribbon:before {/*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -41px;
  z-index: 0;
  border: 20px solid #ef3418;
  border-left-color: transparent;/*山形に切り抜き*/
}

.ribbon:after {/*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -41px;
  z-index: 0;
  border: 20px solid #ef3418;
  border-right-color: transparent;/*山形に切り抜き*/
}

.ribbon.big-ribbon {
  max-width: inherit;
}

.side-rehabilitation .main-rehabilitation .come {
  width: 40%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 12px 2px;
  background: #80c10b;
  border-radius: 50%;
  line-height: 1.2;
  font-weight: bold;
}

.side-rehabilitation .main-rehabilitation .title-text {
  color: #f77803;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 1px #80c10b, -2px 2px 1px #80c10b, 2px -2px 1px #80c10b, -2px -2px 1px #80c10b, 2px 0px 1px #80c10b, 0px 2px 1px #80c10b, -2px 0px 1px #80c10b, 0px -2px 1px #80c10b;
  -webkit-text-stroke: 2px #ffffff;
  text-stroke: 2px #FFF;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: -20px;
}

.side-rehabilitation li {
  padding: 5px 10px;
  color: #fff;
  background: #f77803;
  font-weight: bold;
  letter-spacing: 1.2px;
  border-radius: 10px;
}

.side-rehabilitation li+li {
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .side-rehabilitation li {
    border-radius: 5px;
  }
  
  .side-rehabilitation .ribbon {
    max-width: inherit;
  }
}

@media (max-width: 599px) {
  .ribbon {
    width: 90%;
    margin-left: 30px;
    margin-right: 30px;
  }
  
  .ribbon:before {/*左側のリボン端*/
    bottom: -5px;
    left: -31px;
    border: 15px solid #ef3418;
    border-left-color: transparent;
}

.ribbon:after {/*右側のリボン端*/
    bottom: -5px;
    right: -31px;
    border: 15px solid #ef3418;
    border-right-color: transparent;
  }
  
  .side-rehabilitation .ribbon {
    max-width: 80%;
  }
}

/*共通*/
.pic-text-e {
  color: #fcff01;
}

.back-text_e {
    background: #fcff01;
}


/*接骨院では濃厚接触になりません*/
.main-thick {
  background: #f8b727;
  padding: 20px 8px 8px 8px;
  border-radius: 30px;
}

.main-thick .main-title {
  color: #e71e05;
  font-size: 30px;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
  font-weight: bold;
  text-align: center;
}

.main-thick .thick-cont {
  background: #fffeed;
  padding: 20px 30px;
}

.main-thick .thick-cont:last-of-type {
  padding: 8px;
  border-radius: 0 0 30px 30px;
}

.main-thick .check-box .check:before {
  content: "□";
  font-size: 30px;
  margin-right: 10px;
}

.main-thick li {
  width: 120px;
  height: 120px;
}

.main-thick li .icon-box {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background: #f8b727;
  overflow: hidden;
  position: relative;
}

.main-thick li .icon-box:before {
    width: 110%;
    height: 15px;
    background: #f1854a;
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: rotate(45deg) translate(-10%, 0%);
            transform: rotate(45deg) translate(-10%, 0%);
}

.main-thick li .icon-box:after {
    width: 110%;
    height: 15px;
    background: #f1854a;
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: rotate(-45deg) translate(0%, -50%);
            transform: rotate(-45deg) translate(0%, -50%);
}

.main-thick li .icon-box .icon-img {
  width: 100%;
  height: 100%;
  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;
  position: relative;
  z-index: 1;
}

.main-thick li .icon-box img {
  max-width: 80px;
  max-height: 80px;
}

.main-thick .applicable {
  background: #fcf21a;
}

.main-thick .applicable .img-box {
  max-width: 200px;
  margin-top: -30px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .main-thick .main-title {
    font-size: 26px;
  }
  
  .main-thick .thick-cont {
    padding: 20px 15px;
  }
  
  .main-thick li {
    width: 90px;
    height: 90px;
  }
  
  .main-thick li .icon-box img {
    max-width: 70px;
    max-height: 70px;
  }
  
  .main-thick li .icon-box:before {
    height: 10px;
  }
  
  .main-thick li .icon-box:after {
    height: 10px;
  }
}

@media (max-width:599px) {
    .main-thick .main-title {
        font-size: 16px;
    }

    .main-thick .thick-cont {
        padding: 20px 0px;
    }
    .main-thick .check-box .check {
        font-size: 12px;
        padding-left: 15px;
    }

    .main-thick .check-box .check:before {
        font-size: 14px;
    }

    .main-thick li {
        width: 60px;
        height: 60px;
    }


    .main-thick li .icon-box img {
        max-width: 50px;
    }

    .main-thick .applicable .img-box {
        max-width: 120px;
        margin-top: -10px;
    }

    .main-thick .applicable .text-box {
        font-size: 13px;
        line-height: 1.3;
    }

    .main-thick .thick-cont:last-of-type {
        font-size: 13px;
        line-height: 1.3;
    }

}

/*早期回復・リハビリ*/
/*吹き出し*/
.fuki {
  border-radius: 10px;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #6a3602;
  font-size: 16px;
  background: #fff;
  position: relative;
}

.fuki:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 20px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}

.fuki-text {
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 1px #6a3602, -2px 2px 1px #6a3602, 2px -2px 1px #6a3602, -2px -2px 1px #6a3602, 2px 0px 1px #6a3602, 0px 2px 1px #6a3602, -2px 0px 1px #6a3602, 0px -2px 1px #6a3602;
}

@media (max-width: 1024px) {
  .fuki {
    margin: 0 10px 0 0;
    padding: 5px 10px;
    border-radius: 7px;
  }
  
  .fuki:before {
    top: 20%;
    right: auto;
    left: 100%;
    transform: rotate(270deg);
  }
  
  .fuki-text {
    font-size: 26px;
    display: inline;
    line-height: 1.6;
  }
}

.main-recovery {
  background: #a46a2b;
  padding: 8px;
  border-radius: 10px;
}

.main-recovery .gra-recovery {
  padding: 20px 0;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(164,106,43,1) 0%, rgba(198,142,81,1) 50%, rgba(164,106,43,1) 100%);
}

.main-recovery .sub-recovery {
    height: 100%;
    padding: 10px 15px;
    background: #faf1d8;
    background-image:
    repeating-linear-gradient(to bottom,
    transparent 25px,
    rgba(0, 0, 0, 0.04) 26px,  rgba(0, 0, 0, 0.04) 26px,
    transparent 27px,  transparent 51px, 
    rgba(0, 0, 0, 0.04) 52px,  rgba(0, 0, 0, 0.04) 52px,
    transparent 53px,  transparent 77px, 
    rgba(0, 0, 0, 0.04) 78px,  rgba(0, 0, 0, 0.04) 78px,
    transparent 79px,  transparent 103px, 
    rgba(0, 0, 0, 0.04) 104px,  rgba(0, 0, 0, 0.04) 104px,
    transparent 105px,  transparent 129px, 
    rgba(0, 0, 0, 0.04) 130px,  rgba(0, 0, 0, 0.04) 130px),

    repeating-linear-gradient(to right,
    transparent 25px,
    rgba(0, 0, 0, 0.04) 26px,  rgba(0, 0, 0, 0.04) 26px,
    transparent 27px,  transparent 51px, 
    rgba(0, 0, 0, 0.04) 52px,  rgba(0, 0, 0, 0.04) 52px,
    transparent 53px,  transparent 77px, 
    rgba(0, 0, 0, 0.04) 78px,  rgba(0, 0, 0, 0.04) 78px,
    transparent 79px,  transparent 103px, 
    rgba(0, 0, 0, 0.04) 104px,  rgba(0, 0, 0, 0.04) 104px,
    transparent 105px,  transparent 129px, 
    rgba(0, 0, 0, 0.04) 130px,  rgba(0, 0, 0, 0.04) 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-recovery .sub-recovery .text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.9;
  color: #6a3602;
}

.main-recovery .recovery-cont {
  background: #fff;
}

.main-recovery .img-box {
  margin-left: -10%;
}

.main-recovery .icon-box {
  position: relative;
  z-index: 1;
}

.main-recovery .icon-box:before {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(164,106,43,0) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.main-recovery .icon-box li {
  width: 29%;
  margin: 4% 2% 0 2%;
}

.main-recovery .icon-box li .icon {
  background: #f77803;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2px;
  border-radius: 10px;
  -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.main-recovery .icon-box li .icon .icon-img {
  padding: 10px 5px;
}

.main-recovery .icon-box li .icon .icon-img .img {
  width: 50px;
  height: 50px;
  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;
}

.main-recovery .icon-box li .text-box {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #623706;
    background: #fbf4df;
    border-radius: 0 0 10px 10px;
    font-weight: bold;
    padding: 10px 5px;
}

@media (max-width: 1024px) {
  .main-recovery .gra-recovery {
    padding: 10px 0;  
  }
  
  .main-recovery .sub-recovery {
    padding-right: 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  
  .main-recovery .sub-recovery .text {
    padding-right: 40px;
  }
  
  .main-recovery .icon-box li {
    width: 100%;
    margin: 2% 2% 0 2%;
  }
  
  .main-recovery .icon-box li .icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  
  .main-recovery .icon-box li .icon .icon-img .img {
    width: 30px;
    height: 30px;
  }
  
  .main-recovery .icon-box li .text-box {
    width: 100%;
    font-size: 18px;
    border-radius: 0 5px 5px 0px;
    padding: 10px 5px;
    margin-right: 3px;
  }
}

@media (max-width: 599px) {
  .main-recovery .icon-box li .text-box {
    font-size: 16px;
  }
  
  .main-recovery .sub-recovery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 50px;
  }
  
  .main-recovery .sub-recovery .text {
    font-size: 18px;
    padding-right: 0;
  }
}

/*特徴*/
.before-text:before {
  width: 100%;
  text-align: center;
  content: "point";
  color: #f57400;
  font-size: 20px;
  letter-spacing: 2px;
  position: absolute;
  top: -30px;
  left: 0;
}

.main-feature {
  border: 2px solid #d9ea76;
  padding: 40px 15px 15px 15px;
  background: rgb(231,244,155);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(231,244,155,0.8953956582633054)), color-stop(90%, rgba(231,244,155,0.9486169467787114)), to(rgba(255,255,255,1)));
  background: linear-gradient(to top, rgba(231,244,155,0.8953956582633054) 0%, rgba(231,244,155,0.9486169467787114) 90%, rgba(255,255,255,1) 100%);
}

.main-feature .logo-img {
  max-width: 300px;
}

.main-feature .feature-box {
  background: #fff;
  padding: 25px 40px 15px;
  overflow: hidden;
  position: relative;
}

.main-feature .feature-box .title-text {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.main-feature .feature-box .text {
  line-height: 1.8;
}

.main-feature li+li {
  margin-top: 15px;
}

.main-feature .feature-deco {
  width: 120px;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #8ac723;
  border-top: 4px solid #a8d55d;
  border-bottom: 4px solid #a8d55d;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-30%, 30%) rotate(-45deg);
          transform: translate(-30%, 30%) rotate(-45deg);
}

.main-feature .number {
  color: #f8a238;
  background: -webkit-linear-gradient(90deg, #f8941b, #ffca89);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 599px) {
  .main-feature .logo-img {
    max-width: 170px;
  }
  
  .main-feature .feature-box {
    padding: 25px 20px 15px;
  }
}

/*悩み1*/
#nayami.main-nayami1 {
  display: block;
  margin: 1.5em 0;
  margin-bottom: 3em;
  padding: 0px 0px 30px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f8f1e2;
  box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 20%);
  position: relative;
}

#nayami.main-nayami1:before {
  content: "";
  margin-left: -15px;
  border: 50px solid transparent;
  border-top: 25px solid #f8f1e2;
  position: absolute;
  top: 100%;
  left: 45%;
}

#nayami.main-nayami1 .title-text {
  padding-bottom: 80px;
}

#nayami.main-nayami1 .title-text .img-box {
  width: 40%;
  margin-left: 0;
  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;
}

#nayami.main-nayami1 .title-text .img-box .img-item {
  max-width: 230px;
  width: 100%;
}

#nayami.main-nayami1 .title-text .text-box {
  width: 60%;
}

#nayami.main-nayami1 .title-text .sub-title {
  background: #90c600;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 10px 10px;
  font-size: 18px;
  font-weight: bold;
}

#nayami.main-nayami1 .title-text .main-title {
  font-size: 30px;
  text-align: center;
  margin-top: 10px;
}

#nayami.main-nayami1 ul {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  #nayami.main-nayami1 .title-text .main-title {
    font-size: 28px;
  }
}

@media (max-width: 599px) {
  #nayami.main-nayami1 .title-text {
    padding-bottom: 60px;
  }
  
  #nayami.main-nayami1 .title-text .main-title {
    font-size: 18px;
  }
  
  #nayami.main-nayami1 .title-text .sub-title {
    padding: 5px 10px;
    font-size: 13px;
  }
}

/*悩み2*/
#nayami2 {
  width: auto;
  height: auto;
}

#nayami2 ul {
  width: 80%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

#nayami2 img {
  bottom: 0;
  left: 0;
}

#nayami2,
.main-nayami2 {
  background: #f8f1e2;
}

.main-nayami2 .title-text {
  padding-bottom: 60px;
  background-image: url('/file_contents/1392/get');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.main-nayami2 .title-text .main-title {
  font-size: 40px;
  color: #6a3602;
  font-weight: bold;
}

.main-nayami2 .title-text .sub-title {
  background: #90c600;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 20px 10px;
  font-size: 20px;
}

.main-nayami2 .text-box {
  width: 90%;
  font-weight: bold;
  z-index: 1;
}

.main-nayami2 .img-box {
  width: 30%;
  margin-left: -20%;
}

.main-nayami2 .img-box .img {
  margin-top: -100px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 5px #9c9c9c;
  box-shadow: 0 0 5px #9c9c9c;
}

@media (max-width: 1024px) {
  .main-nayami2 .title-text .main-title {
    font-size: 30px;
  }
}

@media (max-width: 599px) {
  #nayami2 ul {
    width:95%;
  }
}


/*お問い合わせ*/
.main-access {
  width: 98%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)), color-stop(0%, #f77406), color-stop(50%, #ffb664), to(#f77c05));
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, #f77406 0%, #ffb664 50%, #f77c05 100%);
  border: 8px solid #fff;
  -webkit-box-shadow: 0 0 3px #9c9c9c;
          box-shadow: 0 0 3px #9c9c9c;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main-access .title-text {
  font-size: 28px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 5px 10px;
}

.main-access .access-box {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)), color-stop(0%, #fef2e5), color-stop(50%, #fffff5), to(#fef2e5));
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, #fef2e5 0%, #fffff5 50%, #fef2e5 100%);
  border: 2px solid #f88a1d;
  border-radius: 5px;
  padding: 30px 20px 15px;
}

.main-access .access-box .tel {
  text-align: center;
  color: #f76c08;
  letter-spacing: 6px;
  font-weight: bold;
}

.main-access .access-box .tel span {
  display: block;
  letter-spacing: 1.5px;
  color: #623707;
  line-height: 0;
  text-align: left;
  padding-left: 40px;
}

.main-access .access-box .tel img {
  max-width: 50px;
  max-height: 60px;
  transform: rotate(-10deg);
}

.main-access .ribbon {
  max-width: 100%;
  width: 80%;
  background: #90c600;
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
}

.main-access .ribbon:before {
  border-color: #90c600;
  border-left-color: transparent;
}

.main-access .ribbon:after {
  border-color: #90c600;
  border-right-color: transparent;
}

.main-access .access-item-list+.access-item-list {
  margin-top: 5px
}

.main-access .access-item {
  background: #e0d1ba;
  font-size: 15px;
  color: #623706;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 0 5px;
  margin-bottom: 2px;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .main-access .title-text {
    font-size: 20px;
  }
  
  .main-access .access-box {
    padding: 10px;
  }
  
  .main-access .access-box .tel {
    font-size: 60px;
    letter-spacing: 1px;
  }
  
  .main-access .ribbon {
    font-size: 14px;
  }
  
  .main-access .consultation {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .access-information {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .access-address {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media (max-width: 599px) {
  .main-access .access-box {
    padding: 10px 10px 15px;
  }
  
  .main-access .access-box .tel {
    font-size: 30px;
  }
}

/*テーブル*/
.consultation {
  background: #fff;
  border: 1px solid #90c600;
  border-radius: 5px;
  padding: 5px;
}

.consultation table {
  width: 100%;
  height: 100%;
}

.consultation table tbody tr {
  border-top: 1px solid #e0d2bb
}

.consultation table th {
  letter-spacing: 5px;
}

.consultation table td {
  border-left: 1px solid #e0d2bb;
}

.consultation table th,
.consultation table td {
  text-align: center;
  padding: 3px;
}

/*アクセスサイズsp*/
.access-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
    justify-content: space-between;
}

.access-section .main-access {
  width: 48%;
  margin-left: 0;
  margin-right: 0;
}

.access-section .main-access .title-text {
  font-size: 20px;
}

.access-section .main-access .ribbon {
  font-size: 14px;
}

.access-section .main-access .access-box {
  padding: 10px;
}

.access-section .main-access .access-box .tel {
  font-size: 30px;
  letter-spacing: 1px;
}

.access-section .main-access .access-box .tel ruby rt {
  font-size: 14px;
}

.access-section .consultation {
  width: 100%;
}

.access-section .access-information {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

.access-section .access-address {
  font-size: 15px;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .access-section .main-access {
    width: 100%;
  }
  
  .access-section .access-address {
    font-size: 14px;
  }
}

/*症状メニュー*/
.main-syouzyou .syouzyou-box {
  background: #fef7cd;
  border: 3px solid #9e6d39;
  border-radius: 10px;
  padding: 5px 10px;
  position: relative;
}

.main-syouzyou ul {
  width: 92%;
}

.main-syouzyou li:last-of-type .title-text{
  font-size: 24px
}

.main-syouzyou .img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-syouzyou .title-text {
    width: 70px;
    height: 70px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 1px #f8a520, -2px 2px 1px #f8a520, 2px -2px 1px #f8a520, -2px -2px 1px #f8a520, 2px 0px 1px #f8a520, 0px 2px 1px #f8a520, -2px 0px 1px #f8a520, 0px -2px 1px #f8a520;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    white-space: nowrap;
    text-align: center;
    background: #f8a520;
    border-radius: 50%;
    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;
    position: absolute;
    top: -10px;
    left: 5px;
    z-index: 1;
}

.main-syouzyou .text {
    min-height: 150px;
    color: #623707;
    font-weight: bold;
    text-shadow: 2px 2px 1px #fef7cd, -2px 2px 1px #fef7cd, 2px -2px 1px #fef7cd, -2px -2px 1px #fef7cd, 2px 0px 1px #fef7cd, 0px 2px 1px #fef7cd, -2px 0px 1px #fef7cd, 0px -2px 1px #fef7cd;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    z-index: 1;
}

@media (max-width: 599px) {
  .main-syouzyou ul {
    width: 100%;
  }
  
  .main-syouzyou .syouzyou-box {
    padding: 0 0 0 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .main-syouzyou .title-text {
    width: 40px;
    height: 40px;
    font-size: 20px;
    position: static;
  }
  
  .main-syouzyou li:last-of-type .title-text {
    font-size: 14px;
    margin-right: 15px;
  }
  
  .main-syouzyou .text {
    font-size: 14px;
    min-height: inherit;
  }
  
  .main-syouzyou .img-box {
    width: 20%;
    position: static;
    overflow: hidden;
  }
  
  .main-syouzyou .img-box .img {
    width: 60px;
    height: 60px;
    margin-left: auto;
  }
}

/*症状（上記以外）*/
.main-apart {
  width: 95%;
  border: 2px solid #f77803;
  border-radius: 10px;
  padding: 15px 30px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbf4df), color-stop(50%, #fbf4df), color-stop(50%, #ffffff), to(#ffffff));
  background: linear-gradient(180deg, #fbf4df 0%, #fbf4df 50%, #ffffff 50%, #ffffff 100%);
}

.main-apart .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-apart .apart-btn {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}

.main-apart .apart-btn a {
  width: 60px;
  height: 60px;
  display: block;
  background: #99ce2e;
  border: 2px solid #fff;
  border-radius: 50%;
}

.main-apart .apart-btn a .icon-btn {
  width: 100%;
  height: 100%;
  color: #fbee0b;
  font-size: 30px;
  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;
}

.main-apart .apart-btn a i {
  -webkit-transform: translate(0, 10%) rotate(115deg);
  transform: translate(0, 10%) rotate(115deg);
}

@media (max-width: 599px) {
  .main-apart {
    padding: 5px 10px;
  }
  
  .main-apart .apart-btn {
    bottom: 5px;
    right: 5px;
  }
  
  .main-apart .apart-btn a {
    width: 40px;
    height: 40px;
  }
  
  .main-apart .apart-btn a .icon-btn {
    font-size: 20px;
  }
}

/*おすすめ治療*/
.main-osusume .osusume-box a {
  padding: 5px;
  border-radius: 10px;
  background-color: #decdb9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, #e3ceb8), to(#e3ceb8)), -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, #e3ceb8), to(#e3ceb8));
    -webkit-background-size: 5px 5px;
}

.main-osusume .osusume-box a .text-box {
    width: 60%;
    padding: 5px;
    color: #623707;
    text-align: center;
    font-weight: bold;
    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;
}

.main-osusume .osusume-box a .img-box {
  width: 40%;
}

@media (max-width: 599px) {
  .main-osusume .osusume-box a .text-box {
    font-size: 14px;
    padding: 3px;
  }
}

/*入間市武蔵藤沢のくまはら接骨院の治療とは？*/
.main-when .right-img {
  float: right;
  width: 55%;
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .main-when .right-img {
    width: 100%;
    margin-left: 0;
  }
}

/*求人情報*/
.main-kyujin {
  border: 2px solid #8ec928;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.main-kyujin .back-img {
  position: absolute;
  bottom: -10px;
  left: -20px;
}

.main-kyujin .text-box01 {
  color: #8ec928;
  padding: 5px 10px;
  text-align: center;
}

.main-kyujin .text-box02 {
    background: #fcec56;
    padding: 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.main-kyujin .text-box02 .sub-text {
  background: #fff;
  padding: 20px;
  margin-left: -10px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 0;
}

.main-kyujin .text-box03 {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.main-kyujin .text-box03 .text-box {
  width: 40%;
  font-size: 16px;
  color: #623707;
}

@media (max-width: 1024px) {
  .main-kyujin .text-box01 {
    color: #ffffff;
    background: #8ec928;
    font-size: 24px;
    font-weight: bold;
  }
  
  .main-kyujin .back-img {
    text-align: center;
    position: static;  
  }
  
  .main-kyujin .text-box03 {
    display: block;
  }
  
  .main-kyujin .text-box03 .text-box {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .main-kyujin .text-box02 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 599px) {
  .main-kyujin .text-box01 {
    font-size: 18px;
  }
  
  .main-kyujin .text-box02 .sub-text {
    padding: 15px;
    margin-left: 10px;
  }
  
  .main-kyujin .text-box03 .text-box {
    font-size: 14px;
  }
}


/*下層一覧ページ共通*/
.wrapper2 {
  max-width: 1000px;
  width: 92%;
}

@media (max-width: 1024px) {
  .wrapper2 {
    max-width: 768px;
    width: 96%;
  }
}

/*パンくずリスト*/
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs ul li {
  margin: 10px;
}

.breadcrumbs ul li+li:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  color: #ff7800;
  font-size: 19px;
  line-height: 1;
  padding-right: 15px;
}

/*下層メインビジュアル*/
.lower-main-img {
  position: relative;
}

.lower-main-img .lower-mainimg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*下層コンテンツ*/
.content-left {
  width: 70%;
}

.content-right {
  width: 25%;
  margin-left: 5%;
}

.lower-main-content {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .content-left {
    width: 100%;
  }
  
  .content-right {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}

/*一覧ページ*/
.lower-main-title {
  background: #ff7800;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 20px;  
}

.lower-main-box+.lower-main-box {
  margin-top: 20px;
}

.lower-main-box a {
  display: block;
  border: 2px solid #ff7800;
  padding: 20px;
}

.lower-main-box a .text-box {
  padding-left: 60px;
  position: relative;
}

.lower-main-box a .text-box:before {
    width: 50px;
    height: 50px;
    content: "";
    background-image: url('/file_contents/1419/get');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.lower-main-box a .text-box .cate-box {
  padding: 0 10px;
}

.lower-main-box a .text-box .cate-box .cate {
  margin-left: 20px;
}

.lower-main-box a .text-box .cate-box .cate span {
  color: #fff;
  background: #f77803;
  border-radius: 20px;
  line-height: 1;
  padding: 5px 20px;
  margin: 5px;
  display: inline-block;
}

.lower-main-box a .text-box .title-text {
    color: #f77704;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    border-top: 2px solid;
    padding: 10px 10px 0;
}

@media (max-width: 599px) {
  .lower-main-title {
    font-size: 20px;
  }
  
  .lower-main-box a {
    padding: 15px 10px;
  }
}

/*詳細ページ*/
.main-bototm-menu li {
  width: 47%;
  border: 4px solid #e0cbb5;
  border-radius: 10px;
}

.main-bototm-menu li a {
  display: block;
  border: 4px solid #fff;
  border-radius: 10px;
  position: relative;
}

.main-bototm-menu li a .back-img {
  opacity: 0.5;
}

.main-bototm-menu li a .back-img img {
  border-radius: 10px;
}

.bototm-menu-decoration {
  width: 50px;
  height: 100%;
  border-radius: 5px 0 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bototm-menu-decoration span.deco {
  display: inline-block;
  min-width: 50px;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.bototm-menu-decoration span.deco:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
}

.bototm-menu01 .bototm-menu-decoration {
  background: #94be40;
}

.bototm-menu01 .bototm-menu-decoration span.deco:before {
  border-left: 15px solid #94be40;
}

.bototm-menu02 .bototm-menu-decoration {
  background: #ff7800;
}

.bototm-menu02 .bototm-menu-decoration span.deco:before {
  border-left: 15px solid #ff7800;
}

.main-bototm-menu li a .bototm-menu-text {
  width: 100%;
  padding-left: 70px;
  text-shadow: 0 0 5px #ddd, 0 0 5px #ddd, 0 0 5px #ddd;
  font-size: 30px;
  font-weight: bold;
  color: #4b3707;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}

.detail-info .info-item {
  text-indent: -1em;
  padding-left: 1em;
}

.detail-info .info-item+.info-item {
  margin-top: 10px;
}

@media (max-width: 599px) {
  .main-bototm-menu li {
    width: 100%;
  }
  
  .detail-info .info-item {
    font-size: 14px;
  }
}

/*レコメンド*/
.recommend .lower-main-box {
  margin-top: 0;
}

.recommend .recommend-box+.recommend-box {
  margin-top: 20px;
}

.recommend .lower-main-box a .text-box .title-text {
  margin-top: 0;
  margin-bottom: 10px;
  border-top: none;
  border-bottom: 2px solid;
  padding: 0 10px 10px;
}

.recommend .lower-main-box a .text-box .cate-box .cate {
  margin-left: 0;
}

.recommend .lower-main-box a .text-box .cate-box .cate span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 599px) {
  .recommend .lower-main-box {
    width: 100%;
  }
  
  .recommend .lower-main-box+.lower-main-box {
    margin-top: 20px;
  }
  
  .lower-main-box a .text-box {
    padding-left: 40px;
  }
  
  .lower-main-box a .text-box:before {
    width: 30px;
    height: 30px;
  }
  
  .lower-main-box a .text-box .title-text {
    font-size: 18px;
  }
}
/*ページャー*/
.pager {
  margin-top: 20px;
}

.pager a {
  width: 30px;
  height: 30px;
  color: #f77704;
  white-space: nowrap;
  border: none;
  border-radius: 100%;
  margin: 5px;
  padding: 15px;
  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;
}

.pager .now a {
  background: #f77704;
  color: #fff;
}

.pager .prev a:before {
  content: "\f060";
  display: block;
  font-family: FontAwesome;
  color: #f77704;
}

.pager .next a:before {
  content: "\f061";
  display: block;
  font-family: FontAwesome;
  color: #f77704;
}

/*サイドカテゴリー*/
.side-category .side-cate-title {
  font-size: 18px;
  color: #fff;
  background: #f77704;
  padding: 10px;
  line-height: 1;
}

.side-category .side-category-box a {
  font-size: 16px;
  padding: 10px;
  display: block;
  border-bottom: 2px solid #f77704;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.side-category .side-category-box a:after {
  content: "\f054";
  display: block;
  font-family: FontAwesome;
  color: #f77704;
}

/* 08recruit */
.detail-feature .feature-txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.detail-feature .feature-tit {
    width: 48%;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
}

.detail-feature .feature-pic {
    width: 48%;
}

.detail-feature .feature-box {
    padding: 20px 30px;
    background: #fff;
}

.detail-feature .feature-box:nth-of-type(2n+1) {
    background: #FFF45C;
}


.detail-feature .feature-list {
    width: 100%;
    margin-top: 15px;
}

.detail-feature .feature-list .list {
    border: 2px solid #EF7800;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.detail-feature .feature-list .list .list-tit {
    color: #fff;
    background: #EF7800;
    font-size: 10px;
    padding: 0 1px;
}

.detail-feature .feature-list .list .list-theme {
    color: #000;
    font-size: 11px;
    padding: 0px 1px;
    line-height: 2;
}

@media only screen and (max-width:599px) {
  .detail-feature .feature-tit, .feature-pic {
    width: 100%;
  }
  
  .detail-feature .feature-tit {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
  }
}

/*08recruit(社員紹介)*/
.emp {
    border: 2px solid #d8d8d8;
    background: #fff;
    padding: 20px;
}
.emp:not(:last-child) {
    margin-bottom: 30px;
}

.emp .right .intro-box {
    position: relative;
}

.emp .intro-box .name .name-en {
    font-family: 'Damion', cursive, “メイリオ”, Meiryo, "“ヒラギノ角ゴ ProN W3″", "“Hiragino Kaku Gothic ProN”", sans-serif;
    font-weight: normal;
    font-size: 20px;
    margin-left: 10px;
}

.emp .intro-box .name {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.emp .intro-box .intro {
    margin-top: 20px;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.emp .intro-box .staff {
    color: #fff;
    text-align: center;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -1px;
}

.emp .intro-box .num {
    text-align: center;
    font-size: 100px;
    line-height: 1;
    margin-top: -20px;
    color: rgba(255,255,255,0.5);
}

.emp .intro-box .staff .logo {
    width: 45%;
    margin-right: -20px;
    margin-top: -2px;
}
.emp .right .txt {
    font-size: 14px;
    line-height: 150%;
    margin-top: 10px;
}


.emp .right .txt-box {
    position: relative;
    z-index: 5;
    padding-left: 15px;
}

.emp .right .box-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.emp .right .box-img .pic {
    height: 100%;
}

.emp .right .box-img .pic:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.emp .right .box-img .pic img {
    filter: brightness(0.5);
}

@media only screen and (max-width:599px) {
  .emp .right .txt-box {
    padding: 5px;
  }
  .emp .intro-box .intro {
    text-align: center;
  }
  .emp .intro-box .name {
    justify-content: center;
  }
  .emp .intro-box .staff .logo {
    width: 20%;
  }
  .emp .intro-box .num {
    font-size: 60px;
  }
  .emp .right .box-img .pic:before {
    background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  }
}

/*代表あいさつ*/
.main-representative img.right-img.kuma {
  margin-left: 10px;
  margin-bottom: 10px;
}


/*見たまま編集*/
[data-element-id] .inside {
  transition: 0.3s linear;
  opacity: 1;
}

[data-element-id] .wrapper2{
  margin-top: 240px;
}

[data-element-id] .sp-onry {
  max-width: 400px;
  display: block;
  border: 5px solid #2e57f7;
}

[data-element-id] .sp-onry:before {
  width: 100%;
  content: "スマホ時表示";
  display: block;
  background: #0457f7;
  font-size: 14px;
  color: #fff;
  line-height: 2;
}

[data-element-id] header {
  position: static;
}

[data-element-id] nav ul.aco-menu {
  width: 200%;
  display: block;
  border: 5px solid #2e57f7;
  top: 100%;
  left: 100%;
}

[data-element-id] .aco-menu:before {
  width: 100%;
  display: block;
  background: #0457f7;
  font-size: 14px;
  color: #fff;
  line-height: 2;
}

[data-element-id] .aco-menu.aco-haji:before {
  content: "初めての方へ・アコーディオンメニュー";
}

[data-element-id] .aco-menu.aco-chiry:before {
  content: "治療メニュー・アコーディオンメニュー";
}

[data-element-id] ul.aco-menu li:last-child {
  width: 100%;
}

[data-element-id] .kotei-side-line {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-element-id] .sp-header {
  display: block;
  border: 5px solid #2e57f7;
}

[data-element-id] .sp-header:before {
  content: "SPナビ";
  background: #2e57f7;
  color: #fff;
  font-size: 14px;
  line-height: 2;
  display: block;
}

[data-element-id] .sp-header .none-tel {
  display: block;
}

[data-element-id] nav ul.tb-sp-menu {
  max-width: 400px;
  display: block;
  border: 5px solid #2e57f7;
}

[data-element-id] nav ul.tb-sp-menu:before {
  content: "ハンバーガーメニュー";
  background: #2e57f7;
  color: #fff;
  font-size: 14px;
  line-height: 2;
  display: block;
}

[data-element-id] nav ul.tb-sp-menu li+li {
  border-top: 1px solid #ff7800;
}

[data-element-id] nav ul.tb-sp-menu li a {
  font-size: 14px;
}

/*slick*/
[data-element-id] .slick-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-element-id] .slick-section ul li {
  width: 30%;
  margin: 1%;
}

[data-element-id] .slick-section ul.slider-for,
[data-element-id] .slick-section ul.slider-nav {
  border: 5px solid #2e57f7;
}

[data-element-id] .slick-section ul.slider-for:before {
  content: "slickメイン画像";
  background: #2e57f7;
  color: #fff;
  font-size: 14px;
  line-height: 2;
  display: block;
}

[data-element-id] .slick-section ul.slider-nav:before {
  content: "slickサムネイル用";
  background: #2e57f7;
  color: #fff;
  font-size: 14px;
  line-height: 2;
  display: block;
}


/* 2/3 追記 */
.sp-tb-onry li:last-of-type a{
  background: #ea0f0f;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}




/* 2/4 追記 */
.sp-kotei li:last-of-type a{
  background: #ea0f0f !important;
  width: 100%;
    height: 80px;
    display: flex !important;
    align-items: center;
    justify-content: center;
} 

 @media only screen and (min-width: 600px) and (max-width: 1024px) {
.sp-kotei li:last-of-type a {
    background: #ea0f0f !important;
    width: 97%;
    height: 80px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
}

.kotei-side-line li:last-child{
  margin-top: 5px;
    border-radius: 0px;
}
}









@media only screen and (max-width: 599px){
  .kotei-side-line li:last-child{
    width: 98%;
    margin: auto;
}

.sp-kotei li:last-of-type a {
    background: #ea0f0f !important;
    width: 100%;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.kotei-side-line .sp-kotei {
width: 100%;
    flex-wrap: wrap;

background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer{
  margin-bottom: 125px !important;
}


}





/* 2024/01/24 */
.large-btn {
    position: relative;
}

.large-btn a {
    display: block;
    padding: 20px 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    letter-spacing: 2px;
}

/* 2024/02/20 */
.space-movie .space + .space {
    margin-top: 30px;
}

.movie {
    position: relative;
}

.movie video {
    width: 100%;
}


/* 2024/04/09 */

#single-main h3 {
  font-size: 20px;
}

/* 2024/06/18  */
.kyusin-btn-sp{
  display: none;
}

/* 2024/07/08 */
@media (max-width: 599px) {
#main .main-news.ver02 h2 {
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}
    
.main-news.ver02 ul#news {
    border-top: 0px;
    border: 2px solid #fe9225;
    padding: 0.5em;
    border-radius: 0 0 5px 5px;
}

.main-news.ver02 ul#news li {
    flex-wrap: nowrap;
}

.main-news.ver02 ul#news li .title {
    width: auto;
}
}

/* 2024/07/11 追記 */

.map-h200 iframe{
  height: 200px;
}
