@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: '刻ゴシック Light';
    src:url(../font_1_kokugl_1.15_rls.ttf) format('truetype'),
		url('../font_1_kokugl_1.15_rls.woff') format('woff');
}
@font-face {
    font-family: 'KeyRegular';
    src:url('../Key-Regular.woff') format('woff');
}

/*全体・共通*/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	list-style-type: none;
	line-height: 150%;
	vertical-align:bottom;
}
body {
	font-family: "刻ゴシック Light";
}
#wrap{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visivility:hidden;
	color:transparent;
}
/*全体・共通ここまで*/

/*ヘッダー*/
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 h1{
	 font-family:'KeyRegular';
 }
/* header */
h1.logo a{
	font-size:28px;
}
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 1px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #000;
    text-decoration: none;
}
 #top-head ul li a:hover{
    border-bottom:3px solid;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 15px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 20px 20px;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 5px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li{
	  padding: 10 20px;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 10 20px;
}
 #top-head.fixed #global-nav ul li a:hover {
    border-bottom:3px solid;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*メニューここまで*/
#main{
	position:relative;
}
#main p{
	width:100%;
	position:absolute;
	bottom:15%;
	text-align:center;
}
/*各種タイトル*/
h2{
	font-size:26px;
	text-align:center;
	margin-bottom:40px;
	margin-top:30px;
	background-image:url(../images/senkou.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	line-height:80px;
	clear:both;
}
/*「×の表示」*/
h1 span,h2 span,footer p span,li span,p.top span{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align:middle;
}
p.top span{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align:middle;
	font-size:14px;
}
/*メイン画像*/
#main .photo{
	max-width:100%;
	margin-top:70px;
}
/*次回・過去公演チラシ*/
aside{
	clear:both;
	width:100%;
	text-align:center;
}
#chirashi{
	width:70%;
	margin-left:auto;
	margin-right:auto;
}
aside img{
	width:48%;
	height:auto;
	margin-bottom:10px;
	float:left;
	margin-right:10px;
}

/*次回公演文字情報*/
#next{
	width:100%;
	margin-bottom:50px
}
h3{
	font-size:38px;
}
h4{
	font-size:18px;
}
article{
	width:960px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
#joho{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#moji{
	float:left;
	width:50%;
	margin-left:30px;
}
dl{
	float:left;
	margin-top:20px;
}
dt{
	float:left;
	clear:left;
	width:70px;
	line-height:30px;
}
dd{
	float:left;
	line-height:30px;
}

/*次回公演情報スケジュール*/
#next table{
	border-collapse: collapse;
	border: 1px solid #000000;
	float:left;
	margin-left:60px;
	margin-top:10px;
}
#next table th {
	border: 1px solid #000000;
	width:80px;
	height:40px;
	padding-bottom:7px;
}
#next table td {
	border: 1px solid #000000;
	width:80px;
	height:40px;
}
#next table td{
	text-align:center;
	vertical-align:middle;
}
	
/*チケット予約*/
#ticket{
	width:960px;
	margin:0 auto 150px auto;
	clear:left;
}
.check{
	width:100%;
	margin:20px 0 10px 0;
}
.check p{
	text-align:center;
	font-size:18px;
}
#ticket .title p{
	width:600px;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	font-size:18px;
	border-top:1px solid #009944;
	border-right:1px solid #009944;
	border-left:1px solid #009944;
	background-color:#e5decc;
}
#ticket .title p strong{
	font-size:28px;
}
/*チケット予約完了ページ*/
.thankyou{
	width:100%;
}
.thankyou p{
	text-align:center;
	font-size:100px;
	margin:0;
}
.aisatsu{
	width:100%;
}
.aisatsu p{
	text-align:center;
	font-size:16px;
	margin:20px 0 10px 0;
}
.aisatsu p.top{
	text-align:center;
	vertical-align:bottom;
}	
.aisatsu p.top a{
	font-size:18px;
	vertical-align:middle;
}
p.top a:visited{
	color:#000000;
}
/*チケット・問い合わせ共通*/
#ticket .title p span,#contact .check p span{
	font-size:14px;
	color:red;
}
#ticket table,#contact table{
	width:600px;
	margin-right:auto;
	margin-left:auto;
	border-collapse:collapse;
	border:1px solid #009944;
	margin-bottom:20px;
	}
#ticket th,#contact th{
	width:200px;
	height:35px;
	vertical-align:middle;
	background-color:#afddc6;
}
#ticket th span,#contact th span{
	font-size:14px;
	color:red;
}
#ticket td,#contact td{
	padding:10px;
	vertical-align:middle;
}
#ticket textarea,#contact textarea{
	width:400px;
	height:200px;
}
.button{
	text-align:center;
}
.kakunin{
	width:110px;
	height:30px;
	font-size:16px;
	cursor:pointer;
}
input.text{
	width:60%;
}
/*ヤジサトとは*/
#about{
	clear:both;
	background-color:#e5decc;
}
#yajisato{
	width:960px;
	margin:0 auto 80px auto;
	padding:20px 0 50px 0;
}
#yajisato .kaisetsu{
	text-align:center;
	font-size:18px;
}
h5{
	font-size:24px;
	margin-bottom:10px;
}

/*プロフィール*/
.tsuchiya,.yajima{
	width:100%;
	margin-top:50px;
}
.satoko{
	width:50%;
	float:left;
	padding:30px 0px 20px 100px;
}
.misaho{
	width:50%;
	float:left;
	padding:30px 0px 20px 100px;
}
.satoko p,.misaho p{
	margin-bottom:10px;
}
/*プロフィール画像*/
#satophoto{
	float:right;
	width:40%;
}
#misaphoto{
	width:40%;
	float:left;
}
img.ts,img.ym{
	width:90%;
	height:auto;
}
/*矢嶋画像*/
img.ym{
	margin-left:80px;
}

/*過去公演情報共通*/
#past{
	width:960px;
	margin:0 auto 150px auto;
}
section{
	margin-bottom:30px;
}
/*過去公演文字情報*/
#past article{
	float:left;
	width:40%;
	margin-top:20px;
	margin-bottom:40px;
	margin-left:30px;
}
#past #moshiware{
	width:100%;
	margin-top:20px;
	margin-bottom:40px;
	margin-left:30px;
}

/*問い合わせ*/
#contact{
	width:960px;
	margin:0 auto 150px auto;
}
/*戻るボタン*/
#totop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
/*フッター*/
footer{
	width:100%;
	background-color:#afddc6;
	padding:20px 0px;
}
footer ul{
	margin:0px auto;
	width:600px;
}
footer li{
	float:left;
	width:100px;
}
footer p{
	clear:both;
	text-align:center;
	padding-top:10px;
}
footer a:link{
	color:#000;
}
footer a:visited{
	color:#000;
}

/*スマホデザイン*/
@media screen and (max-width: 640px) {
	h1.logo a{
	font-size:22px;
}
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: rgba(255,255,255,.9);
        width: 100%;
        height: 50px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 8px;
        color: #000;
        font-size: 24px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -506px;
        background:rgba(255,255,255,.9);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #2b2b2b;
        padding: 18px 0;
    }
	#top-head #global-nav ul li a:hover,
    #top-head.fixed #global-nav ul li a:hover{
        color:#fff;
		background-color:#000;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
/*メイン画像*/	
#main p{
	width:100%;
	position:absolute;
	bottom:8%;
	text-align:center;
}
#main h1{
	font-size:12px;
}

/*次回公演*/
 #next{
	width:100%;
	margin:0px 0 60px 0;
}
h2{
	font-size:24px;
	line-height:40px;
	margin-top:10px;
	margin-bottom:10px;
}
/*次回公演チラシ*/
#next aside{
	width:98%;
	padding-top:20px;
}
#next aside img{
	float:left;
	width:47%;
	margin-left:8px;
	margin-right:3px;
}
/*次回公演文字情報*/
#joho{
	width:100%;
	}
#moji{
	width:100%;
	margin-left:8px;
	}
#chirashi{
	width:100%;
	}
h3{
	font-size:18px;
	margin-bottom:5px;
	margin-top:20px;
}
h4,dt,dd{
	font-size:14px;
}
aside p,article p{
	font-size:14px;
}
article{
	width:100%;
	margin-top:10px;
	margin:0 0 0 8px;
}
dl{
	width:100%;
	margin-top:20px;
	margin-bottom:5px;
}
dt{
	line-height:20px;
	width:55px;
}
dd{
	line-height:20px;
}
/*次回公演情報スケジュール*/
#next table{
	float:left;
	width:95%;
	margin-left:8px;
	margin-top:10px;
}
#next table th {
	font-size:12px;
	height:30px;
}
#next table td {
	height:30px;
}
#next table img{
	width:20px;
	height:20px;
}
/*チケット予約*/
#ticket{
	width:100%;
	margin:0 auto 60px auto;
}
.check p{
	font-size:12px;
}
#ticket .title p{
	width:90%;
	font-size:12px;
	margin-top:20px;
}
#ticket .title p strong{
	font-size:16px;
}
/*チケット予約完了後*/
.thankyou p img{
	width:90%;
	height:auto;
}
.thankyou p{
	font-size:60px;
}
.aisatsu p{
	font-size:12px;
}
/*チケット・問い合わせ共通*/
#ticket th span,#contact th span{
	font-size:12px;
}
#ticket table,#contact table{
	width:90%;
	}
#ticket th,#contact th{
	font-size:11px;
	width:25%;
	height:25px;
	vertical-align:middle;
	background-color:#afddc6;
}
#ticket td,#contact td{
	font-size:12px;
	padding:5px;
	vertical-align:middle;
}
#ticket textarea,#contact textarea{
	width:100%;
	height:100px;
}
.button{
	text-align:center;
}
/*ヤジサトとは*/
#yajisato{
	width:100%;
	padding-bottom:10px;
	margin-bottom:60px;
}
#yajisato .kaisetsu{
	font-size:14px;
	margin:20px 0;
}
h5{
	font-size:18px;
}
/*プロフィール*/
.tsuchiya,.yajima{
	width:100%;
	margin-top:30px;
	font-size:14px;
}
.satoko,.misaho{
	width:100%;
	padding:0px 0px 0px 10px;
	text-align:center;
}
.satoko p,.misaho p{
	margin-bottom:10px;
}
/*プロフィール画像*/
#satophoto,#misaphoto{
	width:100%;
}
.photo{
	width:100%;
	margin:0px auto 20px auto;
	text-align:center;
}
img.ts,img.ym{
	width:60%;
	height:auto;
	margin:0 auto;
}
/*SNSアイコン*/
img.icon{
	width:25px;
	height:25px;
}
/*過去公演情報共通*/
#past{
	width:100%;
	margin-bottom:90px;
}
section{
	margin-bottom:30px;
}
/*過去公演チラシ*/
#past aside{
	width:100%;
	margin-top:20px;
}
#past aside img{
	width:100%;
	margin:0 auto;
}
#past #atonoko img{
	float:left;
	width:47%;
	margin-left:8px;
	margin-right:3px;
}
/*過去公演文字情報*/
#past{
	margin-bottom:60px;
}
#past article{
	float:left;
	width:100%;
	margin-left:40px;
}
#past h4{
	font-size:14px;
}
#past #moshiware{
	margin:10px 0 0 10px;
}
/*問い合わせ*/
#contact{
	width:100%;
	margin-bottom:60px;
}
/*戻るボタン*/
#totop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#totop img{
	width:40px;
	height:40px;
}
/*フッター*/
footer{
	width:100%;
	font-size:10px;
}
footer ul{
	width:100%;
}
footer li{
	width:10%;
	margin-left:20px;
}
footer p{
	clear:both;
	text-align:center;
	padding-top:10px;
}
footer a:link{
	color:#000;
}
footer a:visited{
	color:#000;
}
}