﻿.maindesign .title{
    position: relative;
}
.maindesign .title h1 span.heading01 {
    color: #000;
    text-shadow: 1px 1px 2px rgb(255 255 255 / 70%);
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    line-height: 1;
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    line-height: 1.2;
}
.maindesign .title h1 span.heading01:before {
    content: '床材切売特集';
    -webkit-text-stroke: 0.1em #fff;
    position: absolute;
    z-index: -1;
}
.maindesign .title span.headingcell {
    position: absolute;
    transform: translate(-50%, -50%);
    font-feature-settings: "palt" 1;
    width: 25%;
    text-align: center;
    padding: 0.5em;
    font-size: 1.2em;
    font-weight: bold;
    background: rgb(68 29 20);
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #FFF;
    box-shadow: 0px 0px 0px 4px #441d14;
}
.maindesign .title span.headingcell.b02{
    top: 78%;
    left: 20%;
}
.maindesign .title span.headingcell.b03{
    top: 78%;
    left: 50%;
}
.maindesign .title span.headingcell.b04{
    top: 78%;
    left: 80%;
}
.maindesign .title span.headingcell.b05{
    top: 78%;
    left: 50%;
    width: 57%;
}
    @media screen and (max-width: 767px) {
    .maindesign .title h1 span.heading01 {
    font-size: 12vw;
    top: 33%;
}    
    .maindesign .title span.headingcell {
    font-size: 3vw;
}    
   .maindesign .title span.headingcell.b02,.maindesign .title span.headingcell.b03,.maindesign .title span.headingcell.b04{
    top: 74%;
} 
 }        

.maindesign a:hover img {
	opacity:0.7 !important;
	filter: alpha(opacity=70) !important;
	-ms-filter: "alpha( opacity=70 )" !important;
	background-color:#fff;
}

.maindesign .mask01{
	opacity:0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha( opacity=40 )";
	background: #f00;
	}
.maindesign .mask02{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	/*background: #FFF;*/
	}
.maindesign .alpha a:hover{
	opacity:0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha( opacity=40 )";
	background: #f00;
}

.maindesign .left{
float:left;
}
.maindesign .goTop{
	text-align:right;
}


/*TOP*/

.maindesign .menuName{
        font-size: 1.2em;
    text-align: center;
    padding: 0 0 10px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #333;
    }
    .maindesign .categorys{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 0 20px;
        padding: 0 0 20px;
    border-bottom: 1px solid #333;
}
    .maindesign .categorys:last-child{
        padding: 0;
    border-bottom: none;
}
    .maindesign .categorys .selectName{
        width: 140px;
    }
    .maindesign .categorys .selectBtns{
        width: 720px;
    }
.maindesign .categorys.select .selectBtns {
    width: 860px;
}
    .maindesign .categorys .selectBtns.other{
        width: 100%;
    }
    .maindesign .floors{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .maindesign .floors li{
        border: 1px #ababab solid;
    box-sizing: border-box;
        background: #f1f1f1;
        border-radius: 5px;
        overflow: hidden;
        display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    }
    .maindesign .floors.b2 li{
        width: calc(50% - 3px);
    }
    .maindesign .floors.b3 li{
        width: calc(240px - 6px);
    }
    .maindesign .floors.b4 li{
        width: calc(25% - 6px);
    }
    .maindesign .floors.b4.select li{
        margin: 0 0 10px;
    }
    .maindesign .floors li a{
       width: 100%;
    display: flex;
    align-items: center;
    }
    .maindesign .floors li a img{
        width: auto;
    height: 60px;
        border-right: 1px solid #ababab;
    }
     .maindesign .floors li a p{
        font-weight: 700;
    line-height: 1.3em;
    width: auto;
    display: block;
    margin: auto;
    text-align: left;
    font-feature-settings: "palt" 1;
    }
    .maindesign .floors li .arrow{
        background: #aaa;
    height: 100%;
    width: 1em;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    }
    .maindesign .floors li a svg{
        width: 20px;
    }
    @media screen and (max-width: 767px) {
    .maindesign .categorys .selectName{
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }
     .maindesign .floors.b2 li{
        width: calc(50% - 5px);
         margin: 0 0 20px;
    }
    .maindesign .floors.b3 li{
        width: calc(50% - 5px);
        margin: 0 0 20px;
    }
    .maindesign .floors.b4 li{
        width: calc(50% - 5px);
        margin: 0 0 20px;
    }   
    .maindesign .floors li a p{
        font-size: 0.8em;
    }
    }
    
    img.example {
    width: 100%;
}

.maindesign .anchor {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
 width: 100%;
}
	.maindesign .anchor li{
		width: 270px;
        margin: 0 25px 20px 0;
        overflow: hidden;
        border-radius: 5px;
	}
    .maindesign .anchor li:last-child{
        margin: 0 0 20px 0;
	}
    .maindesign .anchor li img{
		width: 100%;
	}
     .maindesign .anchor li p{
		text-align: center;
    padding: 10px 0;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
         font-feature-settings: "palt" 1;
	}
    
    @media screen and (max-width: 767px){
        .maindesign .anchor {
    display: flex;
    flex-wrap: wrap;
            justify-content: space-between;
}
       .maindesign .anchor li{
		width: 100%;
        margin: 0 0 20px 0;
           height: 6em;
	}
        .maindesign .anchor li a{
		display: flex;
    flex-wrap: nowrap;
    align-items: center;
            height: 6em;
	}
         .maindesign .anchor li img{
		width: 68%;
	}
     .maindesign .anchor li p{
		text-align: center;
    padding: 10px 0;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
         font-feature-settings: "palt" 1;
         width: 32%;
	}
    }
    
    
.maindesign .anchor .link01 a{
	background-color:#b8ac92;
}
.maindesign .anchor .link02 a{
	background-color:#0769a8;
}
.maindesign .anchor .link03 a{
	background-color:#67807d;
}
	.maindesign .anchor a{
		width: 100%;
	}
.maindesign .anchor .link01 a:hover,
.maindesign .anchor .link02 a:hover,
.maindesign .anchor .link03 a:hover{
  opacity: 0.6;
}


table.borderGlay {
	border: 1px #CCCCCC solid;
}

table.borderGlay th, table.borderGlay td {
	border: 1px #CCCCCC solid;
	padding: 0.5em;
}

table.borderGlay th {
	font-weight: bold;
}
    .maindesign .setsumeiTxt {
    line-height: 1.2;
    margin: 0 0 1em;
}
    .maindesign .setsumeiTxt.redfont{
        color:#B70B17; 
    }
    .maindesign .setsumeiTxt span{
        font-size:18px; font-weight:bold;
    }
    .maindesign .meyasu{
        margin: 0 0 20px 0;
    }
    .maindesign .meyasu table{
        max-width: 860px;
        width: 100%;
margin: 10px 0;
    }
.maindesign .cfloor-pre{
    margin: 0 0 40px 0;
}



/*パンチカーペット*/


    .maindesign .exp{
    color: #b70b17;
    }
    .maindesign .exp.m01{
    color: #000;
    }
    .maindesign .exp .exp-title{
        font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2;
        margin: 0 0 20px 0;
    }
    .maindesign .exp .exp-txt{
    line-height: 1.2;
        margin:20px 0;
    }
    .maindesign .exp table{
        width: 100%;
        max-width: 860px;
        border: 1px solid #333;
    }
    .maindesign .exp table th{
        width: 32%;
    height: 3em;
    font-size: 1.5em;
    background: #ccc;
    color: #000;
    text-align: center;
    border: 1px solid #333;
    }
    .maindesign .exp.m01 table{
        width: 100%;
        max-width: 400px;
        border: 1px solid #333;
    }
    .maindesign .exp.m01 table th{
        width: 38%;
    height: 1em;
    }
    .maindesign .exp.m01 table td{
    background:#fff;
    }
    .maindesign .exp table td{
        border: 1px solid #333;
    }
    .maindesign .exp table td.placeless{
        border: 1px solid #333;
        font-size: 2em;
    font-weight: bold;
        text-align: center;
    }
    .maindesign .exp table td.placeadd{
        
    }
    .maindesign .exp table td.placeadd .kakaku{
        display: inline-block;
    font-size: 2em;
    margin: 0 0 0 10px;
    }
    .maindesign .p_carpet-block{
        border: 1px solid #333;
        box-sizing: border-box;
        padding: 10px;
        margin: 0 0 40px 0;
    }
    .maindesign .p_carpet-title{
        font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2;
        margin: 0 0 20px 0;
    }
    .maindesign .p_carpet-status{
        
    }
    .maindesign .p_carpet-status p{
        line-height: 1.2;
        margin: 10px 0;
    }
    .maindesign .p_carpet-status p span{
        display: inline-block;
    }
    .maindesign .p_carpet-icon{
        
    }
    .maindesign .p_carpet-icon img{
        width: 100%;
    }
    .maindesign .p_carpet-flex{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .maindesign .p_carpet-flex .cols{
        margin: 0 0 20px 0;
    }
    .maindesign .p_carpet-colors{
        display: flex;
        flex-wrap: wrap;
    }
    .maindesign .p_carpet-colors li{
        width: calc(25% - 9px);
        margin: 0 12px 20px 0;
    }
    .maindesign .p_carpet-colors li:nth-child(4n){
        margin: 0 0 20px 0;
    }
    .maindesign .p_carpet-colors li img{
        width: 100%;
    }
    .maindesign .p_carpet-c-name{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    ul.botton_box.jbtn {
        margin: 0 0 40px 0;
}
    ul.botton_box.jbtn li a{
        padding: 0.75em 0.85em;
        line-height: 1.2;
}
    @media screen and (max-width: 767px){
       .maindesign .exp table th{
    font-size: 6vw;
    }
        .maindesign .exp table td.placeadd .kakaku{
        display: inline-block;
    font-size: 8vw;
    margin: 0 0 0 10px;
    }
        .maindesign .exp.m01 table{
        max-width: 600px;
    }
        .maindesign .p_carpet-flex{
        display: block;
    }
        .maindesign .p_carpet-colors{;
            justify-content: space-between;
    }
        .maindesign .p_carpet-colors li{
        width: calc(50% - 10px);
        margin: 0 0 20px 0;
    }
    }


/*塩ビ*/



/*↓ 特集別 ↓*/

.maindesign{
	width:100%;
	max-width:860px;
	margin: auto;
	text-align:left;
	}
.maindesign h1{
	margin:0;
	padding:0;
}

.maindesign img{
	border:none;
}

.maindesign .text_l{
	text-align:left;
}

.maindesign .text_r{
	text-align:right;
}

.maindesign .w400px{
	width:400px !important;
}

.maindesign .w300px{
	width:300px !important;
}

.maindesign .mb0{
	margin-bottom:0px !important;
}

.maindesign .mb10{
	margin-bottom:10px;
}

.maindesign .mb30{
	margin-bottom:30px !important;
}
.maindesign .mt20{
	margin-top:20px !important;
}

.maindesign .mt30{
	margin-top:30px !important;
}

.maindesign .mt40{
	margin-top:40px !important;
}


.maindesign .mt60{
	margin-top:60px !important;
}

.maindesign .mt0{
	margin-top:0 !important;
}

.maindesign .mt10{
	margin-top:10px !important;
}

.maindesign .mr10{
	margin-right:10px!important;
}

.maindesign .mr0{
	margin-right:0px!important;
}

.maindesign .mr8{
	margin-right:8px!important;
}

.maindesign .ml10{
	margin-left:10px!important;
}

.maindesign .ml20{
	margin-left:20px!important;
}

.maindesign .ml5{
	margin-left:5px!important;
}

.maindesign .ml8{
	margin-left:8px!important;
}

.maindesign .pB0{
	padding-bottom:0!important;
}

.maindesign .fs8{
	font-size:0.8em!important;
}

.maindesign .fs10{
	font-size:1.0em!important;
}

.maindesign .fs12{
	font-size:1.2em!important;
}

.maindesign .colR{
	color:#FF0000!important;
}

.maindesign .fwB{
	font-weight:bold!important;
}

.maindesign .borB{
	border-bottom:1px solid #000;
}


.maindesign h4{
	margin:0;
	font-size:24px;
}




.maindesign .hidden{
	overflow:hidden;
}

.maindesign .fl{
	float:left;
}

.maindesign .fr{
	float:right;
}


.maindesign .kome{
	text-align:right;
	margin:0;
	font-size:14px;
}

.maindesign .dashed{
	border-bottom:2px dashed #000;
}

.maindesign a:hover img {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}


.maindesign .series a:hover img {
	background-color:#FFFFFF;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}


.maindesign .pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.maindesign .pagetop a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
}
.maindesign .pagetop a:hover {
    display: block;
    text-align: center;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}



.maindesign .section {
    margin-bottom: 80px;
}

.maindesign .section .blok_left{
	width:400px;
	float:left;
}

.maindesign .section .blok_right{
	width:440px;
	float:right;
}

.maindesign .section .product{
	font-size:24px;
	font-weight:bold;
}

.maindesign .section .button{
	margin:10px auto 0;
	text-align:center;
	padding:0;
	border:2px solid #44519f;
	border-radius: 5px;
	transition-duration: 0.5s;
width: 100%;
max-width:620px;
}

.maindesign .section .button a{
	color:#44519f;
	font-weight:bold;
	text-decoration:none;
	transition-duration: 0.5s;
}

.maindesign .section .button p{
	padding: 10px 0;
    margin: 0;
	font-size:1.2em;
}

.maindesign .section .button:hover{
	background-color:#44519f;
	color:#fff;
}

.maindesign .section .button:hover a{
	color:#fff;
}

.maindesign .two .button{
	margin:0 3px;
	float:left;
}


.maindesign .section .images{
	overflow:hidden;
	padding:0;
	list-style:none;
}

.maindesign .section .images li{
	margin-right:10px;
	text-align:center;
	width:164px;
	height:164px;
	float:left;
}


.maindesign .section .images li p{
	color:#000000;
	margin:5px 0 20px;
}

.maindesign .section .seko li{
	height:200px;
}

.maindesign .two{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

.maindesign .sttl{
	font-size: 1.2em;
	font-weight:bold;
    margin: 10px 0 5px;
}

.maindesign .status{
	background-color:#eef0ef;
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:5px;
	border:1px solid #000;

}

.maindesign .status th,
.maindesign .status td{
	text-align:left;
	font-size:14px;
}

.maindesign .status th{
	padding-left:10px;
}
.maindesign .status td{
	padding:5px 0;
}

.maindesign .status .type th,
.maindesign .status .type td{
	border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.maindesign .status .type td,
.maindesign .status td strong{
	font-size:20px;
	font-weight:bold;
}

.maindesign .status .thickness th,
.maindesign .status .thickness td{
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #000;
	border-bottom:1px dashed #000;
}
.maindesign .status .thickness td.thickness-small{
	font-size:0.7em;
}
.maindesign .borderGlay2{
	font-size:12px;
	text-align:center;
	border-collapse:collapse;
	border-spacing:0;
}

.maindesign .borderGlay2 td,
.maindesign .borderGlay2 th{
	padding:3px;
}

.maindesign .button02{
    margin: 10px auto 0;
    text-align: center;
    padding: 0;
    border: 2px solid #44519f;
    border-radius: 5px;
    transition-duration: 0.5s;
}

.maindesign .button02:hover{
	background-color: #e40113;
    color: #fff;
}

.maindesign .button02 a{
	color: #e40113;
    font-weight: bold;
    text-decoration: none;
    transition-duration: 0.5s;
}

.maindesign .button02 a:hover{
    color: #fff;
}

.maindesign .button02 p{
	padding: 10px 0;
    margin: 0;
}

/* クッションフロア定型 */
.maindesign .blocks{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .maindesign .blocks li{
        width: calc(100% / 2 - 10px);
        margin: 0 0 1em 0;
    }
    .maindesign .blocks ul.caution li{
        width: 100%;
        text-align: justify;
        margin: 1em 0;
        line-height: 1.2;
    }
    @media screen and (max-width: 767px){
    .maindesign .blocks li{
        width: 100%;
    }    
        
    }
    .maindesign .blocknames{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .maindesign .blocknames li{
        width: 65%;
    }
.maindesign .blocknames.noright li{
        width: 100%;
    }
    .maindesign li.block_left a{
        color: #005FC3;
    }
    .maindesign .blocknames li:nth-child(2){
        width: 35%;
    }
    .maindesign .blocknames h3{
    }
    .maindesign .blocknames .product{
        text-align: left;
    }
    .maindesign .blocknames .productTxt{
        text-align: left;
        line-height: 1.2;
    }
    .maindesign .blocknames .antivirus{
        display: flex;
        justify-content: flex-end;
        margin: 0 0 0.5em 0;
    }
    .maindesign .blocknames .antivirus p{
        border: 3px solid #f00;
        box-sizing: border-box;
    color: #f00;
    font-weight: bold;
    padding: 0.5em;
    text-align: center;
    }
    .maindesign .blocknames .productFunc{
        text-align: right;
        
    }
    .maindesign table.borderGlay2 {
    border: 1px #CCCCCC solid;
    padding-top: 5px;
    padding-bottom: 5px;
}
    .maindesign table.borderGlay2 th, table.borderGlay2 td {
    border: 1px #CCCCCC solid;
    padding-top: 5px;
    padding-bottom: 5px;
}
    .maindesign .kinouicon {
    display: flex;
    flex-wrap: wrap;
        align-items: center;
margin: 20px 0;
}
    .maindesign .kinouicon img{
        width: 15%;
    }
    .maindesign .blockBtn{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0px 0 3em 0;
    }
    .maindesign .blockBtn li{
        width: calc(100% / 2 - 10px)
    }
    @media screen and (max-width: 767px){
    .maindesign .blockBtn li{
        width: 100%;
    }   
    }
    .maindesign .nouki{
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
    }
    .maindesign .nouki .kikan{
        color: #f00;
    font-size: 1.5em;
    }
    .maindesign .nouki .dozen{
        text-align: right;
    line-height: 1.2;
    }
    @media screen and (max-width: 767px){
    .maindesign .nouki .dozen{
        text-align: left;
        margin: 1em 0;
    } 
    }
    .maindesign .section.series {
    border: 1px #ccc solid;
    padding: 1em;
}
.maindesign .section .product {
		margin: 0.5em 0;
}
.maindesign .thumbnails{
    display: flex;
    flex-wrap: wrap;
}
.maindesign .thumbnails img {
    width: calc(100% / 4 - 5px);
    margin: 10px 6px 0px 0px !important;
}
.maindesign .thumbnails img:nth-child(4) {
    margin: 10px 0px 0px 0px !important;
}
.maindesign .thumbnails{
 width:100%;
 margin:0 auto;
}
.maindesign .thumbnails img{
 width: calc(25% - 5px);
 margin:10px 6px 0px 0px !important;
}
.maindesign .thumbnails2 img{
 width: calc(100% / 4 - 4px);
 margin:10px 0px 0px 0px !important;
}
.maindesign .mainImage img{
 text-align:center;
    width: 100%;
}
.hover1 {
  display: inline-block;
  background-color: #4CAF50;
  color: #fff;
  cursor: pointer;
}
.hover1:hover {
  opacity: 0.6;
}
.text-tori{
	padding: 3px 7px;
	width: -webkit-max-content;
	border: 3px solid;
	font-weight: bold;
	position: relative;
	top: 40px;
	right: 310px;
}
.button1{
	background-color: #005FC3;
	border: none;
}

.button1 a{
	color: white;
}
.maindesign li.block_left .cfloor_botton_box a {
    color: #fff;
}
.maindesign .cfloor_botton_box{
    display: flex;
    flex-wrap: wrap;
}
.maindesign .cfloor_botton_box li{
    width: calc(50% - 5px);
    margin: 0 10px 20px 0;
}
.maindesign .cfloor_botton_box.solo li{
    width: 100%;
    margin: 0 0 20px 0;
}
.maindesign .cfloor_botton_box li:nth-child(2n){
    margin: 0 0 20px 0;
}
@media screen and (max-width: 767px){
.maindesign .cfloor_botton_box li{
    width: 100%;
    margin: 0 0 20px 0;
}      
}

.maindesign .select-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.maindesign .select-flex li{
    border: 1px solid #ababab;
    box-sizing: border-box;
    border-radius: 5px;
    width: calc(50% - 10px);
    margin: 0 0 20px 0;
    overflow: hidden;
}

.maindesign .select-flex li a{
    position: relative;

}
.maindesign .select-flex li a .kinouicon {
    padding: 10px;
}

.maindesign .select-img{
    width: 100%;
    margin: auto;
}
.maindesign .select-title{
    font-size:1.5em;
    font-weight: bold;
    padding: 10px;
}
.maindesign .select-title span.sizered{
    font-size:0.8em;
    color: #B70B17;
}
.maindesign .select-txt{
    line-height: 1.2;
    padding: 10px;
}

.maindesign .select-maker{
    position: absolute;
    top: 10px;
    left: 10px;
}
.maindesign .select-maker.noimg{
    position: relative;
}
@media screen and (max-width: 768px) {
.maindesign .select-maker {
    width: 30%;
}
.maindesign .select-maker.noimg {
    width: 50%;
}
.maindesign .select-flex li a .kinouicon img {
    width: 25%;
}
}

.maindesign .price-area{
    margin: 20px;
}

.maindesign .price-area .price-meter1{
    font-size: 2em;
    line-height: 1.5;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    flex-wrap: wrap;
}
.maindesign .price-area .price-meter1 span{
    font-size: 2em;
    font-weight: bold;
}
.maindesign .price-area .price-meter1 span span{
    font-size: 0.5em;
    font-weight: normal;
}

.maindesign .price-area .price-centimeter1{
    font-size: 1.5em;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media screen and (max-width: 768px) {
 .maindesign .price-area .price-meter1{
    font-size: 1em;
}
 .maindesign .price-area .price-centimeter1{
    font-size: 1em;
}   
    
}

/*特集定型*/

@media screen and (min-width: 768px) {
.eventbnr{
        display: flex;
        flex-wrap: wrap;
    }
    .eventbnr li{
    width: calc(50% - 5px);
    margin: 0 10px 20px 0;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
        align-items: center;
    }
        .eventbnr li:nth-child(2n){
    margin: 0 0 20px 0;
    }
    .eventbnr li a{
    display: flex;
    }
    .eventbnr li .linksTxt{
    margin: auto auto auto 10px;
    display: flex;
    flex-wrap: wrap;
    width: calc(80% - 20px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
    .eventbnr li .linksTxt p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0.5em 0;
	font-weight: 700;
    font-size: 1em;
}
.eventbnr li .linksTxt p span {
    font-size: 0.75em;
    width: calc(90% - 20px);
    line-height: 1.2;
    font-weight: 400;
    padding-top: 0.5em;
    display: block;
}
    .eventbnr li .linksImg{
    margin: auto 15px auto auto;
    width: calc(30% - 20px);
    display: flex;
    align-items: center;
    }
    .eventbnr li .linksImg img {
    width: 100%;
}
    }
    @media screen and (max-width: 767px) {
            .eventbnr{
        display: flex;
        flex-wrap: wrap;
    }
    .eventbnr li{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0.3em;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
        display: flex;
        align-items: center;
    }
    .eventbnr li a{
    display: flex;
    flex-direction: row-reverse;
    }
    .eventbnr li .linksTxt{
    font-size: 1.2em;
    margin: auto auto auto 10px;
    display: flex;
    flex-wrap: wrap;
    width: calc(80% - 20px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
    .eventbnr li .linksTxt p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    padding: 0.5em 0;
	font-weight: 700;
        font-size: 1em;
}
.eventbnr li .linksTxt p span {
    font-size: 0.75em;
    width: calc(100% - 20px);
    line-height: 1.2;
    font-weight: 400;
    padding-top: 0.5em;
    display: block;
}
    .eventbnr li .linksImg{
    margin: auto auto auto auto;
    width: calc(38% - 20px);
    display: flex;
    align-items: center;
    }
    .eventbnr li .linksImg img {
    width: 100%;
}
    }
    .navigate{
padding:0 0px;
}
.btnstyle{
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}
.btnstyle li{
width:calc(50% - 5px);
margin-bottom: 10px;	
border-radius: 5px;
border:1px solid #ababab;
background: #f1f1f1;	
display: flex;
overflow: hidden;	
}
.btnstyle .images{
height: 6em;
background: #fff;	
border-right: 1px solid #ababab;
display: inline-block;
padding: 5px;
box-sizing: border-box;
}
.btnstyle .images img{
height:100%;
}
.btnstyle .textBox{
padding:0.5em;
font-weight:700;
line-height: 1.3em;	
}

.btnstyle a{
display: flex !important;
align-items:center;
width: 100%;
}
.btnstyle .arrow{
background: #aaa;
height: 100%;
width: 2em;
display: flex;
color: #fff;
align-items: center;
justify-content: center;
}
@media (max-width: 767px) {
.navigate{
padding:0 10px;
}
.btnstyle{
/*padding:0 10px;*/
}
.btnstyle li{
width:100%;
}

}
 .maindesign h3.checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
}
.maindesign h3.checkPoint .st0{fill:#aaaaaa;}
.maindesign h3.checkPoint .st1{fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;}
.maindesign h3.checkPoint.h2under {
    margin: 20px 0 20px 0;
}
.maindesign h3.checkPoint span {
    margin: 0 0 0 20px;
}
.maindesign .subTxt {
    line-height: 1.2;
    margin: 20px 0;
}
.maindesign .soloBtn {
    margin: 20px auto;
    max-width: 650px;
}
.maindesign .backBtn {
    margin: 20px auto 60px;
    max-width: 650px;
}
.maindesign .gotop {
margin: 1.5em 0;
text-align: right;
}





.maindesign .topBtn ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}

.maindesign .topBtn ul li {
    width: calc(25% - 9px);
    margin: 0 12px 15px 0;
    display: flex;
}
@media screen and (max-width: 767px) {
.maindesign .topBtn {
    margin: 0 10px;
	}
}
@media screen and (min-width: 768px) {
.maindesign .topBtn ul li:nth-child(4n){
    margin: 0 0 15px 0;
    }}
@media screen and (max-width: 767px) {
    .maindesign .topBtn ul{
            display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
	.maindesign .topBtn ul li {
		width: 48%;
    margin-right: 0;
    font-family: 'Noto Sans JP',"ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
    margin-bottom: 15px;
    display: flex;
    margin-bottom: 4%;
    line-height: 1.3;
	}
}

.maindesign .topBtn ul li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    background-image: url(/contents/event/wood_burning_stove/img/arow_red.png);
    background-repeat: no-repeat;
    background-position: right 0.8em center;
    background-size: 7px;
    padding: 0.9em 0.8em;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-align: left;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.95em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 60px;
}
@media screen and (max-width: 767px) {
	.maindesign .topBtn ul li a {
		background-position: right 0.5em center;
		padding: 0.9em 1.2em 0.9em 0.5em;
		display: block;
		font-size: 0.85em;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    background-image: url(/contents/event/wood_burning_stove/img/arow_red.png);
    background-repeat: no-repeat;
    background-position: right 0.5em center;
    background-size: 7px;
    padding: 0.9em 1.5em 0.9em 0.5em;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-align: left;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.85em;
    display: flex;
    align-items: center;
    height: 60px;
    flex-wrap: wrap;
	}
}

.maindesign .topBtn a:hover {
    transition: 0.6s;
    border-color: #E5002D;
}

.maindesign .nav-title{
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    width: 50%;
}


/*注意文*/
.maindesign .help-control-box {
border: 1px solid #B70B17;
padding: 0.8rem 1rem;
margin: 2.5rem 0 3.5rem;
box-sizing: border-box;
}
.maindesign .help-control-box p {
line-height: 1.5;
}
.maindesign .active-text-red {
color: #B70B17;
}
@media screen and (max-width:767px) {
.maindesign .help-control-box {
border: 1px solid #B70B17;
padding: 1rem;
margin: 1rem 0;
box-sizing: border-box;
}
.maindesign .help-control-box p {
line-height: 1.5;
font-size: 0.875rem;
}
    }

/*見本*/

.maindesign .section .sampleBox{
    display: flex;
    flex-wrap: wrap;
}
.maindesign .section .sampleBox .imageSamplesTitles{
    width: 8%;
    box-sizing: border-box;
}
.maindesign .section .sampleBox .imageSamplesTitles li{
    text-align: center;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 0 0 1em 0;
    min-height: 280px;
    flex-direction: column;
}
.maindesign .section .sampleBox.enbi .imageSamplesTitles li {
    min-height: 160px;
}
.maindesign .section .sampleBox .imageSamplesTitles li .modelname{
    padding: 0.5em 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}
.maindesign .section .sampleBox .imageSamplesTitles li .partsname{
    padding: 1em 0;
    display: flex;
    min-height: 130px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    align-items: center;
    justify-content: center;
}
.maindesign .section .sampleBox .imageSamplesTitles li .constructionname{
    padding: 1em 0;
    display: flex;
    min-height: 130px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
.maindesign .section .sampleBox .imageSamples {
    width: 92%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-content: flex-start;
}
.maindesign .section .sampleBox .imageSamples li {
    text-align: center;
    width: calc(100% / 5);
    display: flex;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 0 0 1em 0;
    min-height: 280px;
    flex-direction: column;
}
.maindesign .section .sampleBox.enbi .imageSamples li {
    min-height: 160px;
}
.maindesign .section .sampleBox .imageSamples li .model {
    padding: 0.5em;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.maindesign .section .sampleBox .imageSamples li .model.line2 {
    padding: 0;
}

.maindesign .section .sampleBox .imageSamples li .parts {
    padding: 0.5em;
    display: flex;
    min-height: 130px;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    justify-content: center;
}
.maindesign .section .sampleBox .imageSamples li .parts img{
    width: 100%;
    display: block;
    max-height: 110px;
}
.maindesign .section .sampleBox .imageSamples li .construction {
    padding: 0.5em;
    display: flex;
    min-height: 130px;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
}
.maindesign .section .sampleBox .imageSamples li .construction img{
    width: 100%;
    display: block;
    max-height: 110px;
}
    @media screen and (max-width: 767px){
    .maindesign .section .sampleBox .imageSamplesTitles li .modelname{
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
        .maindesign .section .sampleBox.enbi.sekou .imageSamplesTitles li .modelname{
    min-height: 70px;
}
    .maindesign .section .sampleBox .imageSamplesTitles li .modelname p{
    font-size: 3vw;
}
    .maindesign .section .sampleBox .imageSamples li .model {
    min-height: 40px;
}
        .maindesign .section .sampleBox.enbi.sekou .imageSamples li .model {
    min-height: 70px;
}
        .maindesign .section .sampleBox.enbi.sekou .imageSamples li .model {
    min-height: 70px;
}
        .maindesign .section .sampleBox .imageSamples li .model p{
    word-break: break-all;
}
    .maindesign .section .sampleBox .imageSamples li .parts {
    max-height: 130px;
}
    .maindesign .section .sampleBox .imageSamples li .parts img {
    max-height: 110px;
}
    .maindesign .section .sampleBox .imageSamples li .construction {
    max-height: 130px;
}
    .maindesign .section .sampleBox .imageSamples li .construction img{
    max-height: 110px;
}
    .maindesign .section .sampleBox .imageSamples li {
    width: calc(100% / 3);
} 
    }


/* ----動画（YouTube・MP4　共通）----*/
.maindesign .komeri-original-movie {
margin-bottom: 4rem;
}
.maindesign .youtube-list {
display: flex;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.maindesign .youtube-list.cols1__1 {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.maindesign .youtube-list li {
width: 50%;
box-sizing: border-box;
margin-top: 1.5em;
border: 1px solid #ccc;
}
.maindesign .youtube-list li:nth-child(-n+1) {
margin-top: 0;
}
.maindesign .youtube-list.cols2__1 li {
width: calc(50% - 12px);
}
.maindesign .youtube-list.cols2__1 li:nth-child(-n+2) {
margin-top: 0;
}
/*Youtube*/
.youtube{
position:relative;
width:100%;
padding-top:56.2%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
.videos{
position:relative;
cursor:pointer;
border: 1px solid #ccc;
box-sizing: border-box;
}
.videos img{
display: block;
}
.maindesign .videos--overmaker{
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
width: 20%;
height: auto;
opacity:0.7;
}
#modalwindow{
display:none;
background:rgba(0,0,0,0.7);
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index: 10000;
}
#bamiri{
width:65%;
height: 80%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
#subwindow{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:0;
display: flex;
align-items: center;
overflow: hidden;
justify-content: center;
}
#subwindow img{
width:100%;
height:auto;
max-height: 767px;
}

.modal_close{
position: absolute;
top: 0;
right: -40px;
cursor: pointer; 
}


@media screen and (max-width: 767px){
.maindesign .komeri-original-movie {
margin-bottom: 2rem;
}
.maindesign .youtube-list {
display: flex;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.maindesign .youtube-list .youtube{
box-sizing: border-box;
margin-bottom: 1.5em;
border: 1px solid #ccc;
}
.maindesign .youtube-list li {
width: 100%;
margin-top: 1.5em;
}
.maindesign .youtube-list li:nth-child(-n+1) {
margin-top: 0;
}
.maindesign .youtube-list.cols2__1 li {
width: 100%;
}
/*Youtube*/
.youtube{
position:relative;
width:100%;
padding-top:56.2%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
.videos{
position:relative;
cursor:pointer;
border: 1px solid #ccc;
box-sizing: border-box;
}
.videos img{
display: block;
}
.maindesign .videos--overmaker{
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
width: 20%;
height: auto;
opacity:0.7;
}
#modalwindow{
display:none;
background:rgba(0,0,0,0.7);
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index: 10000;
}
#bamiri{
width:80%;
height: 80%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
#subwindow{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:0;
display: flex;
align-items: center;
}
.modal_close{
position: absolute;
top: -30px;
right: -30px;
}
}

/* -- 動画（YouTube・MP4　共通） end --  */

/*251120*/
.maindesign .exp.m01 table.single-column,
.maindesign .exp.m01 .cols.single-column:first-of-type{
	width: 250px;
}

.maindesign .cfloor_botton_box.single-center {
    justify-content: space-around; 
}

@media screen and (max-width: 767px){ 
.maindesign .exp.m01 table.single-column,
.maindesign .exp.m01 .cols.single-column:first-of-type{
	width: 100%;
}
}


	.videos{
	position:relative;
	cursor:pointer;
	border: 1px solid #ccc;
	box-sizing: border-box;
	}
	.videos img{
	display: block;
	}
	.maindesign .videos--overmaker{
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 20%;
	height: auto;
	opacity:0.7;
	}
	#modalwindow{
	display:none;
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 10000;
	}
	#bamiri{
	width: 65%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	background-color: #fff;
	height: auto;
	}
	#subwindow{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	}
	.modal_close{
		position: absolute;
		top: 0;
		right: 0;
		width: 15%;
		height: 15%;
		max-width: 80px;
		max-height: 80px;
		transform: translate(50%, -100%);
	}
	/* -- 動画（YouTube・MP4　共通） end --  */

.modal_close{
		position: absolute;
		top: 0;
		right: 0;
		width: 15%;
		height: 15%;
		max-width: 80px;
		max-height: 80px;
		transform: translate(50%, -100%);
	}

	@media screen and (max-width:767px) {
		#bamiri{
			width: 80%;
		}
		.modal_close{
			top: -40px;
			right: -20px;
			width: 40px;
			height: 40px;
			transform: translate(0,0);
		}
	}
.maindesign .movie-title{
	font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width:767px) {
	.maindesign .movie-title{
    margin-bottom: 5px;
}
}