@charset "UTF-8";

/* レイアウト：２カラム */
.main-2col{
  display: flex;
  max-width: calc(100% - 40px);
  width: 1500px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width:1150px){
	.main-2col{
    flex-direction: column;
    padding: 80px 0 0;
  }
}
@media screen and (max-width:768px){
	.main-2col{
    padding: 30px 0 0;
  }
}

.main-2col.main-2col--single{
  width: 1300px;
}

@media screen and (min-width:1151px){
	.main-2col.main-2col--single > #archive{
    padding-right: 60px;
  }
}

.main-2col > #archive{
  max-width: 100%;
  width: 1170px;
  margin-right: auto;
  padding: 0 30px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width:1150px){
	.main-2col > #archive{
    padding: 0;
  }
}

.main-2col > #archive > .archive_block{
  max-width: 100%;
  width: 100%;
}

.main-2col > #archive .pickup_block .flex >a{
  width: 49%;
}
@media screen and (max-width:480px){
  .main-2col > #archive .pickup_block .flex >a{
    width: auto;
  }
}

/* サイドバー */
#aside{
  max-width: 100%;
  width: 300px;
  flex: 0 0 auto;
}
@media screen and (max-width:1150px){
	#aside{
    width: 100%;
    padding-top: 80px;
  }
}

#aside > div + div{
  margin-top: 40px;
}

.p-sidebar{

}

@media screen and (min-width:1151px){
  .p-sidebar-sticky{
    height: 100%;
    /* position: sticky;
    top: 30px; */
  }

  .p-sidebar.popular-posts{
    position: sticky;
    top: 30px;
  }
}

.p-sidebar:not(:first-of-type){
  margin-top: 40px;
}

.p-sidebar .p-sidebar__header{
  text-align: left;
  background: initial;
  box-sizing: border-box;
  box-shadow: initial;
  position: initial;
  padding: 0;
  width: 100%;
  margin-bottom: 15px;
}

.p-sidebar .p-sidebar__header h3{
  font-family: initial;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}

/* ウィジェット：カテゴリー */
.widget_categories ul{
  font-size: 16px;
  line-height: 1.75;
}

.widget_categories ul li{
  border-bottom: 1px solid #eee;
}

.widget_categories ul li:first-of-type{
  border-top: 1px solid #eee;
}

.widget_categories ul li a{
  display: block;
  padding: 6px 0 5px 10px;
}

/* ウィジェット：タグクラウド */
.widget_tag_cloud .tagcloud{

}

.widget_tag_cloud .tagcloud a{
  font-size: 14px !important;
  display: inline-block;
  margin-top: 10px;
  padding: 6px;
  background: #1ab667;
  color: #fff;
}

/* ウィジェット：最近の投稿 */
.widget_recent_entries{

}

.widget_recent_entries ul{
  font-size: 16px;
  line-height: 1.75;
}

.widget_recent_entries ul li{
  border-bottom: 1px solid #eee;
}

.widget_recent_entries ul li:first-of-type{
  border-top: 1px solid #eee;
}

.widget_recent_entries ul li a{
  display: block;
  padding: 6px 0 5px 10px;
}

/* ウィジェット：WordPress Popular Posts */
.popular-posts{
  
}

.wpp-list{

}

.wpp-list a{
  font-size: 14px;
  color: #7d7d7d;
}

.wpp-list > li{
  position: relative;
  min-height: 88px;
  padding: 20px 0 20px 98px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #eee;
}

.wpp-list > li:hover > *{
  opacity: 0.7;
}

.wpp-list > li::before{
  content: "";
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -13px;
  top: 7px;
  z-index: 1;
}

.wpp-list > li:first-of-type{
  border-top: 1px solid #eee;
}

.wpp-list > li:nth-of-type(1)::before{
  background-image: url(../img/ranking_01.png);
}

.wpp-list > li:nth-of-type(2)::before{
  background-image: url(../img/ranking_02.png);
}

.wpp-list > li:nth-of-type(3)::before{
  background-image: url(../img/ranking_03.png);
}

.wpp-list > li:nth-of-type(4)::before{
  background-image: url(../img/ranking_04.png);
}

.wpp-list > li:nth-of-type(5)::before{
  background-image: url(../img/ranking_05.png);
}

.wpp-list .wpp-thumbnail{
  width: 88px;
  height: 88px;
  object-fit: cover;
  position: absolute;
  top: 20px;
  left: 0;
}

.wpp-list .wpp-post-title{
  font-size: 13px !important;
  line-height: 1.5;
  font-weight: 700;
  color: #000 !important;
  /* margin-top: 7.5px; */
}

.wpp-list .wpp-post-title::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wpp-list .wpp-excerpt{
  font-size: 14px;
  color: #7d7d7d;
  line-height: 1.5;
  margin-top: 0.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.wpp-list .wpp-meta{
  display: none;
  order: -1;
}

.wpp-list .wpp-meta .wpp-category{
  
}

/* 関連する記事 */
.p-related{
  margin-top: 60px;
}

.p-related .p-related-head{
  font-size: 24px;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 0;
}
@media screen and (max-width:480px){
  .p-related .p-related-head{
    font-size: 20px;
  }
}

.p-related-list{
  
}

.p-related-list__item{
  padding: 15px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width:480px){
  .p-related-list__item{
    padding: 10px 0;
    max-height: 116px;
    overflow: hidden;
  }
}

.p-related-list__item:first-of-type{
  border-top: 1px solid #eee;
}

.p-related-link{
  display: flex;
}

.p-related-thumb{
  width: 150px;
  height: 110px;
  flex: 0 0 auto;
}
@media screen and (max-width:480px){
  .p-related-thumb{
    width: 90px;
    height: 90px;
  }
}

.p-related-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-related-detail{
  flex: 1;
  padding: 10px 0 10px 20px;
}
@media screen and (max-width:480px){
  .p-related-detail{
    padding: 0 0 0 15px;
  }
}

.p-related-categorise{
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  position: relative
}

.p-related-categorise::before{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon-folder-gr.png) no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 0;
}

.p-related-categorise li{
  margin: 0 10px 5px 0;
}

.p-related-categorise li .p-related-category{
  font-size: 14px;
  color: #7d7d7d;
  font-weight: 400;
}

.p-related-tags{
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}

.p-related-tags::before{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon-tag-gr.png) no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 0;
}

.p-related-tags li{
  margin: 0 10px 5px 0;
}

.p-related-tags li .p-related-tag{
  font-size: 14px;
  color: #7d7d7d;
  font-weight: 400;
}

.p-related-tags li .p-related-tag::before{
  content: "#";
  font-size: 90%;
}

.p-related-title{
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 7px;
}
@media screen and (max-width:480px){
  .p-related-title{
    font-size: 16px;
  }
}

.p-related-excerpt{
  font-size: 14px !important;
    font-weight: 500;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media screen and (max-width:480px){
  .p-related-excerpt{
    height: 2.8em;
    -webkit-line-clamp: 2;
  }
}

/* READ MORE */
.p-btnReadmore{
  text-align: center;
  margin-top: 60px;
}

.p-btnReadmore_link{
  position: relative;
  color: #2eb131;
  text-align: left;
  display: inline-block;
  box-sizing: border-box;
  border-top: 2px solid #7ff6a4;
  border-bottom: 2px solid #2ab90b;
  padding: 20px 40px;
  width: 260px;
  font-size: 16px;
  letter-spacing: 1.75px;
  line-height: 1.5;
  transition: .5s;
  cursor: pointer;
}

.p-btnReadmore_link::before{
  content: "";
  display: inline-block;
  width: 0;
  height: calc(100% + 4px);
  background: linear-gradient(to bottom, #7ff6a4 0%, #2ab90b 100%);
  position: absolute;
  top: -2px;
  left: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.p-btnReadmore_link::after{
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  right: -35px;
  background-image: url(../img/aroww.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 12px;
  transition: .3s;
}

.p-btnReadmore_link:hover{
  color: #fff;
  opacity: 1;
}

.p-btnReadmore_link:hover::before{
  z-index: -1;
  width: 100%;
  transform-origin: left top;
  transform: scale(1, 1);
}

.p-btnReadmore_link:hover::after{
  right: -50px;
}

.p-btnReadmore_l{
  content: "";
    display: block;
    width: 2px;
    height: 68px;
    position: absolute;
    top: -2px;
    left: 0;
    background: linear-gradient(to bottom, #7ff6a4 0%, #2ab90b 100%);
}

.p-btnReadmore_r{
  content: "";
    display: block;
    width: 2px;
    height: 68px;
    position: absolute;
    top: -2px;
    right: 0;
    background: linear-gradient(to bottom, #7ff6a4 0%, #2ab90b 100%);
}

.archive_contents .thumb_box{
  height: 0 !important;
  padding-top: calc(300/550*100%);
  position: relative;
}

.archive_contents .thumb{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.p-bnr-rakuten_furusato_nouzei{
  display: block;
  position: relative;
}

.p-bnr-rakuten_furusato_nouzei::before{
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #313131;
  position: absolute;
  top: 0;
  left: 0;
}

#eventsingle .archive_contents .thumb_box{
  height: auto !important;
  padding-top: initial;
  position: relative;
}

#eventsingle .archive_contents .thumb_box .thumb{
  width: auto !important;
  height: auto;
  object-fit: initial;
  position: initial;
  top: auto;
  left: auto;
}

.recent-posts-widget-with-thumbnails{

}

.recent-posts-widget-with-thumbnails ul{

}

.recent-posts-widget-with-thumbnails li{
  display: flex;
  flex-direction: column;
  padding: 20px 0 20px 98px;
  position: relative;
  border-bottom: 1px solid #eee;
  height: 128px;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}

.recent-posts-widget-with-thumbnails li:first-of-type{
  border-top: 1px solid #eee;
}

.recent-posts-widget-with-thumbnails a{

}

.recent-posts-widget-with-thumbnails .rpwwt-post-title{
  font-size: 13px !important;
  line-height: 1.5;
  font-weight: 700;
  color: #000 !important;
  margin-top: 7.5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}

.recent-posts-widget-with-thumbnails a > img{
  width: 88px !important;
  height: 88px !important;
  object-fit: cover;
  position: absolute;
  top: 20px;
  left: 0;
  margin: 0 !important;
}

.recent-posts-widget-with-thumbnails .rpwwt-post-categories{
  font-size: 14px;
  color: #7d7d7d;
  order: -1;
}

.recent-posts-widget-with-thumbnails{
  
}

/* 新着情報 */
.rpwwt-widget{

}

.rpwwt-widget ul{
  
}

.rpwwt-widget ul li{
  position: relative;
  min-height: 88px;
  height: auto;
  padding: 20px 0 20px 98px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #eee;
}

.rpwwt-widget ul li:first-of-type{
  border-top: 1px solid #eee;
}

.rpwwt-widget ul li a{
  
}

.rpwwt-widget ul li a::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.rpwwt-widget img{
  width: 88px;
  height: 88px;
  object-fit: cover;
  position: absolute;
  top: 20px;
  left: 0;
}

.rpwwt-widget .rpwwt-post-title{
  font-size: 13px !important;
  line-height: 1.5;
  font-weight: 700;
  color: #000 !important;
}

.rpwwt-widget .rpwwt-post-excerpt{
  font-size: 14px;
  color: #7d7d7d;
  line-height: 1.5;
  margin-top: 0.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
