﻿@charset "UTF-8";

#wrapper {
	margin: 0 auto;
	width: 94%;
}
.party_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto;
	width: 94%;
}
.party_content ul li {
	font-size: 1.4rem;
	line-height: 1.6;
	color: midnightblue;
}
.party_content .image_area {
	width: 44%;
}
/
.image_area p {
	margin-top: 10px;
	text-align: center;
}
.image_area ul {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	text-align: center;
}
.image_area ul li {
	width: 49%;
}
#subTitle {
	width:52%;
//	margin:0 auto;
	text-align:center;
}
#subTitle h2{
	margin:0 auto 8px;
	font-weight: bold;
	font-size:2.4rem;
	line-height: 2;
	color:royalblue;
}
#subTitle h3{
	font-size:1.6rem;
	line-height:1.8;
	color:#666;
}
#subTitle p {
	margin: 0 auto;
	padding: 10px 0;
	width: 80%;
	font-size:1.2rem;
	line-height:1.4;
	color:red;
}
#subTitle .event{
	margin-top: 10px;
	font-size:0.85rem;
	color:#666;
}
#subTitle p.spring {
	margin: 30px auto 0;
	padding: 10px;
	width: 30%;
	font-size:0.95rem;
	background: mistyrose;
	border-radius: 50%;
}
#subTitle .spring a {
	display: block;
//	padding: 10px;
	color: crimson;
	
}
#subTitle p.summer {
	margin: 30px auto 0;
	padding: 10px;
	width: 30%;
	font-size:0.95rem;
	background: lightsteelblue;
	border-radius: 50%;
}
#subTitle p.summer a {
	display: block;
//	padding: 10px;
	color: navy;
}

.eventTitle h2 {
	margin: 0 auto;
	font-size: 2.8em;
	color: royalblue;
	text-align: center;
}
.eventTitle h3{
	margin-top:6%;
	font-size:2em;
	line-height:1.4em;
	color:#666;
	text-align:center;
}
.eventTitle p{
	font-size:1.2em;
	line-height:1.6em;
	text-align:center;
}
.eventTitle ul{
	margin:0 auto;
	padding-left:30px;
	list-style:disc;
	width:34%;
	font-size:1.3em;
	line-height:1.8em;
//	text-align:center;
}
.box{
	display:flex;
	justify-content:space-between;
	margin:4% auto 0;
	width:96%;
}
.last{
	padding-bottom:20px;
}
.box p {
	margin:0 auto;
}
.box ul {
	display:flex;
	justify-content:space-between;
	width:50%;
}
.box li{
	margin:0 2%;
	width:49%;
}

/*summer party===================================================*/
#top_box {
	
}
#top_box h2{
	margin:0 auto;
	font-weight: bold;
	font-size:2.4rem;
	line-height: 2;
	color:royalblue;
}
#top_box h3{
	font-size:1.6rem;
	line-height:1.8;
	color:#666;
}
#top_box p {
	font-size:1.2rem;
	line-height:1.4;
}
#top_box li{
//	margin-top: 10px;
	font-size:1.4rem;
	line-height: 1.6;
	color:midnightblue;
}

/*Responsive=====================================================*/

@media screen and (max-width:1026px){

}

@media screen and (max-width:900px){
.party_content .image_area {
//	width: 43%;
}
.image_area p {
	margin-top: 8px;
}
#subTitle {
	width:55%;
}
#subTitle h2{
	font-size:2.2rem;
	line-height: 1.8;
}
#subTitle h3{
	font-size:1.6rem;
	line-height:1.8;
	color:#666;
}

#subTitle p {
//	width: 90%;
//	font-size:1rem;
//	line-height:1.4;
}
}

@media screen and (max-width:770px){
	.box{
		flex-direction:column;
		margin:4% auto 0;
		width:98%;
	}
	.box ul{
		margin:4% auto;
		width:98%;
	}
	.box li{
		margin:0 2%;
		width:49%;
	}

	#subTitle {
		margin: 0 auto;
		width:80%;
//		background: papayawhip;
		border-radius: 40px 10px;
	}
	#subTitle h2{
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	#subTitle h3{
		font-size:1.3rem;
		line-height:1.4;
		}
	#subTitle p {
//		width: 80%;
		font-size: 1rem;
		line-height:1.2;
	}

	#subTitle .event{
		margin: 20px auto 0;
		width: 70%;
		font-size:0.9rem;
		text-align: left;
	}
	.party_content .image_area {
		flex-dairection: column;
		margin: 20px auto 0;
		width: 80%;
	}
	.image_area ul {
		flex-direction: column;
		margin: 10px auto 0 ;
		width: 90%;
	}
	.image_area ul li {
		margin: 0 auto 20px;
		width: 90%;
	
	}
}


@media screen and (max-width:640px){
	#subTitle {
		margin: 0 auto;
		width:90%;
	}
	#subTitle h2{
//		display:block;
		font-size:1.6rem;
	}
	#subTitle h3{
		font-size:1.2rem;
	}
}