@charset "UTF-8";

  
body,h1,h2,h3,h4,p,img{margin: 0;padding: 0;}

*{box-sizing: border-box;}


p,h1,h2,h3{color: rgb(71, 71, 71);}

li{list-style: none;}


header img{width: 200px;
margin: 10px;}

header{display: flex;}

.wrapper{width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: rgba(240, 216, 216, 0.8);
    position:relative;
}


nav a{color: rgb(34, 34, 33);
text-decoration: none;}
nav a:hover{color: rgb(228, 183, 181);}


nav ul{display: flex;
list-style: none;
color: aliceblue;
}

nav li{margin-right: 10px;
    font-weight: bold;
}

.search{margin-left: 50px;}

.navbox{margin-left: auto;}

main{display: flex;
}
main img{width: 500px;
    margin: 0 auto;}

article img{width: 350px;
display: flex;
margin-bottom: 30px;
margin-left: 30px;}

article h1{margin: 30px;
padding-top: 30px;}

article a:hover{opacity: 0.5;}

.list{display: flex;
margin-bottom: 30px;
padding-top: 30px;}

.list h2{margin: 30px;}
.list p{margin-left: 30px;
margin-bottom: 20px;}

.list section{margin: auto 0;}



footer ul{display: flex;}

footer li{margin: 10px auto;}

footer p{text-align: center;}

footer a{text-decoration: none;
color: black;}

footer a:hover{color: rgb(175, 104, 104);}

/*------------以降 中面-------------*/

.nakarist{display: flex;}

.nakarist h1{font-size: 30px;}
.nakarist h2{font-size: 20px;margin-left: 20px;
margin-bottom: 20px;}
.nakarist p{margin-left: 20px;}

.cp_iptxt {
	position: relative;
	width: 80%;
	margin: 40px 3%;
}
.cp_iptxt input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #aaaaaa;
	border: 1px solid #1b2538;
	border-radius: 4px;
}
.ef input[type='text']:focus {
	border: 1px solid #da3c41;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}


a.btn--yellow {
    color: #000;
    background-color: #fff100;
    border-bottom: 5px solid #ccc100;
  margin-left: 20px;
text-decoration: none;}
  
  a.btn--yellow:hover {
    margin-top: 3px;
    color: #000;
    background: #fff20a;}