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