@charset "UTF-8";
/* CSS Document */
		
html,
body {
  width: 100%;
}
#wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 920px;
  margin: auto;
  padding: 50px 0;
}

.note {
  color: #666;
  font-size: 1.2rem;
}

/*  ------------------------------
#lineupseat_top
 ------------------------------ */

#lineupseat_top .page_title {
	margin: 0 0 30px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
#lineupseat_top .lineupseat_list {
	max-width: 900px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#lineupseat_top .lineupseat_list li {
	width: 280px;
	margin: 10px 10px;
  color: #333;
	font-size: 1.6rem;
	line-height: 1.0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#lineupseat_top .lineupseat_list li a {
  display: block;
  color: #333;
}
#lineupseat_top .lineupseat_list li .lineupseat_title {
	position: relative;
  border-bottom: 1px #ccc solid;
}
#lineupseat_top .lineupseat_list li .lineupseat_title a {
  position: relative;
  display: flex;
  align-items: center;
  height: 90px;
  padding: 0 20px;
  line-height: 1.5;
  font-weight: bold;
}
#lineupseat_top .lineupseat_list li .lineupseat_title a::before {
	position: absolute;
	content: "\f054";
	display: block;
	font-family: "Font Awesome 5 Free";
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}


/*  ------------------------------
footer
 ------------------------------ */

.btn_back a {
  display: block;
  width: 280px;
  margin: 30px auto 0;
  font-size: 1.5rem;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
	border: 1px solid #ccc;
}
