/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

:root{
    --bg-color: #ececec;
    --sub-color:#9e9e9e;
    --Pg-En-sans: "Josefin Sans", sans-serif;
}


#kitchen_wrap{
    width: 100%;
    max-width: 800px;
    font-size: clamp(1.58rem, 0.352rem + 2.56vw, 2.4rem);
    margin: 30px auto; 
    text-align: center;
    font-family: "noto-sans-cjk-jp", sans-serif;
    line-height: 1.8;
}

#kitchen_wrap img{
    max-width: 100%;
    vertical-align: bottom;
}

#kitchen_wrap sup{
    font-size: 11px;
    vertical-align: super;
    margin-left: 5px;
}

#kitchen_wrap .comm_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#kitchen_wrap .comm_w90{
    width: 90%;
    margin: auto;
}

#kitchen_wrap .comm_mt{
    margin-top: 90px;
}

#kitchen_wrap .comm_ttl{
    font-size: clamp(2.3rem, 0.61rem + 4.3vw, 4.2rem);
    margin-bottom: 40px;
    letter-spacing: 0.05rem;
    font-weight: 400;
}

#kitchen_wrap .comm_ttl span{
    font-size: 58%;
    display: block;
    margin-bottom: 1.2em;
    letter-spacing: 0.22em;
    font-family: var(--Pg-En-sans);
    color:var(--sub-color);
    font-weight: 600;
}

#kitchen_wrap .comm_btn{
    background: #fff;
    border: clamp(1.5px, 0.2vw + 1px, 3px) solid;
    border-radius: 50px;
    font-size: clamp(1.25rem, 3vw, 2rem);
    width: 85%;
    max-width: 600px;
    margin: 2em auto;

}

#kitchen_wrap .comm_btn a{
    display: block;
    padding: 15px 0;
    position: relative;
}
#kitchen_wrap .comm_btn a::after{
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px;
    border-right: solid 2px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
    right: 7%;
}






#kitchen_wrap #kv{
    background: url("block_b.jpg") no-repeat bottom #f9f9f9;
    background-size: contain;
    padding-bottom: 2em;
}
#kitchen_wrap #kv .midashi{
    background: url("block.jpg") no-repeat top;
    padding-top: 2em;
}
#kitchen_wrap #kv h1{
    font-size: clamp(1.5rem, 1.167rem + 1.11vw, 2rem);
    color: #9e9e9e;
    letter-spacing: 0.15em;
    font-family: var(--Pg-En-sans);
    margin-bottom: 0.8em;
}

#kitchen_wrap #kv p span{
    background: var(--base-color);
    color: #fff;
    padding: 0.05em 1em;
    margin: 0 0.5em;
}

#kitchen_wrap #kv h3{
    font-size: clamp(2.4rem, 0.667rem + 5.578vw, 5rem);
    margin: 0.3em auto -0.45em;
    font-weight: normal;
}

#kitchen_wrap #kv img{
    margin-bottom: 1em;
}

#kitchen_wrap ul.kt-navi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.5em;
}

#kitchen_wrap ul.kt-navi li{
    width: 48%;
    margin-bottom: 4%;
    background: #fff;
    border: 2px solid;
    border-radius: 50px;
    font-size: clamp(1.25rem, 3vw, 2rem);
}
#kitchen_wrap ul.kt-navi li a {
    display: block;
    padding: 0.8em 0;
    position: relative;
}
#kitchen_wrap ul.kt-navi li a::after {
    content: "";
    width: 4%;
    aspect-ratio: 1 / 1;
    border: 0;
    border-bottom: solid 2px;
    border-right: solid 2px;
    position: absolute;
    top: 50%;
    margin-top: -4%;
    transform: rotate(45deg);
    right: 8%;
}



#kitchen_wrap #about{
    max-width: 700px;
}

#kitchen_wrap #about p.text{
    text-align: left;
    margin: 0.5em auto;
}

#kitchen_wrap #about div ol{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2em auto;
}

#kitchen_wrap #about div ol li{
    width: 40%;
    background: var(--bg-color);
    font-size: clamp(2rem, 1rem + 3.33vw, 3.5rem);
    padding-bottom: 0.5em;
    margin: auto;
    position: relative;
}

#kitchen_wrap #about div ol li:not(:last-of-type):after{
    content: "×";
    position: absolute;
    right: -19%;
    color: var(--sub-color);
}

#kitchen_wrap #about div ol li span{
    display: block;
    font-size: 50%;
    font-family: var(--Pg-En-sans);
    margin-top: -0.8em;
    color: var(--sub-color);
    font-weight: bold;
    letter-spacing: 0.15em;
}



#kitchen_wrap #voice{
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 25px 25px;
  background-repeat: repeat;
  background-position: center center;
  padding: 3em 0 0.5em;
}

#kitchen_wrap #voice .ttl{
    margin-bottom: 2em;
}

#kitchen_wrap #voice .ttl .comm_ttl{
    position: relative;
}

#kitchen_wrap #voice .ttl .comm_ttl img{
    position: absolute;
    left: 8%;
    width: 20%;
    max-width: 120px;
}

#kitchen_wrap #voice .ttl h2{
    font-size: clamp(2.5rem, 0.61rem + 4.3vw, 4.6rem);
    font-weight: normal;
}

#kitchen_wrap #voice .ttl h2 span{
    color: inherit;
    font-size: 60%;
    display: block;
}

#kitchen_wrap #voice .block{
    margin-bottom: 3em;
}

#kitchen_wrap #voice .block h3{
    font-size: clamp(1.8rem, 0.733rem + 3.356vw, 3.4rem);
    text-align: left;
    font-weight: normal;
}

#kitchen_wrap #voice .block h3 span{
    border-right: 1px solid var(--base-color);
    padding-right: 0.35em;
    margin-right: 0.35em;
    color: #fff;
    -webkit-text-stroke: 1px var(--base-color);
    text-stroke: 1px var(--base-color);
    display: inline-block;
    text-align: center;
    font-family: var(--Pg-En-sans);
    font-size: 120%;
    line-height: 1.3;
}

#kitchen_wrap #voice .block h3 span::before{
    content: "QUESTION";
    display: block;
    color: var(--base-color);
    -webkit-text-stroke:black;
    text-stroke:black;
    font-size: 30%;
    font-weight: normal;
}

#kitchen_wrap #voice .block ol{
    margin-top: 2em;
    flex-wrap: wrap;
}

#kitchen_wrap #voice .block ol li{
    position: relative;
    width: 48%;
}

#kitchen_wrap #voice .block ol li p{
    position: absolute;
    inset: 0;
    margin:auto;
    height: fit-content;
    color: #fff;
    font-size: 85%;
}

#kitchen_wrap #voice .block .inner{
    display: inline-block;
    background: #fff;
    margin-top: 1.5em;
    padding: 2em 5%;
    text-align: left;
    border: 2px solid;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    width: 93%;
}

#kitchen_wrap #voice .block .inner:before{
    content: "ANSWER";
    background: var(--base-color);
    color: #fff;
    position: absolute;
    top: -0.8em;
    left: -1.2em;
    font-size: 60%;
    font-family: var(--Pg-En-sans);
    padding: 2px 15px 0;
    transform: rotate(-8deg);
    letter-spacing: 0.1em
}

#kitchen_wrap #voice .block ul li{
    margin-bottom: 0.8em;
}

#kitchen_wrap #voice .block .inner p{
    position: absolute;
    bottom: -1em;
    right: -10%;
    width: 26%;
    text-align: right;
}



#kitchen_wrap #but{
    background: url("bg.png") no-repeat;
    padding: 3em 0 2.5em;
    margin-top: -10px;
    position: relative;
}

#kitchen_wrap #but::after{
content: "";
    display: block;
    width: 1px;
    height: 2.5em;
    border-left: 1px solid;
    position: absolute;
    left: 50%;
    bottom: -1em;
}


#kitchen_wrap #but .block{
    position: relative;
}

#kitchen_wrap #but .inner{
    /*width: 83%;*/
    max-width: 600px;
    background: #fff;
    margin: 0 auto;
    padding: 1em 10% 2em;
    text-align: left;
    border: 2px solid;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    z-index: 0;
    box-sizing: border-box;
}

#kitchen_wrap #but .inner ol li{
    margin-bottom: 0.5em;
}

#kitchen_wrap #but .inner ol li span.material-symbols-outlined{
    margin-right: 0.1em;
    font-variation-settings:
    'wght' 400, /* 線の太さ */
    'opsz' 36 /* アイコンのサイズ */;
    vertical-align: middle;
}


#kitchen_wrap #but .inner .comm_ttl{
    margin-bottom: 0.2em;
}

#kitchen_wrap #but .inner .comm_ttl span{
    text-align: center;
    margin-bottom: 0;
}

#kitchen_wrap #but .obi{
    position: relative;
}

#kitchen_wrap #but .obi img{
    position: absolute;
    bottom: 1.8em;
    left: 2%;
    width: 22%;
    max-width: 155px;
    text-align: right;
    z-index: 2;
}

#kitchen_wrap #but .obi p{
    background: #6d6d6d;
    color: #fff;
    padding: 0.6em 0;
    margin-top: -15px;
    text-align: center;
}




#kitchen_wrap #so{
    margin: 1.5em auto 2.5em;
}

#kitchen_wrap #so .so{
    margin-bottom: 0.5em;
}

#kitchen_wrap #so .so span{
    background: var(--base-color);
    color: #fff;
    padding: 0.2em 1em;
    border-radius: 50px;
}

#kitchen_wrap #so .midashi{
    width: 90%;
    margin: auto;
    font-size: clamp(2.6rem, 1rem + 5.33vw, 5rem);
}

#kitchen_wrap #so .midashi span{
    font-size: 60%;
    display: block;
}

#kitchen_wrap #so .comm_flex{
    margin-top: 1.5em;
    text-align: left;
}

#kitchen_wrap #so .comm_flex img{
    width: 42%;
}

#kitchen_wrap #so .comm_flex p{
    width: 50%;
    margin-left: 5%;
    line-height: 1.6;
}

#kitchen_wrap #so .img{
    text-align: left;
}

#kitchen_wrap #so .img:last-of-type{
    margin-top: -0.8em;
    width: 80%;
}





#kitchen_wrap .choice .kv{
    background: var(--bg-color);
    padding: 2em 0;
    margin-bottom: 3em;
}

#kitchen_wrap .choice .kv .comm_w90{
    max-width: 700px;
}

#kitchen_wrap .choice .kv ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap:0.5em;
    margin-bottom: 1em;
}

#kitchen_wrap .choice .kv ul li{
    margin-left: 1em;
    padding-left: 1em;
}
/*#kitchen_wrap .choice .kv ul li a{
    padding: 0 1em;
}*/

ul.menu li:first-child,
ul.menu li.is-first-in-row {
    border: none;
}

ul.menu li:not(.is-first-in-row)  {
    content: "";
    border-left: 1px solid;
}

#kitchen_wrap .choice .kv p{
    text-align: left;
    margin-top: 1em;
}

#kitchen_wrap .choice .block{
    margin-bottom: 2em;
    max-width: 700px;
    width: 90%;
    margin: 0 auto 2em;
}

#kitchen_wrap .choice .block .img{
}


#kitchen_wrap .choice .block dl{
    text-align: left;
}

#kitchen_wrap .choice .block dt{
    font-weight: bold;
    font-size: clamp(1.65rem, 0.682rem + 2.32vw, 3rem);
    line-height: 1.6;
    margin-bottom: 0.5em;
}

#kitchen_wrap .choice .block dt span{
    background: #000;
    color: #fff;
    display: block;
    width: fit-content;
    font-size: 55%;
    padding: 0.2em 1.5em;
    font-weight: normal;
    margin-bottom: 0.5em;
}







/*----------------------

ブランドから選ぶ

-----------------------*/
#kitchen_wrap .choice#brand .block{
    align-items: flex-start;
}

#kitchen_wrap .choice#brand .block:nth-of-type(odd){
    flex-direction: row-reverse;
}

#kitchen_wrap .choice#brand .block .img{
    width: 35%;
}

#kitchen_wrap .choice#brand .block .img::before{
    left: -6%;
    top: -3%;
    width: 15%;
}

#kitchen_wrap .choice#brand .block dl{
    width: 61%;
}

#kitchen_wrap .choice#brand .block dl dt{
    border-bottom: 1px solid;
    padding-bottom: 0.5em;
}

#kitchen_wrap .choice#brand .block .img{
    position: relative;
}

#kitchen_wrap .choice#brand .block .img:before{
    content: "";
    background: url("strip.png") no-repeat;
    display: block;
    position: absolute;
    left: -8%;
    top: -3%;
    width: 16%;
    aspect-ratio: 1 / 1;
}




/*----------------------

部屋から選ぶ

-----------------------*/
#kitchen_wrap .choice#room .block h3{
    margin-bottom: -1em;
    text-align: left;
    margin-left: 5%;
    font-size: clamp(2rem, 0.471rem + 4.71vw, 4rem);
    font-family: var(--Pg-En-sans);
    color: var(--sub-color);
    font-weight: normal;
    position: relative;
    z-index: 10;
}

#kitchen_wrap .choice#room .block h3:before{
    content: "";
    background: url("strip.png") no-repeat;
    display: block;
    position: absolute;
    left: -8%;
    top: 0;
    width: 6%;
    aspect-ratio: 1 / 1;
}

#kitchen_wrap .choice#room .block dl{
    margin-top: 1em;
}
#kitchen_wrap .choice#room .block dt{
    display: flex;
}

#kitchen_wrap .choice#room .block dt span.midashi{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: inherit;
    width: 18%;
    max-width: 100px;
    aspect-ratio:1/1;
    margin: 0 2% 0 0;
    text-align: center;
}

#kitchen_wrap .choice#room .block dt span.text{
    background: none;
    width: 85%;
    color: inherit;
    font-weight: bold;
    font-size: clamp(1.65rem, 0.682rem + 2.32vw, 3rem);
    line-height: 1.6;
    padding: 0;
    margin: 0;
}





/*----------------------

価格から選ぶ

-----------------------*/
#kitchen_wrap .choice#price .kv ul{
    font-family: var(--Pg-En-sans);
}
#kitchen_wrap .choice#price .block h3{
    background: var(--base-color);
    color: #fff;
    font-weight: normal;
    padding: 0.4em 0 0.2em;;
    letter-spacing: 0.15rem;
    font-size: clamp(1.6rem, 1.039rem + 1.55vw, 2.2rem);
    text-autospace: normal;
    margin-bottom: 1em;
}

#kitchen_wrap .choice#price .block h3 span{
    font-family: var(--Pg-En-sans);
    font-size: 125%;
}

#kitchen_wrap .choice#price ol{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}

#kitchen_wrap .choice#price ol li{
    width: 31%;
}

#kitchen_wrap .choice#price .block dt{
    text-align: center;
}


#kitchen_wrap #recommend{
    background: var(--bg-color);
    padding: 2em 0;
	counter-reset: number;
}

#kitchen_wrap #recommend .block{
    background: #fff;
    padding-bottom: 1em;
	counter-increment: number;
    margin-bottom: 2em;
}

#kitchen_wrap #recommend .block::before{
    background: var(--base-color);
    color: #fff;
    display: block;
	content: "No. "counter(number , decimal-leading-zero);
    padding: 0.3em 0;
    margin-bottom: 1em;
}

#kitchen_wrap #recommend .block h2{
    font-size: clamp(1.6rem, 0.864rem + 2.06vw, 2.4rem);
    margin-bottom: 15px;
}

#kitchen_wrap #recommend .block h3{
    font-size: clamp(2rem, 0.864rem + 2.56vw, 3.4rem);
    margin-bottom: 30px;
}
#kitchen_wrap #recommend .block .comm_flex{
    align-items: start;
    margin-bottom: 1em;
}

#kitchen_wrap #recommend .block .comm_flex .pic{
    width: 44%;
    max-width: 500px;
}

#kitchen_wrap #recommend .block .comm_flex .price{
    width: 52%;
    text-align: left;
}

#kitchen_wrap #recommend .block .comm_flex .price ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-bottom: 0.5em;
}


#kitchen_wrap #recommend .block .comm_flex .price ul li{
    font-size: clamp(1.4rem, 0.48rem + 1.32vw, 1.8rem);
    text-align: right;
    margin-bottom: 5px;
}

#kitchen_wrap #recommend .block .comm_flex .price ul li:nth-of-type(1)::before{
    content: "価格：";
}

#kitchen_wrap #recommend .block .comm_flex .price ol li a{
    background: var(--base-color);
    border-radius: 50px;
    margin-bottom: 0.8em;
    display: block;
    color: #fff;
    font-size: clamp(1.1rem, 0.68rem + 1.4vw, 1.8rem);
    padding: 8px 0;
    text-align: center;
}

#kitchen_wrap #recommend .block .text{
    text-align: left;
    margin-bottom: 1em;
}

/*#kitchen_wrap #recommend .block dl {	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
    font-size: clamp(1.3rem, 0.645rem + 1.81vw, 2rem);
}

#kitchen_wrap #recommend .block dt {
	width: 28%;
    min-width: 98px;
	box-sizing: border-box;
    padding-bottom: 0.5em;
}

#kitchen_wrap #recommend .block dd {
	width: 67%;
	box-sizing: border-box;
	border-left: 1px solid;
    padding-left: 5%;
    padding-bottom: 0.5em;
}


*/

#kitchen_wrap #recommend .block dl {
    display: grid;
    grid-template-columns: 28% 1fr; 
    align-items: stretch; 
    text-align: left;
    font-size: clamp(1.3rem, 0.832rem + 1.29vw, 1.8rem);
    margin: 0;
}

#kitchen_wrap #recommend .block dt {
    grid-column: 1; 
    min-width: 98px;
    padding: 0.8em 1em 0.8em 0; 
    box-sizing: border-box;
    display: flex;
}

#kitchen_wrap #recommend .block dd {
    grid-column: 2; 
    margin: 0;
    padding: 0.8em 0 0.8em 5%; 
    box-sizing: border-box;
    border-left: 1px solid #ccc; 
    display: flex;
    align-items: center;
}


@media only screen and (max-width: 560px) {  

    #kitchen_wrap #voice .block ul li {
        margin-bottom: 0.5em;
    }


    #kitchen_wrap #but .inner{
        padding-bottom: 2.5em;
    }

    #kitchen_wrap #but .inner .comm_ttl span{
        margin-bottom: 0.5em;
    }
    #kitchen_wrap #but .inner ol li{
        font-size: 90%;
    }

    #kitchen_wrap #but .inner ol li span.material-symbols-outlined{
        font-size: 95%;
    }
    #kitchen_wrap .choice#price .kv ul{
        justify-content: center;
    }
    #kitchen_wrap .choice#price .kv ul li{
        width: 38%;
    }
    #kitchen_wrap .choice .kv ul li a {
        padding: 0;
    }



}








.sysItemCategoryForm,.sysItemList{
    display: none;
}





