@charset "UTF-8";
/* CSS Document */

section.Breadcrumb__News {
    background: #fff;
    padding-top: 85px;
}
section.Breadcrumb__News div.Standard ul {
    display: flex;
}
section.Breadcrumb__News div.Standard ul li:nth-child(1)::after {
    content: "/";
    padding: 0 10px;
}


section.HomeNews {
    margin-top: 40px;
}
section.HomeNews h1.Hina__Mincho {
	margin-bottom: 30px;
}
section.HomeNews h1.Hina__Mincho::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(https://tokyosakenavi.com/wp-content/themes/tokyosakenavi/img/top/Icon04__top.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}
section.HomeNews div.Standard {
    display: flex;
    flex-direction: row;
}
nav.Archive__Filter {
    display: flex;
    flex-direction: column;
    width: fit-content;
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 50px;
}
div.NewsCard__Group {
    width: fit-content;
}
nav.Archive__Filter {
    margin-bottom: 30px;
}
nav.Archive__Filter a {
    position: relative;
    width: 100%;
    padding: 5px 15px;
    box-sizing: border-box;
    border-radius: 20px;
    color: white;
    background-image: radial-gradient(#e60012, #fd4554);
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
    transition: color 0.4s ease;
}
nav.Archive__Filter a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: white;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 0;
}
nav.Archive__Filter a span {
    position: relative;
    z-index: 1;
}
nav.Archive__Filter a:hover {
    color: #e60012;
}
nav.Archive__Filter a:hover::before {
    transform: translateX(0);
}
article.NewsCard:nth-of-type(1) {
    border-top: dotted 2px dimgray;
}
article.NewsCard {
    border-bottom: dotted 2px dimgray;
    padding: 10px 0;
}
article.NewsCard:last-of-type {
    margin-bottom: 30px;
}
h2.NewsCard__Title {
    margin-bottom: 10px;
    color: #0645AD;
    font-weight: bold;
	transition: transform 0.4s cubic-bezier(.25,.8,.25,1), color 0.3s ease;
}
h2.NewsCard__Title:hover {
    transform: translateX(10px);
    color: #e60012; 
}
p.NewsCard__Date {
    background-color: #fff;
    width: fit-content;
    padding: 7px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: solid 0.5px black;
}
@media screen and (max-width: 768px) {
	section.HomeNews div.Standard {
    	flex-direction: column;
	}
	nav.Archive__Filter {
		flex-direction: row;
		flex-wrap: wrap;
	}
	nav.Archive__Filter a {
    	width: fit-content;
	}
	nav.Archive__Filter a:nth-of-type(n+2) {
    	margin-left: 10px;
	}
}



section.Single {
    margin-top: 100px;
}
header.Single__Header {
    border-top: solid 2px black;
    padding-top: 15px;
}
section.Single div.Standard p.Text__size--L.Dela__Gothic {
    margin-bottom: 30px;
}
section.Single div.Standard p.Text__size--L.Dela__Gothic::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(https://tokyosakenavi.com/wp-content/themes/tokyosakenavi/img/top/Icon04__top.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}
p.Single__Date {
    margin-bottom: 10px;
}
h1.Single__Title {
    color: #0645AD;
    font-weight: bold;
    margin-bottom: 10px;
}
div.Single__Body {
    border-bottom: solid 2px black;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
nav.Single__Pager {
    display: flex;
}
div.Single__Prev {
    margin-right: 10px;
}