@charset "UTF-8";
/*----contents----*/
.contents{
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.pc{
	display: none;
}

header{
	background: #eac775;
	width: 100%;
	margin: 0 auto;
}
.mv{
	background: #eac775;
	margin: 0 auto;
}
.mv__inner{
	margin: 0 auto;
	max-height: 300px;
	overflow: hidden;
	display: block;
}
.mv__inner img{
	width: 100%;
	vertical-align: middle;
}
.article{
	margin: 40px auto;
	padding: 0 20px;
	line-height: 1.8em;
}
h2{
	font-size: 1.8em;
	margin: 10px 0;
}
h3{
	font-size: 1.4em;
	margin: 20px 0 10px;
}
p{
	padding-bottom: 10px;
}
ul li{
	color: #FF4500;
}
ul{
	padding-bottom: 10px;
}
dl{
	margin: 10px 0;
}
dl dt{
	font-size: 1.2em;
	margin-bottom: 5px;
}
dl dd{
	padding-bottom: 10px;
}
.emphasis{
	color: #FF4500;
}
.profile{
	margin: 40px auto;
	line-height: 1.8em;
}
.profile--ttl{
	margin: 10px auto;
  padding: 0 20px;
}
.profile__list--bbq{
	background: url(http://konkatsu-theater.com/images/bbq.png) no-repeat #eac775;
	background-position: -30px 40px;
  width: 100%;
  height: 330px;
}
.profile__list--cameko{
	background: url(http://konkatsu-theater.com/images/cameko.png) no-repeat #eac775;
	background-position: 30px 33px;
  width: 100%;
  height: 330px;
}
.profile__list--chiyoko{
	background: url(http://konkatsu-theater.com/images/chiyoko.png) no-repeat #eac775;
	background-position: -5px 43px;
  width: 100%;
  height: 330px;
}
.profile__list--txt{
	padding:20px 20px 20px 140px;
	float: right;
}
.profile__list--txt dt{
}
.profile__list--txt dt span{
	font-size: 1.2em;
	line-height: 2em;
  display: block;
}