/* CSS Document */

body{
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"
}
.inner{
    width: 1024px;
    margin: 0 auto;
}
header {
    height: 80px;
    width: 100%;
    -webkit-box-shadow: 0px 2px 2px 1px #656565;
    box-shadow: 0px 2px 2px 1px #656565;
    background-color: #FFFFFF;
    position:fixed;
    z-index:1
}
header h1{
    float: left;
    margin-top: 15px;
    margin-bottom: 0px;
}
header nav ul{
    float: right;
    margin-top: 30px;
    font-size: 1.2rem
}
header nav ul li {
    display: inline;
    padding-left: 30px;
}
header nav a{
    color: #000000
}
header nav a:hover{
    color: #3F3F3F;
}
#mainVisual {
    margin-top: 0px;
    padding-top: 80px;
    background-image: url(img/bg.png);
}
#mainVisual img {
    display: block;
    margin: 0 auto;
    width: 1024px;
}
#sec1,#sec2,#sec3,#sec4,#sec5{
    padding-top: 40px;
    padding-bottom: 40px;
}
#sec2,#sec4{
    background-image: url(img/bg.png);
}
.textright{
    text-align: right;
}
.textCenter{
    text-align: center;
}
.textlarge{
    font-size: 1.5rem;
}
h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 40px
}
h2 span{
    border-bottom: 1px #DB342A solid;
    padding-bottom: 10px;  
}
h4{
    text-align: center;
    font-size: 1.5rem
}
footer{
    background: #DC9B7F;
    text-align: center;
    color: #FEFEFE;
    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}
/*//////// 公演詳細 ////////*/
#sec1 dl{font-size:2.5rem;margin-bottom: 0 }
#sec1 dl span{display: inline-block;font-size:1rem;margin-left: 20px;margin-right: 20px}
#sec1 dt{float: left;}
#sec1 dd{margin-left: 4em;}
#sec1 dd img{margin-top: -10px;}
#sec1 dl.fontsmall{font-size:1rem;margin-left:140px} 

/*//////// 先行発売・一般発売 ////////*/
#sec2 h3{
    text-align: center;
    font-size: 2.5rem;
}
#sec2 h3 span{
    font-size: 4rem;
}
.button{
    width: 80%;
    margin: 0 auto;
    background: #DC9B7F;
    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;
}
.listwrapper{
    text-align: center;
}
.listwrapper ul{
    display: inline-block;
}
.listwrapper ul li{
    text-align: left;
}
#sec2 ul{

}
#sec2 ul li{
}
.caution{
    width: 80%;
    margin: 0 auto;
    background: #DC9B7F;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
}
.caution ul{
    margin: 0;
    padding: 0;
    list-style: none;
    color: #FFFFFF;
    display: inline-block;
}
.caution ul li{
    text-align: left;
}
/*//////// 演目 ////////*/
.program {clear: both;border-bottom: #848484 1px solid;}
.pTitle img{width: 500px;float: left;margin-top: 15px}
.pTitleR img{width: 500px;float:right;}
.pCaption {clear: both;}

/*//////// 出演 ////////*/
.profile {
    display: flex;
}
.pPhoto img{
    width: 220px;
    height: auto;
    margin-right: 40px;
}
/*//////// お問い合わせ ////////*/
#sec5{
    margin-bottom: 40px;
}
#sec5 p{
    margin-bottom: 0
}

@media screen and (max-width: 1024px) {
/* 640pxまでの幅の場合に適応される */
.pc {display: none}
.sp {display: block}
img {
    max-width: 100%;
    height: auto;
    }
.inner{
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw;}
header {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 2px 2px 1px #656565;
    box-shadow: 0px 2px 2px 1px #656565;
    background-color: #FFFFFF;
    position:fixed;
}
header h1{
    float: none;
    text-align: center;
    width: 100%;
}
header nav{
    text-align: center;
    }
header nav ul{
    float: none;
    font-size: 1rem;
    margin: 2vw auto;
    display: inline-block;
    padding: 0
}
header nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    text-align: center
}
header nav ul li:first-child{
        padding-left: 0;
    }
    header nav ul li:last-child{
        padding-right: 0;
    }
#mainVisual {
    margin-top: 0px;
    padding-top: 100px;
    background-image: url(img/bg.png);
}
#mainVisual img {
    width: 100%;
}
#sec1,#sec2,#sec3,#sec4,#sec5{
    padding-top: 5vw;
    padding-bottom: 5vw;
}
#sec2,#sec4{
    background-image: url(img/bg.png);
}
.textlarge{
    font-size: 1.5rem;
}
h4{
    text-align: center;
    font-size: 1.2rem
}
/*//////// 公演詳細 ////////*/
#sec1 dl{font-size:1rem;margin-bottom: 0 }
#sec1 dl span{display: inline-block;font-size:0.9rem;margin-left:0;margin-right: 20px}
#sec1 dt{float: left;}
#sec1 dd{margin-left: 4em;}
#sec1 dd img{margin-top: -6px;}
#sec1 dl.fontsmall{font-size:1rem;margin-left:0} 
#sec1 dl.fontsmall dt{float: none;} 
#sec1 dl.fontsmall dd{margin-left: 0;}

/*//////// 先行発売・一般発売 ////////*/
#sec2 h3{
    text-align: center;
    font-size: 1.5rem;
}
#sec2 h3 span{
    font-size: 4rem;
}
.button{
    width: 90%;
    margin: 0 auto;
    background: #DC9B7F;
    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;
}
.listwrapper{
    text-align: center;
}
.listwrapper ul{
    display: inline-block;
    font-size: 0.9rem
}
.listwrapper ul li{
    text-align: left;
}
#sec2 ul{

}
#sec2 ul li{
}
.caution{
    width: 100%;
    margin: 0 auto;
    background: #DC9B7F;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
}
.caution ul{
    margin: 0;
    padding: 0;
    list-style: none;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9rem
}
.caution ul li{
    text-align: left;
}
    
/*//////// 演目 ////////*/
.program {clear: both;border-bottom: #848484 1px solid;}
.pTitle img{width: 100%;float:none;margin-top: 15px}
.pTitleR img{display: none}
.pCaption {clear: both;}
    
/*//////// 出演 ////////*/
.profile {
    display:block;
}
.pPhoto{
    text-align: center;
}
.pPhoto img{
    width: 60%;
    height: auto;
    margin-right:0;
}
.pText{margin-bottom: 6vw}
/*//////// お問い合わせ ////////*/
#sec5{
    margin-bottom: 2vw;
}
#sec5 p{
    margin-bottom: 0
}
.textlarge,#sec5 p{
    font-size: 0.8rem;
}
}
table { width: 100%;font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" }
th,td  { padding: 10px; border: 1px solid #F2D2C4; }
th  { background: #DC9B7F;color: #FFFFFF }
td {background: #FFFFFF;}
 
/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:740px){
    .ticket { margin: 0 -10px;}
    .ticket th,
    .ticket td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .ticket tr:first-child th { border-top: 1px solid #ddd; }
}
@media only screen and (max-width:480px){
    .ticket {font-size: 0.9rem}
}