@charset "utf-8";


/*
	ぷらり！伊達の五感旅。404用CSS
	/404.html

	create	20260114-
*/

/* ---------------------------------------------------------
	約560px未満の画面向けスタイル mobile first
--------------------------------------------------------- */



/* header
---------------------------------------- */



/* main
---------------------------------------- */
/* ----- .e404Section ----- */
main .e404Section {
	margin: 0;
	padding: 50px 15px;
}
main .e404Section h3 {
	margin: 0 auto 20px;
}



/* footer
---------------------------------------- */



@media screen and (min-width: 375px){
	/*	約375px以上の画面向けスタイル second tablet */

}



@media screen and (min-width: 560px){
	/*	約560px以上の画面向けスタイル second tablet */

}



@media screen and (min-width: 740px){
	/*	約740px以上の画面向けスタイル second tablet */

}



@media screen and (min-width: 980px){
	/*	約980px以上の画面向けスタイル pc style */

}



@media screen and (min-width: 1200px){
	/*	約1200px以上の画面向けスタイル pc style */

	/* main
	---------------------------------------- */
	/* ----- .e404Section ----- */
	main .e404Section {
		padding: 80px calc(50% - 512px);
	}
}



@media screen and (min-width: 1366px){
	/*	約1200px以上の画面向けスタイル pc style */

	/* main
	---------------------------------------- */
	/* ----- .e404Section ----- */
	main .e404Section {
		padding: 80px calc(50% - 600px);
	}
}
