@charset "UTF-8";

/* contentArea
================================================== */
#contentArea {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5% 5%;
}
/* aboutArea
================================================== */
#aboutArea {
	padding-top: 5%;
}
#aboutArea h2 {
	width: 90%;
	margin: 0 auto;
	max-width: 600px;
	padding-bottom: 1em;
}
#aboutArea p {
	font-weight: 700;
	font-size: 120%;
}
@media screen and (max-width: 767px) {
	#aboutArea p {
		font-size: 100%;
	}
}

/* pagetop
================================================== */
#pagetop {
	padding: 5% 0 1rem;
	color: #282e60;
}
#pagetop h1{
	font-size: 220%;
	line-height: 130%;
	font-weight: 700;
	padding: 0 0 1rem;
}
@media screen and (max-width: 1000px) {
	#pagetop h1{
		font-size: 3.5vw;
	}
}
@media screen and (max-width: 767px) {
	#pagetop h1{
		font-size: 120%;
	}
}
#pagetop .day{
	font-size: 0.7rem;
	font-weight: 700;
	padding: 0 0 1rem;
}
#pagetop .topTxt{
	font-weight: 700;
	font-size: 120%;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	#pagetop .topTxt{
		font-size: 100%;
	}
}

/* contentBox
================================================== */
.contentBox {
	padding: 0 0 5%;
}
.contentBox h2{
	font-size: 160%;
	line-height: 130%;
	font-weight: 700;
	padding: 5% 0 10px;
}
@media screen and (max-width: 1000px) {
	.contentBox h2{
		font-size: 2.5vw;
	}
}
@media screen and (max-width: 767px) {
	.contentBox h2{
		font-size: 120%;
	}
}
.contentBox p{
	font-size: 120%;
	line-height: 1.8;
	padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.contentBox p{
		font-size: 100%;
	}
}

/* bannerArea
================================================== */
.bannerArea {
	padding: 5% 0;
	color: #282e60;
}
@media screen and (max-width: 767px) {
	.bannerArea {
		padding: 10% 0 0;
		border: none;
	}
}
.bannerArea figure{
	padding-bottom: 2%;
}
@media screen and (max-width: 767px) {
	.bannerArea figure{
		padding-bottom: 2%;
	}
}
.bannerArea .day{
	font-size: 80%;
	font-weight: 700;
	padding-bottom: 1%;
}
.bannerArea h2{
	font-size: 200%;
	line-height: 140%;
	font-weight: 700;
}
@media screen and (max-width: 1000px) {
	.bannerArea h2{
		font-size: 2.8vw;
	}
}
@media screen and (max-width: 767px) {
	.bannerArea h2{
		font-size: 130%;
	}
}
.bannerArea h3{
	font-size: 110%;
	line-height: 120%;
	font-weight: 700;
	padding: 1% 0 1em;
}
@media screen and (max-width: 1000px) {
	.bannerArea h3{
		font-size: 1.8vw;
	}
}
@media screen and (max-width: 767px) {
	.bannerArea h3{
		font-size: 100%;
	}
}
.bannerArea picture img{
	border-radius: 4px;
}
.bannerArea a{
	color: #222;
}
/* mapArea
================================================== */
#mapArea {
	padding: 0 5% 5%;
}


