@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;
}

.container2 {
	margin: 0 auto;
	max-width: 800px;
	padding: 30px;
}

header {
	padding: 20px;
	text-align: center;
	background-color: #9acd32;
	background-image:url("../img/blur.jpg");
background-size: cover;
}

footer {
	padding: 15px;
	background: #f08080;
	color: #fff;
	margin-top: 30px;
	text-align: center;
}

/* 見出しh1～h3 */
h2{
	text-align: center;
}
h1{color: aliceblue;}


/* ナビゲーション */
.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: chocolate;
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;
}

.bg02{
background-color: #d8e698;
margin: 60px 0;
text-align: center;
}

.bg03{
background-color: #ffe4b5;
margin: 60px 0;
text-align: center;
}

.bg04{
background-color: #c1e4e9;
margin: 60px 0;
text-align: center;
}

.bg05{
background-color: #ffb6c1;
margin: 60px 0;
text-align: center;
    }

.kage5 {
box-shadow: 5px 5px 10px gray;
padding: 10px;
border: solid 1px #666;
}

.sns1 {
margin: 5px;
padding: 0px;
text-align: center;
}
.sns1 a {
text-decoration: none;
color:white;
}

.sns1 li {
display: inline-block; /* 水平に並べる */
list-style-type: none;
margin: 2px;
padding: 6px 10px;
width: 100px;
color: white;
border-radius: 4px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.sns1 li:hover {
opacity: 0.7;
}

.sns1_twitter { background: #1da1f2; }
.sns1_facebook { background: #3b5998; }
.sns1_pocket { background: #ee4056; }


a.btn3 {
display: block;
text-align: center;
vertical-align: middle;
text-decoration: none;
position: relative;
width: 120px;
margin: auto;　/*センターにする場合*/
padding: 5px 20px;
font-weight: bold;
border-radius: 10px;
color: #b22222;
border: 3px solid #b22222;
box-shadow: 5px 5px #b22222;
transition: 0.3s ease-in-out;
}
a.btn3:hover {
box-shadow: none;
transform: translate(5px, 5px);
color: #b22222;
}


.fuwafuwa {
animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
background: url(../img/23.png) no-repeat center center / 100px auto;
display: inline-block;
transition: 1.5s ease-in-out;
width: 100px;
height: 100px;
margin-top: 15px;
    align-content: center;
}

@keyframes fuwafuwa {
0% {
transform:translate(0, 0) rotate(-7deg);
}
50% {
transform:translate(0, -7px) rotate(0deg);
}
100% {
transform:translate(0, 0) rotate(7deg);
}
}

.slant-bg4 {
width: 100%;
padding: 100px 0;
clip-path: circle(47.0% at 50% 52%);
background-image:url("../img/123.jpg");
background-size: cover;
}
p{font-weight: bold;
color: black;}