﻿.index-info-box{

    width: 100%;

    display: block;

    position: relative;

}

.index-info-box .accesskey{

    position: absolute;

    top: 0;

    left: 0;

    color: transparent;

}

.index-info-all-box{

    width: 100%;

    max-width: 1600px;

    display: block;

    margin: 0 auto;

    position: relative;

    box-sizing: border-box;

    padding: 110px 0;

}



.index-info-top-box{

    display: flex;

    display: -webkit-flex;

    flex-direction: row;

}

.index-info-status-box{

    width: 360px;

    height: 360px;

    display: inline-flex;

    display: -webkit-inline-flex;

    align-items: flex-start;

    -webkit-align-items: flex-start;

    justify-content: center;

    -webkit-justify-content: center;

    flex-direction: column;

    border: 6px solid #000;

    box-sizing: border-box;

    padding: 0 65px;

    vertical-align: middle;

}

.index-info-status-now{

    position: relative;

}

.index-info-status-now p{

    font-family: 'Noto Sans TC';

    font-weight: 700;

    font-size: 1.75em;

    line-height: 26px;

    letter-spacing: 0.06em;

    color: #000;

    position: relative;

    z-index: 1;

}

.index-info-status-now::after{

    content: '';

    width: 100%;

    height: 6px;

    background-color: #ffea00;

    position: absolute;

    bottom: -2px;

    left: -1px;

}

.index-info-status{

    margin-top: 60px;

}

.index-info-status p{

    font-family: 'Noto Sans TC';

    font-weight: 300;

    font-size: 1em;

    line-height: 36px;

    letter-spacing: 0.06em;

    color: #666;

}



.index-info-date-box{

    width: 360px;

    height: 360px;

    display: inline-flex;

    display: -webkit-inline-flex;

    align-items: flex-start;

    -webkit-align-items: flex-start;

    justify-content: center;

    -webkit-justify-content: center;

    flex-direction: column;

    border: 6px solid #000;

    box-sizing: border-box;

    padding: 25px 10px;

    vertical-align: middle;

    margin: 0 60px;

}





.index-info-date{

	width: 100%;

	height: 100%;

	background:#fff;

}

.index-info-date-title-box{

    text-align: center;

    position: relative;

    margin-bottom: 20px;

}

.index-info-date-title-box a>span{

    position: absolute;

    display: block;

    top: calc(50% - 5px);

    width: 0;

    height: 0;

    border-top: 5px solid transparent;

    border-bottom: 5px solid transparent;

}

#index-info-date-prev span{

    border-right: 10px solid #000;

    left: 18px;

}

#index-info-date-next span{

    border-left: 10px solid #000;

    right: 18px;

}

#index-info-date-prev span.lightgrey{

    border-right: 10px solid #888;

}

.index-info-date-title p{

    display: inline-block;

    vertical-align: middle;

    font-size: 1.125em;

    letter-spacing: 0.06em;

    font-family: 'Noto Sans TC';

    font-weight: 500;

    color: #000;

    line-height: 26px;

    position: relative;

}

.index-info-date-title p>span{

    font-family: 'Noto Sans TC';

    font-weight: 500;

    position: relative;

    z-index: 1;

}

.index-info-date-title p:nth-child(2){

    top: -1px;

}

#index-info-date-month::after{

    content: '';

    width: 100%;

    height: 6px;

    background-color: #ffea00;

    position: absolute;

    bottom: 2px;

    left: 0;

}

.index-info-date-body-list ul{

	width: 100%;

}

.index-info-date-body-list ul li{

	width: 14.28%;

	height: 36px;

	line-height: 36px;

	list-style-type: none;

	display: block;

	box-sizing: border-box;

	float: left;

    text-align: center;

    position: relative;

}

.index-info-date-body-list ul li>p{

    font-family: 'roboto';

    font-size: 0.875em;

    position: relative;

    z-index: 1;

}

.index-info-date-body-week ul li{

    font-family: 'Noto Sans TC';

}

.lightgrey{

	color:#888;

}

.darkgrey{

	color:#000;

}

.green{

    color:#000;

}

.holiday::after{

    content: '';

    width: 20px;

    height: 20px;

    display: block;

    position: absolute;

    top: calc(50% - 10px);

    left: calc(50% - 10px);

    background-color: #bbb;

}

.greenbox::after{

    content: '';

    width: 20px;

    height: 20px;

    display: block;

    position: absolute;

    top: calc(50% - 10px);

    left: calc(50% - 10px);

	background-color: #ffea00;

}









.index-info-special-box{

    width: 760px;

    display: inline-block;

    vertical-align: middle;

}

.index-info-special{

    width: 100%;

    display: block;

    box-sizing: border-box;

    position: relative;

}

.index-info-special::after{

    content: '';

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    background-color: #ffea00;

    opacity: 0;

    transition: all .3s linear;

}

.index-info-special-zindex{

    box-sizing: border-box;

    position: relative;

    border-bottom: 6px solid #000;

    z-index: 1;

    display:         flex;

    display: -webkit-flex;

    align-items: center;

    -webkit-align-items: center;

    flex-direction: row;

}



.index-info-special:first-child .index-info-special-zindex{

    border-top: 6px solid #000;

}

.index-info-special-img-box{

    width: 100px;

    height: 100px;

    display: block;

}

.index-info-special-text-box{

    width: calc(100% - 100px);

    display: block;

    box-sizing: border-box;

    padding: 0 20px;

}

.index-info-special-date{

    font-family: 'roboto';

    font-weight: 300;

    font-size: 0.875em;

    letter-spacing: 0.06em;

    color: #333;

    line-height: 30px;

    transform: skewX(-10deg);

}

.index-info-special-date span{

    font-family: 'Noto Sans TC';

    font-weight: 300;

}

.index-info-special-text{

    font-family: 'Noto Sans TC';

    font-size: 1em;

    letter-spacing: 0.06em;

    color: #000;

    line-height: 30px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-info-more-box{

    display: inline-block;

    position: relative;

    z-index: 1;

    margin-top: 10px;

}

.index-info-more-box span{

    width: 0;

    height: 0;

    display: inline-block;

    vertical-align: middle;

    border-top: 5px solid transparent;

    border-bottom: 5px solid transparent;

    border-left: 10px solid #000;

}

.index-info-more-box p{

    display: inline-block;

    vertical-align: middle;

    margin-left: 10px;

    font-family: 'Noto Sans TC';

    font-size: 1em;

    letter-spacing: 0.06em;

    color: #000;

}



.index-info-bottom-box{

    display:         flex;

    display: -webkit-flex;

    flex-direction: row;

    margin-top: 100px;

}

.index-info-left-box{

    width: 680px;

    box-sizing: border-box;

    position: relative;

}

.index-info-center-box{

    width: 420px;

    box-sizing: border-box;

    position: relative;

    margin: 0 40px;

}

.index-info-right-box{

    width: 420px;

    box-sizing: border-box;

    position: relative;

}

.index-info-img-box{

    width: 100%;

    display: block;

    position: relative;

    overflow: hidden;

}

.index-info-left-box .index-info-img-box{

    height: 680px;

}

.index-info-center-box .index-info-img-box{

    height: 320px;

}

.index-info-center-box .index-info-img-box:first-child{

    margin-bottom: 40px;

}

.index-info-right-box .index-info-img-box{

    height: 680px;

}

.index-info-img-box p{

    width: 120px;

    height: 120px;

    position: absolute;

    display:         flex;

    display: -webkit-flex;

    align-items: center;

    -webkit-align-items: center;

    justify-content: center;

    -webkit-justify-content: center;

    flex-direction: column;

    box-sizing: border-box;

    font-family: 'Noto Sans TC';

    font-size: 1.5em;

    line-height: 30px;

    letter-spacing: 0.2em;

    background-color: #ffea00;

    color: #000;

    padding: 0 20px 0 35px;

}

.index-info-left-box .index-info-img-box p{

    bottom: 0;

    right: 0;

}

.index-info-center-box .index-info-img-box p{

    top: 0;

    right: 0;

    width: 100px;

    height: 100px;

    padding: 0 15px 0 24px;

}

.index-info-center-box .index-info-img-box:first-child p{

    right: initial;

    left: 0;

}

.index-info-right-box .index-info-img-box p{

    top:0;

    right: 0;

}







.fontSize_B .index-info-img-box p{

    padding: 0 20px 0 32px;

}

.fontSize_B .index-info-center-box .index-info-img-box p{

    padding: 0 15px 0 20px;

}

.index-info-url-box{
    width: 260px;
    display: block;
    padding-left: 0.06em;
    text-align: center;
    font-family: 'Noto Sans TC';
    font-size: 1.25em;
    color: #000;
    line-height: 50px;
    letter-spacing: 0.06em;
    margin-top: 45px;
    background-color: #fff;
    position: relative;
    transition: all .3s linear;
}
.index-info-url-box p{
    position: relative;
    z-index: 1;
    border: 6px solid #000;
    box-sizing: border-box;
}

.index-info-date-hover-box{
    width: 70px;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    z-index: 9;
    transition: all .3s linear;
    -webkit-filter: drop-shadow(0 0 5px rgba(0,0,0,0.35));
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.25));
}
.index-info-date-hover-box::after{
    content: "";
    width: 0;
    height: 0;
    border-right: 8px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 10px;
    right: 100%;
}
.index-info-date-body-list ul li:hover .index-info-date-hover-box{
    opacity: 1;
    pointer-events: all;
}



@media only screen and (max-width: 1600px){

    .index-info-all-box{

        max-width: 1200px;

    }

    .index-info-status-box{

        width: 300px;

        height: 300px;

        padding: 0 30px;

    }

    .index-info-date-box {

        width: 300px;

        height: 300px;

        margin: 0 30px;

        padding: 20px 10px;

    }

    .index-info-date-title-box{

        margin-bottom: 10px;

    }

    .index-info-date-body-list ul li{

        height: 30px;

        line-height: 30px;

    }

    .index-info-special-box {

        width: 540px;

    }

    .index-info-special-img-box {

        width: 80px;

        height: 80px;

    }

    .index-info-special-text-box {

        width: calc(100% - 80px);

    }

    .index-info-bottom-box{

        margin-top: 60px;

    }

    .index-info-left-box{

        width: 480px;

    }

    .index-info-left-box .index-info-img-box{

        height: 480px;

    }

    .index-info-center-box{

        width: 320px;

    }

    .index-info-center-box .index-info-img-box{

        height: 220px;

    }

    .index-info-right-box{

        width: 320px;

    }

    .index-info-right-box .index-info-img-box{

        height: 480px;

    }

}

@media only screen and (max-width: 1200px){

    .index-info-all-box{

        max-width: 1000px;

        padding: 80px 0;

    }

    .index-info-status-box{

        width: 240px;

        height: 240px;

        padding: 0 20px;

    }

    .index-info-date-box {

        width: 240px;

        height: 240px;

        margin: 0 20px;

        padding: 10px;

    }

    .index-info-date-title-box{

        margin-bottom: 0px;

    }

    .index-info-date-body-list ul li{

        height: 26px;

        line-height: 26px;

    }

    .index-info-special-box {

        width: 460px;

    }

    .index-info-special-img-box {

        width: 60px;

        height: 60px;

    }

    .index-info-special-text-box {

        width: calc(100% - 60px);

        padding: 0 10px;

    }

    .index-info-special-date,

    .index-info-special-text{

        line-height: 26px;

    }

    .index-info-bottom-box{

        margin-top: 40px;

    }

    .index-info-left-box{

        width: 420px;

    }

    .index-info-left-box .index-info-img-box{

        height: 420px;

    }

    .index-info-center-box{

        width: 270px;

        margin: 0 20px;

    }

    .index-info-center-box .index-info-img-box{

        height: 200px;

    }

    .index-info-center-box .index-info-img-box:first-child {

        margin-bottom: 20px;

    }

    .index-info-right-box{

        width: 270px;

    }

    .index-info-right-box .index-info-img-box{

        height: 420px;

    }

    .index-info-url-box{
        margin-top: 15px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1000px){

    .index-info-all-box{

        max-width: 750px;

        padding: 60px 0;

    }

    .index-info-top-box{

        flex-wrap: wrap;

    }

    .index-info-status-box{

        width: calc(50% - 20px);

        height: 355px;

        padding: 0 65px;

    }

    .index-info-date-box{

        width: calc(50% - 20px);

        height: 355px;

        margin: 0;

        margin-left: 40px;

        padding: 25px 10px;

    }

    .index-info-date-title-box{

        margin-bottom: 20px;

    }

    .index-info-date-body-list ul li{

        height: 36px;

        line-height: 36px;

    }

    .index-info-special-box{

        width: 100%;

        margin-top: 40px;

    }

    .index-info-special-img-box {

        width: 100px;

        height: 100px;

    }

    .index-info-special-text-box {

        width: calc(100% - 100px);

        padding: 0 10px;

    }

    .index-info-left-box{

        width: 300px;

    }

    .index-info-left-box .index-info-img-box{

        height: 300px;

    }

    .index-info-center-box{

        width: 205px;

    }

    .index-info-center-box .index-info-img-box{

        height: 140px;

    }

    .index-info-right-box{

        width: 205px;

    }

    .index-info-right-box .index-info-img-box{

        height: 300px;

    }



}

@media only screen and (max-width: 768px){

    .index-info-all-box{

        max-width: 550px;

        padding: 40px 0;

    }

    .index-info-status-box{

        width: calc(50% - 10px);

        height: 265px;

        padding: 0 20px;

    }

    .index-info-date-box{

        width: calc(50% - 10px);

        height: 265px;

        margin: 0;

        margin-left: 20px;

        padding: 15px 10px;

    }

    .index-info-date-title-box{

        margin-bottom: 10px;

    }

    .index-info-date-body-list ul li{

        height: 26px;

        line-height: 26px;

    }

    .index-info-bottom-box {

        flex-wrap: wrap;

    }

    .index-info-left-box{

        width: 100%;

        margin-bottom: 20px;

    }

    .index-info-left-box .index-info-img-box{

        height: 550px;

    }

    .index-info-center-box{

        width: 265px;

        margin: 0;

        margin-right: 20px;

    }

    .index-info-center-box .index-info-img-box{

        height: 265px;

    }

    .index-info-right-box{

        width: 265px;

    }

    .index-info-right-box .index-info-img-box{

        height: 550px;

    }

}

@media only screen and (max-width: 550px){

    .index-info-all-box{

        max-width: 400px;

        padding: 20px 0;

    }

    .index-info-top-box{

        flex-direction: column;

    }

    .index-info-status-box{

        width: 100%;

        height: inherit;

        padding: 20px;

    }

    .index-info-status {

        margin-top: 30px;

    }

    .index-info-status-now p{

        font-size: 1.25em;

        line-height: 22px;

    }

    .index-info-status p{

        font-size: 0.875em;

        line-height: 30px;

    }

    .index-info-date-box{

        width: 100%;

        height: inherit;

        margin: 0;

        margin-top: 20px;

        padding: 15px 10px;

    }

    .index-info-date-title-box{

        margin-bottom: 10px;

    }

    .index-info-date-body-list ul li{

        height: 26px;

        line-height: 26px;

    }

    .index-info-special-box{

        margin-top: 20px;

    }

    .index-info-special-img-box {

        width: 80px;

        height: 80px;

    }

    .index-info-special-text-box {

        width: calc(100% - 80px);

    }

    .index-info-special-date{

        font-size: 0.75em;

    }

    .index-info-special-text{

        font-size: 0.875em;

    }

    .index-info-bottom-box {

        flex-direction: column;

        margin-top: 20px;

    }

    .index-info-left-box{

        width: 100%;

        margin-bottom: 10px;

    }

    .index-info-left-box .index-info-img-box{

        height: 400px;

    }

    .index-info-center-box{

        width: 100%;

        margin-bottom: 10px;

    }

    .index-info-center-box .index-info-img-box{

        height: 400px;

    }

    .index-info-right-box{

        width: 100%;

    }

    .index-info-right-box .index-info-img-box{

        height: 400px;

    }

    .index-info-img-box p{

        font-size: 1.25em;

        width: 80px;

        height: 80px;

        padding: 0 10px 0 19px;

    }

    .index-info-center-box .index-info-img-box p {

        width: 80px;

        height: 80px;

        padding: 0 10px 0 19px;

        top: 0;
    }
    .index-info-left-box .index-info-img-box p,
    .index-info-right-box .index-info-img-box p {

        top: 0;

        right: 0;

    }
    .index-info-center-box .index-info-img-box:first-child p{
        left: initial;
        right: 0;
        top: 0;
    }
    .index-info-url-box{
        font-size: 1em;
        width: 200px;
        margin: 0 auto;
        margin-top: 15px;
    }

}

@media only screen and (max-width: 400px){

    .index-info-all-box{

        max-width: 300px;

    }

    .index-info-left-box .index-info-img-box{

        height: 300px;

    }

    .index-info-center-box .index-info-img-box{

        height: 300px;

    }

    .index-info-right-box .index-info-img-box{

        height: 300px;

    }

}







@media only screen and (min-width: 1001px) and (prefers-reduced-motion: no-preference){

    .index-info-status-box,

    .index-info-date-box,

    .index-info-special-box,

    .index-info-left-box,

    .index-info-center-box,

    .index-info-right-box{

        opacity: 0;

    }

    .index-info-top-box.anima .index-info-status-box{

        animation: fadeInLeft 1s ease 0s 1 both;

    }

    .index-info-top-box.anima .index-info-date-box{

        animation: fadeInLeft 1s ease 0s 1 both;

    }

    .index-info-top-box.anima .index-info-special-box{

        animation: fadeInRight 1s ease 0s 1 both;

    }

    .index-info-bottom-box.anima .index-info-left-box{

        animation: fadeInLeft 1s ease 0s 1 both;

    }

    .index-info-bottom-box.anima .index-info-center-box{

        animation: fadeInDown 1s ease 0s 1 both;

    }

    .index-info-bottom-box.anima .index-info-right-box{

        animation: fadeInRight 1s ease 0s 1 both;

    }

}

@media only screen and (min-width: 1001px){

    /* hover */

    .index-info-special:hover::after{

        top: 15px;

        left: -10px;

        opacity: 1;

    }

    .index-info-more-box::after{

        content: '';

        width: 0%;

        height: 1px;

        background-color: #000;

        position: absolute;

        bottom: 0;

        left: 0;

        transition: all .3s linear;

    }

    .index-info-more-box:hover::after{

        width: 100%;

    }

    .index-info-img-box:hover>span{

        transform: scale(1.1);

    }
    
    .index-info-url-box:hover{
        color: #000;
    }
    .index-info-url-box::after{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #ffea00;
        opacity: 0;
        transition: all .3s linear;
    }
    .index-info-url-box:hover::after{
        top: 10px;
        left: -10px;
        opacity: 1;
    }

}