@charset "utf-8";
/*------基本CSS（PC用記述記載）------*/
/*------------------------------------------
	clearfix
------------------------------------------*/

#room-bed {
	width: 1080px;
	margin:0 auto;
}

#room-bed img {
    width: 100%;
    height: auto;
}

/*------------------------------------------
	h1 seo
------------------------------------------*/

#room-bed h1 {
	font-size: 12px;
    line-height: 130%;
    color: #666666;
    font-weight: normal;
}

#room-bed p.seo {
    float:right;
    font-size:11px;
    color:#333;
    font-weight:normal;
}

/*------------------------------------------
	main title
------------------------------------------*/
#room-bed #title{
    background-color: #e1f8de;
    padding: 15px;
    margin: 10px 0px 40px 0px;
}

#room-bed #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-bed .spBnr {
    display: none;
}

/*------------------------------------------
contents

                category
------------------------------------------*/
#room-bed #category{
	width: 100%;
	margin: 0 auto;
}

#room-bed #category h2 {
    height: 23px;
    color: #424242;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
#room-bed #category ul{
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    overflow: hidden;
    display: flex;
}

#room-bed #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-bed #category ul li a{
	text-decoration: none;
	color: #000000;
}
#room-bed #category ul li span{
	padding: 0px 5px;
}
#room-bed #category ul li:nth-child(4n) {
    margin-right: 0;
}
#room-bed #category .m_cate {
    position: relative;
    margin: 5px 0;
}
#room-bed #category .m_cate a {
    font-size: 15px;
    font-weight: bold;
    background-color: #dbdbdb;
}
#room-bed #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-bed #category .cate_box p {
    position: relative;
}
#room-bed #category .contents .cate_box a {
    border: solid 1px;
    margin: 2% 0;
}
#room-bed #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-bed #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-bed #category .contents a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
#room-bed .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-bed .other_contents {
    margin: 50px 0 30px;
	text-align: center;
}

#room-bed .other_contents img{
    width: 400px;
}




/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {
#room-bed {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

#room-bed .kanban {
	background-color: #e1f8de;
	padding: 10px;
	margin-top: 10px;
}

#room-bed .kanban img {
	display: block;
    text-align: center;
    margin: 0 auto;
}

#room-bed .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-bed #category h2 {
    text-align: center;
}

#room-bed .pcBnr {
    display: none;
}

#room-bed .spBnr {
    display: block;
}

#room-bed .categori h2 {
    height: 23px;
    color: #424242;
    font-size: 18px;
	margin-bottom: 10px;
	font-weight:bold;
	text-align: center;
}

#room-bed #category ul {
    justify-content: space-between;
    margin: 0 2%;
}

#room-bed #category ul li {
    width: 49.5%;
    margin-right: 0;
}

#room-bed #category .contents .cate_box a {
    border: none;
    margin: 0;
}

#room-bed .other_contents {
    padding: 0 10px;
    margin: 0;
}

#room-bed .other_contents img {
    width: 100%!important;
}

#room-bed .other_contents h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
}

}
