/* CSS Document */
/* main page_edit　2025.09　トップページバナー位置調整
------------------------------------------------------------*/
@media screen and (min-width: 701px) {
#mainimg.top .item-text{
Left:78%;
Top:220px;
}
}
@media screen and (max-width: 700px) {
#mainimg.top .item-text{
Left:78%;
Top:100px;
}
}

/* 2025.09　頂幼稚園ってどんなところ？　バースデーランチ追加
------------------------------------------------------------*/
main.next #place .place-lunch .item-imgs.birthday {
justify-content:center;
}
@media screen and (min-width: 701px) {
main.next #place .place-lunch .item-imgs.birthday {
margin-top:40px;
margin-bottom:30px;
}
}