@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote,th, td{margin:0; padding:0;}
html{overflow-y: scroll;border:0;}
h1, h2, h3, h4, h5, h6{font-size: 100%; font-weight: normal;}
ol, ul{list-style:none;}
fieldset, img{border:0;}
table{border-collapse:collapse; border-spacing:0;}
caption, th{text-align: left;}
address, caption, cite, code, dfn, em, strong, th, var{font-style: normal; font-weight: normal;}
p {margin:12px 0px;}
img {vertical-align:bottom;}
@media screen and (max-device-width: 480px) {body {-webkit-text-size-adjust: 100%;}}
A:link,A:visited,A:hover,A:active {color:#003CB5;}
A:hover {opacity:0.7;}
A {text-decoration:none;}
strong{font-weight: bold;}
/*--reset--*/
::selection {
	background:#b1a278; /* Safari */
	color:#dcd6c2;
	text-shadow:none;
}

::-moz-selection {
	background:#cdc3a7; /* Firefox */
}
body {
	word-wrap: break-word;
	background-image:url('http://cocopeliena.net/img/back.jpg');
	background-repeat: repeat-y;
	background-position: center center;
	background-size: contain;
	border:0;
	text-align: center;
	font-size: 90%;
	color:#1d1d2c;
	line-height: 1.8;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "ＭＳ Ｐゴシック";
	margin:0;
	text-shadow:#b2a489 0 0 2px;
}
.ielte8 body{
	background-image:none;
	background-color:rgb(214, 206, 183);
}

/*ヘッダー*/
header.gm{
	clear:right;
	text-align:left;
	width:1000px;
	margin:0 auto 8px auto;
	height:auto;
}

header #left{
	display:block;
	width:57%;
	vertical-align:bottom;
	padding-top:8px;
	text-align:center;
}
header #left img{
	width:97%;
	margin-left:5px;
}

header #right{
	float:right;
	display:block;
	width:43%;
	vertical-align:bottom;
	padding-top:16px;
	text-align:center;
}
#right img{
	width:96%;
	margin-right:5px;
}
/*メインスライド*/
#slide{
	visibility:hidden;
	opacity:0;
	margin:0 auto;
	text-align:center;
	max-height:100px;
}
#slide li{
	width:100%;
	margin:0 auto;
}
#slide img{
	width:100%;
}
/*ナビ*/
nav#menu{
	margin-top:0px;
	top:0;
	left:0;
	width:100%;
	background:url(../img/nav_back.png) repeat-x #dcd6c2;
	color:#dcd6c2;
	font-family: 'Lora', serif;
	font-size:120%;
	letter-spacing:0.1em;
	text-align:center;
	z-index:100;
	margin-bottom:-55px;
}
#menu.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.panel{
	display:none;
}
nav .slmenu li{
	display:block;
	width:100%;
	text-align:center;
}
nav ul{
	display:table;
	height:55px;
	width:800px;
	margin:0 auto;
	text-align:center;
}
nav ul li{
	display:table-cell;
	padding:15px 30px 0 30px;
	/*transition: text-shadow 0.5s linear 0;*/
}

nav#menu li:hover{
	/*text-shadow:#fff 0 0 2px;*/
}
nav#menu a:hover{
text-decoration:none;
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
	opacity:1;
}

nav#menu a{
	color:#dcd6c2;
	display: inline-block;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	opacity:1;
}

/*ラップ*/
#wrap{
	width:100%;
	position:relative;
}
#slmain{
	position:relative;
	z-index:1;
}
/*コンテンツ*/
#content{
	background:transparent;
	width:1000px;
	margin:0px auto 15px;
	text-align:left;
	padding-bottom:5px;
}

/*説明*/
#about{
	letter-spacing:0.05em;
	line-height:1.8;
	padding:50px 0 0;
	text-align:left;
	margin-bottom:40px;
	position:relative;
	top:55px;
}
/*ソーシャル*/
#social{
	text-align:right;
	padding:25px;
}
#social img{
	margin-left:5px;
}

/*セクションタイトル*/
h2{
	margin-left:20px;
}

hr{
	height: 0;
	margin: 0 15px 15px;
	padding: 0;
	border: 0;
	border-top: 1px solid #b2a489;
	border-bottom: 1px solid #efe6cb;
}
hr:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #b2a489;
	border-bottom: 1px solid #efe6cb;
}
/*上へ戻る*/
.backtop{
	margin:90px 0 60px 0;
	text-align:center;
}

/*ニュース*/
table#news{
	font-size:100%;
	margin:0 auto;
}
#news tr{
	border-bottom:1px dotted #b2a489;
}
#news th{
	width:120px;
	font-family: 'Lora', serif;
	padding:10px 0;
	font-weight:bold;
	text-align:center;
}
#news td{
	padding:10px 0;
}
.newsmore{
	text-align:center;
}

.newsmore button{
	font-family: 'Lora', serif;
	background:transparent;
	border-radius:5px;
	color:#9d8e70;
	padding:5px 20px;
	border:1px dotted #b2a489;
	outline: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	cursor:pointer;
}
.newsmore button:hover{
	background:#b2a489;
	color:#dcd6c2;
}

/*プロフィール*/
#profile{
	margin:0 15px;
}
.person{
	display:table;
	margin:40px 20px;
}
#profile .img{
	width:300px;
	display:table-cell;
	vertical-align:middle;
}
.frame > img{
	width:100%;
}
.frame {
	display: inline-block;
	position: relative;
}
.frame:after {
	position: absolute;
	content: "";
	box-shadow: 0 15px 10px rgba(0,0,0, .5); /* シャドウ */
	transform: rotate(3deg); /* 回転させる */
	right: 5px;
	left: auto;
	top: auto;
	bottom: 15px;
	z-index: -1;
	width: 50%;
	height: 20%;
}
.tag{
	display:table-cell;
	width:200px;
	padding:0 20px;
	text-align:center;
	display:table-cell;
	height:300px;
	vertical-align:middle;
}
.text{
	display:table-cell;
	height:300px;
	vertical-align:middle;
	border-left:1px dashed #b2a489;
}
.text div{
	margin:15px 0 15px 15px;
	font-size:90%;
}
.part{
	font-size:90%;
	line-height:1.4;
}
.name{
	font-size:160%;
	margin-bottom:0px;
}
.rub{
	margin-top:0px;
	color:#857a5b;
	text-shadow:none;
}
/*スケジュール*/
#sche_table{
	font-size:100%;
	margin:0 auto;
	min-width:700px;
}
#sche_table tr{
	border-bottom:1px dotted #b2a489;
}
#sche_table td{
	font-size:120%;
}
#sche_table th{
	width:120px;
	font-family: 'Lora', serif;
	padding:15px 0;
	font-weight:bold;
	text-align:center;
}
#sche_table td span{
	font-size:80%;
	display:inline-box;
	margin-left:10px;
}
header .pn{
	display:table;
	width:1000px;
	margin:0 auto;
}
header .pn .p{
	width:50%;
	text-align:left;
	display:table-cell;
}
header .pn .n{
	width:50%;
	text-align:right;
	display:table-cell;
}
.soon{
	font-family: 'Lora', serif;
	font-size:150%;
	font-weight:700;
	text-align:center;
	margin-top:40px;
	
}


/*ディスコグラフィー*/
#discography{
	margin:0 15px;
}
.disc{
	display:table;
	margin-top:10px;
	width:100%;
	background-color: rgba(255,255,255,0.2);
}
.ielte8 .disc{
background-color:#DFD8C8;
}
.disc .title span{
	font-family: 'Lora', serif;
	font-size:160%;
}
.disc .title{
	border-bottom:1px dotted #b2a489;
	margin-right:20px;
}
.disc_info{
	padding:20px 0;
	width:60%;
	vertical-align:top;
	display:table-cell;
}
.disc .disc_img{
	width:40%;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
.disc_img img{
	width:300px;
	height:300px;
}
.disc_list{
	margin-right:20px;
	border-bottom:1px dotted #b2a489;
	line-height:3;
	padding-bottom:20px;
}
.disc_list span{
	font-size:70%;
}
.disc_buy{
	font-size:90%;
	line-height:1.9;
}
/*試聴*/
.disc_audio{
	border-top:1px dotted #b2a489;
	padding-top:20px;
}
.disc_audio p{font-weight:bold;margin-top:0;}
.disc_audio p span{font-weight:normal;font-size:90%;}
.disc_audio ol { padding: 0px; margin: 0px; list-style: decimal-leading-zero inside; color: #fff; font-size: 0.9em; }
.disc_audio ol li { background:#4B4B4B;border-radius:5px;display:inline-block;position: relative; margin-right: 3px;margin-bottom:10px; padding: 5px 10px; cursor: pointer; box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);}
.disc_audio ol li a { color:#E0E0E0; display: inline; text-indent: -3.3ex; text-shadow:none;}
.disc_audio li.playing { color: #aaa; text-shadow: none; background:#FFF; }
.disc_audio li.playing a { color: #000; }
/*試聴スマホ*/
@media screen and (max-width: 569px) {
	.audiojs{
		width:100%;
	}
	.audiojs .scrubber{
		width:80%;
		margin-left:auto;
		margin-right:auto;
		padding:0 10px;
	}
}
@media screen and (max-width: 399px) {
	.audiojs .scrubber{
		width:75%;
	}
}


/*ムービー*/
#movie{
	margin:20px 15px 0;
	text-align:center;
}
#movie > p{
	margin-top:60px;
	line-height:2;
	font-weight:bold;
}

/*メールフォーム*/
#contact{
	margin:20px 15px 0;
	text-align:center;
}
#contact .cf7-01{
	margin:auto;
	width:600px;
}
#contact .cf7-01 > div{
	display:table;
}
#contact .cf7-01 .cap > span{

}
#contact .cf7-01 .cap{
	width:100px;
	display:table-cell;
	font-family: 'Lora', serif;
	font-weight:700;
	padding:15px;
	text-align:right;
	font-size:90%;
	vertical-align:top;
}
#contact .cf7-01 .inp{
	padding:10px 0;
	display:table-cell;
	text-align:left;
}
#contact .cf7-01 input,textarea{
	width:300px;
	color:#555;
	padding:5px;
	border:none;
	margin:5px;
	border-radius:3px;
	background:#F5F3EE;
}
#contact .cf7-01 textarea{
	width:400px;
	height:200px;
}
#contact .wpcf7-submit{
	border:none;
	font-family: 'Lora', serif;
	font-weight:700;
	background:#1d1d2c;
	border-radius:20px;
	color:#dcd6c2;
	padding:5px 25px;
	cursor:pointer;
}
#contact .wpcf7-submit:hover{
	color:#99937C;
}
#sendto{
	width:300px;
	text-align:center;
	vertical-align:middle;
	margin:20px auto;
	padding:10px 20px 20px 10px;
}
#sendto div{
	font-size:80%;
}
#sendto p.mail{
	border-radius:20px;
	background-color:rgba(209, 199, 171, 0.49);
	font-family: 'Lora', serif;
	font-weight:700;
	padding-bottom:10px;
}
#sendto img{
	position:relative;
	top:5px;
}
span.wpcf7-not-valid-tip{
	display:inline;
	font-size:70%;
	color:#aa0000;
}
.screen-reader-response{
	display:none;
}
div.wpcf7-validation-errors{
	border:none;
	font-size:80%;
	color:#aa0000;
}
button{
	font-size:90%;
}
/*サンクスページ*/
.tm{
	text-align:center;
}
.tm .size80{
	margin:20px;
}
.tm_head{
	font-size:200%;
	text-align:center;
	font-family: 'Lora', serif;
	font-weight:700;
	font-style:italic;
	margin-bottom:30px!important;
}

/*文字装飾*/

.size80{
	font-size:80%!important;
}

.red{
	color:#aa0000;
}

.center{
	text-align:center!important;
}
.left{
	text-align:left!important;
}

/*WP設定*/
header.page-header{
	margin-top:80px;
	height:80px;
	text-align:center;
}
header.entry-header{
	height:auto;
}

h2.entry-title{
	margin:40px 20px;
	font-size:120%;
}
h2.entry-title span{
	font-family: 'Lora', serif;
	font-weight:700;
	font-size:110%;
}
.entry-content{
	display:inline-block;
	width:970px;
	margin:0 15px 40px;
	background-color: rgba(255,255,255,0.2);
	padding:30px 0;
}
.ielte8 .entry-content{
	background-color:#DFD8C8;
}
.entry-content hr{
	border-top:none;
	margin:20px 30px;
}
.entry-content img{
	max-width:100%;
	height:auto;
}
.entry-content p{
	padding: 0 30px;
	margin:0;
}
.pagecontent{
	margin-top:100px;
}
/*ページャ*/
.screen-reader-text{
	display:none;
}
.nav-links{
	font-family: 'Lora', serif;
	font-weight:700;
	font-size:110%;
	text-align:center;
}
.page-numbers{
	padding:4px 10px;
}
.nav-links .current{
	color:#DCD2AB;
	background:#66572E;
}
.nav-links .next{
	border-left:1px solid #b2a489;
}
.nav-links .prev{
	border-right:1px solid #b2a489;
}
.nav-links A:link,.nav-links A:visited,.nav-links A:hover,.nav-links A:active {color:#66572E;}

/*WP-EVENT*/
.event_listn{
	width:940px;
	margin:30px auto;
	background-color: rgba(255,255,255,0.2);
	padding:30px 0;
}
.ielte8 .event_listn{
	background-color:#DFD8C8;
}
.event_listn .entry-header{
	width:100%;
}
/*イベントタイトル周り*/
.event_listn .entry-title{
	display: table;
	width:100%;
}
.ev_thum{
	display:table-cell;
	width:150px;
}
.ev_tit{
	display:table-cell;
	vertical-align:middle;
}
.myeventtime{
	font-family: 'Lora', serif;
	font-weight:700;
	font-size:130%;
}
.myeventtitle{
	font-size:180%;
	line-height:1.4;
}
.myeventcontent{
	padding:20px 40px 0;
}
.eo-event-venue-map{
	margin-top:40px;
	text-shadow:none;
}
.eo-event-venue-map .add{
	font-size:90%;
	text-align:center;
	padding:5px 15px;
	margin-top:5px;
	text-shadow:#b2a489 0 0 2px;
}
.eo-event-shortcode{
	display:none;
}
.eo-events-shortcode + p{
	display:none;
}



/*WP*/
/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0px 25px 25px 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0px 0 25px 25px;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0px;
	margin-bottom: 25px;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


nav ul {
    list-style:none;
}


/*携帯用メニュー*/
.panel{
	width:100%;
}
.panel .btn {
	color:#dcd6c2;
	font-family: 'Lora', serif;
	font-size:120%;
	position: fixed;
	display: block;
	top:0;
	right:0;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	z-index: 9999;
	background-color: #1d1d2c;
	border-radius:0 0 0 10px;
	cursor: pointer;
}
 
 
.panel .cbtn {
	z-index: 99;
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0,0,0,0);
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;	
}
 
.panel .check {
    display: none;
}
 
.panel ul {
	font-family: 'Lora', serif;
	font-size:110%;
	color:#dcd6c2;
	width:100%;
	position: fixed;
	z-index: 999;
	display: block;
	background-color: #1d1d2c;
	max-width: 1000px;
	top: -500px;
	list-style-type: none;
    
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;	
}
 
.panel .check:checked + ul {
	top: 0px;
}
 
.panel .check:checked + ul + .cbtn {
	display: block;
	width: 100%;
	height: 500px;
	min-height:100%;
	background: rgba(0,0,0,0.4);
}
 
.panel ul li:first-child{
	margin-top:10px;
}
 
.panel a {
	display: block;
	padding: 15px 0px;
	text-align: center;
	color:#dcd6c2;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,1);
    box-shadow: 0 1px 0 rgba(255,255,255,0.1);
}
 
.panel a:hover {
background-color: #666;	
}