@charset "utf-8";

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

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

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

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

  /*---------------------------------------------
 **  カラム
---------------------------------------------*/

  /*---------------------------------------------
 ** コンテンツ全体
---------------------------------------------*/
  #main {
    width: 90%;
    padding: 4rem 0 2rem;
  }
  #top #main {
    padding: 0rem 0 2rem;
  }

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

  /*---------------------------------------------
 ** h1
---------------------------------------------*/
h1 {
  font-size: 2.5rem;
}

#top .main_h1{
  display: none;
}

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

  /*---------------------------------------------
 **  メイン画像
---------------------------------------------*/
  .main_img {
    width: 100%;
    height: 210px;
    position: relative;
    text-align: center;
    background: url("/info/wp-content/uploads/2020/01/clinic_2.jpg") no-repeat -880px 0;
    background-size: 390%;
    padding: 0 5%;
    box-sizing: border-box; /*通常の記述*/
    -webkit-box-sizing: border-box;  /*Google ChromeやSafariの機能を利用*/
    -moz-box-sizing: border-box;  /*Firefoxの機能を利用*/
  }
  #access .main_img {
    background-position: -330px 0 !important;
}
#clinic .main_img {
  background-position: -810px 0 !important;
}
#treat .main_img {
  background-position: -110px 0 !important;
}
#cataract .main_img {
  background-position: -440px 0 !important;
}
#doctor .main_img {
  background-position: -490px 0 !important;
}
#contactlens .main_img {
  background-position: -490px 0 !important;
}

  /*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
  .sub-menu {
    padding: 0 12% 0 7%;
    background: #f7f0e1;
  }
  .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: #d7b269;
  }
  .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;
  }

  #top .catch_copy {
    display: inline-block;
    text-align: center;
    left: 0;
    font-size: 3rem;
    font-weight: 600;
    position: absolute;
    top: 45px;
    left: 5%;
    font-feature-settings: "palt";
  }

  /*---------------------------------------------
 **  ロゴ
---------------------------------------------*/
  /* ロゴ */
  .logo {
    max-width: 50%;
    margin-top: 4px;
  }

  /*---------------------------------------------
 ** フッター記述
---------------------------------------------*/
  .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: url(../img/common/bt_icon_blue.png) 0 0 no-repeat;
    background-size: 100%;
    content: "";
  }

  /* ページTOPへ */
  #pageTop {
    right: 3%;
    /* bottom: 0; */
  }
  #pageTop a {
    padding: 10px;
  }
  #pageTop a:after {
    top: 36px;
    left: -9px;
    width: 55px;
    font-size: 1.0rem;
  }

  /*---------------------------------------------
 **  スマホナビ（
---------------------------------------------*/
  #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コンテンツ	*/
  /*=================================================================================================================================*/
  .tel_sp_wrapper a{
    width: 25px;
    height: 25px;
    background: url(../img/common/icon_tel_type_02.png) 15px 0px no-repeat;
    background-size: 21px;
    position: absolute;
    top: 14px;
    right: 74px;
    text-indent:-9999px;
    padding: 8px;
  }
  .tel_sp_wrapper:after{
    width: 63px;
    position: absolute;
    top: 38px;
    right: 57px;
    text-align:center;
    content: 'TEL';
    font-size: 10px;
    color: #d7b269;
    text-indent: unset !important;
  }

  .tel_sp a{
    width:100%;
    height:100%;
    display:block;
  }

  .time_table {
    border: 3px solid #753f14;
  }
  .time_table th,
  .time_table td {
    font-size: 1.6rem;
    padding: 0.7rem 0.4rem;
  }

  .dong {
    width: 13px;
    height: auto;
  }

  .logo {
    margin-left: 3%;
  }
  .header_wrapper {
    padding: 2% 0 0 0;
  }

  .header_wrapper{
    opacity: unset !important; transform: unset !important;
  }
  .header_inner {
    padding:0 0 6px;
  }

  .tel {
    box-shadow: 0 0 8px rgba(204, 204, 204, 0.3);
    margin-top: 10px;
    display: none;
  }
  .tel ul {
    display: flex;
  }
  .tel li {
    width: 100%;
  }

  .tel_nbr {
  padding: 0;
  }
  .tel_nbr p {
    font-size: 2.3rem;
    text-align: center;
  }
  .tel_nbr p:before {
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    display: block;
    background-size: contain;
    margin: 0 auto 7px;
  }

  .reserve_bt {
    padding: 12px 0 8px 0;
  }

  .reserve_bt a:before {
    width: 2.5rem;
    height: 2.5rem;
    background: url(../img/common/icon_sp.png) no-repeat;
    background-size: contain;
    content: "";
  }

  .tel_nbr span {
    display: none;
  }

  #footer .tel_nbr p {
    margin: 10px 0 0 0;
  }
  #footer .reserve_bt {
    margin: 0;
  }

  /* お知らせ */
  .news {
    _zoom: 1;
    overflow: hidden;
  }
  .news dl {
    display: block;
  }
  .news dl dt {
    width: 100%;
  }
  .news dl dd {
    margin: 0;
  }
  .news dl dt,
  .news dl dd {
    box-sizing: border-box; /*通常の記述*/
    -webkit-box-sizing: border-box; /*Google ChromeやSafariの機能を利用*/
    -moz-box-sizing: border-box; /*Firefoxの機能を利用*/
  }

  .news_logo {
    width: 89px;
    height: auto;
    bottom: unset;
    top: -69px;
    right: 15px;
  }

  .slick-next {
    right: -21px !important;
  }
  .slick-prev {
    left: -13px !important;
  }
  .news_wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .top_time_R img {
    width: auto;
    height: 250px;
    margin: 0 auto;
    display: none;
  }

  .bdr_wrapper a {
    font-size: 2.4rem;
  }

  .bdr_wrapper img {
    object-fit: cover;
    height: 130px;
  }

  .w_inner {
    width: 90%;
    margin: 0 auto;
  }

  .top_bottom {
    background: url(../img/top/footer_bg.jpg) top center no-repeat;
    padding: 4rem 5%;
    margin: 0 -5%;
  }

  .bt_base {
    display: block;
    margin: 0 auto;
  }

  .top_bottom .bt_base {
    margin-bottom: 15px;
  }

  .address {
    text-align: center;
  }
  .footer_parking_wrapper {
    text-align: center;
  }
  .footer_parking {
    margin-bottom: 20px;
  }
  /*=================================================================================================================================*/
  /**  内部ページ	*/
  /*=================================================================================================================================*/





  /*---------------------------------------------
 **  グーテン 付与クラス
---------------------------------------------*/
  /* 当院について */
  .flow_number .wp-block-column > figure {
    margin-left: unset;
    width: auto;
  }
  .wp-block-column {
  width: auto !important;
  }
  .wp-block-columns > .wp-block-column{
    margin-bottom: 20px !important;
  }


  .flow_number .wp-block-column h3,
  .flow_number .wp-block-column p{
    padding: 0 5%;
  }


  /*---------------------------------------------
 **  診療案内
---------------------------------------------*/

  /* 診療方針 */
  .bg_typ_02 {
    padding: 0 5%;
  }

  .bg_typ_02 li{
    margin-right: 0;
  }

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

  .full-width > div {
    width: 90%;
    margin: 0 auto 5rem;
  }


  .bg_typ_01 {
    padding: 1.5rem 5% 1.5rem;
  }
  .bg_typ_01 li {
    margin-right: 1rem;
    margin-bottom: 0.8rem;
  }

  .flow_number .wp-block-column {
    padding: 0rem 0rem 1.5rem;
  }

  div.full-width {
    margin-left: -5.5%;
    margin-right: -5.5%;
  }


.table_ptn_s {
  font-size: 80% !important;

}

.table_ptn_s td{
  padding: 0.8rem !important;
}


.sp_btn{
  padding: 1.3rem 0 0 0 !important;
  font-size: 70%;
}
.sp_btn .wp-block-columns{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sp_btn .wp-block-column{
  width: 48% !important;
}
.sp_btn .wp-block-button__link:after {
  width: 7px;
  height: 7.5px;
  margin-left: 1rem;
  top: 42%;
  right: 0.6rem;
}
/* ボタン */
.sp_btn .wp-block-button__link {
  padding: 0.5rem 2.5rem 0.5rem 1.5rem !important;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bd_wrapper {
  padding: 8% 5%;
}


.sp_img {
  text-align: center;
}
.sp_img img{
  width: 30%;
  margin: 0 auto;
}

.pad_top_bottom_h2{
  padding: 0 5%;
}


/*---------------------------------------------
 ** オルソケラトロジーページ追加
---------------------------------------------*/

#ortho .main_img{
  background-position:top 0 left -400px!important;
}

#ortho h2 strong{
  display: block;
}

#ortho .wp-block-columns > .wp-block-column{
  margin-bottom:30px !important;
}
.ortho_flow01,.ortho_flow02,.ortho_flow03{
  width:90%!important;
  margin:0 auto;
  padding:5px 0;
}
.ortho_flow01::after{
  content:'';
  width: 0;
  height: 0;
  border-top: 25px solid #666666;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 0;
  position:absolute;
  right:0;
  left:0;
  top:auto;
  bottom:-25px;
  margin:0 auto;
}
.ortho_flow02::after{
  content:'';
  width: 0;
  height: 0;
  border-top: 25px solid #003366;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 0;
  position:absolute;
  right:0;
  left:0;
  top:auto;
  bottom:-25px;
  margin:0 auto;
}

.ortho_attention{
  margin:20px auto 10px;
  background:#fff;
  padding:20px 10px;
  font-size:90%;
}

.ortho_list li{
  margin-left:15px;
}

.ortho_flow h4 em{
  font-size:90%;
  padding:5px;
}

.ortho_tbl tr th, .ortho_tbl tr td{
  font-size:100%;
  font-weight: bold;
  text-align: center;
  padding:2rem 0.5rem!important;
}

.pdf_download {
  text-align: center;
  margin:0px auto;
}
.pdf_download .wp-block-button__link{
  max-width:300px;
  padding:3.5rem 1rem 3.5rem 2rem;
  font-size:110%;
}

.pdf_download .wp-block-button__link:before{
  content:'';
  display: block;
  width:45px;
  height:100px;
  background:url(../info/wp-content/uploads/2020/04/pdf_icon.png) no-repeat;
  background-size:100% auto;
  position:absolute;
  left:2rem;
  top:21%;
}
.pdf_download .wp-block-button__link:after {
  width: 14px;
  height: 15px;
  margin-left: 1rem;
  position: absolute;
  top: 44%;
  right: 3rem;
  background: url(/img/common/icon_arrow.png) no-repeat;
  background-size: contain;
  content: "";
}






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