@charset "UTF-8";
/*mixin
----------------------------------------------------*/
/* 幅1100px以下からcss適応 */
@media only screen and (max-width: 1100px) {
  /* 共通パーツ */
  #second #main {
    padding: 32px 0;
  }
  #second #conts {
    margin: 40px auto;
  }
  .second_mainimage-text {
    line-height: 1.5;
  }
  .conts02 {
    margin-top: 40px;
  }
}

/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  /* 共通コンテンツ */
  html {
    scroll-padding-top: 72px;
  }
  #second #main {
    padding: 0 2.5%;
  }
  #second #main .main_wrap {
    padding: 0;
  }
  #second #main #conts {
    margin: 16px auto;
  }
  #second .conts01.mt0,
  #second .conts02.mt0 {
    margin-top: 0;
  }
  #second .conts02 {
    margin-top: 24px;
  }
  .second_mainttl {
    font-size: 24px;
    padding: 2px 0 4px 12px;
    margin-bottom: 32px;
  }
  #breadcrumb {
    display: none;
  }
  /* about */
  .about_list01-ttl {
    width: 100%;
    max-width: 90%;
    padding: 12px 20px;
    margin-bottom: 28px;
  }
  .about_list01-ttl:after {
    border: 16px solid transparent;
    border-top: 16px solid #f8e387;
    bottom: -32px;
  }
  .about_list01-ttl .about_list01-ttl-text {
    font-size: 17px;
    line-height: 1.45;
  }
  .about_list01-ttl .about_list01-ttl-text .br {
    display: inline;
  }
  .about_list01 {
    padding: 16px 16px 0;
  }
  .about_list01-wrap {
    flex-direction: column-reverse;
  }
  .about_list01-text {
    margin-bottom: 16px;
  }
  .about_list01-text ul li {
    font-size: 14px;
    padding-left: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .about_list01-text ul li:last-of-type {
    margin-bottom: 0;
  }
  .about_list01-text ul li:before {
    width: 6px;
    height: 6px;
    top: 9px;
  }
  .about_list01-img {
    width: 70vw;
    margin: 0 auto;
  }
  .flow_conts {
    padding: 12px;
  }
  .flow_conts-wrap {
    display: flex;
    flex-direction: column;
  }
  .flow_ttl,
  .flow_conts-img,
  .flow_textarea {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .flow_ttl {
    font-size: 20px;
    order: 1;
    position: relative;
    padding-left: 40px;
    padding-top: 1px;
    min-height: 32px;
    margin-bottom: 12px;
  }
  .flow_ttl span {
    width: 32px;
    height: 32px;
    font-size: 20px;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .flow_conts-img {
    float: none;
    order: 2;
    text-align: center;
    margin: 0 auto 12px;
  }
  .flow_textarea {
    order: 3;
  }
  .flow_textarea p:last-of-type {
    margin-bottom: 0;
  }
  /* price */
  .price_campaignbtn-text01 {
    font-size: 20px;
    margin-bottom: 12px !important;
  }
  .price_campaignbtn-text01 span {
    padding: 0 12px;
  }
  .price_hokentekiou {
    padding: 12px;
  }
  .price_hokentekiou p {
    background-size: 16px auto;
    background-position: left 6px;
    font-size: 13px;
    padding-left: 20px;
  }
  .price_campaignbtn-bnr {
    line-height: 0;
  }
  .price_couse {
    padding: 16px;
  }
  .price_couse-wrap {
    flex-direction: column;
  }
  .price_couse-img {
    width: 54vw;
    margin: 0 auto 16px;
  }
  .price_couse-strongpoint span {
    font-size: 14px;
    padding: 2px 12px 4px;
  }
  .price_couse-ttl {
    font-size: 28px;
    margin-bottom: 4px;
  }
  .price_couse-text01 {
    padding: 6px 0;
    margin: 4px 0 8px;
  }
  .price_couse-text01 p {
    font-size: 14px;
  }
  .price_couse-price {
    margin-bottom: 8px;
  }
  .price_couse-price dl dt, .price_couse-price dl dd {
    font-size: 18px;
  }
  .price_couse-price-text01 p {
    font-size: 14px;
    text-align: center;
  }
  .price_couse-campaign p {
    font-size: 28px;
  }
  .price_couse-btn {
    margin-top: 12px;
  }
  .price_couse-btn p a {
    padding: 6px 8px 8px;
    line-height: 1.75;
  }
  .price_couse-btn p a img {
    max-width: 20px;
  }
  .price_tbl-fisrt {
    padding: 12px;
  }
  .tbl01 tbody tr {
    display: flex;
    flex-direction: column;
  }
  .tbl01 tbody tr:last-of-type {
    border-bottom: none;
  }
  .tbl01 tbody tr th, .tbl01 tbody tr td {
    width: 100%;
    text-align: left;
    padding: 6px 12px;
    border: none;
  }
  /* staff */
  .staff {
    display: flex;
    flex-direction: column;
  }
  .staff_fav-list {
    padding: 12px;
  }
  /* access */
  .access_info {
    padding: 12px;
  }
  .access_logo {
    font-size: 20px;
    margin-bottom: 16px !important;
  }
  .access_info-text01 dl {
    flex-direction: column;
  }
  .access_info-text01 dl dt, .access_info-text01 dl dd {
    width: 100%;
    margin: 0 auto;
  }
  .access_info-map {
    margin-top: 0;
  }
  .access_info-map iframe {
    height: 80vw;
    min-height: 280px;
    max-height: 360px;
  }
  /* よくある質問 */
  .faq_list {
    padding: 12px;
  }
  .faq_list p {
    font-size: 15px;
  }
  .faq_list ul li {
    font-size: 14px;
  }
  .faq_list ul li a {
    padding-left: 36px;
  }
  .faq_conts {
    padding-top: 0;
    margin-top: 32px;
  }
  .faq_a {
    padding-left: 32px;
    margin-top: 8px;
  }
  .faq_a:before {
    font-size: 17px;
    left: 12px;
    top: -3px;
  }
  /* ご予約・お問い合わせ */
  .contact_text-tel {
    font-size: 20px;
  }
  .btn_line a {
    width: 95%;
    padding: 12px 8px;
    font-size: 16px;
    line-height: 1.35;
  }
  .btn_line a img {
    max-height: 24px;
    margin-right: 6px;
  }
  .contact_form-caution {
    padding: 16px;
  }
  .contact_form-caution p a {
    word-wrap: break-word;
  }
  .tbl_form tbody tr {
    display: flex;
    flex-direction: column;
  }
  .tbl_form tbody tr th, .tbl_form tbody tr td {
    display: block;
    width: 100%;
    padding: 6px 12px;
  }
  .tbl_form tbody tr th {
    text-align: left;
  }
  .tbl_form tbody tr th .required {
    font-size: 12px;
    padding: 0 4px;
  }
  .tbl_form tbody tr td {
    padding: 12px;
  }
  .tbl_form tbody tr td select {
    margin-bottom: 12px;
  }
  .tbl_form tbody tr td p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
  }
  .tbl_form tbody tr td p:first-of-type {
    margin-top: 0;
  }
  .tbl_form tbody tr td .wpcf7-select {
    display: block;
    width: 100%;
    margin-top: 8px;
  }
  .form_submit {
    margin-top: 24px;
  }
  .form_submit input {
    font-size: 18px;
    max-width: 280px;
    padding: 10px 12px;
    margin-top: 0;
  }
  .reserve_telnum {
    font-size: 16px;
    margin-bottom: 0.5em !important;
  }
  /* 症状別ページ */
  .case_mainimage {
    width: calc(100vw + 2px);
    position: relative;
    left: calc(-5% - 2px);
  }
  .case_why p {
    font-size: 6.25vw;
  }
  .case_nayami-ttl {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .case_nayami-ttl .case_nayami-ttl-wrap {
    padding: 0;
  }
  .case_nayami-ttl .case_nayami-ttl-wrap:before {
    transform: rotate(-25deg);
  }
  .case_nayami-ttl .case_nayami-ttl-wrap:after {
    transform: rotate(25deg);
  }
  .case_nayami-text p {
    font-size: 15px;
  }
  .case_nayami-omakase-arrow {
    min-height: 36px;
    margin: 1em 0;
  }
  .case_nayami-omakase-arrow:before {
    border: 80px solid transparent;
    border-top: 36px solid #006139;
  }
  .case_nayami-omakase-text {
    font-size: 22px;
  }
  .case_message p,
  .sango_message p {
    font-size: 15px;
    text-align: left;
  }
  .case_message p .br,
  .sango_message p .br {
    display: inline;
  }
  .case_message-ttl {
    font-size: 20px;
    margin-bottom: 28px;
    padding-bottom: 8px;
  }
  .case_message-ttl:after {
    width: 80px;
    bottom: -8px;
    height: 1px;
  }
  .case_point-list,
  .sango_point-list {
    padding: 16px;
  }
  .case_point-list-ttl,
  .sango_point-list-ttl {
    font-size: 20px;
    padding: 2px 8px;
    margin-bottom: 8px;
  }
  .case_point-list-checklist li,
  .sango_point-list-checklist li {
    font-size: 15px;
    padding-left: 26px;
    line-height: 1.5;
    padding-top: 4px;
    padding-bottom: 10px;
  }
  .case_point-list-checklist li:before,
  .sango_point-list-checklist li:before {
    background-size: 20px;
    width: 20px;
    top: 4px;
  }
  .case_point-list-textarea,
  .sango_point-list-textarea {
    margin-top: 24px;
  }
  /* 新着情報 */
  .column_single h3 {
    font-size: 20px;
    padding: 12px;
    margin-bottom: 16px;
    line-height: 1.5;
    margin-top: 1.5em;
  }
  .column_single h4 {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 12px;
    padding-bottom: 4px;
  }
  .column_single .alignleft,
  .column_single .alignright {
    width: 40% !important;
    margin-bottom: 0;
  }
  .column_single .alignleft {
    margin-right: 8px;
  }
  .column_single .alignright {
    margin-left: 8px;
  }
  .column_single .aligncenter {
    margin: 0 auto;
    text-align: center;
  }
}
