@charset "utf-8";
@import url('../common/common.css');

/*---------------------------------------------------------------------------*/
.txtType01 {
  font-size: 12px;
  line-height: 1.8;
  padding: 20px 0 0;
}

.sectionTtl {
  font-size: 16px;
  font-weight: normal;
  padding: 60px 0 20px;
}
.txtBar {
  background: #000000;
  font-size: 0;
  height: 1px;
  line-height: 1;
  margin: 0 auto 30px;
  width: 20px;
}

.ttl {
  color: #a18449;
  font-family: "garamond-premier-pro", serif;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 1;
  padding: 22px 0;
}

/*---------------------------------------------------------------------------*/
.mainImg {
  height: 480px;
  margin: 0 auto;
  max-width: 1280px;
}

/*---------------------------------------------------------------------------*/
.partyDetail {
  background: rgba(255, 255, 255, 0.9);
  margin: -40px auto 0;
  padding: 55px 20px 95px;
  width: 760px;
}
.partyDetail .partyDate {
  font-family: "garamond-premier-pro", serif !important;
  font-style: italic;
  font-size: 14px;
  padding: 0 0 5px;
}
.partyDetail .partyStyle {
  padding: 0 0 25px;
}
.partyDetail .partyTxt01 {
  font-size: 24px;
  line-height: 1;
  padding: 0 0 25px;
}
.partyDetail .partyTxt02 {
  line-height: 2;
}

/*---------------------------------------------------------------------------*/
.movieArea {
  margin: -40px auto 30px;
  width: 620px;
}
.movieArea .movieBox {
  position: relative;
}
.movieArea .movieBox .movieBtn {
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
}
.movieArea .movieBox .movieThumb {
  left: 0;
  position: absolute;
  top: 0;
}

/*---------------------------------------------------------------------------*/
.imgArea {
  margin: 0 auto;
  width: 820px;
}
.imgArea .imgBox {
  margin: 0 0 20px;
}
.imgArea .imgBox .img_fl {
  float: left;
  width: 400px;
}
.imgArea .imgBox .img_fr {
  float: right;
  width: 400px;
}
.imgArea .imgBox img {
  height: auto;
  width: 100%;
}

/*---------------------------------------------------------------------------*/
.commentArea {
  background: #ffffff;
  margin: 0 auto 20px;
  padding: 10px;
  width: 800px;
}
.commentArea .commentBox {
  border: 1px solid #bfad8b;
  padding: 20px 0;
}
.commentArea .commentBox .commentImg,
.commentArea .commentBox .commentTxt {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  vertical-align: middle;
}
.commentArea .commentBox .commentImg {
  text-align: center;
  width: 235px;
}
.commentArea .commentBox .commentImg div {
  margin: 0 auto;
  width: 120px;
}
.commentArea .commentBox .commentImg div img {
  height: auto;
  width: 120px;
}
.commentArea .commentBox .commentImg .imgCaption {
  padding: 8px 0 0;
}
.commentArea .commentBox .commentTxt {
  border-left: 1px solid #f4f0e9;
  padding: 40px;
  text-align: left;
  width: 475px;
}

/*---------------------------------------------------------------------------*/
.subTtl {
  font-size: 16px;
  padding: 100px 0 10px;
}

/*---------------------------------------------------------------------------*/
.reportList {
  font-size: 0;
  padding: 0 0 120px 10px;
  text-align: left;
}
.reportList li {
  background: #ffffff;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  font-size: 12px;
  margin: 0 10px 20px;
  text-align: center;
  vertical-align: top;
  width: 300px;
}
.reportList li a {
  color: #221715;
  display: block;
  text-decoration: none;
}
.reportList .reportBox {
  height: 390px;
  position: relative;
}
.reportList .reportBox {
  height: 390px;
  position: relative;
}
.reportList .reportBox .reportIco {
  background: #a18449;
  color: #ffffff;
  font-size: 12px;
  left: 0;
  line-height: 1;
  padding: 5px 3px;
  position: absolute;
  top: 0;
  z-index: 5;
}
.reportList .reportBox .reportImg {
  height: 200px;
  width: 300px;
}
.reportList .reportBox .reportInfo {
  padding: 0 20px;
}
.reportList .reportBox .reportDate {
  font-family: "garamond-premier-pro", serif !important;
  font-style: italic;
  font-size: 14px;
  padding: 25px 0 10px;
}
.reportList .reportBox .txtBar {
  margin: 0 auto 15px;
  width: 20px;
}
.reportList .reportBox .reportTxt01 {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 12px;
}




/*SP CSS */

/*---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .txtType01 {
    font-size: 12px;
    line-height: 1.8;
    padding: 20px 0 0;
  }

  .sectionTtl {
    font-size: 16px;
    font-weight: normal;
    padding: 60px 0 20px;
  }
  .txtBar {
    background: #000000;
    font-size: 0;
    height: 1px;
    line-height: 1;
    margin: 0 auto 30px;
    width: 20px;
  }

  .ttl {
    color: #a18449;
    font-family: "garamond-premier-pro", serif;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 3px;
    line-height: 1;
    padding: 22px 0;
  }
}
/*---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .mainImg {
    height: 240px;
    margin: 0 auto;
    max-width: 100%;
  }
}
/*---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .partyDetail {
    background: rgba(255, 255, 255, 0.9);
    margin: 0px auto 0;
    padding: 55px 20px 95px;
    width: calc(100% - 40px);
  }
  .partyDetail .partyDate {
    font-family: "garamond-premier-pro", serif !important;
    font-style: italic;
    font-size: 14px;
    padding: 0 0 5px;
  }
  .partyDetail .partyStyle {
    padding: 0 0 25px;
  }
  .partyDetail .partyTxt01 {
    font-size: 24px;
    line-height: 1;
    padding: 0 0 25px;
  }
  .partyDetail .partyTxt02 {
    line-height: 2;
  }
}

/*---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .movieArea {
    margin: -40px auto 30px;
    width: 100%;
  }
  .movieArea .movieBox {
    position: relative;
  }
  .movieArea .movieBox .movieBtn {
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
  }
  .movieArea .movieBox .movieThumb {
    left: 0;
    position: relative;
    top: 0;
  }
  .movieBox #player {
    width: 100%;
    height: 320px;
    position: absolute;
    top: 0px;
    left:0px;
    z-index: -1;
  }
  .movieBox {
    position: relative;
  }
  .movieBox .movieBtn {
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
    width:100%;
  }
  .movieBox .movieBtn img{
    width:100%;
  }
  .movieBox .movieThumb {
    left: 0;
    position: static;
    top: 0;
  }
  .movieBox .movieThumb img {
    max-width:100%;
    width:100%;
  }
}
/*---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .imgArea {
    margin: 0 auto;
    width: 100%;
  }
  .imgArea .imgBox {
    margin: 0 0 20px;
  }
  .imgArea .imgBox .img_fl {
    float: left;
    width: 49%;
  }
  .imgArea .imgBox .img_fr {
    float: right;
    width: 49%;
  }
  .imgArea .imgBox img {
    height: auto;
    width: 100%;
  }
}

/*---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .commentArea {
    background: #ffffff;
    margin: 0 auto 20px;
    padding: 10px;
    width: calc(100% - 20px);
  }
  .commentArea .commentBox {
    border: 1px solid #bfad8b;
    padding: 20px 0;
  }
  .commentArea .commentBox .commentImg,
  .commentArea .commentBox .commentTxt {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align: middle;
  }
  .commentArea .commentBox .commentImg {
    text-align: center;
    width: 235px;
  }
  .commentArea .commentBox .commentImg div {
    margin: 0 auto;
    width: 120px;
  }
  .commentArea .commentBox .commentImg div img {
    height: auto;
    width: 120px;
  }
  .commentArea .commentBox .commentImg .imgCaption {
    padding: 8px 0 0;
  }
  .commentArea .commentBox .commentTxt {
    border-left: 1px solid #f4f0e9;
    padding: 20px;
    text-align: left;
    width: calc(100% - 40px);
  }
}
/*---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .subTtl {
    font-size: 16px;
    padding: 100px 0 10px;
  }
}
/*---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .reportList {
    font-size: 0;
    padding: 0 0 120px 0;
    text-align: center;
  }
  .reportList li {
    background: #ffffff;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    font-size: 12px;
    margin: 0 10px 20px;
    text-align: center;
    vertical-align: top;
    width: 300px;
  }
  .reportList li a {
    color: #221715;
    display: block;
    text-decoration: none;
  }
  .reportList .reportBox {
    height: 390px;
    position: relative;
  }
  .reportList .reportBox {
    height: 390px;
    position: relative;
  }
  .reportList .reportBox .reportIco {
    background: #a18449;
    color: #ffffff;
    font-size: 12px;
    left: 0;
    line-height: 1;
    padding: 5px 3px;
    position: absolute;
    top: 0;
    z-index: 5;
  }
  .reportList .reportBox .reportImg {
    height: 200px;
    width: 300px;
  }
  .reportList .reportBox .reportInfo {
    padding: 0 20px;
  }
  .reportList .reportBox .reportDate {
    font-family: "garamond-premier-pro", serif !important;
    font-style: italic;
    font-size: 14px;
    padding: 25px 0 10px;
  }
  .reportList .reportBox .txtBar {
    margin: 0 auto 15px;
    width: 20px;
  }
  .reportList .reportBox .reportTxt01 {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 12px;
  }
}