@charset "utf-8";

.guide-image{
	display: flex;
	column-gap: 40px;
	justify-content: space-between;
	width: 80%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.guide-after, .guide-gate{
	display: flex;
	flex-direction: column;
}

.guide-image p{
	text-align: center;
	margin-top: 20px;
	font-size: calc(1vw + 8pt);
	line-height: 18pt;
}

.guide-image img{
	box-shadow: 5px 5px 5px #CCCCCC;
}


/*-- スマホ・タブレットデザイン設定 --*/
@media (max-width: 800px) {
	.guide-image{
		flex-direction: column;
		width: 60%;
	}
	
	.guide-image p{
		font-size: 14pt;
		margin-bottom: 80px;
	}
	
	.footer{
		margin-top: 0px;
	}
}

@media (max-width: 500px) {
}