<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 Document */




body {
	width: 730px;
	margin: 0 auto;
	font-size: 13px;
	color: #666666;
	letter-spacing: 1.5px;
}

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

a:hover {
	transition:all 0.5s ease; /*0.5秒かけて要素を変化させる*/
	opacity: 0.7; /*要素の透明度を指定*/
	filter: alpha(opacity=70); /*ie6、7の透明度指定*/
}

h1.Top-title {
	margin-top: 50px;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 25px;
	color: #986c5a;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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


/* 左画像　みぎテキストの商品紹介*/
.container{
background: #FFF;
    padding: 10px;
    overflow: hidden;
}

.box_img {
float: left;
    margin-right: 10px;
}

.box_img img {
width:250px;
}


.box_text {
overflow: hidden;
}

.Items_hedder{
vertical-align: middle;
padding-top: 5px;
padding-bottom: 15px;
}

h3  {
font-size: 20px;
font-weight: bold;
padding-left: 20px;
line-height: 1.6;
}

.features_box {
background: #d9cbc2;
width:8px;
height:45px;
float:left;
margin-right: 16px;
margin-top: -8px;
}

.Items_text {
font-size: 14px;
width:90%;
margin-top: 10px;
margin-bottom: 20px;
line-height: 1.7;
margin: auto;
text-align: left;
}


.features_box2 {
background: #d9cbc2;
width:8px;
height:65px;
float:left;
margin-right: 16px;
margin-top: 3px;
}

.Items_text2 {
font-size: 13px;
width:90%;
margin-top: 10px;
margin-bottom: 20px;
line-height: 1.7;
margin: auto;
text-align: left;
}



/* 商品３列並び*/
h4  {
font-size: 15px;
font-weight: bold;
padding-left: 2px;
line-height: 1.4;
}


/* コンテンツアイテムを囲う */
.Conts-itembox {
	width: 730px;
	display: -webkit-box; /* Androidブラウザ用 */
	display: -webkit-flex; /* Safari用 */
	display: -ms-flexbox; /* IE用 flexbox指定 */
	display: flex;
	-webkit-box-pack: justify; /* Androidブラウザ用 アイテムを均等に分散 */
	-webkit-justify-content: space-between; /* Safari用 アイテムを均等に分散 */
	-ms-flex-pack: justify; /* IE用 アイテムを均等に分散 */
	justify-content: space-between; /* 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;
}
/* コンテンツアイテムの商品名 */
.Conts-item-inner div {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}


/*-------------メディアクエリ-------------------*/
/* 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の代わり 上揃えに */
	}
}

/* 横幅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 {
		margin: 0 0 10px 0;
		text-align: right;
		font-size: 10px; 
	}

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

	/* ページの概要 */
	.Top-text {
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
		margin-bottom: 20px;
		text-align: left;
	}

	/* ページの更新情報 */
	.Up-info {
		width: 95%;
		margin: 0 auto;
		margin-bottom: 10px;
		border: solid 2px #b7b7b7;
		border-radius: 5px;
	}

	.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;
		padding: 10px 0;
		font-size: 15px;
		letter-spacing: 1px;
	}

	/* コンテンツの概要 */
	.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;
	}

	/* コンテンツアイテム、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-inner {
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 1.7;
	}

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

	/* スマフォ用商品説明文表示 */
	.sp-inner {
		width: 57%;
		display: inline-block;
		vertical-align: top;
	}

	/* トップへ戻る */
	.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>