@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secTab{
    margin-top: 31px;
}
.secTab .tabList{
    display: flex;
    flex-wrap: wrap;
}
.secTab .tabItem{
    width: 15.625%;
    margin-right: 1.25%;
    height: auto;
}
.secTab .tabItem:nth-child(6n){
    margin-right: 0;
}
.secTab .tabItem:nth-child(n+7){
    margin-top: 15px;
}
.secTab .tabInner{
    width: 100%;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.6;
    border-radius: 35px;
    padding: 10px;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    color: #101010;
    text-decoration: none;
    height: 100%;
    letter-spacing: 0.5px;
}
.secTab .tabInner.active{
    box-shadow: 0;
    background: #1f2126;
    border-color: #1f2126;
    color: #fff;
}
@media only screen and (max-width:767px){
    .secCmnTit {
        height: 150px;
        background: url(../img/event/bgCmnTit_sp.jpg) center top / cover;
    }
    .secTab{
        margin-top: 20px;
    }
    .secTab .tabItem{
        width: 31.305%;
        margin-right: 3.0425%;
    }
    .secTab .tabItem:nth-child(3n){
        margin-right: 0;
    }
    .secTab .tabItem:nth-child(n+4){
        margin-top: 10px;
    }
    .secTab .tabInner{
        min-height: 45px;
        font-size: 12px;
        border-radius: 22.5px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    }
}

/* secEventMain */
.secEventMain{
    margin-top: 60px;
}
.secEventMain .eventList{
    display: flex;
    flex-wrap: wrap;
}
.secEventMain .eventItem{
    width: 31.25%;
    margin-right: 3.125%;
    height: auto;
}
.secEventMain .eventItem:nth-child(3n){
    margin-right: 0;
}
.secEventMain .eventItem:nth-child(n+4){
    margin-top: 60px;
}
.secEventMain .itemLink{
    display: block;
    color: #000;
    text-decoration: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px 6px 0 0;
    height: 100%;
}
.secEventMain .img{
    width: 100%;
    padding-top: 88%;
}
.secEventMain .txtBox{
    padding: 20px 20px 31px;
}
.secEventMain .dayBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secEventMain .dateTxt{
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secEventMain .categoryList{
    display: flex;
    flex-shrink: 0;
}
.secEventMain .categoryItem{
    width: 75px;
    padding: 3px 0 4px;
    text-align: center;
    font-size: 12px;
    border-radius: 10px;
}
.secEventMain .categoryItem:nth-child(2){
    margin-left: 10px;
}
.secEventMain .bg01{
    border: solid 1px #1e88e5;
    background: #1e88e5;
    color: #fff;
}
.secEventMain .bg02{
    border: solid 1px #444;
    background: #444;
    color: #fff;
}
.secEventMain .bg03{
    background: #fff;
    border: solid 1px #000;
    color: #000;
}
.secEventMain .bg04{
    border: solid 1px #f1ea36;
    background: #f1ea36;
    color: #000;
}
.secEventMain .bg05{
    border: solid 1px #ddd;
    background: #ddd;
    color: #000;
}
.secEventMain .itemTit{
    font-size: 18px;
    line-height: 1.66;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px;
    margin-top: 11px;
    letter-spacing: 1px;
}
.secEventMain .infoList{
    margin-top: 16px;
    border-top: solid 1px #ccc;
    padding-top: 18px;
}
.secEventMain .infoItem{
    padding-left: 21px;
    position: relative;
}
.secEventMain .infoItem:nth-child(n+2){
    margin-top: 7px;
}
.secEventMain .infoItem.time::after{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
}
.secEventMain .infoItem.time.lazyloaded::after{
    background: url(../img/event/iconTime.gif) center top / cover;
}
.secEventMain .infoItem.map::after{
    position: absolute;
    content: "";
    width: 14px;
    height: 19px;
    left: 0;
    top: 0;
}
.secEventMain .infoItem.map.lazyloaded::after{
    background: url(../img/event/iconMap.gif) center top / cover;
}
.secEventMain .infoTxt{
    font-size: 13px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.5px;
}
.secEventMain .topBox{
    position: relative;
}
/* endBox */
.secEventMain .endBox{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
.secEventMain .endTit{
    font-size: 18px;
    color: #fff;
    margin-top: 28px;
}
@media only screen and (max-width:767px){
    .secEventMain{
        margin-top: 30px;
    }
    .secEventMain .eventItem{
        width: 100%;
        margin-right: 0;
    }
    .secEventMain .eventItem:nth-child(n+2){
        margin-top: 30px;
    }
    .secEventMain .itemLink{
        box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    }
    .secEventMain .img{
        padding-top: 88.116%;
    }
    .secEventMain .txtBox{
        padding: 15px 20px 25px;
    }
    .secEventMain .dateTxt{
        font-size: 12px;
    }
    .secEventMain .categoryItem:nth-child(2){
        margin-left: 5px;
    }
    .secEventMain .itemTit{
        font-size: 15px;
        max-height: 50px;
        margin-top: 9px;
        letter-spacing: 0.5px;
    }
    .secEventMain .infoList{
        margin-top: 8px;
        padding-top: 9px;
    }
    .secEventMain .infoItem:nth-child(n+2){
        margin-top: 4px;
    }
    .secEventMain .infoTxt{
        font-size: 12px;
    }
    /* endBox */
    .secEventMain .endTitEng{
        width: 194px;
        margin: 0 auto;
    }
    .secEventMain .endTit{
        font-size: 15px;
        margin-top: 24px;
    }
}

/* secReserveBnr */
.secReserveBnr{
    margin-top: 100px;
}
.secReserveBnr .bnrInner{
    display: block;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    overflow: hidden;
}
@media only screen and (max-width:767px){
    .secReserveBnr{
        margin-top: 50px;
    }
    .secReserveBnr .bnrInner{
        box-shadow: 0;
    }
}

/* -------------------
    details 
--------------------*/

/* secDetailsTop */
.secDetailsTop{
    margin-top: 27px;
    padding-bottom: 20px;
    background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left bottom / 4px 1px repeat-x;
}
.secDetailsTop .topBox{
    display: flex;
    align-items: center;
}
.secDetailsTop .dateTxt{
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1.5px;
}
.secDetailsTop .categoryList{
    display: flex;
    flex-shrink: 0;
    margin-left: 38px;
}
.secDetailsTop .categoryItem{
    width: 75px;
    padding: 3px 0 4px;
    text-align: center;
    font-size: 12px;
    border-radius: 10px;
}
.secDetailsTop .categoryItem:nth-child(2){
    margin-left: 10px;
}
.secDetailsTop .bg01{
    border: solid 1px #1e88e5;
    background: #1e88e5;
    color: #fff;
}
.secDetailsTop .bg02{
    border: solid 1px #444;
    background: #444;
    color: #fff;
}
.secDetailsTop .bg03{
    background: #fff;
    border: solid 1px #000;
    color: #000;
}
.secDetailsTop .bg04{
    border: solid 1px #f1ea36;
    background: #f1ea36;
    color: #000;
}
.secDetailsTop .bg05{
    border: solid 1px #ddd;
    background: #ddd;
    color: #000;
}
.secDetailsTop .detailsTit{
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 2px;
    margin-top: 4px;
}
.secDetailsTop .infoBox{
    display: flex;
    margin-top: 16px;
}
.secDetailsTop .infoTxt{
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    padding-left: 21px;
    position: relative;
}
.secDetailsTop .infoTxt:nth-child(n+2){
    margin-left: 20px;
}
.secDetailsTop .infoTxt.time::after{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
}
.secDetailsTop .infoTxt.time.lazyloaded::after{
    background: url(../img/event/iconTime.gif) center top / cover;
}
.secDetailsTop .infoTxt.map::after{
    position: absolute;
    content: "";
    width: 14px;
    height: 19px;
    left: 0;
    top: 0;
}
.secDetailsTop .infoTxt.map.lazyloaded::after{
    background: url(../img/event/iconMap.gif) center top / cover;
}
@media only screen and (max-width:767px){
    .secDetailsTop{
        margin-top: 16px;
        padding-bottom: 16px;
        background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 5px) left bottom / 5px 1px repeat-x;
    }
    .secDetailsTop .dateTxt{
        font-size: 13px;
        letter-spacing: 0.75px;
    }
    .secDetailsTop .categoryList{
        margin-left: 16px;
    }
    .secDetailsTop .categoryItem:nth-child(2){
        margin-left: 5px;
    }
    .secDetailsTop .detailsTit{
        font-size: 16px;
        line-height: 1.625;
        letter-spacing: 0.5px;
        margin-top: 8px;
    }
    .secDetailsTop .infoBox{
        display: block;
        margin-top: 10px;
    }
    .secDetailsTop .infoTxt{
        font-size: 12px;
    }
    .secDetailsTop .infoTxt:nth-child(n+2){
        margin: 3px 0 0;
    }
}

/* secDetailsMain */
.secDetailsMain{
    margin-top: 30px;
}
.secDetailsMain .boxImg{
    text-align: center;
}
.secDetailsMain img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.secDetailsMain .tit{
    font-size: 25px;
    line-height: 1.66;
    margin-top: 19px;
}
.secDetailsMain .txt{
    font-size: 15px;
    line-height: 2;
    margin-top: 13px;
}
@media only screen and (max-width:767px){
    .secDetailsMain{
        margin-top: 20px;
    }
    .secDetailsMain .tit{
        font-size: 15px;
        line-height: 1.66;
        margin-top: 10px;
    }
    .secDetailsMain .txt{
        font-size: 12px;
        margin-top: 10px;
    }
}

/* secDetailsTable */
.secDetailsTable{
    margin-top: 45px;
}
.secDetailsTable table,
.secDetailsTable td,
.secDetailsTable th {
    border-collapse: collapse;
    border: 1px solid #fff;
}
.secDetailsTable td,
.secDetailsTable th {
    border-collapse: collapse;
    border: 1px solid #fff;
    font-size: 15px;
    line-height: 1.66;
}
.secDetailsTable table{
    width: 100%;
}
.secDetailsTable th{
    width: 221px;
    text-align: center;
    vertical-align: middle;
    background: #444444;
    color: #fff;
    padding: 23px 10px 22px;
    letter-spacing: 1px;
}
.secDetailsTable td{
    width: calc(100% - 221px);
    vertical-align: middle;
    padding: 23px 29px 22px;
    background: #f6f5f3;
    color: #000;
    letter-spacing: 0.75px;
}
.secDetailsTable td a{
    color: #1e88e5;
    text-underline-offset: 2px;
}
@media only screen and (max-width:767px){
    .secDetailsTable{
       margin-top: 25px;
    }
    .secDetailsTable td,
    .secDetailsTable th{
        font-size: 12px;
        line-height: 1.75;
    }
    .secDetailsTable th{
        width: 81px;
        padding: 5px;
        letter-spacing: 0.5px;
    }
    .secDetailsTable td{
        width: calc(100% - 81px);
        padding: 9px 13px 10px;
        letter-spacing: 0.5px;
    }
}
/* secMap */
.secMap{
    position: relative;
    margin-top: 55px;
    height: 350px;
}
.secMap iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
@media only screen and (max-width:767px){
    .secMap{
        margin-top: 20px;
        height: auto;
        padding-top: 80%;
    }
}
/* secReserveBnr details */
.secReserveBnr.details{
    margin-top: 80px;
}
@media only screen and (max-width:767px){
    .secReserveBnr.details{
        margin-top: 50px;
    }
}
/* secDetailsEntry */
.secDetailsEntry{
    margin-top: 80px;
}
.secDetailsEntry p{
    margin-top: 0px;
    margin-bottom: 20px;
}
.secDetailsEntry .photo_left img{
    padding-top: 50px;
}
@media only screen and (max-width:767px){
    .secDetailsEntry{
        margin-top: 50px;
    }
    .secDetailsEntry p{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .secDetailsEntry .photo_left img{
        padding-top: 30px;
    }
}

@media only screen and (max-width:767px){
    #footer{
        margin-top: 70px;
    }
}