@charset "UTF-8";

body {
    margin: 0;
    font-family: "Yu Mincho", YuMincho, "游明朝体", "Yu Mincho", "YuMincho", serif;
}

.menu-head {
    background-color: rgb(240, 240, 240);
    text-align: center;
    padding: 25px 0;
}

.menu-sub-title {
    color: #b4a272;
}

.menu-title {
    font-size: 23px;
    /* font-weight: bold; */
}

.menu-title-img {
    background-image: url(./img/231206_pc_img/pc_img_line.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 51px;
    height: 5px;
    background-color: gray;
    opacity: 0.3;
    margin: auto;
}

.menu-description {
    border-bottom: 3px solid #b4a272;
    text-align: center;
    padding: 20px 0;
    margin: 30px 15%;
    /* font-weight: bold; */
    font-size: 20px;
}

.menu-list {
    background-color: rgb(240, 240, 240);
    padding: 35px 0;
}

.menu-course {
    display: flex;
    justify-content: space-evenly;
}

.menu-course-line {
    background-image: url(./img/231206_pc_img/pc_img_line.png);
    background-position: center;
    height: 5px;
    background-color: gray;
    opacity: 0.3;
}

.menu-course-item {
    background-color: white;
    width: 400px;
    padding: 35px;
}

.menu-course-name {
    font-weight: bold;
    font-size: 18px;
}

.menu-course-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 205px;
    margin: 13px 0;
}

#menu-course1 {
    background-image: url(../img/231206_pc_img/menu_kairo.png);
}

#menu-course2 {
    background-image: url(../img/231206_pc_img/menu_kairoeste.png);
}

.menu-course-text {
    width: 80%;
    margin: auto;
}

.menu-course-time-head {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.menu-course-time {
    text-align: center;
}

.menu-course-time-head-title,
.menu-course-recommend-head-title {
    font-weight: bold;
    font-size: 17px;
}

.menu-course-item-deco {
    background-image: url(seitai_img/seitai_img/231206_pc_img/pc_img_line.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 51px;
    height: 5px;
    background-color: gray;
    opacity: 0.3;
    margin: auto 0;
}

.menu-course-recommend-head {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.menu-course-recommend-text {
    line-height: 3;
}

.menu-link {
    display: flex;
    justify-content: space-evenly;
    padding: 30px 0;
}

.menu-link-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 50px;
    background-color: white;
    color: black;
    text-align: center;
    border-bottom: 1px solid gray;
    text-decoration: none;
}

@media screen and (max-width:1024px) {
    .menu-course-item {
        width: 40vw;
        padding: 3.5vw;
    }

    .menu-course-item-deco {
        width: 5.1vw;
    }
}

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

    .menu-title-img,
    .menu-course-line,
    .menu-course-item-deco {
        background-image: url(seitai_img/seitai_img/231206_sp_img/sp_img_line.png);
    }

    .menu-description {
        margin: 3vh 2vw;
    }

    .menu-course {
        flex-direction: column;
    }

    .menu-list {
        padding: 35px 2vw;
    }

    .menu-course-item {
        width: auto;
        margin: 10px 0;
    }

    .menu-link {
        flex-direction: column;
        align-items: center;
    }

    .menu-link-area {
        width: 80vw;
        margin: 10px 0;
    }
}