@charset "utf-8";

/*アイキャッチ*/
h1.page-title,
.page-description {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0px;
}

section {
  margin-top: 60px;
}

/*information*/

section.information{
  margin: 30px;
  line-height: 3rem;
  /* Add border 2019-01-21 M.Ohno */
  margin: 30px auto;
  padding: 20px;
  max-width: 960px;
  border: 3px solid #000000;
}

section.information h2{
  font-size: 2.1rem;
  border-bottom: 1px solid;
  margin: auto;
  max-width: 1030px;
  width: 100%; 
  margin-bottom: 20px;
  line-height: 3rem;
  text-align: center;
}

section.information h2::before{
  content: 'インフォメーション';
  font-size: 2.7rem;
  display: block;
  
}

section.information ul {
  margin: 0 auto;
  text-align: left;
}

/*ひし形*/

/*
.defaultlist {
  list-style-type: none;
}

.defaultlist,
.defaultlist li{
  padding: 0px;
  margin: 10px 0px;
}
*/

.defaultlist li{
  list-style-type: none;
  list-style-image: none;
  margin: 10px 0px;

  /* Add border 2019-01-21 M.Ohno */
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
}


.diamond li{
  position: relative;
  padding-left: 20px;
  line-height: 2rem;
}

.diamond li:after{
  content: '';
  display: block;
  position: absolute;
  background-color: #000;
  width: 9px;
  height: 9px;
  top: 5px;
  left: 5px;
  transform: rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
}

/* コンサート情報 */
.concert {}
.concert .section_header h2,
.artist .section_header h2 {
  padding-left: 100%;
  width: 0;
  height: 156px;
  text-indent: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.concert .section_header .description,
.artist .section_header .description {
  height: 0;
  text-indent: 100%;
  overflow: hidden;  
}

.concert .section_header h2 {
  background-image: url("/wp-content/themes/anges/img/event/concert_title.jpg");
}

/*baner*/

.event{
	background-color: #e5e5e5;
	margin-top: 50px;
	width: 100%;
}

.event_banner{
	padding: 40px 10% 10px;
	justify-content: space-between;
	flex-wrap: wrap;
}
button.slick-prev,
button.slick-next {
  padding: 0;
  width: 25px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
  background-color: transparent;
  background: url(../../img/arrow_black.svg) no-repeat center;
  border: 0;
  outline: none;
}

button.slick-prev {
	position: absolute;
	top: 45%;
	left: 5%;
  z-index: 1000;
}
button.slick-next {
	position: absolute;
	top: 45%;
	right: 5%;
  z-index: 1000;
  transform: rotate(180deg);
}
.slick-dots {
  display: flex;
  list-style-type: none;
  justify-content: center;
}
.slick-dots button {
  margin: 1rem 0.5rem;
  padding: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  background-color: #bfbfbf;
}
.slick-dots .slick-active button {
  background-color: #000;
}


/* Monthly Artist introduction */
.artist .section_header h2 {
  background-image: url("/wp-content/themes/anges/img/event/artist_title.jpg");
}

/*.introduction{
	margin-top: 50px;
}

.introduction_back{
	background-image: url("/wp-content/themes/anges/img/event/back_pink.jpg");
 	background-repeat: no-repeat;
 	text-align: center;
 	height: 260px;
 	background-position: 50%;
}

.introduction_title{
 	top: 50%;
 	height: 140px;
}
*/
/*.skip{
	text-indent: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}
*/
/*.introduction_back div{
	font-size: 1.2rem;
}
*/
.artist_img{
	margin-top: 30px;
	/*width: 100%;*/
	margin-right: 50px;
	margin-left: 50px;
}

.artist_inner{
	/*justify-content: space-between;*/
  flex-wrap: wrap;
}

/*
* Add 2019-02-23 M.Ohno チケット購入方法追加
*/

section.ticket {
	margin: 50px 0 30px; 
}

section.ticket .flex-container {
	margin: 0 auto;
	width: 100%;
}

section.ticket .flex1 {
	margin: 0 auto;
	width: 480px;
}

section.ticket .flex2 {
	margin: 0 auto;
	width: 480px;
}



/* PC */
@media (min-width: 901px){
  section.information h3{
    max-width: 1030px;
  }
  section.information ul {
    max-width: 960px;
  }

	.event {
		max-width: 1200px;
	}
/* Slick導入のため */
	.slick-slide {
		margin: 5px;
	}
/*  .event_banner a {
  	margin: 10px;
  	width: calc( (100% / 5) - 20px );
  	display: block;
  }
*/
  .artist_img {
    max-width:  1100px;
  }
  .artist_img a {
    margin: 5px;
    width: calc( (100% / 5) - 10px );
  }
}

/* tablet portrait */
@media (max-width: 900px){
  header.entry-header {
    margin: 0px -20px;
  }
  section.information {
    margin-left: 0px;
    margin-right: 0px;
  }
  .event {
    margin-top: 0px;
  }
	.slick-slide {
		margin: 5px;
	}
  .artist_img.flex-container {
    /*display: block;*/
  }
  .artist_img {
    margin: 0;
    text-align: center;
  }
  .artist_img a {
    margin: 5px;
    width: calc( (100% / 3) - 10px );
  }
/*  .artist_img img {
    margin-top: 30px;
  }
*/
}

/* Smart phpne landscape */
@media (max-width: 600px){
  .concert .section_header h2,
  .artist .section_header h2 {
    padding-top: 30%;
    padding-left: 0;
    width: 100%;
    height: 0px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
  .artist_img a {
    margin: 5px;
    width: calc( (100% / 2) - 10px );
  }

/* Add M.Ohno Infomation SmartPhone対応 */
  section.information{
    margin: 10px auto;
    padding: 10px;
  }
  section.information h2::before{
    display:none;
  }
  section.information h2::after{
    content: ' ～インフォメーション～';
    font-size: 1.3rem;
    display:inline;
  }
  
  section.information h2{
    font-size: 1.3rem;
  }

  .defaultlist li{
    font-size: 1.3rem;
  }
/* Add M.Ohno Infomation SmartPhone対応 */

}

/* Smart phpne portrait */
@media (max-width: 480px){

/* Add M.Ohno Infomation SmartPhone対応 */
  section.information{
    margin: 10px auto;
    padding: 10px;
  }
  section.information h2::before{
    display:none;
  }
  section.information h2::after{
    content: ' ～インフォメーション～';
    font-size: 1.3rem;
    display:inline;
  }
  
  section.information h2{
    font-size: 1.3rem;
  }

  .defaultlist li{
    font-size: 1.3rem;
  }
/* Add M.Ohno Infomation SmartPhone対応 */


}
