@charset "UTF-8";

body {
    overflow-x: hidden!important;
	font-family: 'Noto Sans JP', sans-serif;
	color: #535353;
	background-color: #E2E2E2;
}
a{
	text-decoration: none;
	color: #535353;
}
.wrapper{
	position: relative;
	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
	min-height: 100vh;
	width: 100%;	/* 横の幅を100% */
	text-align: center;
}
ul {
	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
}
ul a li {
	list-style-type: none;
}
ul a:hover li {
	opacity: 0.8;
}

/********footer*************/
.footer{
	width: 100%;
	position: absolute;
	bottom: 0;
}
.footer p{
	font-size: 60%;
	padding: 10px 0px 20px 0px;
	margin: 0px;
}


/* Mobile Layout: 769px and below. 携帯　*********************************************************/
 @media screen and (max-width:769px) {
	/* ここにスマホ版だけの記述 */

.header img{
	width: 100%;
}
	 .wrapper ul {
	margin: 0px 20px 0px 20px;
}
.wrapper ul li {
	margin-top: 10px;
}

a li img {
	width: 100%;
}
	 
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. パソコン*************************/

@media only screen and (min-width:750px){

.wrapper{
	margin: 0px auto 0px auto;
	width: 700px;
} 
.header img{
	width: 100%;
}
a li {
	margin: 20px 0px 20px 0px;
}
a li:first-child {
	margin: 0px 0px 20px 0px;
}
a li img {
	width: 100%;
}
	.footer{
	position: static;		
	}
	
	
}
