@charset "utf-8";
/* CSS Document */

#club #inc_club {
    background: linear-gradient(to right, #ffffff, #d1e7ba);
	color: #0f090f;
}

h2{
font-size: 40px;
font-weight: bolder;
color: #fff;
display: block;
margin-top: 5%;
padding: 5px;
background: linear-gradient(to right, #006e5d, #009c84, #00483b);
}

#infomation{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 20px 0;
padding: 4% 0;
}

#infomation dl{
color: #129241;
font-weight: bolder;

display: flex;
flex-wrap: wrap;
justify-content: space-between;

width: 60%;

}

#tag_img{
    margin: 0 auto;
    width: 40%;
    transform: scale(1.2);
}

#tag_img img{
    max-width: 350px;
    width: 100%;
}

#tag_img p{
    display: block;
    font-size: 11px;
    color: #000;
}

#infomation dt{
	font-weight: bolder;
    border: solid 4px;
    padding: 20px;
    font-size: 30px;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    border-radius: 20px;
}

#infomation dt:last-of-type{
    font-size: 26px;
}

#infomation dd{
	font-weight: bolder;
	font-size: 50px;
	width: 65%;
	text-align: left;
    margin: 20px 0;
    line-height: 1.4;
}

#infomation dd span{
    display: block;
    font-size: 14px;
    color: #000;
}

#infomation dd:last-of-type{
    font-size: 22px;
    line-height: 2;
}


#technology_img{
padding: 4%;
background: #fff;
border-radius: 10px;
border: solid 1px #ccc;
box-sizing: border-box;

display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

#technology_img img{width: 50%;}
#technology_img img:last-of-type{width: 45%;}


#item_list{
    padding-bottom: 5%;
}


#item_list h2{
    border-radius:10px 10px 0 0;
}

#item_list ul{

    background: #fff;
    border: solid 1px #ccc;
    box-sizing: border-box;
    border-top: 0;
    border-radius:0 0 10px 10px;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
/*    justify-content: space-around;*/

    padding: 2.5%;
/*    padding: 30px;*/
}

#item_list li{
	list-style: none;
    width: 15%;
    text-align: left;
    position: relative;
}

#item_list a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

#item_list .number{
    font-size: 13px;
    color: #797979;
}

#item_list .name{
    font-size: 13px;
    font-weight: bolder;
    color: #797979;
}

#item_list .price{
    font-size: 23px;
    font-weight: bolder;
    line-height: 1;
}

#item_list .price .tax{
    font-size: 55%;
    margin-left: -3px;
}

#item_list .btn{
    display: block;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 6.5px 10px;
    font-size: 13.5px;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    margin: 6% 0 13.7%;
}

/*-----------------------ladies*/

#item_list li .btn{
    border: 1px solid #007ebe;
    color: #007ebe;
}

#item_list li:hover .btn{
    background: #007ebe;
    color: #fff;
}

#item_list li.ladies .btn{
    border: 1px solid #da4891;
    color: #da4891;
}

#item_list  li.ladies:hover .btn{
    background: #da4891;
    color: #fff;
}
/*-----------------------ladies*/

#item_list li:hover img{
    opacity: .8;
}

#campaign_head:hover img{
      opacity: .8;
}



/*#item_list li.ladies .price{
    color: #E73656;
}

#item_list li.ladies .btn{
    color: #E73656;
    border: 1px solid #E73656;
}*/
/*-----------------------ladies*/


@media screen and (max-width: 1080px){
    #infomation dd br{
        display: none;
    }

    #tag_img{
        transform: scale(1);
    }
}

@media screen and (max-width: 1023px){


#item_list ul li{
    width: 31%;
}

}

@media screen and (max-width: 767px){

h2{font-size: 5vw;}
#infomation dl{width: 100%;}
#tag_img{width: 70%;}
#infomation dt {font-size: 6vw;}
#infomation dd {font-size: 8vw;}
#infomation dt:last-of-type {font-size: 6vw;}
#infomation dd:last-of-type {font-size: 4vw;}
#infomation dd span,#tag_img p{font-size: 11px;}

#technology_img img,#technology_img img:last-of-type{width: 100%;margin-top: 6%;}

#item_list ul li{
	width: 48%;
}

}


