.cvs{
	position: relative;
}

.abs{
	position: absolute;
	left: 0px;
	bottom: 5px;
}
.kvs_kago{
	position: relative;
}

.kgbs{
	position: absolute;
	left: 0px;
	bottom: 5px;
}

.flex{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 60px;
}

.ctr{text-align:center;}

.line_01{
	background: rgb(0,67,130);
	background: linear-gradient(90deg, rgba(0,67,130,1) 0%, rgba(108,137,181,1) 100%);
	text-align:center;
	color:#fff;
	padding:10px 0;
	margin-bottom: 10px;
}

.flex table{
	width:100%;
	margin-top:1%;
}

#foodList {
  color: #f26778;
  font-size: 18px;
}

#placeList {
  color: #007af4;
  font-size: 18px;
}

.bg_c{
  background:#eee;
  border:1px solide #ddd;
}

.f_s14{
  font-size:14px;
}

.m_top20{
  margin-top:20px;
}

.m_btm10{
  margin-bottom:10px;
}

.logo{
  width: 70%;
  max-width: 1220px;
  margin: 0 auto;
}

.fixed_left{
  position: fixed;
  width: 100%;
  max-width: 490px;
  top:1%;
}

.js-print-hide{
  padding-left:calc(575px);
  width:100%;
  margin:3rem 0 0;
}

/* 印刷用CSS */
@media print {
  .print {
    display: none;
	}
}

/*選択用CSS*/
/*↓ここから*/
.cpt01 {
  background-color: #9e9e9e5e;
  border: solid 2px #ffffff;
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin:15px 15px 0 0;
  padding: 1px 1px;
}
/* activeクラス */
.active1 {
  background-color: #03a9f436;
  border: solid 2px #11A5EF;
}

.cpt02 {
  background-color: #9e9e9e5e;
  border: solid 2px #ffffff;
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin:15px 15px 0 0;
  padding: 1px 1px;
}
/* activeクラス */
.active2 {
  background-color: #03a9f436;
  border: solid 2px #11A5EF;
}

.cpt03 {
  background-color: #9e9e9e5e;
  border: solid 2px #ffffff;
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin:15px 15px 0 0;
  padding: 1px 1px;
}
/* activeクラス */
.active3 {
  background-color: #03a9f436;
  border: solid 2px #11A5EF;
}

.cpt04 {
  background-color: #9e9e9e5e;
  border: solid 2px #ffffff;
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin:15px 15px 0 0;
  padding: 1px 1px;
}
/* activeクラス */
.active4 {
  background-color: #03a9f436;
  border: solid 2px #11A5EF;
}

.cpt05 {
  background-color: #9e9e9e5e;
  border: solid 2px #ffffff;
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin:15px 15px 0 0;
  padding: 1px 1px;
}
/* activeクラス */
.active5 {
  background-color: #03a9f436;
  border: solid 2px #11A5EF;
}

.cpt06 {
  background-color: #9e9e9e5e;
  border: solid 2px #ffffff;
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin: 15px;
  padding: 1px 1px;
}
/* activeクラス */
.active6 {
  background-color: #03a9f436;
  border: solid 2px #11A5EF;
}

.cpt07 {
  background-color: #9e9e9e5e;
  border: solid 2px #ffffff;
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin:15px 15px 0 15px;
  padding: 1px 1px;
}
/* activeクラス */
.active7 {
  background-color: #03a9f436;
  border: solid 2px #11A5EF;
}
/*↑ここまで*/
.kvs_kago,td {
  position: relative; /* 必須 */
}
.over_line{
  position: absolute;
  top: 0;
  left: 0;
}

td:has(.kvs_kago){overflow: clip;}