/**********************************
* ヘッダー
**********************************/
.site_header {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #FAFAF0;
  border-bottom: 3px solid #C7B299;
}

.header_top_line {
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  height: 20px;
  background-size: auto 20px;
  background-image: url('https://ibaraki.itembox.cloud/item/img/top/header_line.png');
}

.header_content {
  margin: 40px auto 0;
  padding: 0;
  width: 100%;
  max-width: 1120px;
}

.site_signboard_frame {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  display: table;
}

.site_signboard_left {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 250px;
}

.site_signboard_center {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}

.site_signboard_right {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 250px;
}

.header_search_box {
  margin: 0 0 5px 0;
  padding: 0;
  width: 100%;
}

.site_signboard_center a {
  display: block;
  width: 583px;
  margin: 0 auto 5px;
}

.header_search_input {
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #E6E6E6;
  border: 1px solid #E6E6E6;
  font-size: 16px;
  line-height: 30px;
  border-radius: 25px;
}

.header_sns_list {
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
  list-style: none;
}

.header_sns_list li {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 5px;
  width: 40px;
}

.header_sns_list li:first-child {
  padding: 0;
  width:auto;
}

.header_shop_titme {
  display: block;
  width: 98px;
}

.header_category_menu {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  list-style: none;
  display: table;
}

.header_category_menu li {
  display: table-cell;
  width: 16.666%;
  vertical-align: top;
  box-sizing: border-box;
  border-left: 1px solid #666;
}

.header_category_menu li:first-child {
  border: none;
}

.header_category_menu li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

.header_category_menu li a img {
  display: block;
  margin: 0 auto 5px;
  width: 76px;
}

/**********************************
* カートボタン
**********************************/
.pc_cart_fixed {
  position: fixed;
  right: 20px;
  top: 100px;
  width: 100px;
  z-index: 999999;
}
.pc_cart_fixed a {
  display: block;
  border-radius: 50%;
  padding: 0;
　box-sizing: border-box;
  background-color: #C8AF95;
}
/**********************************
* スライダー
**********************************/
.slider {
  padding: 5px 0;
}
/**********************************
* ログイン
**********************************/
.member .member_link>li {
  border-left: 1px solid #666;
}
.member .member_link>li:first-child {
  border: none;
}
.member_link a {
  height: auto !important;
  line-height: 30px !important;
  padding-left: 17px !important;
  font-weight: bold;
  color: #525263;
}

.cart_message_title {
	margin: 0;
	padding: 5px 0;
	width: 100%;
	border-bottom: 1px dotted #333;
	font-size: 18px;
}

.cart_message_text {
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
}




/**********************************
* 2021/5/18 ここから追加します
**********************************/

.shipping-flex {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.shipping-flex-3-1 {
  width: 33.3%;
  padding: 3px;
  text-align: center;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.top-image-content {
  background-color: #FAFAF0;
}

.inner-1120 {
  width: 1120px;
  margin: auto;
  max-width: 100%;
}

.inner-1120 img {
  max-width: 100%;
}

/**********************************
* 2021/7/13 ここから追加します
**********************************/

.guide-pc-center {
  text-align: center!important;
  font-size: 18px!important;
}

.guide .guide-pc-center a {
  color: #ff0000!important;
}


.shipping_text {
  font-size: 24px;
  color: #ff0000!important;
}

.top-image-content {
  text-align: center;
}

.can-title-img {
  text-align: center;
  margin-bottom: 10px;
}

.can-title-img img {
  max-width: 100%;
}

.top_catch img {
  max-width: 100%;
}

section img {
  max-width: 100%;
}

.top_catch_text {
  margin: 20px 0;
}

.top_catch_text span {
  color: #FF0000;
}

.can_lists_title {
  background-color: red;
  font-size: 25px;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: bold !important;
}

.can_lists_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.can_list {
  width: 18%;
    margin-bottom: 3%;
}

.can_list_text01 {
  min-height: 60px;
}

.can_list_text02 {
  /*min-height: 110px;*/
min-height: 80px;
}


/*.can_list a {
  color: #000;
}*/


.can_list img {
  max-width: 100%;
}

.can_btn a {
    text-align: center;
    /*color: #fff;*/
    color: #4D4D4D;
  /*background-color: #4D4D4D;*/
    background-color: #FAFAF0;
  /*padding: 3px 10px;*/
    padding: 10px 16px;
    /* margin: 10px 0; */
    display: block;
    border: 1px solid #C7B299;
    /* width: 100px; */
    /* border-radius: 20px; */
    margin-left: auto;
}

.can_title {
  background-color: #E5E5E5;
  padding: 10px;
  margin-bottom: 20px;
}

.can_flex {
  display: flex;
  border-top: 1px solid #000;
  flex-wrap: wrap;
  margin: 20px 0;
}

.can_flex_left {
  width: 25%;
  border-bottom: 1px solid #000;
  padding: 10px;
}

.can_flex_right {
  width: 75%;
  border-bottom: 1px solid #000;
  padding: 10px;
}

/**********************************
* 2021/7/20 ここから追加します
**********************************/

.title_color {
  color: red;
}

.bn-alcohol-age{display:none;}
.fs-body-category-alcohol .bn-alcohol-age{display:block; text-align:right; margin:0; padding:0;}

/**********************************
* 2021/9/4 ここから追加します
**********************************/

.k_lists_banner {
  margin-bottom: 5%;
}

.k_lists {
  display: flex;
  flex-wrap: wrap;
}

.k_list {
  width: 23%;
  margin: 0 1% 3%;
}

.k_list p {
  font-weight: bold;
  min-height: 54px;
}

.k_list_btn a {
  padding: 2%;
  display: block;
  text-align: center;
  font-weight: bold;
  background-color: #ffd700;
}

.can_btn_flex {
  display: flex;
  justify-content: space-between;
}

.can_btn_img {
  width: 50px;
}

/**********************************
* 2021/9/20 ここから追加します
**********************************/

.pic_lists_title {
    font-size: 25px;
    background-color: #eae83a;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: bold !important;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.p_list_btn a {
    padding: 2%;
    display: block;
    text-align: center;
    font-weight: bold;
    background-color: #eae83a;
text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.can_lists_subtitle {
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
}

/**********************************
* 2021/10/15 ここから追加します
**********************************/

.tab_title {
font-size: 24px;
font-weight: bold;
color: #C7B299;
    text-align: center;
margin: 30px 0;
}

.tab_lists {
  display: flex;
  flex-wrap: wrap;
}

.tab_list {
  width: 31%;
  margin: 0 1% 3%;
}

.tab_list .rank {
font-weight: bold;
  display: block;
}

.rank01, .rank02,.rank03 {
position: relative;
padding-left: 40px;
}

.rank01::before,.rank02::before,.rank03::before {
position: absolute;
content: "";
    width: 34px;
    height: 24px;
left: 0;
top: -2px;
background-size: contain;
    background-repeat: no-repeat;
}

.rank01::before {
    background-image: url(https://ibaraki.itembox.cloud/item/rank01.png);
}

.rank02::before {
    background-image: url(https://ibaraki.itembox.cloud/item/rank02.png);
}

.rank03::before {
    background-image: url(https://ibaraki.itembox.cloud/item/rank03.png);
}

.tab_list p {
  font-weight: bold;
  min-height: 54px;
}

.tab_list .mh-81 {
min-height: 81px;
}

.tab_list_btn a {
  padding: 2%;
  display: block;
  text-align: center;
  font-weight: bold;
  background-color: #C7B299;
 color: #ffffff;
}

.tab_list_btn a:visited {
 color: #ffffff !important;
}

.tab_btn a {
  padding: 2%;
  display: block;
  text-align: center;
  font-weight: bold;
  background-color: #FAFAF0;
 color: #565656;
border: 2px solid #C7B299;
    width: 50%;
    margin: auto;
}

.tab_btn a:visited {
 color: #565656 !important;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto 50px;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #C7B299;
  background-color: #FAFAF0;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#hot_selling01:checked ~ #hot_selling01_content,
#meet_fish01:checked ~ #meet_fish01_content,
#vegetable01:checked ~ #vegetable01_content,
#wa_yogashi01:checked ~ #wa_yogashi01_content,
#alcohol01:checked ~ #alcohol01_content,
#drink01:checked ~ #drink01_content,
#year01:checked ~ #year01_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #C7B299;
  color: #fff;
}

/**********************************
* 2022/01/09 ここから追加します
**********************************/

.pic_lists_title.title_yellow {
  background-color: #F1CB46;
}

.pic_lists_title.title_red {
  background-color: #EB97A7;
}

.p_list_btn.btn_yellow a {
  background-color: #F1CB46;
  color: #333333;
}

.p_list_btn.btn_red a {
  background-color: #EB97A7;
  color: #333333;
}

.nabe_btn a {
  padding: 2%;
  font-size: 20px;
  display: block;
  text-align: center;
  font-weight: bold;
  background-color: #EB97A7;
  color: #565656;
  width: 50%;
  margin: auto;
  margin-bottom: 5%;
  border: 1px solid #EB97A7;
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.nabe_btn a:hover {
  background-color: #ffffff;
  color: #EB97A7;
}


/**********************************
* 2022/01/27 ここから追加します
**********************************/
.top-inner-934 {
  width: 934px;
  max-width: 100%;
  margin: 30px auto;
}

.top-inner-934 img {
  max-width: 100%;
}