﻿@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
body {
    line-height:1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
nav ul {
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
input, select {
    vertical-align:middle;
}


/* ↑RESET */


body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background: #ccc;
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:1.5em;
}

@import url("//hello.myfonts.net/count/307dda");

@font-face {
	font-family: 'GnuolaneRg-Bold';
	src: url('./webfonts/307DDA_0_0.eot');
	src: url('./webfonts/307DDA_0_0.eot?#iefix') format('embedded-opentype'),
	url('./webfonts/307DDA_0_0.woff2') format('woff2'),
	url('./webfonts/307DDA_0_0.woff') format('woff'),
	url('./webfonts/307DDA_0_0.ttf') format('truetype');
}

.gnuo { 
	font-family: 'GnuolaneRg-Bold'; }

.bg01 {
	background-image:url("../images/bgtop.png"),url("../images/bgtop2.png"),url("../images/bg3.png"),url("../images/bg1.png"),url("../images/bg2.jpg");
	background-repeat:repeat-x,no-repeat,repeat-x,repeat-x,repeat;
	background-position:top center,top center,bottom,top,top;
}

#container {
	width:980px;
	margin:0px auto;
	padding:0px;
}

#container_footer {
	width:100%;
}

#header {
	width: 100%;
	padding: 35px 0 ;
	z-index: 10;
	margin: 0;
}

#header #logo {
	margin: 0 0 40px 80px;
	padding: 0;
	float: left;
}

#header #logo img {
	width: 480px;
}

#header #date {
	width:275px;
	margin: 0;
	padding: 25px 0 0 20px;
	float: left;
}

#header .share {
	width:100px;
	margin: 0;
	padding: 55px 0 0 20px;
	float: left;
}

#header .share img {
	margin: 5px 0;
}


#navi {
	width:100%;
	margin: 40px auto;
	clear: both;
	background: #15a6c6 url(../images/bg-navi.gif);
	border:4px #fff solid;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;-khtml-border-radius: 10px;border-radius: 10px;box-sizing: border-box;
	color: #fff;
	padding: 0;
}

#navi ul {
	height: 22px;
	padding:10px 0;
	margin: 0 auto;
	text-align:center;
}

#navi #memus {
	margin: 0 auto;
	padding:0 10px; 
}

#navi #menu {
	font-family: 'GnuolaneRg-Bold';
	font-size: 24px;
	letter-spacing: 2px;
}

#navi ul li {
	float: left;
	text-align: center;
	white-space: norwrap;
}

#navi ul li a {
	color: #fff;
	padding: 6px 32px 7px 32px;
	text-decoration: none;
}

#navi ul li a:hover,
#navi ul li.current a {
	color: #fff;
	background-color: #6dcde2;
}

#navi ul li .nolink {
	color: #7dcddf;
	padding: 6px 32px 7px 32px;
	text-decoration: none;
}

#navi ul:after {
	clear: both;
}

#topslide {
	width:100%;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.6);
	padding: 10px 0;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;-khtml-border-radius: 10px;border-radius: 10px;
}

#contents {
	margin-top:10px;
	clear: left;
	color: #666;
	padding: 0;
}

#contents p {
	margin-bottom:10px;
}

#contents a {
	color: #444;
}

#contents a:hover {
	color: #6087a3;
}

#contents .more {
	height:40px;
	
}

#contents .more a {
	color: #9bca39;
	text-decoration: none;
	padding-left: 35px;
	background: url(../images/more.png) left no-repeat;
}
#contents .more a:hover {
	color: #f4f115;
	padding-left: 35px;
	background: url(../images/moreh.png) left no-repeat;
}

#contents .back {
	height:40px;
}

#contents .back a {
	color: #9bca39;
	text-decoration: none;
	padding-left: 35px;
	background: url(../images/back.png) left no-repeat;
}
#contents .back a:hover {
	color: #f4f115;
	padding-left: 35px;
	background: url(../images/backh.png) left no-repeat;
}

figure {
	margin: 5 auto;
}

figure img {
	width: 100%;
	height: auto;
}

#artist figure img,
#event figure img,
#facility figure img,
#artist_list figure img {
	width: 50%;
	height: auto;
	float: left;
}

#artist .profile:after {
	margin: 0;
	padding: 0;
}

#access figure img {
	width: 70%;
}

#ario figure img {
	width: 100%;
}

#tweet {
	max-width:520px;
	margin: 0 auto;
}

footer {
	width: 100%;
	background-color: #fff;
}

footer a {
	color: #444;
}

.column {
	width: 100%;
	background-color: #fff;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;-khtml-border-radius: 10px;border-radius: 10px;
}


.col10-10 {
	width: 100%;
}

.col73-7 {
	width: 64%;
	padding-right: 3%;
	float: left;
}

.col73-3 {
	width: 33%;
	float: left;
}

.colheader {
	width: 100%;
	height: 60px;
	overflow: visible;
	text-align: center;
	z-index: 10;
}

.inner {
	padding: 20px;
}

.inner:after {
	clear: both;
}

.inner .col3-1 {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.inner .col3-3 {
	width: 32%;
	float: left;
}

.inner .col3-12 {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.inner .col3-23 {
	width: 66%;
	float: left;
}

.inner .col2 {
	width: 49%;
	margin:0 1% 15px 0;
	float: left;
}

.inner .col2-1 {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 13px;
	float: left;
}

.inner .col2-2 {
	width: 49%;
	margin-bottom: 13px;
	float: left;
}

.question {
	background: url(../images/q.png) no-repeat left top #f0f0f0;
	padding:10px 10px 10px 50px;
	font-size: 16px;
	font-weight: bold;
}

.answer {
	background: url(../images/a.png) no-repeat left top #fff8d1;
	padding:10px 10px 10px 50px;
	margin:0 0 15px 20px;
}

.artcap {
	display:table-cell;
	height:96px;
	padding-left:10px;
}

.artcap2 {
	display:table-cell;
	height:154px;
	padding-left:10px;
}

.figcap {
	display:table-cell;
	padding-left:10px;
}

.button {cursor: pointer;color: #ffffff;width: 25%;line-height: 18px;font-size: 16px;font-weight: bold; background: url(../images/arrow.png) no-repeat left #15a5c5;border:0px; -webkit-border-radius: 6px;-moz-border-radius: 6px;-khtml-border-radius: 6px;border-radius: 6px;}
.button { display: inline-block; text-decoration: none; padding: 10px 20px 10px 40px; margin:0px 10px;}
.button:hover{ background: url(../images/arrow.png) no-repeat left #65cae0;}

.button2 {cursor: pointer;color: #ffffff;width: 50%;line-height: 18px;font-size: 16px;font-weight: bold; background: url(../images/arrow.png) no-repeat left #15a5c5;border:0px; -webkit-border-radius: 6px;-moz-border-radius: 6px;-khtml-border-radius: 6px;border-radius: 6px;}
.button2 { display: inline-block; text-decoration: none; padding: 10px 20px 10px 40px; margin:0px 10px;}
.button2:hover{ background: url(../images/arrow.png) no-repeat left #65cae0;}

.frame_blue { width:100%; color: #15a5c5; background: #ffffff;border:2px solid #15a5c5; -webkit-border-radius: 10px;-moz-border-radius: 10px;-khtml-border-radius: 10px;border-radius: 10px;box-sizing: border-box;}
.frame_blue { display: inline-block; text-decoration: none; padding: 7px 15px; margin:0px;}

.frame_pink { width:100%; color: #ffffff; background: #ff769c;border:2px solid #ffffff; -webkit-border-radius: 10px;-moz-border-radius: 10px;-khtml-border-radius: 10px;border-radius: 10px;box-sizing: border-box;}
.frame_pink { display: inline-block; text-decoration: none; padding: 7px 15px; margin:0px;}


.sb-toggle-right {
	display: none;
}

.ta1 {
	width: 100%;
	margin: 0px auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #555;
	line-height: 2em;
}

.ta1 td{
	padding: 10px 10px;
}

.ta1 th{
	padding: 5px 10px;
	text-align: center;
	background: #e5e5e5;
	vertical-align: middle;
}

.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;
	background: #555;
	background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));	/*グラデーション*/
	background: -webkit-linear-gradient(#4b4b4b, #333);
	background: linear-gradient(#4b4b4b, #333);
}

#day1 { width: 187px;margin-right:1px;margin-bottom:15px;height:auto;float: left; }
#day2 { width: 187px;margin-right:1px;margin-bottom:15px;height:auto;float: left; }
#day3 { width: 187px;margin-right:1px;margin-bottom:15px;height:auto;float: left; }
#day4 { width: 187px;margin-right:1px;margin-bottom:15px;height:auto;float: left; }
#day5 { width: 187px;margin-right:1px;margin-bottom:15px;height:auto;float: left; }
#day6 { width: 187px;margin-right:1px;margin-bottom:15px;height:auto;float: left; }
#day7 { width: 187px;margin-right:1px;margin-bottom:15px;height:auto;float: left; }
#day8 { width: 187px;margin-right:1px;margin-bottom:15px;height:auto;float: left; }
#day9 { width: 187px;margin-right:1px;margin-bottom:15px;height:auto;float: left; }
#day10 { width: 187px;margin-right:1px;margin-bottom:15px;height:auto;float: left; }

.catetxt {
}
.catetxt img {
	width: 20%;
	height :auto;
	float: left;
	margin-right: 20px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

@media (min-width:481px) and (max-width:800px){

#container {
	width:95%;
	margin:0px auto;
	padding:0px;
}


#header {
	width: 100%;
	padding: 15px 0;
	z-index: 10;
}

#header #logo {
	width: 100%;
	margin: 0px auto;
	float: none;
	text-align: center;
}

#header #logo img {
	width: 90%;
}


#header #date {
	width:100%;
	text-align:center;
	padding: 0;
	color: #ff769c;
	float: none;
}

#header .share {
	width:100%;
	text-align:center;
	margin: 0 auto;
	padding: 10px 0;
	float: none;
}

#header .share img {
	margin: 0 5px;
}

#navi { display: none; }

#sb-site, .sb-site-container {
}

.sb-slidebar {
	padding: 14px;
	color: #fff;
}

html.sb-active #sb-site, .sb-close {
	cursor: pointer;
}

.sb-toggle-right {
	display: block;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top:20px;
}

.col73-7 {
	width: 100%;
	padding-right: 3%;
	float: left;
}

.col73-3 {
	width: 100%;
	float: left;
}

.inner .col3-12 {
	width: 100%;
	margin-bottom: 15px;
}

.inner .col3-23 {
	width: 100%;
}

.artcap2 {
	display:table-cell;
	height:100px;
	padding-left:10px;
}

.button {
	width: 51%;
	margin-bottom: 15px;
}

#smenu-ttl {
	font-family: 'GnuolaneRg-Bold';
	font-size: 30px;
	letter-spacing: 1px;
	background-color: #65cae0;
	padding: 30px;
	text-align: center;
}

#smenu {
	font-family: 'GnuolaneRg-Bold';
	font-size: 30px;
	letter-spacing: 1px;
	padding:0 30px;
}

#smenu ul {
	list-style: none;
}

#smenu ul li {
	width: 100%;
	text-align: center;
	margin: 25px 0 0 0;
	padding: 0 0 25px 0;
	border-bottom: 4px solid #65cae0;
}

#smenu-ttl a,
#smenu ul li a {
	color: #fff;
	text-decoration: none;
}

#smenu ul li .nolink {
	color: #7dcddf;
	text-decoration: none;
}

#day1 { width: 24%;margin-right:1%;margin-bottom:15px;height:auto;float: left; }
#day2 { width: 24%;margin-right:1%;margin-bottom:15px;height:auto;float: left; }
#day3 { width: 24%;margin-right:1%;margin-bottom:15px;height:auto;float: left; }
#day4 { width: 24%;margin-right:0;margin-bottom:15px;height:auto;float: left; }
#day5 { width: 32%;margin-right:1.5%;margin-bottom:15px;height:auto;float: left; }
#day6 { width: 32%;margin-right:1.5%;margin-bottom:15px;height:auto;float: left; }
#day7 { width: 32%;margin-right:0;margin-bottom:15px;height:auto;float: left; }
#day8 { width: 32%;margin-right:1.5%;margin-bottom:15px;height:auto;float: left; }
#day9 { width: 32%;margin-right:1.5%;margin-bottom:15px;height:auto;float: left; }
#day10 { width: 32%;margin-right:0;margin-bottom:15px;height:auto;float: left; }

}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

@media (max-width : 480px){

#container {
	width:95%;
	margin:0px auto;
	padding:0px;
}

p { font-size: 16px; }
h3 { font-size: 18px; }

#header {
	width: 100%;
	padding: 45px 0 20px 0;
	z-index: 10;
}

#header #logo {
	width: 100%;
	margin: 0px auto;
	float: none;
	text-align: center;
}

#header #logo img {
	width: 90%;
}


#header #date {
	width:100%;
	text-align:center;
	padding: 0;
	color: #ff769c;
	float: none;
}

#header .share {
	width:100%;
	text-align:center;
	margin: 0 auto;
	padding: 10px 0;
	float: none;
}

#header .share img {
	margin: 0 5px;
}

#navi { display: none; }

#sb-site, .sb-site-container {
}

.sb-slidebar {
	padding: 14px;
	color: #fff;
}

html.sb-active #sb-site, .sb-close {
	cursor: pointer;
}

.sb-toggle-right {
	display: block;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top:10px;
}

.toggle {
	width:70%;
	float:right;
}

#event figure img,
#access figure img,
#facility figure img,
#artist_list figure img {
	width:100%;
	margin-bottom:15px;
}

.figcap {
	display:block;
	width:100%;
	padding:0;
}

.col73-7 {
	width: 100%;
	padding-right: 3%;
	float: left;
}

.col73-3 {
	width: 100%;
	float: left;
}

.colheader {
	width: 100%;
	height: 30px;
	padding-bottom:13px;
	overflow: visible;
	text-align: center;
	z-index: 10;
}

.colheader img {
	zoom: 70%;
}

.inner .col3-1, .inner .col3-3 {
	width: 100%;
	margin-bottom: 20px;
}

.inner .col3-12 {
	width: 100%;
	margin-bottom: 15px;
}

.inner .col3-23 {
	width: 100%;
}

.inner .col2,
.inner .col2-1,
.inner .col2-2 {
	width: 100%;
	margin-bottom: 13px;
}

.artcap2 {
	display:table-cell;
	height:90px;
	padding-left:10px;
}

.button {
	width: 51%;
	margin-bottom: 15px;
}

#smenu {
	padding:40px;
}

#smenu-ttl {
	font-family: 'GnuolaneRg-Bold';
	font-size: 30px;
	background-color: #65cae0;
	padding: 30px;
	text-align: center;
}

#smenu {
	font-family: 'GnuolaneRg-Bold';
	font-size: 30px;
	padding:0 30px;
}

#smenu ul {
	list-style: none;
}

#smenu ul li {
	width: 100%;
	text-align: center;
	margin: 25px 0 0 0;
	padding: 0 0 25px 0;
	border-bottom: 4px solid #65cae0;
}

#smenu-ttl a,
#smenu ul li a {
	color: #fff;
	text-decoration: none;
}

#smenu ul li .nolink {
	color: #7dcddf;
	text-decoration: none;
}

#day1 { width: 49%;margin-right:2%;margin-bottom:10px;height:auto;float: left; }
#day2 { width: 49%;margin-right:0;margin-bottom:10px;height:auto;float: left; }
#day3 { width: 49%;margin-right:2%;margin-bottom:10px;height:auto;float: left; }
#day4 { width: 49%;margin-right:0;margin-bottom:10px;height:auto;float: left; }
#day5 { width: 49%;margin-right:2%;margin-bottom:10px;height:auto;float: left; }
#day6 { width: 49%;margin-right:0;margin-bottom:10px;height:auto;float: left; }
#day7 { width: 49%;margin-right:2%;margin-bottom:10px;height:auto;float: left; }
#day8 { width: 49%;margin-right:0;margin-bottom:10px;height:auto;float: left; }
#day9 { width: 49%;margin-right:2%;margin-bottom:10px;height:auto;float: left; }
#day10 { width: 49%;margin-right:0;margin-bottom:10px;height:auto;float: left; }

.catetxt {
}
.catetxt img {
	width: 50%;
	height :auto;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}


}
