@charset "UTF-8";

/* ヘッダー処理 */
/*
.header { display: none; }
#catch { display: none; }
#breadcrumb { display: none; }
*/

/* M reset */
article ul { padding: 0; }
article h2, article h3 { margin: 0; }


/* メイン */

#plan-main {
}
#plan-inner {
	width: 1020px;
	margin: 0px auto;
}

#plan-main h2 {
	margin-bottom: 20px;
/*	padding-top: 25px;*/
	text-align: center;
}
#plan-main .right-box {
	float: right;
	width: 510px;
	margin-bottom: 20px;
}
#plan-main .left-box {
	float: left;
	width: 510px;
	margin-bottom: 20px;
}
#plan-main .left-box2 {
	float: left;
	width: 510px;
	height: 295px;
	margin-bottom: 20px;
}
#plan-main .left-box2 img {
	margin-top: 23px;
}

#plan-main p#attention-text {
	margin: 4px 0px 0px 2em;
	text-indent: -1em;
	line-height: 120%;
	font-size: 13px;
	font-weight: bold;
}
#plan-main p#info-text {
	margin: 0px 0px 0px 25px;
	line-height: 150%;
	font-size: 15.5px;
}
#plan-main .link-reserve {
	margin-bottom: 50px;
	text-align: center;
}
#plan-main .link-reserve a:hover {
	opacity: 0.7;
}

#plan-main #flyer-box img {
	display: block;
  margin: auto;
}

#link-reserve-bottom {
	padding: 25px 0px 60px 0px;
	text-align: center;
}
#link-reserve-bottom a:hover {
	opacity: 0.7;
}

/* メインここまで */


@media screen and (max-width: 480px) {

/* ヘッダー、フッタ用 */

	#layout_area {
		width: 100%;
	}
	#footer_page {
		background-size: auto 100%;
	}

/* ヘッダー、フッタ用ここまで */


/* メイン */

	#plan-main .pc {
		display: none;
	}


	#plan-inner {
		width: 95%;
	}

	#plan-main h2 img {
		width: 100%;
		height: auto;
	}
	#plan-main .right-box {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#plan-main .left-box {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#plan-main .left-box2 {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	#plan-main .right-box img,
	#plan-main .left-box img,
	#plan-main .left-box2 img {
		margin-top: 0px;
		width: 100%;
		height: auto;
	}

	#plan-main p#info-text {
		margin: 0px 0px 0px 0px;
		font-size: 14px;
	}
	#plan-main .link-reserve img {
		width: 100%;
		height: auto;
	}

	#plan-main #flyer-box img {
		width: 100%;
		height: auto;
	}

	#link-reserve-bottom {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
	}
	#link-reserve-bottom img {
		width: 100%;
		height: auto;
	}

/* メインここまで */

}