@charset "utf-8";

/*=================================================================================================================================*/
/** 個別指定 for スマートフォン
/*=================================================================================================================================*/

/*---------------------------------------------
 ** 740px
---------------------------------------------*/

@media screen and (max-width: 750px) {
  /*---------------------------------------------
	body
---------------------------------------------*/
  html {
    scroll-behavior: smooth;
    font-size: 55%;
  }
  body {
    color: #444;
  }

  /* display none */
  .only_sp_none {
    display: none !important;
  }

  /*画像*/
  img {
    max-width: 100%;
    height: auto;
  }

  /*---------------------------------------------
 ** h1
---------------------------------------------*/
  h1 {
    color: #02529c;
    font-size: 3rem;
  }

  /*---------------------------------------------
 **  カラム
---------------------------------------------*/
  #main {
    width: 90%;
    margin: 0 auto;
  }
  #top #main {
    width: 100%;
  }

  /*---------------------------------------------
 ** セクション
---------------------------------------------*/
  .section_block {
    margin-bottom: 5rem;
  }

  /*---------------------------------------------
 ** h2
---------------------------------------------*/
  h2 {
    font-size: 2.6rem;
  }
  /*---------------------------------------------
 ** h3
---------------------------------------------*/

  h3 {
    font-size: 2.2rem;
  }
  .h3_inner_page {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }

  /*---------------------------------------------
 **  flexbox
---------------------------------------------*/
  .flex_item_clounm_3 {
    width: 100%;
  }
  .flex_item_clounm_2 {
    width: 100%;
  }
  .flex_item_clounm_4 {
    width: 100%;
  }

  /*---------------------------------------------
 **  メイン画像
---------------------------------------------*/

  .main_img {
    width: 100%;
    height: 160px;
    position: relative;
    background-size: cover;
    text-align: center;
    background: #ccc;
    margin: 10px 0 0 0;
    background-position: right 0 !important;
  }
  #faq .main_img {
    background-position: 40% 0 !important;
  }
  #first .main_img {
    background-position: 55% 0 !important;
  }
  #news .main_img {
    background: url(/info/wp-content/uploads/2020/01/F_98A5142.jpg) no-repeat;
  }

  .main_h1 {
    margin: 0 5%;
  }

  /*---------------------------------------------
 **  ボタン
---------------------------------------------*/
  .bt_base {
    margin: 0 auto;
    display: block;
  }

  /*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
  .sub-menu {
    padding: 0 12% 0 7%;
    background: #eefaff;
  }
  .sub-menu li {
    border-bottom: 1px dashed #ccc;
  }
  .sub-menu li:last-of-type {
    border: none;
  }
  .sub-menu li a {
    padding: 0.8em 1em 0.7em 2em;
    font-size: 12px;
  }
  .sub-menu li a:after {
    position: absolute;
    top: 7px;
    left: 5px;
    content: "≫";
    color: #104583;
  }
  .sub-menu li:last-of-type a:after {
    content: "≫";
  }
  #nav01 {
    border-bottom: none;
  }

  .sub-menu li a:before {
    display: none;
  }

  .sub-menu {
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
  }

  header nav ul li a:hover {
    background: rgba(255, 255, 255, 0) !important;
  }

  /*---------------------------------------------
 **  ロゴ
---------------------------------------------*/
  /* ロゴ */
  .logo {
    max-width: 73%;
    margin: 6px 3% 15px;
  }

  /*---------------------------------------------
 ** フッター記述
---------------------------------------------*/
  .footer_wrapper {
    margin: 0;
    padding-bottom: 10px;
  }

  /* フッターナビ */
  #footer nav ul {
    background: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1px 0 1px 0;
  }
  #footer nav li {
    width: 49.3%;
    margin: 1px;
  }
  #footer nav a {
    width: 100%;
    background: #fff;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
  }
  #footer nav a:after {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 15px;
    right: 11px;
    background-size: 100%;
    content: "";
  }

  /* ページTOPへ */
  #pageTop {
    right: 6%;
    bottom: 0;
  }
  #pageTop a {
    width: 40px;
    height: 57px;
  }

  .footer_logo_bottom {
    margin-bottom: 15px;
  }

  .footer_treat dt {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    width: 24%;
  }

  .footer_treat dd {
    width: 73%;
  }

  .footer_clounm_R {
    padding-top: 20px;
  }

  .footer_add_wrapper {
    margin-bottom: 20px;
  }
  .footer_bottom {
    border: unset;
  }
  .footer_add {
    padding: 0 0px;
  }

  /*---------------------------------------------
 **  スマホナビ（
---------------------------------------------*/
  #nav03 ul {
    padding: 0px 5% 0 7%;
    background: #f6f6f6;
  }
  #nav03 ul li {
    border-bottom: 1px dashed #ccc;
  }
  #nav03 ul li:last-of-type {
    border: none;
  }
  #nav03 ul li a {
    padding: 0.8em 1em 0.7em 2em;
    font-size: 12px;
  }
  #nav03 ul li a:after {
    position: absolute;
    top: 7px;
    left: 5px;
    content: "≫";
    color: #0059b2;
  }
  #nav03 ul li:last-of-type a:after {
    content: "≫";
  }
  #nav03 {
    border-bottom: none !important;
  }

  #nav03 ul li a:before {
    display: none;
  }

  #nav03 ul {
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
  }

  /*=================================================================================================================================*/
  /**  TOPコンテンツ	*/
  /*=================================================================================================================================*/
  header {
    border-top: 3px solid #0059b2;
  }

  .header_wrapper {
    padding: 5% 0 0 0;
  }
  .tel {
    box-shadow: 0 0 8px rgba(204, 204, 204, 0.3);
    margin-top: 10px;
  }

  .tel li {
    width: 50%;
  }

  /* 診療時間 */
  .time_table {
  }
  .time_table th {
    font-size: 1.4rem;
    padding: 0.1rem 0.4rem 0.5rem;
  }
  .time_table td {
    font-size: 1.4rem;
    padding: 0.4rem 0.3rem;
  }

  /* ヘッダー 左右 */
  .header_L {
    order: 1;
  }
  .header_R {
    order: 2;
  }

  /* 上部4つボタン */
  .tel_nbr p {
    margin-bottom: 6px;
    font-size: 2rem !important;
    padding: 5px 0 !important;
    font-weight: bold;
  }

  .tel_nbr:nth-of-type(1),
  .tel_nbr:nth-of-type(2) {
    width: 100%;
  }
  .tel_nbr:nth-of-type(3),
  .tel_nbr:nth-of-type(4) {
    width: 48.5%;
  }
  .tel_nbr:nth-of-type(3) {
    float: left;
  }
  .tel_nbr:nth-of-type(4) {
    float: right;
  }

  .tel_nbr:nth-of-type(1) p {
    font-size: 2.7rem !important;
    padding: 0px 0 2px !important;
  }
  .tel_nbr:nth-of-type(3) p,
  .tel_nbr:nth-of-type(4) p {
    margin: 0;
  }
  .tel_nbr:nth-of-type(4) p {
    margin-bottom: 0;
  }

  /* お知らせ */
  .news {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .news_btn {
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    padding: 12px;
  }

  .news_btn a:before {
    width: 3rem;
    height: 3rem;
  }

  .news_item {
    text-align: center;
  }

  .news dl {
    display: block;
    padding: 10px 30px 10px 5%;
  }
  .news dl dt {
    width: 100%;
    text-align: left;
    display: block;
    padding: 0;
    margin: 0;
  }
  .news dl dd {
    padding: 0;
    margin: 0;
  }

  .news_right dl dd:after {
    width: 1.3rem;
    height: 1.3rem;
    right: 1rem;
  }

  .news_wrapper {
    margin-bottom: 4rem;
  }

  /* TOP診療案内 */
  .bdr_wrapper {
    border: 1px solid #eeeeee;
  }
  .bdr_wrapper img {
    height: 130px;
    object-fit: cover;
  }

  .treat_wrapper h3 {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
  }

  .top_treat {
    text-align: center;
    margin: 1.2rem 0 0.5rem;
    position: relative;
  }

  .top_treat:before {
    width: 4.5rem;
    height: 4.5rem;
    top: -40px;
    /* right: 2rem;
  margin: 0;
  left: unset; */
  }

  /* コンタクトレンズ */
  .contact_wrapper {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 4px solid #fcb669;
    overflow: hidden;
    background: #fcb669;
  }

  .contact_inner_L img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
  .contact_inner_R {
    /* width: 505px; */
    box-sizing: border-box; /*通常の記述*/
    -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
    -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
    padding: 5% 5% 0% 5%;
  }
  .contact_inner_R h3 {
    color: #fff;
    margin: 0 0 0;
    font-size: 2rem;
    text-align: center;
  }
  /* 矢印　横向き */
  .contact_inner_R.icon_next_white {
    position: relative;
  }
  .contact_inner_R.icon_next_white:after {
    width: 2rem;
    height: 2rem;
    margin-left: 0;
    position: absolute;
    margin: auto 0;
    top: unset;
    bottom: 5px;
    right: 5px;
    background: url(../img/common/icon_next_maru__white.png) no-repeat;
    background-size: contain;
    content: "";
  }

  /* コンテンツ 中 */
  .top_bottom {
    background: #eefaff;
    padding: 4.5rem 0 3.5rem;
  }

  /* TOP　ドクター紹介 */
  .top_doctor_L {
    order: 2;
    margin-bottom: 50px;
  }
  .top_doctor_R {
    order: 1;
  }
  .top_doctor_R img {
    width: auto;
    margin: 0 auto;
  }

  /*=================================================================================================================================*/
  /**  内部ページ	*/
  /*=================================================================================================================================*/
  .is-style-icon-btn {
    width: 100%;
  }

  /* 見出し h2 */
  .is-style-h2_cs_01 {
    padding: 1.7rem 1.6rem 1.8rem;
    font-size: 2rem;
  }

  .wp-block-column:not(:last-child) {
    margin-bottom: 0;
  }

  /* 症状＆治療 */

  .disease_tiryo_syoujyo,
  .disease_tiryo_thiryo {
    margin-bottom: 0 !important;
  }
  .disease_tiryo_inner_p {
    padding: 0.5rem 5% !important;
    box-sizing: border-box; /*通常の記述*/
    -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
    -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
  }

  figure.wp-block-image {
    margin-bottom: 0;
  }
} /*■■ ここまで ■■*/
