@charset "UTF-8";

#breadcrumb:after {
  content: "";
  display: block;
  position: absolute; top: -90px; right: 0;
  width: 201px; height: 229px;
  background: url(../images/background-a.png) right top no-repeat;
  z-index: -1;
}

/* スライダーとホバーギミック */
.gimmick1 .title {
  padding: 8px 8px 6px 8px;
  background: url(../images/background-asanoha.png) right bottom no-repeat;
}
.gimmick1 .title h3 {
  margin: 0 0 0 1vw;
  color: #fff;
}

.b-pattern {
  background: url(../images/background-e.png) right bottom no-repeat;
}

.title {
 color: #f96b37;
}
.tel {
  pointer-events: none;
}

#head-below { display: none !important; }


@media screen and (max-width:1023px) { /* Tablet */
  .tel {
    pointer-events: auto;
  }
}

@media screen and (max-width:959px) { /* SP */
  
}