@charset "utf-8";

.sel_container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.sel_container::after {
    content: "";
    display: block;
    width: 32%; 
    height: 0;
}
/*.sel_container img {
    width: 100%;
}*/
.sel_title {
    text-align: center;
    padding-bottom: 30px;
}
p.sel_h2_cap {
    font-size: 22px;
    margin-bottom: 30px;
}
section {
    margin-bottom: 50px;
}
div.br_bottom {
    border-bottom: 3px solid #7a6a56;
    margin-bottom: 45px;
}
h3.br_box {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    background-color: #7a6a56;
    padding: 10px 23px 7px;
    min-width: 230px;
}
h4.sel_catch01 {
    font-size: 22px;
    margin: 0 100px 45px;
}
p.catch_cap {
    margin: -20px 100px 45px;
}
.sel_col_inner {
    max-width: 800px;
    margin: 0 auto;
}
.sel_col_tab img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
.sel_col_tab li {
    position: relative;
}
div.sel_arrow1 {
    width: 18px;
    height: auto;
    position: absolute;
    top: -25px;
    left: 16%;
    transform: translateX(-9px);
}
div.sel_arrow2 {
    width: 18px;
    height: auto;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-9px);
}
div.sel_arrow3 {
    width: 18px;
    height: auto;
    position: absolute;
    top: -25px;
    left: 83%;
    transform: translateX(-9px);
}
h5.title_parts {
    font-size: 22px;
    margin-bottom: 60px;
    padding-left: 15px;
    position: relative;
}
h5.title_parts::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 100%;
    background-color: #797979;
    top: 0;
    left: 0;
}
h5.title_parts::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #797979;
    left: 0;
    bottom: -10px;
}
section.parts_select {
    margin: 0 auto 50px;
}
div.sel_bath {
    border: 1px solid #aaa;
    padding: 5px 15px;
    margin-bottom: 30px;
    position: relative;
}
div.sel_bath p {
    margin-bottom: 0;
}
.sel_l {
    float: left;
    margin-right: 30px;
}
.sel_r {
    float: right;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    right: 0;
}
.sel_img_center {
    text-align: center;
}
.sel_item01 {
    width: 48%;
}
.sel_item02 {
    width: 33%;
}
.sel_item03 {
    width: 62%;
}
.sel_item04 {
    width: 32%;
}
.sel_item05 {
    width: 32%;
	cursor: pointer;
}
div.sel_parts04 {
    position: relative;
}
div.sel_parts04::before {
    position: absolute;
    z-index: -1;
    top: -10%;
    left: 50%;
 
    display: block;
 
    width: 200vw;
    height: 120%;
 
    background-color: #e1dcd0;
 
    content: "";
    transform: translateX(-50%);
}
.sel_caption {
	color: #000;
	font-size: 12px;
	line-height: 15px;
	width:90%;
    margin: 0;
	padding: 30px 0 60px;
	max-width: 1024px;
}
.sel_cap_r {
	color: #c90000;
}

#main.select {
    background: url("../../select_plan/images/main.jpg") no-repeat center top;
    background-size: cover;
}
@media only screen and (max-width: 768px){
    
    div.br_bottom {
        /*! border-bottom: none; */
        /*! text-align: center; */
    }
    h4.sel_catch01 {
        text-align: center;
        font-size: 18px;
        margin: 50px auto;
    }
	p.sel_h2_cap {
    font-size: 18px;
    margin-bottom: 30px;
}
    p.catch_cap {
        margin: -20px 0 45px;
        text-align: center;
    }
    div.sel_bath {
        padding: 10px;
    }
    .sel_l {
        margin-right: 0;
    }
    .sel_r {
        position: relative;
        margin-top: 10px;
    }
    .sel_container {
        justify-content: center;
    }
    .sel_col_inner .sel_container {
        justify-content: space-around;
    }
    .sel_container::after {
        content: "";
        display: block;
        width: 48%; 
        height: 0;
    }
    .sel_item01, .sel_item02, .sel_item03 {
        width: 100%;
    }
    .sel_item04 {
        width: 48%;
    }
    .sel_parts04 .sel_item01 {
        margin-bottom: 30px;
    }
	h3.br_box {
    font-size: 16px;
}
div.br_bottom {
    margin-bottom: 25px;
}
h5.title_parts {
    font-size: 17px;
}
}




