@charset "utf-8";
/* CSS Document */

/* ---初期設定--- */

body {
	padding: 0;
	text-align: center;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	color: #444;
	line-height: 1.4em;
	background-color: #000000;
	color: #FFFFFF;
}
fieldset {
	border: none;
}
dl, ul, ol, blockquote, table, caption, td, th, dt, dd, address {
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6, p {
	letter-spacing: 0.03em;
	margin: 0px;
	color: #FFFFFF;
}
li {
	list-style: none;
}
input, textarea {
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 3px;
}
img, input {
	vertical-align: middle;
}
img {
	border: 0;
}
table {
	border: 0;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.hidden {
	visibility: hidden;
}
.end {
	font-size: 0;
	line-height: 0;
	clear: both;
}
#plist {
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 11px;
	padding-top: 5px;
	text-align: left;
}
#plist a {
	color: #FFFFFF;
}
#plist a:hover {
	color: #FFFFFF;
}
.pointer {
	cursor: pointer;
}
.hover_img{
    transition:all 0.5s ease; /*0.5秒かけて要素を変化させる*/
    }
.hover_img:hover{
    opacity: 0.7;/*要素の透明度を指定*/
    filter: alpha(opacity=70); /*ie6、7の透明度指定*/
}
#pagetop {
	position: fixed;
	bottom: 40px;
	right: 10px;
}
.no_pc {
	display: none;
}
.no_smp {
	display: block;
}

/*
/* ---共通レイアウト--- */

.stage {
	width: 1100px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
/* ---ログイン機能--- */
#login {
	background-color:#ea5027;
}
#login .stage {
	text-align:right;
	vertical-align:baseline;
	padding-top:3px;
}
#login form {
	float:right;
	margin-left:10px;
}
#login input[type="text"]{
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	font-size: 12px;
	border: solid 1px #ccc;
	width: 100px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.square_btn {
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	border: 2px solid #933200;
	border-radius: 3px;
	background-color: #933200;
	width: 120px;
	font-size: 12px;
	text-align: center;
}
.square_btn:hover {
	text-decoration: none;
	border: 2px solid #551C00;
	background-color: #551C00;
	color: white;
}
#login a {
	color:#FFFFFF;
}
#login p {
	padding-top:5px;
	color:#FFFFFF;
}



#header {
	clear:right;
	width: 100%;
	height: auto;
	text-align: center;
	border-top: solid 5px #ea5027;
}
.headlogo {
	float: left;
}
.headlogo img {
	width:360px;
	height:120px;
}
.headtitle {
	float: right;
}
.headtitle img {
	width:680px;
	height:120px;
}
#header h1 {
	clear: both;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #FFFFFF;
}
#contents {
}
#contents .stage {
}


/* ========== navi ========== */
#pcnavi {
	width: 100%;
	height: 114px;
	background-color: #ea5027;
	padding-top: 15px;
	border-bottom: 5px solid #623815;
	margin-bottom: 15px;
}
#pcnavi stage {
	border-left: 1px solid #623815;
}
#pcnavi nav {
	height: 114px;
}
#pcnavi ul {
	width: 1100px;
	border-left:1px solid #5f2b21;
}
#pcnavi li {
	float: left;
	background-image: url(../img/bk_gnavi_li.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#pcnavi li a {
	height: 56px;
	padding-top: 58px;
	width: 183px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
}
#pcnavi li a span {
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
}
#pcnavi li a:hover {
	background-color: rgba(0,0,0,0.05);
	text-decoration: none;
}
.gnavi01 a {
	background-image: url(../img/gnavi01.png);
}
.gnavi02 a {
	background-image: url(../img/gnavi02.png);
}
.gnavi03 a {
	background-image: url(../img/gnavi03.png);
}
.gnavi04 a {
	background-image: url(../img/gnavi04.png);
}
.gnavi05 a {
	background-image: url(../img/gnavi05.png);
}
.gnavi06 a {
	background-image: url(../img/gnavi06.png);
}


#spnavi {
	display: none;
}


#footer {
	background-color: #ea5027;
}
#footer .stage {
}
.footlogo {
	float: right;
}
.footinfo {
	float: left;
	padding-top:25px;
}
.footinfo li {
	text-align:left;
	color:#FFFFFF;
	font-size:15px;
	padding-bottom:5px;
}
.footinfo li a {
	color:#FFFFFF;
}
.footinfo li a:hover {
	text-decoration:underline;
}

.fnavi {
	padding-top:15px;
	clear:both;
	margin-left:280px;
	height:30px;
}
.fnavi li {
	float: left;
}
.fnavi li a {
	color:#FFFFFF;
}
.lifnavi {
	margin-left:25px;
	padding-left:25px;
	border-left:1px solid #FFFFFF;
}
address {
	border-top:1px solid #FFFFFF;
	color:#FFFFFF;
	clear:both;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	padding-top: 5px;
	padding-bottom:5px;
}


/* ---トップページ--- */

#top {
	margin-bottom: 15px;
}
#top .stage {
	height: 500px;
	background-image: url(../img/bk_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}
#top .stage_sp {
	display:none;
}
#top h2 {
	position: absolute;
	left: 41px;
	bottom: 65px;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
}
#top p {
	position: absolute;
	left: 41px;
	bottom: 65px;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
}
#top .bt_facebook {
	position: absolute;
	right: 29px;
	bottom: 17px;
}
#news {
	margin-bottom: 15px;
}
#news .stage {
	background-image: url(../img/bk_news.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 156px;
	padding-top: 0px;
}
#news h2 {
	color: #FFFFFF;
	text-align: left;
	font-size: 16px;
	margin-left: 200px;
	width: 680px;
	padding-top: 15px;
	padding-bottom: 12px;
}
#news p {
	color: #FFFFFF;
	text-align: left;
	font-size: 13px;
	margin-left: 200px;
	width: 680px;
	height: 100px;
	overflow: hidden;
}
#topix {
}
#topix .stage {
}
#topix ul {
}
#topix li {
	float: left;
	width: 260px;
	height: 250px;
	font-size: 16px;
	line-height: 2em;
}
#topix li a {
	text-decoration: none;
}
#topix li a:hover {
	text-decoration:underline;
}
.lispace {
	margin-right: 18px;
}
#topix li span {
	margin-left: 15px;
	font-size: 12px;
}
.item_banner {
	margin-bottom:25px;
}
.item_banner img {
	width:800px;
	height:222px;
}
.item_banner2 {
	margin-bottom:25px;
}
.item_banner2 img {
	width:800px;
	height:190px;
}
/* ---共通コンテンツワイド--- */

#infomation {
	padding-top: 35px;
	text-align: left;
	background-image: url(../img/bk_deli.gif);
}
.infomation1 {
	float: left;
	width: 46%;
}
.infomation2 {
	float: right;
	width: 46%;
}
#infomation h3 {
	color: #cc0000;
	font-size: 16px;
	border-bottom: 1px solid #cc0000;
	margin-bottom: 12px;
	padding-bottom: 10px;
}
#infomation p {
	margin-bottom: 20px;
	color: #111111;
}
/* ---共通コンテンツ左--- */

#con_left {
	width: 230px;
	text-align: left;
	float: left;
}
#menu_cart {
	margin-bottom: 15px;
	padding-top:8px;
}
#menu_list {
	border: 1px solid #653815;
	margin-bottom: 15px;
	background-color: #f1f1f1;
}
#menu_list h2 {
}
#menu_list ul {
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
}
#menu_list li {
	border-bottom: 1px dashed #653815;
}
#menu_list li a {
	padding-top: 15px;
	height: 68px;
	display: block;
	font-size: 14px;
	color: #003399;
}
#menu_list li a span {
	font-size: 11px;
	color: #003399;
}
#menu_list li a:hover {
	background-color: rgba(0,0,0,0.05);
	text-decoration: none;
	color: #003399;
}
#menu_list li img {
	float: left;
	margin-right: 10px;
}
#menuinfo {
	width: 228px;
	border: 1px solid #653815;
	margin-bottom: 15px;
	background-color: #f1f1f1;
}
#menuinfo h2 {
}
#menuinfo p {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	font-size: 13px;
	line-height: 1.9em;
	color: #111111;
}
/* ---共通コンテンツ右--- */

#con_right {
	width: 800px;
	float: right;
	text-align: left;
}
#search_cate {
	display:none;
}
#item {
	margin-bottom: 16px;
}
#item br {
	display:none;
}
#item h2 {
	background-color:#663300;
	border-radius:15px;
	height: 36px;
	line-height: 2.2em;
	margin-bottom: 20px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
}
#item h2 span {
	font-size: 14px;
	margin-left: 20px;
}
#item3 {
	margin-bottom: 15px;
}
#item3 br {
	display:none;
}
#item3 h2 {
	background-color:#be191b;
	border-radius:15px;
	height: 36px;
	line-height: 2.2em;
	margin-bottom: 20px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
}
#item3 h2 span {
	font-size: 14px;
	margin-left: 20px;
}
#item2 {
	width: 800px;
	margin-bottom: 15px;
}
#item2 h2 {
	background-image: url(../img/br_item2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	height: 50px;
	width: 900px;
	overflow: hidden;
}
#itemmin h2 {
	background-image: url(../img/br_itemmin.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	height: 50px;
	width: 900px;
	overflow: hidden;
}
.cart_manual {
	font-size: 11px;
	text-align: left;
	padding-left: 15px;
}
.itemcont {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
.dot_v {
}
.itembox {
	padding-bottom: 15px;
	float: left;
	width: 185px;
	height: 390px;
}
.iteminbox3 {
	width: 270px;
}
.itemspace {
	margin-left: 20px;
}
.itemimg {
	position: relative;
	height: 176px;
	width: 176px;
	overflow: hidden;
	border: 1px solid #ec5d37;
}
.photo {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 1;
}
.sukashi {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.itemname {
	font-size: 12px;
	line-height: 15px;
	color: #006699;
	height: 48px;
	overflow: hidden;
	width: 176px;
	vertical-align: top;
	padding-top: 5px;
	word-break: break-all;
}
.itemprice {
	color: #FF9C9C;
	font-weight: bold;
	width: 176px;
	margin-bottom: 3px;
}
.itemqt {
	width: 176px;
	margin-bottom: 3px;
}
.itemcart {
	padding-top: 4px;
	width: 176px;
}
.itemcart img {
	cursor: pointer;
}
.itemdetail {
}
.itemdetail p {
	font-size: 11px;
	line-height: 15px;
	height: 45px;
	width: 176px;
	overflow: hidden;
	margin-bottom: 3px;
}
#itemsearch {
}
#itemsearch table {
	background-color: #4f4e4e;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
#itemsearch td {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
/* ---お問い合せ-- */

#contact {
	width: 800px;
	margin-bottom: 15px;
}
#contact h2 {
	background-image: url(../img/br_cont.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	height: 50px;
	width: 800px;
	overflow: hidden;
}
.contactbox {
	width: 800px;
	padding-bottom: 15px;
}
/* ---特定商取引-- */

#tokutei {
	width: 800px;
	margin-bottom: 15px;
}
#tokutei h2 {
	background-image: url(../img/br_tokutei.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	height: 50px;
	width: 800px;
	overflow: hidden;
}
.tokuteibox {
	width: 800px;
	padding-bottom: 15px;
	text-align: left;
	padding-top: 10px;
}
.tokuteibox table {
	border-top:1px dotted #8C8C8C;
}
.tokuteibox th {
	padding: 10px;
	background-color: #4f4e4e;
	text-align: left;
	font-size: 15px;
	line-height: 1.7em;
	font-weight:normal;
	border-bottom:1px dotted #8C8C8C;
}
.tokuteibox td {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.7em;
	border-bottom:1px dotted #8C8C8C;
}
/* ---会社概要-- */

#company {
	width: 800px;
	padding-bottom: 15px;
	text-align: left;
	padding-top: 10px;
}
#company h2 {
	background-image: url(../img/br_company.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	height: 50px;
	width: 800px;
	overflow: hidden;
}
.companybox {
	width: 800px;
	padding-bottom: 15px;
	text-align: left;
	padding-top: 10px;
}
.companybox table {
	width:100%;
}
.companybox th {
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	background-color: #4f4e4e;
	text-align: left;
	font-size: 15px;
	line-height: 1.7em;
	font-weight: normal;
}
.companybox td {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.7em;
}
/* ---特定商取引-- */

#cart {
	width: 800px;
	margin-bottom: 15px;
}
#cart h2 {
	background-image: url(../img/br_cart.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	height: 50px;
	width: 800px;
	overflow: hidden;
}
.cartbox {
	width: 800px;
	padding-bottom: 15px;
	text-align: left;
	padding-top: 10px;
}
.cartbox br {
	display:none;
}
.cartbox form {
}
.cartbox th {
	background-color: #634A3D;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 6px;
	border-bottom: 1px solid #DDDDDD;
	white-space: nowrap
}
.carttitle th {
	text-align: left;
}
.cartamt {
	width: 96%;
	padding-right:4%;
	text-align: right;
}
.cartbox td {
	text-align: left;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 6px;
	font-size: 12px;
	line-height: 1.6em;
	white-space: nowrap
}
.cartbox p {
	margin-left: 3%;
	margin-right:3%;
	text-align: left;
	font-size: 11px;
	line-height: 1.5em;
}
.goorder {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.goorder img {
	margin-left:auto;
	margin-right:auto;
}
/* --ご注文-- */

#order {
	width: 800px;
	margin-bottom: 15px;
}
#order h2 {
	background-image: url(../img/br_order.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	height: 50px;
	width: 800px;
	overflow: hidden;
}
.orderbox {
	width: 800px;
	padding-bottom: 15px;
	text-align: left;
	padding-top: 10px;
}
.orderbox br {
	display:none;
}
.orderarea {
	padding-top: 10px;
	padding-bottom: 10px;
}
.orderarea form {
	margin-left: 15px;
	margin-right: 15px;
}
.orderarea th {
	background-color: #4f4e4e;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 6px;
	border-bottom:1px solid #DDDDDD;
}
.ordertitle th {
	text-align: left;
	white-space: nowrap
}
.orderamt {
	width: 96%;
	padding-right:4%;
	text-align: right;
}
.orderarea td {
	text-align: left;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 6px;
	font-size: 12px;
	line-height: 1.6em;
	white-space: nowrap
}
.orderarea p {
	margin-left: 3%;
	margin-right:3%;
	text-align: left;
	font-size: 11px;
	line-height: 1.5em;
}
/* --ポップアップ-- */
#poparea {
	width:94%;
	padding: 3%;
}
.popimg {
	position: relative;
	margin: 3%;
	height: auto;
	width: 94%;
	overflow: hidden;
	text-align: center;
}
.popimg img {
	width: 100%;
	max-width:340px;
	height:auto;
}
.photo2 {
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
}
.sukashi2 {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.popname {
	text-align:center;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: bold;
	color: #006699;
	padding-left: 10px;
	padding-right: 5px;
}
.popprice {
	color: #990000;
	font-weight: bold;
	text-align:center;
	font-size: 14px;
	line-height: 1.3em;
	padding-left: 10px;
}
.popex {
	text-align:center;
	font-size: 12px;
	line-height: 1.2em;
	padding-left: 10px;
	padding-top: 4px;
}
#poparea address {
	font-size: 10px;
}



/*--お問い合せフォーム--*/
.contactform {
	width: 800px;
	height: auto;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 15px;
}
.contactform h3 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	background-color: #4f4e4e;
	text-align: center;
	width: 785px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.assp1 {
	font-size: 14px;
	line-height: 1.8em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 7px;
}
.assp2 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	background-color: #4f4e4e;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.assp3 {
	font-size: 12px;
	line-height: 1.5em;
	padding-right: 10px;
	padding-bottom: 7px;
	vertical-align: top;
}
.assp3 a {
	text-decoration: none;
}
.assp3 a:hover {
	text-decoration: underline;
}
.assp5 {
	font-size: 12px;
	line-height: 16px;
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.assp6 {
	color: red;
	font-size: 11px;
	line-height: 16px;
	padding-top: 5px;
	padding-left: 5px;
}
.biz_check {
	background-color: #E84447;
	padding-top: 1%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
	margin-bottom: 4%;
	margin-top: 2%;
}
.biz_check span {
	text-decoration: underline;
	font-weight: bold;
}
.form {
	font-size: 12px;
	width:100%;
}
.form .title {
	font-weight: bold;
	text-align: center;
}
.form .pot {
	color: gray;
	font-size: 11px;
}
.form .pin {
	color: red;
	font-size: 11px;
	line-height: 20px;
}
.form .pas {
	color: #8b1d1d;
	font-size: 14px;
	line-height: 20px;
}
.form th {
	font-weight: normal;
	text-align: center;
	background-color: #4f4e4e;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 15px;
}
.form th span {
	font-size:12px;
}
.form td {
	text-align: left;
	background-color: #ebebeb;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #1D1D1D;
}
.form td p {
	color: #1D1D1D;
}
.form textarea {
	width: 460px;
	height: 160px;
}
.contactform button {
	background-color: #ffffff;
	padding: 0;
	border: none;
}
#handy {
	background-image: url(../img/form/bk_handy.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 730px;
	height: 100px;
	padding-right: 10px;
}
#handy p {
	font-size: 11px;
	line-height: 15px;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 50px;
}
#payjp_checkout_box {
	text-align:center;
}
#payjp_checkout_box input[type="button"] {
width: 300px;
height: 50px;
margin-left:auto;
margin-right:auto;
font-size:21px !important;
}
