@charset "UTF-8";
/*--------------------
    import
--------------------*/
/*--------------------
    mixin
--------------------*/
/*--------------------
    mixin_pc, mixin_sp
--------------------*/
/*--------------------
    width
--------------------*/
/*--------------------
    img size
--------------------*/
/*--------------------
    padding-top
--------------------*/
/*--------------------
    padding-bottom
--------------------*/
#top-to-button {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}

/*--------------------
    フォローボタン
--------------------*/
/*--------------------
    フォローボタン
--------------------*/
/*--------------------
    一覧ページ
--------------------*/
/*--------------------
    font-family
--------------------*/
/*--------------------
    import
--------------------*/
/*--------------------
    font-family
--------------------*/
/*--------------------
    mixin
--------------------*/
/*--------------------
    mixin_pc, mixin_sp
--------------------*/
/*--------------------
    width
--------------------*/
/*--------------------
    img size
--------------------*/
/*--------------------
    padding-top
--------------------*/
/*--------------------
    padding-bottom
--------------------*/
/*--------------------
    変数
--------------------*/
/*--------------------
    mixin
--------------------*/
/*--------------------
    index-text 一覧を見る
--------------------*/
/*--------------------
    記事css
--------------------*/
/*--------------------
    What's New
--------------------*/
.container{
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 70px;
}
.container_title {
  text-align: center;
}
.container_title h2 {
  display: flex;
  align-items: center;
  font-size: 35px;
  font-family: dunbar-low,'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
}
#wnew h2{
  margin-top:10px;
}
.container_title h2:before, .container_title h2:after {
   content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #000;
}
.container_title h2:before {
    margin-right: 1rem;
}
 .container_title h2:after {
    margin-left: 1rem;
}
.container_title h3 {
  padding-top: 10px;
  font-size: 15px;
}
.post_search_bar {
  padding-top: 45px;
}
.post_search_bar h3 {
  font-size: 20px;
  font-weight: bold;
}
.post_search_bar .post_search_bar_inner {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 40px;
}

.contents_index .post_search_bar .post_search_bar_inner {
    justify-content: flex-start;
    gap:15px;
}
.post_search_bar .search_frame {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  background: #F3F3F3;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.post_search_bar .search_frame:hover {
  cursor: pointer;
  opacity: 0.7;
}
.post_search_bar .search_form {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 440px;
}
.post_search_bar .search_form:before {
  position: absolute;
  content: url(../images/search/search_img.png);
  display: inline-block;
  right: 15px;
}
.post_search_bar .search_form input {
  width: 90%;
}
.post_search_bar .search_select {
  position: relative;
  width: 200px;
  text-align: center;
}
.post_search_bar .search_select .label {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.post_search_bar .search_select .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  opacity: 0;
  position: relative;
  z-index: 2;
}
.post_search_bar .search_select .select::-ms-expand {
  display: none;
}
.post_search_bar .search_select .select:focus {
  z-index: -1;
  opacity: 1;
}
.post_search_bar .search_btn {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 84px;
}
@media (max-width: 1280px) {
  .container{
    padding-top: calc(70/1280*100vw);
  }
}

.top_title {
  display: flex;
  justify-content: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}
.top_title h2 {
  position: relative;
  font-size: 35px;
  font-family: dunbar-low,'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
}
.top_title h2:before {
  position: absolute;
  content: "";
  width: 50px;
  left: 0;
  bottom: -10px;
  border-bottom: 5px solid #000;
}
.top_title h3 {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding-left: 15px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.top_title .top_wr_img {
  width: 226px;
}
.top_title .top_wr_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top_title p {
  padding-left: 15px;
  font-size: 35px;
  font-family: dunbar-low,'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: italic;
}
.news_frame {
  position: relative;
  max-width: 1142px;
  margin: 0 auto;
}
#customize-controls {
  max-width: 1142px;
}
.controls {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  background: #333;
  width: 100%;
  top: 50%;
  transform: translatey(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index:999;
}
.controls:focus {
  outline: none;
}
.controls li:hover {
  cursor: pointer;
}
.news_frame_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.news_width {
  max-width: 1000px;
}
.pickup_ul {
  height: 520px;
}
.news_ul {
  padding-top: 30px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.news_li {
  margin-bottom: 30px;
  /* height: 418px; */
  background-color: #fff;
  box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  width:32%;
}

.news_li:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.news_img {
  width:100%;
  position: relative;
  height: 177px;
}
.news_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_img .category {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  padding: 5px 15px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}
.news_img .au_icon {
  position: absolute;
  width: 54px;
  height: 54px;
  left: 0;
  right: 0;
  bottom: -27px;
  margin: auto;
  border: 3px solid #fff;
  border-radius: 50%;
}
 .au_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.news_inner {
  height: 205px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 0 20px 0 20px;
}


.pickup_view_day{
  color: red;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  align-items: center;
}
.pickup_view{
  display: flex;
  justify-content: flex-start;
}
.pickup_view p{
  color: #9e9e9e;
  font-size: 12px;
  padding-left: 4px;
}

.ni_bot{
display:flex;
justify-content: space-between;
}
.ni_bot > div:first-of-type{
    display: flex;
    /* flex-direction: column; */
    gap: 5px;
    justify-content: flex-end;
  }
.news_li .uptime {
  /* padding-top: 15px; */
  font-size: 12px;
  text-align: right;
  color: #9E9E9F;
}

.news_li .user_n {
  text-align: center;
  padding-top: 10px;
  font-size: 12px;
}
.news_li .title a{
  display:block;
  padding: 20px 0 20px 0;
  font-size: 16px;
  line-height: 25px;
}
.title a{
  font-weight:600!important;
}
.title a:hover,
.user_n a:hover{
  opacity:0.7;
}

.location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* padding-right: 20px; */
  font-size: 15px; 
  /* margin-bottom:5px; */
}
.location p {
  padding-left: 4px;
  color: #606060 ;
}
.vni_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vni_flex .vnif_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.vni_flex p {
  font-size: 12px;
}
.vni_flex .view {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right:15px;
}
.vni_flex .view p {
  padding-left: 4px;
}
.vni_flex .nice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.vni_flex .nice .like_btn {
  display: flex;
}
.nice p {
  padding-left: 2px;
}
.icon_flex {
  display: flex;
  justify-content: flex-end;
  margin-right:-10px;
}
.icon_flex .if_img {
  margin-left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.icon_flex img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -10px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.news_ul {
  justify-content: space-between !important;
}
.news_ul:after {
  content: "";
  display: block;
  width: 315px;
  height: 0;
}
.news_ul.tns-slider:after{
  display:none;
}


.like_btn.hidden {
  display: none;
}

.common_like_btn_frame {
  display: flex;
  /* 2021-11-22 14:04:43 トップページコンテンツのいいね配置変更 start->end */
  justify-content: flex-end;
  align-items: center;
}

.like_btn {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 20px;
  padding-top: 1px;
}
.like_btn img {
  width: 100%;
}
.like_btn:hover {
  cursor: pointer;
}
.like_btn:hover img {
  width: 120%;
} 

.pagination li{
  background:#000!important;
  width:42px!important;
  height:42px!important;
}

.pagination li > *{
  font-size:14px!important;
}
/* コンテンツ一覧のview非表示 */
.contents_index .view{
  display:none;
}

  @media(max-width:680px){
    .pagination{
      flex-wrap:wrap;
    }

    .pagination  li{
      margin-bottom:10px!important;
    }
    
  #top-to-button{
    display:none;
    }
  .news_li:not(.tns-item) ,
  .news_li:not(.tns-item) .news_inner{
      height:auto!important;
      width:100%!important;
    }
.post_search_bar .post_search_bar_inner{

      flex-direction: column;
      align-items: center;
      gap:15px;
    }
  .post_search_bar .search_select{
    width:100%;
  }
  .post_search_bar .search_btn{
    width:180px;
  }
  .news_li{
    margin-bottom:15px;
  }
  .icon_flex .if_img:first-of-type{
    margin-left:0!important;
  }
  
}
/* 2021-12-22 10:55:16 inoue #1364 S */
.location_popular2{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  font-size: 13px;
}
.location_popular2 p{
  color: #606060;
}
/* 2021-12-22 10:55:16 inoue #1364 E */

/* 2021-12-24 16:25:16 inoue #1367 S */
.likers_pick{
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
  padding-bottom: 5px;
}
/* 2021-12-24 16:25:16 inoue #1367 E */