@charset "UTF-8";
/*
Theme Name: pappy

*/
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
a {
  word-break: break-all; 
}

img{
  max-width: 100%;
  height: auto;
}


html{
    font-size: 16px;
    color: rgb(121, 79, 10);
}

body {
  line-height: 1.7;
  font-family: "Noto Sans JP",Verdana, 
  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,sans-serif; 
/*  background:url(images/bg_all.png); */

}




.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.alignleft {
  float: left;
  margin: 0px 15px 15px 0; }

.alignright {
  float: right;
  margin: 0px 0px 15px 15px; }

.aligncenter {
  display: block;
  margin: auto; }

p {
  font-size: 16px;
  line-height: 1.7;
  color:#583822;
     }

li {
  list-style: none; }

h2, h3 {
  clear: both; }


caption {
font-size: 1.3em;
font-weight: bold;
caption-side: top;
}

/*********** パーツ*******************/

a.btnmore{
  border-width: 1px;
  border-color:#b18b43;
  border-style: solid;
  border-radius: 20px;
  color: #b18b43;
  line-height: 1.2;
  display: inline-block;
  padding:.3em 6em;
  position: relative;
}

a.btnmore:after{
  position: absolute;
  content: url(images/btn_arrow.png);
  display: inline-block;
  margin-left: 5px;
  top:2px;
}
a.btnmore:hover{
  text-decoration: none;
  color:#fff;
  background:#b18b43;
}


.bg2{
  /* background:url(images/bg_2.png); */
  background-color: #f8f4e6;
}

.table-striped tbody tr:nth-of-type(odd) {
    /*background:url(images/bg_2.png);*/
    /*background:rgb(244, 154, 193);*/
}

.table-striped td,.table-striped th{
  color: #54442a;
}

/*.table-striped tbody tr:nth-of-type(odd) td,.table-striped tbody tr:nth-of-type(odd) th{
  color:#fff;
}*/


/*********** パーツ*******************/
.note_list {
  padding-left: 1rem; }

.note_list li {
  padding: 5px 0px 5px 5px;
  position: relative; }

.note_list li:before {
  position: absolute;
  top: 15px;
  left: -10px;
  content: "";
  width: 7px;
  height: 7px;
  background: #B0938A;
  border-radius: 7px;
  background-size: 10%; }

.line {
  border-bottom: solid 1px #BC8F8F; }

a.links {
  position: relative;
  padding-right: 13px; }

a.links:after {
  position: absolute;
  content: '\f24d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  top: 5px;
  right: 1px;
  font-size: 0.5em; }

.google_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; }

.google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.scroll-table {
  overflow: auto;
  white-space: nowrap; }



/*********** ヘッダー*******************/
header{
  }



/*********** ナビゲーション*******************/

#navmenu1 ul li a{
  font-size: 0.9em;
  color: #583822;
}

#navmenu1 ul li span{
  display: block;
  font-size: .5em;
  text-align: center;
  color: #b18b43;
}

#navmenu1 .dropdown-menu{
  top:50px;
}


/*********** メインイメージ*******************/

#main {
  position:relative;
  background-size: cover;
 
}

#main p {
  color:#282828;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.83), -2px 2px 5px rgba(255, 255, 255, 0.83), 2px -2px 5px rgba(255, 255, 255, 0.83), -2px -2px 5px rgba(255, 255, 255, 0.83), 2px 0px 5px rgba(255, 255, 255, 0.83), 0px 2px 5px rgba(255, 255, 255, 0.83), -2px 0px 5px rgba(255, 255, 255, 0.83), 0px -2px 5px rgba(255, 255, 255, 0.83);
}

#main .catch{
  position: absolute;
  top:30%;
  z-index: 999;
  width:100%;
}



/*********** saleAsrea*******************/

ul.sale li> ul > li{
padding:5px 0 0 0;
color:#583822;
}

ul.sale li> ul > li span{
background:#b18b43;
padding:0 5px;
border-radius: 5px;
margin-right:5px;
color: #fff;
}

ul.sale li> ul > li span.syubetu{
  background:#b18b43;
}

ul.sale li> ul > li span.seibetu{
  background:#b18b43;
}


#saleArea p{
  color:;
}

#saleArea .btnbtn{
  border-width: 1px;
   background: #b18b43;
    border-style: solid;
    border-radius: 20px;
    color: #fff;
    line-height: 1.2;
    display: inline-block;
    padding: .3em 6em;
    position: relative;
}


#saleArea .heading span,#blog .heading span{
  color: #583822;
}

.heading{
  position: relative;
  margin-bottom: 2rem;
 background: url(images/ttl_line.png) no-repeat center bottom;
 padding-bottom: 1em;
}


.heading h2{
  font-size: 36px;
  color: #b18b43;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  margin-bottom: .1em;
}


.heading h2:before{
  content: "";
  position:absolute;
  width:31px;
  height: 31px;
  background: url(images/aic_about_ttl.png) no-repeat center;
  left:-38px;
  top:5px;
}

.heading span{
  font-size:.6em;
   color:  #b18b43;
   display: block;
}


/*販売情報*/
#saleArea .heading h2{
  color:#583822;
}

#saleArea .heading h2:before{
 content: none;
}

#aboutArea p{
  color:#583822;
}


#aboutArea h2{
  color:#b18b43;
}

#aboutArea .heading span{
  color:#b18b43; 
}

/*SNS*/
#snsArea .heading h2:before{
   width:31px;
  height: 31px;
  background: url(images/aic_sns_ttl.png) no-repeat center;
}

/*その他*/
#otherArea .heading h2:before{
   width:31px;
  height: 31px;
  background: url(images/aic_other_ttl.png) no-repeat center;
}
/*Cm*/
#cmArea .heading h2:before{
   width:31px;
  height: 31px;
  background: url(images/aic_cm_ttl.png) no-repeat center;
}

/*ブログ*/
#blog .heading h2{
  color: #583822;
}

#blog .heading h2:before{
   width:31px;
  height: 31px;
  background: url(images/aic_blog_ttl.png) no-repeat center;
}
/*バナー*/
#topicsArea .heading h2:before{
   width:31px;
  height: 31px;
  background: url(images/aic_about_ttl.png) no-repeat center;
}



#top h3{
  font-size: 24px;
  color: #583822;
}
#top h3 span{
  font-size:.4em;
   color: #b18b43;
   display: block;
   font-style: normal;
    
}


.snsArea a,.snsArea .color{
  color:#ccc;
}


/****************TOPICS**********************/

#topicsArea {
/* background: url(images/bg_topics.png); */
background-size: 100%;
}




/*****************WORK*********************/

#work {
background: url(images/bg_work.jpg);
}

#work ul li a{
  position: relative;
}

#work ul li img{
  max-width: 100%;
  border:1px solid #fff;
}

#work ul li p a{
  color: #fff;
}


/***************seoArea***********************/

#seoArea{
/* background: url(images/bg_seo.png); */
}


/*****************blog*********************/

#blog ul li a{
  position: relative;
  color:rgb(121, 79, 10);
}

#blog ul li a img{
  max-width: 100%;
  border-radius: 10px;
/*  border:4px solid #f49ac1;*/
  height:auto;
}

#blog ul li:nth-child(2n) a img{
  /*border:4px solid #9bcad0;*/
}

#blog ul li a p.column{
  position: absolute;
  display: inline-block;
  padding:.2em;
  right:0px;
  background-color: #fa0046;
  color:#fff;
}

#blog ul li.cate a.category{
  border-width: 1px;
  border-color: #b18b43;
  border-style: solid;
  border-radius: 20px;
  color: #b18b43;
  display: inline-block;
  padding:.1em 4em;
  position: relative;
}

#blog ul li a.category img{
    background:rgb(244, 154, 193);
}

/*#blog ul li.cate:nth-child(2n) a.category{
 border:1px solid #9bcad0;
 color: #9bcad0;

}*/

/*#blog ul li.cate:nth-child(2n) a.category img{
  background: #9bcad0;

}*/
  

/**************footer************************/

#footer{
  background: #141414;
  padding-bottom: 2em;
}


#company p{
  color:#fff;
  margin-bottom: .7em;

}


#footer li a{
  color:#fff;
}


#footer ul li a {
    display: block;
    margin: 5px;
    padding-left:15px;
    text-decoration: none;
    color: #fff;
    position: relative;
}

#footer ul li a:before {
    position: absolute;
    top: 12px;
    left: 5px;
    content: "";
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}




/****************下層ページ**********************/

.headerBg{
/*background: url(images/bg_header.png);*/
padding:3em 0 4em;

}

/*.gray_out{
 background-color: rgba(0,0,0,0.6);
padding:3em 0 4em;
}*/

.bg-pink{
background: rgb(244, 154, 193);
color:#fff;
}
.bg-pink a{
color:#fff;
}


.kasou h1{
color: #fff;
position: relative;
padding-left:1em; 
font-size:3rem;
color: #b18b43;
}

.kasou h1:before{
  content: "";
  background: url(images/h1_bg.png) no-repeat;
  width:20px;
  height:20px;
  position: absolute;
  left:0px;
  top:10px;
}

.kasou h2{
font-size: 2rem;
padding-bottom: .5em;
color:#b18b43;
display: inline-block;
position: relative;
}

.kasou h2:before{
  content: "";
  background: url(images/aic_h2.png) no-repeat ;
  width:20px;
  height:20px;
  position: absolute;
  left:-20px;
  top:5px;
}


.heading2{
  text-align:center;
  background: url(images/ttl_line.png) no-repeat center bottom;
  margin-bottom: 2em;
}


.kasou h3{
font-size: 24px;
color:#b18b43;
padding:5px 0 5px 1em;
position: relative;
margin-bottom: .8rem;
}

.kasou h3:before{
  content: "";
  background: url(images/aic_h3.png) no-repeat;
  width:20px;
  height:23px;
  position: absolute;
  left:0px;
  top:10px;
}

.breadcrumbs span{
  color:#583822;
}



.thumbnail img{
  max-width: 100%;
}


#inq li a{
  border-radius: 25px;
  background: #b18b43;
  padding: .5em 2em;
  color: #fff;
  width:300px;
  display: inline-block;
}

#inq{
 /* background: url(images/bg_pappy.png);*/
 background-color: #ffecfb;

} 




/***************下層ページのレイアウト***********************/

.kasou .post{
padding:1em 3em;
}




/***********パンくず調整***************************/
.post.post-page,.post.post-post{
  padding:0; 
}



/**************************************/




/**************************************/


/***********汎用パーツ*******************/
.listStyle li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fa0046;
  position: absolute;
  top: 1.0em;
  left: 1.0em; }

ul.listStyle li {
  font-weight: 600;
  line-height: 1.2;
  padding: 1.0em;
  padding-left: 2.25em;
  position: relative;
  }



/**************************************/
/*********** 下層ページ*******************/
/**************************************/
/*************下層テンプレート****************/

/*************step****************/

.step_area h4{
  font-weight: bold;
position: relative;
 background: url(images/h3_bg.png) left top;
padding:.5em 0 .5em 4em;
margin-bottom: 1em;
}

.kasou .step_area h4 span{
position: absolute;
border-radius: 20px;
background: #fff;
padding: .2em .5em;
font-size: .7em;
left:2%;
top:30%;
}

/*************bg-end****************/

.bg-end{
  background: #fffcf7;
}



/*************form****************/
.form {
  width: 70%;
  margin: 2em auto; }

.form input[type="submit"] {
  padding: 0.5em 1rem; }

form table th span{
  font-size:70%;
  color: red; 
}




/***********pagenation*******************/


.page-numbers{
   margin-right: 10px;
    display: inline-block;
}

.page-numbers.current {
    padding: 1px 10px;
    color: #ffffff;
    font-size: 1.19em;
    background-color: #000;
    border: 1px solid #000;
    display: inline-block;
  }


.screen-reader-text{
  display: none;
}


.btn.btn-danger.long{
  padding-left:3em !important
  ;
  padding-right:3em !important;
}


/***********swiper*******************/

 .swiper-button-next, .swiper-button-prev {
top:30% !important;
  }
 .swiper-container-horizontal>.swiper-pagination-bullets{
   bottom: -1px !important;
  }


/***********会社概要ページ*******************/
.companyArea table{
  margin-bottom: 2rem !important;

}

.companyArea .row{
  border-bottom:1px solid #ccc;
  margin-bottom: 1rem;
}


.companyArea table{
  width:90%;
}


.companyArea table th{
 width:40px;
 border-right:2px solid #ccc;
 white-space: nowrap;
 padding:5px 15px 
}

.companyArea table td{
 padding:5px 15px 
}






/******************************/

#step li{
  position: relative;
}


#step li p{
  margin-bottom: 0;
}

#step h4{
  text-align: center;
  padding: 10px 14px;
  color: #fff;
  background: rgba(255,71,151,0.6);
  border-radius: 15px 0 15px 0;
}

#step li img{
   border-radius: 15px 0 0px 0;
}

#step h4 span{
   font-family: 'Playfair Display','Noto Serif JP';
}

#step li{
  margin-bottom: 1rem;
}

#step li .bg-white{
  min-height: 280px;
}
/******************************/



/***********ページ*******************/



/***********スマホ*******************/
@media (max-width: 575.98px) {
/*トップページ*/

 #main h1 {
    font-weight: bold;
    font-size: 5vw;
}

#main h1 span {
    display: block;
    font-size: 6vw;
}

#navmenu1 ul li{
  text-align: center;

}

#navmenu1 ul li a {
   display: block;
       
}


/*
.dropdown-menu{
  display: block;
   visibility: hidden;
    transition: 0.6s;
    visibility: hidden;
    opacity: 0;
}

.dropdown-menu.show {
  display: block;
    visibility: visible;
    opacity: 1;

}
*/

#main {
      padding: 2em 0 2em;
}

.left1 {
    margin: 1.5em 0;
    width: auto; 
    position: static; 
    padding: 1em 1em 1em 1em;
    z-index: 2;
    left: auto;
}

.right1 {
    width: auto;
    position: static;
    }
.right2 {
    margin: 1.5em 0;
    width: auto; 
    position: static;
    padding: 1em 1em 1em 1em;
    z-index: 2;
    left: 0%;
}

.left2 {
    width: auto;
    position: relative;
    right: auto;
}
 #top h3{
  font-size: 1.5rem;

 }

#top .heading h2{
  font-size: 1.5em;
}

.navbar.navbar-light.navbar-expand-lg a img{
width:250px;
}
.heading h2:before{
background-size: 80%;
    left: -30px;
    top: 1px;
}

#top .heading span{
  font-size: .7em;
}


#top .heading h2 span.d-block{
  font-size: 1em;
  font-weight: bold;
}
#top .heading h2 span.d-block:before{
  content: none;
}
#top .heading h2 span.d-block:after{
  content: none;
}


.kasou .post {
     padding:.5em .5em; 
}


.kasou h1 {
     font-size: 1.5rem;
    }
.kasou h1:before {
   top: 7px;
}


/*タイポの調整*/
.kasou h2 {
    font-size: 1.2rem;
   padding-bottom: .5em;
}

.kasou h3 {
    font-size: 1.1rem;
}

.kasou h4 {
    font-size: 1rem;
}
/*ブログ調整*/

.blogcol h4{
  text-align: center;
}

.blogcol .d-flex.flex-wrap{
justify-content:center;
padding-bottom: .5em;
}

form table.table th,form table.table td{
  display: block;
}


form table.table input[type="text"],form table.table input[type="email"],
form table.table input[type="tel"]{
width:90%;
padding: .4em;
}

textarea{
  width:90%;
}
.form {
     width: 100%;
 
}

.thumbnail img {
  height:auto;
} 

.arrow{
  transform: rotate(90deg);
}



}/*end*/


.puppy-visit-banner-wrapper {
    position: fixed;
    z-index: 9999;
    background-color: white; /* ← スマホ用に白帯 */
}

/* PC表示：右下固定 */
@media (min-width: 769px) {
    .puppy-visit-banner-wrapper {
        bottom: 20px;
        right: 20px;
        background-color: transparent; /* PCでは白帯不要 */
    }
}

/* スマホ表示：下部横幅固定 */
@media (max-width: 768px) {
    .puppy-visit-banner-wrapper {
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 15px 15px 15px;
    }
}

/* バナーリンク（ぷくっと＋オレンジ） */
.puppy-visit-banner-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #FF8C42 0%, #E85C0D 100%);
    color: white;
    text-decoration: none;
    box-shadow:
        0 10px 24px rgba(232, 92, 13, 0.45),   /* 外側影 */
        0 2px 8px rgba(232, 92, 13, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.55),/* 上ハイライト */
        inset 0 -3px 0 rgba(140, 40, 0, 0.3);   /* 下影 */
    transition: all 0.3s ease;
    font-weight: bold;
    white-space: nowrap;
    border: 2px solid rgba(255, 140, 66, 0.6); /* 濃オレンジ枠 */
    border-radius: 50px;
    overflow: hidden;              /* はみ出し防止 */
    background-clip: padding-box;  /* 白にじみ防止 */
    font-family: "Noto Sans JP", Verdana, "ヒラギノ角ゴ ProN W3", 
                 "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;

    /* 🎯 アニメーションをこちらに */
    animation: puppy-banner-gentle-bounce 3s ease-in-out infinite;
}

/* 光沢ハイライト（上部） */
.puppy-visit-banner-link::before {
    content: "";
    position: absolute;
    inset: 3px 3px 56% 3px; /* 内側に調整 */
    border-radius: inherit;
    background: linear-gradient(to bottom, rgba(255,255,255,0.35), rgba(255,255,255,0));
    pointer-events: none;
}

/* 光沢ハイライト（中央ラディアル） */
.puppy-visit-banner-link::after {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: inherit;
    background: radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.12), rgba(255,255,255,0) 60%);
    pointer-events: none;
}

/* PC用のスタイル */
@media (min-width: 769px) {
    .puppy-visit-banner-link {
        padding: 20px 50px;
        font-size: 16px;
    }
}

/* スマホ用のスタイル */
@media (max-width: 768px) {
    .puppy-visit-banner-link {
        justify-content: center;
        padding: 18px 32px;
        font-size: 18px;
        max-width: 400px;
        margin: 1rem auto 0 auto; /* ← wrapperのpadding-topではなくmarginで調整 */
    }
}

@media (max-width: 480px) {
    .puppy-visit-banner-link {
        padding: 14px 24px;
        font-size: 14px;
    }
}

/* ホバーエフェクト（濃いオレンジ） */
.puppy-visit-banner-link:hover {
    transform: translateY(-3px);
    box-shadow:
        0 14px 30px rgba(232, 92, 13, 0.6),
        0 4px 10px rgba(232, 92, 13, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.65),
        inset 0 -3px 0 rgba(140, 40, 0, 0.35);
    background: linear-gradient(135deg, #FF7300 0%, #CC3700 100%);
    text-decoration: none;
    color: white;
}

/* バナーコンテンツ */
.puppy-banner-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* 肉球アイコン */
.puppy-paw-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
    margin-right: 4px;
    flex-shrink: 0;
}

/* バナーテキスト */
.puppy-banner-text {
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}

/* 矢印 */
.puppy-banner-arrow {
    font-size: 18px;
    margin-left: 4px;
    transition: transform 0.3s ease;
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,0.12);
}

.puppy-visit-banner-link:hover .puppy-banner-arrow {
    transform: translateX(3px);
}

/* 犬アイコン */
.puppy-banner-dog-icon::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(images/aic_h3.png) no-repeat center;
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
    filter: brightness(0) invert(1) brightness(2);
}

/* アニメーション */
@keyframes puppy-banner-gentle-bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-5px); }
    60% { transform: translateY(-3px); }
}

/* スマホ時のアニメーション調整 */
@media (max-width: 768px) {
    .puppy-visit-banner-wrapper:hover {
        animation-play-state: paused;
    }
}


/* お問合せ用　レスポンシブ対応 */
.puppy-contact-buttons {
    display: flex;
    max-width: 800px;
    margin: 0 auto 20px auto;
    justify-content: center;
    gap: 10px;
}

.puppy-contact-btn {
    flex: 1;
    max-width: 295px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
    color: white;
    line-height: 1;
    word-break: normal;
}

.puppy-phone-btn {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.puppy-line-btn {
    background: linear-gradient(135deg, #00B900 0%, #00A000 100%);
    box-shadow: 0 4px 12px rgba(0, 185, 0, 0.3);
}

.puppy-contact-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
    margin-right: 8px;
    flex-shrink: 0;
}

.puppy-contact-text {
    color: white;
    line-height: 20px;
}

.puppy-contact-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
    color: white;
}

.puppy-phone-btn:hover {
    background: linear-gradient(135deg, #5CBF60 0%, #4FB052 100%);
    box-shadow: 0 6px 16px rgba(76, 175, 80, 0.4);
}

.puppy-line-btn:hover {
    background: linear-gradient(135deg, #00C900 0%, #00B000 100%);
    box-shadow: 0 6px 16px rgba(0, 185, 0, 0.4);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .puppy-contact-buttons {
        flex-direction: column;
        max-width: 100%;
        gap: 10px;
    }
    
    .puppy-contact-btn {
        max-width: none;
    }
    
    .puppy-visit-info-section {
        padding: 20px 15px;
    }
    
    .puppy-visit-info-section div[style*="display: flex"] {
        flex-direction: column;

        
        
        gap: 8px;
    }
    
    .puppy-visit-info-section div[style*="display: flex"] span {
        min-width: 200px;
    }
}

/* ホバーエフェクト */
.puppy-contact-methods a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: white;
}

/* 送信ボタンの横の空白を削除 */
.wpcf7-spinner { display: none !important; }

.form{
  width: 100%;
}

.wpcf7-form-control.wpcf7-text {
    width: 90% !important;
    max-width: 100%;
    box-sizing: border-box; /* 枠やpadding込みで調整 */
}

.wpcf7 textarea[name="your-message"] {
  width: 90%;   /* 文字数92相当の幅にする */
  max-width: 100%; /* はみ出し防止 */
}

/* 行ラッパー */
.puppy-contact-row{
  display:flex;
  width:100%;
  margin:0 auto 20px auto;
  gap:10px;                 /* PC時の隙間 */
  box-sizing:border-box;
  flex-wrap:wrap;
  justify-content:center;
}
/* ボタン共通（色はinlineのまま） */
.puppy-contact-btn{
  display:flex; align-items:center; justify-content:center;
  padding:18px 24px; border-radius:10px; text-decoration:none;
  font-weight:bold; font-size:16px; color:#fff;
  transition:all .3s ease; box-sizing:border-box;
  gap:8px;
}
.puppy-contact-btn svg{ width:20px; height:20px; fill:currentColor; flex-shrink:0; }

/* PC：横1列で3等分・横幅いっぱい */
@media (min-width:769px){
  .puppy-contact-row{
    flex-direction: row;
    justify-content: center;   /* 真ん中寄せ */
    max-width: 900px;          /* 全体の横幅制限 */
    margin: 0 auto;            /* 中央配置 */
    gap: 15px;                 /* ボタン間の隙間 */
  }

  .puppy-contact-btn{
    flex: 1 1 0;
    width: 300px;          /* ボタンの最大幅（ここを変えれば大きさ調整可） */
  }
}
/* SP：縦に3つ・各ボタン横幅100% */
@media (max-width:768px){
  .puppy-contact-row{ flex-direction:column; }
  .puppy-contact-btn{ width:100%; }
}

/* SP：縦並び時は高さを統一 */
@media (max-width: 768px){
  .puppy-contact-row > a{
    width: 100%;
    height: 76px;         /* ← 全部同じ高さにしたいならコレ */
    /* min-height: 76px;  ← 可変にしたいならこっちに変更（長文は伸びる） */
    display: flex;
    align-items: center;   /* アイコン＆テキストを縦中央 */
    justify-content: center;
    line-height: 1.2;      /* 行間をやや詰める（改行時の高さ過剰を防ぐ） */
    text-align: center;    /* 中央寄せ */
    gap: 10px;
  }
  .puppy-contact-row > a svg{
    flex: 0 0 20px;        /* アイコン幅を固定して高さのブレを防ぐ */
    height: 20px;
  }
}

/* YouTube埋め込みをレスポンシブ対応にする */
.post.single iframe[src*="youtube.com"],
.post.single iframe[src*="youtu.be"] {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9; /* YouTube標準の縦横比 */
}

/* より確実にするための追加CSS */
.post.single iframe {
    max-width: 100%;
    height: auto;
}

/* YouTubeコンテナを作る場合（推奨） */
.youtube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9のアスペクト比 */
    margin: 20px 0;
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}