@charset "utf-8";

@media print, screen and (min-width : 769px){
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/styling/design/
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */
.pic_full img {
    width: 100%;
    max-width: 100% !important;
    height: auto;
}
/* -----------------------------------
    #section_styling
----------------------------------- */
#section_styling .section{
	text-align: center;
}
#section_styling h3{
	margin-top: 21px;
}
#section_styling .pic{
    line-height: 0;
}

#section_styling .pic img{
    width: 880px;
    height: auto;
    margin: 0 auto;
}

#section_styling .img_slider{
    width: 880px !important;
}
	
/* -----------------------------------
    #section_photos
----------------------------------- */
    #section_photos {
        margin: 0 auto 140px;
    }
    
    #section_photos .photos {
        margin: 0 auto 50px;
    }
    #section_photos .photos img {
        width: 100%;
        line-height: 0;
    }
    #section_photos .photos li {
        float: left;
        width: 100%;
        list-style-type: none;
        line-height: 0;
    }
    #section_photos .photos li:nth-child(2)  {
        width: 40.6%;
    }
    #section_photos .photos li:nth-child(3) {
        width: 59.4%;
    }
	
/* -----------------------------------
    #section_form
----------------------------------- */


/* -----------------------------------
    #section_design
----------------------------------- */
#section_design{
    margin: 0 0 -30px 0;
}

#section_design .pic img{
    width: 920px;
    height: auto;
}




/* -----------------------------------
    #section_bodycolor
----------------------------------- */
#section_bodycolor{
    width: 980px;
    margin: 0 auto 100px auto;
}

#section_bodycolor .color_slider{
    margin: 0 0 20px 0;
}

#section_bodycolor .body_color_gallery{
    position: relative;
    text-align: center;
}

#section_bodycolor .body_color_gallery img{
    width: 810px;
    width: 715px;
    margin: 0 auto 30px auto;
    height: auto;
}

#section_bodycolor .body_color_gallery .pic{
    margin: 0 0 30px 0;
}

#section_bodycolor .body_color_gallery .name{
    margin: 0 0 10px 0;
    font-size: 22px;
}

#section_bodycolor .body_color_gallery .caption{
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 15px 0;
}

#section_bodycolor .body_color_gallery .type{
    font-size: 14px;
    line-height: 1.571em;
}

#section_bodycolor .body_color_gallery .caution{
    margin: 5px 0;
    font-size: 11px;
}

#section_bodycolor .body_color_gallery .name {
    position: relative;
}

/*color_caution	*/
.color_caution	{
	padding: 0 0 50px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}	
.color_caution span{
	display: inline-block;
	margin: 8px 0;
}	
	
.section_inner.bodycolor_inner	{
	margin-bottom: 38px;
}
.section_inner.bodycolor_inner .head_title {
	margin-bottom: 0;
}
.body-color-caution{
    position: absolute !important;
    margin-top: -3px;
    left: auto !important;
}

/*painted*/
	.section_column.painted h4{
		font-size: 22px;
}
	.section_column.painted h4 span{
		font-size: 16px;
}
.section_column.painted p{
	width: 344px;
	float: left;
	margin-right: 40px;
}
.section_column.painted p:last-child{
	width: 426px;
}
	
	
/* -----------------------------------
    #section_premiumcolor
----------------------------------- */

#section_premiumcolor .section_inner h4.equipment {
    margin: 0px 0 50px 0;
    padding: 0;
}


#section_premiumcolor .section_inner:last-child h4.equipment{
    margin: 80px 0 50px 0;
}

#section_premiumcolor .section_inner .pic{
    max-width: 880px;
    margin: auto;
    text-align: left;
}

#section_premiumcolor .float-box{
    display: table;
    margin-top: 50px;
}

#section_premiumcolor .float-box .float-cell{
    display: table-cell;
    width: 50%;
}

#section_premiumcolor .float-box .float-cell:first-child{
    padding-right: 20px;
}

#section_premiumcolor .float-box .float-cell:last-child{
    padding-left: 20px;
}

#section_premiumcolor .float-box .sp{
    display: none;
}

/* 161011 追記*/
.section .section_pic {
    max-width: 880px !important;
    margin: 0 auto 80px;
}
.section .section_pic img {
    width: 100%;
    height: auto;
}

.modal_mov_open{
  width: 880px;
  margin: 0 auto;
}

/* 170410 追記*/
#section_bodycolor .body_color_gallery .caution_wrap{
    height: 40px;
    margin-top: 20px;
	margin-bottom: 60px;
}
#section_bodycolor .body_color_gallery .caution_wrap .caution{
    font-size: 13px;
    line-height: 20px;
    color: #da4058;
}
#section_bodycolor .body_color_gallery .caution_wrap .caution.disp{
    display: block;
}

/*flex*/
.section_column.flex {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
	
.flex .col_left {
	order: 0;
	float: none;
}
	
.flex .col_right {
	width: 420px;
	flex: 0 0 420px;
	order: 1;
	float: none;
	align-self: center;
}

.section .detail{
	padding-left: 0;
}

	
}
