@charset "utf-8";

#guidance .box{
letter-spacing: -.4em; 
}

#guidance .box .img,
#guidance .box .text{
width: 48%;
display: inline-block;
letter-spacing: normal;
}

#guidance .box .text{
vertical-align: top;
margin-left: 4%;
margin-top: 0;
}

#guidance .box .text .name{
font-size: 1.8em;
font-weight: bold;
/*color: #e65f24;*/
}

#guidance .box .text .ad,
#guidance .box .text .tel{
font-size: 1.1em;
}

#guidance .box .text .link{
font-size: 1.1em;
}

@media screen and (max-width:736px) {
  #guidance .box .img,
  #guidance .box .text{
  width: 100%;
  display: block;
  }

  #guidance .box .text{
  vertical-align: top;
  margin-left: 0%;
  margin-top: 1em;
  }

  #guidance .box .text .name{
  font-size: 1.5em;
  }

  #guidance .box .text .ad,
  #guidance .box .text .tel{
  font-size: 1em;
  }

  #guidance .box .text .link{
  font-size: 1em;
  }


  #guidance .flex-map {
    /*padding-top: 100%;*/
    padding-top: 35%;
  }
}

#access .access {
  letter-spacing: -0.5em;
}

#access .access .item {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-left: 2%;
  margin-bottom: 2%;
}

#access .access .item:nth-child(2n+1) {
  margin-left: 0;
}

@media screen and (max-width:736px) {
  #access .access .item {
    width: 100%;
    margin-left: 0;
  }
}