﻿@charset "UTF-8";
body{
	background-image: url("../image/renga3.jpg");
}

/*  和紙タイトル*/
.dai_1 {
	width: 700px;
	height: 90px;
	margin-left:150px;
	margin-top: 100px;
	margin-bottom:40px;
	font-size: 50px;
	font-weight: bold;
	color: yellow;
	line-height: 90px;
	text-align: center;
	text-shadow: -1px -1px black,1px 1px black;
	background-image: url("../image/washi5.jpg");
}
.dai_1_login {
	width: 700px;
	height: 90px;
	margin-top: 15px;
	margin-left: 150px;
	margin-bottom: 40px;
	font-size: 50px;
	font-weight: bold;
	color: yellow;
	line-height: 90px;
	text-align: center;
	text-shadow: -1px -1px black,1px 1px black;
	background-image: url("../image/washi5.jpg");
}

.dai_1_slice {
	width: 800px;
	height: 90px;
	margin-left:100px;
	margin-top: 100px;
	margin-bottom:40px;
	font-size: 50px;
	font-weight: bold;
	color: yellow;
	line-height: 90px;
	text-align: center;
	text-shadow: -1px -1px black,1px 1px black;
	background-image: url("../image/washi5.jpg");
}
.dai_1_slice_login {
	width: 800px;
	height: 90px;
	margin-left:100px;
	margin-top: 15px;
	margin-bottom:40px;
	font-size: 50px;
	font-weight: bold;
	color: yellow;
	line-height: 90px;
	text-align: center;
	text-shadow: -1px -1px black,1px 1px black;
	background-image: url("../image/washi5.jpg");
}

.gentei_dai_1 {
	width: 500px;
	height: 90px;
	margin-left:250px;
	margin-top: 20px;
	margin-bottom:40px;
	font-size: 50px;
	font-weight: bold;
	color: black;
	line-height: 90px;
	text-align: center;
	text-shadow: -1px -1px white,1px 1px blue;
	background-image: url("../image/washi22.jpg");
}
.tuzyo_dai_1 {
	width: 500px;
	height: 90px;
	margin-top: 20px;
	margin-left:250px;
	margin-bottom:40px;
	font-size: 50px;
	font-weight: bold;
	color: black;
	line-height: 90px;
	text-align: center;
	text-shadow: -1px -1px white,1px 1px blue;
	background-image: url("../image/washi27.jpg");
}

/*ギフトの箱*/
.dai_hako{
	width: 275px;
	height: 50px;
	margin-bottom:40px;
	margin-top:0px;
	margin-left:105px;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	color: black;
	text-align: center;
	background-image: url("../image/washi10.jpg");
}
.dai_hako_2{
	width: 275px;
	height: 50px;
	margin-bottom:40px;
	margin-top:0px;
	margin-left:105px;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	color: black;
	text-align: center;
	background-image: url("../image/washi20.jpg");
}


/*週末焼きたて説明*/
.syumatu_kukuri {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 1000px;
	background-image: url("../image/washi4.jpg");
}
.syumatu_setumei {
	font-size: 21px;
	line-height: 26px;
	font-weight: bold;
	color: black;
	margin-left:25px ;
	margin-right:25px ;
}
/*年末や繁忙期説明*/
.nenmatu_kukuri {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 1000px;
	background-image: url("../image/washi26.jpg");
}
.nenmatu_setumei {
	width:880px;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: black;
	margin-left:55px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/*商品*/
.syohin_list { /*通常商品(ギフトの場合は箱あり)*/
	width: 485px;
	height: 320px;
	margin-bottom: 50px;
	margin-top: 0px;
	background-image: url("../image/ita_2.jpg");
}
.syohin_list_2 { /*通常ギフトの箱なし*/
	width: 485px;
	height: 320px;
	margin-bottom: 50px;
	margin-top: 0px;
	background-image: url("../image/ita.jpg");
}

.gentei_syohin_list { /*限定商品(ギフトの場合は箱あり)*/
	width: 485px;
	height: 320px;
	margin-bottom: 50px;
	margin-top: 0px;
	background-image: url("../image/ita_4.jpg");
}
.gentei_syohin_list_2 { /*限定ギフトの箱なし*/
	width: 485px;
	height: 320px;
	margin-bottom: 50px;
	margin-top: 0px;
	background-image: url("../image/ita_5.jpg");
}


.syohin_name {
	width: 485px;
	height:	85px;
	line-height: 28px;
}

.name_few {			/*商品名の文字数少ない場合*/
	width: 445px;
	margin-top: 20px;
	color: yellow;
	font-size: 25px;
	float: left;
	margin-left: 20px;
	margin-bottom: 5px;
}
.name_many {		/*商品名の文字数多い場合*/
	width: 445px;
	margin-top: 20px;
	color: yellow;
	font-size: 21px;
	float: left;
	margin-left: 20px;
	margin-bottom: 5px;
}


.syosai_few {/*商品名の文字数少ない場合のリンク*/
	margin-top: 0px;
	margin-right: 10px;
	color: aqua;
	font-size: 22px;
	float: right;
}
.syosai_many {/*商品名の文字数多い場合のリンク*/
	margin-top: 0px;
	margin-right: 10px;
	color: aqua;
	font-size: 18px;
	float: right;
}

.syohin_naiyo {
	width:485px;
	height: 200px;
	margin-top: 15px;
}

.syohin_syasin {
	width: 200px;
	height: 200px;
	margin-left: 10px;
	float: left;
	transition: opacity 1s linear, background-color 1s linear;/*画像をゆっくり半透明*/
}

.syohin_setumei_kukuri {
	width: 260px;
	height: 200px;
	position: relative;
	margin-left: 215px;
}

.syohin_setumei {	
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	width: 260px;
	bottom:0px;
}

.syohin_nedan {
	font-size: 20px;
	vertical-align: bottom;
	float: right;
	color: yellow;
	margin-right: 5px;
}
/*写真を半透明*/
.syasin:hover {
	opacity: 0.5;
}



/*左右ページ*/
.wrapper {
	width: 1000px;
	overflow: auto;
}
.left-content {
	float: left;
	width: 485px;
	margin-right: 30px;
}
.right-content {
	float: right;
	width: 485px;
}








