@charset "UTF-8";
#header {
  width: 100%;
  margin: 0 auto;
}

#footer {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}


.backLink {
  margin: 20px 0;
}

#footer address {
  font-size: small;
  line-height: 1.4;
  padding: 10px 0 20px;
}

.mv {
  margin-bottom: 40px;
  padding-top: 80px;
}

.mv__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
  line-height: 1.4;
}

.mv__description {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}

.mv-list {
  *zoom: 1;
  padding: 0px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mv-list:before, .mv-list:after {
  content: "";
  display: table;
}
.mv-list:after {
  clear: both;
}

.mv-list__item {
  *zoom: 1;
  display: block;
  line-height: 88px;
  margin-right: 2%;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  background-color: #f28f31;
}
.mv-list__item:before, .mv-list__item:after {
  content: "";
  display: table;
}
.mv-list__item:after {
  clear: both;
}
.mv-list__item a:link {
  color: #fff;
}
.mv-list__item a:visited {
  color: #fff;
}
.mv-list__item--room {
  opacity: 0.6;
  color: #fff;
}
.mv-list__item--goods:before {
  opacity: 0.8;
  background-color: rgba(0, 0, 0, 0.6);
}

.mv-list__overray {
  display: block;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.item__img {
  float: left;
  margin-right: 10px;
  height: 88px;
}

.item__arrow {
  float: right;
  margin-top: 33px;
}

.item__title {
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.item__title--cs {
  font-size: 16px;
}

.pickup {
  width: 100%;
  margin: 0 auto;
}

.pickup__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.pickup__contents {
  margin-bottom: 36px;
  overflow: hidden;
  margin: 0 auto;
}

.new {
  position: relative;
  float: left;
  margin-bottom: 30px;
  margin-right: 20px;
}
.new:nth-child(4n) {
  margin-right: 0;
}

.new__link {
  display: block;
  width: 280px;
  height: 406px;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  text-decoration: none;
}

.new__image {
  display: block;
  width: 100%;
  height: 200px;
  background-color: #efefef;
}

.new__content {
  padding: 14px 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.new__sentence {
  height: 118px;
  margin-bottom: 12px;
}

.new__title {
  width: 235px;
  height: 44px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #f28f31;
}

.new__description {
  font-size: 15px;
  color: #333333;
}

.new__info {
  margin: 0 auto;
  padding-top: 12px;
  overflow: hidden;
  border-top: 1px solid #cac8c4;
  color: #333333;
}

.new__location {
  background-image: url("https://workingholiday-syrup.com/classified/img/new-location_img.png");
  background-position: 2px center;
  background-repeat: no-repeat;
  -webkit-background-size: 11px 15px;
          background-size: 11px 15px;
}

.new-location__img {
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.2;
}

.new__date {
  background-image: url("https://workingholiday-syrup.com/classified/img/new-date_img.png");
  background-position: 0px center;
  background-repeat: no-repeat;
  -webkit-background-size: 14px 12px;
          background-size: 14px 12px;
  font-size: 13px;
}

.new-date__img {
  padding-left: 19px;
  font-size: 13px;
  line-height: 1.2;
}

.pickup__more {
  clear: both;
  display: block;
  width: 422px;
  height: 70px;
  margin: 0 auto 120px;
  line-height: 70px;
  font-size: 32px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: #f28f31;
  border-radius: 6px;
}

@media screen and (max-width: 1097px) {
  .pickup, .mv-list {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .pickup, .mv-list {
    width: 100%;
    margin: 0 auto;
  }

  .new {
    margin-right: 34px;
  }
  .new:nth-child(2n) {
    margin-right: 0px;
  }
  .new:nth-child(3n) {
    margin-right: 34px;
  }
}
/* PC大 4列*/
/* PC小 3列*/
/* タブレット&PC小 2列*/
/* スマホ 1列*/
@media screen and (max-width: 587px) {
  .mv__title {
    font-size: 24px;
  }

  .mv__description {
    font-size: 18px;
  }
}
