@charset "UTF-8";

/* 印刷用 */
@media only print{
  /*
    A4 847 * 595 px
    A3 1191 * 842 px
    B5 729 * 516 px
  */
  body{
    width: 1140px;
    overflow: hidden;
    /*zoom: 0.9;*/
  }
  .container{
    width: 100%;
  }
  .tb{
    display: none;
  }
  .sp{
    display: none;
  }
  
  /* 固定ヘッダーを使用している場合など */
  header .hdr1{
    position: static !important;
  }
  /* animate のフェードインを可視化 */
  [data-animate]{
    opacity:1 !important;
  }
}

@media only screen and (max-width:1220px){
  .container{
    width: 100%;
  }
}

@media only screen and (max-width:1023px){
  
  .mv{
    background-size: auto 100%;
  }
  .mv > .container{
    height: 400px;
  }
  .mv .mv_box{
    width: 250px;
    height: 250px;
  }
  .mv .mv_box .txt{
    font-size: 24px;
  }
  
  .home_treatment_nav li{
    width: 25%;
  }
  .home_treatment_nav li:nth-child(n+5){
    margin-top: 20px;
  }
  
  .treatment_nav li{
    width: 25%;
  }
  .treatment_nav li:nth-child(n+5){
    margin-top: 20px;
  }
  .treatment_nav.md li{
    width: 33.333%;
  }
  .treatment_nav.md li:nth-child(n+4){
    margin-top: 20px;
  }
  
  .treat_txt1{
    font-size: 20px;
  }
  .treat_txt2{
    font-size: 16px;
  }
  
  .general_blc1 .box1,
  .general_blc1 .box2,
  .general_blc2 .box1,
  .general_blc2 .box2{
    width: 100%;
  }
  .general_blc1 .box1{
    text-align: center;
  }
  .general_blc1 .box2{
    margin-top: 30px;
  }
  .general_blc2 .box2{
    text-align: center;
    margin-top: 30px;
  }
  
  .perio_step_items .item .box2{
    width: 78%;
  }
  .perio_step_items .item .box3{
    width: 20%;
  }
  .perio_blc2 .box1,
  .perio_blc2 .box2{
    width: 100%;
  }
  .perio_blc2 .box2{
    margin-top: 30px;
    text-align: center;
  }
  
  .perio_blc1{
    margin-left: -10px;
    margin-right: -10px;
  }
  .perio_blc1 .box{
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .general_nav_items{
    margin-left: -5px;
    margin-right: -5px;
  }
  .general_nav_items .item{
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .pedia_blc1 .box1 .txt_b{
    font-size: 18px;
  }
  .pedia_blc1 .box1 .txt_b b{
    font-size: 22px;
  }
  
  .pedia_blc2 .box1 .txt,
  .pedia_blc2 .box1 .img{
    width: 100%
  }
  .pedia_blc2 .box2 .txt,
  .pedia_blc2 .box2 .img{
    width: 100%;
  }
  
  .orthod_nayami_items .item{
    width: 33.333%;
  }
  .orthod_nayami_items .item:nth-child(n+4){
    margin-top: 30px;
  }
  .orthod_nayami_link span{
    width: 100%;
  }
  
  .orthod_mouth_list li{
    width: 100%;
  }
  .orthod_mouth_list li:nth-child(n+2){
    margin-top: 15px;
  }
  
  
  .prev_blc4 .box1,
  .prev_blc4 .box2{
    width: 100%;
  }
  .prev_blc4 .box2{
    margin-top: 15px;
  }
  .prev_blc6 .box1,
  .prev_blc6 .box2{
    width: 100%;
  }
  .prev_blc6 .img1{
    text-align: center;
    margin-bottom: 10px;
  }
  .prev_blc6 .box2{
    text-align: center;
  }
  
  .about_promiss_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about_promiss_wrap h2{
    order: 1;
    width: 100%;
  }
  .about_promiss_wrap .orthod_mouth_list{
    width: 100%;
    margin-top: 30px;
    order: 4;
  }
  .about_promiss_wrap .img1,
  .about_promiss_wrap .img2{
    position: static;
    width: 150px;
    margin: 0 20px;
    display: inline-block;
    order: 2;
  }
  
  .about_blc3 .box2{
    width: 48%;
  }
  
  .about_system_items.md{
    margin-left: -10px;
    margin-right: -10px;
  }
  .about_system_items.md .item{
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .about_tbl tr th{
    width: 200px;
  }
  
  .about_gallery.sz1{
    margin-left: -5px;
    margin-right: -5px;
  }
  .about_gallery.sz1 .item{
    width: 33.333%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .about_gallery.sz2{
    margin-left: -5px;
    margin-right: -5px;
  }
  .about_gallery.sz2 .item{
    width: 33.333%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .about_gallery.sz1 .item:nth-child(n+4),
  .about_gallery.sz2 .item:nth-child(n+4){
    margin-top: 30px;
  }
  
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 150px;
  }
  .contact_form td [name="your-age"]{
    width: 100px;
  }
}

@media only screen and (max-width:767px){
  
  body{
    font-size: 14px;
    padding-bottom: 60px;
  }
  header{
    padding-top: 0;
  }
  header .hdr1 .hdr_logo,
  header .hdr1 .hdr_contact{
    float: none;
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  header .hdr1 .hdr_logo img{
    height: 40px;
  }
  header .hdr_contact{
    display: none;
  }
  footer .ftr2{
    display: none;
  }
  footer .ftr2 .container{
    flex-wrap: wrap;
  }
  footer .ftr2 .box1,
  footer .ftr2 .box2{
    width: 100%;
    text-align: center;
  }
  footer .ftr2 .box2{
    margin-top: 10px;
  }
  
  footer .ftr1 .box1,
  footer .ftr1 .box2{
    width: 100%;
  }
  footer .ftr1 .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: 99999;
    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%;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
  }
  .gnav > ul > li + li,
  .gnav > ul > li:first-child,
  .gnav > ul > li:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav > ul > li a{
    padding: 10px 0;
    color: #ff7710;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
  
  .pg_header{
    background-size: auto 100%;
  }
  .pg_header .container{
    height: 300px;
  }
  
  .breadcrumb{
    font-size: 12px;
    white-space: nowrap;
  }
  
  .home_treatment_nav{
    margin-left: -5px;
    margin-right: -5px;
  }
  .home_treatment_nav li{
    width: 33.333%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }
  .home_treatment_nav li:nth-child(n+4){
    margin-top: 20px;
  }
  
  
  .home_news_blc .box1,
  .home_news_blc .box2{
    width: 100%;
  }
  .home_news_blc .box1{
    border-right: 0;
  }
  .home_news_blc .box1 .read_more{
    margin-top: 20px;
  }
  .home_news_blc .box2{
    padding: 0 15px;
    margin-top: 15px;
  }
  .home_news_posts .item .date{
    letter-spacing: 0.05em;
    width: 90px;
  }
  .home_news_posts .item .title{
    width: calc(100% - 90px);
  }
  .home_news_blc .box1 .read_more a{
    padding: 2px 15px;
  }
  
  .home_link_items{
    margin-top: 100px;
  }
  .home_link_items .item{
    width: 100%;
  }
  .home_link_items .item + .item{
    margin-top: 80px;
  }
  .home_link_items .item .inner{
    margin-left: 30px;
    margin-top: 30px;
  }
  .home_link_items .item .illust{
    width: 100px;
  }
  .home_link_items .item .title span{
    margin-right: 15px;
  }
  
  .pg_header .container .tt1{
    font-size: 24px;
  }
  .tt2{
    font-size: 20px;
  }
  .tt3{
    font-size: 18px;
  }
  .tt4{
    font-size: 16px;
  }
  
  .treat_txt1{
    font-size: 16px;
  }
  .treat_txt2{
    font-size: 13px;
  }
  
  .treatment_nav li{
    width: 50%;
  }
  .treatment_nav li:nth-child(n+3){
    margin-top: 0;
  }
  .treatment_nav li a{
    font-size: 12px;
  }
  
  .general_nav_items .item{
    width: 100%;
  }
  .general_nav_items .item + .item{
    margin-top: 30px;
  }
  
  
  .general_yobou_msg{
    font-size: 14px;
    width: 100%;
    padding: 15px 10px;
    letter-spacing: 0.1em;
  }
  .general_blc3 .box1,
  .general_blc3 .box2{
    width: 100%;
  }
  .general_blc3 .box2{
    text-align: center;
    margin-top: 15px;
  }
  
  .perio_flow_items .item{
    width: 100%;
  }
  .perio_flow_items .item + .item{
    margin-top: 30px;
  }
  .perio_flow_items .item + .item:before{
    display: none;
  }
  .perio_flow_items .item .txt{
    text-align: center;
    padding: 0 30px;
  }
  
  .perio_blc1 .box{
    width: 100%;
  }
  .perio_blc1 .box + .box{
    margin-top: 30px;
  }
  .perio_reason_img{
    font-size: 16px;
  }
  .perio_step_items .item .txt_b{
    font-size: 18px;
  }
  
  .perio_step_items .item .title{
    padding: 10px 5px;
    font-size: 14px;
  }
  .perio_step_items .item .title span{
    font-size: 14px;
  }
  
  .perio_step_items .item .box2{
    width: 100%;
  }
  .perio_step_items .item .box3{
    width: 100%;
    text-align: center;
  }
  
  .perio_aiube .howto{
    font-size: 16px;
  }
  .perio_aiube .howto ul li{
    margin: 0;
  }
  
  
  .pedia_tt1{
    font-size: 16px;
  }
  
  .pedia_blc1 .box1,
  .pedia_blc1 .box2{
    width: 100%;
  }
  .pedia_blc1 .box1 .txt_b{
    font-size: 15px;
  }
  .pedia_blc1 .box1 .txt_b b{
    font-size: 18px;
  }
  .pedia_blc2 .title{
    font-size: 16px;
  }
  .pedia_blc2 .box2 .txt{
    font-size: 14px;
  }
  
  .pedia_blc2 .title2{
    font-size: 16px;
  }
  .pedia_blc2 .txt2{
    font-size: 16px;
  }
  .pedia_blc2 .txt3{
    font-size: 16px;
  }
  
  .orthod_nayami_items{
    margin-left: -5px;
    margin-right: -5px;
  }
  .orthod_nayami_items .item{
    padding-left: 5px;
    padding-right: 5px;
  }
  .orthod_nayami_items .item .txt span{
    font-size: 10px;
  }
  .orthod_nayami_link span{
    font-size: 15px;
  }
  .orthod_wire_txt2 .box1,
  .orthod_wire_txt2 .box2{
    width: 100%;
  }
  .orthod_wire_txt2 .box1{
    font-size: 16px;
  }
  .orthod_wire_txt2 .box1 p{
    font-size: 14px;
  }
  
  .orthod_mouth_img1{
    font-size: 14px;
  }
  .orthod_mouth_img1 h3{
    font-size: 20px;
    
  }
  .orthod_mouth_img2{
    font-size: 16px;
  }
  
  .perio_blc1.md .box{
    width: 100%;
  }
  .orthod_blc1 .box{
    width: 100%;
  }
  .orthod_blc1 .box + .box{
    margin-top: 30px;
  }
  .orthod_blc1 .box .txt b{
    font-size: 16px;
  }
  .orthod_blc1 .box .txt ul{
    font-size: 14px;
  }
  
  .denture_tbl .td5{
    display: none;
  }
  .denture_blc1 .box1,
  .denture_blc1 .box2{
    width: 100%;
  }
  .denture_blc1 .box2{
    text-align: center;
  }
  
  .picash_imgs{
    flex-wrap: wrap;
  }
  .picash_imgs li{
    width: 50%;
  }
  .picash_imgs li:nth-child(n+3){
    margin-top: 15px;
  }
  .serec_blc1 .box1,
  .serec_blc1 .box2{
    width: 100%;
  }
  
  .whitening_types dl {
    flex-wrap: wrap;
  }
  .whitening_types dl+dl{
    margin-top: 30px;
  }
  .whitening_types dl dt,
  .whitening_types dl dd{
    width: 100%;
  }
  
  .whitening_blc1 .box1,
  .whitening_blc1 .box2{
    width: 100%;
  }
  .whitening_blc1 .box2{
    text-align: center;
  }
  .whitening_tt1{
    font-size: 14px;
  }
  
  .light_blc1 .title{
    font-size: 16px;
  }
  .light_blc1.item1 .box1{
    width: 100%;
  }
  .light_blc1.item1 .box2{
    width: 100%;
    text-align: center;
  }
  
  .light_blc1.item2 .box1,
  .light_blc1.item2 .box2{
    width: 100%;
  }
  .light_blc1.item3 .box1,
  .light_blc1.item3 .box2{
    width: 100%;
  }
  .light_blc1.item4 .box1,
  .light_blc1.item4 .box2{
    width: 100%;
  }
  .light_blc1.item5 .box1,
  .light_blc1.item5 .box2{
    width: 100%;
  }
  .light_blc1.item6 .box1,
  .light_blc1.item6 .box2{
    width: 100%;
  }
  
  .light_blc1.item1 .box2,
  .light_blc1.item2 .box2,
  .light_blc1.item3 .box2,
  .light_blc1.item4 .box2,
  .light_blc1.item5 .box2,
  .light_blc1.item6 .box2{
    margin-top: 15px;
    text-align: center;
  }
  
  .laser_blc1.item1 .box1,
  .laser_blc1.item1 .box2,
  .laser_blc1.item2 .box1,
  .laser_blc1.item2 .box2,
  .laser_blc1.item3 .box1,
  .laser_blc1.item3 .box2{
    width: 100%;
  }
  .laser_blc1.item1 .box2 img{
    height: 150px;
  }
  
  .laser_blc1 .box1 h3{
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  .prev_blc2 .box1,
  .prev_blc2 .box2{
    width: 100%;
  }
  .prev_blc3 .box1,
  .prev_blc3 .box2{
    width: 100%;
  }
  .prev_blc5 .box1,
  .prev_blc5 .box2{
    width: 100%;
  }
  .prev_blc5 .box2{
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .prev_blc5 .box3{
    text-align: center;
  }
  
  .prev_blc3 h3{
    font-size: 16px;
  }
  
  .prev_mineral_taste li{
    width: 33.333%;
  }
  .prev_mineral_taste li:nth-child(n+4){
    margin-top: 15px;
  }
  
  .prev_bacteria_items{
    margin-left: -5px;
    margin-right: -5px;
  }
  .prev_bacteria_items .item{
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .prev_bacteria_items .item:nth-child(n+3){
    margin-top: 15px;
  }
  
  .prev_bacteria_items .item .title{
    font-size: 12px;
  }
  .prev_bacteria_items .item .txt{
    font-size: 12px;
  }
  
  .about_tt0{
    font-size: 20px;
  }
  .about_tt1{
    font-size: 16px;
    text-align: center
  }
  
  .about_blc1 .box1{
    width: 40%;
    margin: 0 auto 15px;
    text-align: center;
  }
  .about_blc1 .box2{
    width: 100%;
    
  }
  .about_blc1 .title{
    font-size: 16px;
  }
  ul.about_history li{
    width: 100%;
  }
  
  .about_blc2 .box1,
  .about_blc2 .box2{
    width: 100%;
  }
  .about_blc2 .box1{
    margin-bottom: 15px;
    text-align: center;
  }
  
  .about_anshin_items .item .inner{
    padding: 15px 10px;
  }
  .about_anshin_items .item .inner .box1{
    width: 100%;
    order: 2;
    text-align: center;
  }
  .about_anshin_items .item .inner .box2{
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
  .about_anshin_items .item .title{
    font-size: 15px;
  }
  .about_anshin_items .item .title span{
    margin-left: 10px;
  }
  
  .about_promiss_wrap h2{
    font-size: 20px;
  }
  .about_promiss_wrap .img1, 
  .about_promiss_wrap .img2{
    width: 50%;
    margin: 0;
    padding: 10px;
    text-align: center;
  }
  
  .about_blc3 .box1,
  .about_blc3 .box2{
    width: 100%;
  }
  .about_blc3 .box2{
    margin-top: 15px;
    text-align: center;
  }
  
  .about_tbl tr th, .about_tbl tr td{
    font-size: 14px;
  }
  .about_tbl tr th{
    width: 120px;
    padding-right: 20px;
  }
  .about_tbl tr th:after{
    width: 20px;
  }
  
  .about_gallery.sz1 .item,
  .about_gallery.sz2 .item{
    width: 50%;
  }
  .about_gallery.sz1 .item:nth-child(n+3), 
  .about_gallery.sz2 .item:nth-child(n+3){
    margin-top: 15px;
  }
  .about_gallery .item .txt span{
    font-size: 10px;
  }
  
  .products_items .item{
    flex-wrap: wrap;
  }
  .products_items .item .box1{
    width: 70%;
    order: 2;
    margin-left: auto;
    margin-right: auto;
  }
  .products_items .item .box2{
    width: 100%;
    order: 1;
    margin-top: 10px;
    
  }
  .products_items .item .title{
    font-size: 14px;
  }
  .products_items .item .txt{
    font-size: 12px;
  }
  
  .tbl th,
  .tbl td{
    padding: 10px;
  }
  .recruit_msg{
    font-size: 16px;
  }
  
  .post_items{
    
  }
  .post_items .item{
    flex-wrap: wrap;
  }
  .post_items .item .title{
    width: 100%;
  }
  .post_items .item.single_item{
    padding: 15px 10px;
  }
  .post_items .item.single_item .title{
    font-size: 16px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 100px;
  }
  .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 td [name="your-age"]{
    width: 100px;
  }
  
  .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;
  }
  .privacy_items .item h4{
    font-size: 15px;
  }
}

@media only screen and (max-width:374px){
  .general_yobou_msg{
    font-size: 12px;
  }
}
@media only screen and (max-width:359px){
  .footer_fix ul{
    font-size: 12px;
  }
  .general_yobou_msg{
    font-size: 10px;
  }
}