/*
index.css
2021 coded by H Moriuchi

*/

@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}	

body {
	width: 640px;
	height: 3000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

html{
	background-color: #ffffff;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
}

#rogo {
	position:absolute;
	width: 20%;
	top: 17px;
	left: 20px;
	object-fit:cover;
}

nav {	
	color: #000000;
	text-decoration: none;
	transition: 0.2s all ease-in-out;
}

nav:hover {
	color: orange
	}

	
#Exhibition {
    float: left;
    margin-left: 200px;
    margin-top: 14px;
	color: #000000;
	text-decoration: none;
}
	
#About {
    float: left;
    margin-left: 45px;
    margin-top: 14px;
	color: #000000;
	text-decoration: none;
	}	

#Archives {
    float: left;
	margin-left: 45px;
    margin-top: 14px;
	color: #000000;	
	text-decoration: none;
	}	
	
#twitter {
	position: absolute;
	top: 10px;
	right: 67px;
	object-fit:cover;
}		
#instagram {
	position: absolute;
	top: 3px;
	right: 15px;
	object-fit:cover;
}			

.viewer {
    margin: 0 auto;
    width: 640px;
    height: 800px;
    text-align: left;
    overflow: hidden;
}
 
.viewer ul {
    width: 640px;
    height: 800px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
 
.viewer ul li {
    top: 200px;
    left: 0;
    width: 640px;
    height: 800px;
    display: none;
    position: absolute;
}	
	
#setumei {
	position: absolute;
    text-align: center;
	width:640px;
	top: 427px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	padding-top: 200px;
}
	
	
#title {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
    padding-top: 220px;
}

#consept{
	text-align: justify;
	width: 500px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	line-height: 2.4em;
	margin-bottom: 200px;
	}
	

#satuei {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	padding-top: 120px;
	top: 900px;
	}	
#photo{
    position: relative;
    width:520px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
	
#title2{
    margin-top: 20px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}
	
#a{
    position: absolute;
	left: 0px;
	top: 40px;
}
	
#b{
    position: absolute;
	right: 0px;
	top: 40px;		
}
	
#c{
    position: absolute;
	left: 0px;
	top: 300px;
}
	
#d{
    position: absolute;
	right: 0px;
	top: 300px;
}
	
#tenrankai {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	top: 2000px;
    padding-top: 800px;
	}	
#photo2{
    position: relative;
    width:520px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
	
#a2{
    position: absolute;
	left: 0px;
	top: 40px;
}
	
#b2{
    position: absolute;
	right: 0px;
	top: 40px;		
	}
	
	}

#botan {
	position: absolute;
    text-align: center;
	width:640px;
	top: 2000px;
}


#topbotan {
 margin-top: 550px;
}		