#containerinner {
  background-repeat: no-repeat;
  background-position: 0 bottom;
  max-height: 999999px;
}
h2.title {
  background: url(img/title.png);
  background-repeat: no-repeat;
}
.column {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
}
.intro h3 {
  text-align: left;
}
.main-img {
  margin-bottom: 30px;
}
.open-time {
  margin-bottom: 50px;
}
.btn a {
  transition: all 0.2s;
}
.btn a:hover {
  opacity: 0.7;
}
.guest {
  margin-top: 90px;
  margin-bottom: 90px;
}
.note {
  margin: 40px 0;
}
.text {
  margin-top: 60px;
  font-size: 18px;
  text-align: center;
  line-height: 1.7;
}

.intro {
  margin-bottom: 60px;
}
.intro p {
  font-size: 12px;
}
.intro h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.intro h5 {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #000000;
  display: inline-block;
  padding: 2px;
  margin: 30px 0 10px 0;
}
.intro em {
  font-weight: bold;
}
.intro .ban {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.introInner dl {
  margin-bottom: 16px;
  overflow: hidden;
}
.introInner dl dt {
  float: left;
  height: 35px;
  width: 40px;
  border-right: 1px solid #cc0000;
  font-size: 12px;
  font-weight: bold;
  margin-right: 12px;
}
.introInner dl dd {
  float: left;
  font-size: 12px;
}
.introInner dl dd span {
  font-size: 17px;
}
.introInner dl dd small {
  font-size: 12px;
}
.introInner dl dd strong {
  font-size: 18px;
  font-weight: bold;
}
.profile h3,
.ticket h3,
.wanted h3 {
  border-bottom: 1px solid #000000;
  margin-bottom: 34px;
}
.profile .clearfix {
  overflow: hidden;
}
.profile .fLeft {
  float: left;
  width: 294px;
}
.profile .fRight {
  float: right;
  width: 294px;
}
.profile .thumb {
  float: left;
}
.profile dl {
  float: right;
  width: 170px;
}
.profile dl dt {
  margin-bottom: 20px;
  font-size: 12px;
}
.profile dl dt span {
  font-size: 16px;
  font-weight: bold;
}
.profile dl dd {
  font-size: 12px;
}
.profile p.btn {
  margin-top: 75px;
  text-align: center;
}
.profile {
  margin-bottom: 100px;
}
.ticket {
  margin-bottom: 60px;
}
.ticket h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 25px;
}
.ticket p {
  margin-bottom: 25px;
}
.ticket dl {
  overflow: hidden;
  margin-bottom: 30px;
}
.ticket dl dt {
  border-right: 1px solid #cc0000;
  float: left;
  width: 89px;
  height: 75px;
  font-weight: bold;
  margin-right: 13px;
}
.ticket dl dd {
  float: left;
}
.ticket dl dd a {
  text-decoration: underline;
  color: #000;
}
.ticket dl dd a:hover {
  color: #ff0004;
}
.wanted {
  margin-bottom: 60px;
}
ul.snsBtn {
  margin-bottom: 10px;
}
ul.snsBtn li {
  float: left;
  margin-right: 10px;
}
a.big {
  font-size: 18px;
  text-decoration: underline;
  color: #0054ff;
}
#seiri {
  margin-top: 40px;
}
#seiri h4 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ff0004;
}
#seiri p {
  margin-bottom: 15px;
  font-size: 14px;
}
#seiri ul {
  margin-bottom: 15px;
}
#seiri li {
  font-size: 14px;
}
#seiri h5 {
  margin-bottom: 10px;
  font-size: 17px;
  margin-top: 30px;
  font-weight: bold;
}
.smooth {
  font-size: 15px;
  font-weight: bold;
}
.entree {
  display: inline-block;
  padding: 2px 3px;
  margin-bottom: 5px;
  border: 1px solid #000;
}

.form dl {
  padding: 10px;
  margin: 15px 0 10px;
  border: 7px #eeeeee solid;
  text-align: left;
}
form dl dt {
  float: left;
  width: 12em;
  padding: 1px 0 10px 0;
  font-weight: bold;
  text-indent: 1em;
}
form dl dt.last {
  float: none;
  width: auto;
  padding-bottom: 2px;
}
form dl dd {
  padding: 0 0 10px 12em;
  margin-bottom: 10px;
  border-bottom: 1px #cccccc solid;
}
form dl dd.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
span.tag {
  color: #ff6b0d;
  font-weight: normal;
}
input.set {
  border: solid 1px #999;
  padding: 2px;
}
textarea {
  border: solid 1px #999;
}
