.sitemap_box {
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sitemap_box {
    display: block;
    width: 100%;
  }
}
.sitemap_box .box1 {
  width: 64%;
  max-width: 700px;
  margin: 0 auto 60px;
  border-radius: 20px;
  padding: 80px 50px 80px;
  background: #f5eac6 url("/common/img/zw_bd.png") repeat-x center top;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sitemap_box .box1 {
    width: 90%;
    margin: 0 auto 30px;
    border-radius: 15px;
    padding: 40px 5% 40px;
    display: block;
  }
}
.sitemap_box .box1 .nav {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .sitemap_box .box1 .nav {
    width: 100%;
  }
}
.sitemap_box .box2 {
  width: 34%;
  max-width: 370px;
  margin: 0 auto 60px;
  border-radius: 20px;
  padding: 80px 50px 70px;
  background: #f5d9d1 url("/common/img/zw_bd.png") repeat-x center top;
}
@media screen and (max-width: 768px) {
  .sitemap_box .box2 {
    width: 90%;
    max-width: 100%;
    margin: 0 auto 30px;
    border-radius: 15px;
    padding: 40px 5% 30px;
  }
}
.sitemap_box .nav {
  margin: 0px;
  width: 100%;
  text-align: left;
}
.sitemap_box .nav > li {
  position: relative;
  display: table;
  background: url("/common/img/bd_dot.png") repeat-x center bottom;
  width: 100%;
}
.sitemap_box .nav > li a {
  width: 100%;
  padding: 10px 10px;
  display: flex;
  -webkit-align-items: center;
  align-items: -webkit- center;
  align-items: center;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sitemap_box .nav > li a {
    font-size: 1.6rem;
  }
}
.sitemap_box .nav > li a em {
  color: #4a1e04;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.3;
}
.sitemap_box .nav > li a:before {
  content: '';
  width: 40px;
  height: 40px;
  margin-right: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .sitemap_box .nav > li a:before {
    width: 30px;
    height: 30px;
  }
}
.sitemap_box .nav > li a:hover {
  opacity: 0.5;
}
.sitemap_box .nav > li.home a:before {
  background: url("/common/img/icn_home.png") no-repeat center center/100% auto;
}
.sitemap_box .nav > li.about a:before {
  background: url("/common/img/icn_about.png") no-repeat center center/100% auto;
}
.sitemap_box .nav > li.shop a:before {
  background: url("/common/img/icn_shop.png") no-repeat center center/100% auto;
}
.sitemap_box .nav > li.menu a:before {
  background: url("/common/img/icn_menu.png") no-repeat center center/100% auto;
}
.sitemap_box .nav > li.recruit a:before {
  background: url("/common/img/icn_recruit.png") no-repeat center center/100% auto;
}
.sitemap_box .nav > li.news a:before {
  background: url("/common/img/icn_news.png") no-repeat center center/100% auto;
}
.sitemap_box .nav > li.sitemap a:before, .sitemap_box .nav > li.privacy a:before, .sitemap_box .nav > li.ol_shop a:before {
  background: none;
  content: '';
  width: 1px;
  height: 40px;
  display: inline-block;
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .sitemap_box .nav > li.sitemap a:before, .sitemap_box .nav > li.privacy a:before, .sitemap_box .nav > li.ol_shop a:before {
    height: 30px;
  }
}
.sitemap_box .nav2 {
  margin: 0px 0 30px 0;
  width: 100%;
  text-align: left;
}
.sitemap_box .nav2 > li {
  position: relative;
  display: table;
  background: url("/common/img/bd_dot.png") repeat-x center bottom;
  width: 100%;
}
.sitemap_box .nav2 > li a {
  display: table;
  width: 100%;
  padding: 15px 10px;
  text-align: left;
  font-size: 1.5rem;
  color: #4a1e04;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .sitemap_box .nav2 > li a {
    font-size: 1.3rem;
  }
}
.sitemap_box .nav2 > li a em {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sitemap_box .nav2 > li a em {
    font-size: 1.6rem;
  }
}
.sitemap_box .nav2 > li a:hover {
  opacity: 0.5;
}
