@charset "UTF-8";
.cBlack {
  color: black !important;
}

.cOrange {
  color: #ff7800;
}

.bold {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansCJKjp-Thin.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSansCJKjp-Thin.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Thin.woff") format("woff"), url("../font/NotoSansCJKjp-Thin.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSansCJKjp-Light.eot");
  src: url("../font/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Light.woff") format("woff"), url("../font/NotoSansCJKjp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansCJKjp-DemiLight.eot");
  src: url("../font/NotoSansCJKjp-DemiLight.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../font/NotoSansCJKjp-DemiLight.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.eot");
  src: url("../font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium.eot");
  src: url("../font/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.eot");
  src: url("../font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansCJKjp-Black.eot");
  src: url("../font/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Black.woff") format("woff"), url("../font/NotoSansCJKjp-Black.ttf") format("truetype");
}
.yureru-j {
  -webkit-animation: yureru-j 1.5s infinite;
          animation: yureru-j 1.5s infinite;
}

@-webkit-keyframes yureru-j {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes yureru-j {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.yureru-s {
  -webkit-animation: yureru-s 1.5s infinite;
          animation: yureru-s 1.5s infinite;
}

@-webkit-keyframes yureru-s {
  0% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  5% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  10% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  15% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  20% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  25% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes yureru-s {
  0% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  5% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  10% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  15% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  20% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  25% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.fadein2 {
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.fadein {
  opacity: 0.2;
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

body {
  z-index: 0;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

h1, h2, h3, p, span a {
  font-family: "Noto Sans Japanese";
}

p {
  font-family: NotoSansCJKjp-Bold;
  font-size: 3rem;
  font-weight: normal;
  color: #333;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

.common-inner {
  width: 695px;
  margin: 0 auto;
}

/*バナー*/
.header__image {
  width: 100%;
}

.header__image img {
  width: 100%;
}

.header__text {
  position: relative;
  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;
}

.header__text img {
  margin-right: 20px;
}

.header__text p {
  font-family: ShinGoPro-Medium;
  font-size: 3rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}

.header__text::before, .header__text::after {
  position: absolute;
  content: "";
  background: white;
  display: inline-block;
  width: 3px;
  height: 50px;
}

.header__text::after {
  position: relative;
  left: 20px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.header__text::before {
  position: relative;
  right: 20px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

/*サブヘッダー*/
.subheader {
  background-color: #F34A00;
  color: white;
  padding: 30px 0 20px 0;
}
.subheader__text {
  margin-bottom: 40px;
  width: auto;
}
.subheader__text img {
  width: auto !important;
}
@media screen and (max-width: 520px) {
  .subheader__text {
    margin-bottom: 20px;
  }
  .subheader__text img {
    width: auto !important;
  }
}

.center-image {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  display: block;
}

.center-image img {
  width: 100%;
}

.btn-wrapper01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.btn-wrapper01 a {
  width: 50%;
}

.btn-wrapper01 a img {
  width: 100%;
}

.subheader__heading {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
}

.subheader__heading img {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

/*サブヘッダー2*/
.subheader2 {
  padding: 40px 0 40px 0;
  background-color: #489A2E;
}

.subheader2__text {
  color: white;
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.5;
}

.center-text {
  width: 100%;
  text-align: center;
}

.center-text img {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.subheader2 .center-text {
  margin-bottom: 40px;
}

/*
こんな腰痛の症状・状況で苦しんでいませんか？？
*/
.trouble {
  background-image: url("../img/bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 50px;
  overflow: hidden;
}

.trouble__heading {
  margin-bottom: 67px;
  position: relative;
  padding-top: 60px;
}

.trouble__heading h2 {
  text-align: center;
}

.trouble__heading::before, .trouble__heading::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: -100;
  width: 200px;
  height: 400px;
  content: "";
  display: block;
}

.trouble__heading::before {
  background-image: url("../img/man.png");
  left: -55px;
  top: -150px;
  overflow-x: hidden;
  z-index: -100;
}

.trouble__heading::after {
  background-image: url("../img/woman.png");
  right: -55px;
  top: -150px;
  overflow-x: hidden;
  z-index: -100;
}

.trouble-list {
  text-align: center;
}

.trouble-list__item {
  background: #EFEFEF;
  padding: 30px 45px 30px 45px;
  border-radius: 50px;
  max-width: 80%;
  min-width: 60%;
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  line-height: 1;
}

.trouble-list__item p {
  font-size: 3.4rem;
  display: inline-block;
  line-height: 1.4;
  text-align: left;
}

.trouble-list__item span {
  color: #489A2E;
  font-weight: bold;
}

.trouble-list__item:nth-of-type(2n) {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
  overflow: hidden;
}

.trouble-list__item:nth-of-type(2n+1) {
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  overflow: hidden;
}

.trouble-list__item:not(:last-child) {
  margin-bottom: 30px;
}

.trouble__block {
  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;
  margin: 45px 0;
}

.trouble__text {
  margin-left: 20px;
}

.trouble__text span {
  display: block;
  font-weight: bold;
}

.trouble__text span:nth-of-type(1) {
  font-size: 5.4rem;
  line-height: 1.5;
}

.trouble__text span:nth-of-type(2) {
  font-size: 3.6rem;
}

.trouble__bottom {
  width: 100%;
}

.trouble__bottom img {
  width: 100%;
}

/*
当院にお任せください
*/
.introduction {
  padding: 70px 0 62.1px 0;
  background-color: #FAEFC8;
}
.introduction__title {
  padding-left: 16px;
  margin-bottom: 40px;
  border-left: 7px solid #ff7800;
  font-size: 3rem;
  line-height: 1.4;
}

.introduction__heading {
  margin-bottom: 20px;
}

.introduction__heading h2 {
  text-align: center;
}

.introduction__image {
  text-align: center;
  margin-bottom: 20px;
}

.introduction__image img {
  display: inline-block;
  margin: 10px auto 20px;
}

.introduction__text p {
  font-size: 3rem;
  line-height: 1.5;
}

.introduction__text p:not(:last-child) {
  margin-bottom: 30px;
}

/*
喜びの声
*/
.voice {
  background-color: #F2F2F2;
  padding: 80px 0;
}

.voice-heading {
  text-align: center;
  margin-bottom: 40px;
}

.kojinsa {
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}

.kojinsa img {
  width: 100%;
}

.voice-list__image1 {
  width: 100%;
}

.voice-list__image1 img {
  width: 100%;
}

.voice-list__item {
  background-color: white;
  padding: 49px 50px 61px 50px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
}
.voice-list__item .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.voice-list__item .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.voice-list__heading {
  color: #FF7800;
  font-size: 3.6rem;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.3;
  width: 600px;
}

.voice-list__customer {
  font-size: 2.2rem;
  margin: 0 auto;
  margin-bottom: 28px;
  text-align: left;
  width: 600px;
}

.voice-list__image2 {
  width: 100%;
  height: 95%;
}

.voice-list__image2 img {
  width: 100%;
  height: auto;
}

.voice-list__text {
  font-size: 2.6rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 1em;
}

.voice-list__text02 {
  font-size: 2.6rem;
  line-height: 1.8;
}

/*実績*/
.jisseki {
  padding: 80px 0;
}

.jisseki-heading {
  text-align: center;
  margin-bottom: 60px;
}

.jisseki-heading h2 {
  width: 100%;
}

.jisseki-heading h2 img {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.jisseki-list__item:not(:last-child) {
  margin-bottom: 30px;
}

.jisseki-list__image {
  text-align: center;
  width: 100%;
}

.jisseki-list__image img {
  width: 100%;
}

/*割引*/
.waribiki {
  width: 100%;
}

.waribiki img {
  width: 100%;
}

/*予約*/
.yoyaku {
  background-color: #F34A00;
  padding: 50px 0 40px 0;
}

.yoyaku__text {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 40px;
}

.yoyaku-btn a {
  width: 100%;
}

.yoyaku-btn a img {
  width: 100%;
}

/*推薦*/
.suisen {
  background-image: url(../img/bg_suisen.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
}

.suisen__heading {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}

.suisen__heading img {
  width: 100%;
}

.suisen-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: white;
  padding: 40px 20px;
}

.suisen-list__item {
  width: 45%;
  margin: 0 auto;
  text-align: center;
}
.suisen-list__item:nth-of-type(n+3) {
  width: 30%;
}

.suisen-list__item:not(:last-child) {
  margin-bottom: 30px;
}

.suisen-list__item img {
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}

.suisen__role {
  color: #FF7800;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: bold;
}

.suisen__name {
  font-weight: bold;
  color: black;
  font-size: 1.8rem;
  line-height: 1.2;
}

/*
メディア掲載
*/
.media {
  background-image: url(../img/bg_shokai.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
}
.media__text {
  margin-bottom: 15px;
  color: #ff7800;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
}
.media__image01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .media__text {
    font-size: 3.6vw;
  }
}

.media__text01 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}

.media__heading {
  width: 100%;
  margin-bottom: 30px;
}

.media__heading img {
  width: 100%;
}

.media__image01 {
  text-align: center;
  width: 100%;
}

.media__image01 img {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.bg-white {
  background-color: white;
  padding: 40px 30px 50px 30px;
}

.media__wrapper {
  margin-bottom: 40px;
}

.media__wrapper02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.media__image02 {
  width: 23%;
  margin: 0 auto;
  text-align: center;
}

.media__image02 img {
  margin-bottom: 10px;
  width: 100%;
}

.media__name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

/*健康セミナー*/
.seminer {
  padding: 50px 0;
}

.seminer__heading {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
}

.seminer__heading img {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.seminer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.seminer__block img {
  text-align: center;
  width: 45%;
}

/*
経験のある方
*/
.keiken {
  width: 100%;
}

.keiken img {
  width: 100%;
}

/*
巻き爪の原因
*/
.genin {
  padding: 50px 0 60px 0;
}

.genin__heading {
  text-align: center;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  margin-bottom: 0px;
  width: 100%;
}

.genin__heading img {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.genin__block, .genin__block02, .genin__block03 {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.genin__block img,
.genin__block02 img,
.genin__block03 img,
.genin__block03 h2 img {
  text-align: center;
  width: 100%;
}

.genin__block {
  margin-bottom: 80px;
}

.genin__block02 {
  margin-bottom: 80px;
}

.genin__block03 h2 {
  margin-bottom: 60px;
}

.genin__block03 img:not(:last-child) {
  margin-bottom: 60px;
}

/*再発防止プログラム*/
.program {
  padding: 60px 30px 50px 30px;
}
.program__image img {
  max-width: 100%;
}

.program__heading {
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
}

.program__heading img {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.program-step {
  background-color: #fff;
  padding: 60px 20px 0px 20px;
  padding-bottom: 0;
  width: 100%;
}

.program-step img {
  text-align: center;
  margin: 0 auto;
}

.program-step__item:not(:last-child) {
  margin-bottom: 60px;
}

.program-step__heading {
  margin-bottom: 30px;
}
.program-step__heading img {
  max-width: 100%;
}

.program-step__text:not(:last-child) {
  margin-bottom: 30px;
}

.program-step__text {
  line-height: 1.5;
}

.program-step__text span {
  color: #FF7800;
}

.program-step__image {
  width: 100%;
  margin-bottom: 40px;
}

.program-step__image img {
  width: 100%;
}

.program-step__bottom {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.program-step__bottom img {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

.program-kaizen {
  background-color: white;
  padding: 50px 50px 0 50px;
}

.program-kaizen-list__item {
  margin-bottom: 60px;
}

.program-kaizen-list__item h2 {
  margin-bottom: 30px;
  width: 100%;
}

.program-kaizen-list__item p {
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: regular;
}

.program-kaizen-list__image {
  width: 100%;
}

.program-kaizen-list__image img {
  width: 100%;
}

.kaizen-karada {
  width: 100%;
}

.kaizen-karada img {
  width: 100%;
}

/*
当院が選ばれている理由
*/
.reason {
  padding: 70px 0 72px 0;
}

.reason-heading {
  text-align: center;
  margin-bottom: 40px;
}

.reason-heading span:last-child::before {
  bottom: -10px;
}

.reason-heading span:last-child::after {
  bottom: -25px;
}

.reason-list__image {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.reason-list__image img {
  width: 100%;
}

.reason-list__item:not(:last-child) {
  margin-bottom: 50px;
}

.reason-list__heading {
  margin: 20px auto 20px;
  text-align: left;
}

.reason-list__heading img {
  width: 90%;
  text-align: left;
}

.reason-list__text {
  font-size: 3rem;
  margin: 0 auto;
  line-height: 2;
  text-align: left;
}

.reason-list__text:not(:last-of-type) {
  margin-bottom: 20px;
}

/*
よくあるご質問
*/
.faq {
  padding: 60px 0 85px 0;
  background-color: #F2F2F2;
}

.faq__heading {
  text-align: center;
  margin-bottom: 80px;
}

.faq-list__item:not(:last-child) {
  padding-bottom: 60px;
  border-bottom: 2px solid #cfcfcf;
}

.faq-list__item:not(:first-child) {
  padding-top: 60px;
}

.faq-list__question {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 40px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-list__question span:first-child {
  display: inline-block;
  font-size: 3rem;
  color: #71AF0E;
  margin-right: 20px;
}

.faq-list__question span:last-child {
  color: #333333;
}

.faq-list__answer {
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faq-list__answer span:first-child {
  font-weight: 600;
  display: inline-block;
  font-size: 3rem;
  color: #FF7800;
  margin-right: 20px;
  margin-bottom: 10px;
}

/*
当院のご案内
*/
.shop {
  padding: 57px 0 0 0;
}

.shop__heading {
  text-align: center;
  margin-bottom: 50px;
}

.shop__name {
  font-size: 3.6rem;
  font-weight: 600;
  color: #FF7800;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  text-align: center;
}

.shop__place {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 30px;
}

.shop__place span {
  font-size: 3rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.shop__map {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
}

.shop__map iframe {
  width: 100%;
}

.btn-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.btn-bottom a {
  width: 50%;
}

.btn-bottom a img {
  width: 100%;
}

/*
ボタン
*/
.btn-wrapper02 {
  /* padding: 45px 0 35px 0;*/
  position: fixed;
  bottom: 0px;
  text-align: center;
}

.btn-wrapper01 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.register-btn01 {
  display: block;
  text-align: center;
}

.register-btn01 img {
  text-align: center;
}

.register-btn02 {
  display: block;
  text-align: center;
  width: 55%;
  margin: 0 auto;
}

.register-btn02 img {
  text-align: center;
  width: 100%;
}

/*
レスポンシブ対応
*/
@media screen and (max-width: 800px) {
  /*サブヘッダー*/
  .header__heading {
    width: 100%;
  }

  .header__heading img {
    width: 100%;
  }

  .common-inner {
    width: 90%;
  }

  .container {
    width: 100%;
  }

  .subheader .top-text {
    width: 60%;
    margin: 0 auto;
  }

  .subheader .top-text img {
    width: 100%;
    text-align: center;
  }

  .subheader__heading {
    width: 95%;
  }

  .subheader2__text {
    font-size: 3rem;
  }

  .subheader__heading .center-text {
    width: 70%;
  }

  .subheader__heading .center-text img {
    width: 100%;
  }

  .subheader__heading .right-text {
    width: 20px;
  }

  .subheader__heading .right-text img {
    width: 100%;
  }

  .subheader__heading span {
    font-size: 1.2rem;
  }

  .subheader__image {
    width: 20%;
  }

  .subheader__image img {
    width: 100%;
  }

  /*
  こんな腰痛の症状・状況で苦しんでいませんか？？
  */
  .trouble__heading {
    margin-bottom: 60px;
  }

  .trouble__heading h2 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }

  .trouble__heading h2 img {
    width: 100%;
  }

  .trouble__heading::before, .trouble__heading::after {
    width: 180px;
    height: 300px;
  }

  .trouble__heading::before {
    left: -6%;
    top: -60px;
  }

  .trouble__heading::after {
    right: -6%;
    top: -60px;
  }

  .trouble-list {
    width: 93%;
    text-align: center;
    margin: 0 auto;
  }

  .trouble-list__item {
    padding: 25px 35px 25px 35px;
  }

  .trouble-list__item p {
    font-size: 2.2rem;
  }

  .trouble-list__item:nth-of-type(2n) {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }

  .trouble__image img {
    width: 130px;
  }

  .trouble__text span:nth-of-type(1) {
    font-size: 4rem;
    line-height: 1.5;
  }

  .trouble__text span:nth-of-type(2) {
    font-size: 3rem;
  }

  /*
  当院にお任せください
  */
  .introduction__heading h2 {
    width: 70%;
    margin: 0 auto;
  }

  .introduction__heading h2 img {
    width: 100%;
    margin: 0 auto;
  }

  .introduction__image {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }

  .introduction__image img {
    width: 100%;
  }

  .introduction__text {
    width: 90%;
    margin: 0 auto;
  }

  .introduction__text p {
    font-size: 2rem;
    line-height: 1.5;
  }

  /*
  喜びの声
  */
  .voice {
    padding: 60px 0 40px 0;
  }

  .kojinsa img {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  .voice-heading {
    margin-bottom: 40px;
  }

  .voice-heading h2 {
    width: 80%;
    margin: 0 auto;
  }

  .voice-heading h2 img {
    width: 100%;
  }

  .voice-list__item {
    width: 90%;
    margin: 0 auto;
  }

  .voice-list__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .voice-list__heading {
    font-size: 3rem;
    width: auto;
  }

  .voice-list__image2 img {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }

  .voice-list__text {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 10px;
  }

  /*推薦*/
  .suisen-list__item img {
    margin-bottom: 10px;
  }

  .suisen__role {
    font-size: 2rem;
    margin-bottom: 0px;
  }

  .suisen__name {
    font-weight: bold;
    color: black;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  /*メディア*/
  .media__name {
    font-size: 1.5rem;
    font-weight: bold;
  }

  .media__text01 {
    font-size: 1.8rem;
  }

  /*原因*/
  .genin__heading {
    -webkit-transform: translateY(-35%);
            transform: translateY(-35%);
  }

  .genin__heading img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  /*再発防止プログラム*/
  .program {
    padding: 50px 20px;
  }

  .program-step__heading {
    width: 100%;
  }

  .program-step__text {
    font-size: 2.5rem;
  }

  .program-step__heading img {
    width: 70%;
  }

  .step03 img {
    width: 100%;
  }

  .program-kaizen-list__item p {
    font-size: 2.5rem;
  }

  .program-kaizen-list__item h2 img {
    margin: 0 auto;
  }

  /*
  当院が選ばれている理由
  */
  .reason-heading {
    font-size: 4.2rem;
  }

  .reason-heading h2 {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  .reason-heading h2 img {
    width: 100%;
  }

  .reason-heading span:first-child {
    font-size: 3rem;
  }

  .reason-heading span:last-child {
    font-size: 5.5rem;
  }

  .reason-heading span:last-child::before,
.reason-heading span:last-child::after {
    width: 450px;
    height: 5px;
  }

  .reason-heading span:last-child::before {
    bottom: -10px;
  }

  .reason-heading span:last-child::after {
    bottom: -25px;
  }

  .reason-list__wrapper {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .reason-list__heading {
    width: 90%;
  }

  .reason-list__wrapper {
    padding: 0px;
    margin-left: 20px;
  }

  .reason-list__left {
    width: 100px;
    height: 100px;
  }

  .reason-list__left span:first-child {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .reason-list__left span:last-child {
    font-size: 4rem;
  }

  .reason-list__inner {
    left: 25%;
  }

  .reason-list__text {
    font-size: 2.5rem;
    width: 90%;
  }

  /*
  よくあるご質問
  */
  .faq__heading h2 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }

  .faq__heading h2 img {
    text-align: center;
    width: 100%;
  }

  .faq-list {
    width: 90%;
    margin: 0 auto;
  }

  .faq-list__question {
    font-size: 2.5rem;
  }

  .faq-list__question span:first-child {
    font-size: 3rem;
  }

  .faq-list__answer {
    font-size: 2.5rem;
  }

  .faq-list__answer span:first-child {
    font-size: 3.5rem;
  }

  /*
  当院のご案内
  */
  .shop__heading {
    text-align: center;
    font-size: 5rem;
    margin-bottom: 50px;
  }

  .shop__heading img {
    width: 50%;
    margin: 0 auto;
  }

  .shop__name {
    font-size: 2.3rem;
    margin-bottom: 40px;
  }

  .shop__place {
    font-size: 1.8rem;
  }

  .shop__place span {
    font-size: 2.3rem;
    margin-bottom: 10px;
  }

  .shop__map {
    margin-bottom: 22%;
  }

  /*
  ボタン
  */
  .btn-wrapper02 {
    width: 100%;
  }

  .register-btn01 {
    width: 90%;
    margin: 0 auto;
  }

  .register-btn01 img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  body {
    overflow: hidden;
  }

  .common-inner {
    width: 95%;
  }

  /*バナー*/
  .header__image {
    width: 100%;
  }

  .header__image img {
    width: 100%;
  }

  .header__heading {
    width: 100%;
  }

  .header__heading img {
    width: 100%;
  }

  .header__text img {
    margin-right: 10px;
    width: 20px;
  }

  .header__text p {
    font-size: 1.5rem;
  }

  .header__text::before, .header__text::after {
    width: 3px;
    height: 30px;
  }

  /*サブヘッダー*/
  .subheader {
    padding: 30px 0 20px 0;
  }

  .subheader2 {
    padding: 30px 0 30px 0;
  }

  .subheader .top-text {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .subheader__image {
    width: 20%;
  }

  .subheader__heading {
    width: 95%;
    margin-top: 0px;
    margin-bottom: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .subheader__heading .center-text {
    width: 70%;
    margin-bottom: 10px;
  }

  .subheader__heading .right-text {
    width: 10px;
    margin-top: 5px;
  }

  .subheader__image {
    width: 18%;
  }

  .subheader2__text {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .center-image img {
    width: 100%;
  }

  .subheader2 .center-text {
    margin-bottom: 20px;
  }

  /*
  こんな腰痛の症状・状況で苦しんでいませんか？？
  */
  .trouble {
    padding-top: 40px;
  }

  .trouble__heading {
    margin-bottom: 40px;
    padding-top: 0px;
  }

  .trouble__heading h2 {
    width: 60%;
  }

  .trouble__heading::before, .trouble__heading::after {
    width: 150px;
    height: 150px;
  }

  .trouble__heading::before {
    left: -33px;
    top: -40px;
  }

  .trouble__heading::after {
    right: -35px;
    top: -40px;
  }

  .trouble-list {
    width: 90%;
  }

  .trouble-list__item {
    padding: 15px 25px 15px 25px;
    text-align: center;
    min-width: 0;
  }

  .trouble-list__item p {
    font-size: 1.6rem;
  }

  .trouble-list__item:nth-of-type(2n) {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    overflow: hidden;
  }

  .trouble-list__item:nth-of-type(2n+1) {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    overflow: hidden;
  }

  .trouble-list__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .trouble-list__item:nth-of-type(2n) {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }

  .trouble__text span:nth-of-type(1) {
    font-size: 2.5rem;
  }

  .trouble__text span:nth-of-type(2) {
    font-size: 2rem;
  }

  .trouble__image img {
    width: 100px;
  }

  .trouble__block {
    margin: 30px 0 20px 0;
  }

  .trouble__bottom {
    text-align: center;
  }

  .trouble__bottom img {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  /*
  当院にお任せください
  */
  .introduction {
    padding: 40px 0 32.1px 0;
  }

  .introduction__heading h2 {
    width: 90%;
  }

  .introduction__image {
    width: 60%;
    margin: 0 auto;
  }

  .introduction__image img {
    width: 100%;
  }

  .introduction__text p {
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 0px 5px;
  }

  /*
  喜びの声
  */
  .voice {
    padding: 40px 0 10px 0;
  }

  .voice-heading {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .voice-list__wrapper {
    text-align: center;
  }

  .kojinsa {
    margin-bottom: 20px;
  }

  .voice-list__item {
    width: 95%;
    margin-bottom: 30px;
    padding: 30px 30px 31px 30px;
  }

  .voice-list__heading {
    width: auto;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .voice-list__image {
    width: 100%;
    text-align: center;
  }

  .voice-list__image img {
    width: 100%;
  }

  .voice-list__customer {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }

  .voice-list__text {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-top: 10px;
  }

  /*実績*/
  .jisseki {
    padding: 50px 0;
  }

  .jisseki-heading {
    margin-bottom: 40px;
  }

  .jisseki-list__image img {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  /*予約*/
  .yoyaku {
    padding: 30px 0 20px 0;
  }

  .yoyaku__text {
    font-size: 2rem;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
  }

  /*推薦*/
  .suisen {
    padding: 30px 20px;
  }

  .suisen__heading {
    margin-bottom: 20px;
  }

  .suisen-list {
    padding: 20px 10px 0 10px;
  }

  .suisen-list__item {
    width: 48%;
  }

  .suisen-list__item img {
    margin-bottom: 5px;
  }

  .suisen__role {
    font-size: 1.8rem;
  }

  .suisen__name {
    font-weight: bold;
    color: black;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  /*
  メディア掲載
  */
  .media {
    padding: 30px 20px;
  }

  .media__heading {
    margin-bottom: 20px;
  }

  .bg-white {
    background-color: white;
    padding: 30px 10px 30px 10px;
  }

  .media__text01 {
    font-size: 1.3rem;
  }

  .media__image02 {
    width: 24%;
  }

  .media__image02 img {
    margin: 0 auto;
    margin-bottom: 5px;
    width: 95%;
    text-align: center;
  }

  .media__name {
    font-size: 0.8rem;
  }

  .media__wrapper {
    margin-bottom: 20px;
  }

  /*巻き爪の原因*/
  .genin__heading {
    -webkit-transform: translateY(-8 0px);
            transform: translateY(-8 0px);
  }

  .genin__block {
    margin-bottom: 40px;
  }

  .genin__block02 {
    margin-bottom: 40px;
  }

  .genin__block03 h2 {
    margin-bottom: 30px;
  }

  .genin__block03 img:not(:last-child) {
    margin-bottom: 20px;
  }

  /*再発防止プログラム*/
  .program {
    padding: 30px 10px 30px 10px;
  }

  .program__heading img {
    width: 90%;
  }

  .program__heading {
    margin-bottom: 20px;
  }

  .program-step {
    padding: 30px 20px 0px 20px;
  }

  .program-step__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .program-step__heading {
    margin-bottom: 10px;
  }

  .program-step__text {
    font-size: 1.3rem;
  }

  .program-step__bottom img {
    width: 100%;
  }

  .program-kaizen {
    padding: 30px 20px 0 20px;
  }

  .first img {
    width: 80%;
  }

  .second img {
    width: 60%;
  }

  .program-kaizen-list__item {
    margin-bottom: 40px;
  }

  .program-kaizen-list__item h2 {
    margin-bottom: 10px;
  }

  .program-kaizen-list__item p {
    font-size: 1.3rem;
  }

  /*
  当院が選ばれている理由
  */
  .reason {
    padding: 40px 0 42px 0;
  }

  .reason-heading {
    margin-bottom: 20px;
  }

  .reason-heading span:first-child {
    font-size: 2rem;
  }

  .reason-heading span:last-child {
    font-size: 3rem;
  }

  .reason-heading span:last-child::before,
.reason-heading span:last-child::after {
    width: 260px;
    height: 3px;
  }

  .reason-heading span:last-child::before {
    bottom: -10px;
  }

  .reason-heading span:last-child::after {
    bottom: -20px;
  }

  .reason-list__wrapper {
    width: 90%;
    padding: 0px;
    margin-bottom: 12px;
    margin-top: 12px;
  }

  .reason-list__heading {
    width: 90%;
    margin: 20px auto;
  }

  .reason-list__item:not(:last-child) {
    margin-bottom: 40px;
  }

  .reason-list__left {
    width: 70px;
    height: 70px;
  }

  .reason-list__left span:first-child {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .reason-list__left span:last-child {
    font-size: 2.5rem;
  }

  .reason-list__inner {
    left: 20%;
  }

  .reason-list__text {
    width: 90%;
    font-size: 1.3rem;
    line-height: 1.5;
  }

  /*
  よくあるご質問
  */
  .faq {
    padding: 50px 0 40px 0;
  }

  .faq__heading {
    margin-bottom: 40px;
  }

  .faq-list__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .faq-list__item:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: 2px solid #cfcfcf;
  }

  .faq-list__item:not(:first-child) {
    padding-top: 40px;
  }

  .faq-list__question {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .faq-list__question span:first-child {
    font-size: 2.5rem;
  }

  .faq-list__question span:last-child {
    font-size: 1.5rem;
  }

  .faq-list__answer {
    font-size: 2rem;
  }

  .faq-list__answer span:first-child {
    font-size: 2.5rem;
  }

  .faq-list__answer span:last-child {
    font-size: 1.3rem;
  }

  .faq-list__item:not(:last-child) {
    padding-bottom: 35px;
  }

  .faq-list__item:last-child {
    padding-top: 37px;
  }

  .shop {
    padding: 50px 0 0 0;
  }

  .shop__heading {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .shop__heading img {
    width: 100%;
  }

  .shop__name {
    letter-spacing: 0.5px;
    font-size: 1.5rem;
  }

  .shop__place {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  .shop__place span {
    font-size: 1.8rem;
  }

  .shop__map {
    margin-bottom: 22%;
  }

  .shop__map iframe {
    height: 250px;
  }

  /*
  ボタン
  */
  .register-btn01 {
    width: 80%;
    margin: 0 auto;
  }

  .register-btn01 img {
    width: 100%;
  }

  .register-btn02 {
    width: 80%;
    margin: 0 auto;
  }

  .register-btn02 img {
    width: 100%;
  }
}
.counseling {
  padding: 5% 0;
  background-color: #ff9600;
  text-align: center;
}
.counseling img {
  max-width: 100%;
  height: auto;
}
.counseling p:first-child {
  margin-bottom: 5%;
}
.counseling a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .counseling {
    padding: 5% 4%;
  }
}

.kouza {
  padding: 5% 0;
}
.kouza a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .kouza {
    padding: 5% 1%;
  }
}