/*
@include flex();
@include flexDirection();
@include flexWrap();
@include justifyContent();
@include alignItems();
@include alignContent();
//@include order();
//@include flexBasis();
//@include flexGrow();
//@include alignSelf();
*/
.flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

@keyframes opacity_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes resize {
  0% {
    top: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes in_scale {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 768px) {
  body::-webkit-scrollbar {
    display: block;
    width: 15px;
  }
  body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
  }
  body::-webkit-scrollbar-track-piece:start {
    background: #f1f1f1;
  }
  body::-webkit-scrollbar-track-piece:end {
    background: #f1f1f1;
  }
}
.notre #contents {
  padding-top: 50px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .notre #contents {
    margin-top: 0px;
  }
}
.notre section.title_area {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.notre section.title_area .title_back {
  width: 100%;
  height: 21vw;
  background: #eff2f3;
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  .notre section.title_area .title_back {
    width: auto;
    height: 16vw;
    max-height: 185px;
    min-height: 140px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.notre section.title_area .title_back img {
  width: 90%;
  height: auto;
  margin: auto 0 auto 10%;
  margin-top: -2vw;
}
@media screen and (min-width: 768px) {
  .notre section.title_area .title_back img {
    width: auto;
    height: 22vw;
    max-height: 260px;
    min-height: 190px;
    margin-top: -33px;
  }
}
@media screen and (min-width: 768px) {
  .notre section.main_area {
    margin-top: 0;
  }
}
.notre .section_top {
  margin: 15vw 0 10vw 10%;
  width: 90%;
  height: 75vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .notre .section_top {
    margin: 60px 0 100px;
    width: 90%;
    height: 50vw;
  }
}
.notre .section_top h2 {
  font-size: 2.4vw;
  text-align: left;
  margin: auto;
  position: absolute;
  top: 46%;
  right: 0;
  width: 71%;
  background: #eff2f3;
  padding: 18vw 1% 10vw 16%;
}
@media screen and (min-width: 768px) {
  .notre .section_top h2 {
    font-size: 1em;
    margin-bottom: 150px;
    top: 60%;
    right: 0;
    padding: 7vw 1% 4vw 36%;
  }
}
.notre .section_top .top_img1,
.notre .section_top .top_img2,
.notre .section_top .top_img3 {
  position: absolute;
}
.notre .section_top .top_img1 img,
.notre .section_top .top_img2 img,
.notre .section_top .top_img3 img {
  width: 100%;
  height: auto;
}
.notre .section_top .top_img1 {
  width: 35%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .notre .section_top .top_img1 {
    width: 35%;
    top: 0;
    left: 0;
  }
}
.notre .section_top .top_img2 {
  width: 35%;
  top: 21%;
  left: 34%;
}
@media screen and (min-width: 768px) {
  .notre .section_top .top_img2 {
    width: 29%;
    top: 16%;
    left: 55%;
  }
}
.notre .section_top .top_img3 {
  width: 35%;
  top: 51%;
  left: 5%;
}
@media screen and (min-width: 768px) {
  .notre .section_top .top_img3 {
    width: 32%;
    top: 45%;
    left: 26%;
  }
}
.notre .section_lineup {
  margin: 15vw auto 10vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .notre .section_lineup {
    margin: 100px auto 100px;
  }
}
.notre .section_lineup h2 {
  margin: 0;
  border-bottom: 10px solid #eff2f3;
  width: 50%;
  max-width: 400px;
  height: auto;
  padding: 0 0 0 10%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .notre .section_lineup h2 {
    width: 90%;
    max-width: 325px;
    margin: 0 0 0 10%;
    padding: 0 0 0 4%;
    border-bottom: 15px solid #eff2f3;
    text-align: left;
  }
}
.notre .section_lineup h2 img {
  margin: 0 0 -12px 0;
  width: 50%;
  max-width: 150px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .notre .section_lineup h2 img {
    margin-bottom: -19px;
  }
}
.notre .section_lineup .item_area {
  width: 86%;
  max-width: 1540px;
  margin: 0 auto 10px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.notre .section_lineup .item_area .item_box {
  width: calc(50% - 14px);
  margin: 30px 7px;
  padding: 5px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .notre .section_lineup .item_area .item_box {
    width: calc(50% - 14px);
    margin: 30px 7px;
  }
}
.notre .section_lineup .item_area .item_box .item_img1 {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .notre .section_lineup .item_area .item_box .item_img1 {
    width: 40%;
  }
}
.notre .section_lineup .item_area .item_box .item_img1 img {
  width: 60%;
  margin: 0 auto;
  padding: 0 10px 0 0;
}
@media screen and (min-width: 768px) {
  .notre .section_lineup .item_area .item_box .item_img1 img {
    width: 50%;
  }
}
.notre .section_lineup .item_area .item_box .item_img2 {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .notre .section_lineup .item_area .item_box .item_img2 {
    width: 40%;
  }
}
.notre .section_lineup .item_area .item_box .item_img2 img {
  width: 60%;
  margin: 0 auto;
  padding: 0 10px 0 0;
}
@media screen and (min-width: 768px) {
  .notre .section_lineup .item_area .item_box .item_img2 img {
    width: 50%;
  }
}
.notre .section_lineup .item_area .item_box .item_des {
  width: 100%;
  margin: 10px auto 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .notre .section_lineup .item_area .item_box .item_des {
    width: 60%;
  }
}
.notre .section_lineup .item_area .item_box .item_des .item_name,
.notre .section_lineup .item_area .item_box .item_des .item_num,
.notre .section_lineup .item_area .item_box .item_des .item_price,
.notre .section_lineup .item_area .item_box .item_des .item_size,
.notre .section_lineup .item_area .item_box .item_des .item_capacity {
  width: 100%;
  display: block;
  margin: 3px auto;
  font-size: 3vw;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .notre .section_lineup .item_area .item_box .item_des .item_name,
  .notre .section_lineup .item_area .item_box .item_des .item_num,
  .notre .section_lineup .item_area .item_box .item_des .item_price,
  .notre .section_lineup .item_area .item_box .item_des .item_size,
  .notre .section_lineup .item_area .item_box .item_des .item_capacity {
    font-size: 0.8em;
  }
}
.notre .section_colours {
  margin: 15vw auto 10vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .notre .section_colours {
    margin: 100px auto 100px;
  }
}
.notre .section_colours h2 {
  margin: 0;
  border-bottom: 10px solid #eff2f3;
  width: 50%;
  max-width: 400px;
  height: auto;
  padding: 0 0 0 10%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .notre .section_colours h2 {
    width: 90%;
    max-width: 325px;
    margin: 0 0 0 10%;
    padding: 0 0 0 4%;
    border-bottom: 15px solid #eff2f3;
    text-align: left;
  }
}
.notre .section_colours h2 img {
  margin: 0 0 -12px 0;
  width: 40%;
  max-width: 150px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .notre .section_colours h2 img {
    margin-bottom: -10px;
  }
}
.notre .section_colours .item_area {
  width: 90%;
  max-width: 1540px;
  margin: 0 auto 10px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.notre .section_colours .item_area .item_box {
  width: calc(100% - 14px);
  margin: -15px 7px;
  padding: 17px 5px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .notre .section_colours .item_area .item_box {
    width: calc(33.33% - 14px);
    margin: 30px 7px;
  }
}
@media screen and (min-width: 768px) {
  .notre .section_colours .item_area .item_box:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.notre .section_colours .item_area .item_box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .notre .section_colours .item_area .item_box:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.notre .section_colours .item_area .item_box .item_img {
  width: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .notre .section_colours .item_area .item_box .item_img {
    width: 50%;
  }
}
.notre .section_colours .item_area .item_box .item_img img {
  width: 50%;
  margin: 0 auto;
  padding: 0 10px 0 0;
}
@media screen and (min-width: 768px) {
  .notre .section_colours .item_area .item_box .item_img img {
    width: 80%;
  }
}
.notre .section_colours .item_area .item_box .item_des {
  width: 50%;
  margin: 5px 15% 5% -15%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .notre .section_colours .item_area .item_box .item_des {
    width: 50%;
    margin: 5px -5% 5% 5%;
  }
}
.notre .section_colours .item_area .item_box .item_des .item_name {
  width: 100%;
  display: block;
  margin: 3px auto;
  font-size: 4vw;
  padding-left: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .notre .section_colours .item_area .item_box .item_des .item_name {
    font-size: 1.4em;
    margin-left: 34px;
  }
}
.notre .section_colours .item_area .item_box .item_des img {
  width: 70%;
  margin: 3px 20% 10% 10%;
}
@media screen and (min-width: 768px) {
  .notre .section_colours .item_area .item_box .item_des img {
    width: 90%;
    margin: 3px 0 10% 0;
  }
}
.notre .section_colours .item_area .item_box:nth-child(odd) .item_des {
  width: 50%;
  margin: 5px -15% 5% 15%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .notre .section_colours .item_area .item_box:nth-child(odd) .item_des {
    width: 50%;
    margin: 5px -5% 5% 5%;
  }
}
.notre .section_colours .item_area .item_box:nth-child(odd) .item_des img {
  width: 70%;
  margin: 3px 10% 10% 20%;
}
@media screen and (min-width: 768px) {
  .notre .section_colours .item_area .item_box:nth-child(odd) .item_des img {
    width: 90%;
    margin: 3px 0 10% 0;
  }
}
.notre .section_point {
  margin: auto;
  width: 100%;
  margin-top: 20vw;
  margin-bottom: 12vw;
}
@media screen and (min-width: 768px) {
  .notre .section_point {
    margin-top: 70px;
    margin-bottom: 20px;
  }
}
.notre .section_point h2 {
  margin: 0;
  border-bottom: 10px solid #eff2f3;
  width: 50%;
  max-width: 400px;
  height: auto;
  padding: 0 0 0 10%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .notre .section_point h2 {
    width: 90%;
    max-width: 325px;
    margin: 0 0 0 10%;
    padding: 0 0 0 4%;
    border-bottom: 15px solid #eff2f3;
    text-align: left;
  }
}
.notre .section_point h2 img {
  margin-bottom: -15px;
  width: 35%;
  max-width: 90px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .notre .section_point h2 img {
    margin-bottom: -10px;
  }
}
.notre .section_point .point_area {
  width: 94%;
  max-width: 1280px;
  margin: 6vw auto 10px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: start;
  -ms-justify-content: start;
  -webkit-justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .notre .section_point .point_area {
    width: 80%;
    margin: 90px auto 10px;
  }
}
.notre .section_point .point_area .point_box {
  margin: 30px auto;
  width: 90%;
  padding: 5px;
  position: relative;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
}
.notre .section_point .point_area .point_box:nth-child(odd) {
  margin: 30px 30px 30px 0;
}
.notre .section_point .point_area .point_box:nth-child(even) {
  margin: 30px 0 30px 30px;
}
@media screen and (min-width: 768px) {
  .notre .section_point .point_area .point_box {
    width: calc(50% - 10px);
  }
  .notre .section_point .point_area .point_box:nth-child(odd) {
    margin: -50px 5px 0;
  }
  .notre .section_point .point_area .point_box:nth-child(even) {
    margin: 70px 5px 0;
  }
}
@media screen and (min-width: 768px) {
  .notre .section_point .point_area .point_box.margin3 {
    margin: -150px 5px 0;
  }
}
.notre .section_point .point_area .point_box.margin4 {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .notre .section_point .point_area .point_box.margin4 {
    width: calc(50% - 10px);
  }
}
.notre .section_point .point_area .point_box.margin4 .point_img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .notre .section_point .point_area .point_box.margin4 .point_img img {
    width: 110%;
    margin-left: -10%;
  }
}
.notre .section_point .point_area .point_box.margin5 {
  margin: 30px 0 30px 30px;
}
@media screen and (min-width: 768px) {
  .notre .section_point .point_area .point_box.margin5 {
    margin: -230px 5px 0 30px;
  }
}
.notre .section_point .point_area .point_box.margin5 .point_img img {
  width: 70%;
  margin-left: 30%;
}
@media screen and (min-width: 768px) {
  .notre .section_point .point_area .point_box.margin5 .point_img img {
    width: 80%;
    margin-left: 0;
  }
}
.notre .section_point .point_area .point_box .point_img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.notre .section_point .point_area .point_box .point_img img {
  width: 94%;
}
.notre .section_point .point_area .point_box h3 {
  font-size: 4vw;
  font-weight: 600;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .notre .section_point .point_area .point_box h3 {
    font-size: 1.2em;
  }
}
.notre .section_point .point_area .point_box p {
  font-size: 3vw;
  margin: 10px auto;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .notre .section_point .point_area .point_box p {
    font-size: 0.8em;
  }
}
.notre .section_point .point_area .point_box .point_des1_1 {
  position: absolute;
  top: 54%;
  left: 0%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .notre .section_point .point_area .point_box .point_des1_1 {
    top: 54%;
    left: 7%;
  }
}
.notre .section_point .point_area .point_box .point_des1_1 p {
  width: 100%;
  margin: 0;
}
.notre .section_point .point_area .point_box .point_des2_1 {
  position: absolute;
  top: 41%;
  right: 0%;
  text-align: left;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .notre .section_point .point_area .point_box .point_des2_1 {
    top: 41%;
    right: -2%;
  }
}
.notre .section_point .point_area .point_box .point_des2_1 p {
  width: 90%;
  margin: 0;
}
.notre .section_point .point_area .point_box .point_des3_1 {
  position: absolute;
  top: 48%;
  left: 3%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .notre .section_point .point_area .point_box .point_des3_1 {
    top: 43%;
    left: 6%;
  }
}
.notre .section_point .point_area .point_box .point_des3_1 p {
  width: 100%;
  margin: 0;
}
.notre .section_point .point_area .point_box .point_des4_1 {
  position: absolute;
  top: 34%;
  left: 65%;
  text-align: left;
  width: 36%;
}
@media screen and (min-width: 768px) {
  .notre .section_point .point_area .point_box .point_des4_1 {
    top: 34%;
    left: 70%;
  }
}
.notre .section_point .point_area .point_box .point_des4_1 p {
  width: 100%;
  margin: 0;
}
.notre .section_point .point_area .point_box .point_des4_2 {
  position: absolute;
  top: 77%;
  left: 37%;
  text-align: left;
  width: 34%;
}
@media screen and (min-width: 768px) {
  .notre .section_point .point_area .point_box .point_des4_2 {
    top: 77%;
    left: 41%;
  }
}
.notre .section_point .point_area .point_box .point_des4_2 p {
  width: 100%;
  margin: 0;
}
.notre .section_point .point_area .point_box .point_des5_1 {
  position: absolute;
  top: 65%;
  left: 11%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .notre .section_point .point_area .point_box .point_des5_1 {
    top: 60%;
    left: 17%;
  }
}
.notre .section_point .point_area .point_box .point_des5_1 p {
  width: 100%;
  margin: 0;
}
.notre .section_etc {
  width: 100%;
  margin: 12vw auto;
}
@media screen and (min-width: 768px) {
  .notre .section_etc {
    margin: 0 auto;
  }
}
.notre .section_etc .etc_inner {
  margin: auto;
  width: 100%;
}
.notre .section_etc .etc_inner .notelink {
  border: #a5a6a6 1px solid;
  width: 90%;
  max-width: 360px;
  padding: 10px;
  margin: 12vw auto;
}
@media screen and (min-width: 768px) {
  .notre .section_etc .etc_inner .notelink {
    width: 50%;
    margin: 80px auto;
    max-width: 460px;
  }
}
.notre .section_etc .etc_inner .notelink a {
  display: block;
}
.notre .section_etc .etc_inner .notelink .noteinner {
  width: 100%;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: left;
}
.notre .section_etc .etc_inner .notelink .noteinner .noteimg {
  width: 30%;
  padding: 10px;
  text-align: right;
}
.notre .section_etc .etc_inner .notelink .noteinner .noteimg img {
  width: 80%;
  margin: auto;
}
.notre .section_etc .etc_inner .notelink .noteinner .notedes {
  width: 70%;
  padding: 10px;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .notre .section_etc .etc_inner .notelink .noteinner .notedes {
    width: 60%;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 2;
  }
}
.notre #footer_sub {
  width: 100%;
  height: auto;
  margin: 50px auto 0px;
  padding: 0px;
  background: #eef1f1;
  color: #4c4948;
}
.notre #footer_sub .footer_inner {
  width: 100%;
  max-width: 1920px;
  height: auto;
  min-height: 150px;
  margin: 20px auto 0;
  padding: 30px 30px 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .notre #footer_sub .footer_inner {
    padding: 30px 30px 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.notre #footer_sub .foot_title {
  width: 100%;
  text-align: left;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
.notre #footer_sub .foot_title img {
  width: 80%;
  max-width: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .notre #footer_sub .foot_title img {
    max-width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .notre #footer_sub .foot_title {
    width: 24%;
    margin-top: 0;
  }
}
.notre #footer_sub .foot_menu {
  width: 100%;
  text-align: left;
  margin-bottom: 4vw;
  margin-left: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .notre #footer_sub .foot_menu {
    width: 68%;
    max-width: 540px;
    margin-bottom: 30px;
    padding-top: 10px;
    margin-left: auto;
    text-align: right;
  }
}
.notre #footer_sub .foot_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: start;
  align-items: start;
  flex-wrap: wrap;
  margin-left: auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .notre #footer_sub .foot_menu ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: start;
    flex-wrap: wrap;
    margin-left: auto;
    margin-top: 0;
  }
}
.notre #footer_sub .foot_menu ul li {
  width: 50%;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .notre #footer_sub .foot_menu ul li {
    width: 25%;
  }
  .notre #footer_sub .foot_menu ul li:nth-child(1), .notre #footer_sub .foot_menu ul li:nth-child(4) {
    width: 25%;
  }
  .notre #footer_sub .foot_menu ul li:nth-child(2), .notre #footer_sub .foot_menu ul li:nth-child(5) {
    width: 26%;
  }
  .notre #footer_sub .foot_menu ul li:nth-child(3) {
    width: 23%;
  }
  .notre #footer_sub .foot_menu ul li:nth-child(6) {
    width: 19%;
  }
  .notre #footer_sub .foot_menu ul li:last-child {
    width: 19%;
  }
}
.notre #footer_sub .copy_text {
  display: block;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .notre #footer_sub .copy_text {
    margin-top: 20px;
  }
}

#menu_sub {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  background: #eef1f1;
  color: #4c4948;
}
#menu_sub .menu_inner {
  width: 100%;
  max-width: 1920px;
  height: auto;
  min-height: 150px;
  margin: 0 auto 0;
  padding: 30px 30px 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: start;
  flex-wrap: wrap;
}
#menu_sub .menu_title {
  width: 100%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 30px;
}
#menu_sub .menu_title img {
  width: 80%;
  max-width: none;
}
#menu_sub .menu_menu {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
  text-align: left;
}
#menu_sub .menu_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: start;
  align-items: start;
  flex-wrap: wrap;
  margin-left: auto;
  margin-top: 20px;
}
#menu_sub .menu_menu ul li {
  width: 50%;
  padding: 5px;
}
#menu_sub .menu_menu ul li:last-child {
  width: 50%;
}
#menu_sub .menu_logo {
  display: block;
  margin-top: 30px;
}
#menu_sub .menu_copy {
  width: 100%;
  text-align: left;
  display: block;
}
#menu_sub .menu_copy .copy_text {
  display: block;
}

#footer {
  margin-top: 0;
}
#footer .footer_inner {
  margin-top: 0;
}

#global_nav .modal-close .menu-line1, #global_nav .modal-close .menu-line2, #global_nav .modal-close .menu-line3 {
  background-color: #4b4948;
}/*# sourceMappingURL=notre.css.map */