@charset "utf-8";

/*=================================================================================================================================*/
/**  個別指定 for PC	*/
/*=================================================================================================================================*/
@media screen and (min-width: 813px) {

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

  .sp_br {
    display: none;
  }

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

  .float_R {
    float: right !important;
  }

  /*---------------------------------------------
 ** 見出し
---------------------------------------------*/
  h2 {
    margin: 0 0 3rem;
  }

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

  #nav {
    position: relative;
    background: #f7f8fa;
    border-bottom: 2px solid #22B8EA;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  }

  #nav ul {
    max-width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
  }

  #nav ul li {
    list-style-type: none;
    color: #000;
    flex-grow: 1;
    text-align: center;
  }

  #nav ul li:last-of-type {
    margin-right: 0px;
  }

  #nav ul li a {
    color: #444;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    border-right: 1px solid #e2e2e2;
    font-size: 1.8rem;
    color: #666 !important;
    font-weight: bold;
    letter-spacing: 2px;
  }

  #nav ul li:last-of-type a {
    border-right: none;
  }

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

  }

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

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

  /* ロゴ */
  .logo {
    width: 303px;
    height: 40px;
    margin: 2.7rem auto 0;
    display: block;
    z-index: 999;
  }

  .mankai_logo {
    top: -160px;
  }

  /* TEL */
  .tel {
    background: #fff;
  }

  /* メインイメージ */

  .main_img {
    height: 50vh;
    max-height: 500px;
    text-align: center;
    position: relative;
    background: #f3ebd6 url(/img/main_img/index_20240401.jpg) no-repeat center 50%;
    /*
    background: #f3ebd6 url(/img/main_img/main_img_01.jpg) no-repeat center 50%;
    */
    background-size: cover;
  }

  #index .main_img {
    height: 50vh;
  }

  #homeclinic .header_wrapper .main_img {
    height: 50vh;
    max-height: 500px;
    text-align: center;
    position: relative;
    background: #f3ebd6 url(/img/main_img/homeclinic.jpg) no-repeat center 50%;
    background-size: cover;
  }




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

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

  /* footerロゴ */
  #footer .logo {
    margin: 0 auto 3.8rem;
  }

  .map {
    height: 380px;
  }

  /*=================================================================================================================================*/
  /**  TOPコンテンツ	*/
  /*=================================================================================================================================*/

  .news_wrapper .flex_item_clounm_2:nth-of-type(1) {
    width: 150px;
  }

  .news_wrapper .flex_item_clounm_2:nth-of-type(2) {
    width: 80%;
  }

  .top_doctor>.flex_item_clounm_2 {
    width: 60%;
  }

  .top_doctor a {
    float: right;
  }

  .bg_indexphoto,
  .bg_indexpoint1,
  .bg_indexpoint2,
  .bg_indexpoint3,
  .bg_indexpoint4,
  .bg_indexpoint5,
  .bg_indexpoint6 {
    background-size: contain;
  }


  .flex_wrapper.pointlink {
    justify-content: left !important;
  }

  .flex_wrapper.pointlink a {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  .flex_wrapper.pointlink.txtsmall a {
    font-size: 90%;
  }


  /*=================================================================================================================================*/
  /**  内部ページ	*/
  /*=================================================================================================================================*/

  /* 診療案内 */
  .float_R {
    float: right;
  }

  .reserve_p_box {
    width: 690px;
    margin-bottom: 3rem;
  }

  .reserve_bt_box {
    /* width: 366px; */
    width: 376px;
  }

  .reserve_bt_box h3 {
    font-size: 2.8rem !important;

  }

  .bt_wrapper .flex_item_clounm_4 {
    display: flex;
    align-items: center;
  }


  .flow_box {
    width: 965px;
    margin: 0px auto 3rem;
    margin-left: 190px;
    padding-top: 3rem;
  }

  .icon_div a {
    max-width: 350px;
  }

  .treat_flow {
    position: absolute;
    top: 60px;
    right: 0;
  }

  /* 一般的な手術の流れ */
  #treat .icon_number:before {
    left: -151px;
  }

  .flow_wrapper {
    position: relative;
  }

  .flow_wrapper:before {
    width: 19px;
    height: calc((100% - 160px));
    position: absolute;
    top: 0px;
    left: 82px;
    background: url(../img/treat/bg_dot.png) 0 0 repeat-y;
    content: '';
  }

  .h2_treat_price {
    margin-bottom: 6rem;
  }


  /* 料金表 */
  .hyo_span {
    width: 100px;
    display: inline-block;
  }

  /* 医師紹介 */
  .doctor_prof {
    width: 650px;
    padding-top: 50px;
  }

  .doctor_prof h3 {
    margin-bottom: 50px;
  }

  .doctor_prof.hirota {
    padding-top: 10px;
  }

  .doctor_prof.hirota p strong {
    color: #21B8EA;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1rem;
  }


  /* 小児科診療案内ブロック */

  .flexbasis7 {
    width: 720px !important;
  }

  .flexbasis3 {
    width: 250px !important;
  }


  .clinic_block {
    border-radius: 10px;
    padding: 5rem 4rem;
    margin: 2rem auto;
  }

  .clinic_block h3 {
    color: #522C00;
    font-size: 1.2em;
    font-weight: bold;
  }

  .treat_step {
    width: 30%;
    position: relative;
  }

  .treat_step:first-of-type dt:after,
  .treat_step:nth-of-type(2) dt:after {
    content: "";
    position: absolute;
    top: 15%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #522C00;
  }


  ul.sdgs {
    justify-content: space-between;
  }

  ul.sdgs li {
    max-width: 120px;
  }

  /*---------------------------------------------
 **  診療案内 中ページ
---------------------------------------------*/
  .treat_inner_img {
    width: 320px;
  }

  .treat_inner_p {
    width: 735px;
  }


  /*---------------------------------------------
 **  医師紹介
---------------------------------------------*/
  .top_doctor_prof {
    padding: 0 1em;
  }

  .top_doctor_prof dt,
  .top_doctor_prof dd {
    display: inline-block;
  }

  .top_doctor_prof dt {
    width: 30%;
    float: left;
  }

  .top_doctor_prof dd {
    width: 70%;
    float: left;
  }

  .doctor_back_col_2_L {
    width: 560px;
    float: left;
  }

  .doctor_back_col_2_R {
    width: 560px;
    float: right;
  }

  /*---------------------------------------------
 **  当院について
---------------------------------------------*/
  #clinic h3 {
    font-size: 2rem;
    margin-bottom: 0.4rem;
  }

  .treat_inner_img {
    width: 520px;
    float: left;
  }

  .treat_inner_p {
    float: right;
    width: 520px;
  }

  /*---------------------------------------------
 **  当院について　美容
---------------------------------------------*/
  #treat_beauty_inner .icon_div {
    max-width: 405px;
    width: 100%;
    /*   float: right;
  position: absolute;
  top: 300px;
  right: 110px; */
  }

  .bd_bg_w {
    padding: 3rem 5rem;
  }





  /* 問診票ダウンロード */
  .first_dl {
    width: 520px;
    margin: 0 auto;
  }

  /* 受信の流れ */
  .first_flow_img {
    max-width: 400px;

  }

  .first_flow_img img {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }

  .first_flow_box {
    width: 650px;
  }



  .fz24_m0 {
    font-size: 2.4rem;
  }


  /* Web診療予約はこちら 内部ページ用 */
  .tel_wraper_inner_page {
    top: -10px;
    left: 0;
    right: 0;
    position: relative;
    /* min-height: 121px; */
  }


  .waku {
    border-bottom: 1px solid #F2F2F2;
  }

  .awrapper {
    display: table;
    width: 100%;
  }

  .bt_base a {
    display: flex;
    align-items: center;
    letter-spacing: -1.6px;
  }

  .treat_list_bt a {
    display: table-cell !important;
    vertical-align: middle !important;
  }

  .arrow_L:before {
    margin-right: 0rem !important;
  }


  .time em a {
    color: #666 !important;
  }




  /*---------------------------------------------
 **  さんだワラビーズ
---------------------------------------------*/
  .wallabies_block .clinic_block .bg_white h4,
  .wallabies_block .clinic_block .bg_white p {
    padding: 1rem 3rem;
  }

  .wallabies_block .wallabies_table {
    padding: 0 3rem;
  }



  /*---------------------------------------------
 **  オンライン診療
---------------------------------------------*/
  .appbtn {
    width: 600px;
  }

  .appbtn .appstore img {
    max-width: 215px;
  }

  .onlinehowto {
    width: 100%;
  }

  .onlinehowto .online_btn a.bt_base {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    padding: 1em;
  }

  .bt_base.homeclinic {
    max-width: 370px !important;
  }

  .onlinehowto {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    margin: 1em auto 2em auto;
  }

  /*
.onlinehowto.m_pattern_c{ justify-content: space-between !important;}
*/
  .onlinehowto.m_pattern_c .flex_item_clounm_3 {
    margin-right: 30px;
  }

  .onlinehowto .onlinestep {
    width: 30%;
    text-align: center;
    margin-right: 2em;
    margin-bottom: 1em;
    position: relative;
  }

  .onlinehowto .onlinestep dt {
    font-weight: bold;
    font-size: 24px;
    padding: 1em 0;
  }

  .onlinehowto .onlinestep dd {
    padding: 0 1.5em;
    text-align: left;
  }

  .onlinehowto .onlinestep .arrow {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #666;
    position: absolute;
    top: 20%;
    right: 0;
  }

  /*---------------------------------------------
 ** ゾレア治療
---------------------------------------------*/
  .igeblock .bg_ryellow,
  .igeblock .bg_white {
    border-radius: 20px;
    padding: 3rem 2rem;
    margin: 2rem auto;
  }

  .igeblock .bg_white {
    width: 95%;
  }

  .igeblock .bg_white h4 {
    color: #522C00;
    font-size: 2rem;
    padding: 0 0 0 1em;
    margin: 0;
  }

  .igeblock h3 {
    color: #1FB8EA;
    font-weight: bold;
    font-size: 2.5rem;
    padding-left: 1em;
  }

  .igelist {
    border-top: 2px solid #1FB8EA;
    border-bottom: 2px solid #1FB8EA;
    padding: 1em;
    margin: 1rem auto;
  }

  .igelist li {
    margin-right: 1rem;
    padding-left: 1.5em;
    position: relative;
  }

  .igelist li:before {
    content: "●";
    color: #1FB8EA;
    padding-right: 1rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .igeblock .bg_white .clinic_list_nml {
    padding: 1rem 2rem;
  }

  .igeblock2.bg_ryellow {
    padding: 0 2rem;
  }

  .igeblock2 .flex_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 2rem auto;
  }

  .igeblock2 h4 {
    width: 20%;
    text-align: right;
  }

  .igeblock2 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }

  .igeblock2 ul li {
    margin-right: 1.5rem;
    padding-left: 1.5em;
    position: relative;
  }

  .igeblock2 ul li:before {
    content: "●";
    color: #1FB8EA;
    padding-right: 1rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .igeblock2 .bg_white {
    border-radius: 20px;
    padding: 3rem 3rem;
    margin: 0 auto 2rem auto;
  }

  .igeblock2 .bg_white h4 {
    color: #522C00;
    font-size: 2rem;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
  }

  .igeblock2 .bg_white ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }


  /*---------------------------------------------
 ** ワクチン接種
---------------------------------------------*/
  table.vac_info tr:last-child th,
  table.vac_info tr:last-child td {
    border-bottom: none !important;
  }

  .vac_info tr:first-child th:first-child {
    width: 40%;
  }



  /*---------------------------------------------
 ** PCR検査結果一覧
---------------------------------------------*/
  dl.pcr_report {
    border: 2px solid #666;
    border-radius: 10px;
    padding: 1rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.35);
  }

  dl.pcr_report dt {
    width: calc(100% - 350px);
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding: 1rem 0;
  }

  dl.pcr_report dt a {
    text-decoration: none !important;
  }

  dl.pcr_report dt a:hover {
    text-decoration: underline !important;
  }

  dl.pcr_report dt a:before {
    content: "・";
    margin-right: 0.5rem;
  }

  dl.pcr_report dd {
    width: 300px;
    font-size: 14px;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
    padding-left: 2rem;
    text-align: center;
  }

  dl.pcr_report dd span {
    font-weight: bold;
  }

  dl.pcr_report:first-child dt a:after {
    content: "NEW";
    background-color: #ff0000;
    color: #fff;
    margin-left: 1rem;
    display: inline-block;
    padding: 0px 15px 2px 15px;
    border-radius: 50px;
  }

  .pcr-date {
    font-size: 15px;
    display: block;
    margin: 7px 0 25px;
    letter-spacing: 1px;
    color: #666;
    border: 2px solid #666;
    border-radius: 10px;
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px rgb(0 0 0 / 35%);
    max-width: 400px;
  }

  @media (max-width: 767px) {
    .pcr-date {
      font-size: 12px;
    }
  }

  /*---------------------------------------------
 ** まんかいホームクリニック
---------------------------------------------*/
  #homeclinic .mankai_logo_img img {
    width: 500px;
    margin: 0 auto;
  }

  .mankai_flow dl {
    width: 19%;
  }

  .mankai_flow dl dt {
    border-radius: 10px;
    background-color: #FFF14A;
    color: #522C00;
    font-weight: bold;
    text-align: center;
    padding: 3rem 0;
  }

  .mankai_flow dl dd {
    font-size: 14px;
    text-align: left;
    padding-top: 1rem;
  }

  .mankai_doctor.flex_wrapper {
    justify-content: left;
  }

  .mankai_doctor .flex_wrapper .prof {
    width: 450px;
  }

  .mankai_doctor .flex_wrapper .profimg {
    width: 151px;
    margin-right: 5rem;
  }

  .mankai_doctor .flex_wrapper .profimg img {
    margin-top: 11rem;
  }

  .mankai_doctor .subdoc {
    width: 300px;
    margin-left: 5rem;
  }

  .mankai_doctor h3 {
    color: #1FB8EA;
    font-size: 22px;
  }

  .mankai_doctor h4 {
    color: #522C00;
    font-size: 20px;
  }

  .mankai_doctor h4 span {
    font-size: 12px;
    margin-left: 2rem;
  }

  .mankai_doctor table {
    margin: 2rem auto;
    width: 100%;
  }

  .mankai_doctor table th {
    background-color: #FFF14A;
    color: #522C00;
    text-align: center;
    padding: 1rem 0;
    width: 150px;
  }

  .mankai_doctor table td {
    padding: 1rem;
  }

  #homeclinic .mapimg {
    width: 1000px;
    margin: 2rem auto;
  }

  #homeclinic .mapimg img {
    width: 100%;
  }

  /*SPフッター*/
  .sp_footer{
    display: none;
  }

  /*LINE予約*/
  .line_pc_btn{
    position: absolute;
    right: 0;
    top: 100px;
    padding-top: 10px;
    background-color: #38AD35;
    box-shadow: 0 0 6px #999;
  }




}

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