.sec-reservation-main {
    padding: 90rem 0;
}
.sec-reservation-main.foot {
    padding: 30rem 0 90rem;
}
.sec-reservation-main .container {
	width: 80%;
    height: 100%;
    display: block;
    margin: auto;
    text-align: center;
}
.sec-reservation-main .content {
	text-align: center;
}
.sec-reservation-main div {
	line-height: normal;
    font-size: 1.8rem;
}
.reservation-title {
    font-size: 40rem;
    font-weight: 600;
    font-family: "hiragino-kaku-gothic-pron", sans-serif !important;
    color: #69bac4;
    position: relative;
    line-height: 1;
    margin-bottom: 30rem;
    display: inline-block;
    border-left: 8.5rem solid #69bac4;
    padding-left: 21.5rem;
}
.sec-reservation-main .tab-wrapper {
    margin: 0 auto;
    background: #fff;
}
.sec-reservation-main .tab-content.active {
    display: block;
}
.sec-reservation-main .tab-content.active iframe {
	width: 100%;
    height: 300rem;
}
@media (max-width: 1200px) {
	.sec-reservation-main .tab-content.active iframe {
		height: 400rem;
	}
}
@media (max-width: 768px) {
	.sec-reservation-main .container {
		width: 100%;
	}
	.sec-reservation-main .tab-content.active iframe {
		height: 450rem;
	}
}