@charset "UTF8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

a:link{color:blue;text-decoration:underline;}
a:visited{color:blue;text-decoration:underline;}
a:hover{color:blue;text-decoration:none;}
a:active{color:blue;text-decoration:underline;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 全体のフォント */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 画像ボーダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

img { border-style: none }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ページ全体の色や背景色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* main */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.main {
	margin: 0 auto 0 auto;
	width:980px;
	overflow: hidden;
}

.main::after{
	content: " ";
	display: block;
	font-size: 0;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダーテキスト部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.header_text1{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	letter-spacing: 1.5px;
	color: black;
	font-weight:bold;
	font-size: 18px;
	font-family:'メイリオ';
	text-align: center;
	background:#9c0;
	background: linear-gradient(#ffffff, #d0d0d0);
	border-bottom: 1px solid #d0d0d0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h1　h2　h3　部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

h1{	
	margin-top: 0px;
	color: black;
	font-size: 18px;
	font-weight:normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}

h2{
	color: black;
	font-size: 24px;
	font-weight:normal;
}

h3{
	margin-top: 0px;
	color: black;
	font-size: 18px;
	color: black;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 最初の商品名と先行予約の部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.first{
	margin-top: 20px;
	text-align: center;
	line-height: 180%;
	font-family:'メイリオ';
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タイトル部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.title1{
	padding-top: 17px;
	padding-left: 35px;
	font-size: 18px;
	color: black;
	font-weight: bold;
	height: 59px;
	line-height: 29px;
	background-image: url(image/title_img1.jpg);
	background-repeat: no-repeat;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トップ下セカンドコピー部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.second{
	margin: 40px 0;
	text-align: center;
	line-height: 150%;
	font-family:'メイリオ';
}

.push{
	padding: 10px;
	border: 1px solid #ffcc00;
	border-radius: 10px;
	background-color: #ffcc00;
	box-shadow:1px 1px 3px;
	display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテンツエリア部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.contents_all {
	float: left;
	margin-bottom: 0px;
	padding: 0px 20px 0px 0px;
	width:700px;
	font-size: 15px;
	clear: both;
	line-height: 25px;
}

.contents_all p{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	line-height: 25px;
	color: black;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* オーダー部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.order{
	float: left;
	padding:0px 0px 0px 20px;
	margin-bottom:20px;
	width: 240px;
	overflow:hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 小窓 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.komado {
	margin-right: 0px;
	width: 200px;
	height:400px;
	padding: 10px;
	background:#f5f4ed;
	border: 5px solid #e4dfcb;
	text-align: center;
	margin-bottom: 0px;
}

.floating {
	top: 140px;
	position: fixed;
	z-index: 99
}

.cart {
	padding: 10px;
	border: 1px solid #ffcc00;
	border-radius: 10px;
	background-color: #ffcc00;
	box-shadow:1px 1px 3px;
	display: block;
}

.cart a{
	display: block;
	padding:0 10px 0 10px;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight:bold;
	color: #336600;
}

.cart a:hover{
	opacity: 0.5;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 内容部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.index{
	border-left: solid 4px #F00;
	border-bottom: dotted 1px #CCC;
	margin-top:30px;
	padding: 0 0 0 8px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 150%;
}

.naiyou{
	display: block;
	margin: 20px 20px 30px 20px;
	padding:10px 10px 5px 10px;
	border: 1px dittid black;
	background-color:#f5f4ed;
}

.naiyou p{
	font-size:14px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 商品部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.douga{
	padding: 10px 20px 10px 30px;
	border: 1px solid black;
	background-color: #f5f4ed;
	box-shadow:1px 1px 3px;
	display: block;
	font-size:18px;
}

.douga_shousai{
	font-size: 18px;
	display:block;
	border-top:3px solid #e8dbcf;
	padding-left:50px;
	padding-top:20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 画像左寄せ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.img_left {
	float: left;
	padding: 2px;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 画像右寄せ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.img_right {
	float: right;
	padding: 2px;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 10px;
}

.last {
	overflow: hidden;
}

.last img{
	float: right;
	margin: 0 40px 20px 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* レビューエリア−左右共通−ボックスエリア画像 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.review_top {
	font-size: 13px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	width: 700px;
	color: white;
	height: 60px;
	font-weight: bold;
	background-image: url(image/review_box/review_top.jpg);
	background-size: 700px 60px;
	background-repeat: no-repeat;
}


.review_center {
	width: 620px;
	margin: 0px;
	font-size: 15px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	background-image: url(image/review_box/review_center.jpg);
	background-size: 700px 15px;
	background-repeat: repeat-y;
}

.review_bottom {
	margin-bottom: 20px;
	width: 700px;
	height: 15px;
	background-image: url(image/review_box/review_bottom.jpg);
	background-size: 700px 15px;
	background-repeat: no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* レビューエリア−左右共通−見出しテキスト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.review_midasi_1{
	margin-bottom: 20px;
	color: red;
	font-weight:bold;
	font-size: 18px;
	line-height: 30px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* レビュー右画像エリア-テキスト左表示部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.review_textarea_left {
	display: block;
	float: left;
	padding-top: 20px;
	padding-right: auto;
	padding-left: 0px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	line-height: 20px;
	width: 800px;
	font-size: 14px;
	color:white;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* レビューエリア−イメージ右寄せ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.review_img_right {
	display: block;
	float: right;
	width: 160px;
	padding: 20px;
	margin: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* レビュー左画像エリア-テキスト右表示部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.review_textarea_right1 {
	display: block;
	float: left;
	padding-top: 20px;
	padding-right: auto;
	padding-left: 0px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	line-height: 20px;
	width: 200px;
	font-size: 14px;
	color:white;
}

.review_textarea_right2 {
	display: block;
	float: right;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: auto;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-right: 60px;
	margin-left: 220px;
	margin-bottom: 0px;
	line-height: 20px;
	width: 550px;
	font-size: 14px;
	color:white;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* レビューエリア−イメージ左寄せ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.review_img_left {
	display: block;
	float: left;
	width: 160px;
	padding: 0px;
	margin: auto;

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* チェック画像 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.check{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 100px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-size:16px;
	font-weight: bold;
	background-image: url(image/checkbox1.gif);
	background-repeat: no-repeat;
	width: 700px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* Q&A　Q画像 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.q_a_q{
	margin-top: 0px;
	margin-bottom: auto;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 55px;
	font-size:16px;
	font-weight: bold;
	background-image: url(image/q_a1.gif);
	background-repeat: no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* Q&A　A画像 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.q_a_a{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 55px;
	font-size:16px;
	font-weight: bold;
	background-image: url(image/q_a2.gif);
	background-repeat: no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテンツ-ボックスエリア（テキスト） */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.box_text{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテンツ-ボックスエリア（外側） */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.box_out {
	background-color: #F6F6F6;
	margin-top: 0px;
	margin-bottom: 25px;
	padding: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテンツ-ボックスエリア（内側） */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.box_in {
	background-color: #ffffff;
	border: 1px solid #D9D9D9;
	margin-bottom: 3px;
	padding: 8px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 申し込みボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mousikomi a{
display:block;
width:550px;
height:75px;
background:url(image/mousikomi.jpg) no-repeat;
}

.mousikomi a:hover{
background:url(image/mousikomi_2.jpg) no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 商品エリア１ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.s_top {
	font-size: 13px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	width: 800px;
	color: white;
	height: 80px;
	font-weight: bold;
	background-image: url(image/s_box_2/menu_top.jpg);
	background-repeat: no-repeat;
}

.s_textarea {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: auto;
	line-height: 20px;
	width: 600px;
	font-size: 14px;
	color:white;
}

.s_center {
	width: 700px;
	margin: 0px;
	font-size: 15px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(image/s_box_2/menu_center.jpg);
	background-repeat: repeat-y;
}

.s_bottom {
	margin-bottom: 20px;
	width: 800px;
	height: 15px;
	background-image: url(image/s_box_2/menu_bottom.jpg);
	background-repeat: no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 商品名テキスト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.s_midasi_1{
	color: red;
	font-weight:bold;
	font-size: 21px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 商品-申し込みボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.s_mousikomi a{
	display:block;
	width:350px;
	height:60px;
	margin-bottom: 10px;
	background:url(image/button3.gif) no-repeat;
}

.s_mousikomi a:hover{
	background:url(image/button4.gif) no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 商品イメージ右寄せ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.s_img_right {
	float: right;
	padding: 0px;
	margin: 0px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 回り込みを解除して自動改行させるタグ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.clear{
	clear: both;
	margin: 0px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.footer{
	display:block;l
	clear:both;
	margin: 100px auto 0 auto;
	padding-top:100px;
	width: 980px;
	border-top: 3px solid #e8dbcf;
	outline: 1px solid red;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 空白エリア-特定の部分に多めに段落を入れたい時に使用 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.blank_100px{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-top: 100px;
	clear: both;
}

.blank_70px{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-top: 70px;
	clear: both;
}

.blank_40px{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-top: 40px;
	clear: both;
}

.blank_20px{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* プライバシーポリシー　特商法ページ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#tokutei {
	font-size:13px;
	line-height:170%;
	text-align:left;
	margin-top:0px;
	margin-left:25px;
	margin-bottom:0px;
	padding-bottom:50px;
}

#tokutei b {
	font-size:19px;
	text-align:left;
	font-weight:bold;
}

#tokutei table {
	width:750px;
	border-bottom:#cccccc solid 1px;
	margin-top:15px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#tokutei th {
	width:220px;
	font-size:13px;
	font-weight:bold;
	line-height:170%;
	text-align:left;
	padding:15px;
	background:#f3f3f3;
	border-top:#cccccc solid 1px;
}

#tokutei td {
	width:550px;
	font-size:13px;
	line-height:170%;
	text-align:left;
	padding:15px;
	background:#ffffff;
	border-top:#cccccc solid 1px;
}

