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

/* ------------------------------
            共通
------------------------------ */

body {
    margin: 0;
}

.list_page * {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    color: #252525;
    font-feature-settings: "palt" 1;
}

.list_container{
    position: relative;
}

.list_page::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("/event/cyclekitchen/lib/2025/images/list_bg_sp.png") center/cover no-repeat;
    z-index:-1;
}

.list_page ul {
    list-style-type: none;
}

.list_page h1,
.list_page h2,
.list_page h3 {
    font-weight: normal;
}

.list_page img {
    max-width: 100%;
}

.list_page a {
    text-decoration: none;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

.box_m {
    width: 90%;
    margin: 0 auto;
}

.list_page h2 {
    color: #6e0737;
    font-weight: 900;
    font-size: clamp(24px, 6vw, 30px);
    text-align: center;
    margin: 20px 0;
    letter-spacing: .1em;
}

.list_page h2::after {
    content: "※メニューと価格は変更になる可能性がございます。";
    display: block;
    color: #6e0737;
    margin-top: 5px;
    font-style: normal;
    font-size: clamp(10px, 2vw, 16px);
    font-weight: normal;
    letter-spacing: 0;
}

/* ------------------------------
        出店一覧
------------------------------ */

.list_wrap {
    padding: 0 5%;
}

.list_wrap::after {
    content: "※メニューと価格は変更になる可能性がございます。";
    display: block;
    color: #6e0737;
    margin-top: 5px;
    font-style: normal;
    font-size: clamp(10px, 2vw, 16px);
    font-weight: normal;
    letter-spacing: 0;
    text-align: center;
    margin: 30px auto;
}

.list_wrap div {
    max-width: 400px;
    margin: 0 auto 30px auto;
    background-color: #fdd000;
    padding: 20px 5%;
}

.list_wrap h3 {
    font-weight: bold;
    font-size: clamp(20px, 3vw, 22px);
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.list_wrap h3 a {
    /* background-color: #6e0737; */
    font-size: clamp(14px, 1vw, 20px);
    background-color: #fff;
    border: 1px solid #6e0737;
    color: #6e0737;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_wrap i {
    text-align: center;
    display: block;
}

.list_wrap i img {
    width: 100%;
    height: auto;
}

.list_wrap ul {
    border-bottom: 1px dotted #000;
    padding: 10px 0 5px 0;
    overflow: hidden;
}

.list_wrap ul li {
    font-size: clamp(16px, 3vw, 20px);
    display: inline;
}

.list_wrap ul li:first-child {
    float: left;
}

.list_wrap ul li:not(:first-child) {
    float: right;
}

.list_wrap ul li:nth-child(n + 3) {
    clear: both;
}


.list_wrap ul li span {
    font-size: clamp(10px, 3vw, 16px);
}

.list_wrap p {
    font-size: clamp(14px, 3vw, 18px);
    margin-top: 10px;
}

/* ------------------------------
    　X・Instagram・TOPボタン
------------------------------ */

#button_links {
    position: fixed;
    bottom: 15px;
    right: 0;
    display: grid;
    text-align: center;
    z-index: 100;
}

#button_links a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-top: 2px solid #6e0737;
    border-bottom: 5px solid #6e0737;
    border-left: 2px solid #6e0737;
}

#button_links .button_sns {
    background-color: #fdd000;
    color: #6e0737;
    padding: 1px 0 0 0;
}

#button_links .button_top {
    background-color: #fff;
    color: #6e0737;
}

#button_links a i {
    font-size: clamp(24px, 4vw, 26px);
}

#button_links a img {
    width: 60%;
    margin: 0 auto;
    height: auto;
}

/* ==========================================
    【g_navi】ブロック ※ハンバーガーメニュー
============================================*/

.demo_area { /* 『position: sticky;』を設定する要素の直上の親要素に『position: relative;』設定が必要 */
	position: relative;
}

#p_header, #p_header2 {
	position: sticky;
	top: -1px;
	z-index: 900;
}

.g_navi {
	position: relative;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.btn_home_wrap {
	font-size: 0 !important;
	width: 100%;
	max-width: 146px;
	margin: 0 16px;
}

.btn_home {
	display: inline-block !important;
	width: 100%;
}

.g_navi_wrap {
    width: 100%;
    max-width: 1320px;
    display: flex;
    flex-wrap: wrap;
}

.g_navi_wrap li {
	width: calc(100% / 6);
	text-align: center;
	border-right: solid 2px var(--myColor05);
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	display: block;
	position: relative;
}

.g_navi_wrap li &gt; div {
	width: 100%;
}

.g_navi_wrap li:first-child {
	border-left: solid 2px var(--myColor05);
}

.g_navi_wrap button {
	font-size: inherit;
	font-family: inherit;
	background-color: unset;
	border: 0;
}

.g_navi_wrap a,
.g_navi_wrap button {
	display: block;
	width: 100%;
	line-height: 1.1;
	padding: 0 1em;
	transition: unset !important;
}

.g_navi_wrap a {
    box-sizing: border-box;
}

.g_navi_wrap a:hover span {
    color: #fdd000;
    transition-duration: .1s;
}

.g_navi_wrap span {
	font-weight: bold;
	color: #000;
	padding: 5px 0;
	display: inline-block;
}

.g_navi_wrap span::after {
	content: attr(data-text)"";
	font-size: 11px;
    font-weight: normal;
    margin-top: 4px;
    display: block;
}

.g_navi a[tabindex*="-1"] {
	position: relative;
}

.nav_mob {
	padding: 16px 0;
}
.nav_mob .btn_home_wrap {
	margin: 0 auto;
}

.g_navi_lower {
	display: none;
}

.g_navi_lower li {
	position: relative;
	width: 100%;
}

.g_navi_lower li::before {
	position: absolute;
	content: "";
	border-top: solid 1px #505050;
	width: 50%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.g_navi_lower span {
	white-space: nowrap;
}


/* ----768px以上----- */
@media screen and (min-width: 768px) {
	.menu_wrap {
		background-color: var(--myColor01);
	}

	.trigger_wrap {
		display: none;
	}

	.g_navi {
		display: -webkit-flex !important;
		display: flex !important;
		justify-content: center;
		padding-left: var(--myBasePX_S);
        background-color: #fff;
	}

	.btn_home_wrap {
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}

    .g_navi_lower {
		position: absolute;
		z-index: 1111;
		color: #fff;
		background-color: var(--myColor01);
		border: solid 1px #505050;
		border-top: 0;
		width: inherit !important;
		top: 100%;
	}

    .g_navi_wrap a {
        border-right: 1px solid #d5d5d5;
        padding: 10px 0;
    }

    .g_navi_wrap li:first-of-type a {
        border-left: 1px solid #d5d5d5 ;
    }
    
    .g_navi_wrap li {
        font-size: clamp(14px, 2vw, 18px);
    }

}


/* ----768px以下----- */
@media screen and (max-width: 768px) {
	.trigger_wrap {
		text-align: right;
		padding: 0 45px;
		height: 50px;
		background-color: var(--myColor01);
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
        display: -webkit-flex;
        display: flex;
        justify-content: flex-end;
        align-items: center;
		position: relative;
		z-index: 1010;
        background-color: #fff;
	}

	.btn_trigger {
		color: #fff;
		background-color: transparent;
		border: 0;
		position: relative;
	}

	.btn_trigger i {
		font-size: 22px;
		position: absolute;
		top: 50%;
		left: 50%;
        right: 0;
		transform: translate(-50%,-50%);
        color: #fdd000;
	}

	.btn_trigger .menu_close,
	.btn_trigger.is-opend .menu_bar {
		display: none;
	}

	.btn_trigger.is-opend .menu_close {
		display: block;
	}

	.g_navi {
		width: 100%;
		margin-top: 50px;
		position: absolute;
		top: 0;
		max-height: 100vh;
        height: 100vh;
		overflow-y: scroll;
		background-color: rgba(255, 255, 255, 0.9);
		display: none;
		-ms-overflow-style: none;	/*スクロールバー非表示（IE・Edge）*/
		scrollbar-width: none;	/*スクロールバー非表示（Firefox）*/
		z-index: 1000;
	}
	.g_navi::-webkit-scrollbar{	/*スクロールバー非表示（Chrome・Safari）*/
		display:none;
	}

    .g_navi_wrap {
        margin: 30px 0;
    }

	.g_navi_wrap.flex {
		flex-direction: column;
		padding: 20px 16px; 
	}

	.g_navi_wrap li {
		border: 0 !important;
		width: 100%;
		max-width: 400px;
		margin: 0 auto !important;
		display: block;
	}

	.g_navi_wrap a,
	.g_navi_wrap button {
		padding: 3.5vh 8px;
	}

	.g_navi_wrap span {
		color: #000;
	}

	.g_navi a[tabindex*="-1"]::after {
		color: var(--myColor01);
	}

	.g_navi_wrap .g_navi_lower li {
		border: none !important;
	}

    .g_navi_wrap li {
        font-size: clamp(16px, 3vw, 18px);
    }

}


@media screen and (min-width: 768px) {

    /* ------------------------------
            共通
    ------------------------------ */

    .sp {
        display: none;
    }   

    .pc {
        display: block;
    }
    
    .box_m {
        max-width: 1100px;
    }

    .list_page::before {
        background: url("/event/cyclekitchen/lib/2025/images/list_bg_pc.png") center/cover no-repeat;    
    }

    .list_page h2 {
        font-size: clamp(32px, 6vw, 42px);
        margin: 50px 0;
    }

    /* ------------------------------
            出店一覧
    ------------------------------ */

    .list_wrap {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .list_wrap h3 {
        font-size: clamp(18px, 2vw, 20px);
    }

    .list_wrap h3 a:hover {
        transition-duration: .2s;
        color: #fdd000;
    }

    .list_wrap div {
        max-width: fit-content;
        width: 49%;
        padding: 20px 2.5%;
        box-sizing: border-box;
        margin: 0 0 30px 0;
    }

    .list_wrap div:not(:nth-of-type(2n)) {
        margin-right: 2%;
    }

    .list_wrap::after {
        margin: 30px auto 50px auto;
        width: 100%;
    }

    .list_wrap p {
        font-size: clamp(14px, 1.5vw, 18px);
    }

    .list_wrap ul li {
        font-size: clamp(16px, 1.5vw, 20px);
    }

    .list_wrap ul li span {
        font-size: clamp(12px, 1vw, 16px);
    }

    /* ------------------------------
        　X・Instagram・TOPボタン
    ------------------------------ */

    #button_links .button_sns {
        padding: 10px 10px 8px 10px;
    }

    #button_links .button_sns:hover i {
        color: #fff;
        transition-duration: .2s;
    }

    #button_links .button_top {
        padding: 10px;
    }

    #button_links .button_top img {
        width: 80%;
    }

    #button_links .button_top:hover img {
        filter: brightness(0) saturate(100%) invert(88%) sepia(30%) saturate(2403%) hue-rotate(348deg) brightness(102%) contrast(102%);
        transition-duration: .2s;
    }

    #button_links a i {
        font-size: clamp(22px, 5vw, 34px);
    }
}

@media screen and (min-width: 1024px) {

    .list_wrap h3 {
        font-size: clamp(14px, 1.5vw, 22px);
    }

    .list_wrap div:not(:nth-of-type(2n)) {
        margin-right: 0;
    }

    .list_wrap div:not(:nth-of-type(3n)) {
        margin-right: 2%;
    }

    .list_wrap div {
        width: 32%;
    }

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