@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:


New Creation:	.
Last Change:	2018/12/06 16:12:24.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object

------------------------------------------------------------------------
----------------------------------------------------------------------*/
body {
  background: url(../../img/pc/container_bg2.png) center top no-repeat, url(../../img/pc/bg2.gif) center top repeat-x, url(../../img/pc/container_bg.png) center top repeat-y, url(../../img/pc/bg.gif) center top;
}

@media screen and (max-width: 988px) {
  body {
    background: #fff;
  }
}
a, a::before, a::after {
  transition: background-color 0.15s linear, background-image 0.15s linear;
}
a > * {
  transition: opacity 0.15s linear;
}
a img {
  background: rgba(255,255,255,0);
}
a:hover {
  color: #6d9dd0;
}
a:hover:hover {
  text-decoration: none;
  color: #ec7c78 !important;
}
a:hover > *:not(picture) {
  opacity: 0.75;
  text-decoration: none;
}
a[href^="tel:"] {
  pointer-events: none;
}

.area-link:focus {
  outline: 0;
}
.area-link:focus::before {
  outline: -webkit-focus-ring-color auto 5px;
}
.area-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=base.css.map */
