@charset "UTF-8";
/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  /* 下層ページ */
  #second_mainimage {
    min-height: 100px;
    max-height: 160px;
    height: 25vw;
  }
  .second_ttl01 {
    background-size: 48px;
    font-size: 20px;
    padding: 0 0 8px 36px;
  }
  .second_ttl02 {
    font-size: 17px;
  }
  .second_ttl03 {
    font-size: 15px;
    margin-bottom: 12px;
  }
  #breadcrumb {
    display: none;
  }
  /* さらのて鍼灸院の歴史 */
  .history_conts-ttl01 {
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 16px;
  }
  .history_conts-text {
    padding: 24px 12px;
  }
  .history_conts-text p {
    font-size: 16px;
  }
  /* 当院の不妊鍼灸 */
  .flow_ttl {
    font-size: 16px;
  }
  .flow_ttl::before {
    font-size: 13px;
  }
  .flow_conts {
    margin-top: 24px;
    padding-bottom: 24px;
  }
  .flow_conts-wrap {
    flex-direction: column;
  }
  .flow_conts-img {
    width: 100%;
    margin: 16px auto 0;
    text-align: center;
    /* order: -1; */
  }
  .flow_conts-img img {
    width: auto;
    max-height: 180px;
    height: auto;
  }
  .flow_conts-text {
    width: 100%;
    margin: 0 auto;
  }
  /* 院内紹介 */
  .gallery_conts {
    width: calc(50% - 4px);
    margin-right: 8px;
  }
  .gallery_conts:nth-of-type(3n) {
    margin-right: 8px;
  }
  .gallery_conts:nth-of-type(2n) {
    margin-right: 0;
  }
  /* メニュー・料金 */
  .menu_tbl01 tbody tr th {
    width: 7em;
  }
  .menu_tbl01 tbody tr td {
    width: calc(100% - 7em);
  }
  .menu_tbl01 {
    margin-top: 16px;
  }
  /* アクセス */
  .access_info-map iframe {
    min-height: 240px;
  }
  .access_root-ttl {
    font-size: 15px;
  }
  .access_root-ttl:before {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .access_root-ttl {
    padding-left: 38px;
  }
  .parking_wrap figure {
    margin-right: 0;
  }
  .parking_wrap figure:first-child {
    margin-bottom: 24px;
  }
  /* お問い合わせ */
  .contact_webreserve a {
    font-size: 16px;
    padding: 6px;
  }
  .contact_webreserve a img {
    max-width: 18px;
  }
  .tbl_contact tbody tr {
    display: flex;
    flex-direction: column;
  }
  .tbl_contact tbody tr th, .tbl_contact tbody tr td {
    width: 100%;
    text-align: left;
  }
  .tbl_contact tbody tr th {
    padding: 4px 8px;
  }
  .tbl_contact tbody tr td {
    padding: 8px;
  }
  .form_confirm input {
    font-size: 16px;
  }
  /* 新着情報&ブログ */
  .conts_single h4 {
    font-size: 17px;
  }
  .conts_single h5 {
    font-size: 15px;
  }
}