/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img {
    vertical-align:bottom;
}
/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
body {
  color: #58523e;
  font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Geneva, Arial, Verdana, sans-serif !important;
}
#header {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0;
}
#header:before,
#header:after {
  content: " ";
  display: table;
}
#header:after {
  clear: both;
}
#header #logo {
  float: left;
  padding-top: 10px;
  padding-left: 20px;
  overflow: hidden;
}
#header a.menu_btn {
  position: absolute;
  right: 0;
  margin: 0;
  display: inline-block;
  text-decoration: none;
}
#header #menu {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  background: #DF9A2A;
  box-shadow: 0 0 3px 0 #333;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#header #menu ul {
  margin: 25px;
}
#header #menu ul li {
  padding: 10px 0;
  border-top: solid 1px #fff;
  text-align: center;
}
#header #menu ul li:first-child {
  border-top: none;
}
#header #menu ul li:last-child {
  border-bottom: none;
}
#header #menu a {
  display: block;
  height: 20px;
  color: #fff;
  text-decoration: none;
}
#header #menu p.close {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 0;
  background: #fff;
  color: #DF9A2A;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.global {
  width: 100%;
  border-top: 2px solid #E4E3D9;
  border-bottom: 2px solid #E4E3D9;
  background: #FFFEF2;
}
.global ul {
  list-style: none;
}
.global ul:before,
.global ul:after {
  content: " ";
  display: table;
}
.global ul:after {
  clear: both;
}
.global ul li {
  float: left;
  width: 33%;
  background: #FFFEF2;
  text-align: center;
}
.global ul li a {
  display: block;
  padding: 7px 0;
}
.global ul li a.gnav01 {
  border-right: 2px solid #E4E3D9;
}
.global ul li a.gnav02 {
  border-right: 2px solid #E4E3D9;
}
.global ul li:first-child {
  width: 34%;
}
.shohin-list1:before,
.shohin-list1:after {
  content: " ";
  display: table;
}
.shohin-list1:after {
  clear: both;
}
.shohin-list1 img {
  width: 100%;
  display: block;
}
.shohin-list1 .img-long {
  width: 50%;
  float: right;
}
.shohin-list1 .img-small-1,
.shohin-list1 .img-small-2 {
  width: 50%;
  float: left;
}
.shohin-list2 {
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 0;
  margin: 10px 0;
}
.shohin-list2:before,
.shohin-list2:after {
  content: " ";
  display: table;
}
.shohin-list2:after {
  clear: both;
}
.shohin-list2 .col1,
.shohin-list2 .col2 {
  float: left;
  width: 33%;
  text-align: center;
}
.shohin-list2 .col3 {
  float: left;
  width: 34%;
  text-align: center;
}
.shohin-list2 a {
  color: #58523e;
}
.blog {
  margin-bottom: 20px;
}
.blog:before,
.blog:after {
  content: " ";
  display: table;
}
.blog:after {
  clear: both;
}
.blog h2#blog1 {
  margin-bottom: 10px;
  width: 100%;
  background: #DF9A2A;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}
.blog h2#blog2 {
  margin-bottom: 10px;
  width: 100%;
  background: #DF9A2A;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
.blog a {
  color: #58523e;
  text-decoration: none;
}
.blog .item {
  float: left;
  padding-right: 1%;
  padding-left: 1%;
  width: 48%;
}
.blog .item img {
  width: 100%;
}
.blog .txt01 {
  padding: 5px;
  line-height: 1.5;
}
.blog .btn01 {
  background-color: #868651;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.blog .btn01 a {
  color: #fff;
  text-decoration: none;
}
.bnr-area {
  margin: 10px 0;
  text-align: center;
}
.bnr-area-bw {
  margin-bottom: 20px;
}
.bnr-area img {
  width: 96%;
}
.mid-menu-wrap {
  width: 96%;
  margin: 0 auto 20px auto;
  background-color: #EEECE1;
  padding: 5px 0;
  font-size: 18px;
}
.mid-menu-wrap .mid-menu-1 {
  line-height: 50px;
  margin: 10px auto;
  width: 94%;
  background: url(../img/bg_shopping.gif) no-repeat 0 center;
  background-size: 100%;
  min-height: 50px;
}
.mid-menu-wrap .mid-menu-2 {
  line-height: 50px;
  margin: 10px auto;
  width: 94%;
  background: url(../img/bg_catalog.gif) no-repeat 0 center;
  background-size: 100%;
  min-height: 50px;
}
.mid-menu-wrap .mid-menu-3 {
  line-height: 50px;
  margin: 10px auto;
  width: 94%;
  background: url(../img/bg_mail.gif) no-repeat 0 center;
  background-size: 100%;
  min-height: 50px;
}
.mid-menu-wrap .mid-menu-4 {
  line-height: 50px;
  margin: 10px auto;
  width: 94%;
  background: url(../img/bg_tel.gif) no-repeat 0 center;
  background-size: 100%;
  min-height: 50px;
}
.mid-menu-wrap a {
  padding-left: 10%;
  color: #58523e;
  display: block;
  text-decoration: none;
  text-align: center;
}
.dento {
  margin-bottom: 6px;
}
.dento:before,
.dento:after {
  content: " ";
  display: table;
}
.dento:after {
  clear: both;
}
.dento h2 {
  margin-bottom: 10px;
  width: 100%;
}
.dento h2 img {
  width: 100%;
}
.dento .item1 {
  float: left;
  padding-right: 1%;
  width: 49%;
  text-align: center;
}
.dento .item1 img {
  width: 100%;
}
.dento .item2 {
  float: left;
  padding-left: 1%;
  width: 49%;
  text-align: center;
}
.dento .item2 img {
  width: 100%;
}
#iwano {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background-color: #134379;
  color: #fff;
  padding-bottom: 5px;
}
#iwano h2 {
  margin: 10px 0;
  font-size: 15px;
  text-align: center;
}
#iwano .flipsnap {
  padding-left: 20px;
  width: 1150px;
}
#iwano .flipsnap:before,
#iwano .flipsnap:after {
  content: " ";
  display: table;
}
#iwano .flipsnap:after {
  clear: both;
}
#iwano .flipsnap .item {
  float: left;
  width: 230px;
  text-align: center;
  cursor: pointer;
}
#iwano .flipsnap .item p {
  padding: 5px 0;
}
#oshirase {
  margin-top: 10px;
  margin-bottom: 20px;
}
#oshirase h2 {
  font-size: 16px;
  padding: 10px;
}
#oshirase #oshirase-txt {
  font-size: 16px;
  line-height: 1.2;
  padding: 0 10px 10px 10px;
}
#oshirase #oshirase-txt img {
	width: 100%;
}
#zakka {
  margin-bottom: 6px;
}
#zakka:before,
#zakka:after {
  content: " ";
  display: table;
}
#zakka:after {
  clear: both;
}
#zakka h2 {
  margin-bottom: 10px;
  width: 100%;
}
#zakka h2 img {
  width: 100%;
}
#zakka a {
  color: #58523e;
  text-decoration: none;
}
#zakka p {
  padding: 5px;
  line-height: 1.5;
  font-size: 16px;
}
#zakka p span {
  font-size: 12px;
}
/*
#zakka .item1 {
  float: left;
  width: 100%;
  text-align: center;
  border-top: 2px solid #E4E3D9;
  border-bottom: 2px solid #E4E3D9;
  padding: 20px 0 0 0;
}
#zakka .item1 img {
  width: 80%;
}
#zakka .item2 {
  float: left;
  border-right: 2px solid #E4E3D9;
  border-bottom: 2px solid #E4E3D9;
  width: 49%;
  text-align: center;
  padding: 15px 0 0 0;
}
#zakka .item2 img {
  width: 60%;
}
#zakka .item3 {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 2px solid #E4E3D9;
  padding: 15px 0 0 0;
}
#zakka .item3 img {
  width: 60%;
}
#zakka .item4 {
  float: left;
  border-right: 2px solid #E4E3D9;
  border-bottom: 2px solid #E4E3D9;
  width: 49%;
  text-align: center;
  padding: 15px 0 5px 0;
}
#zakka .item4 img {
  width: 30%;
}
#zakka .item5 {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 2px solid #E4E3D9;
  padding: 15px 0 5px 0;
}
#zakka .item5 img {
  width: 50%;
}
#zakka .item6 {
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #E4E3D9;
  padding: 20px 0 0 0;
}
#zakka .item6 img {
  width: 100%;
}
*/
#zakka {
	margin-bottom: 10px;
	border-bottom: 1px solid #E4E3D9;
}
#zakka .zakka-item1 {
	clear: both;
	width: 100%;
	border-top: 1px solid #E4E3D9;
}
#zakka .zakka-item2 {
	float: left;
	width: 49%;
	border-top: 1px solid #E4E3D9;
}
#zakka .zakka-item2:nth-child(2n+1) {
	border-left: 1px solid #E4E3D9;
}
#zakka .zakka-item1 img, #zakka .zakka-item2 img {
	width: 100%;
}

#zakka-news {
  margin-bottom: 10px;
}
#zakka-news h2 {
  margin-bottom: 5px;
  width: 96%;
  padding-left: 4%;
  font-size: 20px;
  line-height: 1.6;
}
#zakka-news a {
  color: #58523e;
  text-decoration: none;
}
#zakka-news .zakka-news-item {
  margin: 0 auto;
  width: 96%;
  border: 2px solid #E4E3D9;
}
#zakka-news .zakka-news-item:before,
#zakka-news .zakka-news-item:after {
  content: " ";
  display: table;
}
#zakka-news .zakka-news-item:after {
  clear: both;
}
#zakka-news .zakka-news-item .zakka-news-photo {
  float: left;
  width: 50%;
  text-align: center;
  padding: 5px 0;
}
#zakka-news .zakka-news-item .zakka-news-photo img {
  width: 96%;
}
#zakka-news .zakka-news-item .zakka-news-txt {
  float: left;
  width: 50%;
  background: url(../img/arrow02.gif) no-repeat 96% center;
  background-size: 10%;
}
#zakka-news .zakka-news-item .zakka-news-txt p {
  padding: 5px 24px 5px 5px;
  line-height: 1.5;
  font-size: 16px;
}
#csr {
  background-color: #EEECE1;
  margin-bottom: 20px;
}
#csr a {
  color: #58523e;
  text-decoration: none;
}
#csr h2 {
  width: 100%;
}
#csr img {
  width: 100%;
}
#csr p {
  padding: 20px 20px;
  line-height: 1.5;
  font-size: 16px;
}
#csr p span {
  text-decoration: underline;
}
#mitsurouwax-news {
  background-color: #EEECE1;
  padding-bottom: 10px;
}
#mitsurouwax-news h2 {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
#mitsurouwax-news h2 img {
  width: 60%;
}
#mitsurouwax-news a {
  color: #58523e;
  text-decoration: none;
}
#mitsurouwax-news .mitsurouwax-news-item {
  margin: 0 auto 10px auto;
  width: 96%;
  background-color: #fff;
}
#mitsurouwax-news .mitsurouwax-news-item:before,
#mitsurouwax-news .mitsurouwax-news-item:after {
  content: " ";
  display: table;
}
#mitsurouwax-news .mitsurouwax-news-item:after {
  clear: both;
}
#mitsurouwax-news .mitsurouwax-news-item .mitsurouwax-news-photo {
  float: left;
  width: 50%;
  text-align: center;
  padding: 10px 0;
}
#mitsurouwax-news .mitsurouwax-news-item .mitsurouwax-news-photo img {
  width: 92%;
}
#mitsurouwax-news .mitsurouwax-news-item .mitsurouwax-news-txt {
  float: left;
  width: 50%;
  background: url(../img/arrow01.gif) no-repeat 96% center;
  background-size: 10%;
}
#mitsurouwax-news .mitsurouwax-news-item .mitsurouwax-news-txt p.news-cat {
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px;
  line-height: 1.2;
  font-size: 16px;
  color: #fff;
  background: #7F9A84;
}
#mitsurouwax-news .mitsurouwax-news-item .mitsurouwax-news-txt p.news-txt {
  padding: 10px 24px 10px 5px;
  line-height: 1.5;
  font-size: 16px;
}
#mitsurouwax-news .mitsurouwax-news-btn {
  text-align: center;
  padding: 20px 0;
}
#mitsurouwax-news .mitsurouwax-news-btn img {
  width: 80%;
}
#bottom-menu {
  font-size: 16px;
}
#bottom-menu li {
  list-style: none;
  cursor: pointer;
}
#bottom-menu ul.acordion {
  margin: 15px;
  padding: 0;
  border-right: solid 1px #8A8678;
  border-left: solid 1px #8A8678;
  background: #EEECE1;
}
#bottom-menu ul.acordion li {
  border-bottom: solid 1px #8A8678;
  text-align: center;
}
#bottom-menu ul.acordion li:first-child {
  border-top: solid 1px #8A8678;
}
#bottom-menu ul.acordion li ul {
  margin: 0;
  padding: 0;
  border: none;
}
#bottom-menu ul.acordion li ul li {
  background: #fff;
}
#bottom-menu ul.acordion li ul li:last-child {
  border-bottom: none;
}
#bottom-menu ul.acordion li ul li a {
  display: block;
  padding: 10px;
  color: #696969;
  text-decoration: none;
}
#bottom-menu ul.acordion li .none-submenu {
  display: block;
  padding: 15px;
  background: url(../img/btn_plus.gif) no-repeat 98% 50%;
  background-size: 10%;
}
#bottom-menu ul.acordion li .active-submenu {
  display: block;
  padding: 15px;
  background: url(../img/btn_minus.gif) no-repeat 98% 50%;
  background-size: 10%;
}
.to-top {
  width: 100%;
}
.to-top p {
  text-align: center;
}
.to-top p a {
  padding: 10px 0;
  background-color: #E7BA4F;
  display: block;
  color: #fff;
  text-decoration: none;
}
#footer-btn {
  background-color: #85874C;
}
#footer-btn:before,
#footer-btn:after {
  content: " ";
  display: table;
}
#footer-btn:after {
  clear: both;
}
#footer-btn #footer-btn-pc,
#footer-btn #footer-btn-fb {
  float: left;
  width: 50%;
  text-align: center;
  padding: 10px 0;
}
#footer-btn #footer-btn-pc img,
#footer-btn #footer-btn-fb img {
  width: 92%;
}
#footer {
  background-color: #85874C;
  color: #FFF;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
}
#footer address {
  font-style: normal;
  padding: 5px 0;
}
#footer span {
  font-size: 16px;
}
.ssl {
  text-align: center;
  width: 115px;
  margin: auto;
  padding-top: 5px;
  padding-bottom: 15px;
}


#footer #copy {
  width: 100%;
  padding: 5px 0;
  background-color: #fff;
  color: #85874C;
}


#top-main{
    margin-bottom: 3px;
}
