/* 共通CSS */
body > :not(header) {
	margin: 0 10vw;
}
header > * {
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
}
hr {
	position: relative;
	left: -10vw;
	width: 100vw;
}
h2 {
	font-size: 1.5em;
}
p {
	word-break: break-all;
}
address {
	text-align: center;
}
.contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	margin: 1vh 0;
}
.contact > img {
	width: 50vw;
	height: auto;
}
.big {
	font-size: 1.2em;
}
.underline {
	text-decoration: underline;
	text-decoration-color: yellow;
}
.date {
	font-size: 2em;
}
.piece {}
.piece > h2 {
	height: 1.5em;
}
.piece > h2::before {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	background: url("../images/夢キャンパスpiece.svg") no-repeat;
	background-size: contain;
	vertical-align: sub;
	padding-right: 10px;
}
.cont {
	border: solid #E2E8EC 5px;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
	height: 40vh;
}
.theme::before {
	content: "";
	display: inline-block;
	width: 3em;
	height: 3em;
	background-size: contain;
	vertical-align: middle;
	padding-right: 10px;
	margin-left: 15px;
}
.sr::before {
	background: url("../images/夢キャンパス_SR.svg") no-repeat;
}
.ll::before {
	background: url("../images/夢キャンパス_LL.svg") no-repeat;
}
.ig::before {
	background: url("../images/夢キャンパス_IG.svg") no-repeat;
}
.sa::before {
	background: url("../images/夢キャンパス_SA.svg") no-repeat;
}
.explain {
	width: max(35vw, 500px);
	height: 30vh;
}
.title_exp {
	display: table;
	background-color: #FFDB94;
	width: max(30vw, 450px);
	height: 3em;
	margin: auto;
}
.title_exp h3 {
	display: table-cell;
	text-align: center;
	word-break: break-all;
	vertical-align: middle;
}
.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.btn {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height: 10px;
	line-height: 10px;
	font-family: Verdana;
	width: auto;
	font-size: 14px;
	font-weight: 100;
	background-color: #B6B6B6;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}
.fb {
	color: #000000;
	padding: 10px;
	border: solid #969696 7px;
}
.fb:hover {
	background: #C0C0C0;
	border: solid #585858 7px;
}
.res {
	color: #F5F5F5;
	padding: 8px;
	background-color: rgba(153, 198, 36, 0.84);
	border: solid #99C624 7px;
}
.res:hover {
	background: rgba(153, 198, 36, 0.97);
	border: solid #B2E72A 7px;
}
.access {
	background-color: #B0B0B0;
	padding-bottom: 10px;
}
.flex_acs {
	display: flex;
	width: 80vw;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.flex_acs > * {
	margin: 5px;
}
.access > .piece {
	position: relative;
	top: 10px;
	left: 10px;
}
/* PCサイト */
@media only screen and (max-width : 1600px) {
	header {
		height: 7vh;
		margin: auto 5vw;
	}
	.contact {
		height: 90vh;
	}
	.btn {}
	.about {}
	.container {}
	.explain {}
	.piece_pnt {}
	.piece {}
	.theme.sr {}
	.theme.ll {}
	.theme.ig {}
	.theme.sa {}
	.access {}
	.map.google {}
	.map.yume {}
	.map {}
}
/* smart phone */
@media only screen and (max-width : 410px) {
	header > * {
		font-size: 0.7em;
		width: 90vw;
	}
	.big {
		font-size: 1em;
	}
	.contact {
		height: 80vh;
		margin: 0 5vw;
	}
	.btn {}
	.about {}
	.container {}
	.explain {
		height: auto;
		width: max(35vw, 300px);
	}
	.piece_pnt {}
	.piece {}
	.theme {
		font-size: 0.8em;
	}
	.title_exp {
		width: max(30vw, 280px);
		font-size: 0.9em;
	}
	.theme.sr {}
	.theme.ll {}
	.theme.ig {}
	.theme.sa {}
	.access {}
	.map.google {}
	.map.yume {}
	.map {}
}