<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ===================================================================
	style.css
=================================================================== */
/*----------------------------------------------------
	メインビジュアル 
----------------------------------------------------*/
#mv {
	background-image: url("../img/mv.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height: 1120px;
	margin: 60px 0 0;
}
@media only screen and (max-width: 768px) {
#mv {
	background:none;
	height: auto;
	margin: auto;
}
}
/*----------------------------------------------------
	商品一覧
----------------------------------------------------*/
#itemWrapper {
	background: #ffffff;
}
.itemContents {
	padding: 40px 0 70px;
	overflow: hidden;
}
@media screen and ( max-width:640px ){
.itemContents {
	padding: 0 0 30px;
}
}
/*	見出し・メイン画像・説明文
------------------------------------ */
/* titleBox1 */
.titleBox1 {
	padding: 40px 3%;
	text-align: center;
}
.titleBox1 .s_title {
	margin: 5px 0 15px;
	font-size: clamp(18px, 4vw, 45px);
}
.titleBox1 .m_title {
	font-size: clamp(18px, 6vw, 65px);
	line-height: 1.4;
}
/* itemMain */
.itemMain {
 	text-align: center;
	margin: 30px auto;
}
.itemList + .itemMain {
	margin-top: 100px;
}
.itemMain dl {
	margin: 30px 20px 20px;
	font-weight: bold;
}
.itemMain dl dt {
	font-size: 32px;
	line-height: 1.6;
}
.itemMain dl dd {
	font-size: 16px;
	margin-top: 20px;
	letter-spacing: 1px;
}
.itemMain .lead {
	margin: 30px 3% 0;
	font-size: clamp(16px, 3vw, 20px);
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2;
}
.noshiArea {
	margin: 2% 3% 4%;
	text-align: center;
}
.noshiArea p {
	margin: 0 0 15px;
	font-size: clamp(16px, 3vw, 28px);
	font-weight: bold;
	color: #d4260d;
}
.noshiArea figure {}
.noshiArea figure img {
	width: 600px;
	max-width: 100%;
	border: solid 1px #d1c7b2; 
}

@media screen and ( max-width:640px ){
/* titleBox1 */
.titleBox1 {
	padding: 10px 0px;
}
.titleBox1 .s_title {
	margin-top: 5px;
	letter-spacing: normal;
}
.titleBox1 .m_title {
	margin-top: 0;
}
/* itemMain */
.itemMain {
	margin: 10px auto;
}
.itemMain dl {
	margin: 10px 20px 10px;
	letter-spacing: normal;
	line-height: 1.7;
	text-align: left;
}
.itemMain dl dt {
	font-size: 18px;
}
.itemMain dl dd {
	font-size: 13px;
	margin-top: 10px;
}
.itemMain .lead {
	margin: 10px 15px 0;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 1.7;
	text-align: left;
}
.itemList + .itemMain {
	margin-top: 20px;
}
}
/*	itemList（一覧）
------------------------------------ */
.itemList {
	max-width: 1100px;
	margin: 0 auto;
}
.itemList &gt; ul::after,
.itemList &gt; ul &gt; li::after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.itemList &gt; ul &gt; li {
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding: 20px 10px 0;
}
.itemList .frame {
	box-sizing: border-box;
	background: url(../img/background_03.jpg) repeat left top;
	border: double 3px #a17d0f;
	padding: 20px;
}
.itemList figure {
	position: relative;
	z-index: 0;
}
.itemList figure img {
	width: 100%;
}
.itemList figure .status {
	position: absolute;
	left: 10px;
	top: 5px;
}
.itemList .specBox {
	overflow: hidden;
	font-weight: bold;
}
.itemList .area {
	font-size: 28px;
	color: #583d3f;
}
.itemList h3 {
	margin-top: 0;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.2;
	color: #583d3f;
}
.itemList h3 span {
	font-size: 13px;
}
.itemList .comment {
	margin: 8px 0 5px;
	font-size: 22px;
	color: #ac851c;
	line-height: 1.4;
}
.itemList .setCont {
	list-style: disc outside;
	background: rgba(255,255,255, 0.7);
	border: solid 1px #a99761;
	margin: 10px 0 0;
	padding: 10px 15px 10px 15px;
	font-size: 18px;
	color: #583d3f;
}
.itemList .setCont span {
	color: #ee3c24;
}
.itemList .priceBox {
	margin-top: 10px;
}
.itemList .priceBox .price1 {
	display: block;
	font-size: 30px;
	margin:	0 0 -5px;
}
.itemList .priceBox .price2 {
	font-size: 66px;
	color: #9e0000;
	line-height: 1.2;
	font-family: 'Lora', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "メイリオ",Meiryo, sans-serif;
}
.itemList .priceBox .price2 span {
	font-size: 18px;
	margin-left: 4px;
}
.itemList .priceBox .price2 span.free {
	display: inline-block;
	background: #9e0000;
	border-radius: 3px;
	margin: 0 10px 0 0;
	padding: 8px 10px;
	color: #ffffff;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 1px;
	vertical-align: 12px;
}
.itemList .priceBox .price2 span.off {
	background: linear-gradient(transparent 55%, #ffee8f 85% ,transparent 90%);
	margin-right: 10px;
	font-size: 58px;
	vertical-align: 5px;
}
.itemList .priceBox .price2 span.off span {
	font-size: 30px;
	margin: 0;
}
.itemList .omake {
	margin: 10px 0 0;
	font-size: 20px;
	color: #a27326;
	line-height: 1.5;
}
.itemList .close {
	display: block;
	position: relative;
	background: #a1a1a1;
	border: solid 1px #a1a1a1;
	border-radius: 6px;
	margin: 10px 0 0;
	padding: 7px 10px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}
.itemList .button {
	display: block;
	position: relative;
	background: #7e1000;
	border: solid 1px #7e1000;
	border-radius: 4px;
	margin: 10px 0 0;
	padding: 7px 10px;
	font-size: 26px;
	color: #ffffff;
	text-align: center;
}
.itemList a:hover.button {
	background: #ffffff;
	border: solid 1px #7e1000;
	color: #7e1000;
}
/* col1（1列） ----------------------------*/
.itemList &gt; ul.col1 &gt; li {
	width: 100%;
}
.itemList .col1 .frame {
	padding: 30px;
	min-height: 496px;
}
.itemList .col1 figure {
	box-sizing: border-box;
	width: 45%;
	max-width: 640px;
	float: left;
	padding: 0 30px 0 0;
}
.itemList .col1 li:nth-child(even) figure {
	float: right;
	padding: 0 0 0 30px;
}
/* col3（3列） ----------------------------*/
.itemList .col3 &gt; li {
	width: calc(100% / 3);
}
.itemList .col3 .price2 span.free {
	padding: 2px 10px;
	font-size: 17px;
	vertical-align: 5px;
}
/*	レスポンシブ
------------------------------------ */
@media screen and ( max-width: 1100px ){
.itemList ul{
	margin: 0 20px;
}
.itemList &gt; ul &gt; li {
	padding: 20px 10px 0;
}
.itemList .col3 &gt; li {
	width: calc(100% / 3);
}
}
@media screen and ( max-width: 1000px ){
.itemList .col1 .frame {
	padding: 20px;
}
.itemList &gt; .col3 &gt; li {
	width: 50%;
}
.itemList &gt; .col2.square &gt; li	{
	width: 100%;
}
.itemList &gt; .col3.square &gt; li {
	width: 100%;
}
.itemList &gt; .col3.square figure {
	box-sizing: border-box;
	width: 35%;
	float: left;
	padding-right: 20px;
}
}
@media screen and ( max-width: 780px ){
.itemList ul {
	margin: 0 10px;
}
.itemList &gt; ul &gt; li {
		padding: 10px 5px 0;
}
.itemList ul li a {
	padding: 15px;
}
.itemList .specBox{
	margin-top: 10px;
}
.itemList .area {
	font-size: 15px;
}
.itemList h3 {
	font-size: 18px;
}
.itemList .comment {
	font-size: 14px;
}
.itemList .setCont {
	padding: 10px;
	font-size: 13px;
}
.itemList .omake {
	font-size: 15px;
}
.itemList .priceBox {
	margin-top: 10px;
}
.itemList .priceBox .price1 {
	font-size: 15px;
	margin: 0;
}
.itemList .priceBox .price2 {
	font-size: 20px;
}
.itemList .priceBox .price2 span.free {
	margin: 0 8px 0 0;
	padding: 1px 5px;
	font-size: 16px;
	vertical-align: 6px;
}
.itemList .square .priceBox .price2 .free {
	margin-bottom: 14px;
	padding: 2px 7px;
	vertical-align: 3px;
	font-size: 13px;
}
.itemList .priceBox .price2 span.free {
	margin: 0 8px 5px 0px;
	padding: 3px 5px;
	vertical-align: 2px;
}
.itemList .priceBox .price2 span.off {
	font-size: 26px;
	vertical-align: -2px;
}
.itemList .priceBox .price2 span.off span {
	font-size: 16px;
}
.itemList .col1 figure {
	width: 100%;
	max-width: none;
	float: none !important;
	padding: 0 !important;
}
.itemList .col1 h3 {
	margin-top: 5px;
}
.itemList .button {
	margin: 6px 0 0;
	padding: 6px 10px;
	font-size: 17px;
}
}
/* 640px以下 --------------------*/
@media screen and ( max-width: 640px ){
.itemList li {
	width: 100% !important;
}
}
/*----------------------------------------------------
	美味しさへのこだわり
----------------------------------------------------*/
.about {
	background: #4e2020;
	padding: 100px 0;
	color: #fff;
	overflow: hidden;
}
.about .wrapper {}
.about .ttl h2 {
	text-align: center;
	font-size: 57px;
	letter-spacing: 0.05rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 30px;
}
.about .ttl span {
	font-size: 36px;
	letter-spacing: 0.1rem;
	font-weight: normal;
}
.about .ttl img {
	width: 390px;
	margin: 55px auto;
}
.about li {
	display: flex;
	justify-content: space-between;
	padding: 0 25px 25px 25px;
	max-width: none;
	width: 100%;
	background-color: transparent;
	align-items: center;
}
.about .no {
	color: #f3c984;
	font-size: 36px;
	font-weight: bold;
}
.about .no span {
	font-size: 54px;
}
.about .txt {
	width: 50%;
	padding: 0;
	white-space: nowrap;
}
.about .txt h3 {
	font-size: 44px;
}
.about h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 50px;
}
.about .txt p {
	font-size: 26px;
	line-height: 1.6;
	margin-top: 13px;
}
.about .img {
	width: 45%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.about ul {
	padding-top: 50px;
	margin-bottom: 80px;
}
.about ul li:nth-child(2n) {
	flex-flow: row-reverse;
}
.about li:nth-child(3) .img {
	align-items: flex-start;
}
.about img {
	height: auto;
	object-fit: unset;
}
.about li:nth-child(even) .txt {
	width: 50%;
	padding: 0;
}
.about .txt h3 {
	line-height: 1.4;
}
.table {
	overflow-x: auto;
}
.about table {
	width: 100%;
	table-layout: fixed;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	color: #000;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
	font-family: 'Lora', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "メイリオ",Meiryo, sans-serif;
}
.about th {
	padding: 10px;
	background: #fff;
	border: solid 1px #828282;
	font-weight: normal;
	font-size: 22px;
	height: 85px;
}
.about td {
	padding: 10px;
	border: solid 1px #828282;
	background: #fff;
	font-size: 26px;
	height: 85px;
}
.about td,
.about th {
	vertical-align: middle;
}
.about table .color {
	color: #8B0E39;
}
.about table span {
	line-height: 85px;
}
.about table span.line2 {
	line-height: 1;
}
.about p.txt {
	font-size: 16px;
	margin: 10px 0 0 10px;
}
@media screen and (max-width:979px) {
.about table {
	width: auto;
}
}
@media screen and (max-width:768px) {
.about .img {
	width: 100%;
	margin-top: 30px;
}
.about .txt {
	width: 100%;
}
.about {
	padding: 40px 0;
}
.about .wrapper {
	overflow: hidden;
}
.about .ttl span {
	font-size: 16px;
}
.about .ttl h2 {
	font-size: 28px;
	margin-bottom: 30px;
}
.about ul {
	padding-top: 0;
	margin-bottom: 20px;
}
.about li {
	display: block;
	margin: 0 10px:
}

.about li:not(:last-child) {
	margin: 0 auto 50px;
}
.about .no {
	font-size: 18px;
	margin-bottom: 10px;
}
.about .no span {
	font-size: 26px;
}
.about .txt {
	white-space: normal;
}
.about .txt h3 {
	font-size: 24px;
}
.about h4 {
	font-size: 14px;
	text-align: left;
	margin-bottom: 30px;
}
.about .txt p {
	font-size: 14px;
	line-height: 1.5;
}
.about li {
	padding: 0 !important;
}
.about li:nth-child(even) .txt {
	width: 100%;
}
.about p.txt {
	font-size: 12px;
	margin: 10px 0 0 0;
}
.about th {
	font-size: 13px;
	height: auto;
}
.about td {
	font-size: 13px;
	height: auto;
}
.set .h_ttl_bottom {
	font-size: 10px;
	letter-spacing: 0;
	height: auto;
	padding: 5px 0;
}
}

/*----------------------------------------------------
	赤身切り落としセット
----------------------------------------------------*/
#gift1 {
	background: url(../img/background_01.jpg) repeat left top;
}
#gift1 {
	padding: 0px 0 70px;
}
#gift1 .titleBox1 {
	padding: 20px 20px;
}
@media screen and (max-width:640px) {
#gift1 {
	padding: 0px 0 30px;
}

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