@charset "utf-8";

/*=================================================================================================================================*/
/**  個別指定 for PC	*/
/*=================================================================================================================================*/

@media screen and (min-width: 749px) {
  body{
      min-width: 1200px;

  }
  /* fook */
  .only_pc_none {
    display: none !important;
  }
  .sp_br {
    display: none;
  }

  /* float */
  .float_L {
    float: left !important;
  }
  .float_R {
    float: right !important;
  }

  /*---------------------------------------------
 ** 見出し
---------------------------------------------*/
  h2 {
    margin-bottom: 40px;
  }

  /*---------------------------------------------
 ** width
---------------------------------------------*/
  .w_inner {
    width: 1100px !important;
    margin: 0 auto;
  }

  /*---------------------------------------------
 ** margin
---------------------------------------------*/
  .mb0 {
    margin-bottom: 0 !important;
  }

  .clounm_wrapper {
    min-width: 1200px;
  }

  /*=================================================================================================================================*/
  /*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
  /* ヘッダー */

  /* ヘッダー */
  .header_inner {
    padding: 23px 0 0 0;
  }
  .header_wrapper {
    padding: 0;
    border-bottom: 5px solid #104583;
  }

  /* メインイメージ */
  #top .main_img {
    height: 450px;
  }
  #index .main_img {
    height: 540px;
    text-align: center;
    position: relative;
  }

  .logo {
    margin: 0 auto 20px;
  }

  .header_L {
    width: 605px;
    padding-top: 20px;
  }
  .header_R {
    width: 580px;
    margin-top: 12px;
  }

  /*---------------------------------------------
 ** フッター記述
---------------------------------------------*/
  /* フッター */
  .footer_inner {
    max-width: 1200px;
    _zoom: 1;
    overflow: hidden;
  }

  /* ページTOPへ */
  #pageTop a {
    width: 55.5px;
    height: 67px;
  }

  .footer_parking {
    margin: 0 0 0 0;
  }
  .address {
    font-size: 2.3rem;
    margin: 0;
    padding: 1.6rem 0 0 0;
  }

  .footer_clounm_L {
    width: 600px;
  }
  .footer_clounm_R {
    width: 560px;
  }

  /* 地図 */
  .map{ margin-top: 50px !important;}

  /*=================================================================================================================================*/
  /**  TOPコンテンツ	*/
  /*=================================================================================================================================*/
  .news {
    margin: 0;
    max-width: 1200px;
    margin: 0 auto;
  }
  /* お知らせ */
  .news_btn {
    width: 290px;
  }
  .news_right {
    width: 910px;
    background: #fff;
  }
  .news_btn a{ min-height: 90px;}

  /*---------------------------------------------
 **  ナビゲーション
---------------------------------------------*/
  .nav-toggle {
    display: none !important;
  }

  #nav {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 23px 0 16px 0;
  }

  #nav ul {
    margin: 0 auto;
  }

  .dropmenu > div > ul > li > a {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }

  #nav ul li > a {
    width: 100%;
    height: 100%;
    padding: 18px 16.9px;
    position: relative;
    color: #104583;
    font-size: 1.6rem;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.1em;
    box-sizing: border-box; /*通常の記述*/
    -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
    -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
  }
  .dropmenu > div > ul > li > a {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }

  /* 下層メニュー */
  .menu-item-has-children:hover {
    background: #104583;
    border-radius: 8px 8px 0px 0px !important;
  }
  /* 下層メニュー */
  #footer .menu-item-has-children:hover {
    border-radius: 8px !important;
  }

  .menu-item-has-children:hover > a {
    color: #fff !important;
    position: relative;
  }
  .menu-item-has-children:hover ul li {
    border-bottom: 1px solid #c3dbf7;
  }
  .menu-item-has-children:hover ul li a {
    padding-left: 48px !important;
  }
  .menu-item-has-children:hover ul li:last-of-type {
    border-bottom: unset;
  }
  .menu-item-has-children:hover ul li:after {
    position: absolute;
    top: 17px;
    left: 25px;
    content: "●";
    font-size: 9px;
    color: #104583;
  }
  .menu-item-has-children:hover ul li:hover:after {
    color: #fff;
  }

  /*---------------------------------------------
 **  TEL
---------------------------------------------*/
  .tel ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tel_nbr {
    max-width: 200px;
    /* float: left; */
  }
  .reserve_bt {
    width: 200px;
    height: 120px;
    float: left;
  }

  .tel_nbr p {
    height: 48px;
  }

  /*---------------------------------------------
 **  ドロップダウンメニュー
---------------------------------------------*/
  .dropmenu ul.sub-menu li {
    margin: 0;
    width: 100%;
  }
  .dropmenu {
    *zoom: 1;
    list-style-type: none;
  }
  .dropmenu:before,
  .dropmenu:after {
    content: "";
    display: table;
  }
  .dropmenu:after {
    clear: both;
  }
  .dropmenu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dropmenu ul > li {
    position: relative;

    margin: 0 0;
    padding: 0px 0px;
    text-align: center;
    box-sizing: border-box; /*通常の記述*/
    -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
    -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
  }
  .dropmenu ul > li:last-of-type {
    margin-right: 0;
  }

  #nav ul li a:hover {
    background: #104583;
    color: #fff;
  }

  .dropmenu ul li a {
    display: block;
    margin: 0;
    padding: 15px 0 11px;

    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
  }
  .dropmenu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
  }

  .dropmenu li ul {
    width: 350px !important;
  }

  .dropmenu li:hover ul {
    background: #a9cbf3;
  }

  .dropmenu li ul li:hover {
    width: 100% !important;
  }
  .dropmenu li ul li a {
    padding: 13px 15px;

    text-align: left;
  }

  #fade-in li ul {
    visibility: hidden;
    opacity: 0;
    transition: 0s;
  }
  #fade-in li:hover ul {
    visibility: visible;
    opacity: 1;
  }
  #fade-in li ul li a {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
  }
  #fade-in li:hover ul li a {
    visibility: visible;
    opacity: 1;
  }

  /* TOP下 */
  .top_bottom {
    background: #eefaff;

    padding: 8rem 0;
  }

  .top_bottom .bt_base {
    margin-right: 30px;
  }

  /* 診療時間 */
  .time_table tr:nth-of-type(2) td:nth-of-type(1) {
    width: 166px;
  }
  /*=================================================================================================================================*/
  /**  内部ページ	*/
  /*=================================================================================================================================*/

  .main_img {
    height: 290px;
    background: #ccc;
  }

  .top_treat_wrapper_L {
    width: 738px;
  }
  .top_treat_wrapper_R {
    width: 440px;
  }
  .w240 {
    width: 240px;
  }
  .w280 {
    width: 280px;
  }
  .w585{
     width: 585px;
  }

  /* 診療案内右側 */
  .top_treat_R {
    /* width: 444px !important; */
    position: relative;
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
  }
  .top_treat_R .img_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    /* width: 132px; */
  }
  .top_treat_R .top_treat,
  .top_treat_R p {
    float: left;
    padding-left: 180px;
    /* padding-left: 150px; */
    text-align: center;
  }
  .top_treat_R p {
    /* width: 197px; */
    width: 320px;
    text-align: left;
  }

  .top_treat_R .top_treat {
    text-align: center;
    margin: 2.3rem 0 0.5rem 0;
    position: unset;
  }

  /* 矢印　横向き */
  .top_treat_yoko:before {
    width: 5rem;
    height: 5rem;
    margin-left: 0;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: unset;
    right: 15px;
    background: url(../img/common/icon_next_maru__blue.png) no-repeat;
    background-size: contain;
    content: "";
  }

  .contact_wrapper {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 4px solid #fcb669;
    overflow: hidden;
    background: #fcb669;
  }

  .contact_inner_L {
    width: 684px;
  }
  .contact_inner_R {
    width: 505px;
    box-sizing: border-box; /*通常の記述*/
    -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
    -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
    padding: 20px 54px 0;
  }
  .contact_inner_R h3 {
    color: #fff;
    margin: 0 0 0;
  }
  .contact_inner_R p {
    width: 355px;
  }

  /* 矢印　横向き */
  .icon_next_white {
    position: relative;
  }
  .icon_next_white:after {
    width: 5rem;
    height: 5rem;
    margin-left: 0;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 4%;
    background: url(../img/common/icon_next_maru__white.png) no-repeat;
    background-size: contain;
    content: "";
  }

  /* 院長からのご挨拶 */
  .top_doctor_L {
    width: 600px;
  }
  .top_doctor_R {
    width: 500px;
  }

  /* フッター診療案内 */
  .footer_treat {
    margin-bottom: 15px;
  }
  .footer_treat dt {
    flex-basis: 20%;
  }

  .footer_treat dd {
    flex-basis: 77%;
  }

  .menu-item-has-children:hover {
    background: #104583;
    border-radius: 8px;
  }


  .newoctimg{ width: 700px !important; height: 220px !important; margin:  0 auto;}


#first figure.wp-block-table{ width: 100%;}

} /*■■ ここまで ■■*/
