.access-c__block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 50px; }

.access-c__block-left,
.access-c__block-right {
  width: 50%;
  padding: 0 15px; }

.access-c__shopinfo-dl {
  display: flex;
  flex-wrap: wrap; }

.access-c__textarea {
  margin-bottom: 30px; }

.access-c__shopinfo-dt {
  width: 100px;
  border-bottom: 1px dotted #CCC;
  padding: 10px 0; }

.access-c__shopinfo-dd {
  width: calc(100% - 100px);
  border-bottom: 1px dotted #CCC;
  padding: 10px 0; }

.access-c__thumb {
  max-width: 100%; }

.access-c__gallery-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
  margin-bottom: -15px; }

.gallery-a__cap {
  text-align: center;
  margin-top: 0.5em;
  font-weight: bold; }

.access-c__block-left {
  text-align: center; }

@media (min-width: 576px) {
  .access-c__gallery-list {
    justify-content: center; } }
.access-c__gallery-item {
  width: calc(100% / 4);
  padding: 0 7.5px;
  margin-bottom: 15px; }

.access-c__gallery-img {
  display: block;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden; }

.access-c__gallery-img-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

.access-c__gallery-img--h100per .access-c__gallery-img-main {
  height: 100%;
  width: auto; }

.access-c__gallery-img--w100per .access-c__gallery-img-main {
  width: 100%;
  height: auto; }

.access-c__googlemap iframe {
  width: 100%;
  margin-top: 50px; }

@media (max-width: 575px) {
  .access-c__googlemap iframe {
    margin-top: 30px; }

  .access-c__block {
    margin-bottom: 30px; }

  .access-c__block-left,
  .access-c__block-right {
    width: 100%; }

  .access-c__gallery-list {
    margin: 0 -5px;
    margin-bottom: -10px; }

  .access-c__gallery-item {
    width: calc(100% / 2);
    padding: 0 5px;
    margin-bottom: 10px; } }

/*# sourceMappingURL=access_c.css.map */
