@charset "utf-8";
/***************************************
    copyright by MaxWeb.com.tw 
***************************************/

@import url('style.css');

/* @font-face {
    font-family: 'cursive';
    src: url('../../../../../cufiles/fonts/HanziPenTC.ttf');
} */

/*-------------------------------------------- 
	container
---------------------------------------------*/
#container {
    width: 100%;
    margin-top: 120px;
}

/*-------------------------------------------- 
	content1
---------------------------------------------*/

#content1 {
    width: 100%;
    position: relative;
}

/*breadcrumb*/
.breadcrumb {
    width: 100%;
    background: #f8f8f8;
    /* background: linear-gradient(90deg, #bebebea6 70%, #ffffff00); */
    z-index: 9;
}
.breadcrumb .list_breadcrumb_blue01 {
    max-width: 1600px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
}
.breadcrumb .list_breadcrumb_blue01 ul {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding: 6px 100px;
    font-size: 1.4rem;
    width: 1680px;
    margin: auto;
}
.breadcrumb .list_breadcrumb_blue01 figure a {
    color: #917b63;
}
.breadcrumb .list_breadcrumb_blue01 figure a:hover {
    color: #42210b;
}
.breadcrumb .list_breadcrumb_blue01 figure .crumb_tag {
    color: #917b63;
}
.breadcrumb .list_breadcrumb_blue01 figure:last-child {
    color: #917b63;
}
.breadcrumb .list_breadcrumb_blue01 figure:last-child a {
    color: #917b63;
}

.c {
    max-width: 1680px;
}

.label_menu_title h1 {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0 100px;
    z-index: 8;
    text-align: center;
    color: #fff;
    font-size: 7rem;
    /*font-weight: lighter;*/
    /*color: #ff6200;*/
}

.label_menu_banner {
    background-image: url(../../../../../cufiles/images/subject_pic/bg.webp);
}
.label_menu_banner .menu_title {
    position: relative;
    max-width: 1600px;
    height: 400px;
    margin: auto;
    color: #fff;
}
.label_menu_banner .menu_title h1 {
    bottom: 15%;
    padding: 0 50px;
    font-size: 7rem;
    position: absolute;
    display: inline-block;
    right: 0;
}

/* .image_menu {
}
.image_menu .content_image {
}
.image_menu .content_image:before {
} */
.image_menu .content_image img {
    width: 100%;
    object-fit: cover;
}

/*-------------------------------------------- */

/*-------------------------------------------- 
	content2
---------------------------------------------*/
#content2 {
    width: 1280px;
    padding: 50px 0;
    margin: auto;
}

#content2 .menu_title {
    display: flex;
    gap: 5px;
    line-height: 40px;
    margin-bottom: 50px;
}
#content2 .menu_title .title {
    flex-shrink: 0;
    color: #42210b;
}

#content2 .menu_title .title a {
    color: #42210b;
}
#content2 .menu_title .title a:hover {
    color: #b8d6ce;
}
#content2 .menu_title .line {
    width: 70%;
    border-bottom: 2px solid #42210b;
}
#content2 .menu_title .nav {
    display: flex;
    flex-shrink: 0;
    gap: 15px;
}
/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

/*iPad Pro*/
@media screen and (max-width: 1279px) {
    .breadcrumb .list_breadcrumb_blue01 {
        padding: 0 50px;
    }

    #content2 {
        width: 100%;
        padding: 50px;
    }
}

/*iPad*/
@media screen and (max-width: 1023px) {
    .breadcrumb .list_breadcrumb_blue01 {
        padding: 0 25px;
    }

    #container {
        margin-top: 130px;
    }

    #content2 {
        padding: 50px 25px;
    }
    .label_menu_title h1 {
        /*margin: 8% 0 0px 15%;*/
        /*padding: 0px 20px;*/
        font-size: 3rem;
    }
}

/*iPhone*/
@media screen and (max-width: 767px) {
    .breadcrumb .list_breadcrumb_blue01 {
        padding: 0 10px;
    }

    #container {
        margin-top: 60px;
    }

    .image_logo_header {
    }

    .label_menu_title h1 {
        /*margin: 5% 0 0px 5%;*/
        font-size: 2rem;
    }

    .list_breadcrumb_blue01 ul {
        width: 100%;
        padding: 2px 10px;
    }
    .list_breadcrumb_blue01 figure {
        font-size: 1.4rem;
    }

    #content2 {
        padding: 50px;
    }
    .image_menu_box .content_image img {
        height: 62px;
    }
    .label_menu_title h1 {
        padding: 0 10px;
    }
    .schedule .content .button {
        margin: 60px 0 50px;
    }

    #content2 .menu_title .title h1 {
        font-size: 2.2rem;
    }
}
