/* ---------- media queries
---------------------------------------- */
/* ----- helpers ----- */
.group:after, .article-contents:after, .info:after {
  content: '';
  display: table;
  clear: both; }

.button {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 8px 8px 6px 24px;
  font-size: 0.9375em;
  color: #333 !important;
  text-decoration: none !important;
  font-weight: 600;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background: #d9d9d9;
  background: linear-gradient(#fff, #d9d9d9); }
  .button:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -5px;
    display: block;
    width: 7px;
    height: 11px;
    background: url("../../images/gray_arrow.png") no-repeat; }
    .lt-ie9 .button:before {
      display: none; }

.gallery {
  padding-top: 10px;
	position: relative;}

.gallery-item {
  position: relative;
	width: 100%;
	padding-top: 45%;
	overflow: hidden;
}
.gallery-item .gallery-item-inner {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-moz-transition: opacity 0.5s linear;
	-webkit-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.gallery-item .gallery-item-inner .topimgLink {
	display: block;
}
.gallery-item .gallery-item-inner img {
	width: 100%;

}
.gallery-item .gallery-item-inner.visible {
	opacity: 1;
}
.caption {
  overflow: hidden;
  padding: 12px;
  font-size: 1em;
  color: #fff;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAE0lEQVQIW2NkYGDYzIAGGGkgCADP6QOF8BGPzgAAAABJRU5ErkJggg==") repeat;
  background: rgba(0, 0, 0, 0.75); }
  .caption p {
    color: #fff !important; }
  @media screen and (min-width: 768px) {
    .caption {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 23px 25px; }
      .caption a {
        float: right; } }
  .lt-ie9 .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 23px 25px; }
    .lt-ie9 .caption a {
      float: right; }
  .caption p {
    margin-bottom: 0 !important; }
  .caption a {
    display: block;
    text-decoration: none;
    color: #fff; }
    .caption a:after {
      content: '';
      display: inline-block;
      margin-left: 8px;
      vertical-align: middle;
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px);
      border-left: 4px solid #000;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent; }
    .caption a:after {
      border-left-color: #fff; }

#main {
  font-size: 14px; }

.section-header {
  margin-bottom: 30px;
  padding: 15px 16px;
  background-color: #fcfcfc;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25); }
  .section-header h2,
  .section-header p {
    display: inline-block; }
  .section-header .title {
    margin-right: 23px;
    margin-bottom: 5px !important;
    font-size: 1.6em !important;
    line-height: 1.2 !important;
    color: #000 !important; }
  @media screen and (min-width: 768px) {
    .section-header .title {
      margin-bottom: 0 !important;
      font-size: 1.28571em !important;
      line-height: 1.6 !important; } }
  .lt-ie9 .section-header .title {
    margin-bottom: 0 !important;
    font-size: 1.28571em !important;
    line-height: 1.6 !important; }
  .section-header p {
    margin-bottom: 0 !important;
    font-size: 1.07143em;
    font-weight: 600;
    color: #666666; }
  .section-header em {
    display: block;
    font-style: normal;
    color: #5b718b; }
    @media screen and (min-width: 460px) {
      .section-header em {
        display: inline;
        margin-left: 20px; } }
    .lt-ie9 .section-header em {
      display: inline;
      margin-left: 20px; }

.article-contents {
  position: relative; }
  .article-contents *, .article-contents *:before, .article-contents *:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  @media screen and (min-width: 460px) and (max-width: 767px) {
    .article-contents > .article-contents-group {
      overflow: hidden;
      margin-bottom: 3em; } }

@media screen and (min-width: 768px) {
  .article-contents-group {
    float: left;
    width: 50%; }
    .article-contents-group:nth-of-type(1) {
      padding-right: 12px;
      border-right: 1px solid #d9d9d9; }
    .article-contents-group:nth-of-type(2) {
      padding-left: 12px; } }
.lt-ie9 .article-contents-group {
  float: left;
  width: 50%; }
  .lt-ie9 .article-contents-group:nth-of-type(1) {
    padding-right: 12px;
    border-right: 1px solid #d9d9d9; }
  .lt-ie9 .article-contents-group:nth-of-type(2) {
    padding-left: 12px; }

.article-contents-group,
.article-plaza {
  position: relative; }
  .article-contents-group:before,
  .article-plaza:before {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 29px;
    background-color: #fff; }

.article-plaza {
  margin-bottom: 12px; }
  @media screen and (min-width: 460px) {
    .article-plaza {
      float: left;
      width: 50%; }
      .article-plaza:nth-of-type(1) {
        padding-right: 12px;
        border-right: 1px solid #d9d9d9; }
      .article-plaza:nth-of-type(2) {
        padding-left: 12px; } }
  .lt-ie9 .article-plaza {
    float: left;
    width: 50%; }
    .lt-ie9 .article-plaza:nth-of-type(1) {
      padding-right: 12px;
      border-right: 1px solid #d9d9d9; }
    .lt-ie9 .article-plaza:nth-of-type(2) {
      padding-left: 12px; }
  .article-plaza h3 {
    margin-top: 3em;
    margin-bottom: 0.3em;
    font-size: 1.14286em;
    text-align: center; }
    @media screen and (min-width: 460px) {
      .article-plaza h3 {
        margin-top: 0; } }
    .lt-ie9 .article-plaza h3 {
      margin-top: 0; }
  .article-plaza img {
    width: 100%; }
  .article-plaza figure {
    margin: 0 0 20px;
    border-top: 5px solid #1974ce; }
  .article-plaza ul {
    margin-top: 8px; }
  .article-plaza .button:last-of-type {
    margin-bottom: 0; }

.article-contents-group {
  margin-bottom: 12px; }
  .article-contents-group:nth-of-type(even) figure {
    border-top-color: #fbc02d; }

.article-footer {
  margin-top: 12px;
  border-top: 1px solid #d9d9d9; }

/* -------------------------
   ie8 fix!
   ------------------------- */
.lt-ie9 .article-contents-group:first-child {
  padding-right: 12px;
  border-right: 1px solid #d9d9d9; }
.lt-ie9 .article-contents-group ~ .article-contents-group {
  padding-left: 12px; }
.lt-ie9 .article-plaza:first-child {
  padding-right: 12px;
  border-right: 1px solid #d9d9d9; }
.lt-ie9 .article-plaza ~ .article-plaza {
  padding-left: 12px; }
.lt-ie9 .article-contents-group ~ .article-contents-group figure {
  border-top-color: #fbc02d; }

.article-colspan {
  width: 100%;
  padding: 12px 0 0;
  border-top: 1px solid #d9d9d9; }
  @media screen and (min-width: 460px) {
    .article-colspan {
      float: left; } }
  .lt-ie9 .article-colspan {
    float: left; }
  .article-colspan .article-plaza {
    border: 0; }

.arrow-points li {
  position: relative;
  padding-left: 14px; }
  .arrow-points li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 7px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAWUlEQVQYV2NctWrVfxEREQYnJydGBjyAcd++ff8PHTrEEB0dzaCqqopTMViCGMVwE9ra2v6DNFVVVWE1lXgTibEWZBPj0qVL/0tKShL2Nb4gQZbDG3ZkKQQAuWooC/YwH50AAAAASUVORK5CYII=") no-repeat; }
.arrow-points a {
  font-size: 1em;
  color: #013298; }

.section-content {
  padding: 40px 0 30px; }
  .section-content.olympus-plaza {
    padding-bottom: 0; }

.olympus-service-station {
  padding-bottom: 50px; }
  .olympus-service-station .section-header ~ p {
    margin-bottom: 50px !important; }

.olympus-service-station .attention {
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#content .attention p {
	margin-bottom: 10px;
}
.olympus-service-station .attention ul {
	width: 460px;
	margin: 0 auto;
	text-align: left;
	color: #5e5e5e;
}

  @media screen and (min-width: 768px) {
    .olympus-service-station .section-header ~ p {
      margin-bottom: 30px !important; } }
  .lt-ie9 .olympus-service-station .section-header ~ p {
    margin-bottom: 30px !important; }

.info *, .info *:before, .info *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.article-info {
  margin-bottom: 4em; }
.article-info a {
  font-size: 81.25%; }
  @media screen and (min-width: 768px) {
    .article-info {
      margin-bottom: 0;
      float: left;
      width: 50%;
      padding-right: 10px;
      font-size: 0.85714em; }
      .article-info:nth-of-type(odd) {
        padding-left: 20px;
        border-right: 1px solid #d9d9d9; }
      .article-info:nth-of-type(even) {
        padding-left: 20px; }
      .article-info a {
        font-size: 100%; } }
  .lt-ie9 .article-info {
    margin-bottom: 0;
    float: left;
    width: 50%;
    padding-right: 10px;
    font-size: 0.85714em; }
    .lt-ie9 .article-info:nth-of-type(odd) {
      padding-left: 20px;
      border-right: 1px solid #d9d9d9; }
    .lt-ie9 .article-info:nth-of-type(even) {
      padding-left: 40px; }
  .article-info p {
    margin-bottom: 16px !important; }
  .title_02 {
    margin-bottom: 0.6em;
    color: #5b718b;
    font-size: 1.5em;
	font-weight: bold; }
  .article-info .direction ~ h2 {
    margin-top: 3em; }
  .article-info span {
    display: block; }
  .article-info .opening-hours {
    font-weight: 600; }
    .article-info .opening-hours span {
      font-weight: 400; }
  .article-info time {
    margin-left: 1em; }

.lt-ie9 .article-info:first-child {
  padding-left: 20px;
  border-right: 1px solid #d9d9d9; }
.lt-ie9 .article-info:first-child ~ .article-info {
  padding-left: 40px; }

.article-info-group {
  position: relative;
  overflow: hidden; }
  .article-info-group .article-info:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0; }
    .article-info-group .article-info:before:nth-of-type(odd) .article-info-group .article-info:before {
      left: 0;
      right: 50%; }
    .article-info-group .article-info:before:nth-of-type(even) .article-info-group .article-info:before {
      left: 50%;
      right: 0; }
  @media screen and (min-width: 768px) {
    .article-info-group .article-info {
      padding-bottom: 4em; } }

@media screen and (max-width: 767px) {
	.olympus-service-station .attention {
		text-align: left;
	}
	.olympus-service-station .attention ul {
		width: 100%;
		font-size: 81.25%;
	}
}

  .lt-ie9 .article-info-group .article-info {
    padding-bottom: 4em; }

.vcard .adr {
  margin-bottom: 0 !important; }

.direction li {
  margin-right: 10px;
  display: inline-block; }
  .direction li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 5px;
    margin-right: 6px;
    vertical-align: middle;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAFCAYAAABirU3bAAAAIklEQVQIW2NsaGj4z8DAwNDQ0MAIosEEsiBYAFkQUwW6GQAduhKFO6QHiQAAAABJRU5ErkJggg==") no-repeat; }

/*# sourceMappingURL=showroom.css.map */
