@charset "UTF-8";

.recommended__main-img {
  background: center center / cover no-repeat;
  background-size: 100%;
  background-position: 0 0;
  position: relative;
}
.recommended__main-text {
  color: #fff;
}
.search__results--text.sp {
  display: block;
}

/* 970px- */
@media screen and (min-width:971px){
  .recommended__area {
    clear: both;
    overflow: hidden;
    margin: 42px auto 0;
    width: 1200px;
  }
  .recommended__main-img {
    height: 21.5vw;
  }
  .recommended__area .c-sidebar__area--keyword {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .recommended__l-column {
    float: left;
  }
  .recommended__r-column {
    margin-left: 307px;
  }
  .recommended__r-column .c-shared__title {
    border: none;
    margin-bottom: 6px;
  }
  .recommended__r-column .c-tour:first-child {
    padding-top: 0;
  }
  .recommended__main-text {
    color: #fff;
    margin: 0 auto;
    width: 1200px;
  }
  .recommended__main-text-inner {
    position: absolute;
      bottom: 27px;
    width: 100%;
    max-width: 1200px;
  }
  .recommended__main-text-inner h1 {
    font-size: 26px;
    font-weight: bold;
  }
  .recommended__main-text-inner p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 13px;
  }
  .search__results--text.sp {
    margin-bottom: 10px;
  }
}

/* -970px */
@media screen and (min-width: 801px) and (max-width:970px){
  .recommended__area {
    padding: 15px 10px;
  }
  .recommended__main-text-inner {
    position: absolute;
      bottom: 0;
  }
  .recommended__area .c-shared__title {
    border: none;
    padding-bottom: 16px;
  }
  .recommended__area .c-sort__results--text {
    margin-bottom: 10px;
  }
  .recommended__main-img {
    height: 21.5vw;
  }
  .search__results--text {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 12px;
  }
  .search__results--text ul {
    display: flex;
    justify-content: space-between;
  }
  .search__results--text li:first-child {
    font-weight: bold;
    padding: 7px;
  }
  .search__results--text li:last-child {
    padding-right: 10px;
  }
  .search__results--text li span {
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
  }
  .search__results--tour .c-tour:first-child {
    padding-top: 10px;
  }
  .kw__head {
    margin: 18px 0 20px;
    padding: 0 10px;
    width: auto;
  }
  .kw__head-title {
    font-size: 20px;
  }
  .search__results--text.sp {
    display: block;
    border-image: linear-gradient(to right, #FF7600 0%, #FEA100 100%) 1/2px 0 0 0;
    border-style: solid;
    margin-top: 20px;
  }
}

/* -800px */
@media screen and (max-width:800px){
  .recommended__area {
    padding: 15px 10px;
  }
  .recommended__area .c-shared__title {
    border: none;
    padding-bottom: 16px;
  }
  .recommended__area .c-sort__results--text {
    margin-bottom: 10px;
  }
  .recommended__main-text {
    padding: 10px;
  }
  .recommended__main-text-inner {
    padding: 0 5px 5px;
    position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
  }
  .recommended__main-img {
    height: 21.5vw;
  }
  .recommended__main-text-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-flow: column;
    flex-flow: column;
    /*min-height: 135px;*/
  }
  .recommended__main-text-inner h1 {
    font-size: 16px;
    font-weight: bold;
  }
  .recommended__main-text-inner p {
    font-size: 10px;
    font-weight: bold;
  }
  .search__results--text {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 12px;
  }
  .search__results--text ul {
    display: flex;
    justify-content: space-between;
  }
  .search__results--text li:first-child {
    font-weight: bold;
    padding: 7px;
  }
  .search__results--text li:last-child {
    padding-right: 10px;
  }
  .search__results--text li span {
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
  }
  .search__results--tour .c-tour:first-child {
    padding-top: 10px;
  }
  .kw__head {
    margin: 18px 0 20px;
    padding: 0 10px;
    width: auto;
  }
  .kw__head-title {
    font-size: 20px;
  }
  .search__results--text.sp {
    display: block;
    border-image: linear-gradient(to right, #FF7600 0%, #FEA100 100%) 1/2px 0 0 0;
    border-style: solid;
    margin-top: 20px;
  }
}