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

h1 {
	margin: 0px;
	padding: 0px 1em;
	font-size: 300%;
	font-weight: bold;
	color: #0050c2;
	line-height: 40px;
	background-image: url("../images/common/bulb.svg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}
h2 {
    margin: 0px;
    padding: 20px 0px;
    box-sizing: border-box;
    font-size: 180%;
    line-height: 1.5;
    font-weight: bold;
	color: #6b6b6b;
}

section p {
	margin: 0px;
	padding: 0.5em 0px;
	font-size: 160%;
	color: #6b6b6b;
}

section p span {
	display: block;
	color: #0050c2;
}
h3,h4 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 180%;
	font-weight: bolder;
	text-decoration: none;
	list-style: none;
}
h3::before,
h4::before {
  position: relative;
  vertical-align: middle;
  bottom: 0px;
  left: 0px; 
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  border-radius: 2px;
  }


h3 {
	color: #0050c3;
	border-bottom: 1px dashed #0050c3;
}
h3::before {
  background: #0050c3;}
h4 {
	color: #6b6b6b;
	border-bottom: 1px dashed #6b6b6b;
}
h4::before {
  background: #6b6b6b;
  }





.venuelist {
	margin: 10px auto 60px auto;
	padding: 0px;
	box-sizing: border-box;
	max-width: 1000px;
}


#future_list {
	border: 1px solid #0050c3;
	background-color: #ffffff;
	border-radius: 10px;
}

#future_list,
#past_list {
	margin: 0px;
	padding: 10px;
}

#future_list dt {
	margin: 0px;
	padding: 0px;
}
#past_list dt {
	margin: 0px;
	padding: 1em 0px 0px 0px;
}
#past_list dt:first-child {
	padding: 0px;
}
#future_list dd {
	margin: 0px;
	padding: 0px;
}
#past_list dd {
	margin: 0px;
	padding: 0px 0px 0.5em 0px;
}

#future_list dd.ticket {
	border-bottom: 1px dashed #0050c3;
}
#future_list dd.ticket:last-child {
	border-bottom: none;
}


#future_list dt,
#future_list dd {
	color: #4d4d4d;
}



.prefecture,
.event_date,
.ticket {
	font-size: 140%;
	font-weight: normal;
	line-height: 20px
}
.event_place {
	font-size: 180%;
	font-weight: bold;
	line-height: 20px
}
.ticket {
	font-weight: bold;
}
.ticket a {
	color: #0050c3;
	text-decoration: underline;
}
.ticket a:hover {
	opacity: 0.7;
}

#past_list dt,
#past_list dd {
	color: #6b6b6b;
}
#past_list dd {
	border-bottom: 1px dashed #6b6b6b;
}
section.illust {
	padding-bottom: 240px;
	box-sizing: border-box;
	background-image: url("../images/highlight/ill_wide.svg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom center;
	background-size: auto 200px;

}



/*===================================メディア切替===================================*/

	/*iphone8、XとXS 375-667のポートレイト*/
@media screen and (min-width: 375px) {
}


	/*iphone8plus、XR、XS Max 414-736のポートレイト*/
@media screen and (min-width: 414px) {
}


	/*iphoneSE 568-320のランドスケープ*/
@media screen and (min-width: 568px) {
}


	/*iphone8 667-375のランドスケープ*/
@media screen and (min-width: 667px) {
}




	/*iphone8plus 736-414のランドスケープ*/
@media screen and (min-width: 736px) {
}



/*iPad Pro 9.7のポートレイト*/
/*ipadmini 1024-768のポートレイト*/
@media screen and (min-width: 768px) {
}



	/*iphone xとxs 375-812のランドスケープ*/
@media screen and (min-width: 812px) {
}



	/*iPad Pro 10.5 834-1112のポートレイト*/
@media screen and (min-width: 834px) {
}


	/*iPad Pro 9.7のランドスケープ*/
	/*iPad Pro 12.9のポートレイト*/
@media screen and (min-width: 1024px) {
	.prefecture,
	.event_date {
        display: inline-block;
        float: left;
	}
}
