@charset "UTF-8";

html, * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
	font-size: 16px;
}

body {
	font-family: 'Noto Serif JP', serif;
}

	

/* 画面幅が768px以上のとき */
@media screen and (min-width: 768px) {
  /* PC用のスタイルを指定する */

.header_box {
  width:100%;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #2A1F14;
  font-size: 3rem;
  font-family: 'Libre Baskerville', serif;
  color: rgba(255,222,130,1);
  text-align: center;
  line-height: 100%;
}
.header_box span{
  font-size: 1.8rem;
}

.header_br {
  display: none;
}

/*hero*/
.hero_top{
  width: 100%;
  height: 500px;
}

.heroimg {
  width: 100%;
	height: 100%;
	object-fit: cover;
} 

.phoneimg {
  display: none;
}



/*about*/
.about {
	padding-top: 70px;
	padding-bottom: 70px;
	color: #2A1F14;
	background-color:	#DCC89A;
}
		
.about h2{
	width: 60%;
	margin: 0 auto 20px auto;
	text-align: center;
	font-size: 3.1rem;
	font-family: 'Libre Baskerville', serif;
	line-height: 50%;
	letter-spacing: 0.3em;
}

.about h2 span{
	font-size: 1rem;
}

.about_table02 {
  display: none;
}

.about_table01{
	width: 700px;
	margin: 0 auto;
	font-family: 'Libre Baskerville', serif;
}

.about_table01 td {
	padding: 20px 0 20px 0;
	font-size: 1.2rem;
}

.text-b {
	 font-weight: bold;
}

.about_table01 tr td:nth-child(even){
	font-size: 1.8rem;
}

.about a {
  margin-left: 10px;
  text-decoration:none;
}


/* アーティスト */
.artist {
	padding-top: 70px;
	padding-bottom: 70px;
	color: rgba(255,222,130,1);
	background-color: #2A1F14;
}

.artist h2{
	width: 60%;
	margin: 0 auto 20px auto;
	text-align: center;
	font-size: 3.1rem;
	font-family: 'Libre Baskerville', serif;
	line-height: 50%;
	letter-spacing: 0.3em;
	}

  .artist h2 span{
	font-size: 1rem;
}

.artist_box {
	letter-spacing: 0.1em;/*字間*/
	width: 700px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 50px;
	}

	.artist_left  {
		width: 338px;
		height: 548px;
	}
	
	#artist_img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.artist_right {
		width: 307px;
	}

	.artist_name{
		margin-bottom: 20px;
	}

	#artist_name01{
		font-size: 32px;
		margin-bottom: 8px;
	}

  .name02_br {
    display: none;
  }

	#artist_detail {
		width: 280px;
		margin-bottom: 20px;
		white-space: pre-line;/*自動で改行*/
		line-height: 1.7em;
	}

	#artist_link a {
		color: inherit;
		text-decoration: none;
	}
	

/* チケット */

.ticket {
  padding-top: 70px;
  padding-bottom: 70px;
  color: #2A1F14;
  background-color:	#DCC89A;
}

.ticket h2 {
	width: 60%;
	margin: 0 auto 20px auto;
	text-align: center;
	font-size: 3.1rem;
	font-family: 'Libre Baskerville', serif;
	line-height: 50%;
  letter-spacing: 0.3em;
}
.ticket h2 span {
	font-size: 1rem;
	}

.ticket_pricebox02 {
  display: none;
}

.ticket_price02 {
  display: none;
}

.ticket table{
	width: 700px;
	margin: 0 auto;
	font-family: 'Libre Baskerville', serif;
  border-spacing: 10px; /*テーブルセル間隔調整*/
}

.ticket table td{
 vertical-align: top;
}

.ticket_price{
  font-size: 1.2rem;
	width: 30%;
  font-weight: bold;
}

.ticket table .ticket_text_n{
	font-size: 1.2rem;
  font-weight: bold;
}

.ticket table .ticket_text_l{
	font-size: 3.7rem;
}

.ticket_price_red02{
  font-weight: bold;
font-size: 2rem;
}

.ticket_price_red{
	color:#AE2C0B;
}

.ticket_detail{
 font-weight: bold;
}

.ticket_price03box {
  width: 100%;
  height: 108px;
  font-size: 1.2rem;
  font-family: 'Libre Baskerville', serif;
  font-weight: bold;
 }

.ticket_price03 {
  width: 700px;
  margin:30px auto 0 auto;
  display: flex;
  background-color: #C46200;
}

.ticket_price03 p {
  width: 200px;
  font-size: 25px;
  margin: 30px auto 30px auto ;
  line-height: 100%;
}

.ticket02_text {
  display: none;
}

#yajirusi_img {
  height: 108px;
  padding: 24px 24px 24px 0;
}

.ticket_price03 img { 
  width: 28px;
  height: 55.23px;
}





/*.ticket_price03box  {
  margin: 30px auto 0 auto;
  display: flex;
  width: 700px;
  background-color: #C46200;
}

.ticket_price03 p {
  font-size: 30px;
  padding: 70px 0 70px 130px;
  margin-right: 77px;
}

.ticket02_text {
  display: none;
}

#yajirusi_img {
  margin: 57px 40px 0 0;
}

#yajirusi_img img {
  width: 28px;
  height: 55.23px;
}*/

.ticket a {
  color: inherit;
  text-decoration: none;
}

#ticket_tel {
  font-size: 20px;
  margin-top: 40px;
  text-align: center;
}
.tel_br {
  display: none;
}

.tel-link {
  font-size: 20px;
}



/*ノベルティ*/
.novelty {
padding-top: 70px;
padding-bottom: 70px;
color:  rgba(255,222,130,1);
background-color: #2A1F14;
}

.novelty h2{
width: 60%;
margin: 0 auto 20px auto;
text-align: center;
font-size: 3.1rem;
font-family: 'Libre Baskerville', serif;
line-height: 50%;
letter-spacing: 0.2em;
}

.novelty h2 span{
font-size: 1rem;
}
  
.novelty_box {
width: 686px;
display: flex;
justify-content: space-between;
margin: 0 auto;
padding-top: 70px;
background-color:#2A1F14;
}

.novelty_left {
width: 197px;
}
  
#novelty_detail{
color: rgba(255,222,130,1);
line-height: 1.5em;
width: 197px;
}
  
#novelty_detail02 {
color: rgba(255,222,130,1);
padding-top: 2em;
}
  
.novelty_right  {
  width: 467px;
  height: 467px;
}

#novelty_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

		


/*アクセス*/

.access {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #DCC89A;
}

.access h2{
width: 60%;
margin: 0 auto 20px auto;
text-align: center;
font-size: 3.1rem;
font-family: 'Libre Baskerville', serif;
line-height: 50%;
letter-spacing: 0.2em;
}

.access h2 span{
font-size: 1rem;
}

.access_box {
width: 821px;
display: flex;
justify-content: space-between;
margin: 0 auto;
padding-top: 70px;
background-color: #DCC89A;
}

.access_left {
	width: 351px;
}

#access_left_title {
	font-size: 30px;
	color: #2A1F14;
	padding-bottom: 10px;
}

#address{
	font-size: 20px;
	color: #2A1F14;
	line-height: 1.5em;
	width: 351px;
}

#access_tel {
  color: #2A1F14;
	padding-top: 130px;
}

#access_tel p {
	font-size: 30px;
}

.access_right {
	width: 474px;
}

#access_right_title{
	padding-bottom: 30px;
	font-size: 30px;
	color: #2A1F14;
}

#map {
	width: 474px;
  height: 402px;
}



/*footer*/

footer {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 60px;
	background-color: #2A1F14;
	font-size: 16px;
	/*font-family: HGMinchoE;*/
	text-align: center;
	color: rgba(255,222,130,1);
	}
}











 




/*画面幅が767px以下のとき*/ 
@media screen and (max-width: 767px) {
  /* スマートフォン用のスタイルを指定する*/
 
/*hader*/
.header_box {
  width:100%;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #2A1F14;
  font-size: 3rem;
  font-family: 'Libre Baskerville', serif;
  color: rgba(255,222,130,1);
  text-align: center;
  line-height: 110%;
}

.header_box span{
  font-size: 1.8rem;
  line-height: 0%;
}


/*hero*/
.hero_top {
  width: 100%; /* コンテナの幅 */
  height: 500px; /* コンテナの高さ */
  overflow: hidden;
}

.heroimg {
  display: none;
} 

.phoneimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
} 



/*about*/

.about {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #2A1F14;
  background-color:	#DCC89A;
}
    
.about h2 {
  width: 60%;
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 3.1rem;
  font-family: 'Libre Baskerville', serif;
  line-height: 50%;
  letter-spacing: 0.2em;
 }

 .about h2 span {
  font-size: 1rem;
}

.about_table01 {
  display: none;
}


.about_table02 {
  width: 60%;
  margin: 0 auto;
  font-family: 'Libre Baskerville', serif;
}

.about_table02 th {
  font-size: 1.2rem;
  text-align: center;
}

.about_table02 td {
  padding-bottom: 30px;
  font-size: 1.2rem;
  text-align: center;
}

.about_table02 .text-b {
  font-size: 0.9rem;
  font-weight: bold;
}

.about_table02 tr:not(:last-child) {
  border-bottom: 1px solid #2A1F14;
}

.text-b02 {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}

.about a {
  display: block;
  text-decoration:none;
}

#about_access {
  width: 21px;
  height: 30px;
}



/* アーティスト */
.artist {
  padding-top: 70px;
  padding-bottom: 70px;
  color: rgba(255,222,130,1);
  background-color: #2A1F14;
}

.artist h2{
  width: 60%;
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 3.1rem;
  font-family: 'Libre Baskerville', serif;
  line-height: 50%;
  letter-spacing: 0.2em;
}

.artist h2 span{
  font-size: 1rem;
}

.artist_box {
  letter-spacing: 0.1em;/*字間*/
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: #2A1F14;
}

.artist_left {
  margin: 0 auto;
  width: 60%; /* コンテナの幅 */
  height: 500px; /* コンテナの高さ */
  overflow: hidden;
}
  
#artist_img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top center;
}

.artist_right {
  width: 100%;
}

.artist_name{
  width: 80%;
  margin:40px auto 20px auto;
}

#artist_name01{
  font-size: 32px;
  margin-bottom: 8px;
}

#artist_detail {
  width: 80%;
  margin:0 auto 50px auto;
  /*white-space: pre-line;*//*自動で改行*/
  line-height: 1.7em;
}

#artist_link{
  width: 60%;
  margin: 0 auto;

} 

#artist_link a {
  display: block;
  padding-bottom: 1rem;
  color: inherit;
  text-decoration: none;
}

#artist_link span{
  display: none;
}


/* チケット */

.ticket {
padding-top: 70px;
padding-bottom: 70px;
color: #2A1F14;
background-color:	#DCC89A;
}

.ticket h2{
  width: 60%;
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 3.1rem;
  font-family: 'Libre Baskerville', serif;
  line-height: 50%;
  letter-spacing: 0.2em;
  }
.ticket h2 span{
  font-size: 1rem;
  }

.ticket_pricebox{
  display: none;
  }
  
.ticket_pricebox02 {
  width: 100%;
  }

.ticket_price01{
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  font-family: 'Libre Baskerville', serif;
  line-height: 50%;
  letter-spacing: 0.2em;
  font-weight: bold;
  }

.ticket_text01 {
  width: 220px;
  margin: 30px auto 0 auto;
  font-size: 1.2rem;
  font-family: 'Libre Baskerville', serif;
  line-height: 250%;
  font-weight: bold;
}

.ticket_red {
  font-size: 3rem;
  color:#AE2C0B;
  }
  
.ticket_text02 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 0;
  }

.ticket_text03 {
  width: 220px;
  margin: 30px auto 0 auto;
  line-height: 180%;
}

.ticket_price03box {
  width: 100%;
  height: 108px;
  font-size: 1.2rem;
  font-family: 'Libre Baskerville', serif;
  font-weight: bold;
  background-color: #C46200;
}

.ticket_price03 {
  width: 300px;
  margin:30px auto 0 auto;
  display: flex;
}

.ticket_price03 p {
  width: 200px;
  font-size: 25px;
  margin: 30px auto 30px auto ;
  line-height: 100%;
}

#yajirusi_img {
  height: 108px;
  padding: 24px 24px 24px 0;
}

.ticket_price03 img { 
  width: 28px;
  height: 55.23px;
}

.ticket a {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

#ticket_tel {
  width: 200px;
  text-align: center;
  letter-spacing: 3px;
  line-height: 150%;
  font-size: 1.2rem;
  margin: 30px auto 0 auto;
}

.tel-link {
  font-size: 20px;
}



/*novelty*/

.novelty {
  padding-top: 70px;
  padding-bottom: 70px;
  color: rgba(255,222,130,1);
  background-color: #2A1F14;
}
  
.novelty h2{
  width: 100%;
  text-align: center;
  font-size: 3.1rem;
  font-family: 'Libre Baskerville', serif;
  line-height: 50%;
  letter-spacing: 0.2em;
}

.novelty h2 span{
 font-size: 1rem;
}
  
.novelty_box {
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
  background-color:#2A1F14;
}

.novelty_left {
  width: 100%;
  padding-bottom: 20px;
  }
  
#novelty_detail{
  width: 197px;
  margin: 0 auto;
  color: rgba(255,222,130,1);
  line-height: 2em;
}
  
#novelty_detail02 {
  width: 197px;
  margin: 0 auto;
  padding-top: 20px;
  color: rgba(255,222,130,1);
  line-height: 2em;
}
  
.novelty_right  {
  margin: 0 auto;
  width: 298px;
  height: 298px;
}

#novelty_img {
  width: 298px;
  height: 298px;
  object-fit: cover;
}


/*.access*/
.access {
  padding-top: 70px;
  padding-bottom: 70px;
  color: #2A1F14;;
  background-color: #DCC89A;
  }

  .access h2{
    width: 100%;
    text-align: center;
    font-size: 3.1rem;
    font-family: 'Libre Baskerville', serif;
    line-height: 50%;
    letter-spacing: 0.2em;
  }
  
  .access h2 span{
   font-size: 1rem;
  }
  
  .access_box {
    width: 100%;
    margin: 0 auto;
    padding-top: 70px;
    background-color: #DCC89A;
  }
  .access_left {
    width: 100%;
    margin: 0 auto;
  }
  
  #access_left_title {
    width: 300px;
    margin: 0 auto;
    padding-bottom: 10px;
    font-size: 30px;
    color: #2A1F14;
   
  }
  
  #address{
    width: 300px;
    margin: 0 auto;
    padding-bottom: 70px;
    font-size: 20px;
    color: #2A1F14;
    line-height: 1.5em;
   }

   .address_br {
    display: none;
   }
  
  #access_tel {
    width: 100%;
    color: #2A1F14;
    padding-bottom: 70px;
  }

  #access_tel p {
    width: 300px;
    margin: 0 auto;
    font-size: 30px;
  }
  
  .access_right {
    width: 100%;
    margin: 0 auto;
  }
  
  #access_right_title{
    font-size: 30px;
    text-align: center;
    color: #2A1F14;
  }
  
  #map {
    width: 100%;
    height: 300px;
    padding: 20px 20px 0 20px;
  }





/*footer*/

footer {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #2A1F14;
  font-size: 16px;
  text-align: center;
  color: rgba(255,222,130,1);
}


  
  
}