@charset "UTF-8";

#bg-image-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/kyoto/fv.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  filter: blur(0px);
  transition: opacity 0.4s ease;
}

.point-col::after {
  display: block;
  content: '';
  width: 31%;
}

.access-link-tel>a {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

.access-link-tel>a>span {
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (max-width:1024px) {
  .point-col::after {
    display: none;
  }
}

@media screen and (max-width:897px) {
  .staff-imgWrap {
    order: 1 !important;
  }

  .staff-inner {
    order: 2 !important;
  }
}

@media screen and (max-width:680px) {
  #bg-image-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/kyoto/fv--sp.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}