
/* body */
body {
 overflow-x: visible;
 width: 100%;
}
a {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

/* Contents 1col or 2cols */
.content_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.content_wrap > div.two_cols {
  width: 50%;
}

/* チラシ */
.chirashi {
  max-width:1000px;
  position:relative;
  margin: auto;
  margin-left: 0px;
  width: 100%;
  height: auto;
  overflow: auto;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.chirashi img{
  padding-bottom: 10px;
  min-width: 1800px;
  max-width: 2300px !important;
  display: block;
}

img.uq_logo {
  width:63px;
  height:27.93px;
}
img.gu_logo {
  width:28px;
  height:28px;
}
