@charset "UTF-8";
/* 必須指定 */
#contWrap {
    margin: 0 auto;
    padding-bottom: 40px;
    max-width: 1160px;
    min-width: 1020px;
    font-size: 16px;
    line-height: 1.7;
}
@media screen and (max-width: 750px)  {
	#contWrap {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
	}
}
#contWrap img{
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
.category-recommend__list{/*スマホ用商品展示の指定*/
    padding: 0 10px;
}
/*---*/

#contWrap h3{
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    letter-spacing: 5px;
    background-color: #108087;
    text-align: center;
    margin: 50px 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
#contWrap p{
    color: #333;
    margin: 20px 0;
}
#contWrap p span{
    background: linear-gradient(transparent 50%,#ffff00 50%);
}
#contWrap .center{
    text-align: center;
}
#contWrap .bold{
    font-weight: 600;
}
@media screen and (max-width: 750px) {
    #contWrap h3{
        font-size: 16px;
    }
    #contWrap p{
        font-size: 14px;
    }
}
/*商品詳細ページボタン
----------------------------------*/
#contWrap .itempageBtn{
    margin: 10px auto;
    text-align: center;
}
#contWrap .itempageBtn a{
    display: inline-block;
    text-decoration: none;
    border: 1px solid transparent;
    background: #ed7faa;
    color: #fff;
    border-radius: 3px;
    padding: 10px 100px;
    font-weight: 700;
    border-bottom: solid 4px #ed4574;
}
@media screen and (max-width: 750px) {
    #contWrap .itempageBtn a{
        padding: 10px 0;
        width: 95%;
    }
}

/*商品をもっと見るボタン
----------------------------------*/
#contWrap .listpageBtn{
    margin: 10px auto;
    text-align: center;
}
#contWrap .listpageBtn a{
    display: inline-block;
    text-decoration: none;
    border: 3px solid #ed4574;
    background: #fff;
    color: #ed4574;
    border-radius: 3px;
    padding: 10px 100px;
    font-weight: 700;
    line-height: 1.4;
}
@media screen and (max-width: 750px) {
    #contWrap .listpageBtn a{
        padding: 10px 0;
        width: 95%;
    }
}

/*ボタン ホバーで透過
----------------------------------*/
#contWrap .itempageBtn a:hover,.contactBtn:hover,#contWrap .listpageBtn a:hover{
    opacity: 0.5 ;
    text-decoration: none;
}

/*boxA-1 ボックス１列
---------------------------------------*/
.boxA-1{
  overflow: hidden;
  background: #fff;
  margin: 0 2% 20px;
  padding: 0 3%;
}
.boxA-1 img{
    width: 100%;
}
.boxA-1 figcaption{
    color:#108087;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
}
.boxA-1 .img{
  margin: 10px;
  width: 40%;
}
.boxA-1 .text{
  width: 50%;
}
.boxA-1 .right{
  float: right;
}
.boxA-1 .left{
  float:left;
}
.boxA-1 p{
    text-align: left;
}

@media screen and (max-width: 750px){
  .boxA-1 .img{
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .boxA-1 .text{
    float: none;
    width: auto;
  }
  .boxA-1 .link-btn{
    text-align: center;
  }
}
/*お問合せエリア
---------------------------------------*/
#contact{
    width: 100%;
    background-color: #108087;
    background-image: url("images/contact_img.png");
	background-position: top right;
	background-repeat: no-repeat;
}
#contact .wrap{
    padding-top: 30px;
    padding-bottom: 44px;
    position: relative;
    margin-top: 60px;
}
#contact h3{
    font-size: 36px;
    color: #FFF;
    font-weight: 700;
}
#contact h4{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
#contact .wrap > p{
    font-size: 20px;
    line-height: 1.7;
    color: #FFF;
    margin: 18px 0 26px 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
}
#contact .wrap_wrap{
    width: 75.86206896551724%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.contact_box{
    width: 48.86363636363637%;
    background-color: #FFF;
    border-radius: 6px;
    padding: 20px 0 3px;
    text-align: center;
}
.contact_tel{
    color: #ff6c00;
    text-decoration: none;
    font-size: 38px;
    font-weight: 700;
    line-height:0.8;
}
.contact_tel:hover{
    text-decoration: none;
}
.contact_box_p{
    font-size: 14px;
    margin-top: 10px;
}
.contactBtn{
    display: inline-block;
    background-color: #ff6c00;
    border-radius: 6px;
    text-decoration: none;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 11% 12px 11%;
    border-bottom: solid 4px #a14400;
    margin-bottom: 20px;
    position: relative;
}
@media screen and (max-width: 750px) {
    #contact{
        background-size: 50%;
        background-position: right 0 top 30px;
    } 
    #contact h3{
        font-size: 20px;
    }
    #contact .wrap > p{
        font-size: 16px;
    }
    #contact .wrap_wrap{
        width: 100%;
        display: block;
    }
    .contact_box{
        width: 95%;
        margin: 0 auto;
        padding: 20px 0 8px;
    }
    .contact_box:nth-child(1){
        margin-bottom: 20px;
    }
}
/*バナー
---------------------------------------*/
#contWrap .btnArea {
    max-width: 1000px;
    margin: 0 auto;
    }
@media screen and (max-width: 750px) {
    #contWrap .btnArea {
    max-width: 1000px;
    text-align: center;margin-left: 2%;margin-right: 2%;
    }
}