@charset "euc-jp";
html,body{margin:0;padding:0;}
html {overflow: auto;}
body {
    overflow: hidden;
    position: relative;
    font-size:85%;
    background: url(https://www.rakuten.ne.jp/gold/enetkome/images/22renew/top_bg.jpg?5);
    background-attachment: fixed;
    background-size: cover;
}
body, div, p, ul, li, a, h1 {margin: 0;padding: 0;}
a {
    color: #000!important;
    text-decoration: none!important;
}

ul,li,dl,dd,dt{margin:0;padding:0;}
li{list-style:none;}


/********? ??? ?********/

/*---? ????? ?---*/

h2.title{
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    margin: 50px 0 15px;
    color: #e81001;
    padding: 8px;
    border-top: 3px solid;
    border-bottom: 3px solid;
    box-sizing: border-box;
}
h2.dairy{
    margin: 40px auto 15px;
    color: #000;
    padding: 0;
    border: none;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    width: 95%;
}
h2.dairy:after,h2.dairy:before {
    background-color: #000;
    content: "";
    height: 3px;
    flex-grow: 1;
}
h2.dairy:after{margin-left: 40px;}
h2.dairy:before{margin-right: 40px;}
h2.dairy span{font-size: 80%;}
h2.dairy span span{font-size: 115%;}
h2.pop{
    background: #e81001;
    color: #fff;
    border: none;
    padding: 10px;
}
.item h2.title{
    margin: 50px 0 35px;
}


/*---? ????? ?---*/

.contents{
    width: 1080px;
    margin: 0 auto;
}
.contents ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.contents ul li a{
    text-align: center;
}
.contents a:hover img{
    opacity:0.7;
    transition: 0.2s;
}


/*---? ???? ?---*/

div.event {
    width: 1080px;
    margin: 0 auto;
}
div.event img{
    width: 100%;
    margin: 0px auto 30px;
}

/*-------????????-------*/
.slick-slide{
    margin-right: 1vw!important;
    margin-left: 1vw!important;
    width: 1000px;
	}
/*------------------------------*/

.slider{width: 1082px;
  /* ????????? */
  margin: 0 auto;}


/*---? ?????? ?---*/

.contents .dairysale ul{padding-bottom: 30px;}
.contents .dairysale ul li{
    width: calc(100%/7);
}
.contents .dairysale ul li a{
    display: block;
    text-align: center;
}


/*---? ?? ?---*/

.contents .item ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.contents .item ul li{
    width: 200px;
    margin: 0 20px 40px 0;
}
.contents .item ul li:nth-child(5n) {margin-right: 0;}
.contents .item ul li img{
    width: 100%;
    height: auto;
    /*box-shadow: 0px 0px 6px #b6b6b6;*/
    margin-bottom: 5px;
    /*border: 1px solid #d9d9d9;*/
}
.contents .item ul li a h3{
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}


/*---? ???? ?---*/

.prices {color:#e81001;
    font-weight: 700;
    padding: 11px;
    font-size: 18px;}
.prices .prices .prdisp-taxin {
    font-size: 24px;
    font-weight: bold;
}
.prices .prdisp-taxin span.value {
    font-family: Century Gothic, sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.prdisp-taxin span span{display: none;}



/********? ???? ?********/

div#footer {
	clear: both;
	padding: 0;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
    width: 1080px;
    margin: 0 auto;
}
#info2clm {
	position: relative;
	width: 100%;
	margin: 30px 0 0;
	padding: 0;
	text-align: left;
}
#info2clm::after {
	content: "";
	display: block;
	clear: both;
}
#info2clm a{color:#e81001!important;}
#info2clm a:hover{text-decoration: underline!important;}
#info_l,
#info_r {width: 49%;}
#info_l { float: left; }
#info_r { float: right; }
div#info h3 {
    background: #9b7572;
    font-weight: normal;
    padding: 5px;
    color: #fff;
}
div#info dl {margin: 15px 0;}
div#info dt {
	font-weight: normal;
    border-bottom: 1px dotted;
    margin: 10px 0 5px;
}
div#info dt:before {content: "?";}
div#info dd {padding: 0 15px;}

/*----------------? ?????? ?----------------*/

div#head div.head_top{ 
    width: 100%;
    margin: 0 auto;
    background: url(https://www.rakuten.ne.jp/gold/enetkome/images/22renew/backgroundlongi.jpg?2) no-repeat;
    background-position: 0px -70px;
}
div#head div.head_top2{
    max-width: 1400px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}


/*---? ??????? ?---*/

div#head .head_left{display: flex;}
div#head .head_left h1 {width: 30%;}
div#head .head_left img{
    width: 100%;
    /* float: right; */
    padding: 15px 0 15px 20px;
}

/* ?????????? */
div#head .head_left #search {
    margin: 3% 20px 0;
    display: inline-block;
}
div#head .head_left #search * {line-height:0%;}
div#head .head_left #search form {position: relative;}
div#head .head_left #search #search_t {
    width: 100%;
    font-size: 15px;
    margin: 0;
    border-radius: 100px;
    padding: 10px 20px 10px 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}
div#head .head_left #searchx #search_t:focus {
	outline: none!important;
}
div#head .head_left #search #button{  
    position: absolute;
    width: 20px;
    height: 20px;
    top: 9px;
    left: 10px;
}

/* ???????????? */
div#head .head_left #mailicon {
    display: inline-block;
    margin-top: 4%;
}
div#head .head_left #mailicon li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width:70px;
	margin: 0 1px 1px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div#head .head_left #mailicon li a {
	display: block;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	padding: 0;
	transition: 0.2s opacity;
}

div#head .head_left #mailicon li a img {
    width: 100%;
    padding: 0;
}
div#head .head_left #mailicon li a:hover {
	text-decoration: underline!important;
}



/*---? ??????? ?---*/

div#head .head_right{
    margin-left: auto;
    text-align: right;
    width: 50%;
}
div#head div.head_top .head_right ul{padding: 15px 20px 0 0;}
div#head div.head_top .head_right ul li{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin-left: 20px;
}
div#head div.head_top .head_right ul.head_link li::before{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
div#head div.head_top .head_right ul li a{
    font-size: 14px;
    color: #000!important;
    font-weight:600;
    background: #fff;
     padding: 4px 7px;

}

div#head div.head_top .head_right ul li a:hover {
	background: #000;
	color: #fff!important;
}
div#head div.head_top .head_right ul li a:hover{text-decoration: underline;}

div#head div.head_top .head_right ul.head_icon{padding: 8px 20px 0 0;

}
div#head div.head_top .head_right ul.head_icon li{
    width: 214px;
    padding: 0;
    margin-left: 8px;
    /*background-color: #e59d98;*/
}
div#head div.head_top .head_right ul.head_icon li img{width: 100%;}



/*---? ????? ?---*/
h2.title{
    text-align: center;
    font-size: 25px;
    letter-spacing: 0;
    margin: 50px 0 20px;
}



/*----------------? ?? ?----------------*/

div.navi {
	clear: both;
	width: 1080px;
	position: relative;
	margin: 0 auto;
	padding: 15px 0 30px;
	letter-spacing: -.40em;
}
div.navi li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: text-top;
        width: calc(100%/12);
}

div.navi ul{padding:0;}

div.navi li a {
	display: block;
	color: #4b4b4b;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	padding: 0;
	transition: 0.2s color;
}
div.navi li:last-child a {
	border-right: none;
}
div.navi li a:hover {
	opacity: 0.7;
	transition: 0.2s;
}
div.navi li a p {
    margin: 3px auto 5px;
    line-height: 1.5
}

div.navi li:last-child a p {margin-right: 0;}
div.navi li a img {
    width:80%;
    float:center;
}
div.navi li:hover {
transform: scale(1.2,1.2);
transition-duration: 0.5s;
}




/*----------------? ???? ?----------------*/

div.event02 {
    width: 1080px;
    margin: 0 auto 30px;
}
div.event02 img{
    width: 100%;
}
div.event02 a:hover {
	opacity: 0.7;
	transition: 0.2s opacity;
}


footer{
	margin-top: 3%;
}

footer h4{
	background-color: #ccb46e;
	padding: 10px 0%;
}

footer h4 span{
	display: block;
	width: 960px;
	margin: auto;
	color: #FFF;
	font-size: 120%;
}

footer ul{
	width: 960px;
	margin: auto;
}

footer li{
	width: 20%;
	float: left;
	border-bottom: dotted 1px #423409;
	padding: 1% 0px 0px 0px;
	position: relative;
	margin-right: 3%;
}

footer a:nth-child(even){
	border-left: none;
}

footer a:before {
     position: absolute;
     content: '';
     width: 6px;
     height: 6px;
     border-top: solid 2px #423409;
     border-right: solid 2px #423409;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 50%;
     left: 0;
}

footer a{
padding-left: 15px;
}

.clearfix{
    zoom: 1;
}

.copyright{
	font-size: 0.8em;
	text-align: center;
	margin-top: 8%;
    clear: left;
}







