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

body {
    font-size: clamp(14px, 1.1vw, 16px);
	font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;	
}
.Text__size--S {
	font-size: clamp(12px, 0.9vw, 14px);	
}
.Text__size--L {
    font-size: clamp(18px, 2.2vw, 24px);
}
.Text__size--LL {
    font-size: clamp(20px, 3vw, 32px);
}
.Text__size--XL {
    font-size: clamp(24px, 4vw, 40px);
}
.Text__size--Sp {
    font-size: clamp(32px, 4vw, 40px);
}
.Text__Justify {
    text-align: justify;	
}
h1 {
    font-size: clamp(24px, 4vw, 40px);
}
h2 {
    font-size: clamp(20px, 3vw, 32px);
}
h3 {
    font-size: clamp(18px, 2.2vw, 24px);
}
.Standard {
    width: 90%;
    margin: 0 auto;
}
.Parallax {
    position: sticky;
	position: -webkit-sticky;
    top: 0;
    display: flex;
}
br.LineBreak__1080,
br.LineBreak__768 {
    display: none;
}
@media screen and (max-width: 1080px) {
    br.LineBreak__1080 {
        display: inline;
    }
}
@media screen and (max-width: 768px) {
    br.LineBreak__768 {
        display: inline;
    }
}
.FadeIn{
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
    will-change: opacity, transform;
}
.FadeIn.is-inview{
    opacity: 1;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce){
    .FadeIn{
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* 各コンテンツのトップ */
section.ContentsTop {
    padding-top: 40px;
    background: #fcd15b;
    padding-bottom: 50px;
}
div.ContentsTop__Inner.Standard p.Text__size--L.Dela__Gothic {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
}
.ContentsTop__Inner.Standard h1.Hina__Mincho span {
    font-size: clamp(37px, 5vw, 45px);
}


section.Picup {
    background: #fcd15b;
    padding-bottom: 40px;	
}
div.Pickup__Inner.Standard {
    display: flex;
    flex-direction: column;
}
div.Pickup__Inner.Standard h2.Dela__Gothic {
    margin-bottom: 30px;
    font-size: clamp(32px, 4vw, 40px);	
}
div.Picup__List{
    display: flex;
    flex-direction: column;
    border: 3px solid black;
    border-radius: 5px;	
}
div.Picup__List details{
    background: #fff;
    overflow: hidden;
}
div.Picup__List details:nth-child(1), div.Picup__List details:nth-child(2) {
    border-bottom: dotted 2px gray;
}
div.Picup__List details > summary{
    list-style: none;
    cursor: pointer;
}
div.Picup__List details > summary::-webkit-details-marker{
    display: none;
}
div.Picup__List details > summary{
    position:relative;
    padding:16px 16px 16px 16px;
}
div.Picup__List details > summary figure{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}
div.Picup__List details > summary figcaption{
    flex: 1;
}
div.Picup__List details > summary dl{
    margin: 0;
}
div.Picup__List details > summary dt{
    font-weight: 700;
    line-height: 1.2;
}
div.Picup__List details > summary dd{
    margin: 6px 0 0;
    opacity: .7;
}
div.Picup__List details > summary img{
    width: 30%;
    height: 96px;
    object-fit: cover;
    border-radius: 10px;
    flex: 0 0 auto;
}
/* div.Picup__List details > summary::after{
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .2s ease;
} */
div.Picup__List details[open] > summary::after{
    transform: translateY(-50%) rotate(-135deg);
}
div.Picup__List details > .Pickup__Body{
    padding: 5px 16px;
    border-top: 1px solid rgba(0,0,0,.12);
    line-height: 1.7;
    font-size: clamp(14px, 3.4vw, 16px);
}
div.Picup__List details > summary:hover{
    background: rgba(230,0,19,.06);
}
@media screen and (max-width: 768px) {
	div.Picup__List details > summary figure{
 	   align-items: flex-start;
  	  height: -webkit-fill-available;	
	}	
}



section.ContentsList{
    background:#fcd15b;
    padding:60px 0;
}
section.ContentsList .Standard{
    display:block;
}
section.ContentsList .Standard h2.Dela__Gothic {
    margin-bottom: 30px;
    font-size: clamp(32px, 4vw, 40px);		
}
div.ContentsList__Inner{
    display:flex;
    flex-direction:column;
    /* gap:14px; */
}
div.ContentsList__Inner{
    border:3px solid #000;
    border-radius:10px;
    background:#fff;
    overflow:hidden;
}
div.ContentsList__Inner > details{
    background:#fff;
}
div.ContentsList__Inner > details:not(:last-child){
    border-bottom:dotted 2px gray;
}
div.ContentsList__Inner > details > summary{
    list-style:none;
    cursor:pointer;
    position:relative;
    padding:16px 52px 16px 16px;
    font-weight:700;
    font-size:clamp(18px, 3.6vw, 22px);
    letter-spacing:.04em;
}
div.ContentsList__Inner > details > summary::-webkit-details-marker{
    display:none;
}
div.ContentsList__Inner > details > summary:hover{
    background:rgba(230,0,19,.06);
}
div.ContentsList__Inner > details > summary::after{
    content:"";
    position:absolute;
    right:16px;
    top:50%;
    width:12px;
    height:12px;
    border-right:3px solid #000;
    border-bottom:3px solid #000;
    transform:translateY(-50%) rotate(45deg);
    transition:transform .2s ease;
}
div.ContentsList__Inner > details[open] > summary::after{
    transform:translateY(-50%) rotate(-135deg);
}
div.ContentsList__ShopList{
    padding:12px 16px 16px;
    border-top:1px solid rgba(0,0,0,.12);
    background:#fff;
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:12px;
}
div.ContentsList__Shop{
    border:1px solid rgba(0,0,0,.18);
    border-radius:10px;
    padding:12px 12px 10px;
    background:#fff;
}
div.ContentsList__Shop h3{
    margin:0 0 10px 0;
    font-size:clamp(16px, 3.2vw, 18px);
    line-height:1.25;
}
div.ContentsList__Shop h3 span.Text__size--S {
    color: #4e5156;
}
div.ContentsList__Shop ul{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
div.ContentsList__Shop ul li{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:7px 10px;
    border-radius:999px;
    font-size:13px;
    line-height:1;
    background:#fff;
}
div.ContentsList__Shop ul li.Link__Tabelog {
    background: #f3980a;
    background: #f3980a;
}
div.ContentsList__Shop ul li.Link__Googlemap {
    background: -webkit-linear-gradient(90deg, #4285F4, #EA4335, #FBBC05, #34A853);;
    background:linear-gradient(90deg, #4285F4, #EA4335, #FBBC05, #34A853);;
}
div.ContentsList__Shop ul li.Link__Instagram {
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
div.ContentsList__Shop ul li a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:inherit;
    color: white;
    font-weight: bold;
}
@media screen and (max-width: 768px){
    section.ContentsList{
        padding:40px 0;
    }
    div.ContentsList__ShopList{
        grid-template-columns:1fr;
    }
}

.Button__Link {
    width: fit-content;
    position: relative;
    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: 20px auto 0 auto;
    overflow: hidden;
    display: block;
    transition: color 0.4s ease;	
}
.Button__Link:before {
    content: "";
    position: absolute;
    inset: 0;
    background: white;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 0;
}
.Button__Link:hover::before {
    transform: translateX(0);
}
.Button__Link:hover {
    color: #e60012;
}
.Button__Link span {
    position: relative;
    z-index: 1;
}


.ImgLink {
    backdrop-filter: blur(15px);
    transition: all .35s ease;
    position: relative;
}
.ImgLink:hover {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 6px 16px rgba(255, 255, 255, .15), 0 0 12px rgba(255, 255, 255, .25);
    transform: translateY(-5px);
}


p.News__Body:not(:last-of-type) {
    margin-bottom: 1em;
}


div.Picup__List details > div.Pickup__Body {
    overflow: hidden;
    height: 0;
}
div.Picup__List details > summary {
    cursor: pointer;
    list-style: none;
}
div.Picup__List details > summary::-webkit-details-marker {
    display: none;
}


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


section.WIP {
	background: linear-gradient(#fcd15b, #ffffff);
    padding: 85px 0;
}


h1.U-VisuallyHidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


br {
    display: none;
}
section.Column {
    margin-bottom: 100px;
}
div.Standard.ColumnInduction {
    margin-bottom: 2em;
}
h2.Column__Catch.Hina__Mincho {
    display: flex;
    margin-bottom: 0.5em;
}
h2.Column__Catch::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(https://tokyosakenavi.com/wp-content/themes/tokyosakenavi/img/top/Icon05__top.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 12px;
}
div.Standard.ColumnInduction__Group {
    margin-bottom: 50px;
}
div.Standard.ColumnInduction__Group h3.Text__size--M {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}
div.Standard.ColumnInduction__Group h3.Text__size--M::before {
    content: "";
    width: 6px;
    height: 1.2em;
    background-color: #e60013;
    flex-shrink: 0;
    border-radius: 2px;
}
div.ColumnInduction__Contents {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}
details.ColumnInduction__Card {
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
summary.ColumnInduction__Head {
    list-style: none;
    cursor: pointer;
    padding: 16px 18px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
}
summary.ColumnInduction__Head::-webkit-details-marker {
    display: none;
}
details.ColumnInduction__Card[open] > summary.ColumnInduction__Head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
summary.ColumnInduction__Head figure {
    width: 25%;
    display: flex;
}
img.ImgLink {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
div.ColumnInduction__Lead {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 60%;
}
span.ColumnInduction__Title {
    font-weight: 700;
    line-height: 1.4;
}
span.ColumnInduction__Excerpt {
    font-size: 0.9rem;
    line-height: 1.6;
    opacity: 0.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
div.ColumnInduction__Text {
    padding: 16px 18px 18px;
}
div.ColumnInduction__Text h4 {
    margin: 0 0 10px;
    font-size: 1.05rem;
    line-height: 1.4;
}
div.ColumnInduction__Text p {
    margin: 0;
    line-height: 1.8;
}
div.ColumnInduction__Text p + p {
    margin-top: 12px;
}
a.ColumnInduction__Link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 10px 16px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    background: #111;
    color: #fff;
    transition: opacity 0.2s ease;
}
a.ColumnInduction__Link:hover {
    opacity: 0.85;
}
summary.ColumnInduction__Head:focus-visible,
a.ColumnInduction__Link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}
@media screen and (max-width: 500px) {
    summary.ColumnInduction__Head {
        flex-direction: column;
    }
    div.ColumnInduction__Lead {
        width: 100%;
        margin-bottom: 20px;
    }
    summary.ColumnInduction__Head figure {
        width: 100%;
    }
}