@charset "UTF-8";
/* 幅960px以下からcss適応 */
@media only screen and (max-width: 960px) {
  #header, #scroll_menu {
    display: none;
  }
  #sp_head {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    background: #69b84f;
    color: #fff;
    z-index: 999999;
    border-bottom: 2px solid #fff;
  }
  .sp_head_wrap {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .sp_head_logo {
    max-width: 380px;
  }
  .sp_head_tel, .sp_head_reserve, .sp_head_menu {
    width: calc(100% / 3 - 2px);
    border-left: 2px solid #fff;
    text-align: center;
  }
  .sp_head_tel a, .sp_head_reserve a {
    padding: 10px 0;
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .sp_head_tel a figure, .sp_head_reserve a figure, .sp_head_menu .hum_menu_obtn figure {
    margin-bottom: 10px;
  }
  .sp_head_tel a p, .sp_head_reserve a p {
    line-height: 1;
    font-weight: bold;
  }
  .sp_head_tel img, .sp_head_reserve img {
    width: auto;
    max-width: 100%;
    height: 33px;
  }
  .sp_head_menu .hum_menu_obtn img {
    width: auto;
    max-width: 100%;
    height: 33px;
  }
  .sp_head_tel {
    border-left: none;
  }
  .sp_head_logo p {
    line-height: 0;
  }
  .sp_logo {
    display: none;
  }
  .sp_head_btn {
    display: -webkit-flex;
    display: flex;
  }
  .sp_btn_wrap {
    margin-right: 5px;
    line-height: 0;
    margin-top: 1px;
  }
  .res_btn img {
    height: 55px;
  }
  .sp_btn {
    display: none;
  }
  /* ハンバーガーメニュー */
  .sp_hummenu {
    position: relative;
    top: 0;
    height: 100%;
  }
  .hum_menu_obtn {
    background: none;
    border: none;
    padding: 10px 0;
    color: #fff;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
  }
  .hum_menu_obtn span {
    line-height: 1;
    display: block;
  }
  .hum_menu_obtn_bar {
    position: relative;
    width: 100%;
    border-top: 3px solid #fff;
    padding: 5px 0px 0;
  }
  .hum_menu_obtn_bar:before, .hum_menu_obtn_bar:after {
    content: "";
    display: block;
    border-top: 3px solid #fff;
    padding: 5px 0 0;
  }
  .hum_menu_nav {
    background: rgba(240, 249, 237, 0.95);
    height: 100%;
    left: 100%;
    position: fixed;
    top: 0;
    transition-duration: 0.3s;
    transition-property: left;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    color: #000;
  }
  .hum_menu_nav.clicked {
    left: 0;
    overflow: scroll;
    z-index: 9999;
  }
  .hum_menu_nav_close {
    padding: 15px 0;
  }
  .hum_menu_cbtn {
    background: rgba(64, 166, 41, 0);
    border: none;
    color: #000;
    padding: 0;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
    position: absolute;
    top: 25px;
    right: 17px;
  }
  .hum_menu_cbtn_bar {
    position: relative;
    top: 0;
    width: 100%;
    padding: 5px 0 0;
  }
  .hum_menu_cbtn_bar:before {
    content: "";
    display: block;
    border-top: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 3px;
  }
  .hum_menu_cbtn_bar:after {
    content: "";
    display: block;
    border-top: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
    margin-bottom: 15px;
  }
  .hum_menu_nav_menu {
    margin-top: 55px;
    margin-bottom: 30px;
  }
  .hum_menu_nav_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #000;
  }
  .hum_menu_nav_menu li {
    color: #000;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 1.5;
    font-size: 0.85em;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .hum_menu_nav_menu li:nth-child(2n+1) {
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .hum_menu_nav_menu li a:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: 3px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.3s linear 0s;
    transition: transform 0.3s linear 0s;
  }
  .hum_menu_nav_menu li a.more_on:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .hum_menu_nav_menu li.sp_nav_more_wrap a {
    padding: 18px 0;
  }
  .hum_menu_nav_menu ul.sp_nav_more {
    border-top: none;
  }
  .hum_menu_nav_menu ul.sp_nav_more li {
    text-align: right;
    padding: 10px 15px 0;
    font-size: 1.05em;
    border-bottom: none;
    background: rgba(0, 0, 0, 0.05);
  }
  .hum_menu_nav_menu ul.sp_nav_more li:last-child {
    border-bottom: none;
    padding-bottom: 10px;
  }
  .hum_menu_nav_menu ul.sp_nav_more li:after {
    content: none;
  }
  .hum_menu_nav_menu ul.sp_nav_more li a {
    padding: 5px 0;
    text-align: center;
  }
  .hum_menu_nav_menu ul.sp_nav_more li a:after {
    content: none;
  }
  .sp_nav_more_o {
    display: none;
    width: calc(200% + 2px);
  }
  .sp_nav_more_r {
    position: relative;
    left: -100%;
    width: 200%;
  }
  .sp_nav_more_o ul {
    position: relative;
    top: 15px;
    background: #6fbd5f;
    z-index: 9999;
  }
  .sp_nav_more_o ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    font-size: 1em;
    position: relative;
    z-index: 99999;
    font-size: 0.9em;
  }
  .sp_nav_more_o ul li:last-child {
    border-bottom: none;
  }
  .hum_menu_nav_menu li a {
    display: block;
    color: #000;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    padding: 18px 0;
  }
  .hum_menu_nav_menu li span {
    display: block;
    font-weight: normal;
    font-size: 0.8em;
  }
  .hum_menu_contact {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 20px 20px;
  }
  .hum_menu_contact a {
    margin: 0 auto;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.85em;
    padding: 5px 0;
    display: block;
    width: 100%;
    max-width: 200px;
  }
  .hum_menu_contact a.h_menu_contact {
    text-align: center;
    background: #69b84f;
    color: #fff;
  }
  .hum_menu_contact a.h_menu_contact img {
    width: auto;
    max-width: 12px;
    height: auto;
    margin-right: 5px;
  }
  .hum_menu_contact p {
    margin-bottom: 15px;
    width: 100%;
  }
  .hum_menu_contact p:last-of-type {
    margin-bottom: 0;
  }
  .hum_open_bg_display.active {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    left: 0;
    top: 0;
    z-index: 1000;
  }
  .hum_menu_info_ttl {
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
  }
  .hum_menu_info_wrap {
    width: calc(100% - 20px);
    padding: 15px 10px;
    border-bottom: 1px solid;
    text-align: center;
  }
  .hum_menu_info_name {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
  }
  .hum_menu_info_tel {
    margin: 0;
    font-size: 1.3em;
    line-height: 1.5;
    position: relative;
    font-style: italic;
  }
  .hum_menu_info_tel i {
    font-size: 1em;
    transform: rotate(-45deg);
    margin-right: 3px;
    line-height: 1;
    position: relative;
    top: -2px;
  }
  .hum_menu_info_open {
    font-size: 0.8em;
    line-height: 1.5;
  }
  .hum_menu_sns ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: none !important;
  }
  .hum_menu_sns ul li {
    width: auto !important;
    border-bottom: none !important;
  }
  .hum_menu_sns ul li a {
    padding: 10px 5px;
  }
  .hum_menu_sns ul li a:after {
    content: none !important;
  }
  /* ここまで */
  /* common */
  .br {
    display: inline;
  }
  /* トップページ */
  #sp_top {
    display: block;
    margin-top: 78px;
    margin-bottom: 5px;
  }
  .sp_top_wrap {
    width: 95%;
    padding: 16px 2.5%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .sp_head_logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 60px;
  }
  .sp_head_access {
    width: auto;
  }
  .sp_head_access p {
    background: url("../images/common/sp_head_access.png") no-repeat left center;
    background-size: auto 50px;
    min-height: 50px;
    padding-left: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.5;
    font-weight: bold;
  }
  /* たくさんの患者さんが改善されています！ */
  .kaizen_icon img {
    width: 13vw;
    max-width: 115px;
    height: auto;
  }
  /* 推薦の声 */
  .recommned_ttl-main {
    font-size: 3.5vw;
  }
  /* 下層ページ */
  #second #sp_top {
    border-bottom: 1px solid #69b84f;
  }
  #second #main {
    display: block;
  }
}

/* 幅900px以下からcss適応 */
@media only screen and (max-width: 900px) {
  /* アクセス */
  .access_info_wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .access_map {
    width: 100%;
    max-width: 100%;
  }
  .access_map iframe {
    width: 95vw;
    max-width: 900px;
  }
  .access_mapinfo {
    width: 100%;
    margin: 0 auto;
  }
  .access_rootlistconts {
    width: calc(100% / 3 - 34px);
    margin-left: 50px;
  }
  .access_rootlistconts:before {
    left: -5.25vw;
  }
  /* footer */
  .f_wrap {
    justify-content: center;
  }
  .f_conts_r {
    display: none;
  }
  /* wordpress */
  #second.blog #main .mainconts:first-of-type {
    padding-top: 0;
  }
  .blog_conts {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .blog_main {
    width: 100%;
  }
  .blog_side {
    border-left: none;
    width: 100%;
    max-width: inherit;
    padding: 20px 0 0 0;
    margin: 0;
  }
  .side_menu ul {
    padding: 10px 0;
  }
}

/* 幅800px以下からcss適応 */
@media only screen and (max-width: 800px) {
  /* トップページ */
  .ttl02 {
    font-size: clamp(32px, 40vw, 44px);
  }
  .ttl04 {
    line-height: 1.5;
  }
  .ttl05 {
    padding: 16px 0;
  }
  /* こんな悩みはありませんか？ */
  .nayami_wrap {
    margin-bottom: 40px;
  }
  .nayami_conts {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .nayami_list {
    margin-bottom: 25px;
  }
  .nayami_img {
    max-width: 250px;
    margin: 0 auto;
  }
  /* このようなお悩みの方が来られています */
  .onayami_list {
    padding: 20px;
  }
  /* オファー */
  .offer01_text span {
    font-size: clamp(32px, 40vw, 48px);
    padding: 0 5vw;
  }
  .offer01_text span:before, .offer01_text span:after {
    width: 4vw;
    height: 8vw;
    max-width: 44px;
    max-height: 80px;
    background-size: contain;
    bottom: 0px;
  }
  .offer_conts03-wrap p {
    font-size: clamp(32px, 6vw, 44px);
  }
  .offer_conts03-wrap p span {
    line-height: 1;
  }
  .offer_conts04-bg {
    margin-bottom: 0 !important;
  }
  .offer_conts05 {
    margin-top: 0;
  }
  /* そもそも、どうして腰痛になってしまうの？ */
  .cause_wrap {
    padding: 24px;
  }
  .cause_conts {
    margin-bottom: 32px;
  }
  /* 患者様の声 */
  .voice_list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .voice_conts {
    width: 100% !important;
    margin: 30px auto 0 !important;
  }
  .voice_conts:nth-child(1) {
    margin-top: 0 !important;
  }
  .voice_img iframe {
    height: 40vw;
    max-height: 300px;
  }
  /* 院長プロフィール */
  .profile_wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .profile_img {
    width: 100%;
    max-width: 290px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .profile_img img {
    width: auto;
    max-width: 250px;
  }
  .profile_text {
    width: 100%;
    margin: 0 auto;
  }
  /* 当院の施術の流れ */
  .flow_conts_inline {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .flow_img {
    margin: 0 auto;
  }
  .flow_text {
    width: 100%;
    margin: 20px auto 0;
  }
  /* 当院が選ばれる理由 */
  .select_conts {
    margin-top: 40px;
  }
  .select_conts_lr, .select_conts_rl {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .select_conts_lr .select_img, .select_conts_rl .select_img {
    min-height: 0%;
  }
  .select_img {
    margin: 0 auto 15px;
  }
  .select_text {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .select_conts_tb .select_img ul li {
    width: calc(100% / 3 - 10px);
    margin-left: 15px;
  }
  /* 料金 */
  .price_offer-text01 p {
    font-size: 24px;
  }
  .price_offer-text02 {
    margin: 32px auto;
    padding: 16px 0;
  }
  .price_offer-text02 p {
    font-size: 24px;
  }
  .price_offer-text02 p.price_offer-text02-text02 {
    font-size: 36px;
  }
  /* なぜ初回は2,980円なのか？ */
  .why_list {
    flex-direction: column;
  }
  .why_listconts {
    width: 100%;
    margin-bottom: 32px;
  }
  .why_listconts:last-of-type {
    margin-bottom: 0;
  }
  /* フッター */
  .f_conts_r {
    display: none;
  }
}

/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  body {
    font-size: 14px;
  }
  #sp_top {
    margin-top: 54px;
    margin-bottom: 0;
  }
  .mainimage_selectconts, .res_btn {
    display: none;
  }
  .sp_btn {
    display: -webkit-flex;
    display: flex;
  }
  .sp_btn li {
    margin-left: 5px;
    line-height: 0;
  }
  .sp_btn img {
    height: 50px;
  }
  .sp_head_wrap {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .sp_head_tel a, .sp_head_reserve a {
    padding: 5px 0;
  }
  .sp_head_tel a figure, .sp_head_reserve a figure {
    margin-bottom: 8px;
  }
  .hum_menu_obtn {
    padding: 7px 0 6px;
    -webkit-appearance: none;
    font-size: inherit;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
  }
  .sp_head_tel img, .sp_head_reserve img {
    height: 24px;
  }
  .sp_head_tel a p, .sp_head_reserve a p, .hum_menu_obtn span {
    font-size: 12px;
  }
  .sp_head_menu .hum_menu_obtn figure {
    margin-bottom: 5px;
  }
  .sp_head_menu .hum_menu_obtn img {
    height: 24px;
  }
  .hum_menu_obtn span {
    line-height: 1;
  }
  .sp_top_wrap {
    padding: 7px 2.5%;
  }
  .sp_head_access {
    width: auto;
  }
  .sp_head_logo {
    line-height: 0;
    text-align: center;
  }
  .sp_head_logo img {
    width: 82vw;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .res_logo {
    display: none;
  }
  .sp_logo {
    display: block;
  }
  .sp_head_access {
    margin-left: 8px;
  }
  .sp_head_access p {
    background-size: auto 25px;
    font-size: 11px;
    padding-left: 28px;
  }
  /* common */
  .main_conts_wrap {
    width: 90%;
    padding: 0 5%;
  }
  .mainconts {
    padding: 32px 0;
  }
  .ttl01 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .ttl01.ttl01_main {
    margin-bottom: 8px;
  }
  .ttl01_sub {
    font-size: 15px;
    margin-bottom: 20px !important;
    padding: 10px 0;
  }
  .ttl02 {
    font-size: 21px;
    margin-bottom: 24px;
  }
  .ttl03 {
    font-size: 16px;
    padding: 8px 16px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .ttl04 {
    font-size: 24px;
  }
  .ttl05 {
    font-size: 16px;
    padding: 8px 0;
    margin-bottom: 16px;
  }
  .ttl07{
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .ttl07 span{
    font-size: 20px;
    line-height: 1.5;
    padding: 12px;
  }
  .ttl08{
    font-size: 20px;
    margin-bottom: 4px;
  }
  .ttl08_sub{
    font-size: 16px;
    margin-bottom: 20px !important;
    line-height: 1.5;
  }
  figure.f-l, figure.f-r {
    text-align: center;
    margin-bottom: 15px;
  }
  .f-l, .f-r {
    float: none;
  }
  /* メインイメージ */
  #mainimage {
    background: none;
    max-height: 1253px;
  }
  #mainimage p img {
    width: 100%;
    max-width: 1250px;
  }
  .mainimage_strongpoint {
    margin-top: 0;
    padding: 16px 0 8px;
  }
  .mainimage_strongpoint-list li {
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-bottom: 8px;
    border-width: 2px;
    padding: 8px 12px;
    min-height: 80px;
  }
  .mainimage_strongpoint-list li:nth-of-type(3n) {
    margin-right: 8px;
  }
  .mainimage_strongpoint-list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .mainimage_strongpoint-list li img {
    width: auto;
    height: auto;
    max-height: 54px;
  }
  /* 公開準備中 */
  .commingsoon{
    padding: 12px;
    font-size: 16px;
  }
  /* たくさんの患者さんが改善されています！ */
  .kaizen {
    padding-bottom: 16px;
  }
  .kaizen_img {
    border-width: 6px;
    padding: 8px;
  }
  /* 症例紹介　動画 */
  .movie_reportconts{
    margin-bottom: 40px;
  }
  .movie_reportconts-movie iframe{
    height: 50vw;
    min-height: 200px;
    max-height: 240px;
  }
  /* before after */
  .ba_conts{
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-bottom: 8px;
  }
  /* こんな悩みはありませんか？ */
  .nayami {
    padding-bottom: 0 !important;
  }
  .nayami_conts {
    margin-top: 0;
  }
  .nayami_list ul li {
    font-size: 15px;
    margin-bottom: 16px;
    background-size: 24px auto;
    padding-left: 32px;
  }
  .nayami_list ul li:last-child {
    margin-bottom: 0;
  }
  .nayami_img {
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
    text-align: center;
  }
  /* 想い */
  .omoi{
    padding-top: 16px;
  }
  /* 当院にお任せください */
  .omakase_conts p {
    font-size: 15px;
  }
  .omakase_conts p.omakase_text01 {
    font-size: 20px;
  }
  /* このようなお悩みの方が来られています */
  .onayami_list {
    padding: 12px 16px;
    border-width: 3px;
  }
  .onayami_list ul li {
    background-size: 20px auto;
    background-position: left 4px;
    padding-left: 28px;
    margin-right: 12px;
  }
  /* 患者様の声 */
  .voice_ttl {
    font-size: 15px;
    line-height: 1.4;
  }
  .voice_subttl {
    line-height: 1.4;
  }
  .voice_q {
    font-size: 14px;
  }
  .voice_text p {
    padding: 0 0 15px;
  }
  .voice_text-memo {
    line-height: 1.5;
  }
  /* オファー */
  .offer_conts01 {
    margin-bottom: 0;
  }
  .offer01_text span {
    font-size: clamp(16px, 8vw, 24px);
  }
  .offer01_text span:before, .offer01_text span:after {
    bottom: 2px;
  }
  .offer_conts02 {
    border: none;
    margin: 12px auto 16px;
    width: 100%;
  }
  .offer_conts02 p {
    font-size: 5vw;
  }
  .offer_conts02 p span {
    display: block;
  }
  .offer_conts03 {
    margin-bottom: 16px;
  }
  .offer_conts03-wrap {
    padding: 12px;
  }
  .offer_conts03-wrap p {
    font-size: clamp(20px, 5.5vw, 22px);
  }
  .offer_conts03-wrap p strong {
    display: block;
    font-size: clamp(24px, 6.5vw, 28px);
    margin-top: 4px;
  }
  .offer_conts04_pc {
    display: none;
  }
  .offer_conts04_sp {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #f09b00;
    text-align: center;
    padding: 15px;
  }
  .offer_conts04_sp a {
    color: #ef3737;
  }
  .offer_conts04_sp p {
    margin-bottom: 0;
  }
  .offer_conts04_sp_ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    color: #fff;
  }
  .offer_conts04_sp_ttl span {
    display: block;
  }
  .offer_conts04_sp_tel {
    display: block;
    font-size: 9vw;
    font-weight: bold;
    margin: 12px auto 16px !important;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  .offer_conts04_sp_tel a {
    display: inline-block;
    /* color: #fff; */
    color: #fcff05;
    text-decoration: none;
    position: relative;
  }
  .offer_conts04_sp_tel a:before, .offer_conts04_sp_tel a:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    /* background: #fff; */
    background: #fcff05;
    position: absolute;
    left: 0;
  }
  .offer_conts04_sp_tel a:before {
    bottom: 0px;
  }
  .offer_conts04_sp_tel a:after {
    bottom: -6px;
  }
  .offer_conts04_sp_open {
    font-size: 15px;
    margin-bottom: 12px !important;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
  }
  .offer_conts04_sp_open span {
    display: block;
  }
  .offer_conts04_sp_text {
    text-align: left;
  }
  .offer_conts04_sp_btn {
    margin-top: 10px;
  }
  .offer_conts04_sp_btn a {
    display: block;
    background: #f44b00;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    padding: 12px 10px;
    text-decoration: none;
  }
  .offer_conts04_sp_btn a img {
    margin-right: 5px;
    width: auto;
    max-width: 16px;
    height: auto;
  }
  .offer_conts05 {
    margin-top: 15px;
  }
  .offer_last {
    padding-bottom: 80px;
  }
  .offer_ttl01 {
    font-size: calc(18px + 3.5vw);
    line-height: 1.5;
    padding: 8px 0;
  }
  .offer_ttl01 span {
    font-size: 7vw;
  }
  .offer_conts_line_pc {
    display: none;
  }
  .offer_conts_line_sp {
    display: block;
    background: #6a5443;
    padding: 15px 20px;
  }
  .offer_conts_line_sp p {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .sp_line_ttl {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }
  .sp_line_ttl img {
    width: auto;
    max-width: 100%;
  }
  .sp_line_img {
    line-height: 1;
    text-align: center;
  }
  .sp_line_img img {
    width: 100%;
    max-width: 72px;
    margin: 10px 0;
    height: auto;
  }
  .sp_line_text01 {
    font-size: 13px;
    color: #fff;
  }
  .sp_line_reserve {
    margin-top: 20px;
    border-top: 2px solid #fff;
    padding-top: 20px;
    color: #fff;
  }
  .sp_line_reserveconts {
    margin-bottom: 20px;
  }
  .sp_line_reserve_ttl01 {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 15px;
  }
  .sp_line_reserve_ttl02 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    text-decoration: underline;
  }
  .sp_line_reservebtn {
    margin-top: 10px;
  }
  .sp_line_reservebtn a {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .sp_line_reservebtn a img {
    width: auto;
    max-width: 26px;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 0;
  }
  .sp_line_ttl {
    text-align: center;
  }
  /* そもそも、どうして腰痛になってしまうの？ */
  .cause_lr {
    flex-direction: column;
  }
  .cause_img {
    margin: 0 auto 24px;
  }
  .cause_text {
    width: 100%;
    margin: 0 auto;
  }
  /* 当院の腰痛整体 */
  .info_lr,
  .info_rl {
    flex-direction: column;
  }
  .info_lr .info_img,
  .info_rl .info_img {
    max-width: 240px;
    margin: 0 auto 16px;
  }
  .info_lr .info_img img,
  .info_rl .info_img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .info_lr .info_text,
  .info_rl .info_text {
    width: 100%;
    margin: 0 auto;
  }
  .info_conts {
    margin-bottom: 32px;
  }
  /* プロフィール */
  .profile_img-ttl {
    font-size: 16px;
  }
  /* 推薦者の声 */
  .recommend_sec {
    border-width: 3px;
    padding: 12px;
    margin-bottom: 16px;
  }
  .recoomend_mainconts {
    flex-direction: column;
  }
  .recommend_img {
    max-width: 160px;
    margin: 0 auto 16px;
  }
  .recommend_text {
    width: 100%;
    margin: 0 auto;
  }
  .recommend_text p {
    font-size: 15px;
  }
  /* 選ばれる８つの理由 */
  .select_conts {
    margin-top: 24px;
  }
  .select_conts:first-of-type {
    margin-top: 24px !important;
  }
  .select_ttl01 {
    padding: 8px;
    font-size: 18px;
    margin-bottom: 16px;
    margin-left: 0;
    text-align: center;
    line-height: 1.5;
  }
  .select_ttl01:before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "理由" counter(selectnum);
    width: 4em;
    height: auto;
    font-size: 15px;
    padding: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    position: relative;
    margin-bottom: 8px;
  }
  .select_ttl01:after {
    content: none;
  }
  .select_conts_lr .select_img, .select_conts_rl .select_img {
    width: auto;
    max-width: 280px;
  }
  .select_conts_tb .select_img ul {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .select_conts_tb .select_img ul li {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .select_conts_tb .select_img {
    margin-bottom: 16px;
  }
  .select_recommend {
    padding: 15px;
  }
  .recommend_voice {
    font-size: 15px;
  }
  /* 施術の流れ */
  .flow_conts {
    margin-top: 32px;
  }
  .flow_conts:first-of-type {
    margin-top: 24px;
  }
  .flow_ttl01 {
    font-size: 16px;
    margin-bottom: 16px;
    padding-left: 1.5em;
  }
  .flow_ttl01:before {
    font-size: 1.2em;
    top: 10px;
  }
  .flow_conts_inline {
    margin-top: 16px;
  }
  .flow_img img {
    width: auto;
    max-width: 100%;
  }
  .flow_strongpoint {
    margin-top: 25px;
  }
  .flow_strongpoint p {
    font-size: 18px;
    text-align: left;
    line-height: 1.5;
  }
  /* 施術料金について・初回特別割引 */
  .price_list {
    margin-bottom: 32px;
  }
  .tbl01 {
    display: block;
  }
  .tbl01 tbody {
    display: block;
  }
  .tbl01 tbody tr {
    display: flex;
    flex-direction: column;
    border-top: none;
  }
  .tbl01 tbody tr th, .tbl01 tbody tr td {
    display: block;
    width: 100%;
    padding: 4px 12px;
    box-sizing: border-box;
    font-size: 15px;
    text-align: left;
  }
  .price_offer-text01 p {
    font-size: 16px;
    line-height: 1.75;
  }
  .price_offer-text02 {
    margin: 16px auto;
    padding: 8px 0;
  }
  .price_offer-text02 p {
    font-size: 16px;
  }
  .price_offer-text02 p.price_offer-text02-text02 {
    font-size: 1.5em;
  }
  /* なぜ初回は2,980円なのか？ */
  .why_conts {
    margin-bottom: 32px;
  }
  .why_lr {
    flex-direction: column;
  }
  .why_img {
    min-width: 0;
    max-width: 240px;
    margin: 0 auto 16px;
  }
  .why_text {
    width: 100%;
    margin: 0 auto;
  }
  .why_list {
    margin-top: 24px;
  }
  .why_listconts {
    margin-bottom: 24px;
  }
  .why_listconts-ttl {
    font-size: 16px;
    padding: 8px 12px;
  }
  .why_listconts-inline {
    padding: 12px;
  }
  .why_listconts-inline ul li {
    background-size: 16px auto !important;
    background-position: left 6px !important;
    padding-left: 24px !important;
  }
  /* 来院特典 */
  .gift_conts-wrap {
    flex-direction: column;
  }
  .gift_img {
    max-width: 170px;
    margin: 0 auto 16px;
  }
  .gift_text {
    width: 100%;
    margin: 0 auto;
  }
  .gift_mainttl {
    font-size: 18px;
    line-height: 1.85;
    text-align: center;
    margin: 4px auto 16px;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
  }
  .gift_subttl {
    display: inline-block;
    margin: 0 auto;
  }
  .gift_subttl span {
    font-size: 18px;
    padding: 0 5vw;
  }
  .gift_subttl span:before, .gift_subttl span:after {
    width: 4vw;
    height: 7vw;
    max-width: 22px;
    max-height: 31px;
    background-size: contain;
  }
  .gift_textarea p {
    font-size: 15px;
  }
  .gift_conts {
    margin-bottom: 24px;
  }
  /* アクセス */
  .access_map iframe {
    width: 90vw;
    height: 20vw;
    min-height: 250px;
  }
  .access_rootlist {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
  }
  .access_rootinfo {
    margin-top: 24px;
  }
  .access_rootlistconts {
    width: 100%;
    margin: 0 auto 30px !important;
  }
  .access_rootlistconts:before {
    content: none;
  }
  .access_rootlistconts:last-child {
    margin-bottom: 0 !important;
  }
  /* 最後に... */
  .last {
    padding: 0 0 32px;
  }
  .last_textarea {
    margin-top: 0;
  }
  .last_textarea dl {
    margin-bottom: 12px;
  }
  .last_textarea dl dt {
    font-size: 17px;
  }
  .last_text01 {
    margin-top: 16px;
  }
  .last_text01 p {
    font-size: 15px;
  }
  .last_text02 {
    margin-top: 16px;
  }
  .last_text02 p {
    font-size: 16px;
  }
  /* pagetop */
  #pagetop img {
    width: 60px;
  }
  /* お問い合わせ */
  .contact_tel, .contact_mail {
    margin-top: 20px;
  }
  .contact_form {
    padding: 15px;
  }
  .form_tbl tr th {
    font-size: 14px;
    font-weight: bold;
  }
  .form_tbl tr td {
    font-size: 14px;
  }
  .form_tbl tr td input, .form_tbl tr td textarea {
    width: calc(100% - 16px);
    font-size: 16px !important;
  }
  .last_conts dl dt {
    font-size: 16px;
    padding-left: 20px;
  }
  .last_conts dl dt:before {
    width: 16px;
    height: 16px;
    top: 0;
  }
  .last_conts dl dd {
    padding-left: 20px;
  }
  .last_conts-text p {
    font-size: 16px;
  }
  .form_confirm {
    text-align: left;
  }
  .form_confirm input {
    width: 1em;
  }
  .form_confirm span.wpcf7-list-item {
    margin: 0 !important;
  }
  .form_submit input {
    font-size: 16px;
    padding: 13px 0;
  }
  .explanation_ttl{
    font-size: 1.2em;
    margin-top: 32px;
    margin-bottom: 12px;
    padding-bottom: 4px;
  }
  .explanation_ttl:after{
    bottom: -4px;
  }

  .contact_info{
    margin-top: 16px;
  }

  .contact_infoconts p a{
    padding: 14px 20px;
  }

  .contact_infoconts p a,
  .contact_info-tel-text02{
    font-size: clamp(18px, 6vw, 24px);
  }


  .contact_infoconts p a:after{
    border-width: 7px 7px 7px 9px;
    top: calc(50% - 7px);
    right: 4px;
  }

  .contact_infoconts p a img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 20px;
    margin-right: 8px;
    top: 2px;
  }

  .contact_info-tel p a{
    padding-top: 8px;
  }

  .contact_info-tel-text01{
    font-size: clamp(15px, 4vw, 18px);
    margin-bottom: 6px;
  }

  .contact_info-tel-text02{
    font-size: clamp(18px, 7vw, 30px);
  }

  .contact_info-tel-text02 img{
    top: 0;
  }

  .contact_conts{
    margin-top: 40px;
  }

  /* wordpress */
  #second.blog #main .mainconts:first-of-type {
    padding-top: 10px;
  }
  #breadcrumb ul {
    padding: 5px 0;
  }
  #breadcrumb ul li {
    line-height: 2;
  }
  .single_date {
    margin-top: 10px;
  }
  .blog_single img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto 15px;
  }
  .blog_single img.alignright, .blog_single img.alignleft {
    max-width: 40%;
  }
  .blog_single ul li {
    font-size: 15px;
    background-size: 21px auto;
    padding-left: 27px;
    background-position: left 2px;
  }
  .s_ttl01 {
    font-size: 20px;
    line-height: 1.5;
    margin: 10px auto;
  }
  .single_ttl {
    font-size: 20px;
    line-height: 1.5;
    margin: 10px 0;
  }
  .single_cat {
    margin-bottom: 20px;
  }
  .blog_single h3 {
    font-size: 1.4em;
    padding: 5px 0 5px 10px;
    margin: 20px auto 10px;
  }
  .blog_single h4 {
    font-size: 1.2em;
  }
  .side_menu li {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
  }
  /* ページ下部 */
  #sp_pagebtm {
    z-index: 9999;
  }
  #sp_pagebtm.on {
    bottom: 0;
  }
  #sp_pagebtm a {
    line-height: 0;
  }
  #sp_pagebtm img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* フッター */
  #footer {
    margin-bottom: 19vw;
  }
  .f_wrap {
    width: 90%;
    padding: 20px 5%;
  }
  .f_conts_l {
    width: 100%;
  }
  .f_conts_l a {
    color: #fff;
  }
  .f_logo {
    text-align: center;
    margin-bottom: 10px;
  }
  .f_cr {
    font-size: 12px;
  }
}
