/* -------------------------------------------- 矢印 */
.swiper-button-next,
.swiper-button-prev {
  color: #F4CAD0;
}

.swiper-slide img{
	padding: 0 1em;
}

.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #4d4d4d;
	opacity: 0.5; /* 半透明（デフォルトでは0.2） */
}
/* 現在のスライドのスタイル */
.swiper-pagination-bullet-active {
	width: 15px;
	height: 15px;
	background: #F4CAD0;
	opacity: .8;
}





/* -------------------------------------------- 赤ちゃんの遊び・暮らし */
.play_swiper .swiper-slide{
    padding-bottom: 3em;
}

.sub_play .swiper-pagination-bullet-active {
	background: #77a869;
}











@media screen and (max-width: 540px){
    .swiper-button-next,
    .swiper-button-prev{
        display: none;
    }
    
}