@charset "shift_jis";
/* series-comparison */
:root {
    --color-primary: #F8B500;
    --color-secondary: #FFDD7D;
    --color-white: #fff;
    --color-black1: #000;
    --color-black2: #333;
    --color-black3: #666;
    --color-grey1: #ededeb;
    --color-grey2: #f9f9f8;
    --color-grey42: #424242;
    --color-grey3: #666666;
    --color-grey4: #999999;
    --color-baige: #ECE8E1;
    --padding-back: 40px 50px;
    --padding-back-sp: 20px;
    --padding-1: 20px;
}
/* showroom */
.warp{
    width: 100%;
    overflow-x: hidden;
}
.full-width {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
#contents .showroomBox01 {
    overflow: hidden;
    margin: 75px auto;
    max-width: 960px;
    text-align: left;
    position: relative;
    z-index: 100;
}
#contents .showroomBox01 .srBoxL {
    float: left;
    max-width: 480px;
}
#contents .showroomBox01 .srBoxR {
    float: right;
    max-width: 440px;
}
#contents .showroomBox01 h3 {
    font-size: 23px;
    text-align: left;
    margin: 0 0 30px 0;
    line-height: 1.3;
    background-image: none !important;
    padding: 0;
    letter-spacing: 0;
    border-top: none;
    letter-spacing: -0.03em;
}
@media (max-width: 640px) {
    #contents .showroomBox01 h3 {
        text-align: center;
    }
}
#contents .showroomBox01 .linkBar {
    margin: 0;
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
    font-size: 16px;
}
#contents .showroomBox01 .linkBar a {
    display: block;
    padding: 10px 0;
    background: url(/kitchen/kurashi/images/icon03.png) no-repeat 100% 50%;
    text-decoration: none;
}
#contents .showroomBox01 .txt {
    margin: 20px 0 0 0;
}

#contents .showroomWrap .showroomBox01{
    margin-top: 0;
    margin-bottom: 0;
}
.srBoxR .showroomBox01Ttl{
    font-feature-settings: "palt";
    margin-bottom: 20px;
    font-size: 16px;
}
@media (max-width: 640px) {
    .srBoxR .showroomBox01Ttl{
        font-size: 14px;
        text-align: center;
        /*letter-spacing: -0.075em;*/
    }
}
.showroomWrap {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #ECE8E1;
}
@media (max-width: 640px) {
    .showroomWrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.showroomLinkBar{

}
.showroomLinkBar a:after{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: calc(50% - 12px);
    background: url("/images/icon02.png") 50% 50% / cover no-repeat;
}
.showroomLinkBar a{
    display: flex;
    align-items: center;
    color: var(--color-white);
    background-color: #424242 !important;
    width: 100%;
    padding: 10px 20px;
    position: relative;
    font-size: 16px;
    text-decoration: none;
    box-sizing: border-box;
    color: var(--color-white);
    text-decoration: none !important;
    transition: opacity 0.4s;
}
.showroomLinkBar a:hover,
.showroomLinkBar a:focus
{
    opacity: 0.8;
}
@media (max-width: 640px) {
    #contents .showroomBox01 {
        padding: 0 30px;
        max-width: none;
    }
    #contents .showroomBox01 .srBoxL {
        float: none;
        max-width: none;
    }
    #contents .showroomBox01 .srBoxL img {
        width: 100%;
        height: auto;
    }
    #contents .showroomBox01 .srBoxR {
        margin-top: 30px;
        float: none;
        max-width: none;
    }
    #contents .showroomBox01 h3 {
        margin: 0 0 15px 0;
    }
}
/* /showroom */