@charset "utf-8";

/* secTab */
.secTab{
    margin-top: 8rem;
}
.secTab .titEng{
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    font-weight: 300;
    margin-left: 0.5rem;
}
.secTab .spanLine{
    position: relative;
}
.secTab .spanLine::before{
    content: "";
    position: absolute;
    top: 1rem;
    left: 9rem;
    width: 22rem;
    height: 0.1rem;
    background-color: var(--borderColor01);
}
.secTab .list{
    display: flex;
    margin-top: 2.8rem;
}
.secTab .item{
    width: 15%;
    margin-right: 2%;
}
.secTab .item:nth-child(6n){
    margin-right: 0;
}
.secTab .item:nth-child(n+7){
    mask-type: 1rem;
}
.secTab .tabInner{
    width: 100%;
    padding: 1rem 0;
    border: 0.1rem solid var(--borderColor02);
    border-radius: 2.75rem;
    min-height: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_20);
    font-weight: 700;
    color: var(--tabColor);
}
.secTab .item.active .tabInner{
    background-color: var(--activeColor);
    color: var(--whiteColor);
}
.secTab .spBox{
    display: none;
}
@media only screen and (max-width:1215px){
    .secTab{
        margin-top: 3rem;
    }
    .secTab .titEng{
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_50);
        margin-left: -0.3rem;
    }
    .secTab .spanLine::before{
        top: 0.7rem;
        left: 6.5rem;
        width: 5rem;
    }
    .secTab .list{
        display: none;
    }
    .secTab .spBox{
        display: block;
        margin-top: 1.2rem;
        position: relative;
    }
    .secTab .spBox::after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        top: calc(50% - 3px);
        right: 1.5rem;
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        background-color: #002222;
    }
    .secTab select{
        width: 100%;
        height: 5rem;
        background: var(--bgColor02);
        border-radius: 0.5rem;
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_20);
        color: var(--textColor);
        padding: 0 3rem 0 1.3rem;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

}
/* secEvent */
.secEvent{
    margin-top: 8rem;
}
.secEvent .list{
    display: flex;
    flex-wrap: wrap;
}
.secEvent .item{
    width: 30%;
    margin-right: 5%;
}
.secEvent .item:nth-child(3n){
    margin-right: 0;
}
.secEvent .item:nth-child(n+4){
    margin-top: 7rem;
}
.secEvent .link{
    display: block;
    position: relative;
    padding-bottom: 6.5rem;
}
.secEvent .link::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 11rem);
    height: 0.1rem;
    background-color: var(--borderColor01);
}
.secEvent .img{
    width: 100%;
    padding-top: 100%;
}
.secEvent .txtBox{
    margin-top: 3rem;
}
.secEvent .boxCategory{
    display: flex;
    align-items: center;
}
.secEvent .iconSituation{
    width: 5.7rem;
    height: 2.7rem;
    color: var(--whiteColor);
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_16);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
}
.secEvent .icon01{
    background: var(--tabColor01);
}
.secEvent .icon02{
    background: var(--tabColor02);
}
.secEvent .icon03{
    background: var(--tabColor03);
    color: var(--textColor);
}
.secEvent .txtCategory{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_16);
    color: var(--textColor);
}
.secEvent .iconSituation + .txtCategory{
    margin-left: 0.8rem;
}
.secEvent .iconNew{
    margin-left: 0.8rem;
}
.secEvent .tit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_30);
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc(var(--pcFontSize22) * var(--pcLineHeight22_30) * 2);
    margin-top: 1.4rem;
}
.secEvent .txtDay{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_22);
    color: var(--textColor);
    margin-top: 1.8rem;
    padding-left: 3rem;
    position: relative;
    font-weight: 400;
}
.secEvent .txtDay::before{
    content: "";
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 1.9rem;
    height: 2.1rem;
}
.secEvent .txtDay.lazyloaded::before{
    background: url(../img/event/iconDay.png) left top / 100% auto no-repeat;
}
.secEvent .txtPlace{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_22);
    color: var(--textColor);
    margin-top: 1.2rem;
    padding-left: 3rem;
    position: relative;
    font-weight: 400;
}
.secEvent .txtPlace::before{
    content: "";
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 1.9rem;
    height: 2.1rem;
}
.secEvent .txtPlace.lazyloaded::before{
    background: url(../img/event/iconPlace.png) left top / 100% auto no-repeat;
}
.secEvent .btnViewMore{
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_50);
    color: var(--textColor);
    width: 10rem;
    padding-bottom: 1.5rem;
    position: absolute;
    font-weight: 300;
    right: 0;
    bottom: 0;
}
.secEvent .btnViewMore::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: var(--borderColor02);
}
.secEvent .btnViewMore::after{
    content: "";
    position: absolute;
    top: 0.4rem;
    right: 0;
    width: 1rem;
    height: 0.8rem;
}
.secEvent .btnViewMore.lazyloaded::after{
    background: url(../img/event/iconArrow.png) left top / 100% auto no-repeat;
}
.secEvent .topBox{
    position: relative;
}
.secEvent .boxEnd{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bgFilter);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.secEvent .titEnd{
    font-size: var(--pcFontSize50);
    color: var(--whiteColor);
    font-weight: 100;
}
.secEvent .txtEnd{
    font-size: var(--pcFontSize14);
    color: var(--whiteColor);
    margin-top: 1.8rem;
    font-weight: 700;
}
@media only screen and (max-width:1215px){
    .secEvent{
        margin-top: 3rem;
    }
    .secEvent .list{
        display: block;
    }
    .secEvent .item{
        width: 100%;
        margin-right: 0;
    }
    .secEvent .item:nth-child(n+2){
        margin-top: 5rem;
    }
    .secEvent .link{
        display: block;
        position: relative;
        padding-bottom: 3rem;
    }
    .secEvent .link::after{
        width: calc(100% - 4rem);
    }
    .secEvent .txtBox{
        margin-top: 1.5rem;
    }
    .secEvent .iconSituation{
        width: 5.1rem;
        height: 2.3rem;
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_15);
    }
    .secEvent .txtCategory{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_15);
    }
    .secEvent .iconSituation + .txtCategory{
        margin-left: 0.2rem;
    }
    .secEvent .iconNew{
        margin-left: 0.8rem;
    }
    .secEvent .tit{
        font-size: var(--spFontSize17);
        line-height: var(--spLineHeight17_26);
        max-height: calc(var(--spFontSize17) * var(--spLineHeight17_26) * 2);
        margin-top: 1rem;
    }
    .secEvent .txtDay{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_15);
        margin-top: 1.6rem;
        padding-left: 2rem;
    }
    .secEvent .txtDay::before,.secEvent .txtPlace::before{
        width: 1.4rem;
        height: 1.5rem;
        top: 0;
    }
    .secEvent .txtPlace{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_15);
        margin-top: 0.8rem;
        padding-left: 2rem;
    }
    .secEvent .btnViewMore{
        width: 3rem;
    }
    .secEvent .btnViewMore::after{
        top: auto;
        bottom: 1.1rem;
        right: calc(50% - 0.5rem);
    }
    .secEvent .topBox{
        position: relative;
    }
    .secEvent .boxEnd{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--bgFilter);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .secEvent .titEnd{
        font-size: var(--pcFontSize50);
        color: var(--whiteColor);
        font-weight: 100;
    }
    .secEvent .boxEnd{
        padding-bottom: 0.4rem;
    }
    .secEvent .titEnd{
        font-size: var(--spFontSize40);
    }
    .secEvent .txtEnd{
        font-size: var(--spFontSize13);
        color: var(--whiteColor);
        margin-top: 1.8rem;
    }
}

/* details */
/* secDetailsTop */
.secDetailsTop{
    margin-top: 10rem;
}
.secDetailsTop .boxCategory{
    display: flex;
    align-items: center;
}
.secDetailsTop .iconSituation{
    width: 6.5rem;
    height: 3.2rem;
    color: var(--whiteColor);
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_20);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
}
.secDetailsTop .icon01{
    background: var(--tabColor01);
}
.secDetailsTop .icon02{
    background: var(--tabColor02);
}
.secDetailsTop .icon03{
    background: var(--tabColor03);
    color: var(--textColor);
}
.secDetailsTop .txtCategory{
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_20);
    color: var(--textColor);
}
.secDetailsTop .iconSituation + .txtCategory{
    margin-left: 0.6rem;
}
.secDetailsTop .iconNew{
    margin-left: 0.7rem;
    width: 3.5rem;
    height: 2rem;
}
.secDetailsTop .tit{
    font-size: var(--pcFontSize30);
    line-height: var(--pcLineHeight30_45);
    font-weight: 700;
    margin-top: 1.7rem;
}
.secDetailsTop .infoBox{
    display: flex;
    margin-top: 2rem;
}
.secDetailsTop .img{
    margin-top: 4rem;
    text-align: center;
}
.secDetailsTop img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.secDetailsTop .txtDay,.secDetailsTop .txtPlace{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    color: var(--textColor);
}
.secDetailsTop .txtDay + .txtPlace::before{
    content: "|";
    margin: 0 1.3rem;
    color: var(--textColor);
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
}
.secDetailsTop .infoTit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_30);
    font-weight: 700;
    margin-top: 3.8rem;
}
.secDetailsTop .infoTxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_36);
    margin-top: 2.5rem;
}
.secDetailsTop .boxDetails{
    margin-top: 5.2rem;
    background: var(--bgColor02);
    position: relative;
    padding: 3rem 5rem;
}
.secDetailsTop .titEng{
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_50);
    font-weight: 300;
    position: absolute;
    left: 2.8rem;
    top: -0.8rem;
}
.secDetailsTop .spanLine{
    position: relative;
}
.secDetailsTop .spanLine::before{
    content: "";
    position: absolute;
    top: 1rem;
    left: 7.5rem;
    width: 22rem;
    height: 0.1rem;
    background-color: var(--borderColor01);
}
.secDetailsTop th,.secDetailsTop td{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_22);
    color: var(--textColor);
    padding: 0.7rem 0;
}
.secDetailsTop th{
    width: 13.5rem;
    font-weight: 700;
}
.secDetailsTop td{
    width: calc(100% - 13.5rem);
}
@media only screen and (max-width:1215px){
    .secDetailsTop{
        margin-top: 3rem;
    }
    .secDetailsTop .iconSituation{
        width: 5.1rem;
        height: 2.3rem;
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_15);
    }
    .secDetailsTop .txtCategory{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_15);
    }
    .secDetailsTop .iconSituation + .txtCategory{
        margin-left: 0.4rem;
    }
    .secDetailsTop .iconNew{
        margin-left: 0.5rem;
        width: 3.1rem;
        height: 1.7rem;
    }
    .secDetailsTop .tit{
        font-size: var(--spFontSize17);
        line-height: var(--spLineHeight17_25);
        margin-top: 0.7rem;
    }
    .secDetailsTop .img{
        margin: 2.5rem auto 0;
    }
    .secDetailsTop .infoBox{
        display: block;
    }
    .secDetailsTop .txtDay,.secDetailsTop .txtPlace{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_20);
    }
    .secDetailsTop .txtDay + .txtPlace::before{
        display: none;
    }
    .secDetailsTop .infoTit{
        font-size: var(--pcFontSize22);
        line-height: var(--pcLineHeight22_30);
        font-weight: 700;
        margin-top: 3.8rem;
    }
    .secDetailsTop .infoTxt{
        font-size: var(--pcFontSize16);
        line-height: var(--pcLineHeight16_36);
        margin-top: 2.5rem;
    }
    .secDetailsTop .boxDetails{
        margin-top: 3rem;
        padding: 2rem 1.5rem 2rem 3rem;
    }
    .secDetailsTop .titEng{
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing0);
        left: 2rem;
        top: -0.65rem;
    }
    .secDetailsTop .spanLine{
        position: relative;
    }
    .secDetailsTop .spanLine::before{
        top: 1rem;
        left: 4.8rem;
        width: 5rem;
        background-color: var(--cmnTitblackColor_20);
    }
    .secDetailsTop th,.secDetailsTop td{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_22);
        padding: 0;
    }
    .secDetailsTop th{
        width: 6rem;
        font-weight: 700;
    }
    .secDetailsTop td{
        width: calc(100% - 6rem);
    }
    .secDetailsTop .aTab{
        position: relative;
        display: inline-block;
    }
    .secDetailsTop .aTab::after{
        bottom: 0.4rem;
    }
}

/* secReserveBox */
.secReserveBox{
    margin-top: 5.5rem;
}
.secReserveBox .flexBox{
    display: flex;
    justify-content: center;
}
.secReserveBox .leftBox{
    position: relative;
    padding-left: 13rem;
    display: inline-block;
}
.secReserveBox .tit{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_36);
}
.secReserveBox .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_36);
    font-weight: bold;
    color: var(--redColor);
}
.secReserveBox .txt span{
    border-bottom: solid 0.1rem var(--redColor);
}
.secReserveBox .img{
    position: absolute;
    left: 0;
    top: calc(50% - 5rem);
    width: 10rem;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.5rem;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}
.secReserveBox .btnBox{
    width: 40rem;
    margin: 3rem auto 0;
}
.secReserveBox .btnInner{
    height: 7.5rem;
    border-radius: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--whiteColor);
    background: var(--redColor);
    font-size: var(--pcFontSize16);
    font-weight: bold;
}
.secReserveBox .btnInner::after{
    position: absolute;
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    left: 4rem;
    top: calc(50% - 0.45rem);
    background: var(--whiteColor);
    border-radius: 50%;
}
@media only screen and (max-width:1215px){
    .secReserveBox{
        margin-top: 3.8rem;
    }
    .secReserveBox .flexBox{
        display: block;
    }
    .secReserveBox .leftBox{
        color: var(--textColor);
        padding-left: 0;
        width: 100%;
    }
    .secReserveBox .tit{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_20);
        text-align: center;
    }
    .secReserveBox .spFlex{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.5rem;
    }
    .secReserveBox .txt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_24);
        color: var(--redColor);
        margin-left: 1.5rem;
    }
    .secReserveBox .txt span{
        border-bottom: solid 0.1rem var(--redColor);
    }
    .secReserveBox .img{
        position: static;
        width: 5.5rem;
        height: 5.5rem;
    }
    .secReserveBox .btnBox{
        width: 100%;
        margin-top: 1.5rem;
    }
    .secReserveBox .btnInner{
        height: 5.5rem;
        border-radius: 2.75rem;
        font-size: var(--spFontSize13);
        background: var(--redColor);
        color: var(--whiteColor);
    }
    .secReserveBox .btnInner::after{
        width: 0.5rem;
        height: 0.5rem;
        left: 4rem;
        top: calc(50% - 0.25rem);
        background: var(--whiteColor);
        color: var(--whiteColor);
    }
}

/* secDetailsEntry */
.secDetailsEntry{
    margin-top: 10rem;
}
@media only screen and (max-width:1215px){
    .secDetailsEntry{
        margin-top: 5rem;
    }
}

.secReserveBnr{
    margin-top: 8.8rem;
    text-align: center;
}
@media only screen and (max-width:1215px){
    .secReserveBnr{
        margin-top: 7rem;
    }
}

/* secMap */
.secMap{
    margin-top: 13.5rem;
}
.secMap .titEng{
    font-size: var(--pcFontSize80);
    letter-spacing: var(--pcLetterSpacing80_50);
    font-weight: 100;
    text-align: center;
}
.secMap .tit{
    font-size: var(--pcFontSize16);
    font-weight: 700;
    margin-top: 3rem;
    text-align: center;
}
.secMap .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 4.8rem;
}
.secMap .item{
    width: 31.667%;
    margin-right: 2.4995%;
    min-height: 5.5rem;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_22);
    color: var(--tabColor);
    border: 0.1rem solid var(--borderColor01);
    font-weight: 700;
    padding: 0.7rem;
    border-radius: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.secMap .item:nth-child(3n){
    margin-right: 0;
}
.secMap .item:nth-child(n+4){
    margin-top:  2.4995%;
}
.secMap .item.active{
    color: var(--whiteColor);
    background: var(--activeColor);
}
.secMap .contentList{
    margin-top: 4.8rem;
}
.secMap .content{
    display: none;
}
.secMap .content.show{
    display: block;
}
.secMap .titPlace{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_30);
    padding-left: 1.5rem;
    border-left: 0.3rem solid var(--textColor);
    font-weight: 700;
}
.secMap .flBox{
    display: flex;
    justify-content: space-between;
    padding-left: 2rem;
    margin-top: 1.5rem;
}
.secMap .txtAddress{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_36);
    margin-right: 2rem;
}
.secMap .btnMap{
    font-size: var(--pcFontSize12);
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    color: var(--textColor);
    font-weight: 700;
}
.secMap .map{
    margin-top: 2rem;
    position: relative;
    padding-top: 41.667%;
}
.secMap iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.secMap .spBox,.secMap .spTxtBox{
    display: none;
}
@media only screen and (max-width:1215px){
    .secMap .list{
        display: none;
    }
    .secMap .spBox{
        display: block;
        margin-top: 3rem;
    }
    .secMap{
        margin-top: 7.4rem;
    }
    .secMap .titEng{
        font-size: var(--spFontSize34);
        letter-spacing: var(--spLetterSpacing0);
    }
    .secMap .tit{
        font-size: var(--spFontSize13);
        margin-top: 1.6rem;
    }
    .secMap .contentList{
        margin-top: 3rem;
    }
    .secMap .titPlace{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_22);
        padding-left: 1rem;
        border-left: 0.2rem solid var(--textColor);
    }
    .secMap .flBox{
        display: block;
        padding-left: 0;
        margin-top: 1rem;
    }
    .secMap .txtAddress{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_20);
    }
    .secMap .map{
        margin-top: 1.6rem;
        position: relative;
        padding-top: 100%;
    }
    .secMap .spTxtBox{
        display: block;
        margin-top: 1.5rem;
        text-align: right;
    }
    .secMap .spMapTxt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_20);
        text-decoration: underline;
        text-underline-offset: 0.1rem;
        color: var(--textColor);
        font-weight: 700;
    }
    .secMap .btnMap{
        display: none;
    }
    .secMap .spBox{
        position: relative;
    }
    .secMap .spBox::after{
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        top: calc(50% - 3px);
        right: 1.5rem;
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        background-color: var(--textColor);
    }
    .secMap select{
        width: 100%;
        max-width: 100%;
        background: var(--bgColor02);
        height: 5rem;
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_20);
        color: var(--textColor);
        padding: 0 3rem 0 1.3rem;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
    }
}


.secCmnBack{
    margin-top: 10rem;
}
@media only screen and (max-width:1215px){
    .secCmnBack{
        margin-top: 5rem;
    }
}


.secForm .boxEvent th,.secForm .boxEvent td{
    padding: 2.8rem 0;
}
@media only screen and (max-width:1215px){
    .secForm .boxEvent th{
        padding: 1.7rem 0 0;
    }
    .secForm .boxEvent td{
        padding: 1rem 0 2rem;
    }
}

.secCmnBack{
    margin-bottom: 20rem;
}
@media only screen and (max-width:1215px){
    .secCmnBack{
        margin-top: 10rem;
    }
}