/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{
    color:#000;background:#FFF;
	letter-spacing: 1px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;padding:0;
}
a{text-decoration: none; color: #000000;}
table{
    border-collapse:collapse;border-spacing:0;
}
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;font-weight:normal;
}
li { list-style:none; } caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
legend{ color:#000; }

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	zoom:1;
}

.pc_none{
	display: none;
}

a:hover{
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

img{
	width: 100%;
}

/*�����܂Ń��Z�b�gCSS*/

body {
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "���S�V�b�N" , "Yu Gothic" , "���S�V�b�N��" , "YuGothic" , "�q���M�m�p�S Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "���C���I" , Meiryo , "�l�r �o�S�V�b�N" , "MS PGothic" , sans-serif;
}

/*���w�b�_�[����(�X�g�A���`�J�[�g)��*/
#head{
	width: 960px;
	margin: 0px auto 1%;
}

#head h1{
	float: left;
	width: 25%;
}
#head p{
	float: right;
}

#head div{
    margin-top:1%;
}

#head div ul li span{
	display: block;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	color: #3f2001;
}

ul#navi_l {
    display: table;
    width: 100%;
    table-layout:fixed;
    height: 1vw;
}

ul#navi_l li{
    border-right: 1px solid #333;
    display: table-cell;
    text-align: center;
}

ul#navi_l li:first-child{
    border-left: 1px solid #333;
}

ul#navi_l li a{
    font-weight: bolder;
}


/*-------�J�e�S���[�A�C�R��--------*/
.cate_icon {
    width: 960px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between;
    align-items: flex-end;
    margin: 1% auto; */
    gap: 10px;
}

.cate_icon div {
    width: calc((100% / 4) - 1%);
    text-align: center;
    /* margin: 1% 0 3%; */
}

.cate_icon div a {
    /*transition-duration: 0.5s;*/
    opacity: 1;
    display: block;
}

.cate_icon div img {
    /*box-sizing: border-box;
    border: 1px solid #bdbdbd;*/
    width: 100%;
}

.cate_icon div a:hover {
    opacity: 0.6;
}
/*-------�J�e�S���[�A�C�R��--------*/


/*���w�b�_�[����(�J�e�S���[�A�C�R��)��*/


nav ul{
	width: 960px;
	margin: auto;
}


nav ul li {
    float: left;
}

.banner{
    width: 960px;
    margin: 0 auto;
}

/*���w�b�_�[������*/




#search_box{
	width: 960px;
/*	background-color: var(--main-color);*/
	background-color: #02428c;
	margin: 1% auto;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#648bb7+0,01418b+100 */
background: #eee; /* Old browsers */
}

#search_box #keyword{
	width: 80%;
	min-height: 30px;
	margin: 5px 0px 5px 2%;
}

#search_box #saerch_btn{
	width: 16%;
	text-align: center;
	vertical-align:middle;
	padding: 0% 5%;
	float: right;
	border: none;
	min-height: 44px;
	cursor: pointer;
	color: #FFF;
	font-size: 120%;
    font-weight: bolder;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cf0404+0,e01616+50,cf0404+100 */
background: #333; /* Old browsers */
}

ul.coupon li{
    width: 31.3%;
    float: left;
    padding: 1%;
    margin: 0 auto;
}


span.center{
    display: block;
    text-align: center !important;
    margin: 0 auto;
    font-weight: bold;
}

div.space{
    padding: 0 0.2%;
}

#mainimg, #mainimg2{
width: 960px;
margin: 0 auto;
padding:0px 0;
}

/*#mainimg2 ul{
	width: 960px;
	margin: auto;
	overflow:hidden;
	padding: 0 17px;
}

#mainimg2 li{
	width: 20%;
	float: left;
	margin-right: 17px;
}

#mainimg2 li:last-child {
	margin-right: 0;
}*/


h3{
    background: #e4e4e4;
    color:#333;
    font-weight: bold;
    border-bottom: 1px #dcdcdc solid;
    margin: 5% 0 2%;
    font-size: 1.25em;
    padding: 1% 0 1% 2%;
    letter-spacing: 1px;
    clear: both;
}

/*h3:before, h3:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 38%;
    height: 5px;
	background-color: #004292;
}

h3:before {left:0;}
h3:after {right: 0;}*/

/*���J�e�S��������*/
#headcate {
	width: 100%;
	padding-bottom: 15px;
	margin-top: 2%;
}

#headcate #headcate-menu li {
	float: left;
	cursor: pointer;
}

	#headcate div.cates {
		width: 100%;
		border-style: solid;
		border-width: 1px;
		overflow: hidden;	
		margin-left:1px;
	}

		#headcate .kitchen   {border-color:#e60012;}
		#headcate .seikatsu  {border-color:#01479d;}
		#headcate .health  {border-color:#ea68a2;}
		#headcate .season  {border-color:#01a0e9;}
		#headcate .light  {border-color:#33b16c;}
		#headcate .avinfo  {border-color:#585757;}

	

	#headcate div.cates ul {
		width: 29%;
		float:left;
		padding: 10px 20px;
		font-size:1em;
		
	}
	#headcate div.cates ul li {
		width: 100%;
		list-style-position: inside;
		line-height: 2.5;
		letter-spacing: 1px;
		font-weight: bold;
		white-space: nowrap;

	}

#headcate div.cates ul li a:hover{
    color: red;
}

/*���J�e�S��������*/

/*�������L���O������*/
#rankbox{
    width: 960px;
    margin: 0 auto;
}

 .f-container {
                display: flex;
                justify-content: space-between;
                margin: 2% auto 6%;
                align-items: flex-end;
            }

.f-container div{
    width: 19%;
    margin-left: 1.5%;
}

            .f-container div a {
                transition-duration: 0.5s;
                opacity: 1;
                display: block;
            }

            .f-container div a:hover {
                opacity: 0.7;
            }

            .f-container div img {
                box-sizing: border-box;
                border: 1px solid #bdbdbd;
            }

            #rankbox > h3{
                text-align: center;
                background-color: #333;
                padding: 7px;
                color: #fff;
                font-size: 1vw;
            }

            i {
                font-size: 130%;
            }

            .shipment {
                text-align: center;
                background: rgb(250,0,0);
                background: linear-gradient(164deg, rgba(250,0,0,1) 0%, rgba(201,7,0,1) 100%);
                color: #fff;
                font-weight: bold;
                font-size: 105%;
                /*border-radius: 5px;*/
            }

            /* �������N�F���� */
            .f-container p.rank {
                margin: 0px 0 6px;
                font-weight: bold;
                color: #aaa;
                text-align: center;
            }

            .f-container div:first-child p.rank {
                color: #9d901b;
                font-size: 150%;
            }

            .f-container div:nth-child(2) p.rank {
                color: #8d8d7b;
                font-size: 130%;
            }

            .f-container div:nth-child(3) p.rank {
                color: #b69535;
                font-size: 115%;
            }

            .f-container div:nth-child(4) p.rank {
                color: #111;
                font-size: 110%;
            }

            .f-container div:nth-child(5) p.rank {
                color: #111;
                font-size: 110%;
            }

            /* ���������K�C�h */
            div#shopguide {
                width: 960px;
                margin: 0 auto;
                padding: 1% 2% 2%;
                background-color: #eaeaea;
                margin: 0 auto 18px;
            }

            .f-container_02 {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                border-top: #fff solid 1px;
                border-left: #fff solid 1px;
                margin: 5px 0 0;
            }

            .f-container_02 p {
                width: calc(100% / 3);
            }

            .f-container_02 p a {
                text-decoration: none;
                background-color: #ccc;
                color: #000;
                display: block;
                padding: 10px 10px;
                border-right: 1px solid #999;
                border-bottom: 1px solid #999;
                transition-duration: .5s;
                position: relative;
                font-size: 80%;
            }

            .f-container_02 p a:hover {
                background-color: #E1E1E1;
            }

            .f-container_02 i {
                position: absolute;
                right: 1%;
                color: #666;
            }

            .copyright {
                font-size: 0.8em;
                text-align: center;
            }

#rankbox ul li{
    width: 31.3%;
    float: left;
    padding: 1% 0 1% 1%;
    display: block;
}

#rankbox ul li a{
    font-size: 0.8vw;
}

#rankbox ul li a:hover{
    border-bottom: 1px solid #333;
}

/*�������L���O������*/

#rankbox > h3 {
    text-align: center;
    background-color: #333;
    padding: 7px;
    color: #fff;
    font-size: 1vw;
    clear: both;
    margin-top: 2.5%;
}

div.sonota{
    margin: 10px auto;
    width: 100%;
}

.arrow{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.arrow::before{
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 2px #565656;
  border-right: solid 2px #565656;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 40%;
  margin-top: -7px;
}

.catehead{
    height: 65px;
    /*border: 1px solid #ccc;*/
    clear: both;
}

.catehead span{
    display: flex;
    align-items: center;
    flex: 1 1;
    font-weight: bold;
}
.catehead span img{
    width: 90px;
    margin: 0 10px;
}

ul.kitchen,ul.seikatsu{
    margin-bottom: 160px;
}
ul.season,ul.light,ul.kaden{
    margin-bottom: 120px;
}





/*====================================================================
.s_08 .accordion_one
====================================================================*/

.s_08 .accordion_area {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.s_08 .accordion_area .accordion_one._flex {
    width: 33%;
    margin-right: 2%;
}
.s_08 .accordion_area .accordion_one._flex:nth-child(3) {
    width: 30%;
    margin-right: 0%;
}


.s_08 .accordion_one .accordion_header {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    color: #333333;
    font-size: 1vw;
    font-weight: bold;
    padding: 2% 11% 0% 2%;
    text-align: left;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    border-bottom: 1px solid #ccc;
}
.s_08 .accordion_one .accordion_header_one {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    color: #333;
    font-size: 0.8vw;
    font-weight: bold;
    padding: 5% 7%;
    text-align: left;
    position: relative;
    z-index: +1;
    cursor: pointer;
}
.s_08 .accordion_one:nth-of-type(1) .accordion_inner .accordion_header_one {
    background-color: #eee;
}
.s_08 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #fff;
}
.s_08 .accordion_one:nth-of-type(2) .accordion_inner .accordion_header_one {
    background-color: #eee;
}
.s_08 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #fff;
}
.s_08 .accordion_one:nth-of-type(3) .accordion_inner .accordion_header_one {
    background-color: #eee;
}
.s_08 .accordion_one .accordion_header:hover {
    opacity: .8;
}
.s_08 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 60%;
    right: 5%;
    width: 25px;
    height: 25px;
    border: 1px solid #333;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    /*-webkit-transform: rotate(45deg);
    transform: rotate(45deg);*/
    transform-origin: center center;
    transition-duration: 0.2s;
}
.s_08 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    /*-webkit-transform: rotate(45deg);
    transform: rotate(45deg);*/
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.s_08 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-495deg);
    transform: rotate(-495deg);
}
.s_08 .accordion_one .accordion_header .i_box .one_i:before, .s_08 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #333;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.s_08 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.s_08 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}
.s_08 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.s_08 .accordion_one .accordion_inner {
    display: none;
    padding: 0;
    box-sizing: border-box;
}
.s_08 .accordion_one .accordion_inner .box_one {
    height: 300px;
}
.s_08 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .s_08 .accordion_one .accordion_header {
        font-size: 18px;
    }
    .s_08 .accordion_one .accordion_header_one {
        font-size: 18px;
    }
    .s_08 .accordion_one .accordion_header .i_box {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}
@media screen and (max-width: 767px) {
    .s_08 .accordion_one .accordion_header {
        font-size: 16px;
        text-align: left;
        padding: 15px 60px 15px 15px;
    }
    .s_08 .accordion_one .accordion_header_one {
        font-size: 16px;
    }
}

/*====================================================================
�ȉ��͕s�v�ł��B
====================================================================*/

body {
  font-family: YuGothic, "���S�V�b�N��", "Yu Gothic", "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
.section {
  /*max-width: 1024px;*/
  margin: 0 auto;
  /*padding: 20px 20px 500px;*/
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}


