<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*----------------------------------------------------
	基本設定
----------------------------------------------------*/
*{min-height: 0vw;}
.sp_view {display: none;}
#teiki_hanpu {
	text-align: center;
	width: 930px;
	margin: auto;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#teiki_hanpu ul,
#teiki_hanpu ul li,
#teiki_hanpu h2,
#teiki_hanpu h3,
#teiki_hanpu p {
	margin: 0;
	padding: 0;
}
#teiki_hanpu a {
	display: block;
	line-height: 1;
}
#teiki_hanpu img {
	vertical-align: bottom;
}
/*----------------------------------------------------
	aboutArea
----------------------------------------------------*/
#teiki_hanpu .aboutArea {
	background: url(../images/about_back.jpg) left top repeat;
	padding-bottom: 4%;
}
#teiki_hanpu .aboutArea figure {
	margin: 0;
}
#teiki_hanpu .aboutArea ul {
	display: flex;
	list-style: none;
	margin: -8% 5% 3%;
}
#teiki_hanpu .aboutArea li {
	width: calc( 100% / 3);
	padding: 0 1%;
}
#teiki_hanpu .aboutArea .text {
	text-align: center;
	color: #ffffff;
	font-size: 29px;
	font-size: clamp(15px, 3vw, 29px);
}
#teiki_hanpu .aboutArea span {
	display: inline-block;
	margin-top: 1%;
	color: #c3a65d;
	font-size: clamp(17px, 4vw, 40px);	
}
/*----------------------------------------------------
	セット内容
----------------------------------------------------*/
#teiki_hanpu .intor {
	padding: 35px 0 40px;
}
#teiki_hanpu .intor.akami {
	background-color: #741010;
}
#teiki_hanpu .intor.hanpu {
	background-color: #164020;
}
#teiki_hanpu .intor p {
	color: #fff;
	font-size: 22px;
	line-height: 1.7;
	padding: 30px 0;
}
#teiki_hanpu .cart {
	padding: 35px 0 40px;
}
#teiki_hanpu .cart.akami {
	background-color: #741010;
}
#teiki_hanpu .cart.hanpu {
	background-color: #164020;
}
#teiki_hanpu .tab-group {
	display: flex;
	justify-content: space-between;
	width: 840px;
	margin: 0 auto 30px;
}
#teiki_hanpu .tab {
	flex-grow: 1;
	list-style: none;
	text-align: center;
	cursor: pointer;
	width: 400px;
	border-radius: 4px;
	background-color: #979797;
	margin: 0 10px;
}
#teiki_hanpu .panel-group {
	border-top: none;
	background: #fff;
	width: 820px;
	margin: 0 auto;
	padding: 0 0 40px;
}
#teiki_hanpu .panel {
	display: none;
}
#teiki_hanpu .tab.is-active {
	background: #998755;
	transition: all 0.2s ease-out;
	position: relative;
}
#teiki_hanpu .cart .arr .tab.is-active::before {
	content: '';
	display: block;
	border-top: 20px solid #998755;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -19px;
	margin: 0 0 0 -20px;
}
#teiki_hanpu .panel.is-show {
	display: block;
}
#teiki_hanpu .m_ttl {
	font-size: 34px;
	line-height: 1;
	margin: 50px 0 30px;
}
#teiki_hanpu .panel-group .children {
	padding: 0;
}
#teiki_hanpu .panel-group .children .tab-group {
	width: 760px;
	padding: 0;
	margin: 0 auto;
}
#teiki_hanpu .panel-group .children .tab {
	flex-grow: 1;
	list-style: none;
	text-align: center;
	cursor: pointer;
	width: 116px;
	border-radius: 4px;
	background-color: #fff;
	margin: 0 5px;
	font-size: 22px;
	padding: 12px 0;
	box-sizing: border-box;
	color: #978555;
	border: 1px solid #978555;
}
#teiki_hanpu .panel-group .children .tab.is-active {
	background: #998755;
	color: #fff;
}
#teiki_hanpu .wrap-tab {
	overflow: hidden;
}
#teiki_hanpu .list-tab {
	display: flex;
	width: 760px;
	padding: 0;
	margin: 0 auto;
}
#teiki_hanpu .list-tab &gt; li {
	display: block;
	flex-grow: 1;
	list-style: none;
	text-align: center;
	cursor: pointer;
	width: 116px;
	border-radius: 4px;
	background-color: #fff;
	margin: 0 5px;
	font-size: 22px;
	padding: 12px 0;
	box-sizing: border-box;
	color: #978555;
	border: 1px solid #978555;
	line-height: 1;
}
#teiki_hanpu .list-tab .active,
#teiki_hanpu .list-tab .active02 {
	background: #998755;
	color: #fff;
}
#teiki_hanpu .tab-content,
#teiki_hanpu .tab-content02 {
	display: none;
}
#teiki_hanpu .tab-content.active,
#teiki_hanpu .tab-content02.active02 {
	display: block;
}
.item-set .month_period {
	background: url(../images/month_period.jpg) center bottom / auto 1px no-repeat;
	margin: 20px 0 20px !important;
	padding: 10px 10px 10px !important;
	text-align: center;
	color: #98885e;
	font-size: clamp(14px, 2vw, 26px);
}
.item-set .set-list {
	font-size: clamp(14px, 2vw, 18px);
}
.item-set figure {
	margin: 25px 0 25px;
}
/*----------------------------------------------------
	食べ方
----------------------------------------------------*/
#teiki_hanpu .how {
	background: url(../images/how_back_01.jpg) left top repeat;
	padding: 3%;
	font-size: clamp(13px, 2vw, 20px);
	color: #411d00;
	font-weight: normal;
}
#teiki_hanpu .howframe {
	background: url(../images/how_back_02.jpg) left top repeat;
	border: double 3px #c09427;
	padding: 2% 5%;
}
#teiki_hanpu .howbox::after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#teiki_hanpu .howbox figure {
	float: right;
	margin: 0 0 1% 3%;
}
#teiki_hanpu .howbox:nth-child(even) figure {
	float: left;
	margin: 0 3% 1% 0;
}
#teiki_hanpu .howbox h4 {
	margin: 7% 0 5%;
	color: #c09427;
	font-size: clamp(16px, 4vw, 40px);
}
#teiki_hanpu .howbox ol {
	counter-reset:number;
	list-style: none;
	margin: 0;
	padding: 0;
}
#teiki_hanpu .howbox ol li {
	text-align: left;
	margin: 1% 0 0;
	line-height: 1.8;
}
#teiki_hanpu .howbox ol li::before {
	counter-increment: number;
	content: counter(number);
	background: #c09427;
	margin: 0 8px 0 0;
	padding: 5px 9px;
	color: #ffffff;
	text-align: center;
	font-size: clamp(13px, 2.2vw, 22px);
}
#teiki_hanpu .howbox span {
	color: #9a272c;
}
#teiki_hanpu .howbox .text {
	text-align: left;
	line-height: 2;
}
#teiki_hanpu .how .tare {
	position: relative;
}
#teiki_hanpu .how .tare figure {
	position: absolute;
	left: 45px;
	top: -42px;
	z-index: 1;
	margin: 0;
}
#teiki_hanpu .how .tare p {
	background: #f4ecd5;
	margin: 70px 0 55px;
	padding: 30px 10px 30px 185px;
	text-align: left;
	line-height: 2;
	font-size: clamp(15px, 2.4vw, 21px);
}
/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
@media only screen and (max-width: 930px) {
#teiki_hanpu {
	width: 100%;
}
#teiki_hanpu img {
	max-width: 100%;
	height: auto;
}
#teiki_hanpu .intor {
	padding: 4% 0;
}
#teiki_hanpu .intor p {
	font-size: 13px;
	padding: 4% 2%;
}
#teiki_hanpu .btn {
	width: 80%;
	margin: auto;
}
#teiki_hanpu .cart {
	padding: 4% 0;
}
#teiki_hanpu .tab-group {
	width: 96%;
	margin: 0 auto 4%;
}
#teiki_hanpu .tab {
	flex-grow: 1;
	width: 48%;
	margin: 0 10px;
}
#teiki_hanpu .panel-group {
	border-top: none;
	background: #fff;
	width: 96%;
	margin: 0 auto;
	padding: 0 0 4%;
}
#teiki_hanpu .panel {
	display: none;
}
#teiki_hanpu .tab.is-active {
	position: relative;
}
#teiki_hanpu .cart .arr .tab.is-active::before {
	content: '';
	display: block;
	border-top: 20px solid #998755;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin: 0 0 0 -20px;
}
#teiki_hanpu .panel.is-show {
	display: block;
}
#teiki_hanpu .m_ttl {
	font-size: 20px;
	line-height: 1;
	margin: 4% 0;
}
#teiki_hanpu .panel-group .children {
	padding: 0;
}
#teiki_hanpu .panel-group .children .tab-group {
	width: 96%;
	padding: 0;
	margin: 0 auto;
}
#teiki_hanpu .panel-group .children .tab {
	flex-grow: 1;
	list-style: none;
	text-align: center;
	cursor: pointer;
	width: 32%;
	border-radius: 4px;
	font-size: 16px;
	padding: 12px 0;
}
#teiki_hanpu .wrap-tab {
	overflow: hidden;
}
#teiki_hanpu .list-tab {
	flex-wrap: wrap;
	justify-content: space-between;
	width: 96%;
	padding: 0;
	margin: 0 auto;
}
#teiki_hanpu .list-tab &gt; li {
	display: block;
	flex-grow: 1;
	list-style: none;
	text-align: center;
	cursor: pointer;
	width: 30%;
	margin: 0 1% 2%;
	border-radius: 4px;
	font-size: 16px;
	padding: 12px 0;
	line-height: 1;
}
#teiki_hanpu .tab-content,
#teiki_hanpu .tab-content02 {
	display: none;
}
#teiki_hanpu .tab-content.active,
#teiki_hanpu .tab-content02.active02 {
	display: block;
}
}
@media only screen and (max-width: 560px) {
.pc_view {display: none;}
.sp_view {display: block;}
.item-set .month_period {
	margin: 0 4% 15px !important;
	padding: 10px 10px 10px !important;
}
.item-set .set-list {
	margin: 0 2% !important;
}
.item-set figure {
	margin: 4%;
}
#teiki_hanpu .howbox figure {
	float: none !important;
	margin: 0 0 5% !important;
}
#teiki_hanpu .how .tare figure {
	position: initial;
	margin: 5% 0 0;
}
#teiki_hanpu .how .tare p {
	margin: -27% 0 5%;
	padding: 27% 6% 5%;
	font-size: clamp(14px, 2.4vw, 21px);
}
}</pre></body></html>