@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family:sans-serif;
	color:#252525;
	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/lp6.jpg");
background-size: cover;
}

footer {
	padding: 15px;
	background: #6b8e23;
	color: #fff;
	margin-top: 30px;
	text-align: center;
}

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:deepskyblue;
}

/* 見出しh1～h3 */
h2{
	text-align: center;
}


/* ナビゲーション */
.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*/
.inside{
	max-width: 600px;
	margin:auto;
}

.bg01{
background-color: mistyrose;
margin: 60px 0;
text-align: center;
clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
    color: #333;
}


.bg02{
background-color: #d8e698;
margin: 60px 0;
text-align: center;
clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);

}


.bg03{
background-color: #ffe4b5;
margin: 60px 0;
text-align: center;
clip-path: polygon(0 7%, 100% 11%, 100% 96%, 1% 97%);

}


.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%);
    
}
