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

/* =========================================================
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: center;
	align-items: flex-end;
}

div#cont01 div.plan div.plan_inner{
	width: 410px;
	height: auto;
	overflow: hidden;
}

div#cont01 div.plan div.plan_inner div.plan_photo{
	width: 410px;
	height: 571px;
	text-align: center;
	overflow: hidden;
}

div#cont01 div.plan div.plan_inner div.plan_photo img{
	width: auto;
	height: 100%;
}

/*横画像が入る場合のcss*/
div#cont01 div.plan div.plan_inner div.plan_photo.photo_01 img.yoko{
	margin-left: -46%;
}

/* div#cont01 div.plan div.plan_inner:first-child {
	float: left;
}*/

div#cont01 div.plan div.plan_inner:nth-of-type(2) {
	margin-left: 18.5px;
}

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;
}

/* =========================================================
cont02
========================================================= */
div#cont02 {
	width: 857px;
	margin: 0 auto;
	background-image: url(../img/party/party03.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center 0;
	padding: 151px 0;
	margin-top: 25px;
}

div#cont02 div.inner {
	width: 424px;
	margin: 0 auto;
	background-color: #2F110D;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-align: center;
	padding: 43px 0 39px;
}

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

div#cont02 div.inner a {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 0;
	font-size: 10.5px;
	letter-spacing: 1.5px;
	display: inline-block;
	margin-top: 25px;
	width: 240px;
}

/* =========================================================
cont03
========================================================= */
div#cont03 {
	width: 857px;
	margin: 0 auto;
	background-image: url(../img/party/party04.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center 0;
	padding: 151px 0;
	margin-top: 50px;
}

div#cont03 div.inner {
	width: 424px;
	margin: 0 auto;
	background-color: #2F110D;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-align: center;
	padding: 43px 0 39px;
}

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

div#cont03 div.inner a {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 0;
	font-size: 10.5px;
	letter-spacing: 1.5px;
	display: inline-block;
	margin-top: 25px;
	width: 240px;
}


}
