@charset "Shift_JIS";

/*==============================================
 共通 ここから
================================================*/
#pet_cake img {
  width: 100%;
}
#pet_cake .top-img {
    margin-bottom: 3%;
    max-width: 700px;
}
#pet_cake a:hover {
    opacity: .75;
}
#pet_cake a:hover p{
    color: #222;
}
/* 税込 */
#pet_cake .buy_price>ul .price.sale+.intax,.buy_price>ul .intax {
    display: none !important;
}
/* セール時の文字色変更 */
#pet_cake .spesicalprice {
    display: none !important;
}
/* pc-削除 */
#pet_cake .pc-none {
    display: none;
}
/* パンくず一行に収める */
#topicPath, #topicPath2 {
    display: flex;
    align-items: center;
}
#topicPath li.active {
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* font-size: .8em; */
}
/* マーカー */
#pet_cake span.marker {
    background: linear-gradient(transparent 50%, #ffe69b 50%);
    font-size: 1em;
    font-weight: 500;
}
/*==============================================
 共通 ここまで
================================================*/
#pet_cake a {
    background-color: transparent;
    opacity: 1;
    color: #2662c1 !important;
    font-size: 1.05rem !important;
    text-decoration: underline;
}
#pet_cake a:hover {
    opacity: .75;
}
#pet_cake h1 {
    margin-bottom: 3%;
}
#pet_cake p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 2%;
    font-weight: 300;
}
#pet_cake br {
    margin: 1% 0;
    display: block;
    content: '';
}
#pet_cake h2 {
    margin-top: 2%;
    margin-bottom: 1%;
    padding: 1rem 2rem;
    border-left: 5px solid #eb0012;
    background: #f4f4f4;
}
#pet_cake h3 {
    margin-top: 1%;
    margin-bottom: 1%;
    padding: .5rem 2rem;
    border-left: 5px solid #ffa838;
    background: #f4f4f4;
}
#pet_cake .contents-img {
    width: 100%;
    max-width: 700px;
}
#pet_cake .thumbnail {
    width: 100%;
}
/*==============================================
 おすすめ商品 ここから
================================================*/
#pet_cake .osusume-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#pet_cake .osusume-item .item {
    width: 23%;
    text-decoration: none;
}
#pet_cake .osusume-item .item h4{
    color: #222;
    text-align: center;
    font-size: 1.1rem;
}
#pet_cake .osusume-item .item h4 span{
    font-size: 1.05rem;
}
#pet_cake .osusume-item .item .buy_price{
    position: relative;
    text-align: center;
}
#pet_cake .osusume-item .item .buy_price::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .4rem;
    height: .4rem;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    top: 0%;
    bottom: 0;
    right: 25%;
    margin: auto auto 3.7%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#pet_cake .osusume-item .item .price,
#pet_cake .osusume-item .item .sale,
#pet_cake .osusume-item .item .price.sale{
    color: #222 !important;
    font-size: 1.3rem;
}
@media screen and (max-width: 959px) {
    #pet_cake .osusume-item {
        gap: 4%;
    }
	#pet_cake .osusume-item .item {
        width: 48%;
    }
}
/*==============================================
 おすすめ商品 ここまで
================================================*/
#pet_cake .ai-text {
    /* background-color: #ffe7e9; */
    box-sizing: border-box;
    /* display: inline-block; */
    width: 100%;
    max-width: 700px;
    margin-top: 2%;
}
#pet_cake .ai-text p{
    font-size: 1rem;
    /* padding: .5em 1em; */
    /* margin-bottom: 2%; */
    display: inline-block;
    white-space: nowrap;
}
/*==============================================
 目次 ここから
================================================*/
#pet_cake .agenda {
    width: 100%;
    max-width: 700px;
    background-color: #f5f5f5;
    box-sizing: border-box;
}
#pet_cake .agenda-title {
    position: relative;
    font-size: 1.1rem;
    margin-bottom: 0%;
    padding: .8em;
    background: #383838;
    color: #FFF;
}
#pet_cake .agenda-title::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .5rem;
    height: .5rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 3%;
    margin: auto;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all .3s ease 0s;
}
#pet_cake .agenda-title.show::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .3s ease 0s;
}
#pet_cake .agenda-list {
    margin-left: -1%;
    box-sizing: border-box;

    /* display: none; */
    height: 0;
    overflow: hidden;
    padding: 0;
}
#pet_cake .agenda-list.show {
    /* display: block; */
    height: auto;
    padding: 5% 3% 3%;
}

#pet_cake .agenda-list li a{
    font-size: .95rem !important;
    margin-bottom: 1%;
    /* color: #222 !important; */
    /* text-decoration: none; */
    font-weight: 300;
}
#pet_cake .agenda-list ol {
    counter-reset: section;
    list-style-type: none;
    margin-left: 2%;
    font-size: 1rem;
}
#pet_cake .agenda-list > ol > li {
    margin-bottom: 3%;
}
#pet_cake .agenda-list > ol > li > ol > li {
    margin-bottom: 1.5%;
}
#pet_cake .agenda-list > ol > li > ol > li:nth-child(1) {
    margin-top: 1.5%;
}
#pet_cake .agenda-list ol > li > a {
    margin-bottom: 1%;
}
#pet_cake .agenda-list li::before {
    counter-increment: section;
    content: counters(section, ".") " ";
    font-size: 1.05rem;
    color: #2b2b2b;
    font-weight: 300;
    margin-right: .5%;
}
/*==============================================
 目次 ここまで
================================================*/


/* 導入部分太線 */
#pet_cake span{
    font-size: 1.05rem;
    font-weight: 600;
}
/* 気を付けたい事　からh3タグ上余白 */
h5{
    margin-top: 30px;
}



/* 商品バナーテンプレ */

.item01 {
    max-width: 600px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 2% 0;
}
.item01 img{
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}
.item01 li:last-child {
    width: 70%;
    text-align: center;
    padding: 0 2%;
}
.item01 li a {
    text-decoration: none;
    font-size: 3vw;
    display: block;
    line-height: initial;
    color: #222;
}
.btn {
    width: 90%;
    margin: 10px auto 0;
    font-size: 18px;
    color: #fff;
    background-color: #222;
    padding: 3px 0;
    border: solid 2px;
    border-radius: 50px;
    text-decoration: none;
}

#pet_cake .store_back {
    background-color: #222;
    border: solid 2px;
    border-radius: 50px;
    width: 60%;
    text-align: center;
    margin: 1% auto 0;
}
#pet_cake .store_back a {
    font-size: 20px;
    color: #fff !important;
    padding: 10px 0;
    display: block;
}
#pet_cake .pet-articles {
    background-color: #e2ad3b;
    border: solid 2px #e2ad3b;
    border-radius: 50px;
    width: 60%;
    text-align: center;
    margin: 5% auto 0;
}
#pet_cake .pet-articles a {
    font-size: 20px;
    color: #fff !important;
    padding: 10px 0;
    display: block;
}