@charset "utf-8";

/* ==========================================
	 リンク
   ========================================== */

a:link    { color: #E74388;}
a:visited { color: #E74388;}
a:hover   { color: #E74388; opacity: 0.9;}
a:active  { color: #e56129; opacity: 0.8;}
a:focus   { outline:none; }

/* ==========================================
	 構造
============================================= */




html,body {margin:0px;padding:0px;
	background-color: #D5EBE1;
	overflow-x: hidden;
/* 	font-family: "Gravitas One", cursive; */
	
}

#container {
	background-color: #d5ebe1;
}
p {
	color: #96976E;
	font-size: 1.8rem;
	font-family:Avenir, "Helvetica neue", Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


/* メインタイトル */
body #container #body .maintitle {
	margin: 5% auto 15%;
	padding-bottom: 17%;
	width: 100%;
	height: auto;
	text-align: center;
	background: url(../images/bg-romejuli.png) no-repeat center bottom;
	background-size:95%;
}
body #container #body .maintitle h1.maintitlepict {
	margin: 0;
	padding-top: 110%;
	text-align: center;
	background: url(../images/mainpict.png) no-repeat center top;
	background-size: 128%;
}
body #container #body .maintitle h1.maintitlepict img {
	visibility: hidden;
	display: none;
}
.content {
	margin-bottom: 60px;
	padding: 0 20px;
}
.content .section {
	margin: 20px 0 30px;
	padding-top: 1px;
}
.content .section h3.title {
	margin: 1.8em 0 1em;
/* 	color: #96976E; */
	color: #E74388;
	font-size: 3rem;
	font-family:"Gravitas One", cursive, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-style: italic;
	text-shadow : 1px 1px 0px rgba(0,0,0,0.5);
	text-align: center;
}
.content .section h3.title.bold {
	font-family: "ヒラギノ明朝 Pro W6","HiraMinPro-W6";
	font-weight:  900;
	letter-spacing: 0.1em;
}
.content .section h3.title img {
	width: 100%;
	max-width: 250px;
	height: auto;
}

/* section コピー */
.content .section.copy {
	margin: 3em auto 6em;
	width: 90%;
	min-width: 300px;
}
.content .section.copy p { 
	text-align: center;

}
.content .section.copy div {
	position: relative;
	padding:.1em 2.5em 2.5em;
	max-width: 650px;
	background-color: #fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.content .section.copy div:before, .content .section.copy div:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
    	-moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
			box-shadow:0 0 10px rgba(0,0,0,0.2);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.content .section.copy div:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}




.content .section.copy div p {
	margin-bottom: 1em;
/* 	color: #E74388; */
	text-align: left;
	font-family: "Sawarabi Mincho";
	font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","Times New Roman", "メイリオ", Meiryo, serif;
	font-weight: bold;
}
.content .section.copy div p:first-letter {
/* 	font-size: 1.8em; */
}


.content .section.copy p img {
	margin: 1.6em auto;
	width: 90%;
	max-width: 600px;
}


/* section メインインフォ */
.content .section.maininfo {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
/* 	background:  url(../images/bg-r.png) no-repeat left top; */
	background-position:0 200px ;
	background-size: 200px;
	
}
.content .section.maininfo h1 {
	margin: 0 0 30px;
}
.content .section.maininfo h2 {
	margin: 0 0 25px;
	margin-left: -20px;
}
.content .section.maininfo h3 {
	margin: 0 0 25px;	
}
.content .section.maininfo h1 img {
	width: 95%;
	max-width: 797px;
}
.content .section.maininfo p.font {
	margin-bottom: 7px;
	color: #898989;
	font-size: 1.8rem;
	font-style: italic;
	font-family:"Gravitas One", cursive;
	opacity: 0.9;
}
.content .section.maininfo h3 {
	color: #96976E;
}
.content .section.maininfo h3.sub img {
	margin: 0 10px;
}
.content .section.maininfo h3.cast {
	margin-bottom: 3em;
}
.content .section.maininfo h3.cast img {
	margin: 0 7px 10px;	
}
.content .section.maininfo .tour {
	margin: 4.5em auto;
	padding: 40px 0;
	width: 100%;
	max-width: 600px;
	text-align: left;
	background: url(../images/frame-lefttop.png) no-repeat left top;
	background-size: 70px;
}
.content .section.maininfo .tour .inner {
	padding-bottom: 15px;
	background: url(../images/frame-rightbottom.png)  no-repeat right bottom;
	background-size: 60px;
}
.content .section.maininfo .tour li {
	margin: 0 auto 2em;
	width: 80%;
/* 	text-align: center; */
}
.content .section.maininfo .tour .city {
	margin: 0;
	color: #E74388;
	font-size: 2.2rem;
	font-family:"Gravitas One", cursive,"ヒラギノ角ゴ Pro W6","HiraKakuPro-W6";
	font-style: italic;
	line-height: 0.6;
}
.content .section.maininfo .tour a {
}
.content .section.maininfo .tour a .date {
	color: #96976E;
	font-size: 2rem;
	font-family:"Gravitas One", cursive,"ヒラギノ角ゴ Pro W6","HiraKakuPro-W6";
	font-weight: bold;
	line-height: 1.1;
}
.content .section.maininfo .tour a .date strong {
	font-size: 3.2rem;
	font-weight: bold;
}

.content .section.maininfo .tour a .date small {
	margin-left: -4px;
	letter-spacing: -0.1em;
}
.content .section.maininfo .tour a h4 {
	font-size: 2.4rem;
	font-family: "ヒラギノ角ゴ Std W8","Hiragino Kaku Gothic Std","ヒラギノ角ゴ Pro W6","HiraKakuPro-W6";
	font-weight: bold;
	margin: 0;
}
.content .section.maininfo .tour a h4,
.content .section.maininfo .tour a .date {
	transition: all .3s;
}
.content .section.maininfo .tour a:link h4,
.content .section.maininfo .tour a:link .date,
.content .section.maininfo .tour a:visited h4,
.content .section.maininfo .tour a:visited .date {
	color: #96976E;
}
.content .section.maininfo .tour a:hover h4,
.content .section.maininfo .tour a:hover .date {
	color: #E74388;
}
.content .section.maininfo .tour a:active h4,
.content .section.maininfo .tour a:active .date {
	color: #E74388;
	opacity: 0.8;
}

/* section 最新情報 */
.content .section.news .box01 {
	position: relative;
	margin:0 auto 2em;
	padding: 2em 0 ;
	width: 85%;
	max-width: 600px;
	background-color: #fff;
	background: url(../images/bg-news01.jpg) repeat-y top center;
	background-size:  cover;
	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;

}

.box01 p {
	margin: 0;
	padding: 0;
}
.content .section.news .box01 .inner-box {
	padding: 2em 2.5em;
	max-height: 350px;
	min-height: 80px;
	overflow-y: scroll;
	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;
	
}
.content .section.news .box01 .inner-box p {
	margin-bottom: .3em;
	padding: .5em .4em .3em 1.5em;
	text-indent: -1em;
	line-height: 1.35;
	background-color: rgba(255,255,255,0.8);
	color: #5D2C17;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.2);

}
.content .section.news .box01 .inner-box p a {
	display: inline-block;
	text-indent: 0;
	line-height: 1.35;
	vertical-align:text-bottom;
}
.content .section.news .box01 .inner-box p:before {
	content:"☆";
}

/* section YOUTUBE */
.content .section.video {
	margin: 6em auto 3em;
	width: 85%;
	max-width: 800px;
}


/* section メディア */
.content .section.media div.frame {
	margin: 0 auto;
	padding: 40px 0 0;
	max-width: 750px;
	background: url(../images/frame-lefttop.png) no-repeat left top;
	background-size: 70px;
}
.content .section.media div.frame .frame-inner {
	padding: 0 0 40px;
	background: url(../images/frame-rightbottom.png) no-repeat right bottom;
	background-size: 70px;
}
.content .section.media div.frame .outer-ul {
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	width: 85%;
	max-width: 710px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
}

.content .section.media div.frame ul {
	position: relative;
	margin: 0 auto;
	padding:0 10px;
	width: 90%;
	max-width: 710px;
	max-height: 320px;
	min-height: 60px;
	overflow-y: scroll;
}

.content .section.media ul li {
	padding: .5em 0;
	font-size: 1.5rem;
	background-color: #fff;
	border-bottom: 1px dotted #5d2c17;
}
.content .section.media ul li h4 {
	display: inline-block;
	margin-top: 0;
	margin-bottom: .3em;
	padding-right: .3em;
	font-size: 1.6rem;
	line-height: 1.2;
}
.content .section.media ul li h4 a {
	padding-left: 0.5em;
	text-indent: -0.5em;
}
.content .section.media ul li p.date {
	display: inline-block;
	margin-right: 1em;
	font-size: 1.35rem;
	font-weight: bold;
}
.content .section.media ul li p {
	padding-left: .5em;
	color: #5d2c17;
	font-size: 1.7rem;
	line-height: 1.2;
}
.content .section.media ul li p:before {
	color: #5d2c17;
}

/* section twitter */
.content .section.twitter .frame {
	margin: 0 auto;
	padding: 40px 0;
	width: 95%;	
	max-width: 750px;
	background: url(../images/frame-lefttop.png) no-repeat left top;
	background-size: 70px;
}
.content .section.twitter div.frame .frame-inner {
	padding: 0 0 40px;
	background: url(../images/frame-rightbottom.png) no-repeat right bottom;
	background-size: 70px;
}

.content .section.twitter .twitterbody {
	margin: 0 auto;
	padding: 0 0;
	width: 85%;
	max-width: 700px;
	max-height: 400px;
	min-height: 220px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;

}
.content .section.twitter .twitterbody .inner {
	max-height: 400px;
	min-height: 220px;
	overflow-y: scroll;
	background-color: #fff;
  background: -moz-linear-gradient( none);
  background: -webkit-gradient(none);
	background: linear-gradient(none);
}



/* section キャスト */
.content .section.cast .prof {
	clear: both;
}
.content .section.cast .prof li {
	position: relative;
	margin-bottom: 4em;
	line-height: .2;
	text-align: center;
}
.content .section.cast .prof li img {
	width: 80%;
	height: auto;
	max-width: 300px;
	border: 1px solid #96976E;
/*
		-webkit-box-shadow: 0 0px 6px 0px rgba(14,127,197,0.5);
		-moz-box-shadow   : 0 0px 6px 0px rgba(14,127,197,0.5);
		box-shadow        : 0 0px 6px 0px rgba(14,127,197,0.5);
*/
}
.content .section.cast .prof li h4 {
	margin-top: 10px;
}
.content .section.cast .prof li h4 img {
	max-width: 150px;
}
.content .section.cast .prof li:nth-child(2n) h4 { right: 22%;}
.content .section.cast .prof li:nth-child(2n+1) h4 {left: 22%;}




/* section ストーリー */
.content .section.story {
	margin: 0 auto;
	width: 90%;
	max-width: 800px;
}
.content .section.story p {
	margin: 3em 0 5em;
	font-size: 2rem;
	font-weight: 600;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	letter-spacing: 0.05em;
	text-align: center;
}



/* section コメント */
.content .section.comments {
	margin: 0 auto;
	max-width: 740px;
}
.content .section.comments .comment {
	position:relative;
	margin: 40px 0;
	padding:50px 30px 30px;
	background-color: #fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.content .section.comments .comment:before,
.content .section.comments .comment:after {
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
    box-shadow:0 0 10px rgba(0,0,0,0.2);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.content .section.copy div:after {
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}








.content .section.comments .comment p {
	color: #7c7c45;
/* 	font-family: "Sawarabi Mincho"; */
	font-weight: bold;
}
.content .section.comments .comment p em {
	font-size:1.4em;
	font-style: normal;
}
.content .section.comments .comment p strong {
	font-size: 2em;
}

.content .section.comments .comment .pict-prof div {
	margin: 0 auto;
	width: 150px;
	height: 150px;
	overflow: hidden;

}
.content .section.comments .comment .pict-prof div img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%; /* Safari, Chrome用 */
	-moz-border-radius   : 50%; /* Firefox用 */
	border-radius        : 50%; /* CSS3 */
}
.content .section.comments .comment .pict-prof h4 {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #96976E;
	font-size: 2.1rem;
	text-align: center;
}



.content .section.comments .sign {
	margin: .9em 0 0;
	text-align: right;
	color: #96976E;
}

/* section スタッフ */
.content .section.staff {
	margin: 0 auto;
	max-width: 730px;
}
.content .section.staff h3.title {
	margin: 3em 0 2em;
}
.content .section.staff p {
	margin: 1em 0;
	font-size: 1.8rem;
	font-weight: bold;
	overflow: hidden;
}
.content .section.staff p  span {
/* 	margin: 0 5px; */
}
.content .section.staff p  span::after {
	content: " ／ ";
}

/* section インフォ */
.content .section.info .attention {
	margin-bottom: 50px;
	font-weight: bold;
	text-align: center;
}


/* section インフォ- ツアー */
.content .section.info .link {
    display: block;
    padding: 20px;
}
.content .section.info .tour {
	margin: 30px auto 80px;
	width: 87%;
	max-width: 720px;
	padding:0 20px 20px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	background-color: #0065bc;
}


/* 会場 */
.content .section.info .tour h4.place {


display: inline-block;
margin: -120px 0 30px;
padding: 2px 20px 0;
/* color: #E74388;青 */
color: #0065BC;
font-size: 2.3rem;
line-height: 40px;
border: 4px solid #0065BC;
background-color: #fff;
-webkit-border-radius: 5px;

}
.content .section.info .tour h4.place img {
	width: 100%;
	height: auto;
}
/*
.content .section.info .tour.tokyo  h4.place    { background-color:#590000;}
.content .section.info .tour.sendai  h4.place   { background-color: rgba(255,123,0,1);}
.content .section.info .tour.fukushima  h4.place{ background-color: rgba(255,225,0,1);}
.content .section.info .tour.osaka  h4.place    { background-color: rgba(0,128,0,1);}
.content .section.info .tour.toyama  h4.place   { background-color: rgba(0,0,255,1);}
.content .section.info .tour.nagoya  h4.place   { background-color: rgba(75,0,130,1);}
.content .section.info .tour.shizuoka  h4.place  { background-color: rgba(238,130,238,1);}
*/



.content .section.info .tour li {
	clear: both;
}
.content .section.info .tour li h5 {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	padding: 5px 12px 3px;
	color: #0065bc;/* #5d2c17 */
	font-size: 1.7rem;
/* 	font-weight: 500; */
	border: solid 2px #fff;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;

}
/*
.content .section.info .tour li h5:before,
.content .section.info .tour li h5:after{
    content: '';
    position: absolute;
    top: -5px;
    width: 2px;
    height: -webkit-calc(100% + 10px);
    height: calc(100% + 10px);
    background-color: #fff;
}
.content .section.info .tour li h5:before {left: 5px;}
.content .section.info .tour li h5:after {right: 5px;}
.content .section.info .tour li h5 span {
    margin: 0;
    padding: 0;
}
*/





.content .section.info .tour li a {
	text-decoration: underline;
	word-wrap: break-word;
}
.content .section.info .tour li a:link {color: #fff;}
.content .section.info .tour li a:visited {color: #fff;}
.content .section.info .tour li a:hover {color: #fff; opacity: 0.7;}
.content .section.info .tour li a:active {color: #fff;}

/* 日程 */
.content .section.info .tour .date {
	margin-bottom: 1em;
	font-size: 2rem;
	font-weight: 600;
	font-family: "Gravitas One", cursive;
}
.content .section.info .tour .date strong {
	font-size: 3rem;
}
.content .section.info .tour .date .time {
	font-size: 2.5rem;
}
.content .section.info .tour small {
	display: inline-block;
	padding-left: .3em;
}
/* 劇場 */
.content .section.info .tour li.place {
	font-size: 3rem;
	font-weight: 600;
}
.content .section.info .tour li.place .subtitle {
	display: block;
	margin-top: .3em;
	font-size: 1.8rem;
	line-height: 1.3;
}
.content .section.info .tour li.place .access {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 500;
}
.content .section.info .tour li.place address {
	display: inline-block;
	margin-top: .5em;
	width: 100%;
	font-family:Avenir, "Helvetica neue", Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 0.1em;
	word-wrap: break-word;
}

.content .section.info .tour li dl dt,
.content .section.info .tour li dl dd {
	font-size: 1.7rem;
	line-height: 1.2;
	font-weight: 600;
}
.content .section.info .tour li.price dl dd {
	font-family: "Gravitas One", cursive;
}
.content .section.info .tour li dl dd {
	margin-bottom: .7em;
}
.content .section.info .tour li dl dd strong {
	display: inline-block;
	padding: 0 3px;
	font-size: 3.1rem;
	vertical-align: baseline;
}
.content .section.info .tour li dl dd small {
	display: inline-block;
	padding: 0 .2em;
	line-height: 1.2;
}
/* 料金 */
.content .section.info .price .prices li {
	margin-bottom: 10px;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.2;
}
.content .section.info .price .prices li strong {
	font-size: 2.9rem;
}
.content .section.info .price .attention {
	margin-bottom: 0;
	text-align: left;
}
.content .section.info .price .attention li {
	padding-left: 1em;
	font-size: 1.4rem;
	line-height: 1.2;
	text-indent: -1em;
}

/* チケット発売日 */
.content .section.info .onsell p {
	font-size: 2rem;
	color: #fff;
	font-weight: 600;
	font-family: "Gravitas One", cursive;
}
.content .section.info .onsell p strong {
	font-size: 2.9rem;
}

/* タイムテーブル */
.content .section.info .time table {
	position: relative;
	display: block;
	margin: 0 auto 10px;
	width: 90%;
	max-width: 300px;
}
.content .section.info .time table.time3 {
	width: 100%;
}
.content .section.info .time .table2 {
	clear: both;
}
.content .section.info .time table thead {
	display: block;
	float: left;
}
.content .section.info .time table thead th {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 2rem;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.content .section.info .time table tbody {
	display: block;
	width: auto;
	white-space: nowrap;
}
.content .section.info .time table tbody tr {
	display: inline-block;
	margin: 0 -3px;
}
.content .section.info .time table tbody td {
	display: block;
	min-width:60px;
	max-width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.content .section.info .time .table2 .month,
.content .section.info .time .table2 .time {
	visibility: hidden;
	display: none;
	height: 0;
	width: 0;
}
.content .section.info .time table .time {
	font-weight: 600;
}
.content .section.info .time table tbody td a:link {
	color: red;
	text-decoration: none;
}
.content .section.info .time a.add { text-align: center; }
.content .section.info .time table tbody td a.add,
.content .section.info .time a.add { font-size: 1.3em;}
.content .section.info .time table tbody td a.add:link,
.content .section.info .time a.add:link { color: red;}
.content .section.info .time table tbody td a.add:visited,
.content .section.info .time a.add:visited {color: red;}
.content .section.info .time table tbody td a.add:hover,
.content .section.info .time a.add:hover {
	color: red;
	text-decoration: none;
}
.content .section.info .time table 

.content .section.info .time table.time3 thead th {
	min-width: 70px;
}
.content .section.info .time table.time3 tbody {
	position: relative;
	width: 70%;
}
.content .section.info .time table.time3 thead th {
	min-width: 70px;
}

.content .section.info .time table.time3 tbody td {
	width:25%;
	min-width: 50px;
/* 	border-left: 1px solid #d00; */
}


.content .section.info .time .attention {
	margin-bottom: 0;
	text-align: left;
}
.content .section.info .time .attention li {
	font-size: 1.4rem;
	line-height: 1.4;
/* 	font-weight: 600; */
	padding-left: 1em;
	text-indent: -1em;
}
.content .section.info .time .attention li span {
	text-indent: 0;
}
.content .section.info .time .attention li a {
	text-indent: 0em;
}
.content .section.info .time .attention li a {
	color: red;
/* 	text-decoration: none; */
}

/* チケット取扱 */
.content .section.info .tour .shop dl {
	margin-bottom: 3em;
}
.content .section.info .tour .shop dl dt {
	margin-top: 1.5em;
	margin-bottom: .5em;
	padding-top: 2px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
}
.content .section.info .tour .shop dl dt:nth-child(1){
	margin-top: .2em;
}


.content .section.info .shop dl dd {
	padding-left: 2em;
	text-indent: -1em;
}
.content .section.info .shop dl dd:before {
	display: inline;
	content: "・";
}
.content .section.info .tour .shop dl dd span,
.content .section.info .tour .shop dl dd small {
	padding-left: 0em;
	text-indent: 0em;
}
.content .section.info .tour .shop dl dd a {
	display: inline;
	word-break:break-all;
	text-decoration: underline;
	margin-left: 3px;
	padding-left: 0em;
	text-indent: -0em;
}
.content .section.info .tour .shop dl dd a:link { color: #fff;}
.content .section.info .tour .shop dl dd a:visited {color: #fff; }
.content .section.info .tour .shop dl dd a:hover {color: #fff;opacity: 0.7;}
.content .section.info .tour .shop dl dd a:active {color: #fff;}

/* お問い合わせ */
.content .section.info span.logo {
	display: inline-block;
	padding: 3px 5px;
	line-height: 1;
	background-color: #fff;
	/* webkit: Safari, Chrome用 , moz: Firefox用 , CSS3 */
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
}
.content .section.info span.logo img {
	vertical-align:bottom;
}
.content .section.info .tour.tokyo .contact dd {
	line-height: 28px;
}

/* 主催 */
.content .section.info .promoter {
	clear: both;
	margin-top: 30px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 600;
	font-family: YuGothic,"Yu Gothic","游ゴシック体","游ゴシック","ヒラギノ角ゴ ProN W6","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","ＭＳ ゴシック",Osaka,sans-serif;
}


/* フッター */
.footer {
	padding: 20px 0 60px;
	color: #fff;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: center;
	width: 100%;
	height: 70px;
	background-color: #fff;
}
.footer .logomo {
	margin: 20px auto 0;
	width: 60px;
	height: auto;
	opacity: 0.45;
}
.footer .copylight {
	color: #96976E;
}

/* メニューボタン */
.menubar {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	z-index: 10000;
}
.sb-toggle-left {
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	font-family: YuGothic,"Yu Gothic","游ゴシック体","游ゴシック","ヒラギノ角ゴ ProN W6","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","ＭＳ ゴシック",Osaka,sans-serif;
	text-shadow : 0px 0px 2px rgba(0,0,0,1);
/* 	background: url(../images/btn-menu.jpg) no-repeat center center; */
	background: url(../images/btn-menu.png) no-repeat center center;
	background-size: cover;
}
/* ------------------------------
	 スライドバー内
	 ------------------------------- */
body [off-canvas] {
	background-color: #D2E7DE;
	-webkit-box-shadow: -10px 0px 6px -3px rgba(0,0,0,0.2) inset;
	-moz-box-shadow   : -10px 0px 6px -3px rgba(0,0,0,0.2) inset;
	box-shadow        : -10px 0px 6px -3px rgba(0,0,0,0.2) inset;
}
body .header-main h1 {
	margin: 0;

}
body .header-main h1 a {
	display: block;
	height: 279px;
	background: url(../images/menu-pict.jpg) no-repeat center center;
	-webkit-box-shadow: -10px 0px 6px -3px rgba(0,0,0,0.2) inset;
	-moz-box-shadow   : -10px 0px 6px -3px rgba(0,0,0,0.2) inset;
	box-shadow        : -10px 0px 6px -3px rgba(0,0,0,0.2) inset;

}
body .header-main h1 a img {
	visibility: hidden;
}
body .header-main #globalnavi li a {
	display: block;
	padding: .7em;
	color: #E74388;
	font-size: 1.8rem;
	font-weight: 600;
	text-indent: 1.5em;
/*     font-family: 'Oswald', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
    letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-top: 1px solid rgba(255,255,255,0.3);
}
body .header-main #globalnavi .tour li a {
	font-size: 1.55rem;
	line-height: 20px;
}
body .header-main #globalnavi li a img {
	height: 25px;
}
body .header-main .logomoplays {
	margin-top: 35px;
	padding-bottom: 20px;
	text-align: center;
	opacity: 0.4;

}
body .header-main .logomoplays img {
	width: 60px;
	height: auto;	
}

@media screen and (min-width: 480px) { /* スマホ横（480px以上）*/

/* section メインインフォ */
.content .section.maininfo .tour {
	padding: 60px 0;
	background-size: 100px;
}
.content .section.maininfo .tour .inner {
	padding-bottom: 30px;
	background-size: 100px;
}
.content .section.maininfo .tour li {
	margin: 0 auto 2em;
	width: 85%;
}
.content .section.maininfo .tour a {
	padding-left: 3em;
}

/* section メディア */
.content .section.media div.frame {
	padding: 50px 0 0;
	background-size: 100px;
}
.content .section.media div.frame .frame-inner {
	padding: 0 10px 50px;
	background-size: 110px;
}
.content .section.media div.frame .outer-ul {
	padding:25px 0;	
}
.content .section.media div.frame ul {
	padding:0 20px;
}

/* section twitter */
.content .section.twitter .frame {
	padding: 50px 0;
	background-size: 100px;
}
.content .section.twitter div.frame .frame-inner {
	padding: 0 10px 50px;
	background-size: 110px;
}

/* section コメント */
.content .section.comments  {
	width: 91%;
}
.content .section.comments .comment {
	position: relative;
}
.content .section.comments .comment:nth-child(2n) .pict-prof {
	float: right;
	padding-left: 30px;

	padding-bottom: 10px;
}
.content .section.comments .comment.kudokan .pict-prof {
	float: none;
	min-width:110px;
	max-width: 150px; 
	height: 100%;
}
.content .section.comments .comment.kudokan .pict-prof h4 {
	text-align: left;
}

.content .section.comments .comment:nth-child(2n-1) .pict-prof {
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
}
/*
.content .section.comments .comment:nth-child(2n-1) p {
	padding-left: 185px;
}
*/
.content .section.comments .comment .pict-prof h4 {
	margin-bottom: 0;
}

/* section staff */
.content .section.staff  {
	width: 91%;
}

/* タイムテーブル */
.content .section.info .time table {
	display: table;
	width: 90%;
	max-width: 100%;
}
.content .section.info .time .table1 {
	margin-top: 2em;
	margin-bottom: 4em;
}

.content .section.info .time table thead {
	float: none;
	display:table-header-group;
}
.content .section.info .time table thead th {
	display: table-cell;
	padding-bottom: 5px;
	width: auto;
	line-height: 1;
	border-bottom: 2px solid #fff;
}
.content .section.info .time table thead th.month {
	vertical-align: middle;
}
.content .section.info .time table thead th small {
	display: block;
	padding: 0;
}
.content .section.info .time table tbody {
	display:table-row-group;
}
.content .section.info .time table tbody tr {
	display: table-row;
	margin: 0 -3px;
}
.content .section.info .time table tbody td {
	display: table-cell;
	width:auto;
	min-width: 30px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #fff;
}
.content .section.info .time table tbody td.off {
	border: none;
}
.content .section.info .time table.table1 tbody td {
	height: 35px;
	line-height: 35px;
}
.content .section.info .time .table2 .month,
.content .section.info .time .table2 .time {
	visibility: visible;
	display:  table-cell;
	height: 35px;
	line-height: 35px;
	width: auto;
}
/* 1日公演 */
.content .section.info .time .table1day {
    display: table;
    margin: 2em 8% 1.5em;
    max-width: 240px;
    width: 90%;
}
/* 2日公演 */
.content .section.info .time .table2day {
    display: table;
    margin: 2em 8% 1.5em;
    max-width: 290px;
    width: 90%;
}
.content .section.info .time span {
	margin-left: 8%;
	font-size: 1.2em;	
}
.content .section.info .time span a.add {
	text-decoration: none;
}
.content .section.info .time .attention {
	margin: 0 auto;
	width: 87%;
}

}@media screen and (min-width: 768px) { /* タブレット（768px以上）*/



/* section キャスト */
.content .section.cast .prof {
	clear: both;
}
.content .section.cast div {
	overflow: hidden;
	position: relative;
}

.content .section.cast div ul.prof {
	position: relative;
	float: left;
	left: 50%;
	width: 90%;
	max-width: 600px;
	list-style: none;
}
.content .section.cast div ul.prof li {
	position: relative;
	float: left;
	left: -50%;
	margin: 0;
	padding:  0;
	width: 50%;
	line-height: 0.2;
}

.content .section.cast div ul.prof li:nth-last-child(1) {
	float: left;padding-left: 25%;
}


.content .section.cast div ul.prof li img {
	width: 100%;
	max-width: 300px;
}


/* section インフォ */
.content .section.info {
	
}
.content .section.info .link {
	display: inline-block;
	padding: 30px;
}


/* section インフォ - ツアー */
.content .section.info .tour li h5 {
	margin-top: 1.3em;
}
.content .section.info .tour .date strong {
	font-weight: 500;
}
.content .section.info .tour li.place {
	margin-bottom: .7em;
	font-weight: 600;
}

.content .section.info .tour li dl {
	clear: both;
}
.content .section.info .tour li dl dt {
	float: left;
	clear: both;
/* 	font-weight: 500; */
}
.content .section.info .tour li dl dd {
	padding-left: 170px;
	margin-bottom: .2em;
	font-weight: 500;
}
/* 料金 */
.content .section.info .tour li.price dl dt {
	line-height: 2.3;
	font-family:Avenir, "Helvetica neue", Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", 
}
.content .section.info .price .prices li strong {
/* 	font-weight: 500; */
}

/* チケット発売日 */
.content .section.info .onsell h5 { float: left;}
.content .section.info .onsell p {
	padding-top: 14px;
	padding-left: 170px;
}
.content .section.info .onsell p strong {
	font-weight: 500;
}

/* MAP */
.content .section.info .map h5 { float: left;}
.content .section.info .map P {
	padding-left: 170px;
	padding-top: 20px;
}

/* チケット取扱 */
.content .section.info .tour .shop dl {
	margin-bottom: 2em;
}
.content .section.info .tour .shop dl dt {
	margin: 0;
	padding: 0;
	font-size: 1.7rem;
	line-height: 1.3;
	text-shadow : none;
/* 	max-width: 250px; */
}
.content .section.info .tour .shop dl dt:before {
	content: "・";
}
.content .section.info .tour .shop dl dd {
	padding-left: 250px;
	text-indent: 0;
	line-height: 1.5;
}
.content .section.info .tour .shop dl dd.detail {
	padding-left: 170px;
}
.content .section.info .tour .shop dl dd:before {
	content: "";
}



}@media screen and (min-width: 992px){ /* ノートPC（992px以上） */
p { font-size: 1.7rem;}


/* メニュー上部に固定  */
body [off-canvas] {
	overflow: visible;
}


body .header-main h1 a {
	height: 80px;
}
body .header-main h1 a img {
	position: absolute;
	top: 6px;
	visibility: visible;
	width: 192px;
	height: 70px;
/*
	width: 266px;
	height: 76px;
*/
/*
	width: 280px;
	height: 80px;
*/
/*
	width: 315px;
	height: 90px;
*/
	z-index: 1000000;
}
body #container {
}
body #container #body {
	margin: 0 auto;
	width: 80%;
}
body .menuslidebars {
	position: fixed;
	display: block;
	margin: 0 !important;
	margin-left: 0 !important;
	transform: none !important;
	width: 100%;
	height: 80px;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	z-index: 1000;
}

body .menuslidebars .inner {
	width: 100%;
	height: 80px;
/* 	background-color: #d5ebe1; */
	background-color: #fff;
}





body .menubar {
	display: none;
	visibility: hidden;
	height: 1px;
}
.menuslidebars .header-main {
	margin: 0 auto;
	width: 93%;
	height: 80px;
	max-width: 1200px;
}
.menuslidebars .header-main h1 {
	float: left;
}
body .header-main h1 a {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow   : none;
	box-shadow        : none;
}

.menuslidebars #globalnavi {
	padding-left: 210px;
	height: 80px;
}

/* メニュー */
.menuslidebars #globalnavi ul.menu {
	float: right;
	display: table;
	padding-right: 70px;
	width: 85%;
	min-width: 670px;
	max-width: 880px;
	height: 78px;
}
.menuslidebars #globalnavi ul.menu li {
	display: table-cell;
	margin-top: 35px;
	text-align: center;
	vertical-align: middle;
}
.menuslidebars #globalnavi ul.menu li.top { width: 8%;}
.menuslidebars #globalnavi ul.menu li.news {width: 9%;}
.menuslidebars #globalnavi ul.menu li.media {width:9%;}
.menuslidebars #globalnavi ul.menu li.cast {width: 9%;}
.menuslidebars #globalnavi ul.menu li.comment {width: 13%;}
.menuslidebars #globalnavi ul.menu li.info {width: 8%;}
.menuslidebars #globalnavi ul.menu li.tours { width: 43%;}
.menuslidebars #globalnavi ul.menu li a {
	padding:0 0;
	border: none;
}
/*.menuslidebars #globalnavi ul.menu li.comment {
 	max-width: 65px; 
}メディア情報が入る際復活*/
/*
.menuslidebars #globalnavi ul.menu>li:nth-last-child(1){
	width: 370px;
}
*/

.menuslidebars #globalnavi ul li .tour {
	display: block;
	text-align: center;
	width: 100%;
	max-width: 100%;
}
.menuslidebars #globalnavi ul li .tour li {
	display: block;
	float: left;
	margin-top:0;
	padding: 0 ;
	font-size: 1.25rem;
	line-height: 1.4;
	border-right:none;
	width: 25%;
}
.menuslidebars #globalnavi ul li .tour li a {
	margin-top: 2px;
	border: none;
	font-weight: 500;
}
.menuslidebars #globalnavi ul li .tour li a:link img {	opacity: 0.9;}
.menuslidebars #globalnavi ul li .tour li a:visited img {	opacity: 0.9;}
.menuslidebars #globalnavi ul li .tour li a:hover img {	opacity: 2;}
.menuslidebars #globalnavi ul li .tour li a:active img {	opacity: 1;}



body .header-main #globalnavi ul li .tour li a img {
	height: 18px;
}


body .header-main #globalnavi li a {
	padding: .7em;
	font-size: 1.75rem;
	font-weight: 500;
	text-indent: 0;
	border-bottom: none;
/* 	text-shadow : 0px 1px 0px rgba(0,0,0,0.1); */


}
body .header-main #globalnavi li a:link    { color: #96976e;}
body .header-main #globalnavi li a:visited { color: #96976e;}
body .header-main #globalnavi li a:hover   { color: #96976e; opacity: 0.85;}
body .header-main #globalnavi li a:active  { color: #96976e;}

body .header-main #globalnavi li .tour a {
	padding: 0;
	font-size: 1.3rem;
}
body .header-main .logomoplays {
	position: absolute;
	top:25px;
	right: 2%;
	margin: 0;
	padding: 0;
}



#container {
	transform: none !important;
}

/* メインタイトル */
body #container #body .maintitle {
	margin: 0 auto;
	padding-bottom: 0%;

	text-align: center;
	max-width: 1300px;
	background-position: center center;
	background-size:contain;
}
body #container #body .maintitle h1.maintitlepict {
	margin: 0 auto;
	padding-top: 80px;
	width: 90%;
	max-width: 1000px;
	background: none;
}
body #container #body .maintitle h1.maintitlepict img {
	visibility: visible;
	display: block;
	width: 100%;

}


#container #body .maintitle img.logo {
	display: block;
	visibility: visible;
	position: absolute;
	left: 2%;
	top: 80px;
	width: 17%;
	max-width: 70px;
	height: auto;
}


#container .content { padding: 0 ;}

#container .content .section h3.title {
	margin: 3.8em 0 1em;
}
	
	
/* section コピー */
.content .section.copy {
	margin: 8em auto 6em;
	padding-top: 80px;
}
#container .content .section.copy h3.title {
	margin: 0em 0 1em;
}


/* section キャッチコピー */
.content .section.copy div {
	margin: 0 auto 4em;
	padding:6em;
	width: 740px;
	max-width: 680px;
}
.content .section.copy div p {
	font-size: 2.25rem;
	line-height: 1.65;
	letter-spacing: 0.1em;
/* 	text-align: center; */
}

/* section 最新情報 */
.content .section.news {
  position:relative;
  margin: 0 auto;
  padding-top:720px;
  width:100%;
  max-width: 600px;
  height: auto;
  max-height: 700px;
  background: url(../images/bg-news.png) no-repeat bottom left;
	background-size: 96%;
	overflow: hidden;
}
#container .content .section.news h3.title {
	position: absolute;	
	top:40px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
}
.content .section.news .box01 {
	position: absolute;
	top: 22%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	width: 75%;
	background: none;
}
.content .section.news .box01 .inner-box {
	margin: 10px 20px;

/* 	background-color: rgba(255,255,255,0.8); */
}




/* section YOUTUBE */
.content .section.video {
	margin: 14em auto 12em;
}
/* section メディア */
.content .section.media ul {
	width: 90%;
}
.content .section.media ul li h4 {
	float: left;
	margin-bottom: 0;
	width: 220px;
	max-width: 220px;
	line-height: 1.2;
}
.content .section.media ul li p.date {
	float: left;
	padding-left: 0px;
	padding-top: 3px;
	max-width: 80px;
	vertical-align: baseline;
	color: #555;
}
.content .section.media ul li p.text {
	display: block;
	padding-left: 290px;/* 360px */
	line-height: 1.2;
}



/* section キャスト */
.content .section.cast div ul.prof.prof1 li img {
/* 	max-width: 450px; */
}

/* section コメント */
.content .section.comments .comment {
	padding:40px;
}

/* section ツアー */
.content .section.info .link {
    display: block;
    padding: 60px;
}
.content .section.info .tour {
	margin-bottom: 40px;
	padding: 0 40px 60px;
	max-width: 700px;
}



}@media screen and (min-width:1200px){ /* デスクトップ（1200px以上） */

/* メニュー */
.menuslidebars #globalnavi ul.menu {
	min-width: 880px;
}
.menuslidebars #globalnavi ul li .tour li {
/* 	padding: 0 4px; */
}

/* section キャスト */
.content .section.cast div ul.prof {
	width: 100%;
	max-width: 900px;
	text-align: center;
}
.content .section.cast div ul.prof li {
	width: 33.33333%;
}
.content .section.cast div ul.prof li.miyake,
.content .section.cast div ul.prof li.ohori {
	padding-left: 16.6666%;
}
.content .section.cast div ul.prof li.katsuji,
.content .section.cast div ul.prof li.abe,
.content .section.cast div ul.prof li.yushin,
.content .section.cast div ul.prof li.ohori {
	clear: both;
}
.content .section.cast div ul.prof li:nth-last-child(1) {
	padding-left: 0;
}

/* section コメント */
.content .section.comments {
	max-width: 800px;
}

}@media screen and (min-width:1450px){ /* デスクトップ（1450px以上） */

/* section コメント */
.content .section.comments {
	max-width: 800px;
}

/* section ツアー */
.content .section.info .tour {
	max-width: 800px;
}

}
