
/*MV---------------------*/
#main {
	background: url(/meito/sp/hokkaido/images/doto-mv_pc.jpg);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
.mv-ttl strong {
    font-size: 8rem;
    font-weight: 400;
    margin-right: .5rem;
}
.mv-ttl {
	line-height: 7rem;
}
.plan-btnarea {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.plan-btnarea>div {
    flex: inherit;
    width: 33.3%;
    margin-bottom: 2rem;
}
.plan-btnarea>div:nth-child(4n) {
    border-left: 1px solid #007d04;
}

@media (max-width: 736px) {
	#main {
		margin: 0 -2.9891304348%;
		background-size: cover;
	}
	.mv-ttl {
		text-shadow: 0px 0px 25px #000000;
		line-height: 4rem;
	}
	.mv-ttl strong {
		font-size: 5rem;
	}
	.mv-ttl span {
		margin-bottom: 2rem;
	}
	h2 span.icon {
        min-width: 200px;
    }
	.plan-btnarea>div {
		flex: 0 0 48%;
		width: auto;
		margin-bottom:0; 
	}
	.plan-btnarea>div:nth-child(4n) {
		border-left: none;
	}
}

.rusutsu .st2-slider__slide{
	max-width: 25%;
}

@media (max-width: 736px) {
	.rusutsu .st2-slider__slide{
		max-width: 100%;
	}
}



