@charset "UTF-8";
#page #title {
background-image: url("image/title.jpg");
}

@media screen and (min-width: 641px),print {
#page #title .box h3 {
font-size: 24px;
position: relative;
color: #131d3d;
font-weight: 400;
}
#page #title .box h3 b {
color: #000;
font-size: 36px;
line-height: 1.8em;
font-weight: 500;
}

#detail {
margin: 150px auto 0 auto;
}
#detail h4 {
color: #131d3d;
font-size: 24px;
line-height: 1.8em;
font-weight: 400;
padding-bottom: 2em;
}
#detail h4 b {
font-size: 36px;
line-height: 1.8em;
font-weight: 500;
color: #000;
}
#detail p.description {
font-size: 20px;
line-height: 1.8em;
}

#detail .box {
width: 1200px;
margin: 100px auto 0 auto;
text-align: left;
}
#detail .box h5 {
font-size: 50px;
line-height: 1em;
color: #a0a0a0;
}
#detail .box .mainimage {
margin: 0px auto 50px auto;
line-height: 0;
display: block;
text-align: center;
}
#detail .box dl {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
#detail .box dt {
width: 600px;
}
#detail .box dd {
width: 560px;
}
#detail .box .block {
text-align: center;
margin: 30px auto 20px auto;
}
#detail .box p {
font-size: 16px;
line-height: 1.8em;
color: #353535;
padding: 0em 0 1em 0;
text-align: left;
}
#detail .box p.name {
font-size: 22px;
line-height: 1.5em;
font-weight: 500;
text-align: center;
padding: 0.5em 0 0.5em 0;
}
#detail .box dt ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#detail .box dt ul li {
width: 48%;
text-align: center;
}
#detail .box dd ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
}
#detail .box dd ul li {
width: 48%;
text-align: center;
padding: 0 0 1em 0;
}
#detail .box dt img,
#detail .box dd img {
width: 100%;
height: auto;
}

#detail .kitchen .logo img,
#detail .bath .logo img {
width: 35%;
}
#detail .vanity .logo img {
width: 50%;
}
}

@media screen and (min-width: 0px) and (max-width: 640px) {
#page #title .box h3 {
font-size: 14px;
position: relative;
color: #131d3d;
font-weight: 400;
}
#page #title .box h3 b {
color: #000;
font-size: 18px;
line-height: 1.5em;
font-weight: 500;
}

#detail {
margin: 50px auto 0 auto;
width: 90%;
}
#detail h4 {
color: #131d3d;
font-size: 14px;
line-height: 1.5em;
font-weight: 400;
padding-bottom: 1em;
}
#detail h4 b {
font-size: 22px;
line-height: 1.5em;
font-weight: 500;
color: #000;
}
#detail p.description {
font-size: 14px;
line-height: 1.5em;
}

#detail .box {
margin: 40px auto 0 auto;
text-align: left;
}
#detail .box h5 {
font-size: 24px;
line-height: 1.5em;
color: #a0a0a0;
}
#detail .box .mainimage {
margin: 0px auto 20px auto;
line-height: 0;
display: block;
}
#detail .box dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#detail .box dt {
}
#detail .box dd {
}
#detail .box .block {
text-align: center;
margin: 0px auto 20px auto;
}
#detail .box p {
font-size: 14px;
line-height: 1.5em;
color: #353535;
padding: 0em 0 1em 0;
text-align: left;
}
#detail .box p.name {
font-size: 16px;
line-height: 1.5em;
font-weight: 500;
text-align: center;
padding: 0.5em 0 0.5em 0;
}
#detail .box dt ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#detail .box dt ul li {
width: 48%;
text-align: center;
}
#detail .box dd ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
}
#detail .box dd ul li {
width: 48%;
text-align: center;
padding: 0 0 1em 0;
}
#detail .box dt img,
#detail .box dd img {
width: 100%;
height: auto;
}
#detail .kitchen .logo img,
#detail .bath .logo img {
width: 35%;
}
#detail .vanity .logo img {
width: 70%;
}
}


