@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;
}
.mainArea.ins {
  padding-bottom: 140px;
}
.mainArea iframe {
  width: 100%;
  max-width: 600px;
  height: 450px;
}
@media (max-width: 640px) {
  .mainArea iframe {
    height: 300px;
  }
}
.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 .classNote {
  padding-bottom: 35px;
  line-height: 1.8;
}
.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;
}
@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;
  }
}

/*spotList*/
.spotList {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.spotList .spotItem {
  width: 25%;
  padding: 0 15px 30px 15px;
}
@media (max-width: 1180px) {
  .spotList .spotItem {
    width: 33.33333%;
  }
}
@media (max-width: 640px) {
  .spotList .spotItem {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
.spotList .Img {
  margin-bottom: 15px;
  position: relative;
}
.spotList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spotList h3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
}
.spotList h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #f5c8c5;
}
.spotList h3 a {
  display: inline-block;
  vertical-align: middle;
  color: #111111;
}
.spotList h3 a:hover {
  color: #e6a8a4;
}
.spotList p {
  font-size: 14px;
  color: #717171;
  line-height: 1.8;
}

/********內頁*******/
.titleArea {
  clear: both;
  margin-bottom: 30px;
  padding: 15px 10px;
  border-bottom: 1px #f5c8c5 dashed;
}
.titleArea h1 {
  font-size: 19px;
  font-weight: 400;
  color: #2f2f2f;
  overflow: hidden;
}
.titleArea h1 strong {
  display: block;
  font-weight: 400;
}
.titleArea h1 b {
  /*標題區左-訊息日期*/
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #a3a3a3;
}
.titleArea .btn-fb {
  /*fb*/
  float: left;
}
.titleArea a.back {
  /*回上頁*/
  float: right;
  display: block;
  margin-left: 5px;
  font-size: 10pt;
  color: #06F;
  cursor: pointer;
}

.pageBox {
  border-top: 0;
  margin-top: 50px;
}

.prevBtn {
  padding: 8px 14px;
  background-color: #f5c8c5;
  color: #111;
  font-size: 14px;
}
.prevBtn::before {
  margin-right: 10px;
  transition: all 0.2s;
  position: relative;
  right: 0;
}
.prevBtn:hover {
  color: #111;
}
.prevBtn:hover::before {
  right: 4px;
}

.nextBtn {
  padding: 8px 14px;
  background-color: #f5c8c5;
  color: #111;
  font-size: 14px;
}
.nextBtn::after {
  margin-left: 10px;
  transition: all 0.2s;
  position: relative;
  left: 0;
}
.nextBtn:hover {
  color: #111;
}
.nextBtn:hover::after {
  left: 4px;
}

.textEditor {
  word-break: break-all;
}

.side_spot .spotItem {
  margin-bottom: 0;
  padding-bottom: 0;
}

.side_share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.side_share a {
  width: inherit;
  padding: 8px 10px;
  margin: 0;
  height: 100%;
  text-shadow: none;
  margin-right: 10px;
  font-weight: 400;
  transition: all 0.3s;
}
.side_share .line {
  background: initial;
  color: #00B300;
  border-top: 0;
  margin-right: 10px;
}
.side_share .line:hover {
  background-color: #00B300;
  color: #fff;
}
.side_share .fb {
  background: initial;
  color: #235c9b;
  border-top: 0;
  margin-right: 0;
}
.side_share .fb:hover {
  background-color: #235c9b;
  color: #fff;
}

.sectionTitle {
  border-bottom: 1px #f5c8c5 dashed;
  padding: 0 0 10px 0;
}

.side_spot .Img {
  float: none;
  width: 100%;
  margin-right: 0;
}
.side_spot .Txt a {
  font-weight: 400;
  font-size: 16px;
}

.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;
  }
}