@charset "UTF-8";

#breadcrumb:after {
  content: "";
  display: block;
  position: absolute; top: -40px; right: 0;
  width: 236px; height: 202px;
  background: url(../images/background-c.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;
}

.tel {
  pointer-events: none;
}
.frame-box {
  margin-bottom: 40px;
  padding: 2em;
  border: 2px solid #eedbdb;
}
.frame-hoyo-box {
  margin-bottom: 40px;
  padding: 2em;
  border: 2px solid #a590af;
}

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

@media screen and (max-width:959px) { /* SP */
  .daytrip-banner img {
    width: 100%;
    max-width: 635px;
  }  
}