<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 {
	font-size: 16px;
}

/*----------------------------------------------- hover */
.view_more {
	background-image: linear-gradient(to right,#a39068,#a39068 50%,#333 50%);
	background-size: 200% 100%;
	background-position: -100%;
	padding: 0;
	position: relative;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s ease-in-out;
}
.view_more:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	transition: all 0.3s ease-in-out;
}
.accessory .view_more:before {
	background: #008b00;
}
.interior .view_more:before {
	background: #b08b6d;
}
.fashion .view_more:before {
	background: #0088a0;
}
.children .view_more:before {
	background: #ff809e;
}
.food .view_more:before {
	background: #b32003;
}
.beauty .view_more:before {
	background: #6e5c9f;
}
.sdgs .view_more:before {
	background: #9dcf3f;
}


@media (hover: hover) and (pointer: fine) {
	.shop a:nth-of-type(2):hover .view_more {
		background-position: 0;
	}
	.shop a:nth-of-type(2):hover .view_more::before {
		width: 100%;
	}
	.shop a:nth-of-type(2):hover {
		opacity: 1;
	}
	.bnr_link a:hover,
	.accessibility a:hover,
	footer .contact a:hover,
	.contact a:hover,
	.outline_item .place a:hover,
	.item_cont a:hover,
	.accessibility a:hover {
		color: #a39068;
		transition: all 0.3s ease 0s;
		opacity: 1;
	}
	.contact p.address:hover::after,
	.contact p.tel:hover::after {
		color: #a39068;
		transition: all 0.3s ease 0s;
		opacity: 1;
	}
	.shops_table .s_name a:hover {
		color: #a39068;
		transition: all 0.3s ease 0s;
	}
	.promotion_weeks a:hover {
		color: #3f4444;
		transition: all 0.3s ease 0s;
	}
}

/*----------------------------------------------- 共通 */
.section_inner,
.footer_inner,
.shops .notice {
	width: 85%;
	max-width: 700px;
}
.btn {
	margin: 35px auto 50px;
}
.btn a {
	width: 400px;
	font-size: 20px;
}

.lines,
.cooperate .lines {
	font-size: 25px;
	line-height: 45px;
}
.lines::before, .lines::after,
.cooperate .lines::before, .cooperate .lines::after {
	width: 45px;
	height: 45px;
}
.lines::before,
.cooperate .lines::before {
	left: -60px;
}
.lines::after,
.cooperate .lines::after {
	right: -60px;
}


/*----------------------------------------------- header */
header {
	margin-top: 50px;
}
.header_inner {
	display: block;
	padding-top: 25px;
	padding-bottom: 100px;
	margin-bottom: 50px;
}
.header_logo_area {
	padding: 30px 0;
	padding-top: 60px;
}
.title_yokohama {
	width: 450px;
}
.title_col_w {
	width: 450px;
	margin-top: 15px;
}
.exhibition {
	width: 325px;
	padding: 0;
	height: 65px;
	top: -30px;
	left: -7.5vw;
}
.header_inner .project {
	margin-bottom: 30px;
	font-size: 20px;
}
.header_inner .catch {
	margin: 35px auto 0
}
.header_inner .catch p {
	width: 100%;
	font-size: 20px;
	margin: auto auto 20px;
}
.header_inner .catch p.serif {
	font-size: 25px;
	margin-bottom: 35px;
}
.header_inner .catch p.serif span {
	display: inline-block;
	width: 0.5em;
}
.hd_bottom {
	padding: 5px;
}
.header_inner &gt; .notice {
	width: 500px;
}
.header_inner &gt; .notice &gt; p {
	font-size: 100%;
	line-height: 1.5;
}
.fee_free {
	margin: 30px auto 5px;
}
.mv {
	max-width: 1200px;
	margin: auto;
}
.header_inner .sns_wrap {
	margin: 50px auto;
}
.header_logo_area::after {
	width: 17px;
	height: 335px;
	right: -25px;
	top: 75px;
}
.scroll {
	font-size: 18px;
	bottom: 0;
}
.scroll a::after {
	width: 30px;
	height: 15px;
	margin: 0 auto 10px;
}

@media screen and (min-width: 850px) {
	.title_yokohama {
		width: 500px;
	}
	.title_col_w {
		width: 500px;
	}
	.header_inner .project {
		font-size: 23px;
	}
}

/*----------------------------------------------- 開催概要 .outline */
.outline {
	padding: 35px 0 100px;
}
.outline_item .big {
	font-size: 2.25em;
}
.outline_item {
	padding: 0;
}
.outline_item p {
	margin: 30px auto;
	font-size: 25px;
}
.outline_item .time .small {
	font-size: 22px;
}
.outline_item .place  {
	font-size: 22px;
	margin: 40px auto;
}
.outline_item .time {
	font-size: 45px;
}
.outline_item .time span {
	font-size: 25px;
	padding: 0 20px;
	margin-left: 15px;
}


/*----------------------------------------------- 出展者一覧 .shops */
.shops {
	padding: 85px 0 0;
}
.shops .section_inner {
	width: 100vw;
	max-width: 100vw;
}
.shops_wrap {
	max-width: 700px;
	margin: auto;
}
.shop {
	width: 29%;
	flex-direction: column;
	align-self: flex-start;
	border-bottom: none;
	margin: 50px 0;
	padding-bottom: 0;
}
.shops_wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shops_wrap ul::before,
.shops_wrap ul::after {
	content: '';
	width: 28%;
	height: 0;
	display: block;
	margin: 0;
}
.shops_wrap ul::before {
	order: 2;
}
.shops_wrap {
	padding: 0 30px 30px;
}
.shop a:first-of-type,
.shop a:nth-of-type(2) {
	width: 100%;
}
.s_name span::before {
	width: 95px;
}
.s_name {
	margin: 15px auto 8px;
}
.notice {
	margin: 5px auto 30px;
}
.shop a:nth-of-type(2) {
	height: 180px;
}
.shops_wrap hr {
	content: "";
	width: 100%;
	border: none;
	border-bottom: dashed 1px #3f4444;
}
.shops .notice {
	text-indent: 0;
	padding: 0 30px;
	width: 100%;
}


/*----------------------------------------------- 連携している施設 .cooperate */
.cooperate h2 {
	font-size: 20px;
	padding: 7px 0;
	margin: 50px auto 25px;
}
.cooperate h2 span {
	padding: 10px 0;
}
.cooperate {
	padding: 75px 0;
	margin-top: 60px;
}
.cooperate .shop_title {
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	border-top:dashed 1px #494342;
}
.shop_wrap &gt; div {
	width: 392px;
	margin: 0 0 16px;
}
.shop_wrap {
	justify-content: center;
	margin-top: 30px;
}
.shop_wrap li {
	width: 32%;
	margin-bottom: 12px;
}
.shop_wrap li:first-of-type,
.shop_wrap li:nth-of-type(4) {
	margin-right: 1.7%;
}
.shop_wrap li:nth-of-type(3),
.shop_wrap li:nth-of-type(6) {
	margin-left: 1.7%;
}


/*----------------------------------------------- 表 .item_wrap */
.item_cont {
	padding: 10px 20px;
}
.item_wrap {
	margin-bottom: 10px;
}
.item_cont ul li {
	margin-bottom: 2px;
}


/*----------------------------------------------- footer */
footer {
	padding: 50px 0 0;
}
.ft_logo {
	width: 185px;
}
footer .organizer_w {
	width: 45%;
}
footer .contact {
	width: 55%;
}
footer .organizer_w {
	border-right: dashed 1px #fff;
}
footer .contact {
	border: none;
	margin: 0;
	padding: 10px 0 10px 30px;
}
.footer_l {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
footer .organizer &gt;p:first-of-type,
footer .contact &gt;p:first-of-type {
	margin-top: 0;
	width: 100px;
}
footer .organizer {
	padding-left: 20px;
}
.contact_link {
	margin-top: 15px;
}
.footer_bnr {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: 700px;
	margin: 30px auto;
}
.footer_bnr img {
	width: 340px;
	margin: auto;
}
.copy {
	margin: 20px auto 10px;
}


/*----------------------------------------------- snsリンク */
.footer_r {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 20px;
}
.sns a {
	width: 50px;
	height: 50px;
	font-size: 25px;
	line-height: 50px;
	margin-left: 20px;
}
.sns i {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	font-size: 25px;
	line-height: 50px;
}
.sns i.fa-facebook-f:hover {
	background-color: #3b5998;
	border-radius: 50%;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.sns i.fa-instagram:hover {
	width: 50px;
	height: 50px;
	background-image: url(../img/insta_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	opacity: 1;
	transition: all 0.3s ease 0s;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  改行位置調整
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.br_sp,
.img_sp,
.sp {
	display: none;
}
.img_pc{
	display: block;
}
.br_pc
.pc {
	display: none;
}
.br_tb {
	display: inline;
}
.tb {
	display: block;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  当日Map追加
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.map {
	margin: 50px auto 0;
	padding: 40px 0 0;
}
.map h3 {
	font-size: 20px;
	width: 400px;
	margin: auto;
}
.map img {
	margin-top: 35px;
}
.map a:first-of-type::after {
	bottom: 10%;
}
@media (hover: hover) and (pointer: fine) {
	.map a:hover img {
		box-shadow: none;
		opacity: 1;
		transform: translate(0, 3px);
		transition: all 0.3s ease 0s;
	}
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  プロモ誘導　追加
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.modal-content .btn a {
	width: 350px;
	font-size: 20px;
}
.modal-content {
	padding: 4em 2em;
	padding-top: 0;
}

@media (hover: hover) and (pointer: fine) {
	.modal-content a:hover {
		color: #9B6CAB !important;
		transition: all 0.3s ease 0s;
		opacity: 1;
	}
	.modal-content .btn a:hover {
		color: #fff !important;
		box-shadow: none;
		transform: translateY(5px);
		transition: all 0.3s;
	}
	.close-button:hover,
	.close-button:focus {
		color: black;
		text-decoration: none;
		cursor: pointer;
	}
	.modal-content .modal-img:hover {
		box-shadow: none;
		transform: translateY(3px);
		transition: all 0.3s;
	}
}
</pre></body></html>