/*PCサイト*/
@media only screen and (min-width: 600px) {
/* =========================================================
main
========================================================= */
div#main {
	width: 100%;
	min-width: 1024px;
	background-image: url(../img/menu/menu_back.jpg);
	background-repeat: no-repeat;
	background-size: 226%;
	background-position: center 0;
}

/* =========================================================
cont01
========================================================= */
div#cont01{
	width: 857px;
	margin: 0 auto;
	padding: 53px 0;
	text-align: center;
}

div#cont01 h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24.5px;
	color: #fff;
	letter-spacing: 4.5px;
	line-height: 38px;
}

div#cont01 div.plan{
	width: 100%;
	height: auto;
	margin-top: 43px;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
}
div#cont01 div.plan div.plan_inner{
	width: 30%;
	height: auto;
	margin-left: 2%;
	margin-bottom: 30px;
	overflow: hidden;
}
div#cont01 div.plan div.plan_inner:nth-of-type(1),
div#cont01 div.plan div.plan_inner:nth-of-type(4){
	margin-left: 0;
}

div#cont01 div.plan div.plan_inner:nth-child(n+4){
	margin-top:20px; 
}

div#cont01 div.plan div.plan_inner:last-child{
	margin-right:0px;
}

div#cont01 div.plan div.plan_inner div.plan_photo{
	width: 100%;
	height: 194px;
	height: auto;
	text-align: center;
	overflow: hidden;
}

div#cont01 div.plan div.plan_inner div.plan_photo img{
	width: auto;
	max-height: 194px;
}

div#cont01 div.plan div.plan_inner a {
	font-size: 13px;
	color: #fff;
	letter-spacing: 1.5px;
	display: inline-block;
	margin-top: 23px;
	padding: 1px 2px;
}



}
