@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: #f2aeae;
    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(242, 237, 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: #a87e4b;
    color: #fff;
  }
  .hum_menu_contact p {
    margin-bottom: 15px;
    width: 100%;
  }
  .hum_menu_contact p:last-of-type {
    margin-bottom: 0;
  }
  .hum_menu_contact .fa,
  .hum_menu_contact .far {
    margin-right: 5px;
  }
  .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 */
  /* トップページ */
  #sp_top {
    display: block;
    margin-top: 78px;
    margin-bottom: 5px;
  }
  .sp_top_wrap {
    width: 95%;
    padding: 10px 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: 270px;
  }
  .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;
  }
  /* 下層ページ */
  #second #sp_top {
    border-bottom: 1px solid #f2aeae;
  }
  #second #main {
    display: block;
  }
}

/* 幅900px以下からcss適応 */
@media only screen and (max-width: 900px) {
  /* オファー */
  .offer_ttl01 span {
    width: calc(100% - 88px);
    margin: 0 auto;
    display: inline-block;
    font-size: 48px;
    border-bottom: none;
    text-decoration: underline;
  }
  .offer_ttl01 span:before {
    left: 0;
  }
  .offer_ttl01 span:after {
    right: 0;
  }
  .offer_conts01_img {
    margin: 32px auto;
  }
  /* アクセス */
  .access_info_wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .access_map {
    width: 100%;
    max-width: 100%;
  }
  .access_map iframe {
    width: 95vw;
    max-width: 900px;
  }
  .access_mapinfo {
    width: 100%;
    margin: 0 auto;
  }
  .access_rootlist li {
    width: calc(100% / 3 - 34px);
    margin-left: 50px;
  }
  .access_rootlist li:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url("../images/top/access_arrow.png") no-repeat center top;
    background-size: 60% auto;
    left: -50px;
    top: 60px;
  }
  /* 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) {
  /* こんな症状ありませんか? */
  .syoujou_wrap{
    justify-content: center;
    flex-wrap: wrap;
  }

  .syoujou_conts{
    width: calc(50% - 12px);
    margin-right: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .syoujou_conts:nth-of-type(2n){
    margin-right: 0;
  }


  /* 強み */
  .strongpoint_textarea {
    padding: 24px 12px;
  }
  /* フッター */
  .f_conts_r {
    display: none;
  }
}

/* 幅640px以下からcss適応 */
@media only screen and (max-width: 640px) {
  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: 10px 2.5%;
  }
  .sp_head_access {
    width: 190px;
  }
  .sp_head_logo {
    width: 50vw;
    line-height: 0;
    text-align: left;
  }
  .sp_head_logo img {
    width: 37vw;
    max-width: 85%;
    margin: 0 auto;
    height: auto;
  }
  .res_logo {
    display: none;
  }
  .sp_logo {
    display: block;
  }
  .sp_head_access p {
    background-size: auto 30px;
    font-size: 11px;
    padding-left: 32px;
    min-height: 0;
  }
  /* common */
  .ttl01 {
    font-size: 20px;
    margin-bottom: 24px;
    padding-bottom: 8px;
    line-height: 1.6;
  }
  .ttl02 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .ttl03 {
    font-size: 20px;
    line-height: 1.8;
  }
  .ttl03sub {
    font-size: 16px;
    line-height: 1.6;
  }
  .ttl04 {
    font-size: 18px;
    padding: 4px 12px;
    margin-bottom: 24px;
  }
  .ttl05 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .ttl05 span {
    display: inline;
  }
  .ttl06 {
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
	
	  .ttl07 {
    font-size: 16px;
  }
	
  .main_conts_wrap {
    width: 90%;
    padding: 0 5%;
  }
  .mainconts {
    padding: 30px 0;
  }
  figure.f-l, figure.f-r {
    text-align: center;
    margin-bottom: 15px;
  }
  .f-l, .f-r {
    float: none;
  }
  .ml30, .mr30 {
    margin: 0;
  }
  .list01 {
    padding: 16px;
  }
  .list01 ul {
    justify-content: flex-start;
  }
  .list01 ul li {
    font-size: 15px;
  }
  .strong02 {
    font-size: 18px;
  }
  /* メインイメージ */
  #mainimage {
    background: none;
    max-height: 1253px;
  }
  #mainimage p img {
    width: 100%;
    max-width: 1250px;
  }
  .mainimage_pc {
    display: none;
  }
  .mainimage_sp {
    display: block;
    padding: 0;
  }
  
  /* こんな症状ありませんか? */
  .syoujou_conts{
    width: 100%;
    margin: 0 auto 24px;
    padding: 12px;
  }
  .syoujou_conts:last-of-type{
    margin-bottom: 0;
  }
  .syoujou_ttl{
    font-size: 20px;
  }
  .syoujou_img{
    margin: 8px auto;
  }

  /* 他院と当院の違い */
  .comparison_list{
    width: 100%;
    overflow: scroll;
  }

  .comparison_list table{
    width: 700px;
  }

  .comparison_list-memo{
    display: block;
    margin-top: 8px;
  }

  /* 当院の強み */
  .strongpoint_wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .strongpoint_conts {
    width: 100%;
    margin: 0 auto 24px;
  }
  .strongpoint_conts:last-of-type {
    margin: 0 auto;
  }
  .strongpoint_ttl {
    font-size: 20px;
    padding: 4px 8px;
  }
  .strongpoint_ttl span {
    font-size: 28px;
    margin-left: 4px;
  }
  .strongpoint_img img {
    width: auto;
    max-width: 56px;
    height: auto;
  }
  .strongpoint_text {
    font-size: 16px;
  }
  /* 患者さんとの２ショット */
  .strongreview{
    margin-top: 24px;
  }
  .strongreview_wrap{
    padding: 24px 12px;
  }
  .strongreview_ttl01{
    font-size: 18px;
  }
  .strongreview_ttl01sub{
    font-size: 14px;
    max-width: 180px;
  }
  .strongreview_textarea{
    margin-top: 16px;
  }
  /* covd-19 */
  .covd-19 {
    border-width: 2px;
    padding: 16px;
  }
  .covd-19_list ul li {
    width: 100%;
    margin-right: 0;
  }
  .covd-19_text01 {
    font-size: 15px;
    text-align: left;
    margin-top: 8px;
  }
  /* メディア掲載 */
  .media_conts{
    padding: 16px;
  }
  .media_conts .ttl02{
    font-size: 17px;
  }
  .media_detailbtn a{
    font-size: 15px;
    line-height: 1.5;
    padding: 12px;
  }
  .media_detailbtn a img{
    max-width: 18px;
    position: relative;
    top: -2px;
  }
  /* ごあいさつ */
  .first_aisatsuconts {
    flex-direction: column;
  }
  .first_img {
    width: auto;
    text-align: center;
  }
  .first_img img {
    width: auto;
    max-width: 160px;
    height: auto;
  }
  .first_text {
    width: 100%;
    margin: 16px auto 0;
  }
  .first_movie{
    margin-top: 24px;
  }
  .first_movie iframe{
    min-height: 280px;
    max-height: 320px;
  }

  .first_mystory {
    margin-top: 16px;
    padding-top: 16px;
  }
  .first_mystoryconts {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .first_mystory-text {
    width: 100%;
    margin: 0 auto;
  }
  .first_mystory-img {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .first_mystory-img img {
    width: 100%;
    max-width: 240px;
    height: auto;
  }
  .first_list {
    margin-top: 32px;
  }
  .first_lasttext {
    margin-top: 24px;
  }
  .first_lasttext p {
    font-size: 22px;
  }
  /* こんなお悩みありませんか？ */
  .nayami_conts {
    flex-direction: column;
  }
  .nayami_list {
    width: 100%;
    margin-bottom: 12px;
  }
  .nayami_img {
    max-width: 200px;
    margin: 0 auto;
  }
  /* 当院の特徴 */
  .feature_textarea {
    flex-direction: column-reverse;
  }
  .feature_textarea-text {
    width: 100%;
    margin: 0 auto 24px;
  }
  .feature_textarea-img {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
  .feature_conts01 {
    margin-top: 40px;
  }
  .feature_conts01-ttl {
    font-size: 20px;
    padding: 8px;
  }
  .feature_conts01-ttl span {
    font-size: 16px;
  }
  .feature_conts-textarea {
    padding: 16px;
  }
  .feature_conts-textarea dl {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .feature_conts-textarea dl dt {
    margin-bottom: 12px;
  }
  .feature_conts-textarea dl dd {
    font-size: 15px;
    margin: 0 auto;
    line-height: 1.8;
  }
  .feature_conts02 {
    margin-top: 40px;
    padding: 16px;
  }
  .feature_conts02 p {
    font-size: 15px;
    text-align: left;
  }
  /* M式テクニックとは */
  .mtech_ttl01 {
    font-size: 20px;
  }
  .mtech_list01 {
    margin-top: 32px;
  }
  /* このようなお悩みの方が来院されています */
  .cometo_list {
    padding: 16px 16px 8px;
  }
  .cometo_list ul li {
    background-size: 20px auto;
    font-size: 15px;
    padding-left: 28px;
    margin-right: 16px;
  }
  /* 院長プロフィール */
  .profile_conts {
    flex-direction: column;
  }
  .profile_img {
    width: 200px;
    margin: 0 auto 24px;
  }
  .profile_text {
    width: 100%;
    margin: 0 auto;
  }
  .profile_text-ttl01 {
    font-size: 18px;
  }
  .profile_list dl {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .profile_list p {
    margin: 1em auto !important;
  }
  /* 患者様の声 */
  .voice_conts{
    width: 100%;
    margin: 0 auto 32px;
  }
  .voice_conts:nth-child(2n){
    margin: 0 auto 32px;
  }
  .voice_imglist{
    margin-bottom: 0;
  }
  .voice_imglist-btn01 a{
    font-size: 15px;
    padding: 8px 8px 6px;
  }
  .voice_imglist-btn01 a img{
    max-width: 22px;
    margin-right: 4px;
    top: 0;
  }
  /* 推薦の声 */
  .recoomend_conts{
    padding: 16px;
    margin-top: 32px;
  }
  .recommend_conts-ttl{
    background-size: 72px auto;
    padding-left: 92px;
    min-height: 100px;
    margin-bottom: 20px;
  }
  .recommend_conts-mainttl{
    font-size: 20px;
  }
  .recommend_conts-subttl{
    font-size: 14px;
    line-height: 1.7;
  }
  .recommend_contswrap{
    flex-direction: column;
  }
  .recommend_conts-img{
    width: 180px;
    margin: 0 auto 12px;
  }
  .recommend_conts-img img{
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .recommend_conts-text{
    width: 100%;
    margin: 0 auto;
  }
  .recommend_conts-text p{
    font-size: 15px;
  }
  /* 選ばれる理由 */
  .select_conts{
    margin-bottom: 36px;
  }
  .select_contsarea-lr,
  .select_contsarea-rl{
    flex-direction: column;
  }
  .select_conts-img{
    width: auto;
    max-width: 100%;
    margin: 0 auto 16px;
    text-align: center;
  }
  .select_conts-img img{
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .select_conts-text{
    width: 100%;
    margin: 0 auto !important;
  }
  /* 施術の流れ */
  .flow_conts01 {
    flex-direction: column;
  }
  .flow_conts-img {
    width: 200px;
    margin: 0 auto 16px;
  }
  .flow_conts-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .flow_conts-text {
    width: 100%;
    margin: 0 auto;
  }
  .flow_item,
  .flow_caution {
    padding: 16px;
    margin-top: 40px;
  }
  .flow_item-list li {
    font-size: 16px;
    padding-left: 40px;
  }
  .flow_item-list li:before {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .flow_item-ttl,
  .flow_caution-ttl {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .flow_caution dl dt {
    font-size: 16px;
    padding-left: 40px;
    margin-bottom: 8px;
  }
  .flow_caution dl dt:before {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .flow_caution dl dd {
    padding-left: 40px;
  }
  .flow_message p {
    font-size: 20px;
  }
  /* 当院の治療について */
  .treat_purpose {
    padding: 12px;
    margin-bottom: 16px;
  }
  .treat_purpose p {
    font-size: 16px;
  }
  .treat_text01 {
    text-align: left;
  }
  /* 施術料金について */
  .price_offer {
    margin-top: 0;
  }
  .price_list {
    margin-top: 32px;
  }
  .price_tbl tbody tr {
    flex-direction: column;
  }
  .price_tbl tbody tr th,
  .price_tbl tbody tr td {
    width: 100%;
    padding: 8px;
    text-align: left;
    font-size: 15px;
  }
  .price_tbl tbody tr th {
    padding-bottom: 4px;
  }
  .price_tbl tbody tr td {
    padding-top: 4px;
  }
  .offer_ttl01 span {
    width: 100%;
    font-size: 6.5vw;
  }
  .offer_ttl01 span:before, .offer_ttl01 span:after {
    background-size: contain;
    width: 6vw;
    height: 8vw;
  }
  .offer_ttl01 span:before {
    left: 0;
  }
  .offer_ttl01 span:after {
    right: 0;
  }
  .offer_conts01_img {
    margin: 16px auto;
  }
  .offer_conts03_pc {
    display: none;
  }
  .offer_conts03_sp {
    display: block;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border: 4px solid #c3a17c;
    text-align: center;
    padding: 15px;
  }
  .offer_conts03_sp a {
    color: #dc5f5f;
  }
  .offer_conts03_sp p {
    margin-bottom: 0;
  }
  .offer_conts03_sp_ttl {
    font-size: 4vw;
    font-weight: bold;
    text-align: left;
  }
  .offer_conts03_sp_tel {
    font-size: 9vw;
    font-weight: bold;
    margin: 10px auto !important;
    letter-spacing: -0.015em;
    line-height: 1;
  }
  .offer_conts03_sp_open {
    font-size: 16px;
    margin-bottom: 10px !important;
    line-height: 1.5;
  }
  .offer_conts03_sp_open span {
    display: block;
  }
  .offer_conts03_sp_text {
    text-align: left;
  }
  .offer_conts03_sp_btn {
    margin-top: 10px;
  }
  .offer_conts03_sp_btn a {
    display: block;
    background: #9f703b;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    padding: 12px 10px;
    text-decoration: none;
  }
  .offer_conts03_sp_btn a .fa,
  .offer_conts03_sp_btn a .far {
    margin-right: 5px;
  }
  .offer_conts04 {
    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: #1dcd00;
    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;
  }
  .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;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 0;
  }
  .sp_line_ttl {
    text-align: center;
  }
	
	.ekiten_reserve {
	border: solid 4px #c3a17c;
		margin-top: 15px;
}

  /* アクセス */
  .access_movie,
  .access_info_wrap{
    margin-top: 16px;
  }

  .access_map iframe {
    width: 90vw;
    height: 20vw;
    min-height: 250px;
  }
  .access_rootlist {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
  }
  .access_rootlist li {
    width: 100%;
    margin: 0 auto 30px !important;
  }
  .access_rootlist li:before {
    content: none;
  }
  .access_rootlist li:last-child {
    margin-bottom: 0 !important;
  }
  /* 最後に... */
  .last_conts {
    flex-direction: column;
  }
  .last_conts-text {
    width: 100%;
    margin: 0 auto;
  }
  .last_conts-img {
    width: 240px;
    margin: 0 auto 24px;
  }
  .last_conts-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* pagetop */
  #pagetop img {
    width: 60px;
  }
  /* お問い合わせ */
  .contact_tel, .contact_mail {
    margin-top: 20px;
  }
  .contact_form {
    width: calc(100% - 30px);
    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;
  }
  /* 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: 20px;
  }
  /* ページ下部 */
  #sp_pagebtm.on {
    bottom: 0;
  }
  #sp_pagebtm a {
    line-height: 0;
  }
  #sp_pagebtm img {
    width: auto;
    max-width: 100%;
  }
  /* フッター */
  #footer {
    margin-bottom: 19vw;
  }
  .f_wrap {
    width: 100%;
    padding: 20px 5% 0;
    box-sizing: border-box;
  }
  .f_conts_l {
    width: 100%;
  }
  .f_logo {
    text-align: center;
    margin-bottom: 10px;
  }
  .f_logo img {
    width: auto;
    max-width: 100%;
  }
  .f_sns {
    margin-top: 16px;
    padding-top: 16px;
    display: flex;
    justify-content: center;
  }
  .f_sns p img {
    width: auto;
    max-width: 240px;
    height: auto;
  }
  .f_cr {
    margin-top: 16px;
    font-size: 12px;
  }
}
