@charset "UTF-8";
/* CSS Document */

.env_all {
    width: 930px;
    margin: 20px auto 40px;
}

.r-tabs .r-tabs-nav {
    border-bottom: 1px solid #000;
    width: 100%;
    text-align: center;
}

.r-tabs {
    position: relative;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    top: 1px;
    width: 305px;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
    display: inline-block;
    color: #999;
    width: 100%;
    text-align: center;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    font-size: 12px;
    padding: 10px;
    line-height: 1.4;
}

.r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: #fff;
    width: 305px;
}

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}

.r-tabs .r-tabs-panel {
    margin-bottom: 3px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    color: #999;
    text-decoration: none;
    margin-bottom: 3px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    color: #999;
    margin-bottom: 0;
}

#tab-1, #tab-2, #tab-3, #tab-4, #tab-5, #tab-6 {
    margin: 40px auto;
}

#sp_main {
    display: none;
}

.switch {
    visibility: hidden;
}

.bxslider {
    width: 930px;
}

.days_list > li{
    display: flex;
    margin-bottom: 30px;
}

.env_day img {
    width: 250px;
    margin-right: 30px;
}

.env_time {
    font-weight: 700;
}

.env_spe {
    padding-top: 10px;
}

.env_photo {
    width: 453px;
    margin-bottom: 40px;
}

.env_photo02 {
    width: 930px;
    margin-bottom: 40px;
}

.pho_tex {
    margin: 30px 0;
}

.e_pho {
    margin-bottom: 20px;
}

#shoot-title {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.bx-wrapper .bx-next {
    right: 0;
}

.bx-wrapper .bx-prev {
    left: 0;
}

.bx-wrapper {
    margin: 0 auto 40px;
}

.graph {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: yellowgreen;
    background-image: linear-gradient(to right, transparent 50%, #655 0);
}

.graph::before {
    content: '';
    display: block;
    margin-left: 50%;
    height: 100%;
    border-radius: 0 100% 100% 0 / 50%;
    background-color: inherit;
    transform-origin: left;
}

.deg45::before {
    background-color: #655;
    transform: rotate(45deg);
}

.env_p_list {
    display: flex;
    margin-bottom: 30px;
}

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

    .env_all {
        width: 100%;
        margin: 30px auto 40px;
    }

    /**/
    .r-tabs .r-tabs-nav .r-tabs-tab {
        position: relative;
        top: 1px;
        width: 225px;
        height: 50px;

    }

    .r-tabs .r-tabs-nav .r-tabs-anchor {
        border-bottom: 1px solid #999;
        border-top: 1px solid #999;
        margin-top: -4px;
        padding-left: 5%;
        height: 50px;
    }

    .r-tabs .r-tabs-nav .r-tabs-state-active {
        width: 225px;
        padding-left: 5%;
        height: 50px;
    }

    .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
        color: #437296;
        padding-left: 5%;
        height: 50px;
    }

    .r-tabs .r-tabs-panel {
        margin-bottom: 3px;
    }

    .r-tabs .r-tabs-accordion-title .r-tabs-anchor {

        border-bottom: 1px solid #999;
        border-top: 1px solid #999;
        margin-top: -4px;
        padding-left: 5%;
        height: 50px;
        padding-top: 15px;
    }

    .r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
        opacity: 0.5;
    }

    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
        background-color: #fff;
        color: #437296;
        margin-bottom: 0;
        padding-left: 5%;
        height: 50px;
        padding-top: 15px;
    }

    .pho_tex {
        margin: 30px auto 0;
        width: 90%;
    }

    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor > p {
        display: inline-block;

    }

    .r-tabs .r-tabs-accordion-title .r-tabs-anchor > p {
        display: inline-block;
    }

    #sp_main {
        display: block;
        margin-bottom: 30px;
    }

    .env_day {
        width: 100%;
        display: block;
        float: none;
        margin: 30px 0 10px;
    }

    .env_spe {
        padding-top: 15px;

    }

    .days_list > li {
        width: 100%;
        height: auto;
        display: block;
    }

    .days_list > li > p {
        width: 85%;
        margin: 0 auto;
    }

    .days_list {
        margin-bottom: 40px;
    }

    .env_photo {
        width: 100%;
        margin-bottom: 40px;
    }

    .env_day img {
        width: 100%;
        padding: 0 5%;
        margin-right: 0;
    }

    .disc {
        padding: 0 5%;
    }

    .env_photo02 {
        width: 100%;
        margin-bottom: 40px;
    }

    .env_p_list > li {
        float: none;
    }

    #slidercaption {
        padding: 0 5%;
    }

    #shoot-title {
        margin: 0 auto 11px;
        padding: 0 5%;
    }

    .env_p_list {
        display: block;
    }
}
