<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚ºç”¨CSS */
.ec-newsItemRole .ec-newsItemRole__title {
	color: #000000;
}

.ec-newsItemRole .ec-newsItemRole__date {
	color: #C5AD7A;
	/* font-size: 1.06rem; */
	font-size: 0.93rem;
}

.ec-secHeading h2 {
	display: inline-block;
	position: relative;
}

.ec-secHeading h2::before {
	position: absolute;
	left: -50px;
	top: 10px;
	width: 17px;
	height: 50px;
	content: "";
	background: url(../img/common/ico_h2left.svg);
	background-size: 17px;
}

.ec-secHeading h2::after {
	position: absolute;
	right: -50px;
	top: 10px;
	width: 17px;
	height: 50px;
	content: "";
	background: url(../img/common/ico_h2right.svg);
	background-size: 17px;
}

.ec-conceptRole .ec-secHeading h2::before {
	width: 0;
}

.ec-conceptRole .ec-secHeading h2::after {
	width: 0;
}

.ec-secHeading .ec-secHeading__en {
	color: #C5AD7A;
}

.ec-secHeading .ec-secHeading__ja {
	color: #000000;
}

.ec-conceptRole .ec-secHeading .ec-secHeading__en {
	color: #000000;
}

.ec-conceptRole .ec-secHeading .ec-secHeading__ja {
	color: #707070;
}

.ec-categoryRole .ec-categoryRole__content .title {
	color: #C5AD7A;
}

.ec-categoryRole .ec-categoryRole__image .item .content_sp .title {
	color: #C5AD7A;
}

.ec-categoryRole .ec-categoryRole__content .description {
	color: #000000;
}

.ec-categoryRole .ec-categoryRole__image .item .content_sp .description {
	color: #000000;
}

.ec-pickupRole .slickGutter .slick-list .slick-slide {
	position: relative;
}

.ec-pickupRole .ec-pickupRole__item .image {
	display: block;
	width: 100%;
	filter: brightness(0.5);
}

.ec-pickupRole .ec-pickupRole__item .content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 2em;
	align-items: flex-start;
}

.ec-pickupRole .ec-pickupRole__item .content .title {
	/* font-size: 1.47rem; */
	font-size: 18px;
	font-weight: 500;
	font-family: "Playfair Display", serif;
}

.ec-pickupRole .ec-pickupRole__item .content .subtext {
	/* font-size: 1.47rem; */
	font-size: 14px;
	font-weight: 500;
	font-family: "Playfair Display", serif;
}

.ec-pickupRole .ec-pickupRole__item .content .link {
	font-size: 0.93rem;
	/* margin-top: 1em; */
	margin-top: 0.5em;
}

.ec-headPromotionRole .ec-headPromotionRole__inner .item .title {
	color: #C5AD7A;
}

.ec-headPromotionRole .ec-headPromotionRole__inner .item .description {
	color: #000000;
}

.ec-headerRole {
	height: 120px;
	padding: 25px 30px 15px 15px;
}

.ec-headerTitle a img {
	max-height: 120px;
}

.ec-headerRole .ec-headerRole__left {
	align-items: flex-start;
}

.ec-headerRole .ec-headerRole__right {
	align-items: flex-start;
}

.ec-headerMenu {
	align-items: flex-start;
}

body.scrolled .ec-layoutRole .ec-headerRole {
	height: 45px;
	padding: 10px 30px 10px 15px;
}

body.scrolled .ec-layoutRole .ec-headerTitle a img {
	max-height: 120px;
}

body.scrolled .ec-layoutRole .ec-headerRole .ec-headerRole__left {
	align-items: center;
}

body.scrolled .ec-layoutRole .ec-headerRole .ec-headerRole__right {
	align-items: center;
}

body.scrolled .ec-layoutRole .ec-headerMenu {
	align-items: center;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

body.scrolled .pc {
	display: none;
}

body.scrolled .sp {
	display: block;
}

.ec-shopMapRole .ec-shopMapRole__content address a {
	pointer-events: none;
	color: #FFFFFF;
}

@media only screen and (max-width: 1280px) {
	.ec-headerRole {
		height: 45px;
		padding: 0;
	}

	.ec-headerTitle a img {
		max-height: 45px;
	}

	.ec-headerRole .ec-headerRole__left {
		align-items: center;
	}

	.ec-headerRole .ec-headerRole__right {
		align-items: center;
	}

	.ec-headerMenu {
		align-items: center;
	}

	body.scrolled .ec-layoutRole .ec-headerRole {
		height: 45px;
		padding: 0;
	}

	body.scrolled .ec-layoutRole .ec-headerTitle a img {
		max-height: 45px;
	}

	body.scrolled .ec-layoutRole .ec-headerRole .ec-headerRole__left {
		align-items: center;
	}

	body.scrolled .ec-layoutRole .ec-headerRole .ec-headerRole__right {
		align-items: center;
	}

	body.scrolled .ec-layoutRole .ec-headerMenu {
		align-items: center;
	}


	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

@media only screen and (max-width: 767px) {


	.ec-secHeading h2::before {
		position: absolute;
		left: -30px;
		top: 5px;
		width: 14px;
		height: 40px;
		content: "";
		background: url(../img/common/ico_h2left.svg) no-repeat;
		background-size: auto 40px;
	}

	.ec-secHeading h2::after {
		position: absolute;
		right: -30px;
		top: 5px;
		width: 14px;
		height: 40px;
		content: "";
		background: url(../img/common/ico_h2right.svg) no-repeat;
		background-size: auto 40px;
	}

	.ec-conceptRole .ec-secHeading h2::before {
		width: 0;
	}

	.ec-conceptRole .ec-secHeading h2::after {
		width: 0;
	}

	.ec-pickupRole .ec-pickupRole__item .content {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		padding: 1em;
		align-items: flex-start;
	}

	.ec-pickupRole .ec-pickupRole__item .content .title {
		font-size: 1rem;
		font-weight: 500;
	}

	.ec-pickupRole .ec-pickupRole__item .content .subtext {
		font-size: 1rem;
		font-weight: 500;
	}

	.ec-pickupRole .ec-pickupRole__item .content .link {
		font-size: 0.8rem;
		margin-top: 0.5em;
	}
}


.ec-layoutRole__contentBottom .ec-headerSearch .ec-headerSearch__body {
	background: transparent;
}

.ec-layoutRole__contentBottom .ec-headerSearch .ec-headerSearch__button {
	display: none;
}

.ec-shopMapRole .ec-shopMapRole__content .logo {
	font-size: 1.67rem;
	color: #fff;
	font-weight: bold;
}

/* ã‚¤ãƒ³ã‚¹ã‚¿ã‚°ãƒ©ãƒ&nbsp; */
#instagram-feed img {
	transition-duration: 0.6s;
	object-fit: cover;
}

#instagram-feed img:hover {
	transform: scale(1.1);
	/* -webkit-filter: brightness(1.05); */
	/* filter: brightness(1.05); */
}

/* footerã‚³ãƒ³ãƒ†ãƒ³ãƒ„ */
.add_flex_column {
	display: flex;
	flex-direction: column;
}

/* æ–°ç€æƒ…å&nbsp;± */
.ec-newsRole__list article a:hover {
	text-decoration: none;
}

.ec-newsRole__list .row .col-xs-12 {
	padding: 0px;
}

.ec-newsRole__list .tabacms_thumbnail_wrapper .tabacms_thumbnail img {
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.ec-newsRole__list .tabacms_blog_list article {
		margin-bottom: 0;
	}

	.ec-newsRole__list .tabacms_thumbnail_wrapper {
		margin: 0px 0px 0px 0px !important;
	}

	.ec-newsRole__list .row .col-xs-6 {
		padding-left: 5px;
		padding-right: 5px;
	}
}
.ec-shopMapRole .ec-shopMapRole__container {
	background: url(https://www.gyuya.net/html/template/dtJEIA4010/assets/img/sample/access_bg.jpg) no-repeat right center/cover;
}
.ec-shopMapRole .ec-shopMapRole__content .logo,
.ec-shopMapRole .ec-shopMapRole__content address {
	text-shadow: 0px 0px 5px #000;
}
.ec-shopMapRole .ec-shopMapRole__content .shopinformation {
	border-radius:1.3em;
	border:1px solid #fff;
	color:#fff;
	padding:.4em 1.6em;
	display:inline-block;
	margin:1em auto 0;
}
@media only screen and (max-width: 767px) {
	.ec-shopMapRole .ec-shopMapRole__content {
		text-align: center;
	}
}

/* instagram */
.ec-instagramRole .ec-instagramRole__list li {
	display: flex;
}
.ec-instagramRole .ec-instagramRole__list li a {
	display: flex;
    max-height: 200px;
}
@media only screen and (max-width: 767px) {
	.ec-instagramRole .ec-instagramRole__list li a {
		max-height: 150px;
	}
}</pre></body></html>