/***************************************
    copyright by MaxWeb.com.tw 
***************************************/
@import url("style.css");
/* @font-face {
    font-family: 'cursive';
    src: url('../../../../../cufiles/fonts/HanziPenTC.ttf');
} */
/*-------------------------------------------- 
	container
---------------------------------------------*/
#container {
  width: 100%;
}

/*-------------------------------------------- 
	content1
---------------------------------------------*/
/*breadcrumb*/
.breadcrumb {
  width: 100%;
  background: #f8f8f8;
  /* background: linear-gradient(90deg, #bebebea6 70%, #ffffff00); */
  z-index: 9;
  padding: 5px 0;
}

.breadcrumb .list_breadcrumb_blue01 {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}

.breadcrumb .list_breadcrumb_blue01 ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 6px 30px;
  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;
}

#content1 {
  width: 100%;
  position: relative;
}
#content1 .label_menu_title {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content1 .label_menu_title h1 {
  z-index: 8;
  text-align: center;
  color: #fff;
  font-size: 4rem;
}

.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 {
  position: relative;
}
.image_menu .content_image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.image_menu .content_image img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 300px;
}

/*-------------------------------------------- */
/*-------------------------------------------- 
	content2
---------------------------------------------*/
#content2 {
  width: 1200px;
  padding: 60px 0;
  margin: auto;
}
#content2 .menu_title .title {
  flex-shrink: 0;
  color: #42210b;
}
#content2 .menu_title .title a {
  color: #42210b;
}
#content2 .menu_title .title a:hover {
  color: #9aae8d;
}
#content2 .menu_title .title .line {
  width: 60%;
  border-bottom: 2px solid #42210b;
}
#content2 .menu_title .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;
  }
  .label_menu_title h1 {
    top: 10vh;
    right: 31%;
  }
}
/*iPad*/
@media screen and (max-width: 1023px) {
  .breadcrumb .list_breadcrumb_blue01 {
    padding: 0 25px;
  }
  #content2 {
    padding: 50px 25px;
  }
  .label_menu_title h1 {
    /*margin: 8% 0 0px 15%;*/
    /*padding: 0px 20px;*/
    font-size: 3rem;
  }
  .label_menu_title h1 {
    top: 6vh;
    right: 33%;
  }
}
/*iPhone*/
@media screen and (max-width: 767px) {
  .breadcrumb .list_breadcrumb_blue01 {
    padding: 0 10px;
  }
  .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 10px;
  }
  .image_menu_box .content_image img {
    height: 62px;
  }
  .label_menu_title h1 {
    padding: 0 10px;
  }
  .schedule .content .button {
    margin: 60px 0 50px;
  }
  .label_menu_title h1 {
    top: 2vh;
    right: 35%;
  }
}