@charset "UTF-8";
/* 幅1320px以下からcss適応 */
@media only screen and (min-width: 1320px) {
  .mainimage_imgbtn {
    right: 17%;
  }
}
/* 幅1100px以下からcss適応 */
@media only screen and (max-width: 1100px) {
  html,
body,
main {
    overflow-x: hidden;
  }

  /* ヘッダー */
  #header {
    padding: 8px 0 24px;
  }

  .h_contact {
    align-items: flex-start;
  }

  .h_logo {
    margin-right: 16px;
  }

  .h_conts {
    margin-top: 12px;
    align-items: flex-start;
  }

  .h_contact-btnconts {
    display: none;
  }

  #nav {
    padding: 0;
    margin-bottom: 0;
  }

  .nav_pc {
    display: none;
  }

  .nav_sp {
    display: flex;
    justify-content: space-between;
    background: #fff7f5;
  }

  .nav_sp-conts {
    width: 33.3333333333%;
    text-align: center;
    border-right: 1px solid #f4bcbc;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
  }
  .nav_sp-conts:last-of-type {
    border-right: none;
  }

  /* TELハンバーガーメニュー */
  .hum_menu_tel{
    background: none;
    border: none;
    padding: 0;
  }

  .hum_menu_nav-tel{
    background: rgba(255, 247, 245, 0.98);
    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-tel.clicked{
    left: 0;
    overflow: scroll;
    z-index: 100000;
  }

  .sp_tel-hummenu{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp_telbtnconts{
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 12px;
  }

  .sp_telbtnconts:nth-of-type(2n){
    margin-right: 0;
  }

  .sp_telbtnconts p a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #e68690;

    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 4px;
    text-decoration: none;
    margin: 0 auto;
  }

  .sp_telbtnconts:nth-child(2n) p a{
    background: #e3cc4b;
  }

  .hum_menu_nav_menu-tel{
    width: 90%;
    margin: 0 auto;
  }

  .sp_telbtnconts-text,
  .sp_telbtnconts-tel{
    display: block;
  }

  .sp_telbtnconts-tel{
    font-size: 16px;
  }

  .sp_telbtnconts-tel img{
    width: auto !important;
    max-width: 18px !important;
    height: auto !important;
    position: relative;
    top: 2px;
    margin-right: 4px;
  }

  .hum_menu_nav_menu-tel{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  

  /* ハンバーガーメニュー */
  .sp_hummenu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hum_menu_obtn {
    background: none;
    padding: 0;
    border: none;
    width: 100%;
    color: #fff;
    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(255, 247, 245, 0.98);
    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: 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; */
    right: 8px;
  }

  .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_contact {
    margin-top: 16px;
    margin-bottom: 20px;
  }
  .hum_menu_contact p {
    margin-bottom: 12px;
  }
  .hum_menu_contact p:last-of-type {
    margin-bottom: 0;
  }
  .hum_menu_contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #000;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    padding: 6px;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    text-decoration: none;
  }
  .hum_menu_contact a.h_menu_contact {
    background: #e68690;
  }
  .hum_menu_contact a.h_menu_reserve{
    background: #e3cc4b;
  }
  .hum_menu_contact a.h_menu_line {
    /* background: #06c755; */
    background: #9ac182;
  }
  .hum_menu_contact a.h_menu_diagnosis{
    background: #f09944;
  }
  .hum_menu_contact a img {
    margin-right: 8px;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 20px;
    min-height: 20px;
  }

  .hum_menu_nav_menu {
    margin-top: 55px;
  }

  .hum_menu_nav_menu-list {
    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;
  }

  /* 20250918 */
  .hum_menu_nav_hummenu-list{
    padding-bottom: 24px;
  }

  .hum_menu_nav_hummenu-list button{
    background: none;
    border: none;
    padding: 0;
  }

  .hum_menu_nav_hummenu-conts{
    border-top: 1px solid #e2949e;
  }

  .hum_menu_nav_hummenu-conts:last-of-type{
    border-bottom: 1px solid #e2949e;
  }

  .hum_menu_nav_hummenu_linkconts{
    position: relative;
  }

  .hum_menu_nav_hummenu_mainlink-mainbtn a,
  .hum_menu_nav_hummenu_mainlink-mainbtn button{
    display: block;
    box-sizing: border-box;
    padding: 12px;
    color: #e2949e;
    font-weight: bold;
    cursor: pointer;
    line-height: 2;
    width: 100%;
    text-align: left;
    text-decoration: none;
  }

  .hum_menu_nav_hummenu_mainlink-mainbtn button{
    font-size: 14px;
    font-weight: 700;
  }

  .hum_menu_nav_hummenu_mainlink-morebtn{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hum_menu_nav_hummenu_mainlink-morebtn span{
    position: relative;
  }

  .hum_menu_nav_hummenu_mainlink-morebtn span:before, 
  .hum_menu_nav_hummenu_mainlink-morebtn span:after{
    content: "";
    display: block;
    background: #e2949e;
    position: absolute;
  }

  .hum_menu_nav_hummenu_mainlink-morebtn span:before{
    width: 24px;
    height: 4px;
    left: -10px;
    top: calc(50% - 3px);
  }
  
  .hum_menu_nav_hummenu_mainlink-morebtn span:after{
    width: 4px;
    height: 24px;
    top: calc(50% - 12px);
  }

  .hum_menu_nav_hummenu_mainlink-morebtn.on span:after{
    content: none;
  }

  .hum_menu_nav_hummenu_moreconts{
    display: none;
    background: #fff;
  }

  .hum_menu_nav_hummenu_more-linklist li{
    border-top: 1px solid #e2949e;
  }

  .hum_menu_nav_hummenu_more-linklist li a{
    display: block;
    box-sizing: border-box;
    padding: 8px 20px;
    color: #e2949e;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
  }

  /* ここまで */


  .hum_menu_nav-ttl01 {
    background: #81b802;
    box-sizing: border-box;
    padding: 16px 4px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    text-align: left;
  }

  .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;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }

  /* ここまで */
  .hum_menu_obtn,
.sp_tel,
.sp_contact {
    min-height: 64px;
  }
  .hum_menu_obtn img,
.sp_tel img,
.sp_contact img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 64px;
  }

  .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, #ff984f 0%, #f36b09 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: 990;
    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: 50px;
  }

  /* mainimage */
  #mainimage {
    padding: 12px 0;
  }

  /* common */
  #main {
    max-width: 800px;
    flex-direction: column;
  }

  #conts {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }

  .offer_btn {
    width: 80%;
  }

  /* top */
  .maincampaign {
    width: 95%;
  }

  .nayami_conts-text {
    width: 98.5%;
    padding: 0 23px 20px;
    box-sizing: border-box;
  }

  /* side */
  #side {
    display: none;
  }

  /* footer */
  .footer_wrap {
    width: 90%;
    flex-direction: column;
  }

  .footer_l {
    text-align: center;
    justify-content: center;
    margin-bottom: 32px;
  }

  .f_link {
    display: flex;
    justify-content: center;
  }

  .footer_r {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
}
/* 幅980px以下からcss適応 */
@media only screen and (max-width: 980px) {
  #main {
    margin-bottom: 80px;
  }

  /* common_contact */
  .common_contactconts {
    padding: 40px 0;
  }

  .common_contact-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .common_contact-l {
    margin: 0 auto 24px;
  }

  .common_contact-r {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .common_contact-r-tel {
    text-align: center;
  }
  .common_contact-r-tel img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .common_contact-r-info {
    justify-content: center;
  }

  .nayami_menulist-list {
    width: 100%;
    margin: 0 auto;
  }
  .nayami_menulist-list ul li img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
/* 幅800px以下からcss適応 */
@media only screen and (max-width: 800px) {
  .conts_contact {
    padding: 32px 16px;
  }

  .sp_tel,
.sp_contact,
.hum_menu_obtn {
    min-height: 48px;
  }
  .sp_tel img,
.sp_contact img,
.hum_menu_obtn img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 64px;
  }

  .hum_menu_obtn {
    top: 0;
  }
}
/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  /* common */
  .strong03 {
    font-size: 1.1em;
  }

  /* header */
  #header {
    margin-top: 80px;
  }

  .h_wrap {
    width: 100%;
  }

  .h_h1-t {
    padding: 0 2.5% 4px;
    border-bottom: 1px dashed #ddd;
    justify-content: flex-start;
  }

  .h_conts {
    width: 95%;
    margin: 16px auto 0;
  }

  .h_conts {
    flex-direction: column;
  }

  .h_logo {
    width: 100%;
  }

  .h_logo {
    text-align: center;
    margin: 0 auto;
    line-height: 0;
  }
  .h_logo img {
    width: 90%;
    max-width: 240px;
    /* max-width: 90%; */
  }

  .h_contact {
    display: none;
  }

  .ttl01,
.ttl08 {
    margin-bottom: 12px;
  }
  .ttl01 .ttl01_wrap,
.ttl01 .ttl08_wrap,
.ttl08 .ttl01_wrap,
.ttl08 .ttl08_wrap {
    font-size: 20px;
    margin-bottom: 0;
  }

  .ttl02 {
    font-size: 20px;
    padding: 12px 0;
    margin-bottom: 32px;
    text-align: left;
    letter-spacing: -0.08em;
  }
  .ttl02:after {
    border-width: 16px;
    bottom: -32px;
  }
  .ttl02.ttl02_mb40 {
    margin-bottom: 24px;
  }

  .ttl03 {
    font-size: 20px;
    padding: 12px 0;
    margin-bottom: 16px;
  }

  .ttl04 {
    margin-bottom: 16px;
  }
  .ttl04 .ttl04_wrap {
    font-size: 18px;
    padding: 8px;
    margin-bottom: 0;
    text-align: left;
  }

  .ttl05 {
    font-size: 20px;
    padding-bottom: 4px;
    margin-bottom: 12px;
  }

  .ttl06,
  .blog_single h4{
    font-size: 20px;
    margin-bottom: 12px;
  }

  .ttl07,
  .blog_single h5{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
    padding: 12px;
  }

  .ttl08 {
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 12px;
  }

  .ttl09 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .ttl10 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .ttl11{
    padding: 0 1.5em;
    margin-bottom: 12px;
  }

  .ttl11 .ttl11_wrap{
    font-size: 16px;
    line-height: 1.35;
    padding: 0;
  }

  .ttl11 .ttl11_wrap:before, .ttl11 .ttl11_wrap:after{
    border-left: 1px solid #c2ad9d;
  }

  .ttl11 .ttl11_wrap:before {
    left: -0.75em;
    transform: rotate(-15deg);
  }
  .ttl11 .ttl11_wrap:after {
    right: -0.75em;
    transform: rotate(15deg);
  }

  .br {
    display: inline;
  }

  .btn01 a,
  .btn02 a,
  .btn03 a {
    font-size: 15px;
    line-height: 1.5;
  }
  .btn01 a:after,
  .btn02 a:after,
  .btn03 a:after {
    border-width: 6px;
    top: calc(50% - 6px);
    right: 8px;
  }

  .btn03 a img{
    max-height: 18px;
    margin-right: 4px;
  }

  .list03 li{
    margin-right: 20px;
    margin-bottom: 4px;
    font-size: 14px;
    padding-left: 12px;
  }

  .list03 li:before{
    top: 10px;
  }

  /* nav */
  #nav {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
  }

  .hum_menu_obtn,
.sp_tel,
.sp_contact {
    min-height: 40px;
  }
  .hum_menu_obtn img,
.sp_tel img,
.sp_contact img {
    max-height: 54px !important;
  }

  .reserve_btnlist{
    flex-direction: column;
  }

  .reserve_btnlist-conts{
    width: 100%;
    margin: 0 auto 16px;
  }

  .reserve_btnlist-btn p a{
    font-size: 15px;
  }

  .reserve_line-singlebtn .reserve_btnlist-ttl{
    font-size: 15px;
  }
  
  .reserve_line-singlebtn .reserve_btnlist-btn-line p a{
    font-size: 15px;
  }
  
  .reserve_line-singlebtn .reserve_btnlist-btn-line p a img{
    max-width: 20px;
    margin-right: 6px;
  }

  .sp_telbtnconts{
    width: 100%;
    max-width: 280px;
    margin: 0 auto 12px;
  }

  .sp_telbtnconts:nth-of-type(2n){
    margin-right: auto;
  }

  .hum_menu_nav_menu-tel{
    flex-direction: column;
  }

  /* mainimage */
  #mainimage {
    padding: 0;
  }

  .mainimage_pc {
    display: none;
  }

  .mainimage_sp {
    display: block;
    line-height: 0;
  }
  .mainimage_sp img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  /* main */
  #conts {
    width: 95%;
    margin: 0 auto;
  }

  #main {
    margin: 24px auto;
  }

  .conts01 {
    margin-top: 32px;
  }

  .sp_diagnosis,
  .sp_linebtn{
    display: block;
    margin-bottom: 24px;
  }

  .sp_diagnosisconts,
  .sp_linebtnconts{
    border: 1px solid #ebb7bd;
    box-sizing: border-box;
    padding: 12px;
    background: #fff url("../images/top/bg_splinebtn.png") no-repeat left bottom;
    background-size: contain;
    font-size: 14px;
  }

  .sp_diagnosis-text01,
  .sp_linebtn-text01{
    font-size: 17px;
    line-height: 1.75;
    text-align: center;
    font-weight: bold;
  }

  .sp_diagnosis-text01-point01,
  .sp_linebtn-text01-point01{
    font-weight: bold;
    color: #f09944;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .sp_diagnosis-text01-strong01,
  .sp_linebtn-text01-strong01{
    display: block;
    font-weight: bold;
    color: #dd6e7b;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .sp_reservebtn {
    display: block;
    margin-bottom: 32px;
  }

  .sp_diagnosis-btn,
  .sp_linebtn-btn{
    margin-top: 8px;
  }

  .sp_diagnosis-btn a,
  .sp_linebtn-btn a{
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f09944;
    
    box-sizing: border-box;
    padding: 2px 8px 4px;
    border-radius: 4px;

    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }

  /* .sp_diagnosis-btn a{
    position: relative;
  }

  .sp_diagnosis-btn a:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    right: 4px;
    top: calc(50%- 8px);
  } */

  .sp_linebtn-btn a img{
    width: auto;
    max-width: 24px;
    height: auto;
    margin-right: 6px;
  }

  .sp_diagnosis-btn a img{
    max-width: 18px;
    margin-right: 8px;
  }

  

  /* このような悩み、当院で相談してみませんか？ */
  .nayami_conts {
    padding: 12px;
  }

  .nayami_listconts {
    flex-direction: column-reverse;
    margin-top: 16px;
  }

  .nayami_mainttl {
    padding-bottom: 4px;
  }
  .nayami_mainttl span {
    font-size: 24px;
    background-size: auto 32px;
    background-position: left top;
    padding-left: 36px;
    min-height: 0;
  }

  .nayami_list-img {
    margin: 0 auto;
  }

  .nayami_list-text {
    width: 100%;
    margin: 0 auto 24px;
  }
  .nayami_list-text ul li {
    font-size: 15px;
    background-size: 20px auto !important;
    background-position: left 2px !important;
    padding-left: 28px;
  }

  .nayami_listimg {
    text-align: center;
  }
  .nayami_listimg img {
    width: auto;
    max-width: 150px;
    height: auto;
  }

  /* 初回体験施術について */
  .trial_mainttlconts {
    min-height: 0;
    padding: 4vw 12px 12vw;
  }

  .trial_mainttl {
    font-size: 20px;
    top: 0;
  }
  .trial_mainttl strong {
    font-size: 1.25em;
    font-weight: bold;
  }

  .trial_ribbon-ttl {
    top: 0;
  }
  .trial_ribbon-ttl img {
    width: 34vw;
    max-width: 208px;
    height: auto;
    max-height: 59px;
  }

  .trial_menuconts {
    padding: 12px;
  }

  .trial_menuconts-wrap {
    padding: 16px;
    width: 100%;
  }

  .trial_ribbon {
    width: 90%;
    top: -10vw;
  }

  .trial_textconts01 {
    margin-top: 5vw;
  }

  .trial_text01 {
    font-size: 16px;
    text-align: left;
  }

  .trial_text02 {
    text-align: left;
    margin-top: 12px;
  }
  .trial_text02 strong {
    display: inline;
    font-size: 20px;
    padding: 0;
  }

  .trial_list01 {
    margin-top: 12px;
  }

  .trial_list01-wrap {
    flex-direction: column;
  }
  .trial_list01-ul {
    margin-bottom: 0;
  }

  .trial_list01-ul li {
    font-size: 15px;
    padding-left: 16px;
  }
  .trial_list01-ul li:before {
    width: 8px;
    height: 8px;
    top: 10px;
  }

  .trial_list01-img {
    text-align: center;
    margin: 0 auto;
  }
  .trial_list01-img img {
    width: auto;
    max-width: 120px;
    height: auto;
  }

  .trial_ttl01-point {
    flex-direction: row;
    width: 8em;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: auto;
    padding: 4px;
    font-size: 18px;
    top: -1em;
  }

  .trial_ttl01 {
    padding: 1em 12px 12px;
    margin-bottom: 16px;
  }
  .trial_ttl01:after {
    border-width: 12px;
    bottom: -24px;
  }

  .trial_ttl01-text {
    font-size: 20px;
  }

  .trial_text02 p {
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
  }
  .trial_text02 p span {
    display: block;
  }

  .trial_priceconts {
    padding: 12px;
  }

  .trial_price-menu {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .trial_price-menu dl {
    flex-direction: column;
  }
  .trial_price-menu dl:after {
    content: none;
  }
  .trial_price-menu dl dt {
    font-size: 17px;
    padding: 4px 16px;
  }
  .trial_price-menu dl dt .trial_price-menu01-01 {
    font-size: 0.9em;
  }
  .trial_price-menu dl dd {
    font-size: 36px;
    margin: 4px 0 0;
    padding: 0;
    line-height: 1.25;
  }
  .trial_price-menu dl dd .trial_price-menu02-01 {
    font-size: 0.55em;
    margin-left: 4px;
  }
  .trial_price-menu dl dd .trial_price-menu02-02 {
    font-size: 0.55em;
  }

  .trial_price-text {
    margin-top: 16px;
    flex-direction: column;
  }

  .trial_price-text-img01 {
    width: 80%;
    margin: 0 auto 16px;
    text-align: center;
  }
  .trial_price-text-img01 img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .trial_price-text01 {
    width: 100%;
  }

  .trial_btn {
    margin-top: 16px;
  }
  .trial_btn p a {
    font-size: 15px;
    padding: 12px;
  }
  .trial_btn p a:after {
    border-width: 6px;
    right: 8px;
    border-radius: 2px;
    top: calc(50% - 6px);
  }

  .trial_btnconts{
    margin-top: 16px;
  }

  /* infomenu */
  .infomenu_conts{
    width: 100%;
    margin: 0 auto 8px;
    border-width: 2px;
  }

  .infomenu_conts:last-of-type{
    margin-bottom: 0;
  }

  .infomenu_ttl{
    font-size: 18px;
  }

  .infomenu_text{
    margin: 12px auto;
  }

  .infomenu_btn a{
    padding: 6px 12px;
  }

  .infomenu_text p{
    font-size: 14px;
  }

  /* おすすめする理由 */
  .recommend_mainttl {
    min-height: 0;
    background-size: auto 100%;
  }

  .recommend_mainttl-text {
    font-size: 20px;
    top: 0;
    text-align: center;
    padding: 16px 0;
    margin-bottom: 8px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }

  .recommend_mainttl-subtext {
    margin-top: 12px;
  }
  .recommend_mainttl-subtext p {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
  }

  .recommend_infoconts {
    margin-top: 24px;
  }

  .recommend_infoconts-img {
    margin-bottom: 16px;
  }

  .reason_mainttl {
    padding-bottom: 16px;
  }

  .reason_mainttl-subtext {
    font-size: 16px;
  }

  .reason_mainttl-subtext-wrap {
    line-height: 1.5;
  }

  .reason_mainttl-maintext {
    font-size: 32px;
    margin-top: 12px;
  }

  .reasonconts {
    margin-top: 24px;
    padding: 16px;
  }

  .reason_ttl {
    font-size: 18px;
    padding-left: 48px;
    min-height: 40px;
    margin-bottom: 12px;
  }
  .reason_ttl:before {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  /* このようなお悩みの方が来られています */
  .nayami_list ul li {
    width: calc(50% - 8px);
    margin-right: 16px !important;
  }
  .nayami_list ul li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .nayami_list ul li img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  /* 院長プロフィール */
  .profile_mainttl {
    min-height: 0;
    padding: 16px 12px;
    background-size: cover;
    height: 31vw;
    min-height: 120px;
    max-height: 150px;
    box-sizing: border-box;
  }

  .profile_mainttl-text {
    font-size: 28px;
  }

  .profile_conts {
    padding: 16px;
  }
  .profile_conts p {
    font-size: 17px;
    line-height: 1.75;
  }

  /* 推薦の声 */
  .exhort_conts {
    padding: 12px;
  }

  .exhort_ttl {
    margin: 0 auto 0 32px;
    padding: 12px 12px 12px 56px;
    margin-top: 0;
  }
  .exhort_ttl:before {
    background-size: contain;
    margin: 0 auto;
    left: -40px;
    top: 12px;
  }

  .exhort_ttlmain {
    font-size: 18px;
  }

  .exhort_ttlsub01,
  .exhort_ttlsub02 {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .exhort_textarea {
    margin-top: 16px;
    padding: 12px;
  }

  .exhort_textarea-img {
    float: none;
    text-align: center;
    margin: 0 auto 12px;
  }
  .exhort_textarea-img img {
    width: auto;
    max-width: 200px;
    height: auto;
  }

  .exhort_movie{
    margin-top: 16px;
  }

  .exhort_movie iframe{
    min-height: 150px;
    height: 60vw;
    max-height: 200px;
  }

  /* 不妊鍼灸の実績 */
  .result_mainttl {
    min-height: 80px;
  }

  .result_mainttl-text {
    font-size: 24px;
    text-align: center;
    padding: 16px 12px;
    justify-content: center;
    top: 0;
  }

  .result_inline {
    padding: 12px;
  }

  .result_conts {
    margin-top: 24px;
  }

  .result_ttl01 {
    font-size: 18px;
    padding: 12px;
    text-align: left;
    letter-spacing: -0.05em;
  }
  .result_ttl01:after {
    border-width: 16px;
    bottom: -32px;
  }

  .result_textarea {
    padding: 16px;
    margin-top: -8px;
  }

  .result_ttl02 {
    margin-bottom: 12px;
  }
  .result_ttl02 span {
    font-size: 20px;
    line-height: 1.25;
  }

  .result02_text {
    flex-direction: column;
  }

  .result02_text-img {
    margin: 0 auto 12px;
    text-align: center;
  }
  .result02_text-img img {
    width: auto;
    max-width: 120px;
    height: auto;
  }

  .result02_text-text {
    width: 100%;
  }

  .result_stepttl {
    font-size: 18px;
    padding: 12px 8px;
  }

  .result02_steplist {
    margin-top: 16px;
  }

  .result02_steplist dl:last-of-type {
    margin-bottom: 0;
  }
  .result02_steplist dl:after {
    left: 1.35em;
  }
  .result02_steplist dl dt {
    width: 3em;
    font-size: 18px;
  }
  .result02_steplist dl dd {
    width: calc(100% - 3em);
    font-size: 15px;
  }

  .results04_imgconts figure {
    width: calc(50% - 6px);
    margin-right: 12px;
  }
  .results04_imgconts figure:last-of-type {
    margin-right: 0;
  }
  .results04_imgconts figure figcaption {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }

  .results04_text {
    margin-top: 16px;
    padding: 12px;
  }

  .results04_ttl01 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  /* 当院に寄せられた患者様の声 */
  .voice_conts {
    margin-top: 24px;
  }

  .voice_info {
    flex-direction: column;
  }

  .voice_info-img {
    width: 240px;
    margin: 0 auto 12px;
  }

  .voice_info-text {
    width: 100%;
    margin: 0 auto;
  }

  .voice_info-ttl {
    margin-top: 4px;
  }
  .voice_info-ttl span {
    font-size: 15px;
  }

  .voice_survey {
    padding: 12px;
    margin-top: 16px;
  }
  .voice_survey dl {
    margin-top: 24px;
  }
  .voice_survey dl dt, .voice_survey dl dd {
    font-size: 14px;
  }
  .voice_survey dl dt {
    padding-left: 16px;
    line-height: 1.75;
    margin-bottom: 8px;
  }
  .voice_survey dl dt:before {
    width: 10px;
    height: 10px;
    top: 7px;
  }

  .voice_linkbtn {
    margin-top: 16px;
  }
  .voice_linkbtn a {
    padding: 12px;
    line-height: 1.5;
    font-size: 15px;
  }
  .voice_linkbtn a img {
    width: auto;
    max-width: fit-content;
    height: auto;
    max-height: 20px;
  }

  /* メニュー・お知らせ */
  .top_menu {
    flex-direction: column;
  }
  .top_menu li {
    width: 100%;
    margin: 0 auto 12px;
    line-height: 0;
  }
  .top_menu li:last-of-type {
    margin-right: auto;
    margin-bottom: 0;
  }
  .top_menu li img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .top_news-menu-img {
    display: block;
    width: 100%;
    max-width: 338px;
    margin: 0 auto;
  }

  /* common_conts */
  .conts_contact {
    padding: 16px 12px;
  }

  .contact_logo {
    margin-bottom: 16px;
  }

  .contact_btn-diagnosis-ttl-wrap{
    padding: 0 1em;
  }

  .contact_btn-diagnosis-ttl-wrap:before{
    left: 0;
  }

  .contact_btn-diagnosis-ttl-wrap:after{
    right: 0;
  }

  .contact_btn-diagnosis-ttl-wrap{
    font-size: clamp(12px, 3.5vw, 15px);
    line-height: 1.5;
  }

  .contact_btn-diagnosis-ttl-strong01{
    font-size: clamp(15px, 4.5vw, 18px);
  }

  .contact_btn a {
    flex-direction: column;
    justify-content: center;
    padding: 12px 8px;
  }
  .contact_btn a img {
    margin: 0 auto !important;
  }
  .contact_btn a img:first-of-type {
    width: auto;
    max-width: 120px;
    height: auto;
    max-height: 45px;
  }
  .contact_btn a img:last-of-type {
    width: auto;
    max-width: 240px;
    height: auto;
    max-height: 80px;
    margin-top: 8px !important;
  }

  .contact_btn-mail a img:last-of-type,
  .contact_btn-diagnosis a img:last-of-type{
    margin-top: 0 !important;
  }

  .contact_info {
    display: flex;
    flex-direction: column;
  }

  .contact_btn {
    margin-bottom: 12px;
  }

  .contact_btn-mail a {
    padding: 16px 8px;
  }
  .contact_btn-mail a img:first-of-type {
    display: none;
  }
  .contact_btn-line a img:last-of-type {
    margin-top: 0 !important;
  }

  .contact_btn-line a img:first-of-type{
    display: none;
  }

  .contact_btn-line a img:last-of-type{
    margin-top: 0 !important;
  }

  .contact_btn-line-ttl{
    margin-bottom: 4px;
  }

  .contact_btn-line-ttl-wrap{
    font-size: 13px;
  }

  .contact_btn-line-ttl-wrap br{
    display: none;
  }

  .contact_btn-line-ttl-strong01{
    font-size: 14px;
  }

  .contact_info-l {
    text-align: center;
    margin: 0 auto 16px;
  }
  .contact_info-l img {
    width: auto;
    max-width: 180px;
    height: auto;
  }

  .contact_info-r {
    width: 100%;
    margin: 0 auto;
  }
  .contact_info-r p {
    text-align: left;
  }

  .contact_map iframe {
    min-height: 280px;
  }

  .conts_contact-logo{
    width: 90%;
    max-width: 240px;
    margin: 0 auto;
  }

  .conts_contact-mainmessage{
    margin: 12px auto;
  }

  .conts_contact-mainmessage p{
    font-size: 18px;
    line-height: 1.75;
    text-decoration-thickness: 2px;
    text-underline-offset:5px;
  }

  .conts_contact-message{
    margin-bottom: 4px;
  }

  .conts_contact-textarea{
    margin-top: 4px;
  }

  .conts_contact-message ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .conts_contact-message ul li{
    width: calc(100% / 3 - 12px);
    margin-right: 8px;
    margin-bottom: 8px;
    line-height: 0;
  }

  .conts_contact-message ul li:nth-of-type(3n){
    margin-right: 0;
  }

  .conts_contact-textarea p{
    font-size: 16px;
    text-align: left;
  }

  .conts_contact-btnlist{
    flex-direction: column;
  }

  .conts_contact-btn{
    width: 100%;
    margin: 0 auto 12px;
  }

  .conts_contact-btn a{
    font-size: 16px;
    padding: 4px 12px;
    min-height: 48px;
  }

  .conts_contact-btn a img{
    max-height: 28px;
    margin-right: 6px;
  }



  /* common_conts */
  .common_contact-wrap {
    width: 90%;
  }

  .common_contact-subttl {
    font-size: 18px;
    line-height: 1.5;
  }

  .common_contact-btnlist {
    flex-direction: column;
  }

  .common_contact-btnconts {
    width: 100%;
    margin: 0 auto 16px;
  }

  .common_contact-btntel-open {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .common_contact-btntel a {
    min-height: 40px;
    padding: 8px;
  }

  .common_contact-btnreserve a {
    min-height: 40px;
    box-sizing: border-box;
    padding: 16px 8px;
  }

  .common_contact-btnline a{
    min-height: 40px;
    box-sizing: border-box;
    padding: 16px 8px;
  }

  .common_contact-btndiagnosis a{
    min-height: 40px;
    box-sizing: border-box;
    padding: 16px 32px;
  }

  .common_contact-btndiagnosis a img:first-of-type,
  .common_contact-btndiagnosis a img:last-of-type{
    width: auto;
    max-width: 100%;
  }

  /* pagetop */
  #pagetop img {
    width: 48px;
    height: 48px;
  }

  .common_contactconts {
    padding: 24px 0 calc(48px + 2.5%);
  }

  /* footer */
  #footer {
    padding: 24px 0;
    margin-bottom: 8.5vw;
  }

  .f_info {
    flex-direction: column;
    justify-content: center;
    margin: 16px auto;
    padding: 16px 0;
  }
  .f_info p {
    text-align: center;
  }

  .f_menu ul li {
    border-left: none;
    border-right: 1px solid #433519;
    margin: 0 0 12px 0;
    padding-right: 8px;
  }
  .f_menu ul li:last-of-type {
    margin: 0 0 12px 0;
    border-right: none;
  }
  .f_menu ul li a {
    font-size: 14px;
  }

  .tbl_open thead tr th, .tbl_open thead tr td,
.tbl_open tbody tr th,
.tbl_open tbody tr td,
.tbl_open02 thead tr th,
.tbl_open02 thead tr td,
.tbl_open02 tbody tr th,
.tbl_open02 tbody tr td {
    font-size: 12px;
    padding: 4px;
  }

  .f_copy {
    margin-top: 16px;
  }

  /* 下層ページ */
  .img_f-r {
    width: 40%;
    margin-left: 12px;
    margin-bottom: 8px;
  }

  #breadcrumb {
    display: none;
  }

  #second main {
    margin-top: 32px;
  }

  #second_mainimage {
    height: 10vw;
    min-height: 130px;
  }

  .second_mainimage-maintext {
    font-size: 24px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  }

  .second_mainimage-subtext {
    font-size: 18px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  }

  .secondconts01 {
    margin-top: 24px;
  }

  .case_subconts {
    margin-top: 16px;
  }

  .zutsu_ttl01{
    padding: 12px 12px;
    background-size: cover;
    background-position: right;
  }

  .zutsu_ttl01-text{
    font-size: 18px;
    text-align: left;
  }

  .zutsu_ttl01-text .br{
    display: inline;
  }

  .zutsu_text02 p{
    font-size: 20px;
  }

  .zutsu_text02 p .br{
    display: inline;
  }

  .zutsu_list01{
    padding: 16px;
  }

  .zutsu_list01-ttl01{
    font-size: 15px;
    padding-bottom: 4px;
    margin-bottom: 6px;
  }

  .zutsu_list01-ttl01:before{
    top: 7px;
  }

  .introduction_message {
    padding: 16px;
  }
  .introduction_message .introduction_message-wrap {
    flex-direction: column;
  }

  .introduction_messge-img {
    width: auto;
    margin: 0 auto 8px;
    text-align: center;
  }
  .introduction_messge-img img {
    width: auto;
    max-width: 90%;
    height: auto;
  }

  .introduction_message-text {
    width: 100%;
  }

  .graph_conts01 {
    padding: 12px;
  }

  .price_tbl tbody tr {
    display: flex;
    flex-direction: column;
  }
  .price_tbl tbody tr th, .price_tbl tbody tr td {
    width: 100%;
    padding: 8px;
  }
  .price_tbl tbody tr td {
    font-size: 14px;
    border-top: none;
  }

  .price_telconts .price_telnum {
    font-size: 1.2em;
  }

  .flow_ttl {
    padding-top: 0;
    padding-left: 36px;
    min-height: 0;
    margin-bottom: 8px;
  }
  .flow_ttl:before {
    width: 28px;
    height: 28px;
    font-size: 20px;
    top: 0px;
  }

  .flow_conts,
.casestep_conts {
    margin-bottom: 32px;
  }

  .flow_conts-wrap,
.casestep_conts-wrap {
    flex-direction: column;
  }

  .flow_conts-img,
.casestep_conts-img {
    margin: 0 auto 16px;
    text-align: center;
  }
  .flow_conts-img img,
.casestep_conts-img img {
    width: auto;
    max-width: 90%;
    height: auto;
  }

  .flow_conts-text,
.casestep_conts-text {
    width: 100%;
    margin: 0 auto;
  }

  .staff_about-name {
    font-size: 20px;
    margin-bottom: 4px;
    padding-bottom: 0;
  }

  .staff_about {
    padding: 16px;
    border-width: 3px;
  }

  .staff_about-wrap {
    flex-direction: column;
  }

  .staff_about-img {
    max-width: 140px;
    margin: 0 auto 20px;
    text-align: center;
  }
  .staff_about-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .staff_about-text {
    width: 100%;
    text-align: left;
  }

  .voice_tablist ul {
    display: flex;
    flex-wrap: wrap;
  }
  .voice_tablist ul li {
    width: calc(33.3333333333% - 2px);
    margin-right: 2px;
    margin-bottom: 4px;
  }
  .voice_tablist ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .voice_tablist ul li a {
    border-radius: 0;
  }

  .voice_imglist ul {
    flex-direction: column;
  }
  .voice_imglist ul li {
    text-align: center;
  }

  .voice_text-memo {
    text-align: left;
    line-height: 1.65;
  }

  .access_conts {
    margin-bottom: 24px;
  }

  .access_info-ttl {
    margin-bottom: 24px;
  }

  .access_info-text dl {
    flex-direction: column;
    margin-bottom: 8px;
  }
  .access_info-text dl:last-of-type {
    margin-bottom: 0;
  }
  .access_info-text dl dt,
.access_info-text dl dd {
    width: 100%;
  }

  .access_info-map iframe {
    min-height: 280px;
    height: 100%;
  }

  .access_info-list dl {
    flex-direction: column;
  }
  .access_info-list dl dt, .access_info-list dl dd {
    width: 100%;
    padding: 6px 12px;
  }

  .access_rootconts-wrap {
    flex-direction: column;
    margin-top: 0;
  }

  .access_rootconts {
    width: 100%;
    margin: 0 auto 16px;
    padding: 12px;
  }
  .access_rootconts:last-of-type {
    margin-bottom: 0;
  }

  .access_root-ttl {
    font-size: 16px;
    padding-left: 48px;
    min-height: 40px;
    margin-bottom: 12px;
  }
  .access_root-ttl:before {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .access_rootimg {
    text-align: center;
  }

  .faq_qconts {
    padding: 16px;
  }

  .faq_ttl01 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 16px;
    line-height: 1.5;
  }

  .faq_ttl02 {
    font-size: 16px;
    padding-left: 16px;
  }
  .faq_ttl02:before {
    width: 8px;
    height: 8px;
    top: 12px;
  }

  .faq_qlist {
    margin-top: 24px;
  }
  .faq_qlist ul li {
    font-size: 14px;
    padding-left: 2em;
  }
  .faq_qlist ul li:before {
    position: absolute;
    left: 0;
  }

  .faq_ttl-a {
    font-size: 16px;
  }

  .faq_aconts {
    padding-top: 24px;
  }

  .faq_graph {
    padding: 16px;
  }

  .faq_graphconts {
    margin-bottom: 24px;
  }

  .faq_graphlist ul li {
    width: auto;
    margin-bottom: 6px;
    margin-right: 20px;
    padding-left: 12px;
  }
  .faq_graphlist ul li:before {
    width: 6px;
    height: 6px;
  }
  .faq_graphlist ul li:nth-of-type(3n) {
    margin-right: 20px;
  }

  .faq_subimgconts {
    padding: 16px;
  }

  .faq_graphimg01 img {
    max-width: 120px;
  }

  .faq_subconts {
    margin-bottom: 12px;
  }

  .contact_mail-text {
    padding: 12px;
  }

  .contact_mail-ttl {
    font-size: 16px;
    text-align: left;
    line-height: 1.65;
  }

  .contact_telnum {
    font-size: 18px;
    margin-bottom: 8px !important;
  }

  .contact_form-tbl tbody tr {
    flex-direction: column;
  }
  .contact_form-tbl tbody tr th, .contact_form-tbl tbody tr td {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 12px;
  }
  .contact_form-tbl tbody tr th {
    border-right: none;
  }
  .contact_form-tbl tbody tr td p {
    margin-bottom: 8px !important;
  }

  .case_nayami-ttl {
    padding-bottom: 8px;
  }

  .case_nayami-ttltext {
    font-size: 18px;
  }

  .case_nayami-list {
    padding: 24px 12px 0;
    flex-direction: column;
  }
  .case_nayami-list .case_nayami-list-text {
    width: 100%;
  }
  .case_nayami-list .case_nayami-list-img {
    text-align: center;
    margin-top: 24px;
    width: 100%;
    max-width: 140px;
    margin: 32px auto 0;
  }

  .case_nayami-text01 {
    margin-top: 16px;
  }
  .case_nayami-text01 p {
    font-size: 15px;
  }

  .case_nayami-text02 p {
    font-size: 24px;
    text-align: left;
  }

  .case_img01 {
    padding: 16px;
  }

  .kodakara_ttl01 {
    padding: 8px;
    margin-bottom: 28px;
  }
  .kodakara_ttl01:after {
    border-width: 16px 28px 28px 28px;
    bottom: -46px;
  }
  .kodakara_ttl01 p {
    font-size: 16px;
    text-align: left;
  }

  .kodakara_trial-text01 p {
    font-size: 16px;
    text-align: left;
  }

  .kodakara_ttl02 {
    padding: 8px;
    margin-bottom: 24px;
  }
  .kodakara_ttl02 p {
    font-size: 16px;
    text-align: left;
  }

  .jyosei_trialconts-message p {
    font-size: 20px;
  }

  .faq_conts dl {
    margin-top: 24px;
  }

  .faq_conts dl dt {
    font-size: 16px;
    padding: 4px 8px;
    padding-left: 4em;
    line-height: 1.75;
  }

  .faq_conts dl dt span {
    width: 3em;
  }

  .whyselect_conts {
    padding: 4px;
  }

  .whyselect_wrap {
    padding: 12px;
  }

  .whyselect_ttl {
    margin-bottom: 16px;
    min-height: 58px;
    text-align: left;
  }
  .whyselect_ttl span {
    background-size: auto 40px;
    min-height: 40px;
    padding-left: 52px;
    font-size: 20px;
    text-align: left;
    line-height: 1.3;
    padding-top: 12px;
  }

  .whyselect_text p {
    font-size: 15px;
  }
  .whyselect_text .img_f-r {
    width: 30%;
  }

  .whyselect_img {
    margin-top: 24px;
  }

  .recruit_text01 {
    margin-top: 24px;
  }
  .recruit_text01 p {
    font-size: 15px;
  }

  .recruit_profile {
    padding: 16px;
  }

  .recruit_profile-wrap {
    flex-direction: column;
  }

  .recruit_profile-img {
    max-width: 160px;
    margin: 0 auto 16px;
  }

  .recruit_profile-text {
    width: 100%;
    margin: 0 auto;
  }

  .recruit_ttl01 {
    font-size: 18px;
    padding-bottom: 4px;
    margin-bottom: 4px;
  }

  .recruit_profile-message {
    padding-top: 12px;
    margin-top: 12px;
  }

  .recruit_pointconts-wrap {
    flex-direction: column;
  }

  .recruit_point-img {
    max-width: 160px;
    margin: 0 auto 16px;
  }

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

  .recruit_point-ttl {
    justify-content: center;
  }

  .recruit_point-mainttl {
    font-size: 20px;
    text-align: center;
  }

  .recruit_point-subttl {
    margin: 0 auto;
  }

  .recruit_trainingconts {
    padding: 16px;
  }

  .recruit_training-wrap {
    flex-direction: column;
  }

  .recruit_training-img {
    max-width: 160px;
    margin: 0 auto 16px;
  }

  .recruit_training-text {
    width: 100%;
    margin: 0 auto;
  }
  .recruit_training-text p:last-of-type {
    margin-bottom: 0;
  }

  .recruit_training-ttl {
    font-size: 18px;
  }

  .list_img01 ul li {
    margin-right: 6px;
  }

  .recruit_training-finish {
    padding: 16px;
    background-size: cover;
  }

  .recruit_feature {
    padding: 16px;
  }
  .recruit_feature:first-of-type .recruit_feature-img {
    max-width: 160px;
  }

  .recruit_feature-img {
    max-width: 100%;
    max-height: 320px;
    margin: 0 auto 16px;
    min-height: 0;
  }

  .tbl01 tbody tr {
    flex-direction: column;
  }
  .tbl01 tbody tr th, .tbl01 tbody tr td {
    width: 100%;
    padding: 8px;
  }

  /* お知らせ */
  .blog_single h4{
    font-size: 18px;
  }

  .blog_single .alignleft,
  .blog_single .alignright{
    width: 40%;
  }

  /* 20250918 */
  .clinic_flow-textarea{
    padding-bottom: 24px;
  }

  .clinic_flow-num{
    width: 48px;
    height: 48px;
  }

  .clinic_flow-numconts{
    font-size: 24px;
  }

  .clinic_flow-numconts span:before{
    bottom: 5px;
  }

  .clinic_flow-ttl{
    font-size: 20px;
    min-height: 0;
  }

  .clinic_flow-text{
    flex-direction: column;
  }

  .clinic_flow-text .img_f-r{
    width: 100%;
    max-width: 240px;
    float: none;
    margin: 0 0 8px;
  }

  .faq_first-conts{
    margin-bottom: 16px;
  }

  .faq_q{
    padding: 8px 12px;
  }

  .faq_ttl{
    padding-left: 24px;
    padding-right: 2em;
  }

  .faq_ttl:before{
    font-size: 24px;
    top: 2px;
    left: 0;
  }

  .faq_ttl p{
    font-size: 16px;
  }

  .faq_q-btn{
    width: 26px;
    height: 26px;
    top: calc(50% - 13px);
    right: 12px;
  }

  .faq_q-btn:before{
    width: 16px;
    height: 2px;
  }

  .faq_q-btn:after{
    width: 2px;
    height: 16px;
  }

  .faq_a{
    padding: 8px 12px;
  }

  .faq_a:before{
    font-size: 24px;
    top: 12px;
    left: 13px;
  }

  .faq_a p{
    padding-left: 24px;
  }

  .flow_clinicconts{
    width: calc(50% - 4px);
    margin-right: 8px;
  }

  .flow_clinicconts:nth-of-type(2n){
    margin-right: 0;
  }

  .flow_clinicconts-text{
    padding: 6px 8px;
  }

  .flow_clinicconts-text p{
    font-size: 15px;
  }

  .clinic_accessconts{
    margin-bottom: 48px;
    position: relative;
  }

  .clinic_accessconts:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 24px solid transparent;
    border-top: 16px solid #e2949e;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -54px;
  }

  .clinic_accessconts.last:after{
    content: none;
  }

  .clinic_accessconts-wrap{
    flex-direction: column-reverse;
  }

  .clinic_accessconts-img{
    width: 100%;
    max-width: 300px;
    margin: 0 auto 12px;
  }

  .clinic_accessconts-img:after{
    content: none;
  }
  
  .clinic_accessconts-text{
    margin-left: 0;
  }

  .clinic_access-menu{
    margin-bottom: 24px;
  }

  .clinic_access-menu ul li{
    width: 100%;
    padding: 14px 8px;
  }

  .reservation_telconts{
    width: 100%;
    margin: 0 auto 16px;
    padding: 12px;
  }

  .reservation_telconts-ttl01{
    font-size: 18px;
    padding-bottom: 4px; 
  }

  .reservation_telconts-telnum{
    font-size: 18px;
  }

  .reservation_telconts-textconts{
    margin-top: 8px;
  }

  .reservation_type-list{
    padding: 12px 12px 4px;
  }

  .footer_cliniclist{
    margin-bottom: 12px;
  }

  .footer_cliniclist ul{
    border-bottom: 2px solid #e2949e;
  }

  .footer_cliniclist ul li button{
    font-size: 14px;
    padding: 8px 12px;
  }

  .footer_cliniclistconts-wrap{
    flex-direction: column;
  }

  .footer_cliniclistconts-l,
  .footer_cliniclistconts-r{
    width: 100%;
    margin: 0 auto;
  }

  .footer_cliniclistconts-l{
    margin-bottom: 16px;
  }

  .footer_cliniclistconts-l p{
    font-size: 14px;
  }

  .footer_clinic-dl dl{
    flex-direction: column;
    margin-bottom: 8px;
  }

  .footer_clinic-dl dl:last-of-type{
    margin-bottom: 0;
  }

  .footer_clinic-dl dl dt,
  .footer_clinic-dl dl dd{
    width: 100%;
    font-size: 14px;
    line-height: 1.75;
  }

  .footer_clinic-dl dl dt:after{
    content: none;
  }

  .footer_clinic-dl dl dt{
    font-weight: bold;
  }

  .footer_clinic-dl dl dd{
    font-size: 13px;
  }

  .footer_link{
    margin-top: 16px;
    padding-top: 16px;
  }

  .footer_link-main{
    display: flex;
    flex-direction: column;
  }

  .footer_link-main dl{
    width: 100%;
    margin: 0 auto 12px;
  }

  .footer_link-main dl dt{
    font-size: 14px;
  }

  .f_linklist{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .f_linklist li{
    margin-right: 16px;
  }

  .f_linklist li a{
    position: relative;
    padding-left: 10px;
  }

  .f_linklist li a:before,
  .f_linklist li a:after{
    content: "";
    display: block;
    width: 2px;
    height: 6px;
    background: #e2949e;
    position: absolute;
    left: 0;
  }

  .f_linklist li a:before{
    transform: rotate(45deg);
    top: calc(50% - 1px);
  }

  .f_linklist li a:after{
    transform: rotate(135deg);
    bottom: calc(50% - 1px);
  }

  .footer_link-sub{
    margin-top: 0;
  }

  .footer_link-sub ul{
    flex-wrap: wrap;
  }

  .footer_link-sub ul li{
    margin-bottom: 0px;
  }

  .footer_link-sub ul li a{
    font-size: 13px;
  }

}