@charset "UTF-8";
/*
    VENUE
---------------------------------------------------------- */
.venue {
    position: relative;
    background: url(../../img/common/pc_bg.png) no-repeat center center / cover;
    padding-top: 90px;
    overflow-y: hidden;
    z-index: 2;
}
.venue::before,
.venue::after {
    content: '';
    position: absolute;
    width: 45%;
    height: 100%;
    z-index: -1;
}
.venue::before {
    background: url(../../img/common/pc_sec_back01.png) no-repeat center center / contain;
    top: -25%;
}
.venue::after {
    background: url(../../img/common/pc_sec_back02.png) no-repeat center center / contain;
    bottom: -25%;
    right: 0;
}
/* .venue .items {

}
.venue .item_wrap {
} */
.venue .head {
    font-size: 28px;
    color: var(--color1);
    padding-bottom: 30px;
}
/* .venue .name {

} */
.item_img {
    margin: 0 auto;
    width: 60%;
}
.venue .table_01 th {
    width: 30%;
    background-color: var(--color3);
}
.venue .table_01 td {
    width: calc(100% - 130px);
    background-color: var(--color_wt);
}
/* .venue .btn {
} */
.venue .btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.venue .btn span {
    line-height: 1.2;
}
.item_box {
	border: 1px solid #000;
}
@media screen and (max-width: 1229px) {
    .venue::before {
        top: -28%;
    }
    .venue::after {
        bottom: -28%;
    }
    .venue .item_wrap {
        flex-direction: column-reverse;
    }
    .venue iframe {
        width: 100%;
        height: calc(280px * 1.2);
    }
}

@media screen and (max-width: 767px) {
    .venue {
        padding-top: 45px;
    }
    .venue::before,
    .venue::after {
        width: 100%;
    }
	    .sec_mv .head {
			font-size: 35px;
			padding-bottom: 15px;
		}
    .venue .item {
        padding: 15px;
    }
    .venue .head {
        font-size: 20px;
        padding-bottom: 15px;
    }
	.item_img {
		margin: 0 auto;
		width: 100%;
	}
    .venue tr {
        flex-direction: column;
    }
    .venue .table_01 th,
    .venue .table_01 td {
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .venue .btn {
        width: 100%;
    }
}