@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/

/* secEventMain */
.secEventMain{
    margin-top: 60px;
}
.secEventMain .topTit{
    font-size: 16px;
    line-height: 2;
    text-align: center;
    font-weight: 500;
    color: #504f4a;
    letter-spacing: 1px;
}
.secEventMain .eventList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.secEventMain .eventItem{
    width: 30%;
    margin-right: 5%;
}
.secEventMain .eventItem:nth-child(3n){
    margin-right: 0;
}
.secEventMain .eventItem:nth-child(n+4){
    margin-top: 70px;
}
.secEventMain .itemLink{
    display: block;
    height: 100%;
    color: #504f4a;
    text-decoration: none;
    position: relative;
}
.secEventMain .topBox{
    position: relative;
}
.secEventMain .img{
    width: 100%;
    padding-top: 61.905%;
}
.secEventMain .itemTit{
    font-size: 20px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 22px;
}
.secEventMain .dayTxt,.secEventMain .addressTxt{
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 13px;
    letter-spacing: 1.75px;
}
.secEventMain .addressTxt{
    margin-top: 5px;
    letter-spacing: 1.25px;
}
.secEventMain .categoryList{
    margin-top: 17px;
    display: flex;
    padding-right: 110px;
}
.secEventMain .categoryItem{
    width: 125px;
    height: 30px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 1px;
}
.secEventMain .categoryItem.spOnly{
    display: none;
}
.secEventMain .categoryItem:nth-child(2){
    margin-left: 1px;
}
.secEventMain .categoryItem.end{
    width: 90px;
    background: #bfbfbf;
}
.secEventMain .moreBtn{
    position: absolute;
    right: 0;
    bottom: 9px;
    font-size: 12px;
    color: #504f4a;
    text-decoration: none;
    padding-right: 35px;
}
.secEventMain .moreBtn::after{
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    right: 0;
    top: calc(50% - 13px);
    border: solid 1px #504f4a;
    border-radius: 50%;
}
.secEventMain .moreBtn.lazyloaded::after{
    background: url(../img/common/iconBtnArrow.gif) center center / 6px auto no-repeat;
}
.secEventMain .spanLine{
    border-bottom: solid 1px #504f4a;
}
/* endBox */
.secEventMain .endBox{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.secEventMain .endTit{
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #fff;
    margin-top: 14px;
}
@media only screen and (max-width:767px){
    .secEventMain{
        margin-top: 50px;
    }
    .secEventMain .topTit{
        font-size: 12px;
        line-height: 1.83;
        letter-spacing: normal;
    }
    .secEventMain .eventList{
        margin-top: 23px;
    }
    .secEventMain .eventItem{
        width: calc(50% - 6.5px);
        margin-right: 13px;
    }
    .secEventMain .eventItem:nth-child(3n){
        margin-right: 13px;
    }
    .secEventMain .eventItem:nth-child(2n){
        margin-right: 0;
    }
    .secEventMain .eventItem:nth-child(n+3){
        margin-top: 30px;
    }
    .secEventMain .itemLink{
        padding-bottom: 46px;
    }
    .secEventMain .img{
        padding-top: 61.446%;
    }
    .secEventMain .itemTit{
        font-size: 14px;
        line-height: 1.42;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        max-height: 40px;
        margin-top: 11px;
    }
    .secEventMain .dayTxt,.secEventMain .addressTxt{
        font-size: 10px;
        line-height: 1.3;
        margin-top: 8px;
        letter-spacing: 0.5px;
    }
    .secEventMain .addressTxt{
        margin-top: 4px;
        letter-spacing: 0.5px;
    }
    .secEventMain .categoryList{
        display: none;
    }
    .secEventMain .categoryItem{
        width: 100%;
        height: 20px;
        font-size: 10px;
        display: none;
        letter-spacing: 0.5px;
    }
    .secEventMain .categoryItem.spOnly{
        display: flex;
    }
    .secEventMain .categoryItem:nth-child(2){
        margin-left: 0;
    }
    .secEventMain .moreBtn{
        width: 80.723%;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        padding-right: 0;
        left: 9.6385%;
        bottom: 0;
        border: solid 1px #504f4a;
        border-radius: 16px;
    }
    .secEventMain .moreBtn.lazyloaded{
        background: url(../img/common/iconBtnArrow.gif) right 14px center / 5px auto no-repeat;
    }
    .secEventMain .moreBtn::after{
        display: none;
    }
    .secEventMain .spanLine{
        border-bottom: none;
    }
    /* endBox */
    .secEventMain .endBox{
        height: calc(100% - 20px);
    }
    .secEventMain .endTitEng{
        width: 102px;
        margin: 0 auto;
    }
    .secEventMain .endTit{
        font-size: 10px;
        margin-top: 11px;
    }
}
@media only screen and (max-width:359px){
    .secEventMain .topTit{
        font-size: 11px;
    }
}

/*-----------------------------------------------
    details
-----------------------------------------------*/
/* secDetailsTop */
.secDetailsTop{
    margin-top: 81px;
    position: relative;
}
.secDetailsTop .topBox{
    padding-bottom: 32px;
    border-bottom: solid 1px #edeae6;
    position: relative;
}
.secDetailsTop .topBox::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #504f4a;
    left: 0;
    bottom: -1px;
}
.secDetailsTop .flBox{
    display: flex;
}
.secDetailsTop .categoryList{
    display: flex;
    margin-right: 20px;
    flex-shrink: 0;
}
.secDetailsTop .categoryItem{
    width: 125px;
    height: 30px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 1px;
}
.secDetailsTop .categoryItem.spOnly{
    display: none;
}
.secDetailsTop .categoryItem:nth-child(2){
    margin-left: 1px;
}
.secDetailsTop .categoryItem.end{
    width: 90px;
    background: #bfbfbf;
}
.secDetailsTop .topCover{
    display: flex;
}
.secDetailsTop .dayTxt,.secDetailsTop .addressTxt{
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
    letter-spacing: 1.75px;
}
.secDetailsTop .addressTxt{
    position: relative;
    letter-spacing: 1.25px;
}
.secDetailsTop .addressTxt::before{
    content: "/";
    margin: 0 11px;
}
.secDetailsTop .tit{
    font-size: 36px;
    line-height: 1.5;
    margin-top: 16px;
    padding-right: 320px;
    font-weight: 700;
    letter-spacing: 1.25px;
}
.secDetailsTop .btnInner{
    position: absolute;
    right: 0;
    bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background: #f36021;
    width: 260px;
    height: 54px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 27px;
}
.secDetailsTop .btnInner.lazyloaded{
    background: url(../img/common/iconCmnArrow.gif) right 30px center / 10px auto no-repeat #f36021;
}
@media only screen and (max-width:767px){
    .secDetailsTop{
        margin-top: 53px;
    }
    .secDetailsTop .topBox{
        padding-bottom: 16px;
    }
    .secDetailsTop .topBox::after{
        width: 30px;
    }
    .secDetailsTop .topCover{
        display: block;
    }
    .secDetailsTop .flBox{
        align-items: center;
    }
    .secDetailsTop .categoryList{
        margin-right: 8px;
    }
    .secDetailsTop .categoryItem{
        width: 80px;
        height: 22px;
        font-size: 10px;
    }
    .secDetailsTop .categoryItem.end{
        width: 70px;
    }
    .secDetailsTop .dayTxt,.secDetailsTop .addressTxt{
        font-size: 11px;
        margin-top: 0;
        letter-spacing: normal;
    }
    .secDetailsTop .addressTxt{
        margin-top: 7px;
        letter-spacing: 1px;
    }
    .secDetailsTop .addressTxt::before{
        display: none;
    }
    .secDetailsTop .tit{
        font-size: 17px;
        margin-top: 6px;
        padding-right: 0;
        letter-spacing: normal;
    }
    .secDetailsTop .btnInner{
        width: 265px;
        height: 48px;
        font-size: 12px;
        border-radius: 24px;
        position: static;
        margin: 20px auto 0;
    }
    .secDetailsTop .btnInner.lazyloaded{
        background-size: 8px auto;
    }
}

/* secDetailsImg */
.secDetailsImg{
    margin-top: 40px;
    text-align: center;
}
.secDetailsImg img{
    width: auto;
    height: auto;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width:767px){
    .secDetailsImg{
        margin-top: 20px;
    }
}

/* secDetailsInfo */
.secDetailsInfo{
    margin-top: 50px;
}
.secDetailsInfo table{
    width: 100%;
}
.secDetailsInfo tr{
    border-bottom: solid 1px #edeae6;
}
.secDetailsInfo tr:first-child{
    border-top: solid 1px #edeae6;
}
.secDetailsInfo th,.secDetailsInfo td{
    font-size: 14px;
    line-height: 1.4;
    padding: 26px 31px 24px;
    background: #fff;
    letter-spacing: 1.5px;
}
.secDetailsInfo th{
    width: 200px;
    padding: 26px 5px 24px;
    background: #f7f4f0;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1px;
}
.secDetailsInfo .mapLink{
    color: #00b4ff;
    text-underline-offset: 7px;
    text-decoration-color: #00b4ff;
}
@media only screen and (max-width:767px){
    .secDetailsInfo{
        margin-top: 20px;
    }
    .secDetailsInfo th,.secDetailsInfo td{
        font-size: 11px;
        line-height: 1.45;
        padding: 18px 5px 16px 12px;
        letter-spacing: 0.75px;
    }
    .secDetailsInfo th{
        width: 60px;
        padding: 18px 5px 16px;
        letter-spacing: 1px;
    }
    .secDetailsInfo .mapLink{
        text-underline-offset: 6px;
    }
}
/* secDetailsEntry */
.secDetailsEntry{
    margin-top: 100px;
    padding-bottom: 93px;
    position: relative;
}
.secDetailsEntry::after{
    position: absolute;
    content: "";
    width: 1100px;
    height: 1px;
    left: calc(50% - 550px);
    bottom: 0;
    background: #edeae6;
}
@media only screen and (max-width:767px){
    .secDetailsEntry{
        margin-top: 50px;
        padding-bottom: 42px;
        border-bottom: solid 1px #edeae6;
    }
    .secDetailsEntry::after{
        display: none;
    }
}
/* secDetailsMap */
.secDetailsMap{
    margin-top: 94px;
}
.secDetailsMap .mapTit{
    font-size: 30px;
    text-align: center;
    letter-spacing: 2.5px;
}
.secDetailsMap .mapCover{
    width: 100%;
    padding-top: 32.143%;
    position: relative;
    margin-top: 48px;
}
.secDetailsMap .mapCover iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
@media only screen and (max-width:767px){
    .secDetailsMap{
        margin-top: 27px;
    }
    .secDetailsMap .mapTit{
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1.5px;
    }
    .secDetailsMap .mapCover{
        width: 100%;
        padding-top: 86.957%;
        margin-top: 20px;
    }
}

.secForm + .secCmnBack,
.secCmnBack.noform{
    margin-bottom: 150px;
}
@media only screen and (max-width:767px){
    .secForm + .secCmnBack,
    .secCmnBack.noform{
    margin-bottom: 50px;
}
}