/* CSS Document */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-image: url("img/mainV-bg.jpg");
  background-position: center;
}
.inner {
  width: 1024px;
  margin: 0 auto;
}

header {
  height: 100px;
  width: 100%;
  border-bottom: #E9C4D4 solid 4px;
  background-color: #FFFFFF;
  position: fixed;
  z-index: 1
}
header h1 {
  float: left;
  margin-bottom: 0px;
  margin-top: 15px
}
header h1 img{
	width: 400px;
	height: auto;
}
header nav ul {
  float: right;
  margin-top: 38px;
  font-size: 1.0rem
}
header nav ul li {
  display: inline;
  padding-left: 35px;
}
header nav a {
  color: #000000
}
header nav a:hover {
  color: #3F3F3F;
}
#mainVisual {
  margin-top: 0px;
  padding-top: 80px;
  margin-bottom: 40px
}
#mainVisual img {
  display: block;
  margin: 0 auto;
  width: 1024px;
}
#sec1, #sec2, #sec3, #sec4, #sec5 {
  width: 1024px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
}
#sec5 {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  background-color: #FEF0DD
}
.textright {
  text-align: right;
}
.textCenter {
  text-align: center;
}
.textlarge {
  font-size: 1.5rem;
}
.col2 {
  display: flex;
}
footer {
  background: #E9C4D4;
  text-align: center;
  color: #FFFFFF;
  padding: 20px 0;
}

.indent {
  padding-left: 1rem;
  text-indent: -1rem;
}
/* micro clearfx */
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
} /* For IE 6/7 */
.sp {
  display: none
}
/*//////// 公演詳細 ////////*/
#sec1 h1 {
  text-align: center;
  font-size: 1.8rem;
  background: #796A56;
  color: #FFFFFF;
  font-weight: normal;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 25px
}
#sec1 p {
  margin-bottom: 20px;
}
#sec1 {
  text-align: center;
}
/*//////// 先行発売・一般発売 ////////*/
#sec2 h1 {
  text-align: center;
  font-size: 1.8rem;
  background: #796A56;
  color: #FFFFFF;
  font-weight: normal;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 20px
}
#sec2 h2{
	text-align: center;
	font-size: 1.8rem;
}
#sec2 h3{
	text-align: center;
	font-size: 1.6rem;
}
#sec2 p.info{
	background: #FFFFFF;
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 1px 2px #8F8F8F;
	box-shadow: 0px 1px 2px #8F8F8F;
}
#sec2 img {
  display: block;
  margin: 0 auto 20px;
}
.button{
    width: 80%;
    margin: 0 auto;
    background: #D89D6E;
    border-radius: 5px;
    margin-bottom: 30px;
}
.button:hover{
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
}
.button p{
    margin: 0;
    text-align: center;
}
.button a{
    font-size: 2rem;
    color: #FFFFFF;
    display: block;
    padding: 10px;
}
.button a:hover{
    text-decoration: none;
}
table {
  width: 100%;
  border-collapse: collapse
}
th, td {
  padding: 10px
}
th {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  background-color: #FFF0DD
}
td {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  background-color: #FFFFFF;
}
td p {
  margin: 0
}
/*//////// 演目 ////////*/
#sec3 h1 {
  background-color: #92308D;
  text-align: center;
  font-size: 1.8rem;
  color: #FFFFFF;
  font-weight: normal;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 30px
}
.ex {
  background-color: #FFDCFA;
  border-radius: 5px;
  padding-top: 10px;
  border: 1px solid #F8ABF1;
  text-align: center;
  margin-bottom: 30px
}
.gyousoroe {
  padding-left: 8rem;
}
/*//////// 出演 ////////*/
#sec4 h1 {
  background-color: #E89856;
  text-align: center;
  font-size: 1.8rem;
  color: #FFFFFF;
  font-weight: normal;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 30px
}
#sec4 h3{
	font-size: 1.8rem;
	color: #796A56;
	border-bottom:double 3px #796A56;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.profileblock{
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px
}
.profileblock img{
	width: 200px;
	height: auto;
	margin-right: 20px
}
.profileblock p.kuroki img{
	width: 400px;
	height: auto;
	margin-right: 20px
}
.profileblock p.special img{
	width: 300px;
	height: auto;
	margin-right: 20px
}
figcaption{

}
.profileblock p{
	font-size: 1.2rem;
	line-height: 1.6
}
.profileblock p span{
	display: block;
	font-size: 1.4rem;
	border-bottom: 1px #CBCBCB solid;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-weight: bold
}
p.member {
  font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
}
/*//////// お問い合わせ ////////*/
#sec5 {
  margin-bottom: 0px;
}
#sec5 p {
  margin-bottom: 10px;
  text-align: center
}
@media screen and (max-width: 480px) {
  .pc {
    display: none
  }
  .sp {
    display: block
  }
  img {
    max-width: 100%;
    height: auto
  }
  .inner {
    width: 100%;
    margin: 0 auto;
  }
  header {
    width: 100%;
    height: 110px;
    border-bottom: #E9C4D4 solid 4px;
    background-color: #FFFFFF;
    position: fixed;
    z-index: 1
  }
  header h1 {
    float: none;
    margin-bottom: 0;
    margin-top: 0;
  }
	header h1 img{
	width: 90%;
	height: auto;
	text-align: center;
}
  header nav ul {
    float: none;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 10px;
  }
  header nav ul li {
    display: inline;
    padding: 0 2vw;
    margin: 0;
  }
  header nav a {
    color: #000000
  }
  header nav a:hover {
    color: #3F3F3F;
  }
  #mainVisual {
    margin-top: 0px;
    padding-top: 110px;
    margin-bottom: 10px
  }
  #mainVisual img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  #sec1, #sec2, #sec3, #sec4, #sec5 {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 20px;
    box-sizing: border-box;
    padding: 0 1vw;
    margin-bottom: 20px;
  }
  #sec5 {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    background-color: #FEF0DD
  }
  .textright {
    text-align: right;
  }
  .textCenter {
    text-align: center;
  }
  .textlarge {
    font-size: 1.2rem;
  }
  .col2 {
    display: block
  }
  footer {
    background: #E9C4D4;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 0;
  }
  .indent {
    padding-left: 1rem;
    text-indent: -1rem;
  }
  /* micro clearfx */
  .cf:before, .cf:after {
    content: "";
    display: table;
  }
  .cf:after {
    clear: both;
  }
  .cf {
    zoom: 1;
  } /* For IE 6/7 */
  /*//////// 公演詳細 ////////*/
  #sec1 h1 {
    text-align: center;
    font-size: 1.5rem;
    background: #796A56;
    color: #FFFFFF;
    font-weight: normal;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 25px
  }
  #sec1 p {
    margin-bottom: 20px;
  }
  #sec1 {
    text-align: center;
  }
  /*//////// 先行発売・一般発売 ////////*/
  #sec2 h1 {
    text-align: center;
    font-size: 1.5rem;
    background: #796A56;
    color: #FFFFFF;
    font-weight: normal;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 20px
  }
  #sec2 img {
    display: block;
    margin: 0 auto 20px;
  }
#sec2 h2{
	text-align: center;
	font-size: 1.3rem;
}
#sec2 h3{
	text-align: center;
	font-size: 1.2rem;
}
#sec2 p.info{
	background: #FFFFFF;
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 1px 2px #8F8F8F;
	box-shadow: 0px 1px 2px #8F8F8F;
	font-size: 0.9rem;
}
#sec2 img {
  display: block;
  margin: 0 auto 20px;
}
.button{
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 30px;
}
.button:hover{
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
}
.button p{
    margin: 0;
    text-align: center;
}
.button a{
    font-size: 1rem;
    color: #FFFFFF;
    display: block;
    padding: 10px;
}
.button a:hover{
    text-decoration: none;
}
  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.7rem;
  }
  th, td {
    padding: 10px
  }
  th {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    background-color: #FFF0DD
  }
  td {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    background-color: #FFFFFF;
  }
  td p {
    margin: 0
  }
  /*//////// 演目 ////////*/
  #sec3 h1 {
    background-color: #92308D;
    text-align: center;
    font-size: 1.5rem;
    color: #FFFFFF;
    font-weight: normal;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 30px
  }
  .ex {
    background-color: #FFDCFA;
    border-radius: 5px;
    padding-top: 10px;
    border: 1px solid #F8ABF1;
    text-align: center;
    margin-bottom: 30px
  }
  .gyousoroe {
    padding-left: 0rem;
  }
  /*//////// 出演 ////////*/
  #sec4 h1 {
    background-color: #E89856;
    text-align: center;
    font-size: 1.5rem;
    color: #FFFFFF;
    font-weight: normal;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 30px
  }
.profileblock{
	display: block;
	margin-bottom: 30px
}
.profileblock img{
	width: 100%;
	height: auto;
	margin-right: 0px;
}
.profileblock p.kuroki img{
	width: 100%;
	height: auto;
	margin-right: 0px
}
.profileblock p{
	font-size: 1.2rem;
	line-height: 1.6
}
.profileblock p span{
	display: block;
	font-size: 1.4rem;
	border-bottom: 1px #CBCBCB solid;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-weight: bold
}
  p.guest {
    color: #E60868;
    font-size: 1.6rem;
  }
  /*//////// お問い合わせ ////////*/
  #sec5 {
    margin-bottom: 0px;
  }
  #sec5 p {
    margin-bottom: 0px;
    padding-bottom: 10px;
    text-align: center;
  }
}