@charset "UTF-8";



/*== PC 
==========================================================================================*/
@media screen and (min-width: 1024px) {



#contents{
	padding-top:80px;
	padding-bottom:120px;
}
#header {
	border-bottom:1px solid #ccc;
}	
.ttl{
	margin:0 0 40px 0;
	text-align:center;
}


/*== list 
=============================================*/
.report_wrap{
	width:1024px;
	margin:0 auto;
}
.report_list{
	margin:0 0 60px 0;
	padding:0;
	overflow:hidden;
}
.report_list li{
	width:245px;
	height:245px;
	overflow:hidden;
	float:left;
	margin:0 14px 15px 0;
	position:relative;
}
.report_list li:nth-child(4n){
	margin:0 0 15px 0;
	
}
.report_img img{
	width:245px;
     -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.report_sh{
	width:245px;
	height:245px;
	position:absolute;
	opacity:0;
	background:#212121;
	top:0;
	left:0;
    transition:all 0.3s;
}
.report_li_box{
	position:absolute;
	bottom:85px;
	width:220px;
	opacity:0;
	padding:0 15px;
	
}
.report_li_ttl{
	font-size:16px;
	color:#fff;
	margin:0 0 15px 0;
	text-align:center;
	font-weight:normal;
	line-height:150%;
	left:0;
	right:0;
}
.report_li_txt{
	opacity:0;
	font-size:13px;
	color:#fff;
	margin:0;
	line-height:150%;
	text-align:center;
}
.report_btn{
	opacity:0;
	position:absolute;
	bottom:20px;
	font-size:14px;
	left:50%;
	margin-left:-60px;
	text-align:center;
	padding:3px 10px;
	border:#fff 1px solid;
	width:100px;
	color:#fff;
}
.report_list a:hover .report_img img{
	 -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
	
}
.report_list a:hover .report_sh{
	opacity:0.8;
    transition:all 0.3s;
}
.report_list a:hover .report_li_box{
	opacity:1;
    transition:all 0.3s;
}
.report_list a:hover .report_li_ttl{
	opacity:1;
    transition:all 0.4s;
}
.report_list a:hover .report_li_txt{
	opacity:1;
    transition:all 0.8s;
}
.report_list .report_li_box:hover{   transition:all 0s;}
.report_list a:hover .report_btn{
	opacity:1;
    transition:all 1.0s;
}

.btn_box{
	width:700px;
	margin:0 auto;
}
.btn_contact{
	width:330px;
	float:left;
}
.btn_dress{
	width:330px;
	float:right;
}
.btn_contact a,.btn_dress a{
	display:block;
	padding:20px 10px;
	width:310px;
	line-height:140%;
	text-align:center;
	border:1px solid #d47b8f;
	font-size:14px;
	color:#d47b8f;
    transition:all 0.3s;
}
.btn_contact a:hover,.btn_dress a:hover,.btn_list a:hover{
	background:#d47b8f;
	color:#fff;
    transition:all 0.3s;
}
/*===== ページング =====*/
#paging{
	text-align: center;
	margin: 0 0 60px 0;
	padding: 0 0 0 0;
}
#paging li{
	display: inline-block;
	line-height: 100%;
	padding: 10px;
	font-weight: bold;
	color:#777777;
}
#paging li a{
	font-weight: normal;
	color:#777777;	}
#paging li.prev{
	margin-right: 35px;
}
#paging li.next{
	margin-left: 35px;
}


/*== detail 
=============================================*/
.detail_wrap{
	width:800px;
	margin:0 auto 70px auto;
}
.detail_wrap .main{margin-bottom:8px;}
.detail_wrap .main img{width:800px;}
.detail_wrap .profile{
	font-size:14px;
	line-height:170%;
	margin:0 0 60px 0;
}
.detail_wrap h3{
	text-align:center;
	line-height:150%;
	margin:0 5px 20px 5px;
	color:#d47b8f;
	font-size:32px;
}
.detail_txt{
	font-size:14px;
	line-height:180%;
}
.detail_txt .img{
	display:block;
	padding:15px 0;
}
.detail_txt .img img{
	max-width:800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.btn_list{
	width:340px;
	margin:0 auto 70px auto;
}
.btn_list a{
	display:block;
	padding:20px;
	width:300px;
	line-height:140%;
	text-align:center;
	border:1px solid #d47b8f;
	font-size:14px;
	color:#d47b8f;
    transition:all 0.3s;
}

}


/*== SP ここから
==========================================================================================*/

@media screen and (max-width: 1023px) {
	
#contents{
	padding-top:50px;
	padding-bottom:30px;
}
#header {
	border-bottom:1px solid #ccc;
}	
.ttl{
	margin:0 0 30px 0;
	text-align:center;
}
.ttl img{width:138px;}	

/*== list 
=============================================*/
.report_wrap{
	width:100%;
	margin:0 auto;
}
.report_list{
	margin:0 0 30px 0;
	padding:0;
	overflow:hidden;
}
.report_list li:nth-child(odd){
	width:44%;
	height:auto;
	overflow:hidden;
	float:left;
	margin:0 2% 15px 4%;
	position:relative;
}
.report_list li:nth-child(even){
	width:44%;
	height:auto;
	overflow:hidden;
	float:left;
	margin:0 4% 15px 2%;
	position:relative;
}
.report_img{margin-bottom:10px;}
.report_img img{
	width:100%;
}
.report_sh{
	display:none;
}
.report_li_box{
	width:100%;
	padding:5px;
	
}
.report_li_ttl{
	font-size:13px;
	color:#d47b8f;
	margin:0 0 7px 0;
	text-align:center;
	font-weight:bold;
	line-height:150%;
}
.report_li_txt{
	font-size:11px;
	color:#777777;
	margin:0 0 5px 0;
	line-height:160%;
	text-align:center;
}
.report_btn{
	font-size:12px;
	color:#777777;
	text-decoration:underline;
	text-align:right;
}





/*== detail 
=============================================*/
.detail_wrap{
	width:100%;
	margin:0 auto 50px auto;
}
.detail_wrap .main{margin-bottom:10px;}
.detail_wrap .main img{width:100%;}
.detail_wrap .profile{
	font-size:13px;
	line-height:160%;
	margin:0 0 30px 20px;
}
.detail_wrap h3{
	text-align:left;
	line-height:150%;
	margin:0 10px 15px 15px;
	color:#d47b8f;
	font-size:23px;
}
.detail_txt{
	width:90%;
	margin:0 auto;
	font-size:13px;
	line-height:180%;
}
.detail_txt .img{
	display:block;
	padding:5px 0;
}
.detail_txt .img img{
	max-width:100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.btn_list{
	width:80%;
	margin:0 auto 30px auto;
}
.btn_list a{
	display:block;
	padding:20px 0;
	width:100%;
	line-height:140%;
	text-align:center;
	border:1px solid #d47b8f;
	font-size:13px;
	color:#d47b8f;
    transition:all 0.3s;
}
.btn_box{
	width:100%;
	margin:0 auto;
}
.btn_contact{
	width:80%;
	margin:0 auto 30px auto;
}
.btn_dress{
	width:80%;
	margin:0 auto 30px auto;
}
.btn_contact a,.btn_dress a{
	display:block;
	padding:20px 0;
	width:100%;
	line-height:140%;
	text-align:center;
	border:1px solid #d47b8f;
	font-size:12px;
	color:#d47b8f;
    transition:all 0.3s;
}
.btn_contact a:hover,.btn_dress a:hover,.btn_list a:hover{
	background:#d47b8f;
	color:#fff;
    transition:all 0.3s;
}
/*===== ページング=====*/
#paging{
	text-align: center;
	padding: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#paging li{
	display: inline-block;
	line-height: 100%;
	padding: 5px;
	font-size: 12px;
	color:#777777;
}
#paging li a{
	padding: 0px;
	color:#777777;
}
#paging li.prev{
	margin-right: 5px;
}
#paging li.next{
	margin-left: 5px;
}
}
@media screen and (max-width: 767px) {
.card {
width: 42%;
overflow: hidden;
opacity:0;
}	
}
