@charset "UTF-8";

body{ overflow-x:hidden; background:#e5e0da;}

.show-sp,
.show-tablet{ display:none; }

/*----------------------------------------------------------------------------------firefox fade対策----------*/

img { box-shadow: #000 0 0 0; }

img, x:-moz-any-link, x:default { box-shadow: #000 0 0 0; }


/*----------------------------------------------------------------------------------header----------*/

#header{
width:960px;
margin:0 auto;
/*position:relative;*/
}

#header h1{
text-align:center;
padding-top:64px;
}

#gnav-toggle { display: none; }

.fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
padding:10px 0;
background-color:#fff;
margin-top:0px !important;
z-index:100;
background-color: rgba(255,255,255,1);
-webkit-transform: translate3d(0,0,0);
}

.fixed ul{
width: 960px;
margin:0 auto;
}

/*----------------------------------------------------------------------------------visual----------*/

#visual{
width:100%;
margin-top:38px;
padding-top:20px;
background-image:url(../images/ichimatsu02.jpg);
background-repeat:repeat-x;
background-position:center top;
}

/*----------------------------------------------------------------------------------page_tit----------*/

#title{
width:960px;
margin:0 auto;
}

/*----------------------------------------------------------------------------------content----------*/

#content{
width:960px;
margin:0 auto;
}

/*----------------------------------------------------------------------------------footer----------*/

#btn_list{
width:960px;
margin:0 auto;
border-top:1px dotted #ccc;
padding-top:30px;
}

#btn_list li{
width:310px;
float:left;
margin-left:15px;
}

#btn_list li:first-child{ margin-left:0px; }

#footer{
background-color:f5f5f5;
margin-top:50px;
}

#ft_top{
background-color:#c4a978;
padding:50px 0;
}

.ft_cont{
width:960px;
margin:0 auto;
}

.ft_cont .contact_box{
width:480px;
float:left;
color:#fff;
padding-top:15px;
}

.contact_box .read{ margin-top:16px; }

.contact_box .tel{
font-family:Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
letter-spacing:2px;
}

.contact_box .num{
font-family:Helvetica, sans-serif;
font-weight:bold;
font-size:24px;
letter-spacing:2px;
}

.contact_box .num a{ color:#fff; }

.btn_contact{
margin-top:10px;
line-height:1.0;
}

.contact_more {
display:inline-block;
width:240px;
height:42px;
text-align:center;
text-decoration:none;
line-height:42px;
outline:none;
}

.contact_more::before,
.contact_more::after {
position:absolute;
z-index:-1;
display:block;
content:'';
}

.contact_more,
.contact_more::before,
.contact_more::after {
-webkit-transition:all .3s;
transition:all .3s;
}

.contact_more {
border:1px solid #fff;
color:#fff;
overflow:hidden;
font-weight:bold;
}

.contact_more:hover {
color:#c4a978;
background-color:#fff;
cursor:pointer;
}

.fb_box{
width:480px;
height:240px;
float:right;
}

#ft_btm{
width:960px;
margin:0 auto;
padding:40px 0 50px;
font-size:12px;
line-height:1.8;
}

.btm_left{
width:480px;
float:left;
}

.copy{
clear:both;
padding-top:16px;
font-size:11px;
}

.btm_right{
width:480px;
float:right;
}

.btm_right li{
float:right;
background:url(../images/mono_arrow.png) no-repeat 0 3px;
margin-left:16px;
padding-left:20px;
}

/* .btm_right li a:hover{ color:#999; } */


li > a{display: inline-block;}
li > a:hover{opacity: 0.6;}

@media screen and (min-width: 980px) {

  body{ background: #e5e0da ; }

  #headernav li{ float:left; }
  #headernav li a{ display: inline-block; }
  #header a:hover{opacity: 0.6;}
  .nav-trigger,
  #gnav-home,
  #gnav-sitemap{ display:none; }

  #gnav{ margin-top:43px; }

  #gnav li + li:before {
  display:block;
  content:'';
  width:1px;
  height:10px;
  margin-top:19px;
  background:#3a63b1;
  float:left;
  }

  #gnav2{
  position: absolute;
  right:0;
  top:0;
  }

  #gnav2 li a{
  display:block;
  overflow:hidden;
  background-image:url(../images/gnavs2.gif);
  background-repeat:no-repeat;
  text-indent:-9999px;
  }

  #gnav2 li.gnav2-faq a{
  width:189px;
  height:58px;
  background-position:0px 0px;
  }

  #gnav2 li.gnav2-contact a{
  width:189px;
  height:58px;
  background-position:-189px 0px;
  }

  #gnav2 li.gnav2-estimate a{
  width:189px;
  height:58px;
  background-position:-378px 0px;
  }
  #gnav2 li.gnav2-out a{
  width:190px;
  height:58px;
  background-position:-567px 0px;
  }

  #to_top {
  position: fixed;
  bottom: 55px;
  right: 30px;
  }

  #to_top a {
  display: block;
  width:50px;
  height:50px;
  line-height:50px;
  background:#c4a978;
  color:#fff;
  text-align:center;
  border-radius:50%;
  transition:all 0.2s;
  }

  #to_top a:hover{ opacity:0.6; }

}



/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/

@media screen and (max-width: 979px) {

  img{
  max-width:100%;
  height:auto;
  }

  .show-tablet{ display:block; }

  #header{ width: 100%; }

  #header h1{ padding-top:48px; }

  #header h1 img{
  width:190px;
  height:auto;
  }

  #headernav{
  overflow-x:hidden;
  position:fixed;
  left:0;
  top:0;
  z-index:1000;
  width:100%;
  height:100%;
  padding-top:120px;
  background:#c4a978;
  background:rgba(109,12,34,0.95);
  color:#fff;
  -webkit-transition:all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #headernav:before{
  display:block;
  content:'';
  position:absolute;
  top:48px;
  left:50%;
  width:190px;
  height:28px;
  margin-left:-95px;
  background:url(../images/logo-w.png) no-repeat left top;
  }

  #headernav a{
  display:block;
  position:relative;
  width:50%;
  min-width:210px;
  max-width:310px;
  line-height:1.8;
  margin:0 auto;
  padding:20px 30px 20px 0;
  color:#fff;
  border-bottom: 1px dotted #490515;
  font-size:14px;
  }

  #headernav a:after{
  position:absolute;
  content:'';
  right:10px;
  top:50%;
  width:10px;
  height:15px;
  margin-top:-8px;
  background:url(../images/arrow_gnav.png) no-repeat left top;
  }

  #gnav li img{ display:none; }

  #gnav li a:before{
  display:block;
  content:attr(data-alt);
  font-size:14px;
  }


  .nav-trigger{
  position:absolute;
  top:40px;
  right:32px;
  cursor:pointer;
  }

  .sr {
  border:0;
  clip:rect(0 0 0 0);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
  }
  .sr.focusable:active,
  .sr.focusable:focus{
  clip:auto;
  height:auto;
  margin:0;
  overflow:visible;
  position:static;
  width:auto;
  }

  .toggle-icon{
  width:22px;
  height:22px;
  padding:8px;
  }

  .toggle-icon > span{
  display:block;
  content:'';
  position:absolute;
  height:3px;
  width:22px;
  background:#c4a978;
  left:0;
  -webkit-transition:0.25s ease-in-out;
  transition:0.25s ease-in-out;
  }

  .toggle-icon .top{ left: 6px; top: 4px;}
  .toggle-icon .middle{ left: 6px; top: 12px;}
  .toggle-icon .bottom{ left: 6px; top: 20px;}


  #nav-close .toggle-icon > span{
  background:#fff;
  }

  #nav-close .toggle-icon > .top {
  left: 6px;
  top: 11px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  }

  #nav-close .toggle-icon > .bottom {
  left: 6px;
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }


  /* 表示/非表示設定 */
  .csstransitions #headernav.mobile-close {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .csstransitions #headernav.mobile-open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  }

  .no-csstransitions #headernav { display: none; }


  #visual{
  background-repeat: repeat;
  background-size:10px 10px;
  }

  #visual > div{
  width:100%;
  height:234px;
  background-size:cover;
  }

  #visual h2{ padding-top:68px; }

  #visual h2 img{
  max-width:156px;
  width:30%;
  height:auto;
  }


  #title{
  width:90%;
  text-align:center;
  }

  #title h2{ margin-top:40px; }

  #title h2 img{ display: none; }

  #title p{ margin:25px 0 0 0; }

  #content{ width: 90%; }

  .btn_more {
  display:inline-block;
  width: 100%;
  height:36px;
  text-align:center;
  text-decoration:none;
  line-height:36px;
  outline:none;
  }

  .btn_more {
  border:1px solid #c4a978;
  color:#c4a978;
  overflow:hidden;
  font-weight:bold;
  }

  #btn_list{
  width:100%;
  max-width:80%;
  margin: 0 auto;
  text-align:center;
  }

  #btn_list li{
  width:100%;
  float:none;
  margin:30px 0;
  }

  #to_top {
  background-color:#999;
  height: 54px;
  text-align: center;
  width: 100%;
  }

  #to_top a {
  display: block;
  width: 100%;
  vertical-align:baseline;
  color:#fff;
  padding-top:12px;
  }

  #to_top:hover{ background-color:#ccc; }

  #ft_top,
  #ft_btm{
  width:auto;
  text-align:center;
  padding:50px 12.5%;
  }

  .ft_cont { width:100%; }

  .ft_cont .contact_box {
  width:100%;
  margin-bottom:34px;
  }

  .fb_box{
  width:100%;
  }

  .fb-page {
  width:100% !important;
  }

  .btm_left,
  .btm_right {
  width:100%;
  float:none;
  }

  .btm_right ul{
  margin-top:35px;
  text-align:center;
  }
  .btm_right li{
  float:none;
  display:inline-block;
  }

}



/*----------------------------------------------------------------------------------------------*/

@media screen and (max-width:740px){

  .show-sp{ display:block; }

  #header h1{
  margin-left:-20px;
  padding-top:40px;
  }

  .nav-trigger{ right: 12px; }

  #headernav { padding-top:80px; }

  #headernav:before{
  top:40px;
  margin-left:-105px;
  }

  #headernav a{
  padding:10px 30px 10px 0;
  font-size:13px;
  }

  #visual{
  padding-top:12px;
  }

  #visual > div{
  height:130px;
  }

  #ft_top,
  #ft_btm{
  padding:40px 8%;
  }


  .contact_box .num:after{
  display:block;
  content:'';
  margin-top:-1em;
  }

  #ft_btm strong{ display:block; }

  .btm_left{ text-align:left; }

  .btm_right ul{
  margin-top:20px;
  padding-top:20px;
  border-top: 1px dotted #ccc;
  text-align:left;
  }

  .btm_right li{
  display:block;
  margin: 0;
  }

}


/* CONTAINER */
.bbg{background-color: #600000 !important; padding-top:60px;}
.container-products {
  align-items: center;
  background-color: #600000;
  justify-content: center;
}

/* FLEX CONTAINER */
.flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

/* SALE ITEMS */
.sale-item {
  /*float: left;*/
  margin: 2%;
  min-height: 1px;
  position: relative;
  /*width: 20%;*/
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor:pointer;
}

.image {
  /*display: block;
  width: auto;*/
  height: auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.sale-item {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* PRODUCT */
.product {
  background: #eaeaea;
  border-bottom: 6px solid #e1e1e1;
  margin-left: auto;
  margin-right: auto;
   /*max-width: 270px;*/
}
.product_img{ max-height:266px; overflow:hidden}
.product_img img{ width:270px;}
.p_money{ font-size:160%; color:#444349; font-weight:700}
.product-txt {
  padding: 22px 40px 22px 20px;
  position: relative;
}

/* FONT */
.small-uppercase {
    font-family: "Play", sans-serif;
    font-size: 13px;
    line-height: 0px;
    text-transform: uppercase;
}

a.small-uppercase, a.small-uppercase:link, a.small-uppercase:visited, a.small-uppercase:hover, a.small-uppercase:active {
  color: #666666;
  text-decoration: none;
  text-transform: uppercase;
}

/* FONT AWESOME */
.fa-chevron-right {
  font-size: 15px;
  font-weight: 100;  
}

#shopcart{ height:60px; width:60px; line-height:60px; text-align:center; position:fixed; top:160px; right:30px; border-radius:50%; background:#C90; color:#FFF; z-index:999; cursor:pointer}
#shopcart i{ font-size:20px;}

#shopcart_stop{ height:60px; width:60px; line-height:20px; text-align:center; position:fixed; top:90px; right:30px; border-radius:50%; background:rgb(207, 7, 7); color:#FFF; z-index:999; cursor:pointer}
#shopcart_stop i{ font-size:15px; margin-top: 1em;}

#shopcart_gotit{ height:60px; width:60px; line-height:20px; text-align:center; position:fixed; top:250px; right:30px; border-radius:50%; background:rgb(207, 7, 127); color:#FFF; z-index:999; cursor:pointer}
#shopcart_gotit i{ font-size:15px; margin-top: 1em;}

#shopcart_a{ height:50px; width:50px; line-height:50px; text-align:center; position:absolute;right:30px; border-radius:50%; background:#c7c7c7; color:rgb(158, 6, 6); z-index:0; cursor:pointer}
#shopcart_a i{ font-size:20px;}

.fbtalk{height:55px; width:55px; line-height:55px; text-align:center; position:fixed; bottom:130px; right:30px; z-index:9999999999999999; cursor:pointer}
.linetalk{height:55px; width:55px; line-height:55px; text-align:center; position:fixed; bottom:200px; right:30px; z-index:9999999999999999; cursor:pointer}

@media screen and (max-width: 430px) {
  #shopcart{ height:60px; width:60px; line-height:60px; text-align:center; position:fixed; top:160px; right:10px; border-radius:50%; background:#C90; color:#FFF; z-index:999; cursor:pointer}
  #shopcart i{ font-size:20px;}
  
  #shopcart_stop{ height:60px; width:60px; line-height:20px; text-align:center; position:fixed; top:90px; right:10px; border-radius:50%; background:rgb(207, 7, 7); color:#FFF; z-index:999; cursor:pointer}
  #shopcart_stop i{ font-size:15px; margin-top: 1em;}
  
  #shopcart_gotit{ height:60px; width:60px; line-height:20px; text-align:center; position:fixed; top:250px; right:10px; border-radius:50%; background:rgb(207, 7, 127); color:#FFF; z-index:999; cursor:pointer}
  #shopcart_gotit i{ font-size:15px; margin-top: 1em;}
  
  #shopcart_a{ height:50px; width:50px; line-height:50px; text-align:center; position:absolute;right:10px; border-radius:50%; background:#c7c7c7; color:rgb(158, 6, 6); z-index:0; cursor:pointer}
  #shopcart_a i{ font-size:20px;}
  
  .fbtalk{height:40px; width:40px; line-height:55px; text-align:center; position:fixed; bottom:100px; right:10px; z-index:9999999999999999; cursor:pointer}
  .linetalk{height:40px; width:40px; line-height:55px; text-align:center; position:fixed; bottom:145px; right:10px; z-index:9999999999999999; cursor:pointer}
}
.subject_b{ font-size:14pt; font-weight:800;}
.li_b{ font-weight:800;}
/*
.clearfix li{font-weight:800;}*/

#total_buy{ font-size:9pt; font-weight:800; border-bottom:1px dashed #FFFFFF}

.height_a{ height:60px; width:100%;}


.font_color_red{ color:#C00 !important}
.font_color_green{ color:#090 !important}

.rebbtton {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.rebbtton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.rebbtton:active {
	position:relative;
	top:1px;
}

.button_copy {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 5px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}

.fontstyle_b{ font-weight:800; color:#C00; border-bottom:1px dashed #F30}

.teltop{ padding-top:60px;}

#nav-open{position:absolute; z-index:2; left:20px; width: 30px;}

.banner_subject{ font-size:14pt; font-weight:800; position:absolute; margin-top:-45px;}
.pbg{ width:1000px; max-width:1000px; overflow:hidden; left:50%; margin-left:-500px; height:300px; position:absolute; z-index:0; background:url(../images/banner-food.png); }
@media screen and (max-width: 1000px) {
.pbg{ width:1000px; max-width:100%; overflow:hidden; left:50%; margin-left:-50%; height:300px; position:absolute; z-index:0; background:url(../images/banner-food.png); }
}

.more_hot{text-align:center; padding-bottom:40px;}

.footer_div_right{ width:25%; height:80px; float:right; text-align:left}
.footer_div_right h4{ font-weight:800;}
@media screen and (max-width: 736px) {
.footer_div_right{ width:100%; height:100px; float:right; text-align:left}
}


.p_show_left{ width: 55%; display: inline-block; border: 0px solid #000; position:relative;}
.p_show_right{ width: 40%; display: inline-block; border: 0px solid red;  position:relative;}

@media screen and (max-width: 480px) {
  .p_show_left{ width: 100%; display: inline-block; border: 0px solid #000; position:relative;}
  .p_show_right{ width: 100%; display: inline-block; border: 0px solid red;  position:relative;}
  
}

.center a{ border-bottom: 1px dashed red !important;}
.AD_list{ background: #e5e0da; width: 90%; left: 0; max-height: 300px !important; border-radius: .5em; padding: 3em; overflow-y: scroll; overflow-x:hidden; display: block;}
@media screen and (max-width: 480px) {
.AD_list{ background: #e5e0da; width: 75%; left: 0; max-height: 300px !important; border-radius: .5em; overflow-y: scroll; overflow-x:hidden; display: block;}
}
/*
.AD_list{ background: #e5e0da; width: 100%; left: 0; position: fixed; z-index: 9999999999999; top:0em; height: 90% !important; border-radius: .5em; padding: 3em; overflow-y: scroll; overflow-x:hidden; display: none;}*/
.AD_left{ width: 80%; display: inline-block;  padding-left: .2em; font-weight: bold;}
.AD_right{ width: 15%; display: inline-block; border-right: 1px solid #c7c7c7;}
.AD_left_right{width: 100%; display: inline-block; padding-left: 15.2%; }
.AD_list ul li{ border-bottom: 1px solid #c7c7c7;}
#show_AD_list{

  position: fixed;
    background-color:#e8bf8a;
    width: 100%; height: 100%;
    z-index: 999999999999;
    display: none;

}
.select_ad_font span{ color: blue; cursor: pointer; border-bottom: 1px dashed blue;}
.close_addiv{padding: 2em; text-align:center; position: absolute; width:100%;left:0%;}
@media screen and (max-width: 480px) {
  .close_addiv{padding: 2em; text-align:center; position: absolute; width:100%;left:-13%;}
  .AD_left{ width: 100%; display: inline-block; font-weight: bold;}
  .AD_right{ width: 100%; display: inline-block; }
  .AD_left_right{width: 100%; display: inline-block; padding-left: 0%;}
  }

.win_mask{ width: 100%; height: 100%; position: fixed; z-index: 99999; left: 0; background:rgba(109,12,34,0.9);}
.coupon_a{position: fixed; z-index: 999999; top:26%;left: 50%; margin-left: -200px; }
.coupon_a img{ width: 400px; cursor: pointer;}
.sunny{
  width: 20px;
  height: 380px;
  position: absolute;
  top: 24%;
  left:50%; margin-left: -10px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
  animation: sunny 15s linear infinite;
}

@keyframes sunny {
  0%{
      transform: rotate(0deg);
  }
  100%{
      transform: rotate(360deg);
  }
}

.sunny::before{
  content: '';
  width: 20px;
  height: 380px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
  transform: rotate(90deg)
}


.sunny_sub{
  width: 20px;
  height: 380px;
  position: absolute;
  top: 24%;
  left:50%; margin-left: -10px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
  animation: sunny_sub 15s linear infinite;
}

@keyframes sunny_sub {
  0%{
      transform: rotate(45deg);
  }
  100%{
      transform: rotate(405deg);
  }
}

.sunny_sub::before{
  content: '';
  width: 20px;
  height: 380px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
  transform: rotate(90deg)
}
.index_mask{ display: none; }
@media screen and (max-width: 480px) {
.index_mask{ width: 100%; height: 100%; position: fixed; z-index: 99999; left: 0; background:#ded3be; text-align: center; display: block;}
.index_mask h1 img{ position: relative; margin-left: 0%; margin-bottom: 2em; padding-top: 2em;}
.index_container {
  display: grid;
				grid-template-columns: repeat(3,  1fr);
				grid-template-rows: repeat(3,  1fr);
				grid-gap: 15%;
				grid-auto-flow: column;
       
  width:82%; /*正方形*/

  padding: 1.6em;
      
}



.index_container .item {
  width:99%; 
  position:relative;
	
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #cab183; color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 2%;
  padding: 1em;
  border-radius: .2em;
  cursor: pointer;
}
.index_container .item i{ font-size: 40px;}
.scart i{color: rgba(255, 255, 255, 0.3);}
.index_mask_footer{ position: fixed; bottom: 0; height: 6em; background-color: #b0905a; border-top: 1px solid #a28b60; width: 100%;}

.flex_bottom {width:100%; float: left; display: flex; justify-content: space-between;}           
            .flex_bottom .item{height: 6em; line-height: 1.5em; padding-top: 1em; padding-left: .2em; padding-right: .2em; padding-bottom: .2em; border-right: 0px solid #e0e0e0; width: 100%; text-align: center; color: #fff;}
            .flex_bottom .item a,.flex .item_end a{color: #fff;}
            .flex_bottom .item span{font-size: 55%; font-weight: 900; letter-spacing: .2em; color: #a28b60;}
            .flex_bottom .item {
              width:99%; 
              position:relative;
              
              text-align: center;
              border: 1px solid rgba(0, 0, 0, 0.05);
              background: #b0905a; color: #fff;
              box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01);
              margin-bottom: 2%;
              padding: 1em;
              border-radius: .2em;
              cursor: pointer;
            }
.red_info{ width: 30px; height: 30px; border-radius: 50%; position: absolute; background-color:#C00; color: #fff; top:-.6em; right: -.6em;}
          }


.user_mask{ width: 100%; height: 100%; position: fixed; z-index: 99999999; left: 0; background:#ded3be; text-align: center; display: none;}

.hidden_div{
  display: none; width:360px; position: fixed; z-index: 999999999; left: 50%; margin-left: -180px; top:30%; background-color: #FFF; padding: 2em; border: 1px solid #b0905a; 
}

.hidden_div table{
  width:100%;
  margin-top:40px;
  border-top:1px dotted #ccc;
  }
  
.hidden_div table td{
  border-bottom:1px dotted #ccc;
  padding:14px 0 14px 30px;
  vertical-align:top;
  }
  .hidden_div .left_cell{
    background-color:#dfd8cf;
    color:#8a7040;
    font-weight:bold;
    width:30%;
    padding:14px 0 14px 20px;
    }

@media screen and (max-width: 430px) {
.hidden_div{
  display: none; width:80%;
}
}

.gogoshop{text-align: center; padding-top:2em;}
@media screen and (max-width: 430px) {
  .gogoshop{text-align: center; position: fixed; bottom: 0; z-index: 99999999; width: 100%; padding: 2em; background-color: #a28b60;}
  }