@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 {
     font-size: 19px;
     font-weight: bold;
     position: relative;
     color: white;
     padding:0.8em 0.5em 0.8em 1.4em;
     background-color: #000;
     	margin-bottom:30px;
}


.cp_h3title {
     font-size: 19px;
     font-weight: bold;
	position: relative;
	padding: .3em;
	text-align: center;
	background: #FFFF00;
	box-shadow: 0 0px 0px 0 rgba(0,0,0,0.2), 0.7em 0 0 0 #FFFF00, -0.7em 0 0 0 #FFFF00;
}


.cp_h4title {
     font-size: 19px;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 17%;
	text-align: center;
	color:#0059A4;
	font-weight: bold;
}

#contWrap p{
    color: #333;
    margin: 20px 0;
}
#contWrap p span{
    background: linear-gradient(transparent 50%,#ffff00 50%);
}

#contWrap p.setu{
   font-weight: bold;
   color: #f89174;
       margin: 0;
}
#contWrap p.setulink{
   font-weight: bold;
   color: #0059A4;
}

#contWrap p.setulink{
   font-weight: bold;
   color: #0059A4;
}


#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%;
    }
}


/*バナー
----------------------------------*/

.banner04 {
	margin: 15px 0 70px 0;
}

[class^="img-flex-"] {
	margin: 0 0 10px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.img-flex-2 img { width: 100%; }
.img-flex-3 img { width: 32%; }
.img-flex-4 img { width: 24%; }
    
/*ボックス
----------------------------------*/
    
.box16{
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #ffffdf;
    text-align: center;
}
.box16 p {
    margin: 0; 
    padding: 0;
}


/*ページ内リンク
----------------------------------*/
.parent {
    text-align: center;         /* 子要素を左右中央揃えにする */
    border: solid 2px;          /* 枠線指定 */
    padding:  20px;             /* 余白指定 */
    margin-bottom: 20px;
            color: #0059A4;
}
.inline-block_test {
    display: inline-block;      /* インラインブロック要素にする */
    background-color:  #0059A4;    /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    height: 50px;              /* 高さ指定 */
    margin-bottom: 10px;
        color: #fff;
}



/*ボタン ホバーで透過
----------------------------------*/
#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:#FF7E00;
    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: #FF7E00;
    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;
    }
}

/*テキストボックス
---------------------------------------*/

.box2 {
    padding: 0.5em 1em 2em; 
    margin: 2em 0;
    font-weight: bold;
    color: #002558;
    background: #FFF;
    border: solid 3px #002558;
    border-radius: 10px;
    text-align: center;
}
.box2 h4 {
	background: linear-gradient(transparent 60%, #ffffa8 0%);
	padding: 0 0 10px;
	margin:  30px;
	display: inline-block;
	color: #002558;
	font-weight: bold;
	font-size: 19px;
}
.box2 p {
    margin-bottom: 15px; 
    padding-left: 50px;
}
@media screen and (max-width: 750px) {
    .box2{
        margin: 2em 2%;
    }
    .box2 h4{
        margin: 30px auto;
        text-align: center;
    }
    .box2 p {
    margin: 0; 
    padding-left: 0px;
   }
}