@charset "UTF-8";
main {
    
}
.main_content{
	max-width: 1000px;
	width:90%;
	margin: 0 auto;
	font-size:19px;
}
.ticket_link a{
	background: #174e9d;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 420px;
    padding: 15px 0;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    letter-spacing: 0em;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}
.ticket_link a:hover{
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
.main_content {
	font-size:14px;
}
.ticket_link a{
	width: 340px;
    font-size: 18px;
    max-width: 100%;
}
}

/* -----------------------------------------------------------
	main
----------------------------------------------------------- */
#main{

}
/* -----------------------------------------------------------
	about_wrap
----------------------------------------------------------- */
#about {
	padding: 60px 0 50px;
	text-align: center;
}
#about .text{
	color: #000;
	line-height: 2em;
	margin-bottom: 60px;
	letter-spacing: -0.06em;
	font-size: 22px;
}
@media screen and (max-width: 767px) {
#about {
	padding: 50px 0 70px;
}
#about .text{
	line-height: 1.8em;
	margin-bottom: 40px;
	font-size: 16px;
}	
}
/* -----------------------------------------------------------
	detail
----------------------------------------------------------- */
#detail .detail_box{
	margin-bottom:70px;
}
#detail .detail_box h2.ttl{
	font-size: 30px;
	border-bottom:6px solid #174e9d; 
	margin-bottom:25px;
	padding-bottom: 10px;
}

#detail .text_box{
    letter-spacing: 0em;
}
#detail .text_box .text{
    line-height: 1.6em;
}
#detail .text_box .text_b{
    line-height: 2.1em;
}
#detail .text_box .text span{
    color:#da0a21;
	font-size:28px;
	line-height: 0;
	font-weight: 500;
}
#detail .text_box .text span.f120{
	font-size:120%;
}

#detail .text_box ul.cap{
	margin-top: 15px;
    font-size: 13px;
    text-indent: -1em;
    padding-left: 1em;
}
#detail .text_box ul.cap li{
	line-height: 1.6em;
}
#detail .text_box ul.normal{
	text-indent: 0em;
    padding-left: 1em;
}
#detail .text_box ul.normal li{
    padding-bottom: 10px;
    line-height: 1.6em;
    list-style: disc;
}
@media screen and (max-width: 767px) {
#detail .detail_box{
    margin-bottom: 35px;
}
#detail .detail_box h2.ttl {
	font-size: 18px;
	margin-bottom: 15px;
    padding-bottom: 6px;
}
#detail .text_box .text_b{
    line-height: 1.9em;
}
#detail .text_box .text span {
    font-size: 18px;
	font-weight: 500;
}
#detail .text_box .text span.f120{
	font-size:120%;
}
#detail .text_box ul.cap{
    font-size: 12px;
}
#detail .text_box ul.cap li {
    line-height: 1.3em;
    padding-bottom: 5px;
}
#detail .text_box ul.normal li li{
    padding-bottom: 10px;
    line-height: 1.4em;
}
}


/* -----------------------------------------------------------
	ticket
----------------------------------------------------------- */
#ticket{
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
#ticket {
    margin-bottom: 60px;
}
}

/* -----------------------------------------------------------
	contact
----------------------------------------------------------- */

#contact{
	margin-bottom:140px;
	padding-top: 30px;
}
#contact .flex_box{
    display: flex;
}
#contact .title{
	background: #174e9d;
    border-radius: 14px;
    color:#fff;
    padding: 0 12px;
	height:34px;
	display: flex;
	margin-right:20px;
	align-items: center;
	font-weight: 500;
	letter-spacing: 0;
	padding-bottom: 2px;
}
#contact a{
	color: #00f;
}
#contact a:hover{
	opacity: 0.6;
}
@media screen and (max-width: 767px) {
#contact {
	margin-bottom: 80px;
    padding-top: 10px;
}
#contact .flex_box {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
#contact .title {
    margin-right: 0;
    margin-bottom: 10px;
	border-radius: 10px;
	height: 28px;
}
}



