@charset "utf-8";



/*------------------
toptitle 
--------------------*/

/* SP以上 */
@media screen and (min-width : 300px){
#toptitle{
	width:100%;
	padding-top:10px;
	height:auto;
	text-align: center;
	}

#toptitle img{
	width:230px;
	margin:40px 0 60px 0;
	}
}
/* SP横以上 */
@media screen and (min-width : 480px){
#toptitle{
	width:100%;
	height:auto;
	text-align: center;
	}
#toptitle img{
	width:250px;
	margin:70px 0 100px 0;
	}
}
/* Tablet以上 */
@media screen and (min-width : 768px){
}
/* PC以上 */
@media screen and (min-width : 1024px){
#toptitle{
	padding-top:30px;
	width:100%;
	height:auto;
	text-align: center;
	}
#toptitle img{
	width:300px;
	margin:70px 0 100px 0;
	}
}

/*------------------
type 
--------------------*/

/* SP以上 */
@media screen and (min-width : 300px){
#type1{
	position: relative;
	width:95%;
	height:auto;
	margin:0 auto;
	}
}
/* SP横以上 */
@media screen and (min-width : 480px){
#type1{
	position: relative;
	width:95%;
	height:auto;
	margin:0 auto;
	}
}
/* Tablet以上 */
@media screen and (min-width : 768px){
}
/* PC以上 */
@media screen and (min-width : 1024px){
#type1{
	position: relative;
	width:1170px;
	height:auto;
	margin:0 auto;
	}
}


/*------------------
box 
--------------------*/

/* SP以上 */
@media screen and (min-width : 300px){
#box{
	float:none;
	position: relative;
	width:100%;
	height:auto;
	margin-bottom:15px;
	}
.view-first {
	overflow: hidden;
	width: 95%;
	height: auto;
	margin:0 auto;
	background:#fff;
	}
img.photo{
	width:100%;
	height: auto;
	}
}
/* SP横以上 */
@media screen and (min-width : 480px){
#box{
	float: left;
	position: relative;
	width:50%;
	height:auto;
	margin:0 0;
	}
.view-first {
	overflow: hidden;
	width: 95%;
	height: auto;
	margin:0 auto;
	background:#fff;
	}
img.photo{
	width:100%;
	height: auto;
	}
}
/* Tablet以上 */
@media screen and (min-width : 768px){
}
/* PC以上 */
@media screen and (min-width : 1024px){
#box{
	float: left;
	position: relative;
	width:555px;
	height:auto;
	margin:0 15px;
	}
.view-first {
	overflow: hidden;
	width: 555px;
	height: auto;
	background:#fff;
	}
img.photo{
	width:100%;
	height: auto;
	}
}

/* SP以上 */
@media screen and (min-width : 300px){
}
/* SPランドスケープ以上 */
@media screen and (min-width : 480px){
}
/* Tablet以上 */
@media screen and (min-width : 768px){
}
/* PC以上 */
@media screen and (min-width : 1024px){
.view-first img.photo {
	opacity:1; /*0.5*/
	filter: alpha(opacity=100);	/*50*/
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	-webkit-filter: grayscale(0%);
	filter: none;
	}
}


/* SP以上 */
@media screen and (min-width : 300px){
}
/* SPランドスケープ以上 */
@media screen and (min-width : 480px){
}
/* Tablet以上 */
@media screen and (min-width : 768px){
}
/* PC以上 */
@media screen and (min-width : 1024px){
.view-first:hover img.photo {
	opacity:0.5;
	filter: alpha(opacity=50);
	-webkit-filter: grayscale(0%);
	filter: none;
	}
}