@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		チケット購入方法

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/****************************************************************************************************************************
チケット購入方法
****************************************************************************************************************************/
article.under section.ticket_page .sp {
  display: none;
}
article.under section.ticket_page a.line {
  color: #0068b7;
  text-decoration: underline;
}

article.under section.ticket_page{
  margin-bottom:80px;
}

article.under section.ticket_page .ticket_ttl{
  background: #f3f3f3;
  position:relative;
  padding:40px 0;
  margin-bottom: 60px;
}

article.under section.ticket_page .ticket_ttl:before{
content:"";
width: 100%;
height:5px;
position:absolute;
top:0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#506ebd+0,7b3991+100 */
background: #506ebd; /* Old browsers */
background: -moz-linear-gradient(left, #506ebd 0%, #7b3991 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #506ebd 0%,#7b3991 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #506ebd 0%,#7b3991 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#506ebd', endColorstr='#7b3991',GradientType=1 ); /* IE6-9 */
}

article.under section.ticket_page h2{
  font-size:28px;
  margin-bottom:20px;
}
article.under section.ticket_page h2:after,article.under section.ticket_page h2:before{
  content:url(/wp/wp-content/themes/html5blank-stable/img/navi05.png);
  margin:0 20px;
  vertical-align: -14px;
}
article.under section.ticket_page h3{
  font-size:23px;
  margin-bottom:30px;
}
article.under section.ticket_page h3 span{
  font-size:18px;
}



article.under section.ticket_page .linkArea ul {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 70px;
}
article.under section.ticket_page .linkArea ul li {
  height: 140px;
  border: 1px #b5b6b6 solid;
}
article.under section.ticket_page .linkArea ul li a {
  display: block;
  width: 320px;
  height: 140px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  position: relative;
}
article.under section.ticket_page .linkArea ul li a:after {
  content: url(../img/ticket/ico_arrow.png);
  position: absolute;
  left: 0; right: 0;
  bottom: 0;
}
article.under section.ticket_page .linkArea ul li a:hover:before {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(45deg,  #3eaec3 0%,#2980b7 50%,#0837a3 100%);
  position: absolute;
  bottom: 0;
}

article.under section.ticket_page .device {
  padding: 50px 0;
  background-color: #eefcff;
}
article.under section.ticket_page .device .btnArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
article.under section.ticket_page .device .btnArea a {
  color: #fff;
  line-height: 1.4;
  display: block;
  width: 320px;
  height: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(45deg,  #3eaec3 0%,#2980b7 50%,#0837a3 100%);
}
article.under section.ticket_page .device .btnArea a:after {
  content: url(../img/ticket/ico_blank.png);
  position: absolute;
  right: 20px;
}
article.under section.ticket_page .device .box {
  padding: 30px;
  margin-bottom: 50px;
  background-color: #fff;
}
article.under section.ticket_page .device .box li {
  text-indent: -1em;
  padding-left: 1em;
}
article.under section.ticket_page .device .txt01 {
  font-size: 21px;
  text-align: center;
}
article.under section.ticket_page .device .txt01 span {
  font-weight: bold;
}
article.under section.ticket_page .device .btn a {
  display: block;
  width: 230px;
  height: 40px;
  line-height: 40px;
  margin: 30px auto 0;
  border: 1px #505050 solid;
}
article.under section.ticket_page .visit {
  padding: 70px 0 0;
}
article.under section.ticket_page .visit .box {
  padding: 30px;
  margin-bottom: 50px;
  background-color: #f6f6f6;
}
article.under section.ticket_page .visit .box li {
  text-indent: -1em;
  padding-left: 1em;
}
article.under section.ticket_page .visit .text h3 span {
  color: #225fb3;
  font-size: 21px;
  position: relative;
  padding-left: 50px;
  position: relative;
}
article.under section.ticket_page .visit .text h3 span:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(/wp/wp-content/themes/html5blank-stable/img/navi05.png) center -2px no-repeat;
  background-size: 30px 30px;
  position: absolute;
  left: 0; top: 0;
}
article.under section.ticket_page .visit .text p {
  padding: 0 30px;
}
article.under section.ticket_page .visit .text .note {
  padding: 50px 30px 0;
  margin-top: 60px;
  border-top: 1px #b5b6b6 solid;
}
article.under section.ticket_page .visit .text .note li {
  text-indent: -1em;
  padding-left: 1em;
}



/****************************************************************************************************************************
  レスポンシブ　1000px
****************************************************************************************************************************/

@media screen and (max-width: 1000px) {

article.under section.ticket_page .sp {
  display: block;
}
article.under section.ticket_page .pc {
  display: none;
}

section.special > .txt_center{
  text-align: left;
  padding-left:10px;
  padding-right:10px;
}

article.under section.ticket_page h2{
  font-size: 24px;
  text-align: center;
}
article.under section.ticket_page h2:after,article.under section.ticket_page h2:before{
  margin:0 5px;
}
article.under section.ticket_page h3{
  font-size:20px;
}
article.under section.ticket_page h3 span{
  font-size:16px;
}

article.under section.ticket_page .linkArea ul {
  display: block;
  margin-top: 50px;
}
article.under section.ticket_page .linkArea ul li {
  height: 120px;
  margin-bottom: 15px;
}
article.under section.ticket_page .linkArea ul li a {
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
}
article.under section.ticket_page .linkArea ul li a:after {
  bottom: 0;
}

article.under section.ticket_page .device {
  padding: 40px 0;
}
article.under section.ticket_page .device .btnArea {
  display: block;
  margin-bottom: 30px;
}
article.under section.ticket_page .device .btnArea a {
  width: 100%;
  height: 60px;
  margin-bottom: 15px;
}
article.under section.ticket_page .device .btnArea a:after {
  content: url(../img/ticket/ico_blank.png);
  position: absolute;
  right: 15px;
}
article.under section.ticket_page .device .box {
  padding: 15px 10px;
  margin-bottom: 30px;
}
article.under section.ticket_page .device .txt01 {
  font-size: 20px;
}
article.under section.ticket_page .device .btn a {
  width: 250px;
  height: 45px;
  line-height: 45px;
}
article.under section.ticket_page .visit {
  padding: 40px 0 0;
}
article.under section.ticket_page .visit .box {
  padding: 15px 10px;
  margin-bottom: 30px;
}
article.under section.ticket_page .visit .text h3 {
  text-align: center;
  margin-bottom: 20px;
}
article.under section.ticket_page .visit .text h3 span {
  color: #505050;
  font-size: 26px;
  padding-left: 40px;
  text-align: center;
}
article.under section.ticket_page .visit .text h3 span:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(/wp/wp-content/themes/html5blank-stable/img/navi05.png) center -2px no-repeat;
  background-size: 30px 30px;
  position: absolute;
  left: 0; top: 2px;
}
article.under section.ticket_page .visit .text p {
  padding: 0;
}
article.under section.ticket_page .visit .text .note {
  padding: 25px 0 0;
  margin-top: 25px;
}

}

/****************************************************************************************************************************
  レスポンシブ　480px
****************************************************************************************************************************/
@media screen and (max-width: 320px){

article.under section.ticket_page h2{
  font-size: 20px;
}
article.under section.ticket_page .device .txt01 {
  font-size: 16px;
}

}
