.dog_wrapper{
    max-width: 1040px;
    margin: 0 auto;
}

.petken_title{
    display: flex;
    /* z-index: 888; */
}

.petken_title img{
    border: 1px solid pink;
    margin: 0 auto;
    position: relative;
}

.petken_logo{
    position: relative;
}

.logo_caption{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: red;
    font-weight: bold;
    font-size: 8em;
}

.dog_title{
    text-align: center;
    margin: 10px 30px 0 30px;
}

.dog_title span{
	display: block;
}

.product-title span, .lead-title span{
	margin-left: 1rem;
}

.lead-text{
    margin: 30px;
    border-radius: 10px;
    background: rgba(255,250,228,1);
    text-align: justify;
    font-feature-settings : "palt";
}

.lead-text h3{
    color: #FFAC41;
    padding: 10px 10px 0px 10px;
}

.lead-text p{
    padding: 10px 10px 0 10px;
    color: gray;
    line-height: 1.3em;
    text-indent:1em;
    font-size: 0.9em
}


.hide-text {
    display: none;
}
 
button.readmore {
    position: relative;
/*    height: 70px;*/
    width: 90px;
    margin: 0px auto;
    display: block;
    background-color: transparent;
    color: #666;
    padding-bottom: 40px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px #666;
    border-right: solid 3px #666;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 28px;
    top: 10px;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore:hover::after {
    top: 20px;
}
 
.on-click {
    color: transparent!important;
}
 
.on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}


.product-lead{
    margin: 10px 30px 0 30px;
    border-radius: 10px;
    background: rgba(255,250,228,1);
    text-align: justify;
    font-feature-settings : "palt";
}

.product-lead h3{
    color: #FFAC41;
    padding: 10px 10px 0px 10px;
}

.product-lead p{
    padding: 10px;
    text-indent: 1em;
}

/* .treat{
    display: flex;
    justify-content:center; 
    text-align: justify;
    font-feature-settings : "palt";
} */

.treat{
	text-align: center;
}

.treat img{
	width: 299px;
	height: 224px;
}

.contents-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
    margin: 3rem auto;
    max-width: 1040px;
}

.product-box {
    display: flex;
	margin-bottom: 3rem;
	width: calc(100%/2 - 10px);
    max-width: 400px;
    border: 1px solid pink;
    border-radius: 20px;
}

.product-text{
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    margin: 10px;
    text-align: justify;
    font-feature-settings : "palt";
}

.product-box h3 {
	margin-bottom: 1rem;
	font-size: 1.1rem;
	text-align: center;
}

.product-box img{
    border-radius: 20px 0 0 20px;
}

.product-box h4 {
    margin-top: auto;
    align-self: flex-end;
	font-size: 1.0rem;
	text-align: center;
}

.order{
    display: flex;
    margin: 30px;
    font-size: 0.9em;
    justify-content: space-between;
    background-color: aliceblue;
}

.order p{
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: justify;
    font-feature-settings : "palt";
}

.order .address{
    padding: 10px;
    font-feature-settings : "palt";
}

.order a{
    text-decoration:underline;
}

.order .mail_title{
    padding: 10px;
}

.mail_title li{
    list-style: disc;
    margin-left: 20px;
}

.disclaimer{
    margin: 30px;
}

.disclaimer p{
    font-size: 1.2em;
    color: red;
}

.disclaimer li{
    margin: 5px;
    font-size: 0.8em;
    list-style: disc;
    margin-left: 1.5em;
    text-align: justify;
    font-feature-settings : "palt";
}

.manufacture{
    display: flex;
    justify-content: space-between;
    border: 1px solid pink;
    margin: 30px;
    font-size: 0.8em
}

.factory{
/*    background: pink;*/
    flex:2;

}

.sales{
/*    background: yellow;*/
    flex:1;
}

.address i{
    color: #D8A42A;
}

.address a:link{
    color: #D8A42A;
}

.ads_multi{
    text-align: center;
}

.sq_display{
	margin: 2em 0 0.5em 0;
    text-align: center;
}


@media screen and (max-width: 1024px){
.logo_caption{
    font-size: 8em;
}
}

@media (min-width: 600px) and (max-width: 1000px) {
    .logo_caption{
        font-size: 5em;
    }
}


@media screen and (max-width: 599px){
.dog_title{
	font-size: 1.3rem;
}

.contents-wrap {
	flex-direction: column;
	margin: 10px;
}

.logo_caption{
    font-size: 2em;
}

.product-lead{
	margin: 10px;
	font-size: 0.8em;
}
    
.product-title, .lead-title{
      text-align: center;
      font-size: 1rem;
    }  
    
.product-title span, .lead-title span{
	display: block;
	text-align: center;
}

.product-box {
	width: 100%;
	max-width: 100vw;
	margin-bottom: 1rem;
}

.manufacture{
	flex-flow:column;
	margin: 10px;
}
    
.factory{
	margin: 5px;
}

.sales{
	margin: 5px;
}
.disclaimer{
	margin: 10px;
	font-size: 0.8em;
}
.order{
	flex-flow: column;
	margin: 10px;
	font-size: 0.8em;
}
.mail_title{
	font-size: 0.97em;        
}
.mail_title li{
	font-size: 1em;
}

.address li:first-of-type{
font-size: 0.97em;
}
.lead-text{
	margin: 10px;
}

.treat{
	margin-bottom: 2em;
}
}