@charset "UTF-8";

.left-contents {
  width: 200px;
  /*float: left;*/
}

.left-contents nav dl {
  margin-bottom: 25px;
}
.left-contents nav dd {
  margin-bottom: 8px;
  border-bottom: 1px #73342c dashed;
}
.left-contents nav dd:last-child {
  border-bottom: none;
}

.side-menu_pc {
  width: 184px;
  padding: 8px;
  background: #f4f2e1;
  color: #73342c;
}

.side-menu_pc a {
  display: block;
  position: relative;
  padding: 7px 8px 7px 16px;
  vertical-align: middle;
  transition: background 0.5s;
}
.side-menu_pc a:hover{
  color: #73342c;
  background: #FFF;
}
.side-menu_pc a:first-child {
  padding: 7px 8px 7px 16px;
  font-weight: bold;
  font-size: 110%;
}
.side-menu_pc a:first-child:before {
    left: 5px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #73342c;
}
.side-menu_pc a:first-child:before,
.side-menu_pc a:first-child:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.footer-content.parts{
  margin-bottom: 100px;
}
@media screen and (max-width: 480px){
  /*------ヘッダー------*/
  h1 {
    margin: 4% 4% 0;
}
.header_left{
  width: 90%;
  margin-left: 5%;
}
.header_left .sp img {
    width: 7.5vw;
    margin: 60% auto;
}
.delivery_text {
    font-size: 3.5vw;
    padding: 5px 0;
}
}
