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

/* meal
---------------------------------------------------------------------------*/

/* .sec-lead
------------------------------------*/
.sec-lead {
	position: relative;
	margin-bottom: 120px;
}

.sec-lead .illust-kitchen {
	position: absolute;
	top: 85px;
	left: 50%;
	margin-left: -490px;
	-webkit-transform: scale(1.9);
	-ms-transform: scale(1.9);
	transform: scale(1.9);
}

/* .month-menu
------------------------------------*/
.month-menu {
	position: absolute;
	top: 50px;
	right: 50%;
	width: 180px;
	margin-right: -535px;
	text-align: center;
}

.month-menu .balloon {
	margin-bottom: 15px;
	opacity: 0;
}

.month-menu .balloon span {
	position: relative;
	padding-left: 10px;
	color: #ED7700;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.month-menu .balloon span:before,
.month-menu .balloon span:after {
	display: block;
	content: '';
	position: absolute;
	top: -12px;
	background: url(../img/share/line-balloon.svg) no-repeat;
	width: 14px;
	height: 40px;
}

.month-menu .balloon span:before {
	left: -13px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.month-menu .balloon span:after {
	right: -20px;
}

.month-menu .akakurage {
	position: relative;
	display: block;
	margin: 0 auto -20px;
	padding-left: 8px;
	z-index: 2;
	opacity: 0;
}

.month-menu .title {
	box-sizing: border-box;
	background: url(../img/share/illust-cloud-green.svg) no-repeat center top;
	background-size: 154px 76px;
	width: 154px;
	height: 76px;
	margin: 0 auto;
	padding: 32px 0 0 3px;
	opacity: 0;
	letter-spacing: 0.08em;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.18em;
}

/* .month-menu - media query
-----------------------------------*/
@media (max-width: 1160px) {
 .sec-lead .illust-kitchen { margin-left: -465px; }
 .month-menu { margin-right: -515px; }
}

/* .sec-meal
------------------------------------*/
.sec-meal {
	box-sizing: border-box;
	background: #FFFBF2;
	width: 100%;
	max-width: 1210px;
	margin: 0 auto;
}

.sec-meal-inner {
	width: 1020px;
	margin: 0 auto;
	padding: 75px 0 85px;
}

.sec-meal .lead {
	margin-bottom: 80px;
}

.sec-meal .lead p {
	margin-bottom: 10px;
	font-size: 16px;
}

.sec-meal .lead p:last-of-type {
	margin-bottom: 0;
}

/* .sec-meal-inner - media query
-----------------------------------*/
@media (max-width: 1160px) {
	.sec-meal-inner { width: 1000px; }
}

/* .title-meal
------------------------------------*/
.title-meal {
	position: relative;
	margin: 70px 0 48px;
	text-align: center;
}

.title-meal h4 {
	margin-bottom: 18px;
	font-weight: bold;
	color: #333;
}

.title-meal h3 {
	line-height: 1.9;
	letter-spacing: 0.2em;
}

.title-meal h3 span {
	font-size: 18px;
	font-weight: bold;
}

.title-meal h3 strong {
	font-size: 23px;
	font-weight: bold;
}

.title-meal .fork {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -490px;
}

.title-meal .spoon {
	display: block;
	position: absolute;
	top: 20px;
	right: 50%;
	margin-right: -475px;
}

/* .theme-list
------------------------------------*/
.theme-list li {
	position: relative;
}

.theme-list .ico-num {
	position: absolute;
	top: -20px;
	left: -22px;
}

.theme-list li figure {
	margin-bottom: 30px;
}

.theme-list li figure img {
	width: auto;
}

.theme-list li h3 {
	margin-bottom: 23px;
	color: #ED7700;
	font-size: 17px;
}

.theme-list li p {
	letter-spacing: 0.09em;
}

.list-wrap {
	margin-bottom: 120px;
}

.theme-list-s {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.theme-list-s:nth-child(even) {
	margin-right: 0;
}

.theme-list-s li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.theme-list-s figure {
	overflow: hidden;
	width: 145px;
}

.theme-list-s .inner {
	width: calc(100% - 145px);
	padding: 15px 0 0 32px;
}

.theme-list-s li h3,
.movie-meal .txt-set h3 {
	position: relative;
	margin-bottom: 18px;
	padding-left: 50px;
	color: #ED7700;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

.theme-list-s li h3 .ico-num-s,
.movie-meal .txt-set h3 .ico-num-s {
	position: absolute;
	top: -9px;
	left: 0;
	color: #000000;
	font-weight: normal;
}

.theme-list-s li p {
	font-size: 13px;
	line-height: 1.7;
}

/* .movie-meal
------------------------------------*/
.movie-meal {
	width: 968px;
	margin: 0 auto 70px;
}

.movie-wrap .akakurage {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 140px;
	z-index: 1;
	transform-origin: center bottom;
	opacity: 0;
}

.movie-meal .txt-set {
	text-align: center;
}

.movie-meal .txt-set h3 {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 0;
	font-size: 19px;
}

.movie-meal .txt-set p {
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0.15em;
}

/* .sec-kitchen
------------------------------------*/
.sec-kitchen {
	margin-bottom: 75px;
}

.sec-kitchen .txt-set {
	position: relative;
	float: left;
	width: 265px;
}

.sec-kitchen .illust-kitchen {
	position: absolute;
	top: -72px;
	left: 200px;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.sec-kitchen h3,
.title-left .title {
	margin-bottom: 20px;
	color: #ED7700;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.sec-kitchen p {
	margin-bottom: 10px;
}

.sec-kitchen .img {
	position: relative;
	margin-top: 30px;
}

.sec-kitchen .ladle {
	position: absolute;
	bottom: -17px;
	right: -6px;
} 

.sec-kitchen figure {
	float: right;
	width: 700px;
	margin-top: 5px;
}

/* .title-left
------------------------------------*/
.title-left {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}

.title-left:last-of-type {
  margin-bottom: 0;
}

.title-left .title {
	margin-bottom: 0;
  width: 140px;
  margin-right: 40px;
}

.title-left p {
	margin-bottom: 15px;
	font-size: 15px;
}

.title-left p:last-of-type {
	margin-bottom: 0;
}

.title-left .btn-link {
  margin-top: 30px;
}

.title-left .btn-link a {
  padding-left: 40px;
  padding-right: 70px;
  background-color: #ED7700;
}</pre></body></html>