@charset "UTF-8";

.w1{width:100px;}
.w2{width:200px;}
.w3{width:300px;}
.w4{width:400px;}
.w45{width:450px;}
.w5{width:500px;}
.w6{width:600px;}
.w7{width:700px;}
.h2{height:200px;}
.mt0{margin-top:0px !important;}
.ml20{margin-left:20px !important;}

.wf{width:100%;}
.cf{clear:both;}
.fl{float:left;}
.fr{float:right;}
.tar{text-align:right;}
.h30{height:30px !important;}
.mp0{margin:0px;padding:0px;}
.fbol{font-weight:bold;}

h3.ptit{
	margin:0px;
	padding:10px;
	font-size:24px;
	border-bottom:1px solid #ccc; 
	font-weight:bold;
	text-align:center;
	color:#3f1f13;
}
/*----------------------------------------------------------------------------*/
div#oo{margin:auto;width:920px;padding:20px;margin-bottom:50px;}
div.jctit{
	float:left;
	text-align:right;
	padding:20px;
}
div.jcinp{
	float:left;
	font-size:18px;	padding:15px 0px;
}

div.kiyaku{
	border:1px solid #aaa;
	height:200px;
	overflow:scroll;
	padding:10px;
}

hr.jcline{
	clear:both;
	border-bottom:none;
	border-top:1px dotted #aaa;
	width:98%;
}

div.jchead{
	border-bottom:1px solid #af6070;
	text-align:center;
	height:60px;
	padding-top:20px;
	background:url(im/jukucafe/headbg.jpg)
}


#regbot{
	width:180px;
	height:100px;
	padding:10px;
	position:fixed;
	right:20px;
	bottom:70px;
	text-align:center;
	font-weight:bold;
	background:#af6070;
	border-radius:10px;
	border:solid 3px #8e4655;
	color:#fff;
	transition:0.3s;
	opacity:1;
}
#regbot:hover{
	opacity:0.9;
	bottom:80px;
}
p#cart_check{
	padding:0px;
	margin:8px 0px;
}
/*----------------------------------------------------------------------------*/
#oo table{
	font-size:14px;
	margin:0px 0px;
	padding:8px 0px;
	border-collapse: collapse;
}
#oo th{
	border:1px solid #cccccc;
	font-weight:bold;
	text-align:center;	
	color:#3c3c3c;
	padding:6px 6px;
	line-height:14px;
	background:#eeeeee;
}
#oo th.nk{
	border:1px solid #ffffff;
	color:#ffffff;
	background:#fa9545;
}
#oo th.om{
	border:1px solid #cccccc;
	color:#ffffff;
	background:#185f54;
}
#oo td{
	border:1px solid #cccccc;
	text-align:left;	
	line-height:20px;
	padding:6px 6px;
	color:#404040;
}
#oo td.c{text-align:center;}
#oo td.fb{font-size:16px;}
#oo td.r{text-align:right;}
#oo td.t{vertical-align:top;}
#oo td.nk{border:1px solid #ffffff;}
#oo tr.sima:nth-child(even) td{background:#fff7f7;}
/*----------------------------------------------------------------------------*/
div.grwaku{
	padding:10px;
	border-radius:10px;
	border:1px solid #ddd;
	background:#efefef;
}
div.topcate{
	text-align:center;
	padding:10px;
	width:258px;	height:200px;
	margin:13px;
	border-radius:10px;
	border:1px solid #ddd;
	float:left;
	color:#fff;
}

div.topcate:hover{	opacity:0.8;}
.col1{background:#7f3820;}
.col2{background:#af6070;}
.col3{background:#cfa78f;}
.col4{background:#e07060;}
.col5{background:#6faf9f;}
.col99{background:#eedde1;}



div#catem{
	background:#fff;
	color:#000;
	z-index:9999;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	-webkit-text-size-adjust:100%;
	opacity:0.9;
	padding-bottom:10px;
	border-bottom:1px dotted #3c3c3c;
}
div.catei{
	float:left;
	text-align:center;
	width:115px;
	height:115px;
}
div.item{
	float:left;
	width:280px;height:450px;	/*height:635px;　見出しと説明文を非表示にしているためこの高さサイズは保留（pc）*/
	margin:13px;
	border-bottom:1px dotted #888;
}

div#itemall{}
#itemall p.mei{
	width:100%;
	text-align:center;
	font-size:18px;
	height:40px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
	padding:0px;
	line-height:18px;
	color:#40385f;
	background:none;
}
#itemall div.cat{
	height:60px;
	text-align:left;
	font-size:16px;
	line-height:22px;
	margin:10px 0px;
	padding:0px;
	color:#3c3c3c;
	border:none;
}
#itemall div.kosu{
	text-align:center;
	font-size:16px;
	margin:0px 40px;
	padding:0px;
	background:#af6070;
	border-radius:14px;
	color:#fff;
	border:none;
}
#itemall div.gai{
	height:100px;
	font-size:14px;
	line-height:20px;
	margin:0px 0px 8px 0px;
	padding:4px;
	color:#4f4040;
	background:#fff8e7;
	border-radius:10px;
	border:1px solid #ffe7af;
}
#itemall p.en{
	text-align:center;
	font-size:18px;
	margin:6px;
	padding:0px;
	color:#ff0000;
	font-weight:bold;
}


	div.suryo{float:left;width:60px;font-size:18px;}
	div.incart{float:left;width:220px;}
	
.item select{
	margin:0px;
	font-size:18px;height:40px;}
input.item_incart{
	-webkit-appearance:none;
	margin:0px;
	font-size:18px;height:40px;width:220px;    color: #ffffff;
    background:#4f4040;
	border-radius:8px;
    font-weight: bold;

}
.item input:hover{background:#8e7070;}

div.cart_pic{
	float:left;
	width:100px;height:100px;	margin:10px 0px;
	border-bottom:1px dotted #888;
}
div.cart_n{
	float:left;
	width:730px;height:100px;	margin:10px 10px;
	border-bottom:1px dotted #888;
}
a.cart{color:#1D3994;text-decoration:none;font-size:14px;}
a.cart:hover{color:#1D3994;text-decoration:underline;}

select.shenkou{
	margin:0px;
	font-size:18px;height:40px;}


div.kingaku{float:left;width:350px;font-size:24px;text-align:right;}
div.kosuhen{float:left;width:250px;font-size:24px;text-align:right;}
div.sakujo{float:right;width:100px;}
span.dmoji{font-size:18px;font-weight:bold;}
div.hhj1{float:left;text-align:right;width:310px;font-size:20px;padding-top:4px;}
div.hhj2{float:left;text-align:right;width:150px;font-size:24px;}
div.hhj3{float:left;text-align:left;width:350px;padding-top:8px;}

div.cform{
	margin:20px 0px;
	padding:30px;
	border:1px solid #aaa;
	border-radius:6px;
}

p.topcatem{font-weight:bold;}
p.goukei{
	margin:20px 0px;
	padding:0px;
	text-align:center;
	font-size:20px;	font-weight:bold;
}

/*----------------------------------------------------------------------------*/
h3{margin:20px 0px 10px 0px;border-bottom:1px solid #aaa;}
div.kmhead{
	text-align:center;
	height:56px;
	padding-top:24px;
	background:#507f16;
	color:#fff;
	font-size:22px;
	font-weight:bold;
}

div.kmdankai{
	margin:10px 0px;
	padding:10px;
	border-radius:10px;
	border:1px solid #ddd;
	background:#eaffd1;
}

input.kmbot{
	width:400px;
	height:80px;
	margin:20px 0px;
	font-size:24px;
    color: #ffffff;
    background:#507f16;
	border-radius:10px;
    font-weight: bold;
}

div.kmfl3{
	float:left;
	width:280px;
	margin:13px;
	line-height:30px;
}

input.kmbot:hover{background:#639823;}
/*----------------------------------------------------------------------------*/
input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent;
    transition:.3s;
}
input:invalid{background:#ffe8e6;}


input[type="text"]{
	font-size:18px;	padding:10px;
	outline: none;
	border-radius: 3px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
input[type="text"]:focus{
    box-shadow: 0 0 4px #3498db;
    border: 1px solid #3498db;
}
input[type=range]{
	vertical-align: middle ;
}

select{
	border:1px solid #aaaaaa;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	font-size:16px;
	margin:8px;
	padding:4px;
}

input[type="checkbox"]{
	border:1px solid #aaaaaa;
	transform:scale(2.4);
	margin-right:20px;
}
input[type="radio"]{
	border:1px solid #aaaaaa;
	transform:scale(2.4);
	margin-right:20px;
}
textarea{
	border:1px solid #aaaaaa;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	font-size:16px;
	margin:2px;
}
div.sradio{
	width:176px;
	height:190px;
	padding:0px;
	margin:2px;
	color:#3c3c3c;
	border:#aaaaaa solid 2px;
	border-radius:4px;
}
div.fl{float:left;}
div.sradio:hover{border:#fcd68f solid 2px;}

input.bigbot{
	-webkit-appearance:none;
	width:300px;
	height:80px;
	margin:20px 0px;
	font-size:24px;
    color: #ffffff;
    background:#4f4040;
	border-radius:10px;
    font-weight: bold;
}
input.bigbot:hover{background:#8e7070;}

input.cbot{
	-webkit-appearance:none;
	font-size:18px;height:40px;    color: #ffffff;
    background:#4f4040;
	border-radius:10px;
    font-weight: bold;
}
input.cbot:hover{background:#8e7070;}

/*----------------------------------*/
.rad{}
.rad + .rad_img{
	opacity:0.6;
	margin-top:4px;
}
.rad:checked + .rad_img{
	opacity:1;
	margin-top:-10px;
}
.rad_img:hover{opacity:0.8;}

.bigrad{
	transform: scale(1.5);
	margin-right: 0.5em;
}
/*----------------------------------*/

/*----------------------------------------------------------------------------*/
/* Float */
/*----------------------------------------------------------------------------*/
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

/*----------------------------------------------------------------------------*/
/* Sink */
/*----------------------------------------------------------------------------*/
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
/*----------------------------------------------------------------------------*/