
#main span.headingcell.b02 {
        left: 50%;
        width: 50%;
    }
	
#main .relative{
	position:relative;
}
#main .midashi{
	background-color:#623700;
	color:#FFFFFF;
	text-align:center;
	padding:5px;
	font-weight:bold;
}
.fw__b{
	font-weight: bold;
}
#lightbox .lb-container {
	padding: 0px;
}


@media screen and (min-width: 768px){
#main .topBtn ul {
    margin: 0px 0 10px 0;
}
#main .topBtn ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#main .topBtn ul li {
    width: 24%;
    margin-right: calc(4% / 3);
    font-family: 'Noto Sans JP',"ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
    margin-bottom: 15px;
    display: flex;
}
#main .topBtn ul li:nth-child(4n){
    margin-right: 0;
}
#main .topBtn ul li a {
    display: flex;
    align-items: center;
    padding-right: 1.5em;
    height: 60px;
    box-sizing: border-box;
}
#main .topBtn ul li a {
    display: flex;
    flex-wrap: wrap;
    /* line-height: 0.3; */
    align-items: center;
    padding-right: 1.5em;
    height: 60px;
    box-sizing: border-box;
}
#main .topBtn li a {
    color: #333;
    text-decoration: none;
    display: block;
}
#main .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;
}
    }
@media screen and (max-width: 767px){
#main .topBtn ul {
    margin: 0px 0 10px 0;
}
#main .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;
}
#main .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;
}
#main .topBtn ul li a {
    display: flex;
    align-items: center;
    padding-right: 1.5em;
    height: 60px;
    box-sizing: border-box;
    flex-wrap: wrap;
}
#main .topBtn li a {
    color: #333;
    text-decoration: none;
    display: block;
}
#main .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.5em center;
    background-size: 7px;
     padding: 0.9em 1.2em 0.9em 0.5em;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-align: left;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.85em;
}
    }

    #main h3.checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 30px 0 10px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
}
    #main h3.checkPoint span {
    margin: 0 0 0 20px;
}


.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 a {
display: flex !important;
align-items: center;
width: 100%;
}
.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;
text-align: left;
}
.btnstyle .arrow {
background: #aaa;
height: 100%;
width: 2em;
display: flex;
color: #fff;
align-items: center;
justify-content: center;
}
@media screen and (max-width: 767px){
.navigate {
padding: 0 10px;
}
.btnstyle li {
width: 100%;
}}


    #main .eventbnr{
        display: flex;
        flex-wrap: wrap;
    }
    #main .eventbnr li{
    width: calc(50% - 10px);
    margin: 0 10px 20px 0;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    }
    #main .eventbnr li a{
    display: flex;
    height: 100%;
    }
    #main .eventbnr li .linksTxt{
    font-size: 1.2em;
    margin: 0 auto auto 10px;
    display: flex;
    flex-wrap: wrap;
    width: calc(80% - 20px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
    #main .eventbnr li .linksTxt p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    padding: 0.5em 0;
	font-weight: 700;
}
#main .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;
}
    #main .eventbnr li .linksImg{
    margin: auto 15px auto auto;
    width: calc(30% - 20px);
    display: flex;
    align-items: center;
    }
    #main .eventbnr li .linksImg img {
    width: 100%;
}
    @media only screen and (max-width: 767px) {
    #main .eventbnr li{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0.3em;
    }
    #main .eventbnr li .linksImg{
    margin: auto auto auto auto;
    width: calc(38% - 20px);
    }
    #main .eventbnr li a{
    display: flex;
    flex-direction: row-reverse;
    }
    #main .eventbnr li .linksTxt p span {
    width: calc(100% - 20px);
}
    }
  

    @media screen and (min-width: 768px){
    #main .typeFeature{
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        margin: 0 0 20px 0;
    }
    #main .typeFeature.reverse{
    flex-direction: row-reverse;
    }
    #main .typeFeature li.featureTopic{
        width: calc(60% - 10px);
        text-align: center;
    }
    #main .typeFeature.reverse li.featureTopic{
    text-align: left;
    }
    #main .typeFeature li.featureTopic img{
        width: 100%;
        max-width: 400px;
    }
    #main .typeFeature.reverse li.featureTopic img{
    max-width: 500px;
    }
    #main .typeFeature li.featureTxt{
        width: calc(40% - 10px);
    }
    #main .typeFeature li.featureTxt p{
            margin:0 0 1em 0;
    line-height: 1.2;
    }
    #main .typeFeature li.featureTopic table{
        background: #E2D4B3;
        width: 100%;
    }
    #main .typeFeature li.featureTopic table th{
            padding: 0.5em 1em;
    background: #8E4343;
    color: #fff;
    text-align: center;
    font-weight: bold;
    }
    #main .typeFeature li.featureTopic table td{
            padding: 0.5em 1em;
    }
    #main .typeFeature li.featureTopic table td ul{
                line-height: 1.5;
    list-style: disc;
        display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
    #main .typeFeature li.featureTopic table td ul li.topic{
                margin: 0 0.5em 0 2em;
        font-weight: bold;
    }
    }
    @media screen and (max-width: 767px){
    #main .typeFeature{
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
        margin: 0 0 10px 0;
    }
    #main .typeFeature.reverse{
    flex-direction: column-reverse;
    }    
    #main .typeFeature li.featureTopic{
        width: 100%;
        text-align: center;
    }

    #main .typeFeature li.featureTopic img{
        width: 100%;
        max-width: 400px;
    }
    #main .typeFeature li.featureTxt{
        width: 100%;
    }
    #main .typeFeature li.featureTxt p{
            margin: 1em 0;
    line-height: 1.2;
    }
    #main .typeFeature li.featureTopic table{
        background: #E2D4B3;
        width: 100%;
    }
    #main .typeFeature li.featureTopic table th{
            padding: 0.5em 1em;
    background: #8E4343;
    color: #fff;
    text-align: center;
    font-weight: bold;
    }
    #main .typeFeature li.featureTopic table td{
            padding: 0.5em 1em;
    }
    #main .typeFeature li.featureTopic table td ul{
                line-height: 1.5;
        font-size: 1.2em;
    list-style: disc;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
    #main .typeFeature li.featureTopic table td ul li.topic{
                margin: 0 0.5em 0 2em;
        font-weight: bold;
        width: 100%;
    }
    }    
    
    #main .typeFeatureBtn{
    max-width: 700px;
    margin: auto auto 70px auto;
    padding: 10px;
    line-height: 1.5;
    }
    #main .goods.kanrengoods {
margin-bottom: 0;
}


#main .relative{
	position:relative;
}
#main .midashi{
	background-color:#623700;
	color:#FFFFFF;
	text-align:center;
	padding:5px;
	font-weight:bold;
	margin-top:10px;
}
#main .midashi span{
	margin-left:2em;
	font-size:0.8em;
}
#main .hidden{
	overflow:hidden;
}

#main .fr{
	float:right;
	width:calc(60% - 20px)
}

#main .fl{
	float:left;
	width:40%;
	margin-right:20px;
}

#main .borderGlay2{
	table-layout:fixed;
}
#main .borderGlay2 td {
	text-align:center;
	padding:5px;
	border:1px solid #ccc;
}
#main .borderGlay2 td a{
	color:#000000;
	text-decoration:none;
	font-family: "Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;

}
#main .borderGlay2 td img{
	width:100%;
	max-width:120px;
}
#main .product{
	font-size:2em;
	font-weight:bold;
}
#main .td33p td{
	width:33.3%;
}
#main .td25p td{
	width:25%;
}

@media screen and (max-width: 767px) {
#main .fr,#main .fl{
	float:none;
	width:100%;
	margin-right:0;
}
#main .midashi{
	margin-top:30px;
}
#main .midashi span{
	margin-left:1em;
	font-size:0.7em;
}
}

#main .cols2-1st{
	margin-bottom:20px;
}

#main .cols2-1st li{
	width:calc(50% - 5px);
	margin-right:10px;
	position: relative;
	/*padding-bottom: calc(2em + 6px);*/
}
#main .cols2-1st .cover-btn{
	position:absolute;
	bottom: 0%;
    width: 100%;
}
#main .cols2-1st li img{
	width:100% ;
}
#main .cols2-1st li:nth-child(2n){
	margin-right:0;
}
#main .cols2-1st li.w55p{
	width:calc(55% - 5px);
}
#main .cols2-1st li.w45p{
	width:calc(45% - 5px);
}
#main ul li.w100p {
	width: 100% !important;	
	}
	
#main .cols3-1 li {
	/*padding-bottom: calc(2em + 6px);*/
	padding-bottom: calc(2em + 20px);
}
#main .cols3-1 li img{
	width:100%;
}

#main .cols4-2 li {
	/*padding-bottom: calc(2em + 6px);*/
	padding-bottom: calc(2em + 15px);
}




   #main .messageBox {
    border: 1px #B70B17 solid;
    padding: 0.5em;
    box-sizing: border-box;
    line-height: 2;
}
    #main .messageBox p {
    color: #B70B17;
    font-size: 1em;
    font-weight: bold;
}
    #main .messageBox p:nth-child(2) {
    font-size: 1em;
    font-weight: normal;
}

    #main .fr img {
      width: 100%;
      height: auto;
    }
    #main .slick_item:hover {
      cursor: grab;
    }
    #main .slick_item:active {
      cursor: grabbing;
    }
    #main .slick_item img {
      width: 100%;
      height: auto;
    }
    
    @media screen and (max-width: 767px){
    #main .messageBox p:nth-child(2) {
    line-height: 1.2;
  }
	#main .sp100 {
	width: 100% !important;
		}
}
#main .breadcrumb,
#main .breadcrumb a {
	color: #83838f;
	text-decoration: none;
}
	
#main .cols2-1 .cover-btn {
	position: relative;	
	top: 0;
	margin-top: 20px;		
	} 
	
#main .cols2-1 .txt_title span{
	font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5;	
	} 	

#main .cols1-2 {
		position: relative !important;
	    margin-bottom: 20px !important;
	}
#main .cols1-2:last-child {
	    margin: 0 !important;
	}
#main .kinds_txt {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
	}
#main .kinds_txt p {
	width: 30%;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	}
#main .kinds_txt .cover-btn {
	margin:0;
	width: 70%;
	}
 
#main .h2comment.add1 {
	margin-bottom: 0;
}