@charset "utf-8";
/*------基本CSS（PC用記述記載）------*/
/*------------------------------------------
	clearfix
------------------------------------------*/

#room-living {
	width: 1080px;
	margin:0 auto;
}

#room-living img {
    width: 100%;
    height: auto;
}

/*------------------------------------------
	h1 seo
------------------------------------------*/

#room-living h1 {
	font-size: 12px;
    line-height: 130%;
    color: #666666;
    font-weight: normal;
    display: inline;
}

#room-living p.seo {
    float:right;
    font-size:11px;
    color:#333;
    font-weight:normal;
}

/*------------------------------------------
	main title
------------------------------------------*/
#room-living #title{
    background-color: #fcf9c3;
    padding: 15px;
    margin: 10px 0px 40px 0px;
}

#room-living #title h1{
    display: block;
    padding-left: 3px !important;
    height: 23px;
    color: #424242;
    font-size: 18px;
    border-left: 5px solid #83c777;
    margin-bottom: 10px;
    text-shadow: 1px 1px 0 #fff;
    font-weight: bold;
}

#room-living .spBnr {
    display: none;
}

/*------------------------------------------
contents

                category
------------------------------------------*/
#room-living #category{
	width: 100%;
	margin: 0 auto;
}

#room-living #category h2 {
    height: 23px;
    color: #424242;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
#room-living #category ul{
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

#room-living #category ul li{
	width: 24.25%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
    vertical-align: top;
    font-size: 13px;
    margin-right: 1%;
}
#room-living #category ul li a{
	text-decoration: none;
	color: #000000;
}
#room-living #category ul li span{
	padding: 0px 5px;
}
#room-living #category ul li:nth-child(4n) {
    margin-right: 0;
}
#room-living #category .m_cate {
    position: relative;
    margin: 5px 0;
}
#room-living #category .m_cate a {
    font-size: 15px;
    font-weight: bold;
    background-color: #dbdbdb;
}
#room-living #category .contents .m_cate a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    position: absolute;
    right: 7%;
    top: 38%;
}

#room-living #category .m_cate.sofa_cover {
    padding: 10px 20px 10px 20px;
    font-size: 15px;
    font-weight: bold;
    background-color: #dbdbdb;
	color: #333;
}

#room-living #category .cate_box p {
    position: relative;
}
#room-living #category .contents .cate_box a {
    border: solid 1px;
    margin: 2% 0;
}
#room-living #category .contents .cate_box a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    position: absolute;
    right: 7%;
	top: 36%;
}
#room-living #category .contents a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 10px 20px 10px 20px;
    text-align: left;
    /* line-height: 1.2; */
    box-sizing: border-box;
    width: 100%;
}
#room-living #category .contents a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/*------------------------------------------
お部屋から探す追加
------------------------------------------*/
#room-living .other_contents h3 {
    font-size: 25px;
    color: #424242;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: dotted 2px #949494;
    padding-bottom: 2px;
}

#room-living .other_contents {
    margin: 50px 0 30px;
	text-align: center;
}

#room-living .other_contents img{
    width: 400px;
}



/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {
#room-living {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

#room-living .kanban {
	background-color: #fcf9c3;
	padding: 10px;
	margin-top: 10px;
}

#room-living .kanban img {
	display: block;
    text-align: center;
    margin: 0 auto;
}

#room-living .kanban h1 {
    display: block;
    padding-left: 3px !important;
    height: 23px;
    color: #424242;
    font-size: 18px;
    border-left: 5px solid #83c777;
    margin-bottom: 10px;
    text-shadow: 1px 1px 0 #fff;
    font-weight: bold;
}

#room-living .pcBnr {
    display: none;
}

#room-living .spBnr {
    display: block;
}

#room-living #category h2 {
    text-align: center;
}

#room-living #category ul.item{
    margin: 0 2%;
    color: #666;
    flex-wrap: wrap;
    width: auto;
	justify-content: space-between;
}

#room-living #category ul li {
    width: 49.5%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
    vertical-align: top;
    font-size: 13px;
    margin-right: 0;
}

#room-living #category .contents .cate_box a {
    border: none;
    margin: 0;
}

#room-living .categori .item .box .cate_box p a {
    font-size: 15px;
    margin-bottom: 2px;
}

#room-living .other_contents {
    padding: 0 10px;
    margin: 0;
}

#room-living .other_contents h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

#room-living .other_contents img{
    width: 100%;
}

p.seo {
    font-size: 13px;
}
}
