@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family:sans-serif;
	color:darkblue;
	font-size:16px;
	line-height: 1.7;
	background-color: #fff;
}

.container {
	margin: 0 auto;
	max-width: 960px;
	padding: 30px;
   
}

header {
	padding: 20px;
	text-align: center;
	background-color: #9acd32;
	background-image:url("../img/head.jpg");
background-size: cover;
}

footer {
	padding: 15px;
	background: #6b8e23;
	color: #fff;
	margin-top: 30px;
	text-align: center;
}

/* 見出しh1～h3 */
h1{
    text-shadow:
0 0 5px #fff,
0 0 13px #fff,
0 0 13px #fff,
0 0 13px #fff,
0 0 13px #fff;
font-size: 40px;
color:darkblue
}
h2{ 
text-align: center;
text-shadow:
0 0 5px #fff,
0 0 13px #fff,
0 0 13px #fff,
0 0 13px #fff,
0 0 13px #fff;
 color: darkblue
}


/* ナビゲーション */
.menu {
margin: 10px 0 30px;
padding: 0;
list-style-type: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.menu li a {
display: block;
padding: 10px 20px;
color: #fff;
text-decoration: none;
text-align: center;
background-color: darkcyan;
margin: 7px;
border-radius: 5px;
}
.menu li a:hover {
background-color: palevioletred;
color: #fff;
}


/* 画像レスポンシブ*/
img{
max-width:100%;
height:auto;
}

/* テキストや画像をセンター*/
.naka{
text-align: center;
}

/* スムーススクロールにする */
html{
scroll-behavior: smooth;
}

/* リンク画像をマウスオーバーで明るく */
a img:hover {
opacity: 0.6;
}

/* 回り込みの指定 */
.migi{
margin:0 0 25px 25px;
float:right;
}

.hidari{
margin: 0 25px 25px 0;
float: left;
}

@media only screen and (max-width:767px){
img.migi, img.hidari{
display:block;margin:5px auto;
}
.migi,.hidari{
float:none;
}
}


/* bg*/

.bg01{
background-color: mistyrose;
margin: 60px 0;
text-align: center;
clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
text-shadow:
0 0 5px #fff,
0 0 13px #fff,
0 0 13px #fff,
0 0 13px #fff,
0 0 13px #fff;
 color: darkblue
}

.bg02{
background-color: #d8e698;
margin: 60px 0;
text-align: center;
clip-path: polygon(0 0, 83% 0, 100% 100%, 16% 100%);
    text-shadow:
0 0 5px #fff,
0 0 13px #fff,
0 0 13px #fff,
0 0 13px #fff,
0 0 13px #fff;
 color: darkblue
    
}

.bg03{
background-color: #ffe4b5;
margin: 60px 0;
text-align: center;
clip-path: circle(50% at 50% 50%);
    text-shadow:
0 0 5px #fff,
0 0 13px #fff,
0 0 13px #fff,
0 0 13px #fff,
0 0 13px #fff;
 color: darkblue
}

.bg04{
background-color: #c1e4e9;
margin: 60px 0;
text-align: center;
clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    text-shadow:
0 0 5px #fff,
0 0 13px #fff,
0 0 13px #fff,
0 0 13px #fff,
0 0 13px #fff;
 color: darkblue
}

.box1{
max-width: 700px;
margin: auto;
}