@charset "utf-8";

/* 空の背景固定 */
body{
	background-image: url(img-bg-sky.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50%;
}

/* ------------------------
footer
---------------------------- */
footer{
	background-color: #1d7ce4;
	font-size:115%;
	font-family: sans-serif;
	line-height: 2.5rem;
}
footer section{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
footer section p{
	color: #fff;
}
footer section p br.sp-br{
	display: none;
}
footer section p.copy{
	margin-bottom: 0;
}

/* ------------------------
main
---------------------------- */
main{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
section.contents-wrap{
	width: 100%;
	background-color: #fff;
	padding: 20px;
	margin: 40px auto;
	border-radius: 5px;
}

.pt-3 {
    padding-top: 1.5rem !important;
}
.pb-3 {
    padding-bottom: 1.5rem !important;
}

/* メニュー配色変更 pattern1 */
nav,
#navi .sp-navi,
.page li a:hover,
.current,
footer {
   background-color: #3a3aff; /* #1d7ce4*/
}
footer section p {
    color: #fff;
}
