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

Body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	box-sizing: border-box;
	font-size: 11px;
	color: #000;}


#container{
	width: 1024px;
	background-color: #fff;
	margin:0 auto;}

#pageheader{
	width: 782px;
	height: 50px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;}

#pageheader nav{
	position:absolute;
	top: 52px;
	right: 0;}

#pageheader h1{
	text-indent: -9999px;
	width: 50%;
	font-size: 12px;
	background-image: url("SVG/imaizumidesign-logo.svg");
	background-repeat: no-repeat;}

#pageheader ul{
	float: left;
	display: flex;
	list-style:none;}

#pageheader li{
	padding-right: 20px;}

#pageheader li:last-child{
	padding: 0;
}

#pageheader li a{
	text-decoration: none;
	color: #555;}

#pageheader li a {
  position: relative;
  display: inline-block;
  text-decoration: none;}

#pageheader li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #00ffff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#pageheader li a:hover::after {
  transform: scale(1, 1);
}






.SNS{
	width: 930px;
	margin: 0 auto;
	position:relative;}

.SNS1{
	position:absolute;
	right: 0;
	top:300px;}


.SNS img{
	width: 16px;
	height: auto;
	padding-bottom: 40px;
}


.SNS img:hover {
	opacity: 0.5;}



#menu{
	clear: both;
	width: 782px;
	height:600px;
	margin: 0 auto;}

#menu h2{
	font-size:11px;
	width: 782px;
	height: 30px;
	border-top: solid 1px;
	margin: 0 auto;
	padding: 10px 0 50px;}


.galleryspace{
	font-size: 11px;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
	width: 782px;
	height: 340px;
	display: table-cell;
 	vertical-align: middle;
	margin: 0 auto;}

.about1{
	margin-bottom: 50px;
}

.about2{
	font-size: 11px;
	margin-bottom: 1px;
}

.about3{
	font-size:14px;
	margin-bottom: 10px;
}

.about5{
	font-size: 10px;
	padding-left: 10px;
}

.INSTA{
	width: 20px;
	margin: 10px auto;
	text-align: center;
	
}

#Copyright{
	clear: both;
	width: 782px;
	text-align: center;
	margin: 0 auto;}



@media only screen and (min-width:600px) and (max-width:900px) {
	
#container{
	width: 100%;
	background-color: #fff;
	margin:0 auto;}



#pageheader{
	width:80%;}



.SNS{
	width:90%;
	margin: 0 auto;
	position:relative;}

.SNS1{
	position:absolute;
	right: 0;}



#menu{
	width: 80%;
	height:600px;}

#menu h2{
	width: auto;}


#Copyright{
	clear: both;
	width: 80%;
	text-align: center;
	margin: 0 auto;}
}

@media screen and (max-width:599px) {

#nav-toggle {
    position: fixed;
    top:30px;
    right: 30px;
    height: 20px;
	cursor: pointer;}
  
 #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 1.4px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
	  transition: transform .3s ease-in-out, top .5s ease;}
    
    /* #nav-toggle close */
 #nav-toggle span:nth-child(1) {
      top: 0;
    }
 #nav-toggle span:nth-child(2) {
      top: 14px;
    }
 #nav-toggle span:nth-child(3) {
      top: 28px;
    }
  
 #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }
 #nav-toggle:hover span:nth-child(3) {
    top: 23px;
  }
  


.open #nav-toggle span:nth-child(1) {
    top: 15px;
	  transform: rotate(45deg);}
  
.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;}
.open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);}



/* z-index */
#nav-toggle {
    z-index: 1000;
}
#container {
    z-index: 900;
}
#hamberger nav {
    z-index: 999;
}

#hamberger {
	background-color: aqua;
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: flex;
  flex-direction: column;
  justify-content: center;
    font-size: 14px;
	
    padding-left: 0;
    transform: translateX(-100%);
    transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open #hamberger {
    transform: translateX(0);
}


#hamberger a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    transition: color .6s ease;}

#hamberger ul {
	 list-style: none;}
    
#hamberger ul li {
      transform: translateX(-200px);
      transition: transform 1.3s ease;
	 	position: relative;}

#hamberger ul li:hover:after {
        transform: translateX(300px);
      }
#hamberger ul li:nth-child(2) {
        transition-delay: .15s;
      }
#hamberger ul li:nth-child(3) {
        transition-delay: .3s;
      }


.open #hamberger li {
    transform: translateX(0);
}



  
.nav-bg.active {
    opacity: 1;
  }

	
	
	
#container{
		width: 90%;}	

#pageheader{
	width:90%;}

#pageheader{
	height: initial;}
	
#pageheader nav{
	position:static;
	text-align: center;}	

#pageheader ul{
	text-align: center;
	float:none;
	display:block;}
	
#pageheader ul li{
	letter-spacing: 0.2em;
	line-height: 3;
	padding: initial;
	}	

#pageheader li a::after {
  bottom: 6px;}	
	
	
	
#container{
	position:relative;}
	
.SNS{
	width:90%;
	margin: 0 auto;
	position:absolute;
	bottom:50px;}

.SNS1{
	position:static;}

.SNS ul{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;}
	
.SNS a{
padding-left: 50px;
	}
	

#menu{
	width: 90%;
	height:600px;}

#menu h2{
	width: auto;}


	.gallery{
		width:100%;
		margin: 0 auto;
		padding-bottom: 50px;}

.thumbnail {
	width:100%;	/*画像の幅*/
	height: auto;	/*画像の高さ*/
	margin: 0 auto;}
	
	
.thumbnail img {
	width: 100%;
	display: block;}


#Copyright{
	clear: both;
	width: 90%;
	margin-bottom: 0px;}
}
