@charset "utf-8";
/* CSS Document */
/* ==========================================================================
	追加の共通事項
   ========================================================================== */
.clearfix:after, .head_box:after, .content_list ul:after, dl.news:after, .exhibitor:after, .sitemap ul:after, footer .inner:nth-child(2):after, .bread:after, .content:after, .inner_box:after, .history_list ul:after, main .list_content .inner:after, .schedule dd dl:after, article .button:after, .schedule dd:after, .musician .announcement dd:after, .main_inner .genre:after, .comment_photo ul:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

p {
	line-height: 1.3em;
}

a {
	color: #666;
}

a:hover {
	text-decoration: none;
}
	
.fade:hover {
	opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.news dd a:hover {
	text-decoration: underline;
	color: #999;
}

.side_menu li a:hover, .text_link:hover {
	text-decoration: underline;
	color: #1d8a60;
}

/* ==========================================================================
	ヘッダー
   ========================================================================== */
header {
	width: 100%;
	position: fixed;
  left: 0;
	top: 0;
	background: #fff;
	z-index: 10;
	border-bottom: 1px solid #e2e2e2;
}

header a {
	text-decoration: none;
}

header a:hover {
	text-decoration: underline;
	color: #1d8a60;
}

.head_box {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0;
}

h1 {
	float: left;
	width: 237px;
}

h1 img {
	width: 100%;
	height: auto;
}

nav {
	float: right;
	position: relative;
}

nav li {
	float: left;
	margin-right: 15px;
	font-size: 14px;
}

nav li:last-child {
	margin-right: 0;
}

.menu {
	margin-top: 40px;	
}

.sub {
	position: absolute;
	top: 10px;
	right: 0;
}

.sub li {
	font-size: 12px;
	float: left;
	margin-left: 15px;
	margin-right: 0;
}

.sub li:before {
	content: url(../img/pc/header_arrow.jpg);
	margin-right: 5px;
}

.now {
	color: #1d8a60;
	font-weight: bold;
}

.nav_sp {
	display: none;
}

/* ==========================================================================
	メイン
   ========================================================================== */

/*カルーセル*/
.slide {
	width: 100%;
}

.slick-slider {
  margin-bottom: 40px;
}

.slide img {
	width: 100%;
	height: auto;
}

.slide img.sp {
	display: none;
}

.slick-dots {
	bottom: -30px;
}

main {
	text-align: center;
	padding-top: 90px;
}

main section {
	background: url(../img/bg.jpg) center top repeat;
	padding: 50px 0;
}

main.top section:nth-child(3) {
	background: #fff;
	padding-bottom: 100px;
}

main.top section:nth-child(4) {
	padding-bottom: 100px;
}

main .inner, footer .inner {
	width: 980px;
	margin: 0 auto;
}

main.top {
  overflow-x: hidden;
}

section h2 {
	text-align: left;
	font-size: 30px;
	margin-bottom: 30px;
}

main.top section h2 {
	margin-bottom: 20px;
}

.link {
	width: 360px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #1d8a60;
	border-radius: 5px;
	font-size: 15px;
	color: #666;
	padding: 20px 0;
	text-align: center;
	display: block;
  text-decoration: none;
	position: relative;
}

.link:after {
	content: " ";
  float: right;
  background: url(../img/pc/link_arrow02_off.png) left top no-repeat;
	display: block;
  height: 18px;
  width: 15px;
	position: absolute;
	right: 15px;
	top: 36%;
}

.link:hover {
	background: #1d8a60;
	color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.link:hover:after {
  background: url(../img/pc/link_arrow02_on.png) left top no-repeat;
}

/*トップページ*/
.content_list li {
	float: left;
	width: 215px;/*235*/
	height: 255px;/*275*/
	margin-right: 10px;
	border: 1px solid #1d8a60;
	background: #fff;
	padding: 10px;
	position: relative;
}

.content_list li:last-child {
	margin-right: 0;
}

.content_list li img {
	position: absolute;
}

.content_list li:first-child img {
	width: 140px;
	height: auto;
	top: 24px;
	left: 50%;
  margin-left: -70px;
}

.content_list li:nth-child(2) img {
	width: 130px;
	height: auto;
	left: 50%;
  top: 20px;
  margin-left: -65px;
}

.content_list li:nth-child(3) img {
	width: 150px;
	height: auto;
	left: 50%;
  top: 18px;
  margin-left: -75px;
}

.content_list li:last-child img {
	width: 138px;
	height: auto;
	left: 50%;
  top: 20px;
  margin-left: -58px;
}

.content_list li h2.title {
	font-size: 20px;
	padding-top: 150px;
	line-height: 1.0em;
	margin-bottom: 10px;
	text-align: center;
}

.content_list li h2.title a {
	color: #1d8a60;
	text-decoration: none;
	margin-bottom: 15px;
}

.content_list li p {
	text-align: left;
	font-size: 14px;
}

/*お知らせ*/
main.top section:nth-child(3) h2 {
  margin-bottom: 10px;
}

.news dt {
	position: absolute;
  margin-top: 13px;
}

.news dd {
  border-bottom: 1px solid #e2e2e2;
  line-height: 2.6em;
  width: 630px;/*980*/
  padding: 10px 0 10px 350px;
	margin: 0;
	text-align: left;
}

.news dd a {
	text-decoration: none;
	color: #333;
}

.news .category {
	background: #1d8a60;
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	width: 237px;
  margin-right: 15px;
	float: left;
}

.date {
	line-height: 36px;
}

main.top .link {
	width: auto;
	font-size: 14px;
	padding: 15px;
	display: inline;
	float: right;
  margin-top: 15px;
}

main.top .link:before {
	content: url(../img/top/pc/link_arrow.png);
	margin-right: 5px;
}

main.top .link:after {
	background: none;
	right: 0;
	top: 0;
	display: none;
}

main.top .link:hover {
	background: rgba(255,255,255,1);
	color: #1d8a60;
}

/*出展者紹介*/
.exhibitor article {
	float: left;
	width: 155px;
	margin: 0 10px 15px 0;
}

.exhibitor article:nth-child(n+7) {
	margin-bottom: 0;
}

.exhibitor article:nth-child(6n), .exhibitor article:last-child {
	margin-right: 0;
}

.exhibitor article:nth-child(n+13) {
	display: none;
}

.exhibitor article img {
	width: 100%;
	height: auto;
	border: 1px solid #e2e2e2;
	margin-bottom: 5px;
}

.exhibitor article p {
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

/* ==========================================================================
	フッター
   ========================================================================== */
footer {
	background: #333;
}

.sitemap {
	border-bottom: 1px solid #666;
	padding: 40px 0;
}

footer h2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}

footer a {
	color: #fff;
}

.sitemap dt {
	position: absolute;
  width: 160px;
  padding-top: 10px;
	color: #fff;
	font-size: 14px;
}

.sitemap dd {
  border-bottom: 1px dashed #666;
  width: 810px;/*980*/
  padding: 10px 0 0 170px;
	margin: 0;
	text-align: left;
	font-size: 14px;
}

.sitemap dd:last-child {
	border: none;
}

.sitemap dd a {
	text-decoration: none;
}

.sitemap dd a:hover {
	text-decoration: underline;
}

.sitemap li {
	float: left;
  margin-right: 15px;
  margin-bottom: 10px;
	line-height: 14px;
}

.sitemap li:last-child {
	margin-right: 0;
}

address {
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
}

footer .inner:nth-child(2) {
	padding: 15px 0;
}

footer .inner:nth-child(2) .sns {
	float: right;
}

footer .inner:nth-child(2) .sns li {
	float: left;
	margin-left: 15px;
	display: flex;
}

/* ==========================================================================
	パン屑
   ========================================================================== */
.bread {
	background: #333;
	padding: 8px 0;
}

.bread ul {
	width: 980px;
	margin: 0 auto;
}

.bread li, .bread li a {
	color: #fff;
	font-size: 12px;
}

.bread li {
	float: left;
}

.bread li:after {
	content: ">";
	margin: 0 5px;
}

.bread li:last-child:after {
	content: none;
}

/* ==========================================================================
	トップページ以降
   ========================================================================== */
.inner_box {
	width: 980px;
	margin: 0 auto;
}

.main_inner {
	float: left;	
	width: 733px;
	margin-right: 10px;	
}

.img_logo {
	float: right;
  margin: 0 0 15px 15px;
}

.main_inner p {
	margin-bottom: 20px;
	line-height: 1.5em;
}

.button li {
	width: 360px;
	margin-right: 10px;
	float: left;
}

.button li:nth-child(2n) {
	margin-right: 0;
}

.button li:nth-child(3) {
	margin-top: 15px;
}

/*歩み*/
.history_list {
	width: 100%;
	background: #fff;
	border: 1px solid #1d8a60;
	border-radius: 5px;
	margin-bottom: 30px;
}

.history_list ul {
	padding-top: 15px;
}

.history_list li {
	float: left;
	margin: 0 0 15px 20px;
	border-right: 1px solid #999;
}

.history_list li:after {
	content: "▼";
	color: #1d8a60;
	margin-right: 15px;
}

.history_list li a {
	text-decoration: none;
	padding-right: 5px;
}

.history_list li a:hover {
	text-decoration: underline;
}

.list_content {
	border: 1px solid #999;
	background: #fff;
	margin-bottom: 30px;
}

.list_content:last-child {
	margin-bottom: 0;
}

.list_content h3 {
	background: #ececec;
	font-size: 20px;
	text-align: center;
	padding: 20px 0;
}

main .list_content .inner {
	padding: 15px;
	width: 703px;
}

.visual, .list_content table {
	float: left;
	width: 49%;
	margin-right: 10px;
}

.list_content table {
	margin-right: 0;
}

.visual {
	text-align: center;
}

.visual img {
	width: 100%;
	height: auto;
	border: 1px solid #e2e2e2;
}

/*表組*/
.list_content table th, .list_content table td {
	padding: 15px 0;
	border-bottom: 1px solid #e2e2e2;
	font-size: 14px;
}

.list_content table th {
	width: 25%;
	vertical-align: top;
}

.list_content table td {
	width: 75%;
}

.list_content table th.end, .list_content table td.end {
	border-bottom: none;
	padding-bottom: 0;
}

.list_content table td p {
	margin-bottom: 0;
}

.text_link {
  display: inline-block;
  float: right;
}

.text_link:before {
	content: url(../img/pc/header_arrow.jpg);
  margin-right: 5px;
	display: block;
	float: left;
}

.list_content table span {
	font-weight: bold;
}

/*開催情報*/
.info ul {
	list-style-type: disc;
	padding-left: 20px;
}

.info li {
	margin-bottom: 5px;
	line-height: 1.5em;
}

.info li:last-child {
	margin-bottom: 0;
}

.info li p:after {
	content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.info .button ul {
  list-style-type: none;
  padding-left: 0;
}

.info .button ul li:last-child {
  margin-right: 0;
}

.comment {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #999;
	background: #fff;
	padding-top: 20px;
}

.comment_photo {
  width: 90%;
  margin: 0 auto 15px;
}

.comment_photo ul {
	list-style-type: none;
	padding: 0;
}

.comment_photo li {
	float: left;
	margin: 0 15px 0 0;
	width: 48.6%;
}

.comment_photo li:last-child {
	margin-right: 0;
}

.comment_photo li img {
	width: 100%;
	height: auto;
}

.comment p {
	font-size: 14px;
	padding: 0 15px;
	margin-bottom: 10px;
}

.comment p:first-child {
	padding-top: 15px;
}

.comment p:last-child {
	padding-bottom: 15px; 
	margin-bottom: 0;
}

.comment p strong {
	margin-bottom: 10px;
}

.about {
	margin-bottom: 20px;
}

.about h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

.about p {
	font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.about p:last-child {
	margin-bottom: 0;
}

.info article h3 {
	padding-left: 0;
}

.info h4 {
	margin-bottom: 10px;
	font-weight: bold;
}

.exhibitor_td {
	font-size: 12px;
}

/*ライブ情報*/
img.live_top {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.musician article {
	border-bottom: 1px solid #e2e2e2;
}

.musician .photo {
	margin-bottom: 15px;
}

.musician .photo img {
	float: left;
  width: 49%;
	height: auto;
  margin: 0 15px 15px 0;
}

.musician article:nth-child(2n) .photo img {
	float: right;
	margin: 0 0 15px 15px;
}

.info .musician .photo h4 {
	font-size: 22px;
	margin-bottom: 15px;
}

.musician .photo p {
	font-size: 14px;
}

.musician .photo p:last-child {
	margin-bottom: 0;
}

.info .prof_link ul {
	list-style-type: none;
	/*margin-bottom: 15px;*/
	padding-left: 0;
}

.prof_link li {
	font-size: 14px;
	text-align: right;
}

.prof_link li a {
	display: inline-block;
	word-break: break-all;
}

.link_web:before, .link_fb:before, .link_flickr:before, .link_insta:before, .link_tumblr:before {
	content: " ";
  float: left;
  position: relative;
  top: 0;
  background: url(../img/icon_web.png) center center no-repeat;
	background-size: 16px 15px;
  display: block;
  height: 15px;
  width: 16px;
	margin-right: 5px;
}

.link_fb:before, .link_flickr:before, .link_insta:before {
  background: url(../img/icon_fb.png) center center no-repeat;
	background-size: 15px 15px;
  height: 15px;
  width: 15px;
}

.link_flickr:before {
  background: url(../img/icon_flickr.png) center center no-repeat;
}

.link_insta:before {
  background: url(../img/icon_insta.png) center center no-repeat;
}

.link_tumblr:before {
  background: url(../img/icon_tumblr.png) center center no-repeat;
}

.musician dl {
    padding-bottom: 15px;
}

.musician dt {
	font-size: 16px;
  margin-bottom: 10px;
	font-weight: bold;
}

.musician dd {
	font-size: 14px;
	margin: 0 0 15px;
	line-height: 1.5em;
}

.musician dt.live_info, .exhibitor_area article dd button {
	cursor: pointer;
	background: rgba(255, 255, 255, 0.6);
  border: 1px solid #1d8a60;
  border-radius: 5px;
	color: #666;
	padding: 7px 35px 7px 10px;
	font-size: 14px;
  position: relative;
	font-weight: normal;
	width: auto;
  display: inline-block;
}

.musician dt.live_info:hover, .exhibitor_area article dd button:hover {
  background: #1d8a60;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.musician dt.live_info:after, .exhibitor_area article dd button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #0F594D;
  border-top: 2px solid #0F594D;
  -webkit-transform: translate(32px, -5px) rotate(135deg);
  -ms-transform: translate(32px, -5px) rotate(135deg);
  transform: translate(32px, -5px) rotate(135deg);
  transition: border-color .3s ease, -webkit-transform .6s ease;
  transition: border-color .3s ease, transform .6s ease;
}

.musician dt.live_info:hover:after, .exhibitor_area article dd button:hover:after {
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.musician dt.live_info.is-active:after, .exhibitor_area article dd button.is-active:after {
  -webkit-transform: translate(32px, -2px) rotate(-45deg);
  -ms-transform: translate(32px, -2px) rotate(-45deg);
  transform: translate(32px, -2px) rotate(-45deg);
}

.live_info + dd {
	display: none;
}

.announcement {
	margin-bottom: 15px;
	border: 1px solid #999;
  background: #fff;
}

.announcement:last-child {
	margin-bottom: 0;
}

.announcement .title {
  background: #ececec;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
	margin-bottom: 10px;
}

.announcement dl {
	padding: 0 10px 10px;
}

.musician .announcement dt, .musician .announcement dd {
	font-size: 14px;
	font-weight: normal;
}

.musician .announcement dt {
 	position: absolute;
  margin: 13px 0 0;
}

.musician .announcement dt:before, .musician .announcement dt:after {
	content: none;
	margin-right: 0;
}

.musician .announcement dd {
	border-bottom: 1px solid #e2e2e2;
  width: 640px;
  padding: 10px 0 10px 70px;
  margin: 0;
  text-align: left;
}

.musician .announcement dd:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.musician .announcement dd span {
	font-weight: bold;
}

.main_inner p.copy {
	text-align: center;
	margin: 15px 0;
	line-height: 2.0em;
}

/*会期中スケジュール*/
.schedule {
	border: 1px solid #999;
	background: #fff;
}

.schedule h3 {
	background: #1d8a60;
	font-size: 20px;
	padding: 15px;
	color: #fff;
}

.schedule dd {
	padding: 15px;
	margin: 0;
}

.schedule dd.dd02 {
	padding-bottom: 0;
}

.schedule .date {
	margin: 0 0 10px;
	font-weight: bold;
}

.schedule dd p:last-child {
	margin-bottom: 0;
}

.dd02 div {
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
}

.note {
	font-size: 14px;
}

.note:before {
	content: "※";
	margin-right: 5px;
}

.schedule dd dl {
	width: 700px;
}

.schedule dd dt, .schedule dd dd {
	float: left;
}

.schedule dd dt {
	width: 70px;
	padding-bottom: 5px;
}

.schedule dd dd {
	width: 630px;
	padding: 0 0 5px;
}

.schedule dd dd:before {
  content: "：";
}

/*募集要項*/
.list_content.small {
	width: 490px;
	margin: 0 auto 30px;
}

main .list_content.small .inner {
	width: 460px;
	padding: 0 15px 15px
}

.list_content.small table {
	width: 100%;
}

.list_content.small table th {
	width: 160px;
	padding: 15px 0;
}

.list_content.small table th, .list_content.small table td {
	font-size: 16px;
}

.list_content.small table td {
	width: 290px;
	padding: 15px 0;
}

.list_content.small table th.end, .list_content.small table td.end {
	padding: 15px 0 0;
}

article {
	margin-bottom: 40px;
}

article h3 {
	font-size: 24px;
  border-bottom: 3px solid #1d8a60;
  padding: 0 0 10px 10px;
	margin-bottom: 20px
}

article .list_content h3 {
  border: none;
  margin-bottom: 0;
}

article h3 .no {
	font-family: 'Libre Baskerville', serif;
	color: #1d8a60;
  font-size: 34px;
  margin-right: 10px;
  font-weight: bold;
}

.link.pdf:after {
	content: " ";
  float: right;
  background: url(../img/icon_pdf_off.png) left top no-repeat;
	display: block;
  height: 29px;
  width: 24px;
	position: absolute;
	right: 15px;
	top: 23%;
  background-size: 24px auto;
}

.link.pdf:hover:after {
  background: url(../img/icon_pdf_on.png) left top no-repeat;
  background-size: 24px auto;
}

.only {
	width: 360px;
  margin: 0 auto;
}

.attention {
	color: #f00;
}

/*搬入・搬出に来られない方へ*/
.example {
	width: 640px;
	margin: 0 auto 20px;
}

.example p {
	margin-bottom: 10px;
}

.example p:before {
	content: "▼";
	margin-right: 5px;
}

.example img {
	border: 1px solid #e2e2e2;
}

.link.download:after {
	content: " ";
  float: right;
  background: url(../img/icon_download_off.png) left top no-repeat;
	display: block;
  height: 31px;
  width: 26px;
	position: absolute;
	right: 15px;
	top: 25%;
  background-size: 26px auto;
}

.link.download:hover:after {
  background: url(../img/icon_download_on.png) left top no-repeat;
  background-size: 26px auto;
}

/*参加規約*/
.agreement ol {
	list-style-type: decimal;
	padding-left: 40px;
}

.agreement h3 {
  line-height: 1.3em;
  margin-bottom: 10px;
}

.agreement ul {
	list-style-type: disc;
}

.agreement li {
	line-height: 1.3em;
	margin-bottom: 20px;
}

.agreement li li {
	margin-bottom: 10px;
}

/*物販について*/
.caution_box {
	width: 490px;
	margin: 0 auto;
	border: 1px solid #f00;
	background: #fff;
}

.caution_box h3 {
	font-size: 20px;
	padding: 15px 0 0;
	margin-bottom: 15px;
	color: #f00;
	text-align: center;
	border: none;
}

.caution_box h3 img {
	width: 22px;
	height: auto;
	margin: 0 5px;
}

.caution_box ul {
	padding: 0 15px 15px;
}

.caution_box li {
	line-height: 1.3em;
	margin-bottom: 10px;
}

.caution_box li:before {
	content: "★";
	margin-right: 5px;
}

.caution_box li:last-child {
	margin-bottom: 0;
}

.date .note {
	font-weight: normal;
}

/*出展者紹介*/
.exhibitor_area article {
	float: left;
	width: 339px;
	margin: 0 10px 10px 0;
	padding: 10px;
	border: 1px solid #999;
  background: #fff;
}

.exhibitor_area article:nth-child(2n) {
	margin-right: 0;
}

.exhibitor_area article:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}

.exhibitor_area article dt {
	height: 100px;
}

.prof_img, .exhibitor_area article .info {
	float: left;
}

.prof_img {
	width: 100px;
	height: 100px;
	margin-right: 5px;
}

.prof_img img {
	width: 100%;
	height: auto;
}

.exhibitor_area article .info {
	width: 234px;
}

.info .prof_link li {
	font-size: 12px;
	line-height: 1.0em;
}

.info .prof_link li a {
	line-height: 1.2em;
}

.exhibitor_area article .link_web:before, .link_fb:before, .link_flickr:before, .link_insta:before, .link_tumblr:before {
	background-size: 12px 12px;
  height: 12px;
  width: 12px;
}

.main_inner .genre {
	width: 100%;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 5px;
}

.main_inner .genre li {
	font-size: 11px;
	padding: 5px 8px;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
	line-height: 1.0em;
	margin-right: 10px;
	float: left;
}

/*写真*/
.genre .photo {
	background: #0066cc;
}

/*絵*/
.genre .paint {
	background: #ff6666;
}

/**/

/*その他*/
.genre .other {
	background: #ff9900;
}

.exhibitor_area h3 {
	font-size: 16px;
	line-height: 1.3em;
	border-bottom: none;
	padding: 0;
	margin: 0 0 10px;
}

.exhibitor_area article dd {
	margin: 10px 0 0;
}

.prof_none {
	display: none;
	height: 0;
}

.exhibitor_area article dd button {
	width: 100%;
	background: #e2e2e2;
	border: 1px solid #e2e2e2;
}

.exhibitor_area article dd button:after {
	margin-left: 5px;
}

.exhibitor_area article dd button:hover {
	border: 1px solid #1d8a60;
}

.exhibitor_area article dd p {
	display: none;
	font-size: 12px;
  margin: 10px 0 0;
  background: #f9f9f9;
  padding: 10px;
}

/* ==========================================================================
	サイドメニュー
   ========================================================================== */
.side_menu {
	float: right;
	width: 235px;
	border: 1px solid #1d8a60;
}

.side_menu h2 {
	background: #1d8a60;
	padding: 15px 10px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 0;
}

.side_menu li {
	border-bottom: 1px solid #1d8a60;
	padding: 15px 10px 15px 30px;
	background: #fff;
	position: relative;
}

.side_menu li:last-child {
	border-bottom: 0;
}

.side_menu li:before {
	content: " ";
  float: left;
  background: url(../img/pc/sidemenu_arrow.jpg) left top no-repeat;
	display: block;
  height: 16px;
  width: 16px;
	position: absolute;
	left: 10px;
	top: 30%;
}

.side_menu li a {
	text-decoration: none;
	font-size: 16px;
}


.sp {
	display: none;
	
}

/* ==========================================================================
	横幅640px
   ========================================================================== */
@media screen and (max-width: 640px){
	img {
		width: 100%;
		height: auto;
	}
	
	a:hover {
		text-decoration: none;
	}
		
	.fade:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
	}
	
	.pc, #slide-menu {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	.nav_sp #slide-menu .sns:after, .exhibitor_area article dt:after {
		content: ".";  /* 新しいコンテンツ */
		display: block;
		clear: both;
		height: 0;
		visibility: hidden; /* 非表示に */
	}
	
	/*ヘッダー*/
	header a {
    color: #333;
	}
	
	header a:hover {
		text-decoration: none;
		color: #333;
	}
	
	.head_box {
    width: 98%;
    padding: 10px 0;
	}
	
	h1 {
		height: 60px;
		width: auto;
	}
	
	h1 img {
		height: 60px;
		width: auto;
	}
	
	nav {
		display: none;
	}
	
	.nav_sp {
		display: block;
	}
	
	#slide-button img {
		width: 60px;
	}
	
	body.open #slide-menu {
    box-shadow: 5px 0 5px 10px rgba(0,0,0,0.4);
	}
	
	/*スライドメニュー*/
	#slide-menu {
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    background: #fff;
    display: block;
	}
	
	section.head_box h2 {
		font-size: 20px;
		padding: 15px 0;
		background: #333;
		margin: 0;
		color: #fff;
		text-align: center;
	}
	
	.close {
		color: #fff;
		position: absolute;
		right: 15px;
		top: 15px;
    font-size: 26px;
	}
	
	.nav_sp #slide-menu li {
    float: none;
    margin: 0;
	}
	
	.nav_sp #slide-menu li, .nav_sp #slide-menu li li {
		font-size: 20px;
	}
	
	.nav_sp #slide-menu li h3 {
		font-weight: normal;
		position: relative;
		padding: 15px 15px 15px 40px;
		font-size: 20px;
		border-bottom: 1px solid #1d8a60;
	}
	
	.nav_sp #slide-menu li:last-child h3 {
		border-bottom: 0;
	}
	
	.nav_sp #slide-menu li h3:before, .nav_sp #slide-menu li li a:before {
		content: " ";
		float: left;
		background: url(../img/sp/sidemenu_open.png) left top no-repeat;
		display: block;
		height: 20px;
		width: 20px;
		background-size: 20px auto;
		position: absolute;
		left: 10px;
		top: 15px;
	}
	
	.nav_sp #slide-menu li h3.close {
		color: #333;
		top: 0;
		right: 0;
	}
	
	.nav_sp #slide-menu li ul {
		display: none;
	}
	
	.nav_sp #slide-menu li li {
		border-bottom: 1px solid #1d8a60;
		padding: 15px;
	}
	
	.nav_sp #slide-menu li li a {
		position: relative;
		padding-left: 40px;
    display: block;
	}
	
	.nav_sp #slide-menu li li a:before {
		background: url(../img/sp/sidemenu_arrow.png) left top no-repeat;
		background-size: 20px auto;
		top: 0;
	}
	
	.nav_sp #slide-menu footer {
		padding: 10px 0;
	}
	
	.nav_sp #slide-menu address {
		text-align: center;
		margin-bottom: 5px;
		width: 100%;
		float: none;
	}
	
	.nav_sp #slide-menu .sns {
    width: 96%;
    margin: 0 auto;
	}
	
	.nav_sp #slide-menu .sns li {
		float: left;
		margin-right: 10px;
		display: flex;
	}
	
	.nav_sp #slide-menu .sns li:last-child {
		margin-right: 0;
	}
	
	/*カルーセル*/
	.slide img.pc {
		display: none;
	}

	.slide img.sp {
		display: block;
	}
	
	/*メイン*/
	main {
		padding-top: 81px;
	}
	
	main section {
		width: 100%;
		padding: 30px 0;
	}
	
	.inner_box, footer .inner, main.top .inner {
		width: 96%;	
	}
	
	.main_inner {
		width: 100%;
		margin-right: 0;
	}
	
	.button li {
    width: 49%;
	}

	.link {
		width: 100%;
	}
	
	.caution_box {
    width: 100%;
	}
	
	.only {
		width: 100%;
	}
	
	section h2 {
		margin-bottom: 20px;
	}
	
	/*アンデパンダン展とは*/
	.img_logo {
    float: none;
    margin: 0 auto 15px;
    width: 80%;
	}
	
	/*歩み*/
	article .list_content h3 {
		padding: 15px 0;
	}
	
	main .list_content .inner {
		width: 100%;
		padding: 0;
	}
	
	.visual {
		width: 100%;
		float: none;
		margin-top: 15px;
	}
	
	.visual img {
		width: 80%;
	}
	
	.list_content table {
		width: 96%;
		margin: 0 auto;
		float: none;
	}
	
	.list_content table th, .list_content table td {
		padding: 15px 0;
	}
	
	.list_content table th.end, .list_content table td.end {
		padding-bottom: 15px;
	}
	
	/*募集要項*/
	.list_content.small {
    width: 90%;
	}

	main .list_content.small .inner {
    width: 100%;
    padding: 0 0 15px;
	}
	
	.list_content.small table {
    width: 96%;
	}
	
	.list_content.small table th {
    width: 30%;
	}
	ｓ
	.list_content.small table td {
    width: 70%;
	}
	
	/*開催までの参加者スケジュール*/
	.schedule dd dl {
    width: 100%;
	}

	.schedule dd dt {
    width: 20%;
	}

	.schedule dd dd {
    width: 80%;
	}

	.side_menu {
		display: none;
	}
	
	/*ライブ情報*/
	.info .musician .photo h4 {
		line-height: 1.3em;
	}
	
	.musician .announcement dd {
		width: 85%;
    padding-left: 15%;
	}
	
	.musician article:nth-child(2) .photo {
    min-height: 340px;
	}
	
	/*出展者紹介*/
	.exhibitor_area {
    width: 100%;
	}
	
	.exhibitor_area article {
    width: 100%;
    padding: 0;
		float: none;
    margin: 0 0 15px;
	}
	
	.exhibitor_area article:nth-last-of-type(-n+2) {
    margin-bottom: 15px;
	}

	.exhibitor_area article:last-child {
		margin-bottom: 0;
	}
	
	.exhibitor_area article dl {
		width: 96%;
		margin: 0 auto;
	}
	
	.exhibitor_area article dt {
    height: auto;
		padding: 10px 0;
	}
	
	.prof_img {
		width: 30%;
    height: auto;
	}
	
	.exhibitor_area article .info {
    width: 67%;
	}
	
	.exhibitor_area article dd {
    margin: 0 0 10px;
	}
	
	/*開催のご案内*/
	.info .button.only {
		width: 360px;
	}
	
	.info .button.only li {
		width: 100%;
	}
	
	.comment_photo li {
		width: 48%;
	}
	
	.comment p {
		padding: 0 10px;
	}

	.comment p:first-child {
		padding-top: 10px;
	}
	
	.comment p:last-child {
		padding-bottom: 10px;
	}

	/*トップページのみ*/
	.content_list li {
		width: 100%;
		height: auto;
    margin-right: 0;
    padding: 15px 0;
    margin-bottom: 15px;
	}
	
	.content_list li:last-child {
    margin-right: 0;
    margin-bottom: 0;
	}
	
	.content_list li .fade {
		float: right;
		width: 49%;
		margin-left: 10px;
		text-align: center;
	}
	
	.content_list li div {
		float: left;
		width: 49%;
	}
	
	.content_list li img, .content_list li:first-child img, .content_list li:nth-child(2) img, .content_list li:nth-child(3) img, .content_list li:last-child img {
		position: relative;
		width: 80%;
		right: 0;
		top: 0;
		margin: 0;
		left: 0;
	}
	
	.content_list li h2.title {
		padding-top: 0;
		text-align: left;
		margin: 0 0 15px 15px;
	}
	
	.content_list li h2.title a {
		margin-bottom: 0;
	}
	
	.content_list li p {
		margin-left: 15px;
	}
	
	.news, .news dd {
    width: 100%;
	}
	
	.news dt {
		width: 100%;
		position: relative;
	}
	
	.news dd {
    padding-left: 0;
		line-height: 1.5em;
	}
	
	.news .category {
    width: auto;
    padding: 8px 15px;
    font-size: 16px;
	}
	
	.date {
    line-height: 32px;
	}
	
	.example {
		width: 100%;
	}
	
	/*トップページの出展者*/
	.exhibitor article {
    width: 31%;
    margin-right: 3%;
	}
	
	.exhibitor article:nth-child(3n) {
    margin-right: 0;
	}
	
	.exhibitor article:nth-child(n+7) {
    margin-bottom: 15px;
	}
	
	.exhibitor article:nth-child(n+10) {
    margin-bottom: 0;
	}
	
	.exhibitor article p {
		font-size: 12px;
	}

	/*フッター*/
	.sitemap {
		display: none;	
	}
	
	/*パン屑*/
	.bread ul {
		width: 96%;
	}
	
	.now a {
		color: #1d8a60;
	}
}


/* ==========================================================================
	横幅540px
   ========================================================================== */
@media screen and (max-width: 540px){

	/*トップページのみ*/
	.content_list li .fade, .content_list li div {
    width: 48%;
	}
	
	main.top section:nth-child(3) {
		padding-bottom: 90px;
	}

	section h2 {
		font-size: 24px;
	}

	.news .category {
    font-size: 14px;
    padding: 5px 8px;
		margin-right: 10px;
	}
	
	.date {
    line-height: 26px;
	}
	
	main.top .link {
    padding: 10px;
	}
	
	.list_content h3 {
		padding: 15px 0;
	}
	
	.caution_box h3 {
    font-size: 16px;
    margin-bottom: 10px;
	}
	
	.caution_box h3 img {
    width: 16px;
	}
	
	.caution_box li {
    font-size: 14px;
	}
	
	/*ライブ情報*/
	.info .musician .photo h4 {
		font-size: 18px;
	}
	
	/*スライドメニュー*/
	.nav_sp #slide-menu li h3 {
    font-size: 16px;
    padding-left: 30px;
	}
	
	.nav_sp #slide-menu li h3:before, .nav_sp #slide-menu li li a:before {
    width: 16px;
    height: 16px;
    background-size: 16px auto;
	}
	
	.nav_sp #slide-menu li li {
    font-size: 16px;
	}
	
	.nav_sp #slide-menu li li a:before {
    background-size: 16px auto;
	}
	
	.nav_sp #slide-menu li li a {
    padding-left: 30px;
	}
	
	.schedule h3 {
    font-size: 18px;
    padding: 10px;
	}
	
	.button li {
    float: none;
    width: 100%;
    margin: 0 0 10px;
	}
	
	article {
    margin-bottom: 30px;
	}
	
	article h3 {
    margin-bottom: 10px;
	}
	
	.schedule dd {
    padding: 10px;
	}
	
	article h3 {
    font-size: 20px;
	}
	
	article h3 .no {
    font-size: 28px;
}
	
	/*フッター*/
	address {
    float: none;
    text-align: center;
		margin-bottom: 5px;
	}
	
	footer .inner:nth-child(2) .sns:after {
    position: relative;
		width: 80%;
		right: 0;
		top: 0;
		margin: 0;
		left: 0;
	}
	
	footer .inner:nth-child(2) .sns {
    float: none;
    width: 235px;
		margin: 0 auto;
		display: table;
	}
	
	footer .inner:nth-child(2) .sns li:last-child {
    margin-right: 0;
	}
}

/* ==========================================================================
	横幅480px
   ========================================================================== */
@media screen and (max-width: 480px){
	h1 {
    height: 50px;
	}
	
	h1 img {
    height: 50px;
    width: auto;
	}
	
	#slide-button img {
    width: 50px;
	}
	
	main, main.top {
    padding-top: 70px;
	}
	
	/*カルーセル*/
	.slick-dots li button:before {
		font-size: 14px;
	}
	
	/*開催情報*/
	.info h4 {
		line-height: 1.5em;
	}

	.info .button.only {
		width: 100%;
	}
	
	.info .button.only li {
		width: 100%;
	}
	
	.comment_photo li {
    width: 100%;
    margin: 0 0 10px;
	}
	
	.info article li p {
    font-size: 14px;
	}
	
	.info article li p:last-child {
		margin-bottom: 15px;
	}
	
	.info article li .comment p:last-child {
		margin-bottom: 0;
	}
	

	/*ライブ情報*/
	.prof_link {
    width: 52%;
    padding-left: 48%;
	}
	
	.musician article:nth-child(2n) .prof_link {
    padding-left: 0;
	}
	
	.main_inner p {
		margin-bottom: 10px;
	}
	
	.main_inner .musician p:last-child {
		margin-bottom: 0;
	}
	
	.announcement .title {
		padding: 10px;
	}
	
	.musician .announcement dd {
		width: 76%;
    padding-left: 24%;
	}
	
	.musician article:nth-child(2) .photo {
    min-height: 0;
	}
	
	/*スケジュール内*/
	.schedule dd dt {
    width: 25%;
	}
	
	.schedule dd dd {
		width: 75%;
	}
	
	/*出展者紹介*/
	.exhibitor_area h3 {
		font-size: 14px;
	}
	
	.info .prof_link {
		width: 100%;
    padding: 0;
	}
	
	.exhibitor_area article dd button {
		padding: 10px 0;
	}
	
	.exhibitor_area article dd button:after {
    margin-left: 20px;
	}
}

.mb_none {
	margin: 0;
}