@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500|Muli:300,400,700|Noto+Sans+TC:100,300,400&display=swap");
.mainArea.ins {
  margin-top: -200px;
  position: relative;
  z-index: 1; }
  .mainArea.ins .wrap {
    max-width: 1366px; }

.mainArea.inner {
  padding-bottom: 120px; }
  @media (max-width: 740px) {
    .mainArea.inner {
      padding-bottom: 60px; } }

@media (max-width: 740px) {
  .infoBox {
    padding-bottom: 0px; } }

.infoBox .infoWrap {
  max-width: 530px; }

.infoBox .titleBox .en {
  font-size: 40px;
  font-weight: 400;
  line-height: 1; }
  .infoBox .titleBox .en span {
    font-weight: 400; }

.infoBox .titleBox .tw {
  margin-top: 10px; }

.infoBox .info {
  margin-top: 30px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 26px;
  color: #454545; }

.infoBox .btnBox {
  margin-top: 40px; }

.infoBox .viewBtn {
  position: relative;
  display: block;
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-weight: 100;
  letter-spacing: 0.15em;
  color: #FFF;
  text-align: center;
  background-color: #1b1b1b; }
  .infoBox .viewBtn:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    height: 36px;
    background-image: url(../images/eye.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top; }

.infoBox .mid {
  margin-top: 45px;
  overflow: hidden; }
  .infoBox .mid > div {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 28px;
    color: #666666;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-bottom: 30px; }
    .infoBox .mid > div:not(:last-child) {
      border-bottom: 1px solid #ededed; }
  .infoBox .mid h4 {
    margin-left: -18px;
    margin-bottom: 10px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #A32135; }
    .infoBox .mid h4:before {
      content: '．';
      position: relative;
      display: inline-block; }

.projectBox {
  position: relative;
  background-image: url(../images/bgWedding01.jpg);
  background-repeat: repeat;
  background-position: center;
  z-index: 1;
  padding-top: 90px;
  padding-bottom: 120px; }
  @media screen and (min-width: 741px) and (max-width: 1180px) {
    .projectBox {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 740px) {
    .projectBox {
      padding-top: 60px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 60px; } }

.projectTitle {
  margin-bottom: 55px;
  text-align: center; }
  .projectTitle .en {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: normal; }
  .projectTitle .tw {
    margin-top: 10px;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0.05em; }

.projectLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto; }
  .projectLink li {
    position: relative;
    text-align: center; }
    .projectLink li:hover .Img {
      border-color: #A32135; }
    .projectLink li:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
    .projectLink li:hover .projectName {
      color: #A32135; }
  .projectLink .Txt {
      padding:0 5px;
  }
  .projectLink .Img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 1px dashed #AAA;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px; }
  .projectLink img {
    display: block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
  .projectLink .projectName {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.05em;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #111; }
  .projectLink .projectPrice {
    margin-bottom: 35px;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 0.05em;
    color: #A32135; }
  .projectLink .projectNote {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 26px;
    color: #454545;
      text-align:left;
  }
  .projectLink .linkBtn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: none; }
    .projectLink .linkBtn.current ~ .Img {
      border-color: #A32135; }
      .projectLink .linkBtn.current ~ .Img img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0); }
    .projectLink .linkBtn.current ~ .Txt .projectName {
      color: #A32135; }

.userContentBox {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 110px; }
  @media (max-width: 740px) {
    .userContentBox {
      padding-top: 60px; } }

.userProjectTitle {
  margin-bottom: 60px;
  text-align: center; }
  @media (max-width: 980px) {
    .userProjectTitle {
      margin-bottom: 30px; } }
  .userProjectTitle .en {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: normal; }
  .userProjectTitle .tw {
    margin-top: 10px;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0.05em; }

.userProjectName {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 980px) {
    .userProjectName {
      margin-bottom: 60px; } }
  .userProjectName li:not(:first-child):before {
    content: '';
    margin-left: 15px;
    margin-right: 12px;
    display: inline-block;
    width: 14px;
    height: 20px;
    background-image: url(../images/sl02.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top; }
  .userProjectName a {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #454545;
    padding-top: 20px;
    padding-bottom: 20px; }
    .userProjectName a:hover {
      color: #A32135; }

@media (max-width: 980px) {
  .userContent {
    padding-left: 60px;
    padding-right: 60px; } }

@media (max-width: 740px) {
  .userContent {
    padding-left: 20px;
    padding-right: 20px; } }

.userContent .userItem {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 981px) {
    .userContent .userItem:nth-of-type(2n+2) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
      flex-flow: row-reverse; } }
  @media (min-width: 1181px) {
    .userContent .userItem:nth-of-type(2n+2) .userLeftBox {
      padding-left: 100px;
      padding-right: 120px; } }
  @media (max-width: 980px) {
    .userContent .userItem {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      max-width: 690px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 60px; } }

.userContent .userLeftBox {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.userContent .userRightBox {
  max-width: 690px; }
  @media (max-width: 980px) {
    .userContent .userRightBox {
      margin-bottom: 30px; } }
  .userContent .userRightBox img {
    display: block; }

@media (min-width: 1181px) {
  .userLeftBox {
    padding-left: 120px;
    padding-right: 100px; } }

@media screen and (min-width: 981px) and (max-width: 1180px) {
  .userLeftBox {
    padding-left: 60px;
    padding-right: 60px; } }

.userLeftBox h4 {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #111; }

.userLeftBox .userUl {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #454545;
  padding-left: 0;
  list-style: none; }
  .userLeftBox .userUl > li {
    padding-left: 20px;
    position: relative;
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #e5e5e5; }
    .userLeftBox .userUl > li:before {
      content: '．';
      position: absolute;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #AAA; }
    .userLeftBox .userUl > li:first-child {
      border-top: solid 1px #111; }

.formArea {
  background-color: #FFF;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px; }

.formBtn {
  display: block;
  width: 200px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #111;
  color: #FFF;
  margin-left: auto;
  margin-right: auto; }
  .formBtn:hover {
    background-color: #A32135;
    color: #FFF; }
