@charset "utf-8";

/*=====================================

#tournament-page

=====================================*/

#tournament-page {
	width:1000px;
	margin:0 auto 100px;
}

/* end　終了しました */
#tournament-page .end {
	margin-bottom:50px;
	font-size:22px;
	padding:10px;
	position: relative;
	background-color: #f6f6f6;
}
#tournament-page .end a {
	display:block;
}
#tournament-page .end::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

/* result-ttl- 結果発表 */
#tournament-page .result-ttl-gold,
#tournament-page .result-ttl-silver,
#tournament-page .result-ttl-pink {
	font-size:30px;
	font-weight:normal;
	display:inline-block;
	position: relative;
	margin-bottom:40px;
}
#tournament-page .result-ttl-gold {
	color:#d2aa00;
}
#tournament-page .result-ttl-silver {
	color:#b3b3b3;
}
#tournament-page .result-ttl-pink {
	color:#ff96b0;
}

/* band-block */
#tournament-page .band-block {
	margin-bottom:40px;
}
#tournament-page .band-block .name {
	font-size:20px;
	margin-bottom:10px;
	position: relative;
	display: inline-block;
	padding: 0 55px;
}
#tournament-page .band-block .name:before,
#tournament-page .band-block .name:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: #ff96b0;
}
#tournament-page .band-block .name:before {left:0;}
#tournament-page .band-block .name:after {right: 0;}

#tournament-page .band-block .school {
	background:url(/img/icon_school.png) no-repeat left top;
	padding-left:30px;
	margin-left:10px;
	font-size:16px;
}

/* map */
#map {
	width:100%;
	height:500px;
}

/* ttl */
#tournament-page .ttl {
	font-size:30px;
	margin-bottom: 70px;
	color:#ff96b0;
}

/* sub-ttl */
#tournament-page .sub-ttl {
	background:#fbf1f5;
	color:#ff96b0;
	font-size:20px;
	padding:10px 0;
	margin-bottom:20px;
}

/* detail-block */
#tournament-page .detail-block {
	width:900px;
	margin:0 auto;
}

/* flow */
#tournament-page .flow {
	display:inline-block;
	vertical-align:top;
	border:3px solid #ff96b0;
	padding:20px;
	width:180px;
	height:120px;
	margin:0 20px 30px;
}
#tournament-page .flow-l {
	border:3px solid #ff96b0;
	padding:20px;
	width:723px;
	margin:0 auto 30px;
}
#tournament-page .flow-ttl {
	color:#ff96b0;
	font-size:20px;
	border-bottom:2px solid #ff96b0;
	margin-bottom:30px;
}
#tournament-page .bg_doc {
	background:url(/img/bg_doc.png) no-repeat 620px 10px;
}
#tournament-page .bg_live {
	background:url(/img/bg_live.png) no-repeat 20px 60px;
}
#tournament-page .bg_crown {
	background:url(/img/bg_crown.png) no-repeat 620px 5px;
}
#tournament-page .bg-note {
	background:url(/img/bg_note.png) no-repeat 120px 55px;
}
#tournament-page .bg-camera {
	background:url(/img/bg_camera.png) no-repeat 110px 60px;
}
#tournament-page .bg-card {
	background:url(/img/bg_card.png) no-repeat 110px 60px;
}
#tournament-page .bg_post {
	background:url(/img/bg_post.png) no-repeat 620px 60px;
}


#tournament-page .sponsor-block {
	margin:0 auto 30px;
}
#tournament-page .sponsor-block li {
	display:inline-block;
    vertical-align: middle;
	margin:0 10px 10px;
}

/*=====================================

#gallery-page

=====================================*/

#gallery-page {
	width:1000px;
	margin:0 auto 100px;
}

/* ttl */
#gallery-page .ttl {
	font-size:30px;
	margin-bottom: 50px;
	color:#ff96b0;
}

/* sub-ttl */
#gallery-page .sub-ttl {
	background:#fbf1f5;
	color:#ff96b0;
	font-size:20px;
	padding:10px 0;
	margin-bottom:20px;
}

/* movie-list */
#gallery-page .movie-list li {
    margin-bottom: 10px;
}
#gallery-page .movie-list li::before {
    content: "#";
    padding-right: 5px;
    color: #ccc;
}

/* photo */
#gallery-page .photo {
	margin:0 10px 30px;
	width:300px;
	height:300px;
	overflow:hidden;
	position:relative;
	display:inline-block;
	border:1px solid #CCC;
}
#gallery-page .photo .caption {
	font-size:130%;
	text-align:center;
	color:#fff;
}
#gallery-page .photo .mask {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-color:rgba(255,150,176,0.7);
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
#gallery-page .photo:hover .mask {
	opacity:1;	/* マスクを表示する */
	padding-top:120px;	/* ホバーで下にずらす */
}

/* band-block */
#gallery-page .band-block {
	display:inline-block;
	margin:0 10px 30px;
	width:300px;
}
#gallery-page .band-block .school {
	background:url(/img/icon_school.png) no-repeat left top;
	padding-left:30px;
	margin-left:10px;
	font-size:16px;
}


/*=====================================

#archives-page

=====================================*/

#archives-page {
	width:1000px;
	margin:0 auto 100px;
}
#archives-page .archives-block {
	border:3px solid #ff96b0;
    padding: 20px;
    width: 820px;
    margin: 0 auto 30px;
}
/* sub-ttl */
#archives-page .sub-ttl {
	color: #ff96b0;
    font-size: 20px;
    border-bottom: 2px solid #ff96b0;
    margin-bottom: 20px;
}
#archives-page .movie,
#archives-page .overview {
	margin-bottom:30px;
}
#archives-page .movie {
	margin-right:20px;
}
#archives-page .overview {
	width:470px;
}
#archives-page .movie,
#archives-page .overview,
#archives-page .overview dt,
#archives-page .overview dd {
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
#archives-page .overview dt {
	width:100px;
	line-height:2.2em;
	color:#ff96b0;
}
#archives-page .overview dd {
	width:330px;
	line-height:2.2em;
}
#archives-page .overview .date,
#archives-page .overview .place,
#archives-page .overview .human, 
#archives-page .overview .crown {
	padding-left:30px;
}
#archives-page .overview .date {
	background:url(/img/icon_cal.png) no-repeat left center;
}
#archives-page .overview .place {
	background:url(/img/icon_place.png) no-repeat 2px center;
}
#archives-page .overview .human {
	background:url(/img/icon_human.png) no-repeat left center;
}
#archives-page .overview .crown {
	background:url(/img/icon_crown.png) no-repeat left center;
}
#archives-page .btn {
	background:#ff96b0;
}
#archives-page .btn a {
	display:block;
	padding:10px 0;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
}


/*=====================================

#faq-page

=====================================*/

#faq-page {
	width:1000px;
	margin:0 auto 100px;
}


/*=====================================

#contact-page

=====================================*/

#contact-page {
	width:1000px;
	margin:0 auto 100px;
}
#contact-page .attention {
	margin-bottom:30px;
}
#contact-page .ast {
	color:#FFF;
	margin-left:10px;
}
#contact-page .form-message {
	color:#ff96b0;
	margin-bottom:30px;
}
#contact-page .form-btn {
	margin-top:50px;
}
#contact-page .btn:hover,
#contact-page .back:hover {
	opacity:0.7;
	transition:all 0.5s;
}
#contact-page .btn {
	background: #ff96b0;
	color:#FFF;
	border:none;
	font-size:25px;
	padding:10px 50px;
	cursor:pointer;
}
#contact-page .back {
	background:#999;
	color:#FFF;
	border:none;
	font-size:25px;
	padding:10px 50px;
	margin-right:20px;
	cursor:pointer;
}


/*=====================================

#office-page

=====================================*/

#office-page {
	width:1000px;
	margin:0 auto 100px;
}
#office-page .ttl {
	margin-bottom:30px;
}
#office-page .contact {
	background:#ff96b0;
	width:525px;
	margin:0 auto 50px;
}
#office-page .contact a {
	color:#FFF;
	font-size:24px;
	line-height:3em;
	display:block;
}
#map {
	width:100%;
	height:500px;
	margin:0 auto;
}


.attention {
    width: 854px;
    margin: 0 auto 30px;
    color:red;
    border: double 3px red;
    padding: 20px;
    font-size: 18px;
}
