@charset "UTF-8";


@media screen and (max-width: 900px) {
#information + section .inner_item_img img {
    max-height: 200px;
    object-fit: contain;
}
}

@media screen and (max-width: 480px) {
#target_animal + div .wrapper_item {
    justify-content: center;
}

#target_animal + div .inner_item {
    width: 48% !important;
    margin-bottom: 0 !important;
}

#target_animal + div .inner_item_img {
    padding-top: 80%;
    width: 80%;
}
}


/*-----------------------------肉球アイコン---------------------------------*/
.is-pad-text {
    position: relative;
    padding-left: 40px;
    display: inline-block;
}

.is-pad-text::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    width: 26px;
    height: 23px;
    vertical-align: middle;
    background: center center/contain url(/common/upload_data/yuri-ah2022com/image/20230208134421.png) no-repeat;
}

@media screen and (max-width: 700px) {
.is-pad-text {
    padding-left: 0;
    padding-top: 40px;
    display: block;
}

.is-pad-text::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}
}



#menu_item + div .items {
  margin-right: 10rem;
}

@media (max-width: 900px) {
#menu_item + div .items {
  margin-right: 0rem;
}
}


/*-----------------------------犬猫画像-----------------------------*/
#target_animal + .composite_box01 .inner_item img {
    object-fit: contain;
    border-radius: 0%;
}