@charset "utf-8";
html {
  /* body end */

}
html body {
  /* #wrapper end */

}
html body #wrapper {
  /* #home end */

}
html body #wrapper #shop {
  /* #main end */

}
html body #wrapper #shop #main h2 {
  border-left: 5px solid #0d723b;
  color: #0d723b;
  background: url("../images/h2_yellow.gif") no-repeat 4px center #fff406;
  padding: 6px 0 4px 35px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
html body #wrapper #shop #main .clearfix .left {
  float: left;
  width: 282px;
  padding-bottom: 50px;
}
html body #wrapper #shop #main .clearfix .left .photo {
  margin-bottom: 20px;
}
html body #wrapper #shop #main .clearfix .left .photo img {
  width: 282px;
}
html body #wrapper #shop #main .clearfix .left .pdf {
  margin-bottom: 20px;
}
html body #wrapper #shop #main .clearfix .left .tenant {
  margin-bottom: 20px;
}
html body #wrapper #shop #main .clearfix .left .tenant span {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
  column-gap: 4px;
  align-items: flex-start;
}
html body #wrapper #shop #main .clearfix .left .tenant span img {
  display: block;
  width: 67.5px;
  height: auto;
}
html body #wrapper #shop #main .clearfix .right {
  float: right;
  width: 352px;
  padding-bottom: 50px;
}
html body #wrapper #shop #main .clearfix .right .title {
  font-size: 20px;
  line-height: 32px;
}
html body #wrapper #shop #main .clearfix .right p {
  line-height: 40px;
  border-bottom: 2px dotted #0d723b;
}
html body #wrapper #shop #main .clearfix .right p .caption {
  border-left: 5px solid #0d723b;
  font-size: 12px;
  line-height: 22px;
  background: #88b927;
  display: inline-block;
  color: #fff;
  width: 55px;
  margin-right: 10px;
  text-align: center;
}
html body #wrapper #shop #main .clearfix .right p .about {
  font-size: 14px;
  font-weight: bold;
  color: red;
  margin-left: 68px;
}
html body #wrapper #shop #main .clearfix .right .tel {
  font-size: 16px;
}
html body #wrapper #shop #main .clearfix .right .tel .fax {
  font-size: 12px;
}
html body #wrapper #shop #main .clearfix .right .address {
  font-size: 12px;
}
html body #wrapper #shop #main .clearfix .right .open-hour {
  font-size: 12px;
}
html body #wrapper #shop #main .clearfix .right .notes {
  padding-top: 8px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 1.4;
}
html body #wrapper #shop #main .clearfix .right .service {
  margin-top: 10px;
  border-bottom: none;
}
html body #wrapper #shop #main .clearfix .right .service span {
  display: inline-block;
  width: 62px;
  height: 62px;
  padding: 4px;
  float: left;
}
html body #wrapper #shop #main .clearfix .right .service span img {
  max-width: 62px;
  max-height: 62px;
}
html body #wrapper #shop #main .bottom iframe {
  width: 620px;
  height: 450px;
  display: block;
  margin: 0 auto;
}
/* html end */
@media screen and (max-width: 640px) {
  html {
    /* body end */

  }
  html body {
    /* #wrapper end */

  }
  html body #wrapper {
    /* #home end */

  }
  html body #wrapper #shop {
    /* #main end */

  }
  html body #wrapper #shop #main {
    width: auto;
    float: none;
    margin: 0 10px;
  }
  html body #wrapper #shop #main h2 {
    font-size: 12px;
    line-height: 20px;
  }
  html body #wrapper #shop #main .clearfix .left {
    float: none;
    width: auto;
    padding-bottom: 15px;
  }
  html body #wrapper #shop #main .clearfix .left .photo {
    text-align: center;
  }
  html body #wrapper #shop #main .clearfix .left .photo img {
    width: 282px;
  }
  html body #wrapper #shop #main .clearfix .right {
    float: none;
    width: auto;
    margin: 0 40px;
    padding-bottom: 20px;
  }
  html body #wrapper #shop #main .clearfix .right .title {
    font-size: 20px;
    line-height: 32px;
  }
  html body #wrapper #shop #main .clearfix .right p .caption {
    font-size: 10px;
    line-height: 20px;
    width: 45px;
    margin-right: 5px;
  }
  html body #wrapper #shop #main .clearfix .right p .about {
    font-size: 12px;
    margin-left: 54px;
  }
  html body #wrapper #shop #main .clearfix .right .tel {
    font-size: 14px;
  }
  html body #wrapper #shop #main .clearfix .right .tel .fax {
    font-size: 12px;
  }
  html body #wrapper #shop #main .clearfix .right .address {
    font-size: 12px;
  }
  html body #wrapper #shop #main .clearfix .right .open-hour {
    font-size: 12px;
  }
  html body #wrapper #shop #main .clearfix .right .notes {
    padding-top: 8px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 1.4;
  }
  html body #wrapper #shop #main .clearfix .right .pdf {
    border: none;
    padding: 10px 0;
  }
  html body #wrapper #shop #main .clearfix .right .pdf img {
    width: 165px;
  }
  html body #wrapper #shop #main .clearfix .right .tenant {
    border: none;
    margin-bottom: 10px;
  }
  html body #wrapper #shop #main .clearfix .right .tenant span {
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
    column-gap: 4px;
    align-items: flex-start;
  }
  html body #wrapper #shop #main .clearfix .right .tenant span img {
    display: block;
    width: 67.5px;
    height: auto;
  }
  html body #wrapper #shop #main .clearfix .right .service {
    margin-top: 10px;
    border-bottom: none;
  }
  html body #wrapper #shop #main .clearfix .right .service span {
    width: 46px;
    height: 46px;
  }
  html body #wrapper #shop #main .clearfix .right .service span img {
    max-width: 46px;
    max-height: 46px;
  }
  html body #wrapper #shop #main .bottom iframe {
    width: 300px;
    height: 220px;
  }
  /* html end */
}
