@charset "utf-8";

/*=====================================================
  spring-summer
======================================================*/
/*html,body{
	background: linear-gradient(-70deg, #FFDC0A, #FFA0AA);
	background-attachment: fixed;
	height: 100%;
	width: 100%;
	color: #fff;
}*/
.container {
	position:relative;
	width: 100%;
	max-width:1000px;
	margin:0 auto;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	font-weight: 800;
  	color: #1DADE5;
	/*color: #fff;*/
	margin: 40px 0 75px 0;
  	padding: 0 0 15px;
	border-bottom:1px solid #E9518E;
	/*border-bottom: dotted 2px #fff;*/
	letter-spacing: .1em;
}
h1 span {
	font-family: 'Noto Sans JP', sans-serif;
	color: #FFB400;
	/*color: #fff;*/
	font-size: 14px;
	padding: 0 0 0 20px;
	font-style:normal;
	letter-spacing: normal;
}
h1 p {
  float:right;
  width: 100px;
	font-size: 0;
	margin-top: -45px;
	text-align: right;
}
h1 p img {
  display:inline-block;
  width:100%;
  margin: 0 0 5px;
	/*vertical-align:bottom;*/
}
@media screen and (max-width: 640px){
}

/*------------------------------*/
.ticket-column{
	margin-bottom: 50px;
	text-align: center;
}
.ticket-box{
	background: #fff;
	color: #666;
	padding: 50px 40px 70px;
	margin-bottom: 20px;
}
.ticket-column p{
	font-size: 20px;
	font-weight: bold;
}
.ticket-column a {
	color: #F52A75;
}
.ticket-column a img{
	transition: all .5s;
}
.ticket-column a:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 640px){
}

._foot-link{
	max-width: 345px;
	width: 90%;
	margin: 100px auto;
}
._foot-link a{
	display: block;
	border: solid 2px #666;
	position: relative;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	padding: 20px 0;
	transition: all .5s;
}
._foot-link a:before{
	content: "";
	border: solid 1px #666;
	display: block;
	margin: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
}
._foot-link a p{
	font-size: 18px;
	font-weight: bold;
}
._foot-link a span{
	font-size: 14px;
}
._foot-link a:hover{
	color: #fff;
	background: #666;
}
._foot-link a:hover:before{
	content: "";
	border: solid 1px #fff;
}


