/* CSS Document */

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

	
body , header , footer{ min-width:400px; font-size: 12px;}



/*============================================================================

	header

============================================================================*/
header {
	display: none;
}



/*============================================================================

	navi

============================================================================*/
nav{
	display:none ;
}
.sp_navi {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 9998;
}
.sp_navi h1{
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	width: 120px;
	margin: auto;
}
.sp_navi h1 img{
	width: 120px;
	height: auto;
}
.sp_navi dl{
	background:#FFF;
}
.sp_navi dl dt {
	height: 50px;
	cursor:pointer;
}
.sp_navi dl dd {
	display:none;
}
.sp_navi ul{
	padding:2% 2% 4% 6%;
}
.sp_navi ul li {
	display: table;
	float: left;
	width: 33%;	
}
.sp_navi ul li i{
	position: relative;
	top: -1px;
	left: 0;
	width: 20px;
	margin-right: 5%;
	color: #6d72b2;
	vertical-align: middle;
	text-align: center;
}
.sp_navi ul li i.fa-info , .sp_navi ul li i.fa-shopping-cart , .sp_navi ul li i.fa-twitter{
	font-size:14px;
}
.sp_navi ul li i.fa-envelope{
	font-size:12px;
}
.sp_navi ul li a {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height: 45px;
	font-size: 13px;
}

/* ---------------------------------------- ハンバーガー ---------------------------------------- */
.sp_navi dt a {
    position: absolute;
    display: block;
    width: 38px;
    height:38px;
    top:7px;
    right: 5px;
    z-index: 9999999;
}
.sp_navi dt a span {
    display: block;
    background: #555;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.sp_navi dt a span:first-child {
    top: 12px;
}
.sp_navi dt a span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
.sp_navi dt a span:last-child {
    bottom: 12px;
}
.sp_navi dt a.active span:first-child {
    -webkit-transform: translateY(6px) rotate(45deg);
    -moz-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}
.sp_navi dt a.active span:nth-child(2) {
    opacity: 0;
}
.sp_navi dt a.active span:last-child {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -moz-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}


/*============================================================================

	#mainvisual

============================================================================*/
#mainvisual{
	width: 100%;
	margin-top: 50px;
}



/*============================================================================

	h2

============================================================================*/
h2.green , h2.blue , h2.red {
	font-size: 14px;
}



/*============================================================================

	#news

============================================================================*/
#news {
	width: 100%;
	margin: 0 auto 20px;
	padding-top: 30px;
}
#news section {
	float: none;
	width: 90%;
	margin: auto;
	height: auto;
	padding: 20px 0;
	border-right: none;
}
	
/* ---------------------------------------- News ---------------------------------------- */
#news section:first-child {
	padding-bottom: 40px;
	border-left: none;
	border-bottom: 1px solid #ddd;
}

/* ---------------------------------------- NewProject ---------------------------------------- */
#news section:last-child {
	margin-top: 15px;
}

	

/*============================================================================

	#project

============================================================================*/
#project .inner {
	width: 92%;
	padding-top: 50px;
}
#project .inner section {
	width: 48%;
	height: auto;
	margin-right: 4%;
	margin-bottom: 5%;
}
#project .inner section:nth-child(3n) {
	margin-right: 4%;
}
#project .inner section:nth-child(2n) {
	margin-right: 0;
}
#project .inner section .date {
	display: none;
}
#project .inner section img {
	width: 100%;
	height: auto;
}
#project .inner section h2 {
	padding: 15px 10px 10px;
	font-size: 13px;
	letter-spacing: 0;
}
#project .inner section .tag {
	padding: 0 10px;
	font-size: 11px;
	letter-spacing: 0;
	margin-bottom: 55px;
}
#project .inner section .tag i {
	padding-right: 3px;
}
#project .inner section a {
	position: absolute;
	float: none;
	bottom: 0;
	width: 100%;
	height: 40px;
	padding-top: 9px;
}
#project .inner section a:last-of-type {
	display: none;
}
#project .inner section a:first-of-type {
	display: block;
	border-right: 0;
}
	


/*==================================================================

	#information

==================================================================*/ 
#information {
	width: 90%;
	padding-top: 50px;
	padding-bottom: 30px;
}
#information p {
	text-align: left;
}
#information p:nth-child(4) {
	padding-bottom: 40px;
}
#information dl {
	width: 48%;
	height: 120px;
	margin-bottom: 4%;
	margin-right: 4%;
	padding: 15px 12px;
}
#information dl:nth-of-type(5n) {
	margin-right: 4%;
}
#information dl:nth-of-type(2n) {
	margin-right: 0;
}
#information dl dt {
	padding-bottom: 10px;
}
#information dl dd {
	padding-top: 10px;
}



/*============================================================================

	footer

============================================================================*/
footer .inner {
	width: 90%;
}
footer .inner section {
	float: none;
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding-top: 50px;
	padding-bottom: 20px;
	border-left: none;
}
footer .inner section:nth-child(2) , footer .inner section:nth-child(3) {
	display: none;
}
footer .inner section:last-child {
	border-top: 1px solid #222;
	border-right: none;
}
footer .inner section p {
	margin-bottom: 5px;
	line-height: 1.8;
}

/* ---------------------------------------- copyright ---------------------------------------- */
.copy{
	padding: 30px 0 60px;
}



	

}
