@charset "UTF-8";
/* CSS Document */
/*bannerArea*/
.bannerArea {
  padding-top: 90px;
  /*margin-left: 62px;
  margin-right: 62px;*/
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerBox .Txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0 15px;
}
.bannerArea .bannerBox em {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.bannerArea .bannerBox h2 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  padding-top: 12px;
}
@media (max-width: 1180px) {
  .bannerArea {
    padding-top: 60px;
    margin: 0;
  }
  .bannerArea .bannerBox em {
    font-size: 13px;
  }
  .bannerArea .bannerBox h2 {
    font-size: 30px;
  }
}

/*mainArea*/
.mainArea {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: 62px;
  margin-right: 62px;
  background-color: #f5f5f5;
}
@media (max-width: 1180px) {
  .mainArea.ins {
    padding-bottom: 120px;
  }
}
.mainArea .wrap {
  max-width: 1244px;
  padding-left: 0;
  padding-right: 0;
}
.mainArea .cherryBlossomsLeftBox {
  position: absolute;
  bottom: 385px;
  left: 66px;
  width: 84px;
  height: 231px;
  pointer-events: none;
  z-index: 1;
}
.mainArea .cherryBlossomsLeftBox .cherryBlossoms01 {
  position: absolute;
  left: calc(50% - 9px);
  top: 0;
  pointer-events: none;
}
.mainArea .cherryBlossomsLeftBox .cherryBlossoms02 {
  position: absolute;
  top: 95px;
  left: 0;
  pointer-events: none;
}
.mainArea .cherryBlossomsLeftBox .cherryBlossoms03 {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.mainArea .cherryBlossomsRightBox {
  position: absolute;
  bottom: -38px;
  right: -62px;
  width: 288px;
  height: 484px;
  pointer-events: none;
  z-index: 1;
}
.mainArea .cherryBlossomsRightBox .cherryBlossoms04 {
  position: absolute;
  left: calc(50% - 9px);
  top: 0;
  pointer-events: none;
}
.mainArea .cherryBlossomsRightBox .treebg {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.mainArea .classRowBox {
  padding-bottom: 60px;
  margin-bottom: 0;
}
.mainArea .classRowBox .classItem {
  margin-right: 0;
  margin-bottom: 0;
}
.mainArea .classRowBox .classItem a {
  position: relative;
  padding: 0 15px 10px 15px;
  font-size: 15px;
  color: #808080;
  background-color: initial;
}
.mainArea .classRowBox .classItem a::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background-color: #111111;
  width: 0;
  transition: all 0.4s;
}
.mainArea .classRowBox .classItem a::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background-color: #dcdcdc;
}
.mainArea .classRowBox .classItem a:hover {
  color: #111111;
  background-color: initial;
}
.mainArea .classRowBox .classItem a:hover::before {
  width: 100%;
}
.mainArea .classRowBox .classItem a.current {
  color: #111111;
}
.mainArea .classRowBox .classItem a.current::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background-color: #111111;
  width: 100%;
  transition: all 0.4s;
}
.mainArea .classRowBox .classItem:last-child a::after {
  content: initial;
}
.mainArea .articleTitle {
  border-bottom: 1px #f5c8c5 dashed;
}
@media (max-width: 1700px) {
  .mainArea .cherryBlossomsLeftBox {
    width: 66px;
    left: 30px;
  }
  .mainArea .cherryBlossomsLeftBox .cherryBlossoms01 {
    width: 11px;
  }
  .mainArea .cherryBlossomsLeftBox .cherryBlossoms02 {
    width: 35px;
  }
  .mainArea .cherryBlossomsLeftBox .cherryBlossoms03 {
    width: 22px;
  }
  .mainArea .cherryBlossomsRightBox .cherryBlossoms04 {
    width: 17px;
  }
  .mainArea .cherryBlossomsRightBox .treebg {
    width: 230px;
  }
}
@media (max-width: 1600px) {
  .mainArea .cherryBlossomsLeftBox {
    left: -42px;
  }
}
@media (max-width: 1440px) {
  .mainArea .contentBox {
    padding: 0 30px;
  }
  .mainArea .cherryBlossomsRightBox {
    width: 180px;
  }
  .mainArea .cherryBlossomsRightBox .treebg {
    width: 180px;
  }
}
@media (max-width: 1180px) {
  .mainArea {
    background-color: #f3f3f3;
    padding: 60px 33px;
    top: 0;
    background-image: none;
    margin: 0;
  }
  .mainArea .wrap {
    max-width: 100%;
  }
  .mainArea .contentBox {
    padding: 0;
  }
  .mainArea .mClassLink .main {
    background-color: #F5C8C5;
    color: #92362f;
  }
  .mainArea .mClassLink .main::before {
    color: #92362f;
  }
  .mainArea .classRowBox {
    padding: 0 0 40px 0;
  }
  .mainArea .classRowBox .classItem a {
    padding: 10px;
  }
  .mainArea .classRowBox .classItem a::before, .mainArea .classRowBox .classItem a::after {
    content: initial;
  }
  .mainArea .classRowBox .classItem a:hover {
    color: #111111;
    background-color: initial;
  }
  .mainArea .classRowBox .classItem a:hover::before {
    width: 100%;
  }
  .mainArea .classRowBox .classItem a.current {
    color: #92362f;
  }
  .mainArea .classRowBox .classItem a.current::before {
    content: initial !important;
  }
  .mainArea .leafLeftBox,
.mainArea .leafRightBox,
.mainArea .cherryBlossomsLeftBox,
.mainArea .cherryBlossoms04 {
    display: none;
  }
  .mainArea .cherryBlossomsRightBox {
    right: 0;
  }
}
@media (max-width: 640px) {
  .mainArea {
    padding: 40px 20px;
  }
}

.classNote {
  padding-bottom: 60px;
  font-size: 15px;
  line-height: 1.8;
  color: #222;
  text-align: center;
}

.facList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facList .facItem {
  padding: 0 15px 30px;
  width: 33.33333%;
}
@media (max-width: 1180px) {
  .facList .facItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .facList .facItem {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
.facList .Img {
  position: relative;
  overflow: hidden;
}
.facList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.facList .Txt {
  padding-top: 15px;
}
.facList .Txt h3 {
  margin: 0;
}
.facList .Txt h3 a {
  font-size: 14px;
  font-weight: 400;
  color: #111111;
}
.facList .Txt h3 a:hover {
  color: #e6a8a4;
}
.facList .Txt p {
  height: 60px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #999999;
}

/******內頁******/
.contentBox .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
.contentBox .rightBox {
  margin-bottom: 40px;
}
.contentBox .link a {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px;
  box-shadow: 2px 2px 2px #ccc;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.side_contactInfo i {
  border: 2px #e8c2bf solid;
  background-color: #f5c8c5;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 16px;
}

.tab a {
  padding: 8px 12px;
  border: 2px #e8c2bf solid;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-right: 4px;
  color: #92362f;
}
.tab a.current {
  border: 2px #e8c2bf solid;
  background-color: #f5c8c5;
  box-shadow: none;
}
@media (max-width: 640px) {
  .tab a,
.tab a.current {
    border-width: 1px;
    font-size: 14px;
  }
}

.tabContent {
  border-color: #f5c8c5;
}

.flowerBox {
  position: absolute;
  bottom: -115px;
  right: -40px;
  pointer-events: none;
}
.flowerBox .flowerImg {
  width: 100%;
}
.flowerBox .leafImg {
  position: absolute;
  left: 47px;
  bottom: 88px;
  z-index: 100000;
}
@media (max-width: 1180px) {
  .flowerBox {
    right: 0;
    bottom: -80px;
    max-width: 250px;
  }
  .flowerBox .leafImg {
    left: 31px;
    bottom: 61px;
    width: 64px;
  }
}

.footer {
  position: relative;
}

.leafLeftBox {
  position: absolute;
  top: 10%;
  left: -64px;
  pointer-events: none;
}
.leafLeftBox img {
  width: 100%;
}

@media (max-width: 1600px) {
  .leafLeftBox {
    max-width: 130px;
  }
}
@media (max-width: 1440px) {
  .leafLeftBox {
    max-width: 100px;
  }
}
@media (max-width: 1180px) {
  .leafLeftBox {
    display: none;
  }
}