@charset "UTF-8";

#contents {
	text-align: left;
	width: 1000px;

	max-width: 100% !important;
	margin: 0 auto 100px;
}


#mainColumn {
	width: 100% !important;
	float: none;
	margin-left:auto;
	margin-right:auto;
}

.S18 {
	font-size: 18px;
	font-weight: bold;
}

.catYaki { display: none; }
.catDeli { display: inline-block; }


.btCat {
	width: 50%;
	height: 40px;
	background: #BA1F1D;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	left: 0;

	color: #FFFFFF;
	font-size: 16px;

	float: left;
 }


	/* contactArea
	----------------------------------*/
	#mainColumn .contactArea {
		width: 100%;
		background: none;
		border: none;
		box-sizing: border-box;
		margin: 0 0 20px;
		padding: 0 20px;
	}

	#mainColumn .contactArea .tel {
		width: 100%;
		background: url(../images/sp_s_contacttel.gif) no-repeat 0 2px;
		background-size: 38px auto;
		border-right: none;
		box-sizing: border-box;
		float: none;
		margin: 0 0 15px;
		padding: 0 0 0 45px;
	}

	#mainColumn .contactArea .tel a {
		color: #412E2F;
		line-height: 1.2;
		text-decoration: none;
	}

	#mainColumn .contactArea .tel a .num {
		font-size: 20px;
		font-weight: bold;
	}

	#mainColumn .contactArea .mail {
		width: 100%;
		position: relative;
		float: none;
	}

	#mainColumn .contactArea .mail a {
		color: #FFF;
		text-align: center;
		text-decoration: none;
		text-indent: 0;
		font-size: 19px;
		width: 100%;
		background: url(../images/sp_s_contactbtn.gif), 
					-moz-linear-gradient(top, #DB2220, #BA1F1D);
		background: url(../images/sp_s_contactbtn.gif), 
					-webkit-gradient(linear, left top, left bottom, from(#DB2220), to(#BA1F1D));
		background: url(../images/sp_s_contactbtn.gif), 
					linear-gradient(top, #DB2220, #BA1F1D);
		background-size: 38px auto, 100% auto;
		background-repeat: no-repeat, repeat;
		background-position: 20px center, left top;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		box-sizing: border-box;
		display: block;
		padding: 20px 0 20px 45px;
		position: static;
		z-index: 1;
	}

	#mainColumn .contactArea .mail a:after {
		content: "";
		width: 100%;
		height: 20px;
		background: #520C0B;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		display: block;
		position: absolute;
		bottom: -3px;
		left: 0;
		z-index: -1;
	}

	#mainColumn .contactArea .mail a:hover {
		opacity: 1;
		fitler: alpha(opacity=100);
	}



.shopinfo {
	padding: 0px !important;
	box-sizing: border-box;
}

label {
	font-size: 14px;
	line-height: 30px;

	padding-bottom: 3px;
}

.col-red {
	font-size: 16px;
	color: #BA1F1D;
}

H4 {
	display: block;
	height: 40px;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	background-color: #BA1F1D;
	color: #FFFFFF;
	font-weight: normal;
}
H5 {
	display: inline-block;
	height: auto;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	background-color: #f5deb3;
	font-weight: normal;
	line-height: 30px;
}


.shopinfo ul {
	display: inline-block;
	width: 100%;
	height: auto;

	padding: 5px;
	margin: 0px;
	list-style: none;
	box-sizing: border-box;
}

.shopinfo ul li {
	display: inline-block;
	width: 100%;
	height: auto;

	padding: 0px;
	margin: 0px;

	background-color: #F1F1E5;

	border-bottom: 1px solid #58585A;
	padding-bottom: 5px;

	box-sizing: border-box;
}

.ItemL {
	float: left;
	display: block;
	align-items: center;
	justify-content: center;

	width: 40%;
	max-width: 370px;
	height: auto;

	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;

}
.ItemL img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}

.ItemR {
	float: right;
	display: inline-block;
	width: 60%;
	height: auto;

	padding: 3px;
	margin: 0px;
	text-align: left;
	box-sizing: border-box;

	vertical-align: middle;
	line-height: 40px;


}
.ItemR input[type="button"] {
	display: block;
	float: right;
	box-sizing: border-box;

	width:auto;
	height:30px;
	line-height: 25px;
	font-size: 14px;

	padding-left: 10px;
	padding-right: 10px;

	margin-right: 8px;

	background-color: #BA1F1D;
	color: #FFFFFF;
	border-radius: 8px;

	cursor: pointer;
}

.w100 {
	width: calc(100% - 3px);
	height:30px;
	line-height: 25px;
	font-size: 14px;

	border-radius: 8px;
}
.w30 {
	width: 80px;
	height:30px;
	line-height: 25px;
	font-size: 14px;

	border-radius: 8px;

	float: left;
}
.bt30 {
	display: block;
	float: left;
	box-sizing: border-box;

	width:auto;
	height:30px;
	line-height: 25px;
	font-size: 14px;

	padding-left: 10px;
	padding-right: 10px;

	margin-right: 8px;

	background-color: #BA1F1D;
	color: #FFFFFF;
	border-radius: 8px;
}

#RefList select {
	width:auto;
	height:30px;
	line-height: 25px;
	font-size: 14px;
	border-radius: 8px;
}

@keyframes click-wave {
	0% {
		position: relative;
		width: 30px;
		height: 30px;
		opacity: 0.35;
	}
	100% {
		width: 200px;
		height: 200px;
		margin-top: -80px;
		margin-left: -80px;
		opacity: 0;
	}
}

.option-input02 {
	position: relative;
	top: 6.3px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin-right: 0.5rem;
	cursor: pointer;
	transition: all 0.15s ease-out 0s;
	color: #ffffff;
	border: none;
	outline: none;
	background: #d7cbcb;
	-webkit-appearance: none;
	        appearance: none;

	border-radius: 5px;
}
.option-input02:hover {
	background: #d6a9a9;
}
.option-input02:checked {
	background: #da3c41;
}
.option-input02:checked::before {
	font-size: 15px;
	line-height: 16px;
	position: absolute;
	display: inline-block;
	width: 12px;
	height: 12px;
	content: '✔';
	text-align: center;
	margin-left: 3px;
}
.option-input02:checked::after {
	position: relative;
	display: block;
	content: '';
	-webkit-animation: click-wave 0.65s;
	        animation: click-wave 0.65s;
	background: #da3c41;
}
.option-input02.radio {
	border-radius: 50%;
}
.option-input02.radio::after {
	border-radius: 50%;
}
label {
	line-height: 25px;
	display: block;
}
.option-input02:disabled {
	cursor: not-allowed;
	background: #b8b7b7;
}
.option-input02:disabled::before {
	font-size: 14px;
	line-height: 25px;
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	content: '✖︎';
	text-align: center;
}


#InfoPanel {
	display: inline-block;
	text-align: center;
	vertical-align: middle;

	width: 80%;
	font-size: 20px;
	height: auto;
	padding: 5px;

	border: 3px solid #BA1F1D;
	background-color: #fffacd;

	position: absolute;

	top:  calc(50% - 20px);
	left: 7%;
	z-index: 9999;
	display: none;
}

.NumBox {
	height: 25px;
	width: 30px;
	text-align: center;
	vertical-align: middle;

	font-size: 14px;

	border: 1px solid #db7093;
	background: none;

	border-radius: 5px;

	margin-right: 5px;
}

#header .inner {
	width: 1000px;
	max-width: 100% !important;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}


#mainv .mainvBox {
	width: 990px;
	max-width: calc(100% - 10px) !important;
	background: #FFF;
	border: solid 1px #EBEBDA;
	margin: 0 auto;
	padding: 0px !important;
}



.mainvBox img {
	width: 990px;
	max-width: 100% !important;
	height: auto;
}

h2 {

	color: #58585A;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	background-image: none;
	margin: 0px;
	padding: 15px 0px 0px 0px;

}

#mainColumn {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: left;
}

/* inner
----------------------------------*/
#mainColumn .inner {
	width: 100%;
	background: #FFF;
	padding: 15px 0 15px 0;
}


	/* shopinfo
	----------------------------------*/
	.shopinfo {
		margin: 0;
		width: 100% !important;
	}

	.shopinfo table {
		border-top: none;
	}

	.shopinfo table th,
	.shopinfo table td {
		color: #412E2F;
		font-size: 12px;
		font-weight: normal;
		border-bottom: solid 1px #412E2F;
		padding: 15px;
	}

	.shopinfo table th {
		vertical-align: top;
		width: 85px;
		background: none;
	}


/* screens smaller than 640
***************************************************************************/
@media only screen and (max-width:640px) {

	#header .hNavi {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		display: block;
		height: 20px;

		width: auto;
		float: right;
		margin-right: 10px;
	}


	h2 {
		color: #FFF;
		font-size: 13px;
		width: 100%;
		background: #412E2F;
		box-sizing: border-box;
		margin: 0 0 8px;
		padding: 8px 0 8px 15px!important;
	}


	#mainColumn {
		width: 100%;
		float: none;
	}


	/* inner
	----------------------------------*/
	#mainColumn .inner {
		width: 100%;
		background: none;
		padding: 0;
	}

	#header .inner {
		margin-bottom: 20px;

		display:block;
		height: 45px;

	 }

	/* shopinfo
	----------------------------------*/
	.shopinfo {
		margin: 0;
	}

	.shopinfo table {
		border-top: none;
	}

	.shopinfo table th,
	.shopinfo table td {
		color: #412E2F;
		font-size: 12px;
		font-weight: normal;
		border-bottom: solid 1px #412E2F;
		padding: 15px;
	}

	.shopinfo table th {
		vertical-align: top;
		width: 85px;
		background: none;
	}


	.ItemL {
		float: left;
		display: block;
		align-items: center;
		justify-content: center;

		width: 39%;
		height: auto;

		padding: 0px;
		margin: 0px;
		text-align: center;
		vertical-align: middle;

	}

	.ItemL img {
		width:auto;
		height:auto;
		max-width:100%;
		max-height:100%;
	}

	.ItemR {
		float: right;
		display: block;
		width: 59%;
		height: auto;

		padding: 3px;
		margin: 0px;
		text-align: left;
		box-sizing: border-box;

		vertical-align: middle;

	}

	.ItemR input[type="button"] {
		display: block;
		float: right;
		box-sizing: border-box;

		width:auto;
		height:30px;
		line-height: 25px;
		font-size: 14px;

		padding-left: 10px;
		padding-right: 10px;

		margin-right: 8px;

		background-color: #BA1F1D;
		color: #FFFFFF;
		border-radius: 8px;

		cursor: pointer;
	}

	.S18 {
		font-size: 16px;
		font-weight: bold;
	}

}


/* screens smaller than 480
***************************************************************************/
@media only screen and (max-width:480px) {
	.ItemL {
		float: left;
		display: flex;
		align-items: center;
		justify-content: center;

		width: 100%;
		height: auto;

		padding: 0px;
		margin: 0px;
		text-align: center;
		vertical-align: middle;

	}

	.ItemL img {
		width:auto;
		height:auto;
		max-width:100%;
		max-height:100%;
	}

	.ItemR {
		float: right;
		display: inline-block;
		width: 100%;
		height: auto;

		padding: 3px;
		margin: 0px;
		text-align: left;
		box-sizing: border-box;

		vertical-align: middle;
	}

	.shopinfo ul li {
		border-bottom: 1px solid #58585A;
		margin-bottom: 8px;
	}

}


