@charset "utf-8";
body.en {
    font-family: "Arial", Tahoma, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
        sans-serif;
}
img {
    height: auto;
}
a:hover img {
    opacity: 1;
}
.cs-link {
    transition: 0.2s;
}
.cs-link:hover {
    opacity: 0.6;
}

/*********************
	.main
*********************/
.mainV {
    width: 100%;
    margin: 0 auto 85px;
    text-align: center;
}
.mainV_img {
    max-width: 1280px;
    vertical-align: bottom;
}

/*********************
	.mainCont
*********************/
.mainCont {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 150px;
}
.mainCont_ttl {
    margin-bottom: 55px;
    font-size: 3.75rem;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
.movie {
    position: relative;
    max-width: 710px;
    height: 400px;
    margin: auto auto 80px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 50%);
}
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mainCont_txt {
    margin-bottom: 75px;
    font-size: 1.8rem;
    line-height: 1.37;
    text-align: center;
}
.map {
    width: 52%;
    margin: 0 auto 100px;
}
@media only screen and (max-width: 767px) {
    .mainV {
        margin: 0 auto 30px;
    }
    .mainCont {
        margin: 0 auto 70px;
    }
    .mainCont_ttl {
        margin-bottom: 25px;
        font-size: 1.59rem;
    }
    .movie {
        height: auto;
        margin: auto auto 30px;
        padding-top: 55%;
    }
    .mainCont_txt {
        margin-bottom: 45px;
        font-size: 1.2rem;
        text-align: left;
    }
    .map {
        width: 80%;
        margin: 0 auto 50px;
    }
}

/*********************
	.schedule
*********************/
.schedule {
    width: 100%;
    margin-top: 40px;
}
.schedule_ttl {
    position: relative;
    width: 100%;
    padding: 25px 0;
    color: #fff;
    font-size: 3rem;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.1rem;
    background: #231815;
    display: flex;
    align-items: center;
    flex-flow: column;
    cursor: pointer;
    transition: 0.2s;
}
.schedule_ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    background: url(/assets/feature/rainbow/img/btn_open.png);
    background-size: 100%;
}
.schedule_ttl.active::after {
    content: "";
    background: url(/assets/feature/rainbow/img/btn_close.png);
    background-size: 100%;
}
.schedule_ttl:hover {
    opacity: 0.8;
}
.schedule_ttl_sub {
    position: relative;
    margin-top: 10px;
    padding: 0 2em;
    box-sizing: border-box;
    font-size: 1.75rem;
}
.schedule_ttl_sub::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #fff;
}
.schedule_ttl_sub span {
    position: relative;
    padding: 0 1em;
    box-sizing: border-box;
    letter-spacing: 0.1rem;
    background: #231815;
}

.scheduleBox {
    display: none;
}
.location_name {
    margin: 65px 0 40px;
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
}
.location_txt {
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 1.37;
}
.closeBtn {
    position: relative;
    width: 540px;
    margin: 80px auto 150px;
    padding: 10px 0;
    font-size: 1.93rem;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    border: 1px solid #000;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.2s;
}
.closeBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13%;
    transform: translateY(-50%);
    width: 33px;
    height: 33px;
    background: url(/assets/feature/rainbow/img/btn_close_btm.png);
    background-size: 100%;
}
.closeBtn:hover {
    opacity: 0.8;
}
@media only screen and (max-width: 767px) {
    .schedule {
        margin-top: 30px;
    }
    .schedule_ttl {
        padding: 15px 0;
        font-size: 1.84rem;
    }
    .schedule_ttl::after {
        right: 7%;
        width: 30px;
        height: 30px;
    }
    .schedule_ttl_sub {
        margin-top: 5px;
        font-size: 1.13rem;
    }
    .schedule_ttl_sub span {
        padding: 0 0.3em;
    }
    .location_name {
        margin: 40px 0 10px;
        font-size: 1.12rem;
    }
    .location_txt {
        margin-top: 10px;
        font-size: 1rem;
    }
    .closeBtn {
        width: 100%;
        margin: 35px auto 65px;
        font-size: 1.25rem;
    }
    .closeBtn::after {
        width: 22px;
        height: 22px;
    }
}

/*********************
	.btm
*********************/
.btm {
    margin: 75px auto 0;
}
.btm_txt {
    font-size: 3rem;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
.detailBtn,
.backBtn {
    width: 100%;
    margin-top: 45px;
}
.detailBtn a {
    padding: 40px 0;
    color: #fff;
    font-size: 2.6rem;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    background: #c81528;
    display: block;
}
.backBtn a {
    padding: 15px 0;
    color: #fff;
    font-size: 1.93rem;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    background: #9fa0a0;
    display: block;
}
@media only screen and (max-width: 767px) {
    .btm {
        margin: 45px auto 0;
    }
    .btm_txt {
        font-size: 1.38rem;
    }
    .detailBtn a {
        padding: 24px 0;
        font-size: 1.56rem;
    }
    .backBtn {
        margin-top: 25px;
    }
    .backBtn a {
        padding: 10px 0;
        font-size: 1.25rem;
    }
}
