@charset "UTF-8";

/* tab */

.quo_tab {
    max-width: 1000px;
    margin: 0 auto;
}
.quo_nav_sec{
    margin: 40px auto 80px;
}
.quo_tab_box {
    display: flex;
    justify-content: space-between;
}
.quo_tab_list.active {
    background: #7f9ea7;
    color: #fff;
}
.quo_tab_list a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 15px 0;
    text-align: center;
    transition: 0.5s;
}
.quo_tab_list {
    width: 32%;
    background: #fff;
    color: #7f9ea7;
	border: 1px solid #7f9ea7;
    position: relative;
}
.quo_tab_list a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 1px solid #7f9ea7;
    border-right: 1px solid #7f9ea7;
    transform: rotate(45deg);
    box-sizing: border-box;
}
.quo_tab_list.active a::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}


.quo_tab_list a:hover {
    transition: 0.5s;
    background: #7f9ea7;
    color: #fff;
}
.quo_tab_list a:hover::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.quo_nav.fixed{
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
    margin-top: 10px;
}

.quo_nav.fixed .quo_tab{
    margin: 20px auto ;
}

/* kitchen */
.sec_ttl {
    margin-bottom: 20px;
}
.sec_ttl_txt {
    font-size: 20px;
}
.sec_ttl_en {
    font-size: 30px;
    font-weight: 600;
    margin-right: 0.8em;
}

.col_01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.col_box.mt20.wd100{
    margin-top: 0;
}
.col_img {
    width: 49%;
}
.col_img .pos_re {
    position: relative;
}
.col_box {
    width: 49%;
    background: #d4e0e9;
    padding: 20px;
    position: relative;
}
.col_box_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; 
    flex-wrap: wrap;
}
.col_box_img {
    width: 48%;
    max-width: 263px;
}
.col_box_txt_01 {
    width: 48%;
    max-width: 263px;
}
.col_box_ttl_01 {
    background: #757f84;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-size: 15px;
    font-weight: 600;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col_box_lead {
    font-size: 14px;
    line-height: 1.4em;
    font-size: 13px;
    text-align: justify;
    letter-spacing: 0.05em;
}


.col_box_ttl_box {
    margin-bottom: 10px;
}
.col_box_ttl_02 {
    width: 100%;
    border: solid 1px #000;
    background: #fff;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
.col_box_ttl_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.col_box_ttl_03 {
    background: #7f9ea7;
    color: #fff;
    text-align: center;
    width: 49%;
    line-height: 1.4em;
    font-size: 14px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.col_box_ttl_03:nth-child(-n+2){
    margin-bottom: 10px;
}


.col_box_inner {
    background: #f3f6f7;
    padding: 15px;
}
.col_ttl {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.4em;
    font-size: 15px;
}
.col_box_inner_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.col_box_inner_item {
    width: 48%;
    max-width: 248px;
}
.col_box_inner_item:nth-child(-n+2) {
    margin-bottom: 10px;
}
.col_box_inner_img {
    margin-bottom: 10px;
}
.col_box_inner_ttl {
    color: #4e93a6;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
}
.col_box_inner_lead {
    font-size: 13px;
    line-height: 1.4em;
    text-align: justify;
    letter-spacing: 0.05em;
}


.col_box_inner_02 {
    width: 48%;
    max-width: 263px;
}
.col_box_txt_02 {
    margin-bottom: 10px;
}
.col_box_ttl_04 {
    font-size: 12px;
    letter-spacing: -0.05em;
    background: #7f9ea7;
    color: #fff;
    text-align: center;
    width: 49%;
    line-height: 1.4em;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col_box_ttl_04:nth-child(-n+2) {
    margin-bottom: 0.4em;
}
.eq_item_quo_01 {
    width: 23.5%;
    /* margin-top: 20px; */
}

.eq_item_quo_01:nth-of-type(n + 5) {
    margin-top: 20px;
}


.eq_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.eq_img{
    position: relative;
}
.eq_cap{
    font-size: 10px;
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
}
.eq_cap.ew_cap_wht{
    color: #fff;
}
.eq_cap.eq_bg_w{
    background: rgba(255, 255, 255, 0.7);
    padding: 3px;
    bottom: 0;
    right: 0;
}
.eq_name{
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin: 0.7em 0;
    line-height: 1.2;
}
.eq_name span{
    display: inline-block;
}
.eq_lead{
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
    letter-spacing: 0.05em;
}
.eq_lead span{
    display: block;
    font-size: 10px;
}
.eq_item{
    margin-bottom: 30px;
}

/* bathroom */
.bathroom {
    margin-top: 80px;
}
.eq_flex_quo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 49%;
}
.eq_item_quo_02 {
    width: 48%;
    max-width: 282px;
}
.eq_item_quo_02.mt20:nth-child(n+3) {
    margin-top: 20px;
}

/* powderroom */
.powderroom {
    margin-top: 80px;
    /* padding-bottom: 80px; */
}


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

}

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

}

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

}

@media screen and (max-width: 1000px) {
.quo_nav.fixed{
    margin-top: 0;
}

ul.gnavi li a.quality{
    background: #eee;
    color: #000;
}
.col_box_ttl_01 {
    font-size: 14px;
}
.col_box_lead {
    font-size: 13px;
}
.col_box_ttl_02 {
    font-size: 13px;
}
.col_box_ttl_03 {
    font-size: 12px;
}
.col_ttl {
    font-size: 14px;
    letter-spacing: -0.05em;
}
.col_box_inner_ttl {
    font-size: 13px;
    line-height: 1.2em;
    letter-spacing: -0.05em;
}
.col_box_inner_lead {
    font-size: 12px;
}
.sec_ttl_en {
    font-size: 20px;
}
.sec_ttl_txt {
    font-size: 14px;
    line-height: 1.4em;
}
.eq_name {
    font-size: 13px;
}
.eq_lead {
    font-size: 12px;
}
.sec_ttl_txt {
    letter-spacing: -0.01em;
}
.sec_ttl_en {
    margin-right: 0.5em;
}
.bathroom {
    margin-top: 60px;
}
.powderroom {
    margin-top: 60px;
}


}


@media screen and (max-width: 900px) {
}

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

.col_box_ttl_03:nth-child(-n+3) {
    margin-bottom: 10px;
}
.col_box.wd100 {
    width: 100%;
}
.col_box.mt20.wd100 {
    width: 100%;
    margin-top: 20px;
}
.col_box_ttl_01 {
    letter-spacing: -0.05em;
}
.col_box_ttl_03 {
    width: 100%;
}
.col_box_ttl_04 {
    height: 50px;
}
.col_box_img {
    max-width: 384px;
}
.col_box_inner_02 {
    max-width: 384px;
}

}

@media screen and (max-width: 800px) {
.plan_name {
    padding: 0.1em 0.4em;
    font-size: 60px;
}
}


@media screen and (max-width: 768px) {
.eq_item {
    width: 48%;
}
.col_box_ttl_01 {
    font-size: 13px;
}
.col_ttl {
    font-size: 13px;
}

}


@media screen and (max-width: 750px) {
    .quo_tab_list a::after{
        right: 10px;
    }
    .foot_nav .quality a {
        background: #d8d8da;
    }
}


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

.quo_tab_list a {
    padding: 12px 0;
}
.sec_ttl_en{
    display: block;
    margin: 0 0 10px;
}

.quo_nav_sec {
    margin: 40px auto 40px;
}
.quo_tab_box {
    display: block;
}
.quo_tab_list {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}
.col_img {
    width: 100%;
    margin: 0 auto 20px;
}
.col_box {
    width: 100%;
}
.col_box_img {
    width: 100%;
    max-width: initial;
    margin: 0 auto 10px;
}
.col_box_txt_01 {
    width: 100%;
    max-width: initial;
    margin: 0 auto;
}
.col_box_inner_item {
    max-width: initial;
    margin: 0 auto 10px;
    width: 100%;
}
.col_box_inner_02 {
    width: 100%;
    max-width: initial;
}
.eq_item_quo_01 {
    width: 48%;
}
.eq_item_quo_01:nth-child(n+3) {
    margin-top: 20px;
}
.eq_flex_quo {
    width: 100%;
}
.eq_item_quo_02 {
    width: 48%;
}
.col_box_ttl_box {
    margin: 0 auto 10px;
}
.bathroom {
    margin-top: 40px;
}
.powderroom {
    margin-top: 40px;
}
.col_box_ttl_01 {
    height: 50px;
}
}


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

}


@media screen and (max-width: 500px) {
    .eq_item{
        width: 100%;
    }
}



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

}
@media screen and (max-width:650px){
}



