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


/*- リンク -*/
#link div {
}
#link div a {
	display: block;
	width: 40em;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: #f4a000;
	position: relative;
	font-weight: bold;
	border: solid 2px #f4a000;
	border-radius: 10px;
	background-image: url("../../../../images/link_arrow02.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: auto 16px;
}


/*-
	PC版（769px以上）ここから
------------------------------------------------- */
@media screen and (min-width:769px), print{

#topImage{
  margin: 0 0 50px 0;
  text-align: center;
}
#topImage img{
  width: 500px;
  height: auto;
}
#topImage h2{
  margin-bottom: 50px;
}
#topImage p{}

#introduction {
  margin: 50px auto;
  text-align: center;
  font-size: 20px;
}

/*- 内容 -*/
#ticketContent {}
#ticketContent .wrapper {
  width: 800px;
}
#ticketContent .detail {
  margin:0 auto 20px;
  width: 800px;
}
#ticketContent .detail dl{
  text-align:left;
  display:table;
  font-size:121%; 
  padding:13px 13px 5px 0; 
}
#ticketContent .detail dt{
  padding: 10px;
  width:150px;
  /*font-size:107%;*/
  font-weight:bold;
  display: table-cell;
  background-color: #FFF9EA;
}
#ticketContent .detail dd{
  display: table-cell;
  padding-left: 1em;
}
#ticketContent .detail dd .text {
  margin:0 0 5px;
}
#ticketContent .detail dd .text_s {
  font-size:86%;
  margin:0 0 10px;
}
#ticketContent .detail dd strong 
  {font-weight: bold;
}
#ticketContent .detail dd .red 
  {color:#e50012;
}
#ticketContent .detail dd ul li {
  list-style:disc;
  list-style-position:inherit;
  margin:0 0 5px 15px;
}

#app_img {
  display: grid;
  justify-items: center;
  align-items: center;
  margin: 30px auto;
}
#app_img img {
  width: 450px;
}
#app_img a {
  margin-top: 20px;
}

}


/*-
	SP版（768px以下）ここから
------------------------------------------------- */
@media screen and (max-width: 768px) {

  #topImage{
    margin: 0 20px 30px;
    text-align: center;
  }
  #topImage img{
    width: 90%;
    height: auto;
      }
  #topImage h2{
    margin-bottom: 50px;
  }
  #topImage p{}

  #introduction {
    margin-bottom: 30px;
  }

  /*- 内容 -*/
  #ticketContent {}
  #ticketContent .wrapper {
    width: 90%;
    margin: 0 auto;
  }

  #ticketContent .detail {
    margin:0 auto -20px;
  }
  #ticketContent .detail dl{
    text-align:left;
    padding:0 0 5px 0;
  }
  #ticketContent .detail dt{
    font-weight:bold;
    margin:0 0 5px;
    padding: 5px 0 5px 10px;
    background-color: #FFF9EA;
  }
  #ticketContent .detail dd {
    padding-left: 0.5em;
  }
  #ticketContent .detail dd .text {
    margin:0 0 10px;
  }
  #ticketContent .detail dd strong {
    font-weight: bold;
  }
  #ticketContent .detail dd .red {
    color:#e50012;
  }
  #ticketContent .detail dd ul li {
    list-style:disc;
    list-style-position:inherit;
    margin:0 0 5px 15px;
  }

  #ticketContent .detail dd img{
      width: 58%;
      height: auto;
  }
  .puppet-show {
      width: 100%;
      height: auto;
  }


  #app_img {
    display: grid;
    justify-items: center;
    align-items: center;
    margin: 10px auto;
  }
  #app_img img {
    width: 80%;
  }
  #app_img a {
    margin-top: 10px;
  }

  #link {
    margin-bottom: 20px;
  }
  #link div a {
      display: block;
      width: 90%;
      margin: 20px auto 0;
      padding: 10px;
      text-align: center;
      color: #f4a000;
      position: relative;
      font-weight: bold;
      border: solid 2px #f4a000;
      border-radius: 10px;
      background-image: url("../../../../images/link_arrow02.png");
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: auto 16px;
  }

}


