@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7em;
	color: #333;
	background: #FFF url(../img/bg.jpg) top left repeat;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
/*全体設定*/
a {
	color: #07519a;
	text-decoration: none;
	transition: 0.3s;
}
a: hover {
	color: #0080ff;
	text-decoration: underline;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.5);
}
a img {
	transition: 0.3s;
}
a: hover img {
	opacity: 0.6;
}
.post {
	margin: 0 1%;
}
.post p {
	margin-bottom: 1.7em;
}
h2 {
	background: #0C0C0C;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	margin: 0 0 30px 0;
	padding: 0 0.5em;
}
.detail h2 {
	text-align: left;
}
#attention h3,
#artist.old h3.list {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #07519A;
	text-decoration: none;
	transition: 0.3s;
}
#attention h3:hover,
#artist.old h3.list:hover {
	color: #0080FF;
	text-decoration: underline;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.5);
	cursor: pointer;
}
#attention .post {
	display: none;
}

#shop .post {
	text-align: center;
	line-height: 30px;
}
#shop .post a {
	font-size: 18px;
	font-weight: bold;
}
/*layout*/
#wrap {
	width: 1100px;
	margin: 0 auto 60px;
}

/*header*/
#header {
	background: #0C0C0C;
	margin: 0 0 30px 0;
}
#header .header_in {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
#header .header_in h1 img {
	vertical-align: middle;
	width: 400px;
	max-width: 80%;
}

/*nav*/
nav ul {
	position: absolute;
	right: 0;
	bottom: 10px;
}
nav ul li {
	display: inline-block;
	border-left: #FFF solid 1px;
}
nav ul li:first-child {
	border-left: none;
}
nav ul li a {
	color: #FFF;
	padding: 0 1em;
}

/* slider */
#slider {
	position: relative;
	margin: 0 0 70px;
	width: 1100px;
	height: 732px;
	border: 0;
	border-radius: 0;
}
#slider .slides li img {
	display: block;
	width: 1100px;
	height: 732px;
}
#slider .flex-control-paging li a {
	width: 20px;
	height: 20px;
	border-radius: 10px;
}
#slider .flex-direction-nav a {
	line-height: normal;
}

/*
#slider .slider_inner {
	position: relative;
	margin: 0 0 30px;
	width: 1100px;
	height: 732px;
}
#slider .slider_inner li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
}
#slider .slider_inner li:first-child {
	display: block;
	opacity: 1;
}

#slider .slider_inner li img {
	display: block;
	width: 1100px;
	height: 732px;
}
#slider .button {
	position: relative;
	margin: 30px 0;
	text-align: center;
	font-size: 0;
}

#slider .button li {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	background: #888;
	cursor: pointer;
	border-radius: 10px;
	transition: 0.3s;
}

#slider .button li.active {
	cursor: auto;
	background: #000;
}
*/

/* news */
#news {
	margin: 0 0 30px 0;
}
#news ul {
	margin: 0 1%;
}
#news li a {
	display: block;
	border-bottom: #CCC dotted 1px;
}
#news li .date {
	font-size: 70%;
}
#news .more {
	text-align: right;
	margin-top: 10px;
}

/*artist*/
#artist ul {
	width: 100%;
	font-size: 0;
}
 
#artist ul li {
	display: inline-block;
	vertical-align: top;
	width: 540px;
	margin: 0 0 30px 0;
}
#artist ul li:nth-child(even) {
	padding-left: 20px;
}

#artist ul li .img {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#artist ul li .img .img_inner {
	display: table-cell;
	vertical-align: middle;
	height: 405px;
	text-align: center;
}

#artist ul li .img .img_inner img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	vertical-align: middle;
}
#artist h3 {
	font-size: x-large;
	text-align: center;
	line-height: 2.0em;
}
#artist dl {
	font-size: 0;
}
#artist dt,
#artist dd {
	display: inline-block;
	vertical-align: top;
	font-size: medium;
	border-bottom: #CCC dotted 1px;
	line-height: 2.0em;
}
#artist dt {
	width: 25%;
}
#artist dd {
	width: 75%;
}
#artist.old h2 {
	margin-bottom: 15px;
}
#artist.old h3 {
	margin: 0 auto 15px auto;
	cursor: pointer;
}
#artist.old ul {
	display: none;
}

#artist.old ul li {
	width: 25%;
	float: left;
	padding: 0;
}

#artist.old ul li a,
#artist.old ul li span {
	display: block;
}

#artist.old ul li .img .img_inner {
	height: 195px;
}

#artist.old ul li .img .img_inner img {
	max-width: 260px;
}

#artist.old ul li h3 {
	font-size: small;
}

/* sns */
#sns ul {
	margin-bottom: 30px;
}

#artist.old ul:after,
#sns ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

#sns ul li {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #07519A;
	text-decoration: none;
	transition: 0.3s;
}

#sns ul li a {
	font-weight: bold;
}

/*
#sns ul li a img {
	height: 36px;
}

#sns ul li img {
	max-width: 100%;
}
*/

/*shcedule*/
.cal {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 30px;
}

.cal .cal_inner {
	position: relative;
	padding-bottom: 60%;
	height: 0;
}

.cal .cal_inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*contact*/
.wpcf7 {
	width: 80%;
	margin: 0 auto 30px !important;
}
.wpcf7-form dl {
	margin: 20px 0 0 0;
}
.wpcf7-form dt {
	font-weight: bold;
}
.wpcf7-form dt span {
	color: #d22020;
	font-size: 80%;
}
.wpcf7-form dd {
	border-bottom: #CCC dotted 1px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	line-height: 2.0em;
	border: none;
	background: #E3E3E3;
}
.wpcf7-textarea {
	height: 100px;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha > div {
	margin: 15px auto;
}
.wpcf7-form p.notice {
	text-align: center;
	color: #d22020;
}
.wpcf7-submit {
	display: block;
	background: #666;
	color: #FFF;
	width: 200px;
	height: 3em;
	border: none;
	margin: 0 auto;
	cursor: pointer;
	transition: 0.3s;
}
.wpcf7-submit:hover {
	background: #888;
}

/*footer*/
#information p {
	font-size: 0.8em;
	padding-top: 30px;
	border-top: #CCC dotted 1px;
	text-align: center;
}

.totop {
	display: none;
	position: absolute;
	bottom: 60px;
	right: 60px;
	z-index: 1000;
}
.totop a {
	position: fixed;
	color: #FFF;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	background: #666;
	border-radius: 100px; 
}
.totop a:before {
	font-size: 24px;
	font-family: "dpicons";
	content: "\e6a6";
}
.totop a:hover {
	text-decoration: none;
	background: #888;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #0C0C0C;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	line-height: 3.0em;
}
