.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 50px;
  text-align: right;
}
.img{
  float:left;
  width: 300px;
}
.table{
  display: table;
  margin: 0px;
}
.c1{
	display: table-cell;
	width: 100px;
	font-size: 1.5em;
 	color: red;
}
.c2{
	display: table-cell;
	width: 200px;
	font-size: 1.5em;
 	color: red;
}
.price-down{
  	float: left;
	background:#f77171;
  	border-radius:50px;
  	color:#fff;
  	font-size:1.2em;
  	padding:10px;
}
.arrow{
  float: left;
  margin-left:120px;
  position: relative;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top-color: #f77171;
}

.arrow:after{
  position: absolute;
  content: '';
  top: -50px;
  left: -15px;
  width: 30px;
  height: 30px;
  background: #f77171;
}
.flex{
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.caution{
  width: 90%;
  margin: 1em;
  padding: 0 5px 5px 5px;
  border: solid 2px lightgray;
  border-radius: 10px;
  background: lightgray;
}
.caution img{
  padding-left: 5px;
}
.bottom{
  background: #fff;
}
.item{
  display: flex;
  align-items: center;
  border-bottom: dashed 3px lightgray;
}
.item-last{
  padding: 1em;
}
.left{
  width: 75px;
  flex-shrink:0;
  padding-left: 5px;
}
.right{
  padding: 1em;
}
.bold{
  font-weight: bold;
  font-size: 1.2em;
}

@media screen and (min-width: 480px){
/* 480px以上 */
.mail{
  width: 50%;
  border: solid 1px lightgray;
  border-radius: 5px;
  background: #f0f0f0;
  padding: 10px;
  font-size: 1.2em;
  text-align: center;
  margin: 1em;
}
.tel{
  width: 50%;
  background-color: #f0f0f0;
  border: solid 1px lightgray;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  font-size: 1.2em;
  text-align: center;
}
.tel2{
  width: 50%;
  border-right: solid 1px lightgray;
  border-left: solid 1px lightgray;
  border-bottom: solid 1px lightgray;
  border-radius: 0 0 5px 5px;
  padding: 10px;
  margin-bottom:3em;
}
}

@media screen and (max-width: 480px){
/* 480px以下 */
.mail{
  width: 80%;
  border: solid 1px lightgray;
  border-radius: 5px;
  background: #f0f0f0;
  padding: 10px;
  font-size: 1.2em;
  text-align: center;
  margin: 1em;
}
.tel{
  width: 80%;
  background-color: #f0f0f0;
  border: solid 1px lightgray;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  font-size: 1.2em;
  text-align: center;
}
.tel2{
  width: 80%;
  border-right: solid 1px lightgray;
  border-left: solid 1px lightgray;
  border-bottom: solid 1px lightgray;
  border-radius: 0 0 5px 5px;
  padding: 10px;
  margin-bottom:3em;
} 
}
  
/*ここから商品登録*/
.lockdown{
  border: solid 2px #f77171;
  padding: 0 1em 0 1em;
}
.lockdown h4{
  text-align:center;
}
.lockdown p{
  font-size: 0.9em;
  margin-top: -1em;
}
.lockdown hr{
  margin-top: -0.5em;
  border-top: solid 2px #f77171;
}
.red_b{
  color: red;
  font-weight: bold;
}
.f-box{
  width: 340px;
  display:flex;
  -webkit-display:flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
}
.box1{
  display:flex;
  -webkit-display:flex;
  height:50px;
}
.box1 img{
  height: 50px;
}
.box2{
  display:flex;
  -webkit-display:flex;
  align-items: center;
  -webkit-align-items: center;
  height:48px;
  border: solid 1px lightgray;
  padding: 0 5px 0 5px;
  margin: 0 2px 0 2px;
}
.mtop{
  display:flex;
  -webkit-display:flex;
  align-items: center;
  -webkit-align-items: center;
  height:46px;
  border: solid 2px red;
  padding: 0 5px 0 5px;
  margin: 0 2px 0 2px;
  color:red;
  font-weight:bold;
}
.box3{
  height: 65px;
}
.tatami{
  height:48px;
  background: deepskyblue;
  border-radius: 5px;
  color: #fff;
  padding: 0 5px 0 5px;
  margin: 0 2px 0 2px;
}
.jou1{
  font-size: 2em;
  font-weight: bold;
  margin: 0 2px 0 2px;
}
.jou2{
  font-size: 1.2em;
}
.flo{
	float: left;
}
.bl{
	float: left;
	padding-top: 15px;
 	padding-bottom: 14px;
  	padding-left: 5px;
  	padding-right: 5px;
	border: solid 1px lightgray;
}
table{
  width: 340px;
  border:none;
}
.t1 td{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border:none;
}
.t1 tr:nth-child(2n+1) td:nth-child(1){
  background: #a8d7f2;
}
.t1 tr:nth-child(2n+1) td:nth-child(2){
  background: #e4f5ff;
}
.t1 tr:nth-child(2n) td:nth-child(1){
  background: #cbe4f3;
}
.t1 tr:nth-child(2n) td:nth-child(2){
 	background: #f2faff;
}
.cb{
  clear:both;
}
.t2 td{
	padding-top: 5px;
  	padding-bottom: 5px;
}
.t2 td:nth-child(3){
  	text-align: right;
}
.t2 td:nth-child(3):after{
  	content:"円";
}
.t2 tr:last-child{
  	border-top: solid 1px black;
}
.t2 tr:last-child td:nth-child(2){
  	text-align: right;
}
.t2 tr:last-child td:nth-child(2):after{
  	content:"円";
}

/* ここから別売品*/
.d1 summary{
  text-decoration: underline;
  padding: 5px;
}
.d2 summary{
  margin-left: 1em;
  padding: 5px;
  background: #eee;
  border: solid 1px gray;
}
.t3{
  margin-left: 1em;
}
.t3 a{
  color: deepskyblue;
  text-decoration: underline;
}
.t3 th{
  border:solid 1px gray;
  background: #eee;
  font-weight: normal;
  text-align: left;
  padding: 5px;
}
.t3 td{
  border: solid 1px gray;
  text-align: center;
}
.p1{
  font-size: 1.1em;
  margin-bottom: 1em;
}
.p2{
  font-size: 1.1em;
  margin-top: 1em;
  margin-bottom: 2em;
}