<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* reset */
html {
	min-width: 100%;
	overflow-y: scroll;
	font-size: 16px;
}
html.scroll-lock {
	overflow-y: hidden;
}
body, header, footer, nav, main, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, span, table, tr, th, td, a, :after, :before {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font: inherit;
	vertical-align: baseline;
}
object, embed {
	vertical-align: top;
}
img, abbr, acronym, fieldset {
	border: 0;
}
a img {
	outline: none;
	border: none;
}
img {
	vertical-align: top;
	border: none;
	outline: none;
}
ul, ol {
	list-style-type: none;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button, input, optgroup, select, textarea , label {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
	font-weight: inherit;
    line-height: inherit;
    color: inherit;
}
a:focus, *:focus {
	outline:none;
}
*, :after, :before {
	box-sizing: border-box;
}
:root {
	--gold: #ac801a;
	--brown: #3c2618;
	--red: #ac5350;
	--bgc: #f5ead3;
}

/* default */
body {
	width: 100%;
	color: var(--brown);
	font-family: Helvetica, "Helvetica Neue", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-feature-settings: "palt";
	line-height: 1;
	font-weight: 500;
	background: #f5f0e9;
}
#wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
#wrap.is-locked {
	position: fixed;
    width: 100%;
}

a {
	text-decoration: none;
	word-break: break-all;
}
a:hover, a:focus {
	text-decoration: underline;
}
img {
	width: 100%;
}

@media screen and (min-width: 800px) {
	.noPc {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.noSp {
		display: none;
	}
}



/* evTCY
====================================================*/
#evTCY {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	padding-bottom: 8vw;
	background-image: url("../img/tsuchiyu/bg_left.png"), url("../img/tsuchiyu/bg_right.png"), url("../img/tsuchiyu/bg_bottom.png");
	background-position: left top, right top, center bottom;
	background-size: 6rem, 6rem, contain;
	background-repeat: repeat-y, repeat-y, no-repeat;
	color: #000;
}
#evTCY .inner {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 900px;
}
#evTCY h2 {
	padding: .8rem;
	background: var(--brown);
	font-size: 1.5rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
@media screen and (max-width: 800px) {
	#evTCY {
		gap: 2rem;
		background-size: 3rem, 3rem, contain;
	}
	#evTCY .inner {
		padding: 0 1rem;
	}
}


/* mv
====================================================*/
.evTCY-mv {
	border-top: 1rem solid var(--gold);
}
.evTCY-mv h1 {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}




/* info
====================================================*/
/*-- menu --*/
.evTCY-info .menu {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 3rem;
}
.evTCY-info .menu li {
	flex: 1;
}
.evTCY-info .menu a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 3rem;
	background: var(--brown);
	color: #FFF;
	font-weight: bold;
	text-align: center;
	transition: .4s;
	text-decoration: none!important;
}
.evTCY-info .menu a:hover {
	opacity: .8;
}
@media screen and (max-width: 800px) {
	.evTCY-info .menu {
		gap: .5rem;
	}
	.evTCY-info .menu a {
		font-size: .9rem;
		line-height: 1.2;
	}
}


/*-- detail --*/
.evTCY-info .detail {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.evTCY-info .detail dl {
	display: flex;
}
.evTCY-info .detail dt {
	display: flex;
	justify-content: center;
	aspect-ratio: 12 / 7;
	padding-top: 1.8rem;
	width: 7rem;
	background-image: url("../img/tsuchiyu/bg_icon.png");
	background-position: 0 0;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 1.5rem;
	font-weight: bold;
	color: #FFF;
}
.evTCY-info .detail dd {
	padding-left: 2rem;
	width: calc(100% - 7rem);
	color: var(--red);
	font-weight: bold;
}
@media screen and (max-width: 800px) {
	.evTCY-info .detail {
		gap: 1rem;
	}
	.evTCY-info .detail dt {
		padding-top: 1rem;
		width: 4rem;
		font-size: 1rem;
	}
	.evTCY-info .detail dd {
		padding-left: 1rem;
		width: calc(100% - 4rem);
	}
}

/*日時*/
.evTCY-info .date dd {
	font-size: 1.5rem;
}
.evTCY-info .date .day {
	padding: 0 .5rem 0 1rem;
	font-size: 4rem;
}
.evTCY-info .date .day span {
	display: inline-block;
	margin-right: .5rem;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: #FFF;
	font-size: 1.3rem;
	line-height: 2.5rem;
	text-align: center;
	color: var(--brown);
}
.evTCY-info .date .time {
	display: inline-block;
	margin-top: .5rem;
	font-size: 2rem;
}
@media screen and (max-width: 800px) {
	.evTCY-info .date dd {
		display: flex;
		flex-direction: column;
		gap: .2rem;
		font-size: 1.2rem;
	}
	.evTCY-info .date .day {
		padding: 0;
		font-size: 2.5rem;
	}
	.evTCY-info .date .day span {
		width: 1.5rem;
		height: 1.5rem;
		font-size: .8rem;
		line-height: 1.5rem;
	}
	.evTCY-info .date .time {
		margin-top: .2rem;
		font-size: 1.5rem;
	}
}

/*場所*/
.evTCY-info .place dd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	line-height: 1.8;
}
.evTCY-info .place .venue {
	font-size: 1.3rem;
}
.evTCY-info .place .venue span {
	padding-left: 1rem;
	font-size: 2rem;
}
.evTCY-info .place .address span {
	margin-left: 1rem;
	padding: .5rem 1rem;
	border-radius: .5rem;
	background: var(--red);
	font-size: .8rem;
	color: #FFF;
}
.evTCY-info .place .map {
	width: 250px;
}
@media screen and (max-width: 800px) {
	.evTCY-info .place .venue {
		display: flex;
		flex-direction: column;
	}
	.evTCY-info .place .venue span {
		padding: 0;
	}
	.evTCY-info .place .address span {
		display: inline-block;
		margin: 0;
	}
	.evTCY-info .place .map {
		width: 100%;
	}
}

/*交通*/
.evTCY-info .access dd {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-top: 1.5rem;
	line-height: 1.4;
}
.evTCY-info .access dd dl {
	align-items: center;
	flex-wrap: wrap;
	gap: .5rem 1rem;
}
.evTCY-info .access dd dt {
	display: flex;
	justify-content: center;
	aspect-ratio: auto;
	padding: .3rem .5rem;
	width: 6.5rem;
	border-radius: .5rem;
	background-color: var(--red);
	background-image: none;
	color: #FFF;
	font-size: .9rem;
	font-weight: bold;
}
.evTCY-info .access dd dd {
	margin: 0;
	padding: 0;
	width: calc(100% - 7.5rem);
}
.evTCY-info .access dd dd.pl {
	margin-left: 7.5rem;
	gap: 1rem;
}
.evTCY-info .access dd dd.pl ul {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}
.evTCY-info .access dd dd.pl li {
	display: flex;
	align-items: center;
	gap: .5rem;
}
.evTCY-info .access dd dd.pl li span {
	padding: .1rem .5rem;
	border-radius: .2rem;
	border: 1px solid var(--red);
	font-size: .9rem;
}
.evTCY-info .access dd dd.pl a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: .5rem 1rem;
	width: calc(50% - .5rem);
	border: 2px solid var(--red);
	border-radius: .5rem;
	color: var(--red);
	text-decoration: none;
	background-color: transparent;
	transition: .2s;
}
.evTCY-info .access dd dd.pl a:hover {
	background-color: rgba(172,83,80,.1);
}
@media screen and (max-width: 800px) {
	.evTCY-info .access dd {
		margin: 0;
		padding-top: 1rem;
	}
	.evTCY-info .access dd dl {
		flex-direction: column;
		align-items: flex-start;
	}
	.evTCY-info .access dd dd {
		width: 100%;
	}
	.evTCY-info .access dd dd.pl {
		margin-left: 0;
		flex-direction: column;
	}
	.evTCY-info .access dd dd.pl li {
		flex-direction: column;
		align-items: flex-start;
	}
	.evTCY-info .access dd dd.pl a {
		width: 100%;
	}
}

/*-- link --*/
.evTCY-info .link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2rem auto 0;
	gap: 1rem;
}
.evTCY-info .link dl {
	display: flex;
	flex-direction: column;
	border-radius: .5rem;
	width: calc(50% - .5rem);
	min-width: 400px;
	background: #d3d4d4;
}
.evTCY-info .link dt {
	padding: .8rem;
	border-radius: .5rem .5rem 0 0;
	background: var(--gold);
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.evTCY-info .link dd {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	padding: 1rem;
	height: 100%;
	text-align: center;
	line-height: 1.4;
}
.evTCY-info .link dd div {
	width: 60px;
}
.evTCY-info .link dd  a {
	color: var(--brown);
}
@media screen and (max-width: 800px) {
	.evTCY-info .link dl {
		min-width: 100%;
	}
	.evTCY-info .link dt {
		font-size: .9rem;
		line-height: 1.2;
	}
	.evTCY-info .link dd {
		padding: 1rem .5rem;
		font-size: .9rem;
		font-weight: bold;
	}
	.evTCY-info .link dd div {
		width: 50px;
	}
}

/*-- pdf --*/
.evTCY-info .pdf {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 2rem auto 0;
}
.evTCY-info .pdf a {
	display: block;
	padding: 1rem;
	border-radius: .5rem;
	width: calc(50% - .5rem);
	background: var(--brown);
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 800px) {
	.evTCY-info .pdf a {
		width: 100%;
	}
}




/* スペシャルトークショー
====================================================*/
.ts-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1rem;
}
.ts-item {
	display: flex;
	flex-direction: column;
	width: calc(calc(100% - 2rem) / 3);
}
.ts-item .imgWrap {
	position: relative;
	aspect-ratio: 1/ 1;
}
.ts-item .catch {
	position: absolute;
	left: .5rem;
	bottom: .5rem;
	padding: .5rem;
	width: calc(100% - 1rem);
	border-radius: .5rem;
	background: rgba(255,255,255,.8);
	font-weight: bold;
	color: var(--red);
	text-align: center;
	line-height: 1.2;
}
.ts-item:nth-child(even) .catch {
	color: var(--brown);
}
.ts-item .txtWrap {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	height: 100%;
	padding: 1rem;
	background: var(--red);
	color: #FFF;
}
.ts-item:nth-child(even) .txtWrap {
	background: var(--brown);
}
.ts-item .date {
	font-size: 1.1rem;
	text-align: center;
}
.ts-item .name a {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 1.8rem;
	color: #FFF;
	font-weight: bold;
}
.ts-item .name span {
	padding-left: .5rem;
	font-size: 1rem;
}
.ts-item .txt {
	font-size: .9rem;
	line-height: 1.4;
}
@media screen and (max-width: 800px) {
	.ts-item {
		width: 100%;
	}
}





/* 発酵ワークショップ
====================================================*/
.ws-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1rem;
	background: var(--bgc);
}
.ws-item {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	width: calc(calc(100% - 2rem) / 3);
	text-align: center;
}
.ws-item .shop a {
	color: var(--brown);
	font-weight: bold;
}
.ws-item .txtWrap {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	color: var(--brown);
}
.ws-item .catch {
	color: var(--red);
	font-weight: bold;
}
.ws-item .ttl span {
	padding: 0 .5rem;
	background: linear-gradient(transparent 30%, #FFF 0%);
	font-size: 1.3rem;
	font-weight: bold;
}
.ws-item .time {
	font-size: .8rem;
	line-height: 1.4;
}
.ws-note {
	display: flex;
	flex-direction: column;
	gap: .3rem;
	padding: 0 1rem 1rem;
	background: var(--bgc);
	font-size: .9rem;
	color: var(--brown);
	text-align: center;
	line-height: 1.2;
}
@media screen and (max-width: 800px) {
	.ws-item {
		padding-bottom: 1rem;
		width: 100%;
		border-bottom: 1px solid var(--red);
	}
	.ws-note {
		text-align: left;
	}
}




/* 発酵ブース
====================================================*/
.bt-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.5rem 1rem;
	padding: 1rem;
	background: var(--bgc);
}
.bt-item {
	display: flex;
	width: calc(calc(100% - 2rem) / 3);
}
.bt-item a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: .5rem;
	font-weight: bold;
	text-align: center;
}
.bt-item a:hover {
	text-decoration: none;
}
.bt-item .txtWrap {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	color: var(--brown);
}
.bt-item .catch {
	color: var(--red);
	font-weight: bold;
}
.bt-item .shop {
	font-size: 1.2rem;
}
.bt-item img {
	transition: .4s;
}
.bt-item a:hover img {
	opacity: .8;
}
.bt-note {
	display: flex;
	flex-direction: column;
	gap: .3rem;
	padding: 0 1rem 1rem;
	background: var(--bgc);
	font-size: .9rem;
	color: var(--brown);
	text-align: center;
	line-height: 1.2;
}
@media screen and (max-width: 800px) {
	.bt-item {
		width: 100%;
	}
	.bt-item a {
		width: 100%;
		flex-direction: row-reverse;
		text-align: left;
	}
	.bt-item .imgWrap {
		width: 150px;
	}
	.bt-item .txtWrap {
		flex: 1;
		gap: .5rem;
		justify-content: center;
	}
	.bt-note {
		text-align: left;
	}
}




/* footer
====================================================*/
.evTCY-footer dl {
	display: flex;
	flex-direction: column;
	padding-bottom: 1rem;
	color: var(--brown);
	text-align: center;
	line-height: 1.4;
}
.evTCY-footer dt {
	font-weight: bold;
}
.evTCY-footer dd {
	padding-bottom: .5rem;
}
.evTCY-footer a {
	color: #000;
}



</pre></body></html>