@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%;
  }
  
  header .hdr2{
    margin-left: 30px;
  }
  header .hdr_contact {
    margin-left: 30px;
  }
  
  .gnav > ul > li + li {
    margin-left: 30px;
  }
  
  .mv .container{
    height: 500px;
  }
  .pg_header .container{
    height: 350px;
  }
  
  footer {
    margin-top: 150px;
  }
  
  .home_puppy_items .item .meta dl dt,
  .home_puppy_items .item .meta dl dd{
  }
  
}

@media only screen and (max-width:1023px){
  
  .mv .container{
    height: 450px;
  }
  .mv .mv_box {
    width: 50%;
  }
  .mv .mv_box .img{
    
  }
  
  header .hdr_contact {
    margin-left: 15px;
  }
  .gnav li a em{
    font-size: 20px;
  }
  .gnav li a span{
    font-size: 10px;
  }
  .gnav > ul > li + li {
    margin-left: 15px;
  }
  
  footer .ftr_links li+li{
    margin-left: 20px;
  }
  
  
  .home_puppy_items .item .meta{
    flex-wrap: wrap;
  }
  .home_puppy_items .item .meta dl{
    width: 100%;
  }
  .home_puppy_items .item .meta dl+dl{
    margin-top: 5px;
  }
  
  
  .home_contents_wrap1 .box1,
  .home_contents_wrap1 .box2{
    width: 100%;
  }
  
  .home_contents_wrap1 .box1{
    border: 0 !important;
  }
  .home_contents_wrap1 .box2{
    margin-top: 20px;
    height: auto;
  }
  .home_contents_wrap1 .bg{
    width: 100%;
    position: static;
  }
  
  .home_contents_wrap1.reverse .box1{
    order: 1;
  }
  .home_contents_wrap1.reverse .box2{
    order: 2;
  }
  
  .home_contents_wrap1 .title{
    /*font-size: 42px;*/
  }
  .home_contents_wrap1 .title_sub {
    /*font-size: 20px;*/
  }

  .home_contents_wrap2 .box1 {
    width: 65px;
    border: 0 !important;
    padding-left: 0;
  }
  .home_contents_wrap2 .box1 .title em{
    font-size: 42px;
  }
  .home_contents_wrap2 .box2 {
    width: calc(100% - 65px - 20px);
  }
  
  .home_puppy_items{
    margin-left: -5px;
    margin-right: -5px;
  }
  .home_puppy_items .item{
    padding-left: 5px;
    padding-right: 5px;
  }
  
  
  /**/
  .puppy_tt1{
    font-size: 24px;
    padding: 15px 30px;
    margin-bottom: 40px;
  }
  
  .puppy_main_img .box1,
  .puppy_main_img .box1.no_movie,
  .puppy_main_img .box2{
    width: 100%;
  }
  .puppy_main_img .box1{
    width: 100%;
  }
  .puppy_main_img .box2{
    width: 100%;
    margin-top: 30px;
  }
  .puppy_main_img .movie{
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative; 
  }
  .puppy_main_img .movie:before{
    content: "";
    display: block;
    padding-top:56.25%;
  }
  .puppy_main_img .movie video, 
  .puppy_main_img .movie iframe, 
  .puppy_main_img .movie object, 
  .puppy_main_img .movie embed { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  }
  
  
  /**/
  .menu_option_wrap .title1{
    font-size: 24px;
  }
  .menu_option_wrap .osusume li{
    width: 100%;
  }
  
  /**/
  
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 150px;
  }
  
  .pagination .nav-posts .page-archive a{
    padding: 15px 30px;
  }
}

@media only screen and (max-width:767px){
  
  body{
    font-size: 14px;
    padding-bottom: 60px;
  }
  
  header{
    flex-wrap: wrap;
    padding: 10px 0;
  }
  header .hdr1{
    width: 100%;
    margin-bottom: 0;
  }
  header .hdr1 .hdr_logo{
    width: 100%;
    text-align: center;
    margin: 5px 0;
    margin-bottom: 15px;
  }
  header .hdr1 .hdr_logo img{
    width: 150px;
  }
  header .hdr1 .hdr_contact{
    display: none;
  }
  
  header .hdr2 .hdr2_1{
    display: none;
  }
  
  
  footer .box1,
  footer .box2{
    width: 100%;
  }
  footer .box2{
    margin-top: 20px;
  }
  
  footer .ftr_links{
    display: none;
  }
  footer .ftr_links li a em{
    font-size: 18px;
  }
  footer .ftr_links li+li{
    margin-left: 10px;
  }
  
  footer .copy{
    margin-top: 30px;
  }
  
  .footer_fix{
    display: block;
  }
  
  
  
  .ftr_contact_wrap{
    height: auto;
    padding: 30px 0;
  }
  .ftr_contact_wrap .tt3_sub{
    margin-bottom: 25px;
  }
  .ftr_contact_items{
    justify-content: center;
  }
  .ftr_contact_items .item{
    width: 80%;
  }
  .ftr_contact_items .item+.item{
    margin-top: 20px;
  }
  
  .mv{
    border: 4px solid #4d3b2f;
    margin: 0 5px;
  }
  .mv .container {
    height: 200px;
  }
  
  .pg_header{
    margin:  0 5px;
    border: 5px solid #4d3b2f;
  }
  .pg_header .container {
    height: 150px;
  }
  
  .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 + li {
    margin-left: 0;
  }
  .gnav > ul > li a{
    padding: 10px 0;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
  
  .breadcrumb{
    font-size: 12px;
  }
  .breadcrumb li{
    white-space: nowrap;
  }
  
  .tt1{
    font-size: 16px;
  }
  .tt1 span{
    font-size: 50px;
  }

  .tt2{

  }
  .tt2 span{

  }
  .tt2 em{
    font-size: 48px;
  }
  .tt3{

  }
  .tt3 em{
    font-size: 40px;
  }
  .tt3 span{

  }
  .tt4{
    font-size: 24px;
  }
  .tt4 span{

  }
  .tt5{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .tt5 span{
    
  }
  
  
  .main{
    padding-top: 50px;
  }
  
  /**/
  
  .pg_home .section#sec1{
    
  }
  .pg_home .section#sec2{
    margin-top: 60px;
  }
  .pg_home .section#sec3{
    margin-top: 50px;
  }
  .pg_home .section#sec4{
    margin-top: 50px;
  }
  .pg_home .section#sec5{
    margin-top: 50px;
  }
  .pg_home .section#sec6{
    margin-top: 50px;
  }
  
  .home_sns_links{
    margin: 30px 15px 60px;
  }
  
  .home_sns_links ul{
    width: 100%;
    justify-content: space-between;
  }
  .home_sns_links ul li+li{
    margin-left: 0;
  }
  
  .home_news_wrap .tt2{
    top: -15px;
  }
  
  .home_news_items .item{
    flex-wrap: wrap;
    
  }
  .home_news_items .item .title{
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  
  .home_contents_wrap1 .title{
    font-size: 40px;
    margin-bottom: 15px;
    border: 0;
  }
  .home_contents_wrap1 .title_sub {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .home_contents_wrap2{
    flex-wrap: wrap;
  }
  .home_contents_wrap2 .box1{
    width: 100%;
    -ms-writing-mode: initial;
    writing-mode: initial;
    
    border-right: 0;
    border-left: 10px solid #4d3b2f;
    border-bottom: 2px solid #4d3b2f;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .home_contents_wrap2 .box2{
    width: 100%;
  }
  
  .home_contents_wrap2 + .read_more {
    margin-top: 30px;
  }
  
  .home_contents_wrap2 .box1 .title{
    padding-left: 0;
    padding-top: 0;
  }
  .home_contents_wrap2 .box1 .title span{
    margin-left: 10px;
  }
  
  .home_contents_wrap2.reverse .box1{
    order: 1;
  }
  .home_contents_wrap2.reverse .box2{
    order: 2;
  }
  
  .home_puppy_items .item{
    width: 100%;
  }
  .home_puppy_items .item:nth-child(n+2){
    margin-top: 30px;
  }
  .home_puppy_items .item .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*align-items: flex-start;*/
  }
  .home_puppy_items .item .img{
    width: 50%;
  }
  .home_puppy_items .item .img .status{
    padding: 3px 5px;
    width: 80px;
  }
  
  .home_puppy_items .item .meta{
    width: 45%;
    align-items: flex-start;
    align-content: space-between;
    margin-top: 0;
  }
  
  .home_puppy_items .item .meta dl{
    align-items: center;
	
  }
  .home_puppy_items .item .meta dl dt{
    padding: 4px 10px;
  }
  
  .home_puppy_items.archive .item .meta {
    margin-top: 0;
  }
  .home_puppy_items.archive .item .meta dl dt,
  .home_puppy_items.archive .item .meta dl dd{
    font-size: 13px;
  }
  .home_puppy_items.archive .item .link a{
    padding: 5px 10px;
  }
  
  .home_menu_head{
    flex-wrap: wrap;
  }
  .home_menu_head .title {
    width: 100%;
    font-size: 20px;
  }
  
  .home_menu_link a{
    text-align: center;
    padding: 10px 15px;
    margin-top: 10px;
  }
  
  .home_menu_banners li{
    width: 100%;
  }
  .home_menu_banners li+li{
    margin-top: 10px;
  }
  
  .home_gallery_items .item{
    width: 33.333%;
  }
  
  /**/
  .puppy_tt1 {
    font-size: 18px;
    padding: 15px 10px;
    margin-bottom: 30px;
  }
  .puppy_tt1 span{
    padding: 0 10px 0 40px;
    text-align: left;
  }
  
  .puppy_main_img .guide_link,
  .puppy_main_img .reserve_link{
    width: 100%;
    margin-top: 10px;
  }
  .puppy_main_img .guide_link a,
  .puppy_main_img .reserve_link a{
    font-size: 14px;
    padding: 10px;
  }
  
  
  .puppy_info{
    margin-top: 50px;
  }
  .puppy_info_tbl th,
  .puppy_info_tbl td{
    font-size: 14px;
  }
  .puppy_info_tbl th{
    width: 40%;
  }
  
  
  /**/
  .guide_contents_wrap + .guide_contents_wrap {
    margin-top: 50px;
  }
  .guide_contents_wrap .box1{
    width: 100%;
  }
  .guide_contents_wrap .box2{
    width: 100%;
    margin-top: 20px;
  }
  .guide_contents_wrap .title{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .guide_contents_wrap .img {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .guide_contents_wrap .img:after{
    top: 10px;
    left: 10px;
  }
  
  .guide_info_tbl th,
  .guide_info_tbl td{
    font-size: 13px;
    padding: 15px 10px;
  }
  .guide_info_tbl th{
    width: 120px;
  }
  
  /**/
  .menu_tt1{
    font-size: 20px;
    padding: 10px;
    margin-bottom: 30px;
  }
  .menu_tt2{
    font-size: 18px;
  }
  .menu_tt2:before{
    height: 20px;
  }
  
  .menu_service_list li {
    width: 50%;
  }
  
  .menu_course_tbl thead th{
    font-size: 14px;
    padding: 10px 5px;
  }
  .menu_course_tbl thead .th2,
  .menu_course_tbl thead .th3{
    border-left: 2px solid #efeae5;
  }
  
  .menu_course_tbl tbody th, 
  .menu_course_tbl tbody td{
    font-size: 13px;
  }
  
  .menu_tax_txt{
    text-align: left;
    
  }
  
  .menu_option_wrap .box1{
    width: 100%;
  }
  .menu_option_wrap .box2{
    width: 100%;
    margin-top: 20px;
  }
  .menu_option_wrap .title1{
    font-size: 22px;
  }
  
  .menu_onecoin_tbl .price{
    font-size: 20px;
  }
  .menu_onecoin_tbl .price span {
    font-size: 28px;
  }
  
  .menu_onecoin_tbl + .menu_onecoin_tbl {
    margin-top: 30px;
  }
  
  
  /**/
  .shop_tt1 {
    font-size: 24px;
  }
  .shop_info_tbl th, .shop_info_tbl td{
    font-size: 14px;
  }
  .shop_info_tbl th {
    width: 120px;
  }
  .shop_info_tbl td{
    padding-left: 15px;
  }
  
  .shop_map iframe{
    height: 350px;
  }
  
  /**/
  .recruit_details_tbl th, 
  .recruit_details_tbl td{
    font-size: 14px;
  }
  .recruit_details_tbl th {
    width: 120px;
  }
  
  /**/
  .news_cat_nav{
    flex-wrap: wrap;
  }
  .news_cat_nav li{
    width: 50%;
    margin: 2px 0;
    padding: 0 2px;
  }
  
  .news_cat_nav li.on:after{
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    
    width: auto;
    height: auto;
    border: 0;
  }
  
  
  /**/
  .post_items{
    
  }
  .post_items .item{
    flex-wrap: wrap;
  }
  .post_items .item .title{
    width: 100%;
  }
  
  .post_items .item.single_item{
    padding: 20px 10px;
  }
  .post_items .item.single_item .title{
    font-size: 16px;
  }
  
  .pagination{
    margin-top: 30px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 120px;
  }
  .pagination .nav-posts .page-next a, 
  .pagination .nav-posts .page-prev a,
  .pagination .nav-posts .page-archive a{
    
    font-size: 11px;
  }
  .pagination .nav-posts .page-next a{
    padding: 10px 10px 10px 25px;
  }
  .pagination .nav-posts .page-prev a{
    padding: 10px 25px 10px 10px;
  }
  .pagination .nav-posts .page-archive a{
    padding: 10px 10px;
    font-size: 11px;
  }
  
  .contact_info{
    padding: 10px;
    margin-bottom: 50px;
  }
  .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 .tel img{
    height: 20px;
  }
  .contact_info .box2 .txt{
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 13px;
  }
  
  .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"],
  .contact_form_btns button  {
    width: 48%;
    margin: 0 1%;
    font-size: 12px;
  }
  .contact_form_btns input[type="submit"]{
    /* テキストが長いとき */
    /*width: 66%;*/
  }
  .contact_form_btns button {
    width: 30%;
  }
  
  
  /* サイトマップ */
  .sitemap_items .item{
    width: 100%;
    margin-bottom: 15px;
  }
  .sitemap_items .item h4 a{
    padding: 10px 10px;
  }
  
  /* プライバシーポリシー */
  .privacy_tt{
    font-size: 18px;
  }
  .privacy_tt h3{
    font-size: 18px;
  }
  .privacy_tt br{
    display: inline;
  }
  .privacy_items .item h4{
    font-size: 15px;
  }
}

@media only screen and (max-width:359px){
  .footer_fix ul{
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  /* DL 全体はブロックでOK */
  .home_puppy_items .item .meta dl {
    display: block;
    margin-bottom: 1em; /* 余白はお好みで */
  }

  /* dtは inline-block で幅をテキストサイズに合わせる */
  .home_puppy_items .item .meta dl dt {
    display: inline-block; 
    width: auto; /* 必要なら明示的に指定 */
    margin: 0;   /* 調整用 */
    /* 他に font-weight, color などもお好みで */
	margin-bottom: 1em;
  }

  /* ddは block で下に回り込むようにする */
  .home_puppy_items .item .meta dl dd {
    display: block; 
    margin: 0 0 1em; /* 調整用 */
  }
}
