@charset "UTF-8";

/*----------------------------------------------------------------------------------------------------------------------laoding----------*/

.loading {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 500;
}

#loader {
display: none;
position: fixed;
top: 50%;
left: 50%;
margin-left: -75px;
margin-top: -100px;
z-index: 501;
/*animation: load-anim 0.5s both ease;*/
}

@keyframes load-anim {
0% {
transform:translate(0,1.5em);
opacity:0;
}
100% { 
transform:translate(0,0);
opacity:1;
}
}

#loader img {
width: 150px;
height: auto;
}

#loader.load-anim img {
  animation: down 1.5s;
  animation-fill-mode: none;
  animation-fill-mode: forwards;
}

#fade {
width: 100%;
height: 100%;
display: none;
background-color:#faf7f1;
position: absolute;
top: -100px;
left: 0;
z-index: 500;
}

@media screen and (max-width:767px){

#fade {
top: -66px;
}

}



/*----------------------------------------------------------------------------------------------------------------------#main_v----------*/

#main_v{ 
position:relative;
margin:100px auto 0 0;
width:83%;
}

.overlay{
position: absolute;
top:0;
left: 0;
z-index:100;
width:100%;
height:100%;
background-color:#002800;
opacity: 0.1;
}

#video-area{
position: absolute;
z-index: 0;
top:0;
left:0;
overflow: hidden;
width:100%;
height: calc(100% - 80px);
border-radius:0 0 0 0;
}

#video {
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 177.77777778vh;
height: 56.25vw;
min-height:100%;
min-width: 100%;
}


@media screen and (max-width:767px){

#video {
    left: 80%;
}

}


#main_v .main_copy{
position:absolute;
bottom:150px;
left:7%;
z-index:1;
width:30%;
/*mix-blend-mode: overlay;*/
}

#main_v .main_copy img{ 
width:100%; height:auto;
filter:drop-shadow(0 0 0.75rem rgba(0,40,0,0.8));
}

.scroll{
position:absolute;
right:-11%;
bottom:80px;
z-index:1;
writing-mode: vertical-lr;
font-size:10px;
letter-spacing:0.1em;
font-weight: bold;
writing-mode: vertical-lr;
height: 200px;
}

.page_scroll::before {
content: "";	
background-color:#ddd6d1;
display: block;
height: 150px;
position: absolute;
bottom: 0;
left: 9px;
width: 1px;
}

.page_scroll::after {
content: "";
background-color:#735645;
display: block;
height: 7px;
width: 7px;
border-radius:50%;
position: absolute;
top:50px;
left:6px;
opacity: 0;
}

.line_anim_start .page_scroll::after {
animation: anim1 1s ease-in-out infinite;
transform-origin:top left;
}

@keyframes anim1 {
0% {
transform: translateY(0px);
opacity: 0;
}

25% { opacity: 1; }

100% {
transform: translateY(150px);
opacity: 0;
}

}


@media screen and (max-width:1100px){

#main_v{ margin:80px auto 0 0; }

#main_v .main_copy{ width:40%; }

}


@media screen and (max-width:767px){

#main_v{ 
margin:66px auto 0 0;
width:100%;
}

#video-area{
height: calc(100% - 66px);
}

#main_v .main_copy{ 
width:66%;
bottom:120px;
}

.scroll{
right:-7.8%;
bottom:66px;
display: none;
}

}


/*----------------------------------------------------------------------------------------------------------------------#about----------*/

#about{ 
position:relative;
margin:100px 0 0 0;
width:100%;
}

#about img{ 
width:100%;
height: auto;
}

#about h2{ 
font-size:20px;
font-weight:bold;
letter-spacing: 0.05em;
color:#735645;
margin-left: 8.3%;
}

#about .box_img{
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
margin:-24px 0 0 0;
width:100%;
}

#about .box_img div:first-child{
width:66.4%;
}

#about .box_img div:first-child img{
border-radius:0 0 0 0;
}

#about .box_img div:last-child{
width:24.9%;
margin-top:8rem;
}

#about .box_img div:last-child img{
border-radius:0 0 0 0;
}

#about .box_txt{
display: flex;
justify-content: space-between;
align-items: center;
margin:40px auto 0 auto;
width:83%;
}

#about .box_txt h3{
width:40%;
font-size:30px;
font-weight:bold;
color:#E37059;
letter-spacing: 0.15em;
}

#about .box_txt .read{ width:55%; }

#about .box_txt .line_btn{ margin-top:50px; }


@media screen and (max-width:1100px){

#about .box_txt{
display:block;
margin:40px auto 0 auto;
width:83%;
}

#about .box_txt h3{
width:100%;
}

#about .box_txt .read{ 
width:100%;
margin-top:20px;
}

}


@media screen and (max-width:767px){

#about{ margin:0 0 0 0; }

#about h2{ 
font-size:18px;
margin-left:5%;
}

#about .box_img{
display:block;
margin:24px 0 0 0;
}

#about .box_img div:first-child{
width:95%;
margin-left:auto;
}

#about .box_img div:last-child{ display: none; }

#about .box_txt{
width:90%;
margin:30px auto 0 5%;
}

#about .box_txt h3{
font-size:22px;
}

#about .box_txt .line_btn{ margin-top:35px; }

}


/*----------------------------------------------------------------------------------------------------------------------.slick01----------*/


.slick01{
width:83%;
margin-top: 150px;
}

.slick01 img{
width:100%;
height: auto;
border-radius:0 100px 0 0;
}


@media screen and (max-width:1100px){

.slick01{
width:92.5%;
margin-top: 150px;
}

}


@media screen and (max-width:767px){

.slick01{
width:95%;
margin-top:75px;
}

.slick01 img{ border-radius:0 50px 0 0; }

}



/*----------------------------------------------------------------------------------------------------------------------#work----------*/

#work{ 
position:relative;
margin:200px 0 0 0;
width:100%;
}

#work img{ 
width:100%;
height: auto;
display:block;
}

#work a .post_img{
transition: all 1s 0s cubic-bezier(0.23,1,0.32,1);
filter: opacity(100%);
}

#work a:hover .post_img {
transition: all 1s 0s cubic-bezier(0.23,1,0.32,1);
filter: opacity(30%);
}

#work .thumbnail{
background-color:#E37059;
position: relative;
}

#work .thumbnail span{
transition: all 0.5s 0s cubic-bezier(0.23,1,0.32,1);
display: block;
position: absolute;
width:70px;
top:50%;
left:50%;
margin: -10px 0 0 -45px;
z-index:1;
opacity:0;
}

#work a:hover .thumbnail span {
transition: all 0.5s 0s cubic-bezier(0.23,1,0.32,1);
margin: -10px 0 0 -35px;
opacity:1;
}

#work h2{ 
font-size:20px;
font-weight:bold;
letter-spacing: 0.05em;
color:#735645;
margin-left: 8.3%;
}

#work ul{
display: flex;
flex-wrap: wrap;
margin:-24px 0 0 0;
}

#work li{ 
width:41.7%;
margin-left:8.3%;
}

#work li:first-child{ margin-left:0; }

#work li:nth-child(odd){ margin-top: 140px; }

#work li .tit_date{ 
display:flex;
justify-content:space-between;
align-items: center;
margin-top:15px;
}

#work li .tit_date h3{
transition: all 0.5s 0s cubic-bezier(0.23,1,0.32,1);
padding-left: 25px;
}

#work a:hover .tit_date h3{
transition: all 0.5s 0s cubic-bezier(0.23,1,0.32,1);
padding-left: 35px;
}

#work li .tit_date time{
padding-right: 25px;
font-size: 12px;
color:#E37059;
}

#work .line_btn {
    margin: 3em 0 0 73%;
}

.line_btn a:after{ left:105px; }


@media screen and (max-width:1100px){

#work .line_btn{ margin:-30px 0 0 70%; }

}

@media screen and (max-width:767px){

#work{ 
position:relative;
margin:80px 0 0 0;
width:100%;
}

#work h2{ 
font-size:18px;
margin-left:5%;
}

#work ul{
display: block;
margin:0 0 0 0;
}

#work li{ 
width:90%;
margin-left:auto;
margin-right:auto;
margin-top:35px;
}

#work li:first-child{ margin-left:auto; }

#work li:nth-child(odd){ margin-top:20px; }

#work li .tit_date h3{ padding-left: 15px; }

#work li .tit_date time{ padding-right: 0; }

#work .line_btn{ margin:50px 0 0 5%; }

.line_btn a:after{ left:105px; }

}


/*----------------------------------------------------------------------------------------------------------------------.line_vertical----------*/


.line_vertical{
margin-top:100px;
position: relative;
width: 100%;
height: 170px;
}

.line_vertical:after{
content: "";
background-color:#d0c6bb;
display: block;
height: 170px;
position: absolute;
top:0;
left:50%;
width:1px;
transition: all 0.5s 0s cubic-bezier(0.23,1,0.32,1);
transform-origin: left bottom;
}

@media screen and (max-width:767px){

.line_vertical{
margin-top:80px;
height: 100px;
}

.line_vertical:after{
height: 100px;
}

}


/*----------------------------------------------------------------------------------------------------------------------#news----------*/

#news{ 
position:relative;
margin:100px auto 0 auto;
width:83%;
display: flex;
}

#news h2{ 
font-size:20px;
font-weight:bold;
letter-spacing: 0.05em;
color:#735645;
width:20%;
}

#news ul{ 
width:80%;
margin-top:-26px;
}

#news ul li a {
transition: all 0.5s 0s cubic-bezier(0.23,1,0.32,1);
display: block;
padding: 30px 50px 30px 0;
position: relative;
border-bottom: 1px solid #dddddd;
}

#news ul li a::before {
content: '';
display: block;
position: absolute;
background: #666;
width: 15px;
height: 1px;
right: 0;
top: 50%;
}

#news ul li a::after {
content: '';
display: block;
position: absolute;
background: #666;
width: 15px;
height: 1px;
right: 0;
top: 50%;
transform: rotate(90deg);
}

#news ul li a:hover {
transition: all 0.5s 0s cubic-bezier(0.23,1,0.32,1);
border-bottom: 1px solid #E37059;
color: #E37059;
}

#news ul li a:hover::before {
transition: all 0.5s 0s cubic-bezier(0.23,1,0.32,1);
transform: rotate(90deg);
background: #E37059;
}

#news ul li a:hover::after {
transition: all 0.5s 0s cubic-bezier(0.23,1,0.32,1);
transform: rotate(180deg);
background: #E37059;
}

#news ul li time{
font-size:13px;
color:#999;
}

@media screen and (max-width:767px){

#news{ 
display:block;
position:relative;
margin:80px 0 0 0;
width:100%;
}

#news h2{ 
font-size:18px;
margin-left:5%;
width:95%;
}

#news ul{ 
width:90%;
margin:0 auto;
}

}


/*----------------------------------------------------------------------------------------------------------------------共通要素----------*/



/* **********************************
 *  子犬情報
 * ********************************* */
.pg_puppy{
  
}
.pg_puppy .section#sec1 {
    display: flex;
    justify-content: flex-end;
	position: relative;
    margin: 100px auto 0;
    width: 90%;
}
}
.pg_puppy .section#sec2{
  
}
.pg_puppy .section#sec3{
  
}

.puppy_tt1{
  background: #FFF;
  color: #735645;
  border-radius: 39px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  padding: 15px 10px;
}
.puppy_tt1 span{
  position: relative;
  padding: 0 40px;
  display: inline-block;
}
.puppy_tt1 span:before{
  content: "";
  width: 27px;
  height: 26px;
  background-image: url('/img/puppy_foot.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  
}

.puppy_main_img{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.puppy_main_img .box1{
  width: 48.92%;
}
.puppy_main_img .box1.no_movie{
  width: 75%;
  margin: 0 auto;
}
.puppy_main_img .box2{
  width: 75%;
}
.puppy_main_img .box1.no_movie + .box2{
  margin: 0 auto;
}

.puppy_main_img .links{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.puppy_main_img .guide_link,
.puppy_main_img .reserve_link{
  width: 49.5%;
  margin-top: 20px;
}
.puppy_main_img .guide_link{
  
}
.puppy_main_img .reserve_link{
  
}
.puppy_main_img .guide_link a,
.puppy_main_img .reserve_link a{
  display: block;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 20px 10px;
  position: relative;
}
.puppy_main_img .guide_link a{
  background: #735645;
  color: #FFF;
}
.puppy_main_img .reserve_link a{
  background: #957b5e;
  color: #FFF;
}

.puppy_main_img .guide_link a:after,
.puppy_main_img .reserve_link a:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.puppy_main_img .sp-bottom-thumbnails{
  margin-top: 20px;
}
.puppy_main_img .movie{
  
}
.puppy_main_img .movie iframe{
  height: 388px;
}


.puppy_info{
  margin-top: 100px;
}
.puppy_info .title{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  color: #735645;
}






.puppy_info_tbl{
width:100%;
  
}
.puppy_info_tbl th,
.puppy_info_tbl td{
  padding: 17px 10px;
  color: #111;
}
.puppy_info_tbl th {
    background: #735645;
    border-bottom: 2px solid #FFF;
    color: #fff;
}

.puppy_info_tbl td{
  background: #FFF;
  border-bottom: 1px solid #735645;
}





/* **********************************
 *  
 * ********************************* */
.pg_menu{
  
}
.pg_menu .section#sec1{
  
}
.pg_menu .section#sec2{
  margin-top: 95px;
}
.pg_menu .section#sec3{
  margin-top: 95px;
}


.menu_service_wrap{
  
}
.menu_service_wrap + .menu_service_wrap{
  margin-top: 40px;
}

.menu_tt1{
  background: #735645;
  color: #FFF;
  border-radius: 39px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  
  margin-bottom: 60px;
  padding: 15px 10px;
}
.menu_tt2{
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.menu_tt2:before{
  content: "";
  display: block;
  height: 26px;
  background-image: url('/img/puppy_foot.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.menu_service_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.menu_service_list li{
  width: 20%;
  padding: 5px 10px;
  font-weight: 500;
  text-align: center;
}
.menu_service_list li span{
  display: block;
  background: #FFF;
  border-radius: 5px;
  padding: 6px;
}
.menu_service_list li.w{
  width: 100%;
}


.menu_course_tbl{
  /*border-spacing: 10px;*/
  /*border-collapse: separate;*/
  margin-top: 100px;
  text-align: center;
}

.menu_course_tbl th,
.menu_course_tbl td{
  padding: 20px 10px;
}
.menu_course_tbl thead{
  
}

.menu_course_tbl thead th{
  color: #FFF;
  background: #735645;
  font-size: 20px;
  font-weight: 700;
  
}
.menu_course_tbl thead .th1{
  width: 48.92%;
}
.menu_course_tbl thead .th2{
  border-left: 10px solid #efeae5;
}
.menu_course_tbl thead .th3{
  border-left: 10px solid #efeae5;
}

.menu_course_tbl tbody{
  
}
.menu_course_tbl tbody tr{
  position: relative;
}
.menu_course_tbl tbody tr:nth-child(even){
  background: #FFF;
  /*content: "";
  background: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;*/
}
.menu_course_tbl tbody th,
.menu_course_tbl tbody td{
  font-size: 16px;
  font-weight: 500;
  padding: 22px 10px;
}

.menu_tax_txt{
  font-weight: 500;
  text-align: right;
  margin-top: 30px;
}

/* オプション */
.menu_option_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu_option_wrap + .menu_option_wrap{
  margin-top: 75px;
}

.menu_option_wrap .box1{
  width: 50%;
}
.menu_option_wrap .box2{
  width: 43.30%;
}

.menu_option_wrap .title1{
  font-family: "Noto Serif JP";
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 20px;
}
.menu_option_wrap .title1 span{
  display: block;
  font-size: 15px;
}
.menu_option_wrap .title1.color1{
  color: #50264f;
}
.menu_option_wrap .title1.color2{
  color: #3a4946;
}
.menu_option_wrap .title1.color3{
  color: #338d9a;
}

.menu_option_wrap .title2{
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 10px;
}

.menu_option_wrap .txt{
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.5;
}
.menu_option_wrap .osusume{
  display: flex;
  flex-wrap: wrap;
  list-style: disc;
  margin-left: 1.5em;
}
.menu_option_wrap .osusume li{
  width: 50%;
}

/* ワンコイン */
.menu_onecoin_tbl{
  border: 1px solid #735645;
  color: #000;
}
.menu_onecoin_tbl + .menu_onecoin_tbl{
  margin-top: 70px;
}
.menu_onecoin_tbl th,
.menu_onecoin_tbl td{
  text-align: center;
  padding: 20px 10px;
}
.menu_onecoin_tbl th{
  font-weight: 500;
}
.menu_onecoin_tbl td{
  border-left: 1px solid #735645;
}

.menu_onecoin_tbl tr:nth-child(odd) th{
  background: #FFF;
}

.menu_onecoin_tbl .price{
  font-size: 25px;
  font-weight: 500;
}
.menu_onecoin_tbl .price span{
  font-size: 38px;
  font-weight: 700;
}

/* **********************************
 *  
 * ********************************* */
.pg_guide{
  
}
.pg_guide .section#sec1{
  
}
.pg_guide .section#sec2{
  margin-top: 100px;
}
.pg_guide .section#sec3{
  
}

.guide_contents_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guide_contents_wrap + .guide_contents_wrap{
  margin-top: 100px;
}
.guide_contents_wrap .box1{
  width: 50%;
}
.guide_contents_wrap .box2{
  width: 44.46%;
}
.guide_contents_wrap .title{
  font-size: 30px;
  color: #735645;
  margin-bottom: 20px;
}
.guide_contents_wrap .txt{
  line-height: 1.875;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.guide_contents_wrap .img{
  padding-right: 20px;
  padding-bottom: 30px;
  position: relative;
}
.guide_contents_wrap .img:after{
  content: "";
  background: #c1b3aa;
  position: absolute;
  top: 30px;
  left: 20px;
  right: 0;
  bottom: 0;
}
.guide_contents_wrap .img img{
  position: relative;
  z-index: 1;
}

.guide_info_tbl{
  
}

.guide_info_tbl th,
.guide_info_tbl td{
  color: #000;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding: 18px 10px;
}
.guide_info_tbl th{
  width: 22.32%;
  background: #cfc7ba;
}
.guide_info_tbl td{
  background: #FFF;
  padding-left: 35px;
}

/*仔犬関連*/
.home_contents_wrap2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*align-items: flex-start;*/
}
.home_contents_wrap2 .box1{
  width: 106px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-right: 10px solid #735645;
}
.home_contents_wrap2 .box1.bdr_left{
  
}
.home_contents_wrap2 .box1.bdr_right{
  
}
.home_contents_wrap2 .box2{
}

.home_contents_wrap2.reverse .box1{
  order: 2;
  border-right: 0;
  border-left: 10px solid #735645;
  align-items: flex-start;
}
.home_contents_wrap2.reverse .box2{
  order: 1;
}


.home_contents_wrap2 .box1 .title{
  padding-top: 20px;
}
.home_contents_wrap2 .box1 .title em{
  font-family: 'Hina Mincho', serif
;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  color: #000;
}
.home_contents_wrap2 .box1 .title span{
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
}
.home_contents_wrap2 + .read_more{
  margin-top: 40px;
}

.home_puppy_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.home_puppy_items .item{
  width: 33.3333333333%;
  padding-left: 16px;
  padding-right: 16px;
}
.home_puppy_items .item:nth-child(n+4){
  margin-top: 30px;
}
.home_puppy_items .item .inner{
  height: 100%;
}
.home_puppy_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #b5b5b5;
  position: relative;
}
.home_puppy_items .item .img:before{
  content: "";
  display: block;
  padding-top: 86.66%;
}
.home_puppy_items .item .img a{
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
}
.home_puppy_items .item .img .status{
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  text-align: center;
  width: 115px;
  padding: 8px;
  background: #ccc;
}
.home_puppy_items .item .img .status.status0{
  background: #e37059;
}
.home_puppy_items .item .img .status.status1{
  background: #489674;
}
.home_puppy_items .item .img .status.status2{
  background: #735645;
}
.home_puppy_items .item .meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.home_puppy_items .item .meta dl{
  display: flex;
  margin-bottom: 0.4em;
}
.home_puppy_items .item .meta dl dt {
    background: #735645;
    border-radius: 5px;
    padding: 1px 10px;
    margin-right: 12px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
.home_puppy_items .item .meta dl dd{
  font-weight: 500;
  font-size: 16px;
}
.home_puppy_items .item .link{
  width: 100%;
  margin-top: 0.4em;
}
.home_puppy_items .item .link a {
    display: block;
    background: #735645;
    padding: 4px 5px;
    font-size: 14px;
    text-align: center;
    position: relative;
    color: #fff;
    border-radius: 5px;
}
.home_puppy_items .item .link a:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


/**/

@media (min-width:1200px){
  .home_puppy_items.archive{
    margin-left: -23px;
    margin-right: -23px;
  }
  .home_puppy_items.archive .item{
    padding-left: 23px;
    padding-right: 23px;
  }
  .home_puppy_items.archive .item:nth-child(n+4){
    margin-top: 50px;
  }
}
  
.home_puppy_items.archive .item .meta{
  margin-top: 20px;
}
.home_puppy_items.archive .item .meta dl dt{
  font-size: 15px;
  padding: 4px 20px;
}
.home_puppy_items.archive .item .link a{
  padding: 15px 5px;
}
.home_puppy_items.archive .item .link a:after{
  right: 40px;
}




div#sec3 {
    width: 83%;
    margin: 0 auto;
    padding: 100px 0;
}


/*子犬スマホ*/



@media only screen and (max-width: 767px) {

div#sec3 {
    padding: 20px 0;
}


.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 .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;
  }
  
  
  .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;
	display:none;
  }
  .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: 40%;
  }
  .home_puppy_items .item .img .status{
    padding: 3px 5px;
    font-size: 13px;
    width: 80px;
  }
  
  .home_puppy_items .item .meta{
    width: 55%;
    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 10px;
        text-align: center;
    }
  
  .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;
  }
  
    /*子犬情報SP縦並び*/
  .puppy_info_tbl th,
  .puppy_info_tbl td {
    display: block; /* ブロックレベル要素に設定し、縦に並べる */
    width: 100%; /* 全幅を使う */
    border-bottom: 1px solid #73564500;
  }

  .puppy_info_tbl th {
    text-align: left; /* ヘッダーのテキストを左寄せにする */
    border-bottom: 1px solid #ccc; /* 区切り線を追加 */
  }
  
  }
  
  /*子犬スマホここまで*/


/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 65px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
}
.pagination .page-numbers{
  align-self: stretch;
  /*border: 1px solid #c0c0c0;*/
  padding: 6px 15px;
  margin: 4px 4px;
  /*color: #1e1e1e;*/
  text-decoration: none;
  background-color: #917a6a;
  color: #FFF;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #664b38;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}


/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 19px;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 180px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #735645;
  padding: 15px 50px;
  position: relative;
  background: #FFF;
  font-size:12px;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  /*font-family: "Font Awesome 5 Free";
  font-weight: 900;*/
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  /*content: "\f053";*/
  content: "←";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  /*content: "\f054";*/
  content: "→";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
    display: block;
    background: #735645;
    color: #fff;
    padding: 15px 120px;
    font-size:12px;
}


@media only screen and (max-width: 767px) {
    .pagination {
        margin-top: 30px;
    }
}


@media only screen and (max-width: 767px) {
    .pagination .nav-posts .page-next, .pagination .nav-posts .page-prev {
        min-width: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .pagination .nav-posts .page-archive a {
        padding: 10px 10px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px) {
    .pagination .nav-posts .page-next, .pagination .nav-posts .page-prev {
        min-width: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .pagination .nav-posts .page-prev a {
        padding: 10px 25px 10px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pagination .nav-posts .page-next a {
        padding: 10px 10px 10px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .pagination .nav-posts .page-next a, .pagination .nav-posts .page-prev a, .pagination .nav-posts .page-archive a {
        font-size: 10px;
    }
}





/*お知らせ記事ページ*/

div#sec1 {
    position: relative;
    margin: 10px auto 0 auto;
    width: 66.4%;
	margin-top: 18%;
}

.date {
    font-size: 12px;
    color: #999;
}

h3.title {
    padding: 5px 0 15px;
    border-bottom: 1px solid #e6e0db;
    font-weight: bold;
    font-size: 18px;
	margin-bottom:30px;
}

span.cat_news {
    display: none;
}



@media only screen and (max-width: 767px) {
    div#sec1 {
     width: 83%;
        margin-top: 50%;
    }
}