@charset "UTF-8";
/*
.section-5 .team-list > .team-item.item-1:before,
.section-5 .team-list > .team-item.item-2:before,
.section-5 .team-list > .team-item.item-3:before,
.section-5 .team-list > .team-item.item-4:before,
.section-5 .team-list > .team-item.item-5:before,
.section-5 .team-list > .team-item.item-6:before,
.section-5 .team-list > .team-item.item-7:before,
.section-5 .team-list > .team-item.item-8:before,
.section-5 .team-list > .team-item.item-9:before,
.section-5 .team-list > .team-item.item-10:before,
.section-5 .team-list > .team-item.item-11:before,
.section-5 .team-list > .team-item.item-12:before {
	font-family: 'Anton', sans-serif;
}
*/

.section-2:before,
.section-2:after,
.section-4 .guest-list > .guest-item > .guest-item-description > .guest-name:before,
.section-4 .prayer-list > .prayer-item > .prayer-item-description > .prayer-name:before,
.section-6 .schedule-prize:before,
.section-7:before,
.section-7:after,
.section-7 .section-7-1 .btn-gray:before,
.section-8 > .venue-block > .venue-body > .btn-list > .btn-item > .btn-item-link.-arw:before {
	position: absolute;
	display: block;
	content: '';
}



/* main-visual
---------------------------------------- */
.main-visual{
	padding-top: 116px;
}
@media screen and (max-width: 640px) {
.main-visual{
	padding-top: 18vw;
}
}


/* section-8
---------------------------------------- */

#c-access{
	padding: 130px 0 100px 0;
	background: #fff;
}
#c-access .inner-block{
	width: min(100%, 1150px);
}
#c-access .section-title {
	display: block;
	width: 510px;
	height: 101px;
	margin: 0 auto;
	background: url('../images/ttl_access.svg') center center/contain no-repeat;
}
#c-access .access__info{
	margin: 80px auto 30px;
	padding: 40px 0;
	background: #e20012;
	color: #ffed00;
	font-size: 26px;
	line-height: 1.73;
	text-align: center;

}

#c-access .venue-block {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: min(100%, 1150px);
	margin: 0 auto 0 auto;
	padding: 50px;
	background: url('../images/bg_access.jpg') center center/cover no-repeat;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#c-access .photo {
	width: min(100%, 495px);
}

#c-access .photo-img {
	border: #fff 4px solid;
}

#c-access .box {
	width: 50%;
	padding: 0 50px;
}

#c-access .name {
	font-size: 27px;
	display: block;
	text-align: center;
	letter-spacing: .26em;
}

#c-access .text {
	font-size: 14px;
	font-weight: bold;
	margin-top: .5em;
	text-align: left;
}

#c-access .text:first-of-type {
	margin-top: 20px;
	letter-spacing: .11em;
}

#c-access .label {
	font-size: 12px;
	line-height: 1.8;
	display: block;
	width: 200px;
	margin: 10px auto 0 auto;
	text-align: center;
	letter-spacing: .26em;
	color: #fff;
	border-radius: 10px;
	background: #000;
}

#c-access .content {
	font-size: 12px;
	font-weight: bold;
	margin: .45em auto 0;
	text-align: center;
}

#c-access .btn-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

#c-access .btn-item {
	margin-top: 30px;
}

#c-access .btn-item-link {
	font-size: 15px;
	font-weight: bold;
	line-height: 3.06666667;
	position: relative;
	display: block;
	width: 184px;
	height: 46px;
	text-align: center;
	letter-spacing: .12em;
	color: #fff;
	background: #000;
}

#c-access .btn-item-link.-arw:before {
	top: 50%;
	right: 0;
	display: block;
	width: 10px;
	height: 10px;
	-webkit-transform: translate(-14px, -50%) rotate(-45deg);
	-ms-transform: translate(-14px, -50%) rotate(-45deg);
	transform: translate(-14px, -50%) rotate(-45deg);
	border-right: #fff 3px solid;
	border-bottom: #fff 3px solid;
}

#c-access .note-list {
	width: min(100%, 1150px);
	margin: 1em auto 0 auto;
}

#c-access .note-item {
	font-size: 16px;
	letter-spacing: .2em;
	color: #4c4948;
}











@media screen and (max-width: 640px) {
#c-access {
	padding: 14.9700598802vw 0;
}

#c-access .section-title {
	width: 82.3353293413vw;
	height: 21.1077844311vw;
}

#c-access .venue-block {
	padding: 5.9880239521vw;
	background: url('../images/sp_bg_access.jpg') center center/cover no-repeat;
}
#c-access .access__info{
	width: 90%;
	margin: 11.9760479042vw auto 5.9880239521vw;
	padding: 4vw;
	font-size: 4.2vw;
}
#c-access .photo {
	width: 76.9461077844vw;
	margin: 0 auto;
}

#c-access .photo-img {
	border: #fff 1.1976047904vw solid;
}

#c-access .box {
	width: 100%;
	padding: 0;
}

#c-access .name {
	font-size: 5.3892215569vw;
	margin-top: 5.9880239521vw;
}

#c-access .text {
	font-size: 2.994011976vw;
}

#c-access .text:first-of-type {
	margin-top: 2.994011976vw;
}

#c-access .label {
	font-size: 2.6946107784vw;
	width: 47.916168vw;
	margin-top: 2.994011976vw;
}

#c-access .content {
	font-size: 2.6946107784vw;
}

#c-access .btn-list {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#c-access .btn-item {
	margin-top: 4.4910179641vw;
}

#c-access .btn-item-link {
	font-size: 3.2934131737vw;
	line-height: 4.54545455;
	width: 41.9161676647vw;
	height: 14.9700598802vw;
}

#c-access .btn-item-link.-arw:before {
	width: 2.0958083832vw;
	height: 2.0958083832vw;
	-webkit-transform: translate(-2.994011976vw, -50%) rotate(-45deg);
	-ms-transform: translate(-2.994011976vw, -50%) rotate(-45deg);
	transform: translate(-2.994011976vw, -50%) rotate(-45deg);
	border-right: #fff .5988023952vw solid;
	border-bottom: #fff .5988023952vw solid;
}

#c-access .note-list {
	width: 100%;
	padding: 0 5.9880239521vw;
}

#c-access .note-item {
	font-size: 3.2928143713vw;
	margin-left: 1em;
	text-indent: -1.25em;
}

}







