@charset "UTF-8";

/*TOP ローカルナビ-------------------------------------------*/
.nav_local {
  padding: 20px 3.125% 10px;
  background: #fff url("../img/index/bg-dots.png") repeat 0 0 / cover;
}

.nav_local_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

.nav_local_list li {
  flex: 0 0 calc(192 / 600 * 100%);
  max-width: calc(192 / 600 * 100%);
  margin-right: calc(12 / 600 * 100%);
  margin-bottom: 5px;
  font-size: 14px;
  color: #494949;
}

.nav_local_list a {
  display: flex;
  height: 40px;
  border: 2px solid #c0c0c0;
  box-sizing: border-box;
  background: #fff;
  align-items: center;
  justify-content: center;
  color: #494949;
  text-decoration: none;
}

.nav_local_list li:nth-child(3n) {
  margin-right: 0;
}

.nav_local_btn_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nav_local_btn_list li {
  flex: 0 0 calc(290 / 600 * 100%);
  font-size: 15px;
  margin: 0 0 1em;
}

.nav_local_btn_list li.events {
  background: #ec8b6d;
}

.nav_local_btn_list li.classifieds {
  background: #5c77dc;
}

.nav_local_btn_list li.travel_guide {
  flex: 0 0 100%;
  background: #3951a8;
}

.nav_local_btn_list a {
  color: #fff;
  text-decoration: none;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 799px) {
  .nav_local {
    display: none;
  }
}

/*NEWS-------------------------------------------*/
.news {
  padding: 47px 0 0;
  width: 1000px;
  margin: 0 auto 100px;
}

.news .local_news {
  width: 960px;
  margin: 0 0 50px 19px;
  overflow: hidden;
}

.news .local_news h2 {
  width: 160px;
  background: #494949;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  border-radius: 20px 0 0 20px;
  letter-spacing: 0.9px;
  padding-left: 5px;
  float: left;
}

.news .local_news h2 img {
  vertical-align: -1px;
}

.news .local_news ul {
  float: left;
  width: 698px;
  height: 40px;
  background: #fff;
  overflow: hidden;
  line-height: 41px;
  letter-spacing: 0.05px;
}

.news .local_news .slick-list {
  overflow: hidden;
}

.news .local_news li {
  float: left;
  padding: 0 12px;
}

.news .local_news li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-right: 3em;
  color: #999;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
}

.news .local_news li a .title {
  margin-right: 0.25em;
  color: #191919;
  font-size: 16px;
}

.news .local_news li a .excerpt {
  font-family: Arial, sans-serif;
}

.news .local_news li a:visited .title,
.news .local_news li a:visited .more {
  color: #7d4976 !important;
}

.news .local_news li a .more {
  position: absolute;
  top: 0;
  right: 0;
  color: #191919;
  font-weight: bold;
  text-decoration: underline;
}

.news .local_news .see_all {
  width: 98px;
  font-weight: bold;
  float: left;
  margin-left: 4px;
  font-size: 16px;
}

.news .local_news .see_all a {
  display: block;
  height: 40px;
  line-height: 43px;
  border-radius: 0 20px 20px 0;
  background: #c0c0c0 url(../img/index/icon_see_all.png) no-repeat 13px 16px;
  padding-left: 32px;
  color: #494949;
  text-decoration: none;
  transition: 0.3s;
}

.news .local_news .see_all a:hover {
  opacity: 0.6;
}

.news .news_block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 0 40px -20px;
}

.news .news_block .news_box {
  width: 320px;
  margin: 0 0 20px 20px;
}

.news .news_block .news_box > a {
  display: block;
  height: 100%;
  background: #fff;
  text-decoration: none;
  color: #1f1f1f;
  padding-bottom: 34px;
  box-sizing: border-box;
}

.news .news_block .news_box > a:hover {
  color: #fff;
  background: #4761c1 url(../img/index/bg_blue.png);
}

.news .news_block .news_box > a figure {
  position: relative;
  padding-top: 55%;
  overflow: hidden;
}

.news .news_block .news_box > a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news .news_block .news_box .text {
  display: block;
  font-size: 25px;
  letter-spacing: 0.4px;
  line-height: 1.55;
  padding: 11px 20px;
}

.news .news_block .news_box a:visited .text {
  color: #7d4976 !important;
}

.news .news_block .news_box .date {
  position: absolute;
  bottom: 16px;
  left: 20px;
  right: 20px;
  letter-spacing: -0.3px;
}

.news .news_block .news_box .date a {
  letter-spacing: 0.2px;
  text-decoration: none;
}

.news .news_block .news_box > a:hover + .date,
.news .news_block .news_box > a:hover + .date a {
  color: #fff;
}

.news .news_block .news_box a:hover .text {
  color: #fff !important;
}

.news .news_detail_btn {
  text-align: center;
}

.news .news_detail_btn a {
  width: 300px;
  display: inline-block;
  background: #4761c1;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 3px;
  padding: 9px 0 12px;
  letter-spacing: 0.8px;
  transition: 0.3s;
}

.news .news_detail_btn a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 798px) {
  .news {
    padding: 39px 0 0;
    width: auto;
    margin: 0 3.125% 40px;
  }

  .news .local_news {
    width: auto;
    margin: 0 0 55px;
  }

  .news .local_news h2 {
    width: auto;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    letter-spacing: 0.8px;
    padding-left: 0;
    float: none;
  }

  .news .local_news h2 img {
    display: inline;
    width: auto;
    vertical-align: -1px;
  }

  .news .local_news ul {
    width: auto;
    height: auto;
    line-height: 1.5;
    float: none;
    letter-spacing: -0.4px;
  }

  .news .local_news li {
    padding: 16px;
  }

  .news .local_news li a {
    padding-right: 4em;
  }

  .news .local_news li a .excerpt {
    display: none;
  }

  .news .local_news .see_all {
    width: 220px;
    float: none;
    margin: 10px auto 0;
    font-size: 15px;
  }

  .news .local_news .see_all a {
    height: 35px;
    line-height: 37px;
    border-radius: 2px;
    background: #c0c0c0 url(../img/index/icon_see_all.png) no-repeat 75px 10px;
    background-size: 17px auto;
    padding-left: 25px;
    text-align: center;
  }

  .news .news_block {
    display: block;
    margin: 0 0 19px;
  }

  .news .news_block .news_box {
    width: auto;
    margin: 0 0 16px;
  }

  .news .news_block .news_box > a {
    padding-bottom: 0;
  }

  .news .news_block .news_box .text {
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 1.4;
    padding: 9px 12px 9px 19px;
    margin-bottom: 25px;
    min-height: 62px;
  }

  .news .news_block .news_box .date {
    font-size: 11px;
    bottom: 10px;
    left: 19px;
    right: 12px;
    letter-spacing: -0.3px;
  }

  .news .news_detail_btn a {
    width: 200px;
    font-size: 16px;
    padding: 10px 0 12px;
    letter-spacing: 0.8px;
  }
}

/*EVENTS-------------------------------------------*/
section.events {
  padding: 48px 0 70px;
  background: #fff url(../img/index/bg_events.png);
}
.events h2 {
  margin-bottom: 32px;
  font-size: 61px;
  font-weight: normal;
  text-align: center;
}
.events .events_block {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.events .events_box {
  float: left;
  width: 500px;
}
.events .events_box + .events_box {
  float: right;
  width: 420px;
}
@media screen and (max-width: 798px) {
  section.events {
    padding: 28px 0 39px;
    background-size: 4px auto;
  }
  .events h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .events .events_block {
    width: auto;
    margin: 0 3.125%;
  }
  .events .events_box {
    width: auto;
    float: none;
  }
  .events .events_box + .events_box {
    float: none;
    width: auto;
    margin-top: 50px;
  }
}

.events .events_slide .slick-list {
  overflow: hidden;
}
.events .events_slide .slick-arrow {
  position: absolute;
  top: 191px;
  left: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: url(../img/index/btn_prev_pink.png) no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  cursor: pointer;
  z-index: 200;
}
.events .events_slide .slick-arrow:focus {
  outline: none;
}
.events .events_slide .slick-next {
  background-image: url(../img/index/btn_next_pink.png);
  left: auto;
  right: 0;
}
@media screen and (max-width: 798px) {
  .events .events_slide .slick-arrow {
    top: auto;
    bottom: -40px;
    background: url(../img/index/btn_prev_pink.png) no-repeat;
  }
  .events .events_slide .slick-next {
    background-image: url(../img/index/btn_next_pink.png);
  }
}

.events .events_box:first-child a {
  display: block;
  text-decoration: none;
  background: #fff;
  color: inherit;
  transition: 0.3s;
}
.events .events_box:first-child a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 798px) {
  .events .events_box:first-child a {
    position: relative;
    overflow: hidden;
  }
}

.events .events_slide .events_item {
  float: left;
}

.events .events_box figure {
  height: 290px;
  overflow: hidden;
}
.events .events_box h3 {
  padding: 20px 0;
  background: #ef9f86;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 798px) {
  .events .events_box .picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
  .events .events_box figure {
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    height: calc(100% - 17px);
  }
  .events .events_box h3 {
    padding: 0;
    line-height: 17px;
    font-size: 10px;
    letter-spacing: 0;
  }
}

.events .events_box .title {
  font-size: 25px;
  padding: 11px 20px 50px;
  letter-spacing: 0.03em;
}
.events .events_box a:visited .title {
  color: #7d4976 !important;
}
.events .events_box .date {
  position: absolute;
  bottom: 15px;
  left: 19px;
}
.events .events_box .date dt {
  display: inline-block;
  color: #4761c1;
  margin-left: 11px;
  font-size: 16px;
  letter-spacing: 0.04em;
}
.events .events_box .date dt::after {
  content: ":";
}
.events .events_box .date dt:first-child {
  color: #cfb154;
  margin-left: 0;
}
.events .events_box .date dd {
  display: inline-block;
  font-size: 18px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 798px) {
  .events .events_box .caption {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 50%;
    min-height: 140px;
    margin-left: 50%;
  }
  .events .events_box .title {
    padding: 6px 10px;
    line-height: 1.45;
    font-size: 14px;
    letter-spacing: 0;
  }
  .events .events_box .date {
    position: static;
    padding: 10px;
    font-size: 8px;
  }
  .events .events_box .date dt {
    display: inline-block;
    color: #4761c1;
    margin-left: 5px;
    font-size: 8px;
    letter-spacing: 0;
  }
  .events .events_box .date dt:first-child {
    margin-left: 0;
  }
  .events .events_box .date dd {
    font-size: 8px;
    letter-spacing: -0.4px;
  }
}

/* カテゴリー選択 */
.events .events_box .btn_category {
  margin: 0 0 20px;
}
/* 期間選択 */
.events .events_box .btn_date {
  margin: 0 0 10px;
}
.events .all_btn {
  text-align: center;
  margin-top: 49px;
}
.events .all_btn a {
  display: inline-block;
  width: 300px;
  margin: 0 auto;
  color: #fff;
  background: #ec8b6d;
  font-size: 20px;
  text-decoration: none;
  border-radius: 3px;
  letter-spacing: 0.4px;
  padding: 9px 0 12px;
  transition: 0.3s;
}
.events .all_btn a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 798px) {
  /* カテゴリー選択 */
  .events .events_box .btn_category {
    margin-bottom: 10px !important;
  }
  /* 期間選択 */
  .events .events_box .btn_date {
    margin-bottom: 10px;
  }
  .events .events_box form {
    text-align: center;
  }
  .events .all_btn {
    margin-top: 34.5px;
  }
  .events .all_btn a {
    width: 200px;
    font-size: 16px;
    letter-spacing: 0.1px;
    padding: 10px 0 12px;
  }
}

/*バナー----------------------------------------------------------------*/
.col3 {
  width: 990px;
  margin: 71px auto 68px;
}

.col3 .g {
  width: 300px;
  float: left;
  margin-left: 30px;
}

.col3 .g:first-child {
  margin-left: 10px;
}

.col3 .g a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}

.col3 .g a:hover {
  opacity: 0.6;
}

.col3 .g a img {
  width: 100%;
}

.col3::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 798px) {
  .col3 {
    width: auto;
    margin: 40px 3.125% 34px;
  }

  .col3 .g {
    width: 47.88%;
    margin: 0 0 6px;
  }

  .col3 .g:nth-child(2n) {
    float: right;
  }
}

/*TRAVEL GUIDE----------------------------------------------------------------*/
.travel_guide_block {
  width: 990px;
  margin: 0 auto 58px;
}

.travel_guide_block dt,
.travel_guide_block dd {
  float: left;
}

.travel_guide_block dl a {
  display: block;
}

.travel_guide_block dt a {
  transition: 0.3s;
}

.travel_guide_block dt a:hover {
  opacity: 0.6;
}

.travel_guide_block dt span {
  position: absolute;
  top: 115px;
  left: 0;
  right: 0;
  color: #eceef7;
  font-size: 28px;
  z-index: 10;
  text-align: center;
  letter-spacing: -0.4px;
}

.travel_guide_block dd span.txt {
  position: absolute;
  top: 41px;
  left: 71px;
  right: 0;
  text-align: center;
  font-size: 29px;
  color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  letter-spacing: 0.3px;
  font-family: "Oswald", sans-serif;
}

.travel_guide_block .first_time span.txt {
  left: 50px;
}

.travel_guide_block .stay_hotels span.txt {
  left: 60px;
}

.travel_guide_block .destination span.txt {
  left: 58px;
  letter-spacing: 0.5px;
}

.travel_guide_block::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 799px) {
  .travel_guide_block dd .pc_img {
    display: block;
    position: relative;
  }
  .travel_guide_block dd .pc_img .off_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition: 0.3s;
  }
  .travel_guide_block dd a:hover .pc_img .off_img {
    opacity: 0;
  }
}

@media screen and (max-width: 798px) {
  .travel_guide_block {
    width: auto;
    margin: 0 3.125% 39px;
  }

  .travel_guide_block dt a {
    background: #3c55b1;
    padding: 11px 0 35px;
  }

  .travel_guide_block dt img {
    width: 131px;
    margin: 0 auto;
  }

  .travel_guide_block dt,
  .travel_guide_block dd {
    float: none;
  }

  .travel_guide_block dt span {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    font-size: 19px;
    z-index: 10;
    text-align: center;
    letter-spacing: -0.4px;
  }

  .travel_guide_block dd {
    height: 75px;
    overflow: hidden;
  }

  .travel_guide_block dd span.txt {
    top: 22px;
    left: 0;
    right: 0;
    font-size: 19px;
    letter-spacing: 0;
  }

  .travel_guide_block dd span.txt:before {
    content: "";
    width: 33.5px;
    height: 28.5px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: -3px;
    background: url(../img/index/icon_travel_tips_sp.png) no-repeat;
    background-size: 33.5px auto;
  }

  .travel_guide_block .first_time span.txt:before {
    width: 26px;
    height: 26px;
    margin-right: 4px;
    vertical-align: -5px;
    background: url(../img/index/icon_1st_time_sp.png) no-repeat;
    background-size: 26px auto;
  }

  .travel_guide_block .stay_hotels span.txt:before {
    width: 29.5px;
    height: 22.5px;
    margin-right: 10px;
    vertical-align: -4px;
    background: url(../img/index/icon_stay_hotels_sp.png) no-repeat;
    background-size: 29.5px auto;
  }

  .travel_guide_block .destination span.txt:before {
    width: 27px;
    height: 26.5px;
    margin-right: 9.5px;
    vertical-align: -3px;
    background: url(../img/index/icon_destination_sp.png) no-repeat;
    background-size: 27px auto;
  }

  .travel_guide_block .first_time span.txt {
    left: 0;
    letter-spacing: 0.3px;
  }

  .travel_guide_block .stay_hotels span.txt {
    top: 24px;
    left: 0;
    letter-spacing: 0.1px;
  }

  .travel_guide_block .destination span.txt {
    top: 24px;
    left: 0;
    letter-spacing: 0.2px;
  }
}

/*Classifieds----------------------------------------------------------------*/
section.classifieds {
  width: 990px;
  margin: 0 auto 69px;
}

.classifieds h2 {
  font-size: 62px;
  letter-spacing: 0.4px;
  margin-bottom: 32px;
  font-weight: normal;
  text-align: center;
}

.classifieds ul {
  margin: 0 0 45px -15px;
}

.classifieds li {
  width: 320px;
  float: left;
  margin: 0 0 15px 15px;
}

.classifieds li a {
  display: block;
  width: 100%;
  height: 100px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: #313d6a;
}

.classifieds li:nth-child(2n) a {
  background: #5c668c;
}

.classifieds li a span {
  position: absolute;
  top: 29px;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 0.4px;
  font-size: 27px;
}

.classifieds a img {
  width: 100%;
}

.classifieds ul::after {
  content: "";
  display: block;
  clear: both;
}

.classifieds .classifieds_btn {
  text-align: center;
}

.classifieds .classifieds_btn p {
  display: inline-block;
  width: 300px;
  margin: 0 10px;
}

.classifieds .classifieds_btn p a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: #5cb3dc;
  font-size: 23px;
  border-radius: 3px;
  padding: 8px 0 9px;
  letter-spacing: -0.3px;
}

.classifieds .classifieds_btn p:first-child a {
  background: #5c77dc;
}

@media screen and (min-width: 799px) {
  .classifieds a img {
    width: 100%;
    transition: 0.3s;
    opacity: 0;
  }

  .classifieds a:hover img {
    opacity: 1;
  }

  .classifieds .classifieds_btn p a {
    transition: 0.3s;
  }

  .classifieds .classifieds_btn p a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 798px) {
  section.classifieds {
    width: auto;
    margin: 0 3.125% 30px;
  }

  .classifieds h2 {
    font-size: 31px;
    letter-spacing: 0.3px;
    margin-bottom: 21px;
    font-weight: normal;
    text-align: center;
  }

  .classifieds ul {
    margin: 0 0 25px -3.333%;
  }

  .classifieds li {
    width: 46.775%;
    margin: 0 0 10px 3.225%;
  }

  .classifieds li a {
    height: 93px;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
  }

  .classifieds li a span {
    top: 35px;
    letter-spacing: 0.4px;
    font-size: 17px;
  }

  .classifieds .classifieds_btn p {
    display: inline-block;
    width: 200px;
    margin: 0 10px 10px;
  }

  .classifieds .classifieds_btn p a {
    font-size: 16px;
    padding: 10px 0 12px;
    letter-spacing: 0.3px;
  }
}

/*What’s you want----------------------------------------------------------------*/
.whats {
  background: #fff;
  padding: 74px 0 95px;
}

.whats h2 {
  width: 1000px;
  margin: 0 auto 27px;
  padding-right: 400px;
  font-size: 47px;
  letter-spacing: -0.6px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 19px;
}

.whats h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 300px;
  margin-left: -45px;
  width: 90px;
  height: 4px;
  background: #d2d2d2;
}

.whats ul {
  width: 1000px;
  margin: 0 auto;
  padding-right: 400px;
  min-height: 276px;
}

.whats ul li {
  display: inline-block;
  margin: 0 7px 15px 0;
}

.whats ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: #c4a444;
  font-size: 17px;
  border-radius: 3px;
  padding: 5px 19px 6px 21px;
  letter-spacing: 0.8px;
  transition: 0.3s;
}

.whats .ad_banner {
  width: 350px;
  position: absolute;
  left: 50%;
  top: 91px;
  margin: 0 0 0 150px;
}

.whats .ad_banner .g {
  float: left;
}

.whats .ad_banner .g img {
  width: 100%;
}

.whats .ad_banner .g a {
  transition: 0.3s;
}

.whats ul li a:hover,
.whats .ad_banner .g a:hover {
  opacity: 0.6;
}

.whats .ad_banner .slick-list {
  overflow: hidden;
}

.whats .ad_banner .slick-prev,
.whats .ad_banner .slick-next {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 5px 0 0 -22px;
  width: 20px;
  height: 20px;
  border: none;
  background: url(../img/index/btn_prev.png) no-repeat;
  overflow: hidden;
  text-indent: -500px;
  cursor: pointer;
}

.whats .ad_banner .slick-next {
  background-image: url(../img/index/btn_next.png);
  margin: 5px 0 0 3px;
}

@media screen and (max-width: 798px) {
  .whats {
    padding: 32px 0 112px;
  }

  .whats h2 {
    width: auto;
    margin: 0 3.125% 24px;
    padding-right: 0;
    font-size: 24px;
    letter-spacing: -0.5px;
    padding-bottom: 10px;
  }

  .whats h2:after {
    left: 50%;
    margin-left: -22.5px;
    width: 45px;
    height: 2px;
  }

  .whats ul {
    width: auto;
    margin: 0 3.125% 38px;
    padding-right: 0;
    min-height: 0;
    text-align: center;
  }

  .whats ul li {
    margin: 0 3px 11px;
  }

  .whats ul li a {
    font-size: 11px;
    border-radius: 2px;
    padding: 3px 12px 4px 12px;
    letter-spacing: 0.8px;
  }

  .whats .ad_banner {
    width: auto;
    margin: 0 3.125% 24px;
    position: relative;
    left: auto;
    top: auto;
  }

  .whats .ad_banner .slick-prev,
  .whats .ad_banner .slick-next {
    margin: 15px 0 0 -30px;
    width: 22px;
    height: 22px;
    background: url(../img/index/btn_prev_sp.png) no-repeat;
    background-size: 22px auto;
  }

  .whats .ad_banner .slick-next {
    background-image: url(../img/index/btn_next_sp.png);
    background-size: 22px auto;
    margin: 15px 0 0 7px;
  }
}
/*classifieds_posts_top----------------------------------------------------------------*/
.classifieds_posts_top {
  background: #fff;
  padding: 74px 0 95px;
}

.classifieds_posts_top h2 {
  width: 1000px;
  margin: 0 auto 1em;
  font-size: 40px;
  letter-spacing: -0.6px;
  font-weight: normal;
  text-align: left;
}

.classified_archives_top {
  width: 1000px;
  margin: 0 auto 60px;
  padding-right: 382px;
}

.classified_archives_top li {
  margin: 0;
}

.classified_archives_top li:not(:last-child) {
  margin-bottom: 20px;
}

.classified_archives_top a {
  text-decoration: none;
}

.classified_archives_top .classifiedMain {
  display: flex;
  align-items: center;
  background: #f3f3f3;
  color: #1f1f1f;
}

.classified_archives_top .classifiedMain .icon {
  flex: 0 0 12.29%;
  max-width: calc(75 / 610 * 100%);
  padding: 15px 0;
  position: relative;
}

.classified_archives_top .classifiedMain .icon-normal,
.classified_archives_top .classifiedMain .icon-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.classified_archives_top .classifiedMain .icon-hover {
  opacity: 0;
}

.classified_archives_top .classifiedMain .title {
  flex: 1 0 0%;
  padding: 15px 0;
  font-size: 22px;
}

.classified_archives_top .classifiedMain .title-inner {
  display: block;
  white-space: nowrap;
  width: 275px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.classified_archives_top .classifiedMain .posted_at {
  flex: 0 0 30.16%;
  max-width: calc(184 / 610 * 100%);
  box-sizing: border-box;
  padding: 15px 20px;
  padding-left: 0;
  font-size: 13px;
}

.classifieds_posts_top .classified_archives_more {
  padding-right: 382px;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 799px) {
  .classified_archives_top .classifiedMain,
  .classified_archives_top .classifiedMain .icon-normal,
  .classified_archives_top .classifiedMain .icon-hover {
    transition: 300ms ease-in-out;
  }

  .classified_archives_top .classifiedMain:hover {
    color: #fff;
    background: #4761c1;
  }

  .classified_archives_top .classifiedMain:hover .icon-normal {
    opacity: 0;
  }

  .classified_archives_top .classifiedMain:hover .icon-hover {
    opacity: 1;
  }
}

@media screen and (max-width: 798px) {
  .classified_archives_top {
    width: auto;
    margin: 0 3.125% 38px;
    padding-right: 0;
    text-align: center;
  }

  .classified_archives_top .classifiedMain {
    font-size: 11px;
    flex-wrap: wrap;
    text-align: left;
  }

  .classified_archives_top .classifiedMain .icon {
    flex: 0 0 9%;
    max-width: calc(90 / 1000 * 100%);
  }

  .classified_archives_top .classifiedMain .icon-hover {
    display: none;
  }

  .classified_archives_top .classifiedMain .title {
    font-size: 16px;
    flex: 0 0 91%;
    max-width: calc(910 / 1000 * 100%);
    padding-right: 10px;
    box-sizing: border-box;
  }

  .classified_archives_top .classifiedMain .title-inner {
    width: 100%;
  }

  .classified_archives_top .classifiedMain .posted_at {
    flex: 0 0 100%;
    max-width: none;
    padding: 10px;
    background: #4761c1;
    color: #fff;
  }

  .classifieds_posts_top .classified_archives_more {
    padding-right: 0;
    width: auto;
    margin: 0 3.125% 50px;
  }
}

.classifieds_posts_top .ad_banner {
  width: 350px;
  position: absolute;
  left: 50%;
  top: 77px;
  margin: 0 0 0 150px;
}

.classifieds_posts_top .ad_banner .g {
  float: left;
}

.classifieds_posts_top .ad_banner .g img {
  width: 100%;
}

.classifieds_posts_top .ad_banner .g a {
  transition: 0.3s;
}

.classifieds_posts_top .ad_banner .g a:hover {
  opacity: 0.6;
}

.classifieds_posts_top .ad_banner .slick-list {
  overflow: hidden;
}

.classifieds_posts_top .ad_banner .slick-prev,
.classifieds_posts_top .ad_banner .slick-next {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 5px 0 0 -22px;
  width: 20px;
  height: 20px;
  border: none;
  background: url(../img/index/btn_prev.png) no-repeat;
  overflow: hidden;
  text-indent: -500px;
  cursor: pointer;
}

.classifieds_posts_top .ad_banner .slick-next {
  background-image: url(../img/index/btn_next.png);
  margin: 5px 0 0 3px;
}

@media screen and (max-width: 798px) {
  .classifieds_posts_top {
    padding: 32px 0 112px;
  }

  .classifieds_posts_top h2 {
    width: auto;
    margin: 0 3.125% 1em;
    padding-right: 0;
    font-size: 24px;
    letter-spacing: -0.5px;
  }

  .classifieds_posts_top .ad_banner {
    width: auto;
    margin: 0 3.125% 24px;
    position: relative;
    left: auto;
    top: auto;
  }

  .classifieds_posts_top .ad_banner .slick-prev,
  .classifieds_posts_top .ad_banner .slick-next {
    margin: 15px 0 0 -30px;
    width: 22px;
    height: 22px;
    background: url(../img/index/btn_prev_sp.png) no-repeat;
    background-size: 22px auto;
  }

  .classifieds_posts_top .ad_banner .slick-next {
    background-image: url(../img/index/btn_next_sp.png);
    background-size: 22px auto;
    margin: 15px 0 0 7px;
  }
}
