@media screen and (max-width:799px) {

  /*---------------------------------------------------
  *
  * SHOP
  *
  ----------------------------------------------------*/
  #id_shop .pageInfoBox{
    margin-bottom: 20px;
  }
  #id_shop .pageInfoBox .txt{
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #544236;
  }
  /*-- contact txt --*/
  .contactTxt{

  }
  .contactTxt .btn-holdings{
    margin: 0 0 10px;
    display: block;
  }
  /*-- shoplistBox --*/
  .shoplistBox .secTtl{
    font-size: 24px;
    font-size: 2.4rem;
  }
  .shoplistBox .shoplist{
    padding: 15px;
  }
  .shoplistBox .shoplist .main{
    margin:  0 0 10px;
    width: 100%;
  }
  .shoplistBox .shoplist .photo{
    width: 100%;
  }
  .shoplistBox .shoplist .name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .shoplistBox .shoplist .btn-map{
    margin: 10px 0;
    padding: 10px;
    width: 100%;
  }
  
  /*-- list01 --*/
  /*-- list02 --*/
  #list02.shoplistBox{
    margin: 0 0 35px;
    padding: 0 0 30px;
  }
  #list02.shoplistBox .shoplist{
    margin: 0 0 10px;
  }
  /*-- list03 --*/
  #list03.shoplistBox{
    margin: 0 0 40px;
  }
  /*-- list04 --*/

  #list04.shoplistBox .shoplist{
    padding: 15px;
    margin: 0 0 10px;
  }
  #list04.shoplistBox .shoplist .shoplist-box{
    width: 100%;
  }
  #list04.shoplistBox .shoplist .shoplist-box.box01{
    margin: 0 0 20px;
  }
  /*-- list05 --*/
  #list05.shoplistBox{
    padding: 0 0 30px;
    margin: 0 0 30px;
  }
  #list05.shoplistBox .shoplist{
    margin: 0 0 10px;
    padding: 15px;
  }
  #list05.shoplistBox .shoplist .shoplist-box{
    margin: 0 0 30px;
    width: 100%;
    float: none;
  }
  #list05.shoplistBox .shoplist .shoplist-box:nth-child(odd){
    margin-right: 0;
  }
  #list05.shoplistBox .shoplist .shoplist-box:last-child{
    margin-bottom: 0;
  }
  #list05.shoplistBox .shoplist .name{
    font-size: 16px;
    font-size: 1.6rem;
  }
  
  /*--aboutBox--*/
  .aboutBox{
    padding-bottom: 30px;
  }
  .aboutBox .inner{
    padding: 15px;
  }
  .aboutBox .secTtl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .aboutBox table{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .aboutBox table th,
  .aboutBox table td{
    padding: 5px 0;
  }
  .aboutBox table tr:last-child th,
  .aboutBox table tr:last-child td{

  }
  .aboutBox table th{
    width: 5em;
  }

  /*--privacyBox--*/
  .privacyBox .secTtl{
    font-size: 24px;
    font-size: 2.4rem;
  }
  .privacyBox .inner{
    padding: 15px;
  } 
  .privacyBox .boxTtl{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .privacyBox .boxTtlSub{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .privacyBox .boxInner{
    padding: 0;
  }
  .privacyBox .boxSignature{
    /* margin: 0; */
  }
  .privacyBox .boxTbl .col{
    width: 7em;
  }
  .privacyBox .boxTbl th,
  .privacyBox .boxTbl td{
    font-size: 13px;
  }
}