/* 全体調整 */
#headerarea{
  padding: 0;
  overflow: visible;
  max-width: unset;
}
.hd-navContainer{
  margin-bottom: 0;
  height: unset;
  background: unset;
}
a:link{
  color: unset;
  text-decoration: unset;
}
.pagetop a{
  color: var(--WHITE) !important;
}
@media screen and (min-width: 768px){
  .blog-contents{
    margin-top: 70px;
  }
}

/* 一覧調整 */
.blog-list .blog-box{
  font-family: var(--FF_NOTO);
}
.blog-list .headline .category{
  width: fit-content;
  margin-left: auto;
  line-height: 1;
}
.blog-list .headline .category span{
  font-size: 9px;
  padding: 5px 8px 6px;
}
.blog-list .headline .category .matcha_sweets{background: #529329;}
.blog-list .headline .category .matcha_sweets{background: #84a340;}
.blog-list .headline .category .japanese_tea{background: #C21632;}
.blog-list .headline .category .soba{background: #898048;}
.blog-list .headline .category .tool{background: #D38542;}
.blog-list .headline .category .staff_blog{background: #95416E;}
.blog-list .headline .category .yomimono{background: #003A89;}
.blog-list .headline .category .news{background: #6A4F3D;}
.blog-list .headline .category .chanoyu{background: #3f4f2b;}
.blog-list .headline .category .road_to{background: #157F9C;}
.blog-list .headline .category .pressrelease{background: #bfa46f;}
.blog-list .headline .category .kusatsu-regular{background: #111;}
.blog-list .headline .category .kusatsu-event{background: #666;}

/* #754195 */

.blog-list .txt{
  display: none;
  line-height: 1.5;
}
@media (hover: hover){
  .blog-list .tit a:hover{
    text-decoration: unset;
  }
}
@media screen and (min-width: 768px){
  .blog-list .headline .date{
    font-size: 12px;
  }
  .blog-list .tit{
    font-size: var(--FZ_16);
  }
  .blog-list .txt{
    font-size: var(--FZ_14);
  }
}
@media screen and (max-width: 767px){
  .blog-list{
    display: grid;
    gap: var(--GAP_20);
  }
  .blog-list .blog-box{
    width: 100%;
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 15px;
    margin: 0 !important;
  }
  .blog-list .blog-box .image img{
    aspect-ratio: 15/10;
    object-fit: cover;
  }
  .blog-list .blog-box .headline{
    display: grid;
    grid-template-columns: auto 1fr;
    margin-bottom: 5px;
  }
  .blog-list .blog-box .date{
    font-size: 12px;
  }
  .blog-list .blog-box .tit a{
    font-size: 14px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  .blog-list .blog-box .txt{
    display: none;
  }
}

/* サイドバー */
.blog-contents .sidebar .pr{
  --SIDE_TTL_COLOR: #92B566;
  background-color: var(--SIDE_TTL_COLOR);
  border-color: var(--SIDE_TTL_COLOR);
}
.blog-contents .sidebar .pr:after{
  border: 7px solid transparent;
  border-top-color: var(--SIDE_TTL_COLOR);
  bottom: -15px;
}
.blog-contents .sidebar .pr::before{
  content: none;
}
.blog-contents .sidebar .box2 ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.blog-contents .sidebar .box2 ul li:nth-of-type(-n+8){
  border-bottom: 1px #ccc dotted;
}
.blog-contents .sidebar .box ul li:last-child{
  border-bottom: none;
  margin-bottom: 0;
}
.blog-contents .sidebar .box,.blog-contents .sidebar .box2{
  border: none;
}
.blog-contents .sidebar .box ul,.blog-contents .sidebar .box2 ul{
  margin: 0 4%;
}
.blog-contents .sidebar .pr{
  width: 100%;
}
.blog-contents .sidebar .pr:after{
  display: none;
}
.blog-contents .sidebar .box ul li{
  font-size: var(--FZ_12);
  background: unset;
}
@media screen and (min-width: 768px){
  .blog-contents .sidebar .box{
    margin-bottom: 40px;
  }
  .blog-contents .sidebar .box ul li{
    padding: 0 0 15px 0;
  }
  .blog-contents .sidebar .box ul li a{
    font-size: var(--FZ_16);
  }
  .blog-contents .sidebar .pr{
    font-size: var(--FZ_16);
    padding: 6px 8px;
  }
  .blog-contents .sidebar .box2 ul{
    column-gap: 10px;
  }
  .blog-contents .sidebar .box2 ul li:nth-of-type(-n+8){
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .blog-contents .sidebar .box2 ul li a{
    font-size: var(--FZ_16);
  }
}
@media screen and (max-width: 767px){
  .blog-contents .sidebar.wp-uprCat .box{
    margin-bottom: 20px;
  }
  .blog-contents .sidebar.wp-uprCat .box > div{
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 37px;
  }
  .blog-contents .sidebar.wp-uprCat .box > div::after{
    content: "ブログのカテゴリーを選ぶ";
    display: block;
    font-size: var(--FZ_16);
    position: static;
    bottom: unset;
    left: unset;
    border: none;
  }
  .blog-contents .sidebar .box > div::before{
    content: "" !important;
    border: none;
    left: unset;
    bottom: unset;
    display: inline-block;
    --ICON: url(../images/ec/common/drop_arrow.svg);
    --MASK: var(--ICON) no-repeat center center / 100%;
    mask: var(--MASK);
    -webkit-mask: var(--MASK);
    background-color: var(--WHITE);
    aspect-ratio: 1/1;
    width: 9px;
    position: absolute;
    top: 12px;
    right: 20px;
    transition: .3s;
  }
  .blog-contents .sidebar .box > div.is-active::before{
    transform: rotate(180deg);
  }
  .blog-contents .sidebar .box > .pr+ul{
    display: none;
  }
  .blog-contents .sidebar .box ul li{
    padding: 0 0 10px 0px;
    margin-bottom: 10px;
  }
  .blog-contents .sidebar .box ul li a{
    font-size: var(--FZ_16);
  }
  .blog-contents .sidebar .pr{
    font-size: var(--FZ_16);
    padding: 6px 8px;
  }
  .blog-contents .sidebar .box2 ul li{
    width: 100%;
    text-align: left !important;
    padding: 0 0 10px 0px !important;
    border-bottom: 1px #ccc dotted;
  }
  .blog-contents .sidebar .box2 ul{
    column-gap: 10px;
  }
  .blog-contents .sidebar .box2 ul li:nth-of-type(-n+8){
    margin-bottom: 20px;
  }
  .blog-contents .sidebar .box2 ul li:nth-of-type(n+9){
    border-bottom: none;
    margin-bottom: 0;
  }
  .blog-contents{
    margin: 30px auto;
  }
  .blog-contents .sidebar .box{
    margin-bottom: 20px;
  }
  .blog-contents .sidebar .box2{
    padding-inline: 15px;
  }
  .wp-yougoshu{
    margin-bottom: 20px;
  }
}


/* wp-yougoshu */
@media screen and (min-width: 768px){
  .wp-yougoshu{
    width: 250px;
    margin-inline: auto;
  }
}

/* ページャー */
:root{
  --PAGER_COLOR: #92B566;
}
.pagination{
  margin-bottom: 10px !important;
}
a.page-numbers, .pagination .current{
  color: var(--PAGER_COLOR) !important;
  border-color: var(--PAGER_COLOR) !important;
}
.pagination .current{
  background-color: var(--PAGER_COLOR) !important;
  border-color: var(--PAGER_COLOR) !important;
  color: var(--WHITE) !important;
}
@media (hover: hover){
  a.page-numbers:hover{
    background-color: var(--PAGER_COLOR) !important;
    color: var(--WHITE) !important;
    opacity: 1;
  }
}

/* wp-toAll */
.wp-toAll{
  width: fit-content;
  margin-inline: auto;
}
.wp-toAll a{
  display: block;
  background-color: var(--PAGER_COLOR);
  color: var(--WHITE);
  border: 1px solid var(--PAGER_COLOR);
  padding: 5px 20px;
}
@media (hover: hover){
  .wp-toAll a:hover{
    opacity: 1;
    background-color: var(--WHITE);
    color: var(--PAGER_COLOR);
  }
}

/* end-share */
@media screen and (min-width: 768px){
  .end-share ul li a img{
    width: 40px;
  }
}

/* .wp-singleToAll */
.wp-singleToAll{
  width: 90%;
  max-width: 300px;
  margin: 0 auto 30px;
}
.wp-singleToAll a{
  border: 1px solid #111111;
  display: block;
  text-align: center;
  font-size: var(--FZ_16);
  padding-block: 10px;
}



.single-block a{
  color: var(--PAGER_COLOR);
  text-decoration: underline;
}