/* CSS Document */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFCF2}
#wapper {
  width: 1124px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px
}
#sec1, #sec2, #sec3 {
  width: 1024px;
  margin: 0 auto;
  margin-bottom: 60px;
}
#sec0 {
  width: 1044px;
  margin: 0 auto;
  margin-bottom: 60px;
}
#title{
}
.pcMain {
	background: #FFFFFF;
	text-align:center;
padding-top: 60px}
header{
	position: fixed;
	width: 100%;
	background: 
rgba(255,255,255,0.90)}
nav {
  width: 1024px;
  height: 60px;
  margin: 0 auto;
  font-family: "Sawarabi Mincho";
}
nav p{
	float: left;
	margin-top: 12px
}
nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
nav ul li{
	display: inline-block;
	font-size: 1.1rem;
	padding-left: 30px;
	margin-top: 16px
}
nav a{
	color: #2E2E2E;
}
nav a:hover{
	text-decoration: underline;
}
h3{
	font-size: 1.2rem;
	border-bottom: 1px #CBCBCB solid;
padding-bottom: 15px;
margin-bottom: 15px;
text-align: center;}
footer {
  background: #F6F7FB;
  text-align: center;
  color: #252525;
  padding: 20px 0;
}
/* micro clearfx */
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
} /* For IE 6/7 */
.sp {
  display: none
}
.pc {
display: block;
}
/*//////// HOME ////////*/
.homeText {
  background: rgba(255, 255, 255, 0.70);
  padding: 30px;
  font-family: "Sawarabi Mincho";
  font-size: 1.2rem;
  line-height: 1.6;
	margin-bottom: 40px
}
.homeText-2 {
  background: rgba(255, 255, 255, 0.70);
  padding: 30px;
  font-size: 1rem;
  line-height: 1.6;
	margin-bottom: 40px
}
/*//////// 公演スケジュール ////////*/
#sec1 h1 {
  margin-bottom: 40px
}
.scheduleBox {
    overflow: hidden;
    padding: 15px;
    margin-bottom: 30px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 1px #E3E3E3;
    box-shadow: 0px 1px 1px #E3E3E3;
}
.location {
  margin-bottom: 0px;
  color: #101010
}
.location p {
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  margin-right: 20px;
}
.loclist{
	display: flex;
}
dl{
	margin-bottom: 0
}
dt {
  float: left;
  clear: left;
  margin-right: 0.5em;
  width: 90px;
  font-size: 0.9rem;
}
dt span{
	background: linear-gradient(transparent 60%, #FFEBD1 0%);
}
dd {
  float: left;
  margin-left: 1em;
  font-size: 0.9rem
}
.ryoukin{
	margin-right: 30px;
}
/*//////// 出演者 ////////*/
#sec2 h1 {
  margin-bottom: 40px
}
.dancer{
	display: flex;
	margin-bottom: 20px;
	margin: 0 auto;
}
.dancer img{
	width: 230px;
	margin-right: 20px;
	height: auto;
}
.musician{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 30px
}
.musician img{
	width: 210px;
	height: auto;
}
.musician .picup img{
	width: 250px;
	height: auto;
}
figcaption {
	text-align: center;
	margin-top: 10px;
	font-size: 0.9rem
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/*//////// お問い合わせ ////////*/
#sec3 h1 {
  margin-bottom: 40px
}
#sec3 p {
  text-align: center
}
#sec3 .lage {
  font-size: 20px
}
/*//////// 出演 ////////*/
.profileblock {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px
}
.profileblock p.special img {
  width: 300px;
  height: auto;
  margin-right: 20px
}
.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
}
.profileblock-sub {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px
}
.profileblock-sub  p.special img {
  width: 160px;
  height: auto;
  margin-right: 20px
}
.profileblock-sub  p {
  font-size: 1rem;
  line-height: 1.6
}
.profileblock-sub  p span {
  display: block;
  font-size: 1.4rem;
  border-bottom: 1px #CBCBCB solid;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: bold
}

@media screen and (max-width: 480px) {
body {
  background-image:none;
}
header{
	display: none;
  }
	img {
		max-width: 100%;
		height: auto;
	}
	#title{
		height: auto;
	}
  #wapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 60px
  }
  #sec0, #sec1, #sec2, #sec3 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  footer {
    background: #F6F7FB;
    text-align: center;
    color: #252525;
    padding: 20px 0;
  }
/*//////// HOME ////////*/
.homeText {
  background: rgba(255, 255, 255, 0.70);
  padding: 10px;
  font-family: "Sawarabi Mincho";
  font-size: 1rem;
  line-height: 1.6;
	margin-top: 20px
}
  /*//////// 公演スケジュール ////////*/
  #sec1 h1 {
    margin-bottom: 40px
  }
  .scheduleBox {
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
.location {
  margin-bottom: 0px;
  color: #101010
}
.location p {
  font-size: 1.0rem;
  font-weight: bold;
display: block;
	margin-bottom: 5px;
}
.loclist{
	display: block;
}
dl{
	margin-bottom: 0
}
dt {
  float: none;
  margin-right: 0.5em;
  width: 90px;
  font-size: 0.9rem;
}
dt span{
	background: linear-gradient(transparent 60%, #FFEBD1 0%);
}
dd {
  float: left;
  margin-left: 1em;
  font-size: 0.9rem
}
.ryoukin{
	margin-right: 30px;
}
  /*//////// 出演 ////////*/
figcaption {
	text-align: center;
	margin-top: 10px;
	font-size: 0.7rem
}
	figure{
		margin: 0 1px;
	}
	.musician .picup img{
	width: 210px;   
	height: auto;
}
  .profileblock {
    display: block;
    justify-content: space-around;
    margin-bottom: 30px
  }
  .profileblock p.special img {
    width: 100%;
    height: auto;
    margin-right: 20px
  }
  .profileblock p {
    font-size: 1rem;
    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
  }
  .profileblock-sub {
    display: block;
    justify-content: space-around;
    margin-bottom: 30px
  }
  .profileblock-sub p.special img {
    width: 100%;
    height: auto;
    margin-right: 20px
  }
  .profileblock-sub p {
    font-size: 1rem;
    line-height: 1.6
  }
  .profileblock-sub p span {
    display: block;
    font-size: 1.4rem;
    border-bottom: 1px #CBCBCB solid;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: bold
  }
  #sec3 .lage {
    font-size: 1.1rem
  }
  .sp {
    display: inline;
  }
	.pc{display: none;}
}