@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------------------
  top トップページ
------------------------------------------------------------------------------*/
/*------ main img ------*/
.mainImg{
	margin-bottom: 30px;
}
.mainImg .bxslider{
	height: 400px;
}
.mainImg .bx-wrapper {
	width: 1100px;
	height: 400px;
    margin: auto;
	overflow: hidden;
    box-shadow: none;
}
.mainImg .bx-pager{
	margin-top: 15px;
	text-align: center;
}
.mainImg .bx-pager ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap:15px 25px;
}
.mainImg .bx-pager a.active img{
	opacity: 0.5;
}

@media screen and (max-width: 768px) {
	.mainImg {
		width: 100%;
	}
    .mainImg .bx-wrapper{
        width: 100%;
        height: auto;
    }
	.mainImg .bxslider{
        width: 100%;
        height: auto;
	}
    
    /**/
	.mainImg .bx-pager ul{
		width:95%;
		gap:15px 2%;
		margin:0 auto;
	}
	.mainImg .bx-pager ul li{
        width: 32%;
        max-width: 170px;
        text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.mainImg {
		margin-bottom:20px;
	}
}
	

/*-----------------------------------------------------*/

/*---------商品素材---------*/
.itemMaterial{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.itemMaterial dl{
    margin-bottom: 25px;
    font-size: 12px;
}
.itemMaterial dl dt{
    margin-bottom: 8px;
    font-size: 11px;
    text-align: center;
}


/*---------商品カテゴリー---------*/
.itemCategory{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cateLine{
    margin-bottom: 20px;
    border-bottom: 2px dotted #ccc;
}
.itemCategory dl{
    margin-bottom: 25px;
    width: 350px;
    font-size: 12px;
}
.itemCategory dl.longBox{
    width: 100%;
}
.itemCategory dl dt{
    margin-bottom: 8px;
    font-size: 11px;
    text-align: center;
}

.itemCategory dl.longImg{
	width: 100%;
}

@media screen and (max-width: 768px) {
    /*---------商品素材---------*/
    .itemMaterial{
        width: 95%;
        margin: auto;
    }

    /*---------商品カテゴリー---------*/
    .itemCategory{
        width: 95%;
        margin: auto;
    }
    .cateLine{
        margin-bottom: 20px;
    }
    .itemCategory dl{
        width: 48%;
    }
}
@media screen and (max-width: 480px) {
    /*---------商品カテゴリー---------*/
    .itemCategory dl{
        width: 100%;
    }
    .itemCategory dl dt{
        max-width: 355px;
        margin: 0 auto 8px;
    }
}

/*---------提灯特集---------*/
.h_campaign{
	font-size:28px;
	text-align:center;
	padding-bottom:10px;
	border-bottom:solid 2px #191919;
	margin:20px 0 30px;
}

.campaignBox dl{
	margin-bottom:20px;
}

.campaignBox dl dt{
	text-align:center;
	margin-bottom:10px;
}

@media screen and (max-width: 768px) {
.campaignBox dl{
	width:95%;
	margin:0 auto 20px;
}
}

@media screen and (max-width: 480px) {
.h_campaign{
	font-size:28px;
}
}




/*---------サブコンテンツリンク---------*/
.subContLink{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.subContLink > div{
    width: 350px;
    margin-bottom: 20px;
    position: relative;
}
.subContLink > div dl{
    min-height: 180px;
}
.subContLink > div dl dt{
    background-image: url(../../../_images/common/subCont_title_bg.gif);
    background-position: 0 50%;
    background-repeat: repeat-x;
    margin-bottom: 8px;
    padding-left: 140px;
    text-align: center;
}
.subContLink > div dl dd{
    padding-left: 140px;
}
.subContLink > div dl dd p{
    font-size: 12px;
}

.subContLink > div .subContImg{
    width: 130px;
    box-shadow: 2px 2px 2px #ccc;
    position: absolute;
    left: 0;
    top: 0;
}

.subContLink > div .linkBtn a{
    background-color: #fff;
    color: #1182b1;
    width: 90%;
    margin: 10px auto;
    padding: 5px 5px;
    padding-right: 20px;
    border: 1px solid #1182b1;
}
.subContLink > div .linkBtn a:hover{
    background-color: #e3f7ff;
}
.subContLink > div .linkBtn a:after{
    border-left: 10px solid #1182b1;
}

@media screen and (max-width: 768px) {
    .subContLink{
        width: 95%;
        margin: auto;
        }
    .subContLink > div{
        width: 48%;
    }
    .subContLink > div dl{
        min-height: auto;
    }
    .subContLink > div dl dt{
        margin: 5% 0 10%;
        padding-left: 32%;
        text-align: center;
    }
    .subContLink > div dl dd{
        padding-left: 0;
    }
    
    .subContLink > div .subContImg{
        width: 30%;
    }

    .subContLink > div .linkBtn a{
        width: 95%;
        margin: 10px auto;
        padding: 8px 10px;
        padding-right: 20px;
        font-size: 14px;
    }
}



/*---------見積もり前に---------*/
.beforeBox > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto;
}
.beforeBox > div dl{
    width: 420px;
}
.beforeBox > div dl dt{
    font-size: 18px;
    margin-bottom: 10px;
}
.beforeBox > div dl dd{
    background-color: #e3f8ff;
    margin-left: 30px;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .beforeBox > div{
        width: 95%;
        margin: 30px auto;
    }
    .beforeBox > div > div{
        width: 100%;
    }
    .beforeBox > div > div img {
        max-width: 420px;
        display: block;
        margin: 0 auto 10px;
    }
    .beforeBox > div dl{
        width: 100%;
    }
    .beforeBox > div dl dt{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .beforeBox > div dl dd{
        margin-left: 0;
    }
}
@media screen and (max-width: 380px) {
    .beforeBox > div > div{
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .beforeBox > div > div img{
        max-width: 310px;
    }
    .beforeBox > div dl{
        width: 100%;
    }
}


/*---------豆知識---------*/
.tipsBox dl{
    margin: 15px 20px;
    padding: 10px;
    border: 1px solid #ccc;
}
.tipsBox dl dt{
    margin-bottom: 10px;
    padding: 15px;
    padding-left: 50px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.tipsBox dl dt:before{
    content: "";
    display: block;
    background-image: url(../../../_images/common/icon_tips_question.gif);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tipsBox dl dd{
    background-color: #e3f8ff;
    margin-left: 40px;
    padding: 10px;
    padding-left: 60px;
    position: relative;
}
.tipsBox dl dd:before{
    content: "";
    display: block;
    background-image: url(../../../_images/common/icon_tips_answer.gif);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.tipsBox dl dd p{
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .tipsBox dl dd{
        margin-left: 0;
    }
}



/*---------下部---------*/
.underBox h4{
    margin-bottom: 15px;
}
.underBox .textBox{
    background-color: #e5f3f6;
    margin-bottom: 15px;
    padding: 10px;
}
.noteBox{
  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 50%,
      #e5f3f6 50%,
      #e5f3f6 50%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #acacac 97%,
      #acacac 100%
    );
  background-size:
    8px 100%,
    100% 2.5em;
  line-height:2.5;
}
.noteBox p{
    font-size: 12px;
	line-height: 2.71em;
	padding-bottom: 1px;
}

@media screen and (max-width: 768px) {
    .underBox{
        width: 95%;
        margin: auto;
    }
    .underBox .textBox{
        width: 100%;
    }
}





