@charset "UTF-8";

/* 印刷用 */
@media only print{
  /*
    A4 847 * 595 px
    A3 1191 * 842 px
    B5 729 * 516 px
  */
  body{
    width: 1000px;
    overflow: hidden;
    /*zoom: 0.9;*/
  }
  .container{
    width: 100%;
  }

}

@media only screen and (max-width:1220px){
  .container{
    width: 100%;
  }
  /* **********************************
   *  ヘッダー
   * ********************************* */
  .mv{
    height:680px;
    background-size:cover;
  }
  /* **********************************
   *  トップ
   * ********************************* */
  .top_news .news_area .box_left{
    padding:0 0 0 10px;
  }
  .top_service ul li .ttl{
    font-size:16px;
  }
}

@media only screen and (max-width:1023px){
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 150px;
  }
  /* **********************************
   *  ヘッダー
   * ********************************* */
  .mv{
    height: 580px;
  }
  header .hdr1 .hdr_contact dl dd{
    padding: 0 0 0 2%;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.5px;
  }
  header .hdr1 .hdr_contact dl dt{
    padding:0 2% 0 0;
    font-size:15px;
  }
  header .hdr1 .hdr_contact dl{
    margin: 0 10px 0 0;
    width: 51%;
    display: none;
  }
  header .hdr1 .hdr_logo{
    padding:0 0 0 10px;
  }
  .gnav > ul > li{
    font-size: 13px;
    letter-spacing: -0.8px;
  }
  .gnav li a{

  }
  /* **********************************
   *  フッター
   * ********************************* */
  footer .ftr_top .container{
    display: block;
  }
  footer .ftr_top .box_left, footer .ftr_top .box_right{
    width: 55%;
    margin: 0 auto;
  }
  footer .ftr_top .box_left{
    margin:0 auto 30px auto;
  }
  /* **********************************
   *  トップ
   * ********************************* */
  .top_recept {
    margin: 50px 0 30px;
  }
  .top_recept .container {
    justify-content: center;
    display: block;
  }
  .top_recept .container > div {
    width: 80%;
    margin:0 auto 25px auto;
  }
  .top_recept .box_right {
    padding-left: 0;
  }
  .top_service ul li{
    width:31%;
  }
  .top_service ul li .img img{
    width:100%;
  }
  .top_feed .container{
    /*display: block;*/
    align-items: flex-start;
  }
  .top_feed .box_left {
    width: 49%;
    height: 600px;
    margin: 0 auto;
  }
  .top_feed .box_right{
    width:49%;
    /*margin:30px auto 0 auto;*/
  }
  .top_feed .box_right ul li{
    width: 100%;
  }

  .top_news .news_area{
    display: block;
  }
  .top_news .news_area .box_left{
    padding:15px 0 10px 0;
    width:100%;
    text-align: center;
    border-bottom:2px solid #b28850;
    margin:0 0 15px 0;
  }
  .top_news .news_area .box_right{
    width:100%;
    padding:0;
    border:0;
  }

  .ttl_yellow .en_ttl{
    font-size: 36px;
  }

  /* **********************************
   *  診療案内（CT検査）
   * ********************************* */
  .pg_guide .guide_nav ul li{
    width:32%;
    margin:0 0 10px 0;
  }
  .pg_ct .about_ct .panel, .pg_ct .about_ct .box_area{
    display: block;
  }
  .pg_ct .about_ct .panel .box_left{
    width:100%;
  }
  .pg_ct .about_ct .panel .box_right{
    margin:20px auto;
    width:50%;
    text-align: center;
  }
  .pg_ct .about_ct .box_area .box_left, .pg_ct .about_ct .box_area .box_right{
    width:50%;
    margin:0 auto;
  }
  .pg_ct .about_ct .box_area .box_left{
    margin:0 auto 20px auto;
  }
  /* **********************************
   *  診療案内（膝蓋骨内方脱臼）
   * ********************************* */
  .pg_dakkyu .img_area{
    display: block;
  }
  .pg_dakkyu .img_area li:first-of-type,
  .pg_dakkyu .img_area li:nth-of-type(2),
  .pg_dakkyu .img_area li:nth-of-type(3){
    width:60%;
    margin:0 auto 15px auto;
  }
  .pg_dakkyu .img_area li .img{
    text-align: center;
  }
  .pg_dakkyu .img_area li:nth-of-type(2),
  .pg_dakkyu .img_area li:nth-of-type(3){
    padding:0;
  }
  .pg_mae .sub .box_area{
    display: block;
  }
  .pg_mae .sub .box_area .box_left, .pg_mae .sub .box_area .box_right{
    width:50%;
    margin:10px auto;
    text-align: center;
  }
  .pg_mae .sub .box_area .box_left .img,
  .pg_mae .sub .box_area .box_right .img{
  }
  /* **********************************
   *  診療案内（腹腔鏡手術）
   * ********************************* */
  .pg_ope .sub .movie_area{
    display: block;
  }
  .pg_ope .sub .movie_area .box_left, .pg_ope .sub .movie_area .box_right{
    width:60%;
    text-align: center;
    margin:0 auto 10px auto;
  }
  .pg_ope .sub .box_area{
    display: block;
  }
  .pg_ope .sub .box_area .box_left, .pg_ope .sub .box_area .box_right{
    width:100%;
    margin:0 0 20px 0;
  }
  /* **********************************
   *  診療案内（門脈体循環シャント）
   * ********************************* */
  .pg_mon .sub .box_area{
    display: block;
  }
  .pg_mon .sub .box_area .box_left,
  .pg_mon .sub .box_area.type_2 .box_left{
    width:100%;
    margin:0 0 20px 0;
  }
  .pg_mon .sub .box_area .box_right,
  .pg_mon .sub .box_area.type_2 .box_right{
    width: 50%;
  }
  /* **********************************
   *  診療案内（白内障手術）
   * ********************************* */
  .pg_haku .sub .img_area li{
    margin:0 10px 0 0;
  }
  .pg_haku .sub .box_area_half{
    display: block;
  }
  .pg_haku .sub .box_area_half .box_left, .pg_haku .sub .box_area_half .box_right{
    width:100%;
    margin:0 0 15px 0;
  }
  /* **********************************
   *  スタッフ紹介
   * ********************************* */
  .pg_staff .box .name_plate li,
  .pg_staff .box .name_plate li:nth-of-type(3n){
    width:48%;
    margin:30px 1% 0 1%;
  }
  .gnav li a{
    padding:
  }
}

@media only screen and (max-width:767px){

  body{
    font-size: 14px;
    padding-bottom: 60px;
  }

  header{
    padding:0;
  }
  header .hdr1 .hdr_logo,
  header .hdr1 .hdr_contact{
    float: none;
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  header .hdr1{
    padding:0 0 0 0;
  }
  .top_recept .container > div{
    width:100%;
  }

  footer .ftr2 .container{
    flex-wrap: wrap;
  }
  footer .ftr2 .box1,
  footer .ftr2 .box2{
    width: 100%;
    text-align: center;
  }
  footer .ftr2 .box2{
    margin-top: 10px;
  }
  .footer_fix{
    display: block;
  }

  .gnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 5;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav > ul{
    display: block;
  }
  .gnav > ul > li{
    width: 100%;
    border-bottom: 1px dashed #CCC;
    letter-spacing: 0;
    font-size:1rem;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
    width:100%;
  }
  .gnav > ul > li a{
    padding: 15px 0;
    color:#2e2115;
    border-right:0;
  }
  .gnav .sp{
    display: block;
  }

  .post_items{

  }
  .post_items .item{
    flex-wrap: wrap;
  }
  .post_items .item .title{
    width: 100%;
  }

  .single_item table{
    width: 100%;
  }
  .single_item img{
    height: auto;
  }
  .pagination .nav-posts .page-next a, 
  .pagination .nav-posts .page-prev a,
  .pagination .nav-posts .page-archive a{
    padding: 10px 10px;
    font-size: 11px;
  }

  .contact_info{
    padding: 10px;
  }
  .contact_info .box1{
    font-size: 13px;
  }
  .contact_info .box2{
    margin-top: 10px;
  }
  .contact_info .box2 .icon{
    font-size: 15px;
  }
  .contact_info .box2 .tel{
    font-size: 24px;
  }
  .contact_info .box2 .txt{
    width: 100%;
    margin: 10px 0 0 0;
  }

  .contact_form th,
  .contact_form td{
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .contact_form th{
    /*padding-bottom: 5px;*/
  }
  .contact_form td{
    /*padding-top: 0;*/
  }
  .contact_form td [name="zipcode"]{
    width: 100px;
  }
  .contact_form dl.date dt{
    width: 100%;
  }
  .contact_form dl.date dt.wide{
    width: 100%;
  }

  .contact_form td .wpcf7-text,
  .contact_form td .wpcf7-textarea,
  .contact_form td .wpcf7-select{
    width: 100%;
  }

  .contact_form_btns input[type="submit"], 
  .contact_form_btns input[type="button"]{
    width: 35%;
  }


  /* サイトマップ */
  .sitemap_items .item{
    width: 100%;
    margin-bottom: 15px;
  }
  .sitemap_items .item h4 a{
    padding: 10px 10px;
  }

  /* プライバシーポリシー */
  .privacy_tt{
    font-size: 18px;
  }
  .privacy_tt br{
    display: inline;
  }

  /* **********************************
   *  ヘッダー
   * ********************************* */
  header .hdr1 .hdr_contact{
    display: none;
  }
  header .hdr1{
    display: block;
  }
  header .hdr1 .hdr_logo{
    padding:0;
  }
  .mv {
    height:400px;
  }
  footer .ftr_top .box_left, footer .ftr_top .box_right{
    width:70%;
  }
  footer .ftr_btm iframe{
    height:300px;
  }
  footer .ftr_top .box_left .txt,
  footer .ftr_middle dd,
  .top_feature .txt,
  .pg_ct .main_sikkan table td,
  .pg_ct .about_ct .panel .box_left,
  .pg_ct .flow_ct table td,
  .pg_hel .about_hel .sub .txt,
  .pg_hel .about_hel .sub table tbody td,
  .pg_hel .hel_naika .txt, .pg_hel .hel_geka .txt, .pg_hel .hel_geka dl dd,
  .pg_mae .sub .txt,
  .pg_mae .sub dl dd,
  .pg_mae .sub .box_area .caption{
    font-size:0.9rem;
    line-height: 2;
  }
  footer .ftr_top .box_right .ttl,
  footer .ftr_middle dt{
    font-size:1rem;
  }
  /* **********************************
   *  トップ
   * ********************************* */
  .top_recept {
    margin: 30px 0 10px;
  }
  .top_recept .box_right .txt {
    font-size: 14px;
    line-height: 1.85;
  }  

  .top_news .btn_area{
    margin:25px 0 0 0;
    justify-content: center;
  }
  .top_news .news_area .box_left,
  .top_feature .ttl,
  .top_service .sub_ttl{
    font-size:1.1rem;
  }
  .top_feature .en_ttl,
  .top_service .en_ttl{
    font-size:36px;
  }
  .top_service ul li{
    width:32%;
  }
  .top_service{
    margin:50px 0;
  }

  .top_feed .container{
    display: block;
  }
  .top_feed .box_left {
    height: 370px;
    margin: 0 auto;
  }
  .top_feed .box_right{
    margin:30px auto 0 auto;
  }



  .top_feed .box_left{
    width:60%;
  }
  .top_feed .box_right{
    width:100%;
  }
  .top_feed .box_right .bnr img{
    width:100%;
  }
  .top_feed .box_right ul li{
    width: 48%;
  }

  /* **********************************
   *  共通パーツ
   * ********************************* */
  /* ページタイトル部分 */
  .pg_header{
    height: 280px;
  }
  .pg_header .container .hdr_box h2{
    font-size:1.4rem;
    padding:60px 5px;
  }
  .pg_header .container .hdr_box{
    padding:5px;
  }
  /*黄色タイトル（英語あり）*/
  .ttl_yellow{
    padding:40px 0;
  }
  .ttl_yellow .en_ttl{
    font-size:1.8rem;
  }
  .ttl_yellow .ttl{
    font-size:1.1rem;
  }
  /*黄色タイトル（英語なし）*/
  .ttl_yellow_2{
    font-size:1.1rem;
  }
  .pg_guide .box{
    margin:0 0 60px 0;
  }
  /* **********************************
   *  診療案内（CT検査）
   * ********************************* */
  .pg_guide .guide_nav ul li{
    width:49%;
    font-size:0.9rem;
  }
  .pg_guide .guide_nav ul li a{
    padding:12px 5px;
  }
  .pg_ct .about_ct .panel .box_right,
  .pg_ct .about_ct .box_area .box_left, .pg_ct .about_ct .box_area .box_right{
    width:70%;
  }
  .pg_ct .flow_ct table td{
    padding:10px;
  }
  .pg_ct .flow_ct .txt{
    font-size:1rem;
  }
  /* **********************************
   *  診療案内（椎間板ヘルニア）
   * ********************************* */
  .pg_hel .about_hel .sub table tbody td{
    padding:10px 10px;
  }
  .ttl_orange span{
    font-size:1.1rem;
  }
  .pg_hel .hel_geka table tbody td:first-of-type{
    padding:14px 10px;
  }
  /* **********************************
   *  診療案内（膝蓋骨内方脱臼）
   * ********************************* */
  .pg_dakkyu .about_dakkyu .sub .txt,
  .pg_dakkyu dl dd, .pg_dakkyu .img_area li .sub_txt,
  .pg_frac .about_frac .main_txt,
  .pg_frac .about_frac .main_txt, .pg_sur .main_txt,
  .pg_sur .sub .txt,
  .pg_ope .sub .txt,
  .pg_mon .sub .txt,
  .pg_haku .sub .txt,
  .pg_ein .main_txt,
  .pg_ein .sub .txt{
    font-size:0.9rem;
    line-height: 2;
  }
  .pg_dakkyu dl dt{
    font-size:1rem;
  }
  .pg_dakkyu .img_area li:first-of-type, .pg_dakkyu .img_area li:nth-of-type(2), .pg_dakkyu .img_area li:nth-of-type(3){
    width:100%;
  }
  .pg_mae .sub .img_normal{
    text-align: center;
  }
  /* **********************************
   *  診療案内（骨折治療）
   * ********************************* */
  .pg_frac .img_area,
  .pg_frac .img_area_half,
  .pg_frac .img_area.type_2,
  .pg_sur .img_area{
    flex-wrap: wrap;
    justify-content: center;
  }
  .pg_frac .img_area li,
  .pg_frac .img_area_half li,
  .pg_frac .img_area.type_2 li,
  .pg_sur .sub .img_area liv{
    margin:0 2% 10px 0;
    text-align: center;
  }
  .pg_frac .img_area_half li{
    width:60%;
  }
  .pg_frac .img_area.type_2 li:first-of-type,
  .pg_frac .img_area.type_2 li:nth-of-type(2),
  .pg_frac .img_area.type_2 li:nth-of-type(3){
    width:auto;
  }
  /* **********************************
   *  診療案内（腹腔鏡手術）
   * ********************************* */
  .pg_ope .sub .movie_area .box_left, .pg_ope .sub .movie_area .box_right{
    width:75%;
  }
  /* **********************************
   *  診療案内（白内障手術）
   * ********************************* */
  .pg_haku .sub .box_area{
    display: block;
  }
  .pg_haku .sub .box_area .box_left{
    width:100%;
    margin:0 0 20px 0;
  }
  .pg_haku .sub .box_area .box_right {
    width: 100%;
  }
  .pg_haku .sub .img_area{
    justify-content: space-between;
  }
  .pg_haku .sub .img_area li{
    width:48%;
    margin:0;
    text-align: center;
  }
  /* **********************************
   *  診療案内（会陰ヘルニア）
   * ********************************* */
  .pg_ein .sub .img_area{
    display: block;
  }
  .pg_ein .sub .img_area li{
    margin:0 0 20px 0;
  }
  /* **********************************
   *  スタッフ紹介
   * ********************************* */
  .pg_staff .staff_doc .prof_box{
    display: block;
  }
  .pg_staff .staff_doc .prof_box .img{
    width: 36%;
    padding-top: 36%;
    margin:0 auto 30px auto;
  }
  .pg_staff .staff_doc .prof_box .box_right{
    width:100%;
  }
  .pg_staff .staff_doc .prof_box .box_right .name{
    padding:0 10px 10px 10px;
  }
  .pg_staff .staff_doc .prof_box .box_right .message,
  .pg_staff .staff_doc .prof_box .box_right dl{
    padding:0;
  }
  .pg_staff .staff_doc .prof_box .box_right dl dd,
  .pg_staff .box .senmon{
    font-size:0.9rem;
    line-height: 2;
  }
  .pg_staff .staff_doc .prof_box{
    margin:0 0 50px 0;
  }
  .pg_staff .box .box_ttl span{
    font-size:1.1rem;
  }
}


@media only screen and (max-width:575px){
  /* **********************************
   *  ヘッダー
   * ********************************* */
  .mv {
    height: 240px;
  }
  /* **********************************
   *  フッター
   * ********************************* */
  footer .ftr_top .box_left, footer .ftr_top .box_right{
    width:100%;
  }
  /* **********************************
   *  トップ
   * ********************************* */
  .top_news .news_area .box_right a dl{
    display: block;
  }
  .top_news .news_area .box_right a dt{
    width:100%;
    margin:0 0 5px 0;
  }
  .top_news .news_area .box_right a dd{
    width:100%;
  }
  .top_feature{
    /*background: url(/img/top/feature_bg.jpg) no-repeat 75% 0;*/
    /*background-size:cover;*/
  }
  .top_feature .box_area .img {
    width: 80%;
    margin: 0 auto 20px auto;
  }
  .top_feature .box_area .txt{
    width:100%;
    font-size:0.9rem;
    line-height: 2;
    padding:0 10px;
  }
  .top_feature .box_area{
    display: block;
  }
  .top_service ul li{
    width:49%;
  }
  .top_service ul li .ttl{
    font-size:0.9rem;
    letter-spacing: -0.5px;
  }
  .top_feed .box_left{
    width:100%;
  }
  .top_feed .box_right ul{
    display: block;
  }
  .top_feed .box_right ul li{
    width:100%;
    margin:0 0 10px 0;
    /*background: url(/img/top/btn_bg.jpg) no-repeat 0 42%;*/
    /*background-size: cover;*/
  }
  footer{
    margin:80px 0 0 0;
  }
  /* **********************************
   *  共通パーツ
   * ********************************* */
  /* ページタイトル部分 */
  .pg_header .container .hdr_box h2{
    width:100%;
  }
  .pg_header .container .hdr_box{
    width:94%;
  }
  .pg_header {
    height: 230px;
    margin:0 0 50px 0;
  }
  .pg_header .container .hdr_box h2{
    padding:45px 5px;
  }

  /*黄色タイトル（英語あり）*/
  .ttl_yellow,
  .ttl_yellow_2{
    margin:0 0 30px 0;
  }
  .ttl_yellow_2,
  .ttl_yellow .ttl{
    font-size:1rem;
  }
  .ttl_yellow{
    padding-left:10px;
    padding-right:10px;
  }
  /* **********************************
   *  診療案内（CT検査）
   * ********************************* */
  .pg_guide .guide_nav{
    margin:0 0 50px 0;
  }
  .pg_ct .flow_ct table th,
  .pg_ct .flow_ct table td{
    display: block;
    width:100%;
  }
  .pg_ct .flow_ct table th{
    padding:12px 0;
  }
  .pg_ct .main_sikkan table td{
    padding:10px 5px;
  }
  .pg_ct .about_ct .box_area .box_left,
  .pg_ct .about_ct .box_area .box_right{
    width:100%;
  }

  .pg_hel .hel_geka table thead td:first-of-type{
    width:48%;
  }
  .pg_hel .hel_geka table thead td:nth-of-type(2), .pg_hel .hel_geka table thead td:nth-of-type(3){
    width:15%;
  }
  .pg_hel .hel_geka .img_area{
    margin:25px 0;
  }
  .pg_hel .hel_geka .img_area li{
    margin:0 1%;
    width:48%;
  }
  .pg_hel .hel_geka dl,
  .pg_mae .sub dl{
    display: block;
  }
  .pg_hel .hel_geka dl dt,
  .pg_mae .sub dl dt{
    width: 43%;
    margin: 0 auto 12px auto;
  }
  .pg_hel .hel_geka dl dd,
  .pg_mae .sub dl dd{
    width:100%;
  }
  .pg_mae .sub .box_area .box_left, .pg_mae .sub .box_area .box_right{
    width:70%;
  }
  .pg_mae .sub dl dt{
    width:50%;
  }
  /* **********************************
   *  診療案内（骨折治療）
   * ********************************* */
  .pg_frac .img_area_half li {
    width: 75%;
  }
  /* **********************************
   *  診療案内（腹腔鏡手術）
   * ********************************* */
  .pg_ope .sub .movie_area .box_left, .pg_ope .sub .movie_area .box_right{
    width:100%;
  }
  /* **********************************
   *  診療案内（門脈体循環シャント）
   * ********************************* */
  .pg_mon .sub .box_area .box_right, .pg_mon .sub .box_area.type_2 .box_right{
    width:100%;
  }
  /* **********************************
   *  診療案内（白内障手術）
   * ********************************* */
  .pg_haku .sub .img_area{
    display: block;
  }
  .pg_haku .sub .img_area li{
    text-align: left;
    width:100%;
    margin:0 0 25px 0;
  }
  /* **********************************
   *  診療案内（会陰ヘルニア）
   * ********************************* */
  .pg_ein .sub .box_area{
    margin:30px 0 0 0;
  }
  /* **********************************
   *  スタッフ紹介
   * ********************************* */
  .pg_staff .staff_doc .prof_box .img{
    width: 60%;
    padding-top: 60%;
  }
  .pg_staff .box .box_ttl span{
    width:50%;
    line-height: 50px;
    font-size:1rem;
  }
  .pg_staff .box .name_plate li, .pg_staff .box .name_plate li:nth-of-type(3n){
    width:100%;
    margin:25px 0 0 0;
  }

  /* **********************************
   *  セカンドオピニオン
   * ********************************* */
  .pg_opinion .contact_ttl {
    font-size: 21px;
    margin: 30px 0 20px;
  }
}