.mytown-movie .inner{
	justify-content: center;
}

.yukitopapa{
	background-color: #fdf6e1;
}
.yukitodaiki{
	background-color: #f4f8ff;
}

.mytown-movie .inner div{
	margin-right: calc(8% / 3);
}
.yukitodaiki .inner div{
	width: 18%;
	margin-right: 2.5%;
}
.mytown-movie .inner div:last-of-type{
	margin-right: 0 !important;
}

.mytown-movie .inner img{
	width: 100%;
	height: auto;
}

.btn-yukitodaiki{
	position: absolute;
	top: -60px;
	right: 0;
	width: 400px;
	height: auto;
}


@media only screen and (max-width: 767px){
.mytown-movie .inner div{
	width: 100%;
	margin-right: 0;
}
.btn-yukitodaiki{
	top: -33px;
	width: 250px;
}
.btn-mytown-movie{
	background: transparent;
	border: 0;
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/cm/btn-mytown-movie.png) no-repeat center;
	background-size: 39px;
	margin: 15px auto 0;
}
}