@charset "UTF-8";
/* 幅1050px以下からcss適応 */
@media only screen and (max-width: 1050px) {
  /* ヘッダー */
  .nav_wrap ul li {
    width: 100%;
    display: block;
    text-align: center;
  }
  .nav_wrap ul li a {
    padding: 14px 0.5vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  .h_top-l {
    margin-right: 24px;
  }
  #main {
    width: 95%;
    flex-direction: column;
    padding: 32px 0;
    margin: 0 auto;
  }
  #conts {
    margin: 0 auto;
  }
  /* 仮削除 */
  #side {
    display: none;
  }
  .nav_pc {
    display: none;
  }
  .h_top-c {
    display: none;
  }
  .h_top-l {
    width: 100%;
  }
  .h_top-r {
    width: 100%;
  }
  .nav_sp {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to bottom, #52c2ff 0%, #349ad1 100%);
  }
  .nav_sp-conts {
    width: calc(100% / 3);
    text-align: center;
    border-right: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav_sp-conts:last-of-type {
    border-right: none;
  }
  /* ハンバーガーメニュー */
  .sp_hummenu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
  }
  .hum_menu_obtn {
    background: none;
    padding: 0;
    border: none;
    width: 100%;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .hum_menu_obtn p {
    line-height: 0;
  }
  .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_obtn span {
    position: relative;
    width: 100%;
    display: block;
    top: 0;
    line-height: 1;
    color: #fff;
  }
  .hum_menu_nav {
    background: rgba(253, 253, 253, 0.98);
    height: 100%;
    right: 100%;
    position: fixed;
    top: 0;
    transition-duration: 0.3s;
    transition-property: right;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 280px;
    color: #000;
  }
  .hum_menu_nav.clicked {
    right: calc(100% - 280px);
    overflow: scroll;
    z-index: 100000;
  }
  .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;
    left: 17px;
  }
  .hum_menu_cbtn_bar {
    position: relative;
    top: 0;
    width: 100%;
    padding: 5px 0 0;
  }
  .hum_menu_cbtn_bar:before,
  .hum_menu_cbtn_bar:after {
    content: "";
    display: block;
    border-top: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 3px;
  }
  .hum_menu_cbtn_bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
    margin-bottom: 15px;
  }
  .hum_menu_nav_menu {
    margin-top: 55px;
  }
  .hum_menu_nav_menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #000;
  }
  .hum_menu_nav_menu-list 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-list li:nth-child(2n+1) {
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .hum_menu_nav_menu-list li a {
    padding: 16px 0;
    display: block;
    color: #333;
    text-decoration: none;
  }
  .hum_menu_nav_menu-list 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-list li a.more_on:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .hum_menu_nav_menu-list li.sp_nav_more_wrap a {
    padding: 16px 0;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more {
    border-top: none;
  }
  .hum_menu_nav_menu-list 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);
    box-sizing: border-box;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li:last-child {
    border-bottom: none;
    padding-bottom: 10px;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li:after {
    content: none;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li a {
    padding: 5px 0;
    text-align: center;
  }
  .hum_menu_nav_menu-list 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%;
  }
  .hum_open_bg_display {
    transition: all 0.25s linear 0s;
  }
  .hum_open_bg_display.active {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
  }
  /* ここまで */
  .hum_menu_obtn,
  .sp_tel,
  .sp_contact {
    min-height: 72px;
  }
  .sp_tel p,
  .sp_contact p {
    line-height: 0;
  }
  .hum_menu_obtn p,
  .sp_tel a,
  .sp_contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: all 0.25s linear 0s;
  }
  .hum_menu_obtn p img,
  .sp_tel a img,
  .sp_contact a img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .nav_side #side {
    display: block;
    margin: 24px auto 0;
    padding-bottom: 0;
  }
  #nav_side-btn {
    display: block;
    box-shadow: none;
    border: none;
    background: linear-gradient(to bottom, #52c2ff 0%, #349ad1 100%);
    color: #fff;
    padding: 8px 40px 8px 60px;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 1em;
    font-weight: bold;
    margin: 16px auto 32px;
    position: relative;
  }
  #nav_side-btn:before {
    content: "";
    width: 3px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 41px;
    bottom: 15px;
    transform: rotate(-45deg);
  }
  #nav_side-btn:after {
    content: "";
    width: 3px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 47px;
    bottom: 15px;
    transform: rotate(45deg);
  }
  #nav_side-btn.on:before {
    transform: rotate(-315deg);
  }
  #nav_side-btn.on:after {
    transform: rotate(315deg);
  }
  #nav.on {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
  }
  #nav.on .hum_menu_obtn p,
  #nav.on .sp_tel a,
  #nav.on .sp_contact a {
    max-height: 70px;
  }
  #nav.on .hum_menu_obtn p img,
  #nav.on .sp_tel a img,
  #nav.on .sp_contact a img {
    max-height: 45px;
  }
  /* common */
  #conts {
    width: 95%;
    max-width: 715px;
    margin: 0 auto;
  }
  .offer_btn {
    width: 80%;
  }
  #pagetop {
    width: 64px;
    height: 64px;
  }
  #pagetop img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* top */
  .maincampaign {
    width: 95%;
  }
}

/* 幅980px以下からcss適応 */
@media only screen and (max-width: 980px) {
  .h_contact-t {
    display: flex;
    flex-direction: column;
  }
  .h_contact-tel {
    margin: 0 auto 12px;
  }
  .h_contact-resereve {
    width: 100%;
    margin: 0 auto;
  }
  .h_contact-btn {
    margin: 0 auto;
  }
  .h_contact-btn {
    width: 100%;
    max-width: 100%;
    padding: 16px;
    display: flex;
    justify-content: center;
  }
  .h_contact-btnconts p {
    width: 100%;
    display: block;
  }
  .h_contact-b {
    flex-direction: column;
  }
  .h_contact-b dl {
    margin-left: 0;
  }
}

/* 幅900px以下からcss適応 */
@media only screen and (max-width: 900px) {
  .h_address {
    font-size: 13px;
  }
  .h_contact-b {
    font-size: 13px;
  }
  .common_contact-pcwrap {
    flex-direction: column;
  }
  .common_contact-pc-l {
    display: none;
  }
  .common_contact-pc-r {
    width: 100%;
    margin: 0 auto;
  }
  .common_contact-pc-tel {
    text-align: center;
  }
  .common_contact-pc-text02 {
    justify-content: center;
  }
  .f_info {
    flex-wrap: wrap;
  }
  #pagetop {
    display: none;
  }
}

/* 幅800px以下からcss適応 */
@media only screen and (max-width: 800px) {
  .price_contsinfo-price {
    flex-wrap: wrap;
  }
  .price_contsinfo-img {
    width: auto;
  }
  .price_contsinfo-img img {
    width: 50vw;
  }
  .price_contsinfo-text {
    width: 100%;
  }
}

/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  .h_wrap {
    width: 100%;
    /* padding-bottom: 16px; */
    padding-bottom: 0;
  }
  .header_pc {
    display: none;
  }
  .header_sp {
    display: block;
  }
  .h_top {
    flex-direction: column;
  }
  .header_sp-t {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .header_sp-t p {
    margin: 0 8px;
  }
  .header_sp-t p img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .header_sp-b {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    width: 100%;
    margin: 8px auto 0;
  }
  .header_sp-b p {
    font-size: 13px;
  }
  .header_sp-logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 119px;
  }
  #nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  #nav .hum_menu_obtn p,
  #nav .sp_tel a,
  #nav .sp_contact a {
    min-height: 55px;
    max-height: 55px;
  }
  #nav .hum_menu_obtn p img,
  #nav .sp_tel a img,
  #nav .sp_contact a img {
    max-height: 44px;
  }
  #header {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    /* padding-top: 72px; */
    padding-top: 84px;
  }
  .nav_sp {
    height: 64px;
  }
  .hum_menu_obtn,
  .sp_tel,
  .sp_contact {
    height: 64px;
    min-height: 64px;
  }
  .h_contact,
  .h_mainimage {
    display: none;
  }
  .h_h1 {
    width: 100%;
    padding: 0 2.5% 4px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 12px;
    box-sizing: border-box;
  }
  .h_h1 h1{
    font-size: 12px;
    line-height: 1.5;
  }
  .h_top {
    width: 95%;
    margin: 0 auto;
  }
  .h_top-l {
    margin: 0 auto;
  }
  .h_logo {
    text-align: center;
  }
  .h_logo img {
    width: 90%;
  }
  .h_address {
    text-align: center;
    margin-top: 16px;
  }

  #nav,
  .h_top{
    display: none;
  }
  .h_sp-scrolltop{
    width: 100%;
    height: 80px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 12px 8px;
  }
  .h_sp-logo{
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  .h_sp-logo img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 56px;
  }

  /* 新ハンバーガー */
  html.active{
    overflow-y: hidden;
  }

  .h_sp-hummenu{
    display: block;
    width: 44px;
    margin-left: 12px;
  }

  .h_sp-hummenu-btn {
    padding: 0;
    background: none;
    border: none;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .h_sp-hummenu-btn-icon{
    position: relative;
    width: 44px;
    height: 4px;
    background: #349ad1;
    margin-bottom: 8px;
    margin-top: 15px;
  }

  .h_sp-hummenu-btn-icon:before,
  .h_sp-hummenu-btn-icon:after {
    content: "";
    display: block;
    width: 44px;
    height: 4px;
    background: #349ad1;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.15s linear 0s;
  }

  .h_sp-hummenu-btn-icon:before {
    top: -10px;
  }

  .h_sp-hummenu-btn-icon:after {
    bottom: -10px;
  }

  .h_sp-hummenu-btn-text{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 9px;
    color: #3e3a3a !important;
  }

  .h_sp-hummenu-btn.clicked .h_sp-hummenu-btn-icon{
    background: none;
  }

  .h_sp-hummenu-btn.clicked .h_sp-hummenu-btn-icon:before,
  .h_sp-hummenu-btn.clicked .h_sp-hummenu-btn-icon:after{
    top: 0;
    width: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .h_sp-hummenu-btn.clicked .h_sp-hummenu-btn-icon:before{
    transform: rotate(-45deg);
  }
  .h_sp-hummenu-btn.clicked .h_sp-hummenu-btn-icon:after{
    transform: rotate(45deg);
  }

  .hummenu-main{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .h_sp-hummenu-main{
    overflow: hidden;
  }

  .h_sp-hummenu-main-conts{
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    /* transition: all 0.25s linear 0s; */
    z-index: 1;
    box-sizing: border-box;
    padding: 1em 0 7em;
    display: none;
  }

  .h_sp-hummenu-main-conts.active{
    overflow-y: scroll;
  }

  .h_sp-hummenu-main-mainlist ul,
  .h_sp-hummenu-main-sublist ul{
    display: flex;
    flex-direction: column;
  }

  .h_sp-hummenu-main-mainlist ul li,
  .h_sp-hummenu-main-sublist ul li{
    border-bottom: 1px solid #ccc;
  }

  .h_sp-hummenu-main-mainlist ul li:first-of-type{
    border-top: 1px solid #ccc;
  }

  .h_sp-hummenu-main-mainlist ul li a,
  .h_sp-hummenu-main-sublist ul li a{
    display: block;
    text-align: left;
    text-decoration: none;
    color: #3e3a3a;
    padding: 8px 12px;
  }

  .h_sp-hummenu-main-mainlist ul li a span,
  .h_sp-hummenu-main-sublist ul li a span{
    position: relative;
    padding-left: 16px;
  }

  .h_sp-hummenu-main-mainlist ul li a span:before,
  .h_sp-hummenu-main-sublist ul li a span:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 7px solid #349ad1;
    position: absolute;
    left: 0;
    top: 4px;
  }

  .h_sp-hummenu-main-sublist-ttl{
    background: #349ad1;
    box-sizing: border-box;
    padding: 8px 8px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  /* common */
  #conts {
    padding: 0;
  }
  .conts01 {
    margin-top: 32px;
  }
  .ttl02 {
    padding: 12px 16px;
    margin-bottom: 1em;
  }
  .ttl02_01{
    font-size: 18px;
  }
  .ttl02_01 span{
    font-size: 14px;
    border-top: 1px solid #fff;
  }
  .ttl03 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .ttl04 {
    font-size: 17px;
    margin-bottom: 16px;
  }
  .strong03 {
    font-size: 1.1em;
  }
  .aboutfaq_conts dl {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .aboutfaq_conts dl:first-of-type {
    margin-top: 0;
  }
  .aboutfaq_conts dl dt {
    font-size: 16px;
    padding: 12px;
    margin-bottom: 8px;
  }
  .about_message {
    margin-top: 24px;
    padding: 12px;
    flex-direction: column;
  }
  .about_message .img_f-r {
    float: none;
    text-align: center;
  }
  .about_message .img_f-r img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* top */
  /* sp用メインイメージ */
  #mainimage {
    width: 100%;
    margin: 0 auto;
  }
  .mainimage_pc {
    display: none;
  }
  .mainimage_sp {
    display: block;
    line-height: 0;
  }
  .mainimage_sp img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  #main {
    padding: 0;
    margin: 32px auto;
  }
  /* お悩みの方 */
  .onayami_list {
    margin-top: 16px;
    padding: 16px;
  }
  .onayami_list ul li {
    padding-left: 28px;
    font-size: 15px;
    background-size: 20px auto;
    margin-bottom: 12px;
  }
  .onayami_list ul li:last-of-type {
    margin-bottom: 0;
  }
  .onayami_omakase {
    padding-top: 0;
    margin: 32px auto 24vw;
  }
  .onayami_omakase:before {
    background-size: cover;
    width: 52vw;
    height: 13vw;
    top: 40px;
  }
  .feature_ttl01 {
    padding: 16px;
  }
  .feature_ttl01:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: bottom center;
  }
  .feature_list {
    padding: 56px 12px 24px;
  }
  .feature_listconts {
    padding: 56px 8px 16px;
    margin-bottom: 16px;
  }
  .feature_ttl02-wrap {
    width: 100%;
    max-width: 100%;
  }
  .feature_ttl02 {
    font-size: 24px;
  }
  .feature_no {
    width: 80px;
    height: 80px;
    left: -30px;
    top: -30px;
  }
  .feature_no:before {
    font-size: 28px;
    bottom: 4px;
    right: 20px;
  }
  .baconts_detail {
    margin-bottom: 24px;
  }
  .baconts_detail-ttl {
    font-size: 20px;
    padding: 12px 16px;
  }
  .baconts_detailconts {
    padding: 12px;
  }
  .baconts_detail-memo {
    margin-top: 12px;
  }
  .genin_text01 {
    margin: 16px auto;
  }
  .voice_text01 {
    margin-bottom: 16px;
  }
  .reason_ttl01 {
    margin-bottom: 16px;
  }
  .reason_ttl {
    font-size: 20px;
    padding-top: 80px;
    padding-left: 0;
    min-height: 0;
  }
  .reason_ttl:before {
    width: 64px;
    height: 64px;
    background-size: cover;
    right: 0;
    margin: 0 auto;
  }
  .reason_conts-ttl {
    padding: 16px;
  }
  .reason_conts-text {
    padding: 12px;
  }
  /* 患者様の声 */
  .voice_ttl02 {
    margin-bottom: 16px;
  }
  .voice_conts {
    padding: 16px;
    margin-bottom: 24px;
  }
  .voice_ttlconts {
    padding: 16px;
  }
  .voice_conts-ttl01 {
    font-size: 18px;
    text-align: left;
  }
  .voice_conts-btn {
    margin-top: 24px;
    margin-bottom: 56px;
  }
  .voice_conts-btn a {
    width: 90%;
    padding: 12px;
  }
  .recommend_ttl {
    padding: 16px;
    margin-bottom: 54px;
  }
  .recommend_ttl:after {
    height: 32px;
    bottom: -32px;
    background-size: cover;
  }
  .recommend_conts {
    padding: 16px;
  }
  .recommend_comment-ttl {
    min-height: 0;
    padding-top: 28vw;
    padding-left: 0;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .recommend_comment-ttl:before {
    width: 22vw;
    height: 25vw;
    background-size: cover;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
  }
  .recommend_textarea-info {
    float: none;
    margin: 0 auto 16px;
    width: 100%;
    max-width: 194px;
  }
  .recoomend_info-img {
    margin-bottom: 0;
  }
  .recommend_info-text {
    margin-top: 0;
  }
  /* 院長プロフィール */
  .profile_ttl01 {
    padding: 12px;
  }
  .profile_ttl01 img {
    width: auto;
    max-width: 80%;
  }
  .profile_conts {
    margin-top: 24px;
  }
  .profile_info {
    width: 100%;
    max-width: 228px;
    float: none;
    margin: 0 auto 16px;
  }
  /* お問い合わせ */
  .commonconts_contact-wrap {
    padding: 12px;
  }
  .commonconts_contact-open {
    padding: 8px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .commonconts_contact-open dl {
    margin: 0 0 8px;
    display: flex;
    justify-content: flex-start;
  }
  .commonconts_contact-open dl:last-of-type {
    margin-bottom: 0;
  }
  .commonconts_contact-open dl dt,
  .commonconts_contact-open dl dd {
    font-size: 14px;
  }
  .commonconts_contact-open dl dt {
    width: 7em;
  }
  .commonconts_contact-open dl dd {
    width: calc(100% - 7em);
    margin-left: 0;
  }
  .commonconts_contact-address dl {
    margin: 0 0 8px;
    display: flex;
    justify-content: flex-start;
  }
  .commonconts_contact-address dl:last-of-type {
    margin-bottom: 0;
  }
  .commonconts_contact-address dl dt,
  .commonconts_contact-address dl dd {
    font-size: 14px;
  }
  .commonconts_contact-address dl dt {
    width: 7em;
  }
  .commonconts_contact-address dl dd {
    width: calc(100% - 7em);
    margin-left: 0;
  }
  .contact_btn a{
    font-size: clamp(14px, 4.2vw, 20px);
    padding: 12px 12px 12px clamp(24px, 15vw, 48px);
  }

  .contact_btn-icon{
    left: 16px;
    margin-right: 0;
  }

  .contact_btn-icon img{
    width: clamp(24px, 7vw, 40px);
  }

  /* 最後に */
  .last_ttl01 {
    padding: 0 0 12px;
    margin-bottom: 32px;
  }
  .last_ttl01 img {
    width: auto;
    max-width: 90%;
    height: auto;
  }
  .last_ttl02 {
    font-size: 16px;
  }
  .last_messge {
    padding: 16px;
  }
  .last_message-textarea {
    padding: 12px;
  }
  /* commoncontact */
  .commonconts_contact-ttl01 {
    margin-bottom: 24px;
  }
  .common_contact {
    line-height: 1.5;
  }
  .common_contact-pc {
    display: none;
  }
  .common_contact-sp {
    display: block;
    width: 100%;
    padding: 36px 2.5% 24px;
    box-sizing: border-box;
    background: #349ad1;
  }
  .common_contact-sp p {
    line-height: 1.5;
    color: #fff;
  }
  .common_contact-sp p a {
    font-size: 9.5vw;
    font-weight: bold;
    color: #fff;
  }
  .common_contact-sp p a img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .common_contact-sp .common_contact-sptel {
    margin: 0 auto 16px;
    line-height: 0;
    text-align: center;
  }
  .common_contact-sp .common_contact-sptel img {
    width: 9vw;
    max-width: 100%;
    height: auto;
    margin-right: 8px;
    position: relative;
    top: 1px;
  }
  .common_contact-sp .common_contact-sptext {
    font-size: 1.1em;
    font-weight: bold;
  }
  .common_contact-sptext {
    text-align: center;
    margin-bottom: 12px;
  }
  .common_contact-sptext img {
    width: auto;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .common_contact-spopen {
    margin-top: 24px;
  }
  .common_contact-spopen dl {
    color: #fff;
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
  }
  .common_contact-spopen dl dt,
  .common_contact-spopen dl dd {
    text-align: left;
  }
  .common_contact-spopen dl dt {
    margin-bottom: 4px;
    background: #fff;
    color: #349ad1;
    box-sizing: border-box;
    width: 6em;
    padding: 2px 0;
    text-align: center;
    font-weight: bold;
  }
  .common_contact-spopen dl dd {
    width: calc(100% - 6em);
    margin-left: 8px;
    padding-top: 2px;
  }
  .common_contact-spopen dl:last-of-type {
    margin-bottom: 0;
  }
  /* .sp_btm {
    display: block;
    position: fixed;
    bottom: -100px;
    z-index: 9998;
    left: 0;
    right: 0;
    line-height: 0;
    transition: all 0.1s linear 0s;
  }
  .sp_btm img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .sp_btm.on {
    bottom: 0;
  }
  .sp_btm-conts-wrap {
    display: flex;
    width: 95%;
    background: #fff;
    padding: 2.5%;
  }
  .sp_btm-conts {
    margin-right: 4px;
  }
  .sp_btm-conts:last-of-type {
    margin-right: 0;
  } */

  .sp_btm02{
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 9998;
    left: 0;
    right: 0;
    line-height: 0;
    transition: all 0.1s linear 0s;
  }

  .sp_btm02-conts-wrap{
    display: flex;
    justify-content: center;
    flex-direction: row;
    box-sizing: border-box;
    padding: 12px;
    position: relative;
    z-index: 2;
  }

  .sp_btm02-pagetop{
    display: flex;
    align-items: flex-end;
    margin-left: 8px;
  }

  .sp_btm02-btn-text img,
  .sp_btm02-btn-btn img,
  .sp_btm02-pagetop img{
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .sp_btm02-btn-text{
    width: 90%;
    margin: 0 auto;
  }

  .sp_btm02-bg{
    background: rgba(87, 147, 200, 0.75);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 26vw;
    z-index: 1;
  }
  
  /* side */
  .side_menu-conts li {
    text-align: left;
  }
  /* footer */
  #footer {
    margin: 0 auto 19vw;
    padding: 16px 0;
  }
  .f_menu ul {
    justify-content: flex-start;
    padding: 0 2.5%;
  }
  .f_menu ul li {
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .f_menu ul li:first-of-type:before {
    content: "|";
    margin: 0 6px 0 0;
  }
  .f_menu ul li:before {
    content: "|";
    margin: 0 6px 0 0;
  }
  .f_menu ul li:after {
    content: "";
    margin: 0 0 0 6px;
  }
  .f_menu ul li:last-of-type:after {
    content: "|";
  }
  .f_menu ul li a {
    font-size: 13px;
    line-height: 1.5;
  }
  .f_info {
    margin: 12px auto;
    padding: 12px 0;
  }
  .f_info p {
    font-size: 12px;
  }
  .f_copy {
    font-size: 11px;
    margin-bottom: 0;
  }
  #pagetop{
    display: none;
  }

  /*下層ページ
  ----------------------------------------------------*/
  #second #nav {
    position: fixed;
  }
  #second #nav:after {
    content: none;
  }
  #second #main {
    margin-top: 0;
    padding: 0;
  }
  #second .conts01:first-of-type {
    margin-top: 0;
  }
  #second header{
    margin-bottom: 16px;
  }
  #breadcrumb {
    display: none;
  }
  .ttl01 {
    font-size: 20px;
    padding: 0 16px;
    margin-bottom: 32px;
  }
  .ttl01:after {
    bottom: -12px;
  }
  .second_ttl01 {
    font-size: 20px;
    padding: 8px 12px;
    line-height: 1.8;
    margin-bottom: 16px;
  }
  .img_f-r img {
    width: 39vw;
    max-width: 160px;
  }
  .list01 li {
    background-size: 18px auto;
    padding-left: 28px;
  }
  .list02 {
    flex-direction: column;
  }
  .list02 li {
    background-size: 18px auto;
    padding-left: 28px;
    margin-right: 0;
  }
  .secondconts01 {
    margin-top: 32px;
  }
  .second_textarea01 {
    margin-top: 24px;
  }
  /* 初めての方へ */
  .about_recommend {
    padding: 16px 16px 0;
  }
  .about_recommend-list {
    margin-top: 16px;
  }
  .about_recommend-list ul {
    display: flex;
    flex-direction: column;
  }
  .about_recommend-list ul li {
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    padding-left: 16px;
  }
  .about_recommend-list ul li:last-of-type {
    margin-bottom: 24px;
  }
  .about_recommend-img01 {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .about_recommend-img01 img {
    width: 60vw;
    max-width: 240px;
  }
  .about_text01 {
    font-size: 20px;
    text-align: left;
  }
  .about_text01 .br {
    display: inline;
  }
  .about_list01-ttl {
    font-size: 18px;
    padding: 12px;
    line-height: 1.5;
  }
  .about_list01-list {
    padding: 12px;
  }
  .about_list01-list ul li {
    font-size: 15px;
    padding-left: 24px;
    background-size: 15px auto;
  }
  .about_recommend-list-true ul li {
    background-size: 17px auto;
    background-position: 2px 4px;
  }
  .about_list02 {
    padding: 16px 24px 4px;
  }
  .about_list02 ul li {
    width: calc(50% - 28px);
    font-size: 15px;
    margin-right: 24px;
  }
  .about_list02 ul li::before {
    top: 8px;
  }
  .about_list02 ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .about_img01 {
    margin: 0 auto 1em;
  }
  .about_infolist01 ul li {
    width: calc(50% - 6px);
    margin-right: 12px;
  }
  .about_infolist01 ul li:nth-of-type(3n) {
    margin-right: 12px;
  }
  .about_infolist01 ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  /* 料金・施術の流れ */
  .price_campign-ttl01 {
    font-size: 5vw;
  }
  .price_campign-ttl01 span:before, .price_campign-ttl01 span:after {
    bottom: 0;
  }
  .price_campign-text01 {
    font-size: 5vw;
  }
  .price_campign-text01 span.br {
    display: inline;
  }
  .price_conts {
    padding: 16px;
  }
  .price_contsinfo {
    flex-direction: column;
  }
  .price_contsinfo-img {
    text-align: center;
    margin: 0 auto 24px;
  }
  .price_contsinfo-img img {
    width: auto;
    max-width: 200px;
    height: auto;
  }
  .price_contsinfo-text {
    width: 100%;
    margin: 0 auto;
  }
  .price_contsinfo-ttl01 {
    font-size: 18px;
  }
  .price_contsinfo-menu01 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .price_contsinfo-price {
    line-height: 2;
    margin-bottom: 8px;
  }
  .price_contsinfo-btn01 {
    margin-top: 16px;
  }
  .price_contsinfo-text01 .br {
    display: inline;
  }
  .price_contstextarea {
    margin-top: 24px;
  }
  .price_first {
    padding: 12px;
  }
  .price_first span {
    display: block;
  }
  .price_tbl {
    margin-top: 24px;
  }
  .price_tbl thead {
    display: none;
  }
  .price_tbl tbody {
    border: none;
  }
  .price_tbl tbody tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .price_tbl tbody tr:last-of-type {
    margin-bottom: 0;
  }
  .price_tbl tbody tr th {
    width: 100%;
    display: block;
    background: #328ddd;
    color: #fff;
    text-align: left;
    padding: 8px 16px;
    margin-bottom: 8px;
  }
  .price_tbl tbody tr td {
    display: block;
    width: 100%;
    border: none;
    text-align: left;
    padding: 0;
  }
  .price_tbl tbody tr td:first-of-type::before {
    content: "料金（税込）：";
  }
  .flow_conts {
    padding: 16px;
    flex-direction: column;
    margin-top: 24px;
  }
  .flow_conts-img {
    width: auto;
    text-align: center;
    margin: 0 auto 0;
  }
  .flow_conts-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .flow_conts-text {
    width: 100%;
    margin: 0 auto;
  }
  .flow_conts-ttl01 {
    font-size: 18px;
  }
  /* スタッフ紹介 */
  .staff_conts {
    flex-direction: column;
    padding: 16px;
  }
  .staff_conts-img {
    width: auto;
    margin: 0 auto 24px;
    text-align: center;
  }
  .staff_conts-img img {
    width: auto;
    max-width: 200px;
  }
  .staff_conts-text {
    width: 100%;
    margin: 0 auto;
  }
  .staff_conts-info dl {
    margin-bottom: 12px;
  }
  .staff_infotext {
    margin-top: 24px;
  }
  /* 地図・行き方 */
  .access_info-ttl01 {
    font-size: 22px;
  }
  .access_info-detail dl {
    flex-direction: column;
    margin-bottom: 12px;
  }
  .access_info-detail dl:last-of-type {
    margin-bottom: 0;
  }
  .access_info-detail dl dt,
  .access_info-detail dl dd {
    width: 100%;
  }
  .access_map {
    line-height: 0;
  }
  .access_map iframe {
    min-height: 340px;
  }
  .access_info {
    padding: 16px;
  }
  .access_info-text01 dl {
    flex-direction: column;
    margin-bottom: 8px;
  }
  .access_info-text01 dl dt,
  .access_info-text01 dl dd {
    width: 100%;
  }
  .access_info-text01 dl:last-of-type {
    margin-bottom: 0;
  }
  .access_rootconts {
    width: 100%;
    margin: 0 auto 24px;
    padding: 12px;
  }
  .access_rootconts:last-of-type {
    margin-bottom: 0;
  }
  .access_rootconts .access_root-ttl {
    padding-left: 48px;
    min-height: 40px;
    padding-top: 0;
  }
  .access_rootconts .access_root-ttl:before {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
  .access_rootconts figure {
    text-align: center;
  }
  .access_conts {
    width: 100%;
    margin: 0 auto 24px;
    padding: 16px;
  }
  .access_conts-ttl {
    padding-left: 48px;
    padding-top: 0;
    min-height: 40px;
  }
  .access_conts-ttl:before {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  /* ご予約・お問い合わせ */
  .contact_teltext-telnum {
    font-size: 16px;
  }
  .contact_form-tbl,
  .contact_form-tbl tbody {
    display: block;
  }
  .contact_form-tbl tr,
  .contact_form-tbl tbody tr {
    display: flex;
    flex-direction: column;
  }
  .contact_form-tbl tr th,
  .contact_form-tbl tr td,
  .contact_form-tbl tbody tr th,
  .contact_form-tbl tbody tr td {
    width: 100%;
    padding: 8px 12px;
  }
  .contact_form-tbl tr th,
  .contact_form-tbl tbody tr th {
    border-right: none;
    background: none;
    color: #328ddd;
    text-align: left;
    padding: 8px 0 4px;
    border-bottom: 1px dashed #328ddd;
  }
  .contact_form-tbl tbody tr th .required{
    background: #328ddd;
    color: #fff;
  }
  .contact_form-tbl tr td,
  .contact_form-tbl tbody tr td {
    text-align: left;
    padding: 12px 0 12px;
    box-sizing: border-box;
  }
  .contact_form-tbl tr td input,
  .contact_form-tbl tr td textarea,
  .contact_form-tbl tbody tr td input,
  .contact_form-tbl tbody tr td textarea {
    font-size: 17px;
    box-sizing: border-box;
  }
  .contact_form-tbl tr td span,
  .contact_form-tbl tbody tr td span {
    font-size: 14px;
  }
  .form_submit {
    margin-top: 24px;
  }
  .flow_conts-text {
    margin-top: 16px;
  }
  .contact_mailconts {
    margin-top: 24px;
    padding: 12px;
  }
  .contact_mailconts a {
    word-break: break-all;
  }
  .contactconts_btn-tel-message{
    padding: 20px 12px 0;
  }
  .contactconts_btn-tel-message-wrap{
    flex-direction: column;
  }
  .contact_ttl02{
    font-size: 16px;
    padding-left: 28px;
    min-height: 24px;
    margin-bottom: 8px;
  }
  .contact_ttl02:before{
    width: 24px;
    height: 24px;
    top: 0px;
  }
  .contactconts_btn-tel-message-text01{
    font-size: 15px;
  }
  .contactconts_btn-tel-message-text02{
    font-size: 14px;
    margin-top: 4px;
  }
  .contactconts_btn-tel-message-img{
    display: none;
    text-align: center;
    margin: 0 auto;
  }
  /* よくある質問 */
  .faq_questionlist {
    padding: 16px;
  }
  .faq_question-ttl01 {
    font-size: 18px;
    background-size: 20px auto;
  }
  .faq_questionconts ul li {
    padding-left: 40px;
  }
  .faq_conts dl {
    margin-top: 24px;
  }
  .faq_conts dl dt {
    font-size: 16px;
    margin-bottom: 12px;
  }
  /* 症状別紹介 */
  .list01 {
    padding: 12px 12px 8px;
  }
  .list01 li {
    padding-left: 16px;
    margin-right: 20px;
  }
  .case .yorokobinokoe_conts01 {
    margin-bottom: 24px;
  }
  .case .yorokobinokoe_conts01 img {
    width: auto;
    max-width: 240px;
  }
  .sango_meritconts {
    padding: 8px;
  }
  .sango_meritconts .sango_meritconts-wrap {
    padding: 8px;
    flex-direction: column;
  }
  .sango_merit-img {
    width: 120px;
    margin: 0 auto 24px;
  }
  .sango_merit-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .sango_merit-text {
    width: 100%;
    margin: 0 auto;
  }
  .sango_merit-ttl {
    padding-bottom: 4px;
  }
  .sango_merit-ttl-point {
    margin-bottom: 8px;
  }
  .sango_merit-ttl-point span {
    font-size: 16px;
  }
  .sango_merit-ttl-text {
    font-size: 20px;
  }
  /*症例レポート*/
  .report_conts {
    flex-direction: column;
  }
  .report_text {
    width: 100%;
  }
  .report_text-mainttl {
    font-size: 15px;
  }
  .report_text-mainttl:before {
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid #349ad1;
    position: absolute;
    width: 0;
    height: 0;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .report_text-mainttl:after {
    content: "";
    border: 12px solid transparent;
    border-bottom: 12px solid #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .report_text-subttl {
    font-size: 15px;
    text-align: center;
  }
  .report_text-btn {
    margin: 12px auto 0;
  }
  .report_text-btn a {
    display: block;
    width: 100%;
    max-width: 200px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 15px 40px 15px 15px;
  }
  .report_text-btn a:after {
    top: 16px;
  }
  /* 症状レポート　詳細ページ */
  .report_singlettl {
    font-size: 17px;
    padding: 14px;
    margin-bottom: 32px;
  }
  .report_singlettl:after {
    border: 15px solid transparent;
    border-top: 15px solid #349ad1;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    bottom: -29px;
  }
  .report_singleinfo {
    flex-direction: column;
  }
  .report_img {
    margin: 0 auto 20px;
  }
  .report_infolist dl dt, .report_infolist dl dd {
    font-size: 15px;
  }
}
