@charset "utf-8";
/* CSS Document */

body{font-family:"Arial","Roboto","Droid Sans","游ゴシック","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","sans-serif";}

html,body,div,
dl,dt,dd,ul,ol,li,
form,legend,fieldset,input,textarea,
th,td,
address,
iframe{
margin: 0;
padding: 0;
}

ul li{
list-style:none;
}


/*　ヘッダー 190205*/
header{
  overflow: auto;
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 70px;
  position: relative;
  background:#684C4B;
  /* z-index: 999; */
}
header nav{
	font-size:62.5%;
}
header .logo{
  width: 39%;
  max-width: 152px;
  position: absolute;
  top: 47%;
  left: 52%;
  transform: translate(-50%,-50%);
}
header .logo img{
  width: 80%;
  margin-top:8px;
}

header .cart {
	position: absolute;
	right: 48px;
	top: 25px;
}
header .mushimegane {
	position: absolute;
	top: 25px;
	right: 13px;

}
header .drawer-hamburger{
  top:0px;
  position:fixed;
  z-index: 4
}
header .drawer{
  z-index: 4
}
header .drawer nav{
  z-index: 4
}


/*　アコーディオン */
.accordion {
  margin: auto;
  padding: 15px 20px 20px;
}
.accordion .title{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  color:#684C4B;
}
.accordion .parent,
.accordion .none {
  position: relative;
  width: 100%;
  padding: 4.5% 0;
  border-bottom: 1px solid #fff;
  list-style: none;
  display: block;
  border-bottom: 1px solid #82756a;
}

.accordion .none {
	color:#000;
	}
.accordion .parent::after {
  content: '';
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u35485220/pc/css/../img/home/plus.png);
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  right: 5px;
  width: 11px;
  height: 12px;
  background-size: 11px 12px;
}

.accordion .active::after {
  content: '';
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u35485220/pc/css/../img/home/minus.png);
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  right: 5px;
  width: 11px;
  height: 12px;
  background-size: 11px 12px;
}

.accordion .child {
  display: none;
  padding: 3% 0 3% 5%;
  background: #fff;
  padding-left: 0;
}
.accordion .child li {
    padding: 0 0 0 1%;
    color: #82756a;
	list-style:none;
}
.accordion .child li a{
    padding: 10px 0 10px;
    display: block;
    color: #82756a;
    border-bottom: 1px dotted #82756a;
}
nav .links{
  margin: 20px 0 0;
  font-size: .7rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding:0;
}
nav .links li{
  width: 48%;
  list-style:none;
  margin:0;
  padding:0;
}
nav .links li a{
  padding: 6% 0 6% 2%;
  display: block;
  border: 1px solid #82756a;
  margin-bottom: 7px;
  text-align: center;
}


.accordion a {
  transition: all .2s ease-in;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #82756a;
}
