@charset "utf-8";
/* CSS Document */
/*---------------------------------------------共通部分---------------------------------------------*/
.myhome_backbtn .back_btn{
	background: #EF8F97;
	padding: 10px 30px 10px 40px;
    border-radius: 50px;
	border: 1px solid #DC6F78;
	box-shadow: 0 3px 0 0 #DC6F78;
	-moz-box-shadow: 0 3px 0 0 #DC6F78;
	-webkit-box-shadow: 0 3px 0 0 #DC6F78;
}
/*---------------------------------------------一覧---------------------------------------------*/
.archive_page .title_area {
	background-image:url(../img/bg_paper.png);
	text-align:center;
	width:100%;
	color:#333;
}
.archive_page .title_area img {
	margin:30px auto;
	width:90%;
	max-width:524px;
}
.rase {
	width:100%;
	height:25px;
	background-image:url(../img/rase.png);
}
.rase_paper {
	background-image:url(../img/bg_paper.png);
	width:100%;
	padding-top:40px;
}
.archive_contents {
	border:1px solid #ccc;
	position:relative;
	width:30%;
	max-width:310px;
	margin:0 1% 60px;
	display:inline-block;
	text-align:left;
}
.archive_contents:hover {
	opacity:0.7;
}
.archive_contents_dummy{
	width:30%;
	max-width:310px;
	margin:0 1%;
	display:inline-block;
}
.archive_title {
	width:171px;
	margin:60px auto 65px;
	display:block;
}
.sp {
	display:none;
}
.thumb_pc{
	display:block;
}
.thumb_sp{
	display:none;
}
.myhome_padding{
	padding: 0 30px;
}
.small_text_area{
	padding: 20px 30px 0px;
    display: table-cell;
}
.myhome_box .no{
	position: absolute;
	top: -35px;
	left: 20px;
	width: 66px;
	height: 77px;
	color: #fff;
	font-size: 30px;
	padding-top: 10px;
	text-align: center;
	background: url(../img/vol_back.png) no-repeat center center;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	z-index: 1;
}
.myhome_box .data{
	font-size: 14px;
    color: #d06d8c;
}
.myhome_box .title a{
	display: inline-block;
	font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    color: #0074bf;
    margin: 15px 0 30px;
}
.holder{
	text-align:center;
	margin:0 auto 30px;
	display:inline-block;
	width:100%;
}
.holder a{
	color:#555;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor:pointer;
	padding:2px 9px;
	margin:0 3px;
}
.jp-current{
	background-color:#555;
	color:#fff!important;
	border-radius:5px;
}
#myhomelist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#myhomelist li {
	width: 32%;
	border: 1px solid #ccc;
	position: relative;
	margin-bottom: 60px;
	text-align: center;
	box-sizing: border-box;
	text-align: left;
}

@media screen and (max-width: 1000px) {
	.archive_contents{
		width:45%;
		max-width:400px;
		margin-bottom:40px;
	}
}

@media only screen and (max-width: 768px) {
	.three_block{
		width: 49%;
	}
	.three_block:nth-child(3n+2){
		margin: 0 0 60px 0;
	}
	.three_block:nth-child(2n){
		margin-left: 2%;
	}
	.small_text_area{
		padding: 20px 20px 0;
	}
	#myhomelist li {
		width: 49%;
	}

}
@media only screen and (max-width: 540px) {
	.three_block{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 50px auto;
		float: none;
	}
	#myhomelist li {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 50px auto;
	}
	.three_block:nth-child(3n+2), .three_block:nth-child(2n){
		margin: 0 auto 50px auto;
	}
}
@media screen and (max-width: 479px) {
	.sp_hide {
		display:none;
	}
	.archive_contents{
		width:90%;
		margin-bottom:40px;
	}
	.rase_paper{
		padding-top:20px;
	}
	.archive_page .title_area img{
		margin:30px 0 20px;
	}
	.archive_title{
		margin:30px auto 60px;
	}
}

@media screen and (max-width: 400px) {
	.sp {
		display:block;
	}
	.myhome_box .title a{
    	margin: 15px 0 20px;
	}
}
