@charset "UTF-8";

h2 span {
    color: #fff;
    text-align: center;
}

.course_wrapper {
    padding: 3% 0%;
    background-color: rgba(255, 255, 255, 0.6);
    max-width: 1200px;
    margin: auto;
}

.cd-fixed-bg.cd-bg-2 {
    background-image: url(../img/top/image2.jpg);
    height: 400px;
}

.cd-fixed-bg.cd-bg-2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.4;
}


.course_info {
    max-width: 1200px;
    margin: auto;
}

.strong {
    font-size: 27px;
}


.flex {
    display: flex;
}

.introduct {
    padding: 3%;
    background-color: #fcf5ef;
    box-shadow: 1.5px 1.5px 4px rgba(0, 0, 0, 0.2);
}

.intro_img img {
    height: 60%;
    object-fit: cover;
}

.course_img {
    max-width: 1200px;
    text-align: center;
    margin-bottom: 150px;
}

.coursegd {
    text-align: center;
}

.coursegd img {
    width: 80%;
    transition: transform 0.3s ease-in-out;
}

.coursegd img:hover {
    transform: scale(0.9) translateY(1px);
}

/* #lightbox .lb-image {
    max-height: 1066px;
    max-width: 1276px;
} */

.west,
.east,
.north,
.yatage,
.courserate {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 50px;
}

.west::after,
.east::after,
.north::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #b1b8ce;
    display: block;
    order: -1;
}

.yatage::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #b1b8ce;
    display: block;
    order: -1;
}

.courserate::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #b1b8ce;
    display: block;
    order: -1;
}


.tab_label {
    height: 60px;
    line-height: 60px;
    color: #000;
    background: #d9d9d9;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
    font-size: 20px;
    width: 50%;
}

.tab_label:not(:last-of-type) {
    margin-right: 5px;
}

.tab_content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;

}

/* アクティブタブ */
.tab_active:checked+.tab_label {
    color: #fff;
    background: #2d9429;

}

.tab_active2:checked+.tab_label {
    color: #fff;
    background: #e49b13;
}

.tab_active3:checked+.tab_label {
    color: #fff;
    background: #1f71b5;
}

.tab_active4:checked+.tab_label {
    color: #fff;
    background: #855bc0;
}

.tab_active:checked+.tab_label+.tab_content,
.tab_active2:checked+.tab_label+.tab_content,
.tab_active3:checked+.tab_label+.tab_content,
.tab_active4:checked+.tab_label+.tab_content {
    height: auto;
    overflow: auto;
    padding: 40px;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

/* ラジオボタン非表示 */
.tab_active,
.tab_active2,
.tab_active3,
.tab_active4 {
    display: none;
}


.course_flex {
    display: flex;
    padding: 0 20px;
}

.course_intro {
    margin-bottom: 40px;
}

.course_intro p {
    width: 80%;
    margin: auto;
}

.west img {
    padding: 0 10px;
}

.course_jpg {
    width: 50%;
    text-align: center;
}

.course_jpg img {
    width: 70%;
    margin-bottom: 30px;
}

.course_gif {
    width: 40%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table1,
.table2,
.table3 {
    margin: 0px auto 20px;
    /* width: 60%; */
}

.table2,
.table3 {
    width: 100%;
    overflow: auto;
}

.blue {
    background: #dceefc;
}

.green {
    background-color: rgb(236, 243, 198);
}

.table1 td {
    border: 1px solid #CCC;
    padding: 4px;
    text-align: center;
}

.table1 th {
    border: 1px solid #CCC;
    padding: 7px;
}

.darkblue {
    background-color: #1f71b5;
}

.purple {
    background-color: #855bc0;
}

.dark_green {
    background-color: #2d9429;
}

.gray {
    background-color: #e2e1e1;
}

.orange {
    background-color: #fae1b2;
}

.pink {
    background-color: rgb(255, 230, 234);
}

.gold {
    background-color: #fffecd;
}

.vividorange {
    background-color: #e49b13;
}

/* コースレート */
.courserate {
    width: 100%;
}

.horizontal_scroll {
    display: none;
}


/* スマホ */
@media screen and (max-width:766px) {

    .course_wrapper {
        padding: 3% 20px;

    }

    .tab_label {
        /* flex: initial; */
        width: 9.5%;
        font-size: 13px;
        height: 40px;
        line-height: 40px;
    }

    .tab_active:checked+.tab_label+.tab_content,
    .tab_active2:checked+.tab_label+.tab_content,
    .tab_active3:checked+.tab_label+.tab_content,
    .tab_active4:checked+.tab_label+.tab_content {
        padding: 10px;
    }

    .course_flex {
        display: block;
        padding: 0;
    }

    .table1 {
        width: 100%;
    }

    .course_jpg {
        margin: auto;
        width: 100%;
    }

    .course_jpg img {
        width: 90%;
    }

    .course_gif {
        width: 100%;
        margin: 20px auto 10px;
    }

    .course_intro p {
        width: 95%;
    }

    .table3 .gray {
        white-space: nowrap
    }

    .coursegd img {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .strong {
        font-size: 21px;
    }

    .horizontal_scroll {
        display: block;
        padding: 10px 0;
    }

}