@charset "utf-8";

/* ================================================================= 
 License : e-TRUST Inc.
 File name : shop.css
 文字コード UTF-8N 改行コード LF
 Build 20180731
================================================================= */

#main{
  display: flex!important;
    flex-direction: row-reverse;
    justify-content:space-between;
}
#col_side1 {
  float: none !important;
  width: 18%;
  max-width: 250px;
  margin-top: 50px; 
  margin-right:40px;
  display: block!important;
}
#col_side1 a{
	color:#000!important;
}
#main #col_main{
  width: 100%!important;
}
.shopfooter{
  width: 100%;
   display: block!important;
   display: flex!important;
   justify-content: space-around;
   text-align: left;
   flex-wrap: wrap!important;
}
.ttl{
  width: 24%;
  font-size: 0.8em;
  border-left:1px solid #b7b7b7;
  padding-left:2%;
}
.ttl a{
  text-decoration: underline;
  color: #000!important;
}


@media only screen and (max-width: 640px){
  .shopfooter{flex-direction:column!important;
  }
}
@media only screen and (max-width: 640px){
  .ttl{
  width: 100%;
   border-left:none;
  margin-bottom:10px;

}
}