@charset "UTF-8";
/* CSS Document */

#show ,#hide{
    float: right;
    cursor: pointer;
  }

#menu {
    z-index: 1;
	
    position: absolute;

    top: 0;
    right: -180px;
	width: 180px;
    min-height: 100%;
	
    color: #fff;
	background-color:#8CD8FF;

	transition: .4s;
  }
/*ハンバガ*/

body.menu-open #menu{
	right: 0;
}

#wrapper{
	position: relative;
	overflow-x: hidden;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: dimgray;
	margin: 0;
	
	}

header h1{
	font-size: 12px;
	font-weight: 300;
	margin-left: 5px;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 20px;
}
/*J.W.Anderson*/

header{
	background-color: beige;
}

header p{
	margin-left: 30px;
	margin-right: 30px;
}

container{
	display: flex;
	margin-left: 30px;
	
}

header h2{
	margin-right: 0px;
	margin-left: 120px;
	font-weight: 300;
	font-size: 16px;
}
/*ボアフリースフルジップパーカ*/

header h3{
	margin-left: 230px;
	font-size: 15px;
	font-weight: 200;
}
/*値段*/

p{
	margin-left: 30px;
	margin-right: 30px;
}



section h2{
	text-align: center;
	
}

footer{
	margin-bottom: 200px;
}
footer h4{
	margin-bottom: 40px;
	text-align: center;
	
	
}

footer img{
	text-align: center;
	max-width: 80px;
	
}

#item3{
	margin-bottom: 80px;
}



