@charset "UTF-8";
#page-wrapper {
  position: relative;
  font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
}

.container {
  max-width: 1050px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

body {
  color: #464e54;
  background-color: #fff;
  /*background-image: url(https://img.shop-pro.jp/tmpl_img/77/bg.png);*/
}

a {
  color: #555555;
}

a:hover {
  color: #888888;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1{
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #ffffff;
  float: left;
  line-height: 50px;
  text-indent: 1em;
}

.ttl-h2 {
  position: relative;
  margin: 30px 0;
  text-align: center;
  font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-01 {
  border: 1px solid #b2a487;
  background-color: #b2a487;
  color: #fff;
  background-color: #b2a487;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #ccbc9b;
  background-color: #ccbc9b;
  color: #fff;
  background-color: #ccbc9b;
}

.product-order-num input {
  border-color: #b2a487;
}

.font-mincho {
  font-family: '¥Ò¥é¥®¥ÎÌÀÄ« ProN W3', 'HiraMinProN-W3', 'HGÌÀÄ«E', '£Í£Ó £ÐÌÀÄ«', 'MS PMincho', 'MS ÌÀÄ«', serif;
}

/*
 * icon
 */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  position: relative;
  top: -.11em;
  *display: inline;
  *zoom: 1;
}

.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_b.png);
}

.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_w.png);
}


/*¡¡¥Ï¥ó¥Ð¡¼¥¬¡¼¥Ü¥¿¥ó¡¡*/
.hamburger {
  display: none;
  position: absolute;
  z-index: 3;
  right: 3px;
  top: 130px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  background-color: #153055;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 70%;
  height  : 1px ;
  left    : 15%;
  background : #a1acbb;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 13px;
}
.hamburger span:nth-child(2) {
  top: 25px;
}
.hamburger span:nth-child(3) {
  top: 37px;
}

/* ¥Ê¥Ó³«¤¤¤Æ¤ë»þ¤Î¥Ü¥¿¥ó */

.hamburger.active {
	position: fixed;
	top:3px;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
	background:#FFFFFF;
	box-sizing:border-box;
	border:1px solid #153055;
}

.hamburger.active span{
	background:#153055;
}
.hamburger.active span:nth-child(1) {
  top : 25px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.2);  
}

.globalMenuSp_logo{
	margin:20px auto;
}
.globalMenuSp_logo img{
	width:40%;
}

.globalMenuSp_btn {
}
.globalMenuSp_btn ul{
	list-style:none;
	margin:10px 3%;
}
.globalMenuSp_btn li {
	display: inline-block;
	width:47%;
	margin:1%;
	text-align:center;
}
.globalMenuSp_btn li a.globalMenuSp_btn_a01{
	background:#153055;
	padding:10px 0;
	color:#FFFFFF;
}
.globalMenuSp_btn li a.globalMenuSp_btn_a02{
	background:#8e835b;
	padding:10px 0;
	color:#FFFFFF;
}

.globalMenuSp_btn .header-link i.header_icon02::before {
    content: ">";
    color: #8e835b;
  font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}
.globalMenuSp_btn .header-link i.header_icon03::before {
    content: ">";
    color: #153055;
  font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}

.globalMenuSp_btn .header-link i {
    top: -0.2em;
    margin-right: .3em;
}

.globalMenuSp_list {
	margin:2%;
	position:relative;
  font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
}
.globalMenuSp_list ul, .globalMenuSp_list li{
	list-style:none;
	padding:0;
	margin:0;
}
.globalMenuSp_list li a{
	display:block;
	padding:7px 0;
	text-decoration:none;
}

.globalMenuSp_list:after {
    content: "";
    display: block;
	clear:both;
}


.globalMenuSp_list_left {
	float:left;
	width:50%;
}
.globalMenuSp_list_right {
	float:right;
	width:50%;
}


.globalMenuSp_sns {
	list-style:none;
	margin:0;
	position: absolute;
	right:5px;
	bottom:10px;
	width: 30%;
}
.globalMenuSp_sns li{
	display: inline-block;
	width:25%;
	margin:1%;
	text-align:center;
}
.globalMenuSp_sns li img{
	width:100%;
}
.globalMenuSp_sns li a{
	padding:0;
}




/*nav.globalMenuSp ul {
  background: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
}*/

/* ¤³¤Î¥¯¥é¥¹¤ò¡¢jQuery¤ÇÉÕÍ¿¡¦ºï½ü¤¹¤ë */
nav.globalMenuSp.active {
  transform: translateX(0%);
}



@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon16_2x_w.png);
  }

  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_b.png);
  }

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_w.png);
  }
}
.icon-cart {
  background-position: -176px -64px;
}

.icon-user {
  background-position: -208px -0px;
}

.icon-adduser {
  background-position: -240px -0px;
}

.icon-logout {
  background-position: -32px -80px;
}

.icon-login {
  background-position: -48px -80px;
}

/* icon large */
.icon-twitter {
  background-position: -144px -264px;
}

.icon-facebook {
  background-position: -192px -264px;
}

.icon-instagram {
  background-position: -168px -288px;
}

.icon-mail {
  background-position: -96px -0px;
}

.icon-lg-w.icon-cart {
  background-position: -264px -96px;
}

.icon-lg-w.icon-chevron_up {
  background-position: -0px -216px;
}

.icon-lg-w.icon-plus {
  width: 24px;
  height: 24px;
  background-position: -312px -120px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_b.png);
}

.icon-lg-w.icon-minus {
  width: 24px;
  height: 24px;
  background-position: -288px -120px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_b.png);
}

.icon-lg-b,
.icon-lg-w {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: relative;
  top: -.1em;
  *display: inline;
  *zoom: 1;
}

.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_b.png);
}

.icon-lg-w {
  /*background-image: url(https://img21.shop-pro.jp/PA01455/990/etc/btn_menu.png);*/
  width: 100%;
  height: 100%;
}

.content-wrap {
  max-width: 800px;
  margin: 20px auto;
}

/*
 * header
 */
#header-wrapper {
  margin-bottom: 0em;
  position:relative;
}

.header-line {
  width:100%;
  background:#153055;
  height:50px;
  font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}
.header-line .header-link a{
  color:#FFFFFF;
  font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
  font-size:12px;
  line-height:30px;
  text-decoration: none;
}

.header-line .header-link i.header_icon01::before{
  content:">";
  color:#8e835b;
}

.header-line ul{
  line-height:1;
  padding:0;
  margin:0;
}

.header-line-nav .header-link {
  float: right;
  padding: 0;
  height:50px;
}

.header-link a{
  display:block;
}

.header-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* header-line-nav */
.header-line-nav li {
  margin-left: 1px;
}

.header-line-nav a {
  font-size: 12px;
  padding: 10px 0.5em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.header-line-nav i {
  top: -0.2em;
  margin-right: .3em;
}

.btn-viewcart {
  padding: 1px 15px 0 13px;
}

/* header logo */
#header-logo img{
	width:180px;
}
#header-logo p{
	color:#153055;
	font-size: 16px;
    font-weight: bold;
    /*font-family: Arial, Helvetica, sans-serif;*/
    margin-top: 10px;
    margin-bottom: 0;
}

.shop-name {
  clear: both;
  margin: 20px 0;
  text-align: center;
  font-size: 24px;
}

.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #464e54;
}

/* header cart */
.header-cart{
	position:absolute;
	right:0;
	bottom:-20px;
}


/* header global nav */
#header-global-nav {
  margin: 0;
  text-align: center;
  font-size: 18px;
  border-top:1px solid #8e8356;
  border-bottom:1px solid #8e8356;
  font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index:9999;
}
#header-global-nav a{
	text-decoration:none;
}

#header-global-nav li {
  margin: 0;
  padding: 0 1.5em;
  border-right: 0px solid #b2a487;
}

#header-global-nav li:first-child {
  border-left: 0px solid #b2a487;
}

/* incart delivery */
.incart-delivery {
  float: right;
}

.incart-delivery ul {
  margin: 0;
  padding: 10px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #d9edf7;
  color: #31708f;
  list-style: none;
  font-size: 12px;
}

/*
 * product list
 */
.prd-lst-unit {
  margin-bottom: 20px;
/*  padding: 0 10px;
  text-align: center;*/
}

.prd-lst-unit a:hover {
  text-decoration: none;
}

.unit-box {
/*  margin: 10px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #b2a487;
  -webkit-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);



  -moz-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);*/
}

.prd-lst-img {
  display: block;
  margin: 0 auto 1em;
}

.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 12px;
}

.prd-lst-name {
  font-size: 14px;
}

.prd-lst-price {
  color: #abaaaa;
  text-align: right;
}

.prd-lst-regular {
  text-decoration: line-through;
  text-align: right;
}

.prd-lst-discount {
  color: #b81717;
  text-align: right;
}

/* product list sort */
.prd-lst-sort {
  margin: 3em 0;
  color: #888;
  text-align: center;
  font-size: 12px;
}

/* prduct list pager */
.prd-lst-pager {
  text-align: center;
}

.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  border: 2px solid #fff;
}

.thumb-active img {
  border: 2px solid #b2a487;
}

/*
 * footer
 */
#footer-wrapper {
  margin-top:40px;
  padding-top: 20px;
  background: #8e835b;
}

#footer-wrapper .footer-inner{
    width: 94% !important;
    margin: 0 auto;
}	

.footer-primary {
  /*border-right: 1px solid #fff;*/
}

/* footer nav */
.footer-nav {
  list-style: none;
  margin: 0;
}

.footer-nav li {
  margin: .8em 0;
}

.footer-primary {
  padding: .3em 0;
}

.footer-primary li {
  margin-right: 25px;
  margin-left: 5px;
}

.footer-primary a {
  color: #fff;
}

.freepage-nav {
  margin-right: 10%;
  margin-bottom: 1.5em;
  padding-bottom: .8em;
  /*border-bottom: 1px solid #fff;*/
}

.footer-secondary {
  padding: .3em 0;
  font-size: 12px;
  font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}

.footer-secondary li {
  margin-left: 10%;
}

.footer-secondary li:before {
  margin-right: 4px;
  color: #fff;
  content: "-";
}

.footer-secondary a {
  color: #fff;
}

/* ¥«¥ì¥ó¥À¡¼ */
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.footer-calender{
	background:#ffffff;
	width:80%;
	padding:10px;
	text-align:center;
}

.tbl_calendar{
	display:inline-block;
	margin:10px;
}

/* social icon */
.social-nav {
  text-align: center;
  margin: 2em 0;
}
.social-nav .btn-viewcart{
	padding:0;
}
.social-nav .footer-social-btn{
	display: inline-block;
    width: 45%;
}


/* address */
address{
	margin:0;
}


/* copyright */
.copyright {
  padding: 10px 0;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  background: #153055;
}

.powered {
  display: block;
  margin: .5em auto 0;
  width: 180px;
  height: auto;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
}

.btn-pagetop {
  display: block;
  padding: .7em 2em;
}

@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .container {
    max-width: 900px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 0em;
  }

  .container {
    width: auto;
  }

  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }

  .header-dropdown.affix {
    position: fixed;
  }

  .header-dropdown .dropdown-nav li {
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
  }

  .header-dropdown .dropdown-nav a {
    display: block;
    padding: 10px;
  }

  .header-dropdown .btn-dropdown {
    width:70px;
	height:70px;
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    background:#153055;
	background-image: url(https://img21.shop-pro.jp/PA01455/990/etc/btn_menu.png);
  }

  .header-dropdown .btn-dropdown-close {
    opacity: 1;
	position: absolute;
    top: 0;
    right: 0;
    background: url(https://img21.shop-pro.jp/PA01455/990/etc/btn_menu_close.png) no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .header-dropdown .btn-dropdown i {
    top: 0;
  }

  .view-cart {
    position: static;
  }

  .view-cart a {
    background-color: #b2a487;
    color: #fff;
  }

  .incart-delivery {
    padding-top: 20px;
    float: none;
  }

  .prd-lst-sort {
    font-size: 14px;
  }

  .footer-primary img{
	  width:50%;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
	text-align:center;
  }

  .footer-nav {
    margin: 0;
    padding: 0;
    /*border-bottom: 3px double #fff;*/
  }

  .footer-primary .footer-nav:first-child {
    /*border-top: 3px double #fff;*/
  }

  .footer-nav li {
    margin: 0;
    font-size: 14px;
    /*border-top: 1px solid #fff;*/
  }

  .footer-nav li:first-child {
    border-top: none;
  }

  .footer-nav li:before {
    display: none;
  }

  .footer-nav a {
    display: block;
    padding: 1em;
    color: #fff;
  }

  .footer-nav a:hover {
    text-decoration: none;
  }
  .footer-calender {
	  width:100%;
  }

  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_w.png);
  }

  .icon-cart {
    background-position: -264px -96px;
  }

  .icon-list {
    background-position: -288px -144px;
  }

  .icon-chevron_thin_up {
    background-position: -192px -216px;
  }
  
  
  
  /* header */
  #header-wrapper {
    padding-top:10px;
    margin-bottom: 0em;
    position: sticky;
	top:-84px;
	background-color:#FFFFFF;
	z-index:9999;
	padding-bottom:6px;
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.2);
  }
  #header-logo p{
	  display:none;
  }
  .shop-name{
	  margin:0;
  }
  .hamburger{
	  display:block !important;
	  top:90px;
  }
  .header-cart {
    position: absolute;
    right: 60px;
	  top:90px;
    width: 50px;
    height: 50px;
  }

  
 
 
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min--moz--device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b,
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/77/icon24_2x_b.png);
  }

  .icon-w,
  .icon-lg-w {
    /*background-image: url(https://img21.shop-pro.jp/PA01455/990/etc/btn_menu.png);*/
	width: 100%;
    height: 100%;
  }

  .icon-b,
  .icon-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

}
@media (max-width: 480px) {
  .prd-lst-unit {
    margin-bottom: 30px;
    height: auto !important;
  } 
  
  /* header */
  #header-wrapper {
  }
  .shop-name {
	  width:58%;
  text-align: left;
  margin-left:4%;
  }
  #header-logo p{
	  display:none;
  }
  
  .header-cart {
  }

}
/* IE&#65533;&#65533; */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}


/* ¥¢¥³¡¼¥Ç¥£¥ª¥ó */
.menu {
    position: relative;
    width: 100%;
    height: 70px;
    margin: 0 auto;
}

.menu > li {
    float: left;
    width: 20%; 
    height: 70px;
    line-height: 50px;
    background:#ffffff;
  padding:0 !important;
}

.menu > li a {
    display: block;
    color: #000000;
  line-height:70px;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 0px solid #111;
  padding:0 !important;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
  background: rgb(255 255 255 / 70%);
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* ²¼Ìð°õ */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* float¥¯¥ê¥¢ */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 70px;
    width: 100%;
    background: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    list-style: none;
    padding: 0;
    margin: 0;
    background: rgb(255 255 255 / 50%);
}

li.menu__single:hover ul.menu__second-level {
    top: 70px;
    visibility: visible;
    opacity: 1;
}
