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

/* CSSリセット */
* {
	margin: 0;
	padding: 0;
}

/* PC版をiframeで表示させる為の設定になっています */
body {
	width: 730px;
	margin: 0 auto;
	font-size: 13px;
	color: #666666;
	letter-spacing: 1.5px;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body a {
	text-decoration: none;
	color: #666666;
}

/* リンク部分のhover設定 */
a:hover {
	transition:all 0.5s ease; /* 0.5秒で変化 */
	opacity: 0.7; /* 透明度 */
	filter: alpha(opacity=70); /* ie6、7の透明度指定 */
}

/* PCでは表示しないbr */
.br-SPdisplay {      /*spのみ表示*/
	display: none;
}

/* PCでは表示するbr */
.br-PCdisplay {
	display: block;
}

/* 使用生地の紹介 */
.fabric-Intro {
	width: 600px;
	text-align: right;
	font-size: 11px;
}

.fabric-Intro a {
	color: #609F93;
}

/* 特集ページタイトル */
h1.Top-title {
	margin-top: 15px;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 25px;
	color: #b3b2a9;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h1.Top-title span {
	font-size: 25px;
}

/*.sub-title {
	margin-top: 13px;
	text-align: center;
    letter-spacing: 0.1em;
	font-size: 20px;
    font-weight: bold;
	color: #333333;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}*/

/* ページの概要 */
.Top-text {
	margin: 15px 0 30px 0;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 1px;
}

/* ページの更新情報 */
.Up-info {
	margin-bottom: 15px;
	border: 3px double #ccc;
	background-color: #f6f6f6;
	text-align: left;
	color: #666;
}

.Up-info-title {
	width: 80px;
	margin: 10px;
	border-right: solid 2px #b7b7b7;
	font-size: 16px;
	font-weight: bold;
	color: #b7b7b7;
	letter-spacing: 3px;
	display: inline-block;
}

.Up-info-day {
	display: inline-block;
	font-size: 14px;
	color: #8c8b8b;
}

/* コンテンツの見出し */
h2.Conts-title {
    margin-top:  30px;
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    font-size:  20px;       /* 文字サイズ指定 */
    border-bottom:  solid;  /* 線指定 */
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

	.Conts-title-point {
    font-size: 14px;        /* 文字サイズ指定 */
    margin-left:  10px;     /* 周りの余白指定 */
	}

	p {
		margin:  0;             /* デフォルトCSS打ち消し */
	}

	h2{
	position: relative;
	padding: 10px;
	padding-left:2em;
	}
	h2::before{
	content: "◇";
	color: #b0c4de;
	font-size:1.7em;
	position: absolute;
	left: 0;
	top: -0.1em;
	}
	h2::after{
	content: "◇";
	color: #d3cfd9;
	font-size:1.3em;
	position: absolute;
	left: 0.4em;
	top: 0.4em;
	}

	.title-border {
		width: 730px;
	}

/* 使用用尺コメント　*/
.youjaku-text {
	margin: 0;
	text-align: right;
	font-size: 11px;
}

/* コンテンツの概要 */
.Conts-text {
	margin: 20px 0 ;
	line-height: 1.7;
	text-align: center;
}

/* コンテンツアイテム並び */
.Conts-itembox {
	width: 730px;
	display: -webkit-box; /* Androidブラウザ用 */
	display: -moz-box;    /*Firefox21*/
	display: -webkit-flex; /* Safari用 */
	display: -ms-flexbox; /* IE用 flexbox指定 */
	display: flex;
	-webkit-box-pack: justify; /* Androidブラウザ用 アイテムを均等に分散 */
	-webkit-justify-content: space-around; /* Safari用 アイテムを均等に分散 */
	-ms-flex-pack: justify; /* IE用 アイテムを均等に分散 */
	justify-content: space-around; /* flexアイテムの横方向の整列を指定 */
	-ms-flex-wrap: wrap; /* IE10用 折り返し */
	-webkit-flex-wrap: wrap; /* safari（PC）用 折り返し */
	flex-wrap: wrap; /* 折り返し */
	flex-shrink: 0; /* safari、iOS10以下崩れ対応 */
	flex-basis: auto; /* safari、iOS10以下崩れ対応 */	
}

/* 1列3商品に満たなかった場合、空の要素で左寄せにする
.Conts-itembox::after {
	width: 30%;
	display: block;
	content: "";
} */

/* コンテンツアイテム、サイズW220px */
/* 商品画像一覧で使用 */
.Conts-item-M {
	width: 220px;
	margin-bottom: 35px;
}

.Conts-item-M a img {
	width: 220px;
}

/* コンテンツアイテム、サイズW360px */
/* おすすめ特集部分で使用 */
.Conts-item-L {
	width: 360px;
	margin-bottom: 35px;
}


.Conts-item-L a img {
	width: 360px;
	height: 180px;
}

/* コンテンツアイテム、フルサイズ */
.Conts-item-full {
	width: 730px;
	margin-bottom: 35px;
}

.Conts-item-full a img {
	width: 730px;
	height: 400px;
}

/* コンテンツアイテム、ハーフサイズ */
.Conts-item-half {
	width: 362px;
	margin-bottom: 35px;
}

.Conts-item-half a img {
	width: 362px;
	height: 362px;
}

/* コンテンツアイテムの商品名 */
.Conts-item-inner div {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	color: #609F93;
}

/* コンテンツアイテムの商品説明 */
.Conts-item-text {
	color:#585858;
	line-height:1.6;
	letter-spacing: 2px;
	margin-bottom: 35px;
	text-align: center;
}

/* エプロン豆知識 */
.Tips-box {
    position: relative;
    margin: 50px 0 80px;
	margin-left: auto;
	margin-right: auto;
    padding: 1em 1em 1em ;
    border: solid 3px #609F93;
	width: 650px;
}
.Tips-box .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #609F93;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
}
.Tips-box p {
    margin: -5px 0 20px 20px;
}
.Tips-box-img {
	text-align: center;
}

.Tips-text {
	text-align: left;
}

.final-text {
	color:#585858;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.final-img {
	margin-bottom: 80px;
}

/* トップへ戻る */
.Back-top {
	margin-top: 30px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

.Back-top a {
	color: #84a98a;
}

/* フッター */
.footer {
	margin: 30px 0 15px 0;
	font-size: 10px;
	text-align: center;
}

/*-------------メディアクエリ-------------------*/
/* safari旧ブラウザ用、flexレイアウト崩れ対策 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* 商品画像一覧のflexレイアウト */
	::i-block-chrome, .Conts-item-M {
		width: 240px; /* wrapの代わりに横幅を指定 */
		display: inline-block; /* wrapの代わり、inline-blockに */
		vertical-align: top; /* wrapの代わり、上揃えに */
	}

	/* おすすめの特集のfexレイアウト */
	::i-block-chrome, .Conts-item-L {
		width: 363px; /* safari旧ブラウザに対応用wrapの代わり 横幅を指定 */ /* 最終ウギ王にしたので少し広げる */
		display: inline-block; /* safari旧ブラウザに対応用wrapの代わり inline-blockに */ /* 少し広げる */
		vertical-align: top; /* safari旧ブラウザに対応用wrapの代わり 上揃えに */
	}


	/* 正方形画像二つのfexレイアウト */
	::i-block-chrome, .Conts-item-half {
		width: 362px; /* safari旧ブラウザに対応用wrapの代わり 横幅を指定 */ /* 最終ウギ王にしたので少し広げる */
		display: inline-block; /* safari旧ブラウザに対応用wrapの代わり inline-blockに */ /* 少し広げる */
		vertical-align: top; /* safari旧ブラウザに対応用wrapの代わり 上揃えに */
	}
}

/* 横幅700ｐｘ以下で適用されるcss（スマフォ用） */
@media screen and (max-width:700px) {

	body {
		width: 100%;
		margin: 0 auto;
		font-size: 14px;
		font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		letter-spacing: 1px;
	}

	body img{
		width: 100%;
	}

	/* brタグを非表示にする */
	br {
		display: none;
	}

	/* 表示するbr */
	.br-SPdisplay {
		display: block;
	}

	/* 使用生地の紹介 */
	.fabric-Intro {
		width: 100%;
		text-align: right;
		font-size: 10px; 
	}

	/* 特集ページタイトル */
	h1.Top-title {
		margin-top: 10px;
		font-size: 10px;
	}
	
	h1.Top-title span {
		font-size: 20px;
	}

	/* ページの概要 */
	.Top-text {
		width: 95%;
		margin: 0 auto;
		margin-top: 13px;
		margin-bottom: 10px;
		text-align: left;
		font-size: 14px;
	}

	/* ページの更新情報 */
	.Up-info {
		width: 95%;
		margin: 0 auto;
		margin-bottom: 10px;
		border: 3px double #ccc;
		background-color: #f6f6f6;
		border-radius: 5px;
		color: #666;
	}

	.Up-info-title {
		width: auto;
		margin: 5px;
		border-right: none;
		border-bottom: solid 2px #b7b7b7;
		font-size: 16px;
		font-weight: bold;
		color: #b7b7b7;
		letter-spacing: 3px;
	}

	.Up-info-day {
		margin: 5px 10px 10px 10px;
	}


	/* コンテンツの見出し */
	h2.Conts-title {
		width: 95.5%;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 5px;
		font-size: 15px;
		letter-spacing: 1px;
	}
	
	h2{
		position: relative;
		padding: 5px;
		padding-left:2em;
		}
	h2::before{
		content: "◇";
		color: #b0c4de;
		font-size:1.7em;
		position: absolute;
		left: 0;
		top: -0.1em;
		}
	h2::after{
		content: "◇";
		color: #d3cfd9;
		font-size:1.3em;
		position: absolute;
		left: 0.4em;
		top: 0.4em;
		}

	.title-border {
		width: 90%;
		}
	
	.Conts-title-point {
		font-size: 8px;        /* 文字サイズ指定 */
		margin-left:  5px;     /* 周りの余白指定 */
		}
	
	/* 使用用尺コメント　*/
	.youjaku-text {
		margin: 0;
		text-align: right;
		font-size: 10px;
	}
	
	/* コンテンツの概要 */
	.Conts-text {
		width: 95%;
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: left;
	}

	/* スマフォ版のみ、コンテンツ内のメイン画像が95%表示になる */
	.SP-imgsize {
		width: 95%;
		margin: 0 auto;
		display: block;
	}

	/* コンテンツアイテムを囲う */
	.Conts-itembox {
		width: 95%;
		margin: 0 auto;
	}
	
	/* コンテンツアイテム横長サイズ */
	.Conts-item-S {
		padding-top: 10px;
		border-top: 1px solid #ccc;
	}

	/* コンテンツアイテム、Mサイズ */
	.Conts-item-M {
		width: 100%;
		margin-bottom: 5px;
		padding-top: 10px;
		border-top: 1px solid #ccc;
	}

	/* 1番最後に来るConts-item-M1に下線 */
	.last-item {
		border-bottom: 1px solid #ccc;
		padding-bottom: 6px;
	}

	.Conts-item-M a img {
		width: 40%;
	}

	/* スマフォでは表示しないものにつけるクラス */
	.sp-none {
		display: none;
	}

	/* コンテンツアイテム、Lサイズ */
	.Conts-item-L {
		width: 49.31506849315068%;
		margin-bottom: 15px;
	}

	.Conts-item-L a img {
		width: 100%;
		height: auto;
	}
    
	/* コンテンツアイテム、フルサイズ */
	.Conts-item-full {
        margin: 0 auto;
		width: 94%;
		margin-bottom: 15px;
	}

	.Conts-item-full a img {
		width: 100%;
		height: auto;
	}
    
    /* コンテンツアイテム、ハーフサイズ */
	.Conts-item-half {
		width: 48%;
		margin-bottom: 15px;
	}

	.Conts-item-half a img {
		width: 100%;
		height: auto;
	}

	/* コンテンツアイテムの商品名と詳細の文字サイズ */
	.Conts-item-inner {
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 1.7;
	}

	/* コンテンツアイテムの商品名 */
	.Conts-item-inner div {
		margin-top: 0px;
	}
	
	.Conts-item-text {
		margin-bottom: 10px;
	}

	/* スマフォ用商品説明文表示 */
	.sp-inner {
		width: 57%;
		display: inline-block;
		vertical-align: top;
	}
	
     /* エプロン豆知識 */
	.Tips-box {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
		padding: 0em 1em 1em ;
		border: solid 3px #609F93;
		width: 80%;
	}
	.Tips-box .box-title {
		position: absolute;
		display: inline-block;
		top: -27px;
		left: -3px;
		padding: 0 9px;
		height: 25px;
		line-height: 25px;
		vertical-align: middle;
		background: #609F93;
		color: #ffffff;
		border-radius: 5px 5px 0 0;
		font-size: 13px;
	}
	.Tips-box p{
		margin: -20px 0 10px 0;
	}
	.Tips-box-img {
		margin-top: 15px;
		text-align: center;
	}
	
	.Tips-text {
		font-size: 12px;
	}
	
	/* さいごに */
	.final-text {
		width: 95%;
		margin: 0 auto;
		margin-top: 13px;
		margin-bottom: 10px;
		text-align: left;
		font-size: 14px;
	}
	
	.final-img {
		margin-bottom: 0;
	}
	
	/* トップへ戻る */
	.Back-top {
		margin-top: 20px;
		text-align: center;
		font-size: 17px;
		font-weight: bold;
	}

	.Back-top a {
		color: #84a98a;
	}

	/* フッター */
	.footer {
		margin: 20px 0 3px 0;
		font-size: 9px;
		letter-spacing: 0;
	}

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