@charset "utf-8";

#section01 .subttl_icon {
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #7E444F !important;
  font-weight: 500;
}

.section .sectionInner .subttl_icon img{
  height: 16px;
  margin-right: 7px;
}

.rvBtn {
  display: flex;
  opacity: 1;
  position: fixed;
  right: calc(50% - 102px);
  bottom: 5%;
  transition: opacity .5s cubic-bezier(.39, .575, .565, 1);
  z-index: 999;
}

.rvBtn a::after {
  position: absolute;
  background: url(../images/trip_link_icon_01.svg);
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-size: contain;
  transition: background 0.3s ease-out;
}

.rvBtn.spring a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 218px;
  height: 48px;
  padding-bottom: 13px;
  border-radius: 24px;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  color: #7E444F;
  background: #EBDDEB;
  border: 2px solid #EBDDEB;
  transition: background 0.3s ease-out, color 0.3s ease-out;
}

.rvBtn.summer a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 218px;
  height: 48px;
  padding-bottom: 13px;
  border-radius: 24px;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  color: #7E444F;
  background: white;
  border: 2px solid #BDE7D9;
  transition: background 0.3s ease-out, color 0.3s ease-out;
}

.rvBtn.autumn a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 218px;
  height: 48px;
  padding-bottom: 13px;
  border-radius: 24px;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  color: #7E444F;
  background: #FBC086;
  border: 2px solid #FBC086;
  transition: background 0.3s ease-out, color 0.3s ease-out;
}

.rvBtn.winter a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 218px;
  height: 48px;
  padding-bottom: 13px;
  border-radius: 24px;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  color: #7E444F;
  background: #D2ECFD;
  border: 2px solid #D2ECFD;
  transition: background 0.3s ease-out, color 0.3s ease-out;
}

.rvBtn.nofixed {
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .rvBtn {
    left: -7vw;
    bottom: 5.5%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .rvBtn a:hover {
    color: #7E444F;
    background-color: white;
  }
  .rvBtn.summer a:hover {
    background-color: #BDE7D9;
  }
  .rvBtn a:hover::after {
    position: absolute;
    background: url(../images/trip_link_icon_01.svg);
    content: '';
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background-size: contain;
  }
}
