@charset "UTF-8";



/* -- -- LO -- -- */

#s01 h1 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#s02 .heading {
	padding: 60px 10px;
}
#s01 .heading {
	padding: 60px 0 40px;
}

#s02 .main {
	padding: 10px 10px;
}
#s01 .main {
	margin-bottom: 60px;
	padding: 0 10px;
}

/* -- -- header -- -- */

header {
	background-size: auto 1400px;
	background-image: url(../img/bg.png);
	background-color: #f7f3de;
	background-position: center top;}
#kv {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}



/* -- -- s01 -- -- */

#s01 {
	text-align: center;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
	background-color: #f7f3de;
}
#s01 p {
	text-align: center;
	font-size: 2.5rem;
	margin-top: 1em;
}
#s01 .ttl {
	padding: 20px 0 1px;
}
#s01 .ttl p {
	font-size: 2rem;
	max-width: 100%;
}



/* -- -- s02 -- -- */

#s02 {
	background-position: center top;
	background-repeat: repeat;
	background-image: url(../img/bg.png);
	background-color: #f7f3de;
}
#s02 .mainInner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#s02 h2 {
	text-align: center;
}
#s02_1 {
	flex: 0 1 100%;
	margin: 30px;
	padding: 0  4em 4em;
	box-shadow: 0 2px 3px #ccc;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	font-size:2.2rem;
	background-color: #fff;
	
}
#s02_1>h2, #s02_1>p {
	flex: 1 1 100%;
}
#s02_1_1, #s02_1_2 {
	flex: 1 1 40%;
	margin: -20px 10px;
	padding: 0 0 1.5em;
}
#s02_1 h2 {
	font-size: 2rem;
	margin-bottom: 1em;
	font-weight: bold;
}


#s02_1 h3 {
	font-size: 1.7rem;
	margin: 1.5em 0.5em 0.5em;
	text-align: left;
	color: #666666;
}
#s02_1 h4 {
	margin-top: 2em;
	font-weight: bold;
}
#s02_1 p {
	margin-top: 1em;
}
#s02_1_1 h3 {
	text-align: center;
	font-size: 3.8rem;
	color: #000000;
	margin: 0.5em 0 0.3em;
	font-weight: bold;
	line-height: 1.4;
}
#s02_1_1 p {
	font-size: 1.5rem;
}
#s02_1_1 span small {
	color: #000;
	font-size: 1.6rem;
	font-weight: normal;
}
#s02_1 p.img {
	text-align: center;
}



/* -- -- footer -- -- */

footer {
	padding: 2em 0 6em;
	background-color: #fff;
	text-align: center;
	background-image: url(../img/bg.png);
	background-color: #f7f3de;
}




/* -- -- 768px -- -- */
@media (max-width: 768px) {
#s01 img {
	width: 100%;
	max-width: none;
}
#s02_1 {
	flex: 0 1 100%;
	margin-top: 30px;
	padding: 0 20px 20px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
#s02_1_1 {
	flex: 1 1 100%;
	margin: 10px;
}
#s01 h1{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
	font-size: 2.6rem;
	background-image: url(../img/line_90.png), url(../img/line_90.png);
	background-position: left -60px center,  right -60px center;
}



.sp {
	display: block;
}

.pc{
	display: none;
}




/* -- -- 480px -- -- */
@media (max-width: 480px) {
.sp480 {
	display:block;
}


#s02_1 {
	padding: 0 10px 10px 10px;
}

#s02_1 h2 {
	font-size: 1.7rem;	
}

/* -- -- 375px -- -- */
@media (max-width: 375px) {
	#datePlace .dateTime {
		font-size: 2.5rem;
	}
	#datePlace .fee {
		font-size: 2.5rem;
	}
#s02_1 h2 {
	font-size: 2.3rem;	
}
#s02_1 h3 {
	font-size: 2.25rem;	
}

