@charset "utf-8";

/*==============================*/

/* tip for you

/*==============================*/
.mainSection {
  margin-top: -155.6px;
}

.interviewBox .fukidashiBox.andImage01 .img {
  background-image: url(../images/vol27_img_trip_05.jpg)!important;
}

.interviewBox .fukidashiBox.andImage02 .img {
  background-image: url(../images/vol27_img_trip_12.jpg)!important;
}

.section .sectionInner {
  line-break: anywhere;
}
/*==============================*/

/* shop

/*==============================*/

section.contents .infoBox .storeLink a {
  color: var(--font-color);
}

@media screen and (max-width: 767.5px) {
  .mainSection {
      margin-top: -5.1px;
  }
}
/*==============================*/

/* vol26 独自CSS

/*==============================*/


/* btn */
.rvBtn {
  right: calc(50% - 20.5px);
}

.rvBtn.summer a {
  width: 290px;
}

@media screen and (max-width: 750px) {
  .rvBtn {
    right: calc(50% - 80px);
  }
}

.bridgeBtn.btn {
  margin-top: 15px;
}

.bridgeBtn.btn a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 290px;
  height: 48px;
  padding-bottom: 13px;
  border-radius: 24px;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  color: #7E444F;
  background: #BDE7D9;
  border: 2px solid #BDE7D9;
  transition: background 0.3s ease-out, color 0.3s ease-out;
  margin: 0 auto;
}

.bridgeBtn 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;
}

@media (hover: hover) and (pointer: fine) {
  .bridgeBtn a:hover {
    color: #7E444F;
    background-color: white;
  }
  .bridgeBtn 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;
  }
}

/*画像、テキスト*/
.bridgeBox .imgBox {
  margin: 64px 0 0 0;
}

@media screen and (max-width: 750px) {
  .bridgeBox .imgBox {
    margin: 29px 0 0 0;
  }
}

.bridgeBox .imgCap {
  margin-top: 15px;
  font-size: 1.1rem;
  line-height: 1.8;
}

.bridgeBox .bridgeBoxInner .infotxt {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .2px;
}

.pastTxt {
  padding: 4px 16px 16px 16px;
}

@media screen and (max-width: 750px) {
  .pastTxt {
    padding: 0 20px 20px 20px;
  }
}

.pastTxt .ttl {
  font-weight: 500 !important;
  font-size: 1.5rem;
  letter-spacing: .5px;
}

.pastInner {
  padding: 12px 16px;
  background: rgba(255, 255, 248, 0.6) !important;
}

.pastInner p {
  margin-top: 4px;
  font-size: 13px;
}

.pastInner a {
  text-decoration: underline;
}

#tenant_link_new4 {
  display: none;
  text-align: right;
  position: relative;
  margin-right: 13px;
}

.section.contents .infoBox .storeLink#tenant_link_new4::after {
  position: absolute;
  top: 2.2rem;
  right: -13px;
}