@charset "utf-8";

html {
	}

body {
	margin: 0 auto;
	background: #000080;
	font-family: san-serif;
	font-size: 16px;
	}


.pc_none {
	display: none;/* パソコンンでは非表示 */
}

.sp_none {
	display: block;/* スマートフォンでは非表示 */
}


/* メインコンテンツレイアウト部分 */

.wrapper {
	background: url(../images/bg.png);
	}

.container {
	margin: 0 auto;
	width: 860px;
	text-align: center;
	}

.keyvisual {
	position: relative;
	}

.keyvisual img{
	margin: 10px;
	width: 80%;
	box-shadow: 0 0 5px gray;
	}


@media screen and (min-width: 768px) {
	.event_catch {
		position: absolute;
		margin: 0;
		top: 14%;
		left: 18%;
		font-family: 'Homenaje', sans-serif;
		font-size: 2.4rem;
		font-weight: bold;
		color: #fff200;
		text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
		}


.addionalvisual {
	padding-bottom: 20px;
	}

.content-text {
	padding-left: 60px;
	text-align: left;
	}


.con_box {
	margin: 0 auto;
	overflow: hidden;
	width: 600px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 1.6;
	font-size: 1.0rem;
	}

.partyphoto_1 {
	width: 300px;
	box-shadow: 0 0 5px gray;
	}

.partyphoto_2 {
	width: 200px;
	box-shadow: 0 0 5px gray;
	}


@media screen and (min-width: 768px) {
	.information {
		position: absolute;
		top: 30%;
		left: 35%;
		font-family: "Homenaje", sans-serif;
		font-size: 2.6rem;
		font-weight: bold;
		color: #ff2300;
		text-shadow: 4px 4px 4px rgba(0,0,0,0.5);
		}
}


