@charset "utf-8";
/* CSS Document */


/*------------------------------------------------------------------------全体フォーマット*/
html {
	font-size: 14px;
}

body {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	color: #222;
}


#pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index:100;
}


/*------------------------------------------------------------------------header*/

#wrapper{
	width:96%;
	margin: 1em auto;
}

#wrapper div span{
	font-weight: bold;
}

header div{
	text-align: center;
	margin: 0;
}
h1{
	text-align: center;
	margin: 1em 0;
	font-size: 16px;
	border-top: 2px solid #444;
	border-bottom: 2px solid #444;
	padding: 1em 0;
	font-weight: bold;
}
h1 span{
	font-size: 90%;
	font-weight: normal;
}
.read{
	padding-bottom: 2em;
	margin-bottom: 2em;
}

section{
	width:100%; 
	padding-bottom: 1em;
	margin-bottom: 2em;
	overflow: hidden;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
	position: relative;
	line-height: 2em;
}
h2::before,
h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	height: 4px;
}
h2::before {
	z-index: 2;
	width: 15%;
	background-color: #444;
}
h2::after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
	background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}
h3 {
	margin: 1em 0 .5em;
	font-size: 14px;
	border-bottom: 1px dotted #555;
	font-weight: bold;
}

.box1{
	margin-bottom:1em;
}
.box1 span{
	font-weight: normal !important;
	font-size: 100%;
	display: inline-block;
}
.box1 dl{
	font-weight: normal !important;
	font-size: 100%;
}

.box1 dd{
	margin:  0 0 1em 1em;
}


#booth{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

.box2{
	width: 49%;
	margin-bottom:1em;
}
.box2 img{
	margin: 1em 0 ;
}
#artist{
	margin-top: -4em;
}
#artist .box{
	padding: 10px;
}
#artist .box img{
	width: 100%;
	margin-top: 1em;
}

#hinankunren{
	margin: 1em auto;
	padding: 1.5em;
	background: #FFB6B7;
	font-weight: bold;
}
#drill{
	display: block;
	border: #999 dotted 2px;
	padding: .5em 1em;
	margin-top: 1em;
	background: #fff;
	font-weight: normal !important;
	font-size: 95%;
}
.artist1{
	margin: 1em auto;
	padding: 1em 0;
	overflow: hidden;
}

.artist1 .txt .profile{
	font-size: 90%;
	font-weight: normal !important;
	display: block;
	margin-bottom: 1em;
}

.artist1 h3{
	margin: 0 0 .5em 0;
}
.artist1 .album{
	margin-top: 1.5em;
}
.artist1 .album img{
	margin: 0 auto 1em;
	display: block;
}

#event{
	width: 100%;
	border: 3px solid #ccc;
	padding: 15px;
	margin-bottom: 3em;
}
.eve ul li{
	text-indent: -4em;
	padding-left: 4em;
}

#event .ttl{
	color: #F00;
	border: 1px solid #f00;
	display: block;
	text-align: center;
	margin: .5em 0;
}
.font12{
	font-size: 12px !important;
	text-indent:0 !important;
}
.font11{
	font-size: 11px !important;
}
#caution{
	border: double 6px #9a0002;
	padding: 15px;
}
#caution ul{
	list-style:none;
	font-size: 90%;
}
#caution ul span{
	display: block;
	margin-bottom: 5px;
}
#caution ul li{
	text-indent: -1em;
	padding-left: 1em;
}
#before{
	text-align: center;
	color: #fff;
	padding: 1em 0;
	background: #999;
	margin-top: 1em;
}

#btn a{
	background-color: brown;
	padding: 1em;
	width: 80%;
	margin: 1em auto;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
}
#btn a:hover{
	opacity: .7;
}

#close{
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding:1em;
	background: #777;
	margin-top:1em;
	font-size:95%;
}

#photo{
	margin-top: -4em;
}
.photo{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.photo img{
	width: 49%;
	height: 49%;
	margin-bottom:  .5em;
}

/*-------------------------------------------------footer*/
footer{
	font-size:12px;
	border-top: 1px solid #666;
}
#footer{
	width: 90%;
	margin: 1em auto;
}
.toi{
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dotted #666;
}

/*------------------------------------------------------------------------clearfixハック*/
#contents:after,#top_contents:after,
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#contents,#top_contents,
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html #contents,* html #top_contents,
* html .clear {height: 1%;}
#contents ,#top_contents ,
.clear {display: block;}
/* End hide from IE-mac */


