@charset "UTF-8";

.retired-dog-txt{
/*width: 778px;*/
width:100%;
margin: 0 auto;
line-height: 1.7;

margin-bottom: 40px;
}
span.retired-dog-bold{
font-weight: 700;
color: #a57c52;
font-size: 20px;
}
span.retired-dog-red{
color: #ec1e79;
font-weight: 700;
}
div.retired-dog-img{
width: 90%;
margin: 0 auto 40px;
}

div.retired-dog-grid{
width: 100%;
display: flex;
justify-content: space-between;
margin-bottom: 50px;
}
div.retired-dog-grid img{
display: block;
width: 238px;
}


.to-retirelist{
display: block;
background: #ec1e79;
color: #fff;
padding: 5px 10px;
width: 300px;
height: 50px;
line-height: 50px;
text-decoration: none;
text-align: center;
margin: 0 auto;
border-radius: 8px;
}

.pb180{
padding-bottom: 180px;
}

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

.retired-dog-txt{
width: 90%;
margin-bottom: 10vw;
font-size: 3vw;
}
span.retired-dog-bold{
font-size: 4vw;
}
div.retired-dog-grid{
flex-wrap: wrap;
}
div.retired-dog-grid img{
width: 60%;
margin: 0 auto 5vw;
}
span.retired-dog-bold{
font-weight: 700;
color: #a57c52;
font-size: 5vw;
margin-bottom: 5vw;
}
span.retired-dog-red{
color: #ec1e79;
font-weight: 700;
line-height: 1.7;

}
h2.font-4w{
font-size: 4.8vw;
}
.dogmassage{
padding: 5vw;
margin-top: 8vw;
}
.to-retirelist{

padding: 5px 10px;
width: 80%;
height: 10vw;
line-height: 10vw;
border-radius: 3vw;
}
.pb180{
padding-bottom: 20vw;
}
}
