@charset "utf-8";

/* -------------------------- pc only --------------------------　*/
@media screen and (min-width:769px) {
  #REPORT .sp {
    display: none !important
  }

  #REPORT {
    width: auto;
  }

  #REPORT div.main_photo {
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
  }

  #REPORT div.main_photo img {
    width: 100%;
    height: auto;
    max-height: 500px;
    /* for fuwel 長方形 */
    object-fit: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }

  #REPORT div.report_intro {
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 55px 0;
  }

  #REPORT div.report_intro div.intro_block {
    width: auto;
    padding: 50px 0 0 0;
  }

  #REPORT div.report_intro div.intro_block h2 {
    width: auto;
    font-size: 22px;
    color: #555555;
  }

  #REPORT div.report_intro div.intro_block h3 {
    width: auto;
    font-size: 15px;
    color: #555555;
    padding-top: 10px;
  }

  #REPORT div.report_intro div.intro_block ul {
    width: auto;
    padding: 10px 0 0 0;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
  }

  #REPORT div.report_intro div.intro_block ul li {
    width: auto;
    margin: 0 20px 0 0;
  }

  #REPORT div.report_intro div.intro_block ul li dl {
    width: auto;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    align-items: baseline;
  }

  #REPORT div.report_intro div.intro_block ul li dl dt {
    width: auto;
    margin: 0 10px 0 0;
    color: #555555;
    font-size: 12px;
    font-weight: bold;
    min-width: 60px;
  }

  #REPORT div.report_intro div.intro_block ul li dl dd {
    width: auto;
    font-size: 15px;
    font-weight: bold;
    color: #555555;
  }

  #REPORT div.report_intro div.concept_box {
    width: auto;
    padding: 55px 0 0 0;
  }

  #REPORT div.report_intro div.concept_box h4 {
    width: auto;
    font-size: 18px;
    color: #555555;
  }

  #REPORT div.report_intro div.concept_box p.read {
    width: auto;
    font-size: 18px;
    color: #454544;
  }

  #REPORT div.report_intro div.concept_box p.text {
    width: auto;
    font-size: 14px;
  }

  /*============================
    gallery
    ============================*/

  #REPORT div.gallery_wrapp {
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
  }

  #REPORT div.gallery_wrapp div.gallery.common_gallery {
    width: auto;
    padding: 0 0 55px 0;
  }

  #REPORT div.gallery_wrapp div.gallery.common_gallery:last-child {
    width: auto;
    padding: 550px 0 0 0;
  }


  #REPORT div.gallery_wrapp div.gallery.common_gallery h5 {
    width: auto;
    font-size: 18px;
    text-align: center;
    color: #555555;
    letter-spacing: 0.07em;
    position: relative;
  }

  #REPORT div.gallery_wrapp div.gallery.common_gallery h5:after {
    content: "";
    width: 420px;
    height: 1px;
    display: block;
    background-color: #555555;
    position: absolute;
    left: 0;
    top: 15px;
  }

  #REPORT div.gallery_wrapp div.gallery.common_gallery h5:before {
    content: "";
    width: 420px;
    height: 1px;
    display: block;
    background-color: #555555;
    position: absolute;
    right: 0;
    top: 15px;
  }


  /*============================
    common_gallery
    ============================*/

  #REPORT div.common_gallery {
    width: auto;
    max-width: auto;
    margin: 0 auto;
    padding: 60px 0;
  }

  #REPORT div.common_gallery div.photo_box {
    width: auto;
    padding: 60px 0 0 0;
  }

  #REPORT div.common_gallery div.photo_box ul.container {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  #REPORT div.common_gallery div.photo_box ul.container li.item03,
  #REPORT div.common_gallery div.photo_box ul.container li.item02,
  #REPORT div.common_gallery div.photo_box ul.container li.item01 {
    width: 49.5%;
  }

  #REPORT div.common_gallery div.photo_box ul.container li.vertical span {
    width: auto;
    height: 0;
    display: block;
    padding-top: 121.6%;
  }

  #REPORT div.common_gallery div.photo_box ul.container li.wide span {
    width: auto;
    height: 0;
    display: block;
    padding-top: 60%;
  }

  #REPORT div.common_gallery div.photo_box ul.container li.item03 span,
  #REPORT div.common_gallery div.photo_box ul.container li.item02 span,
  #REPORT div.common_gallery div.photo_box ul.container li.item01 span {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  #REPORT div.common_gallerys div.photo_box ul.container li.item03 img,
  #REPORT div.common_gallerys div.photo_box ul.container li.item02 img,
  #REPORT div.common_gallerys div.photo_box ul.container li.item01 img {
    width: 100%;
  }

  /*============================
    page_nav
    ============================*/

  #REPORT div.page_nav {
    width: 1000px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 40px 0 0 0;
    border-top: 1px #e6e6e6 solid;
  }

  #REPORT div.page_nav div.inner {
    width: auto;
    height: 60px;
  }

  #REPORT div.page_nav div.inner div.prev_box {
    width: 270px;
    float: left;
  }

  #REPORT div.page_nav div.inner div.prev_box a {
    width: auto;
    display: block;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
  }

  #REPORT div.page_nav div.inner div.prev_box a figure {
    width: 90px;
  }

  #REPORT div.page_nav div.inner div.prev_box a figure img {
    width: 100%;
    height: 60px;
    /* for fuwel 長方形 */
    object-fit: cover;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
  }

  #REPORT div.page_nav div.inner div.prev_box a div.prev_area {
    width: 160px;
  }

  #REPORT div.page_nav div.inner div.prev_box a div.prev_area p.prev {
    width: auto;
    background: transparent url(../../img/review/arrow_cal_prev.png) left 45% no-repeat;
    -webkit-background-size: 50px;
    background-size: 50px;
  }

  #REPORT div.page_nav div.inner div.prev_box a div.prev_area p.prev span {
    width: auto;
    margin: 0 0 0 65px;
    font-size: 10px;
  }

  #REPORT div.page_nav div.inner div.prev_box a div.prev_area p.title {
    width: auto;
    font-size: 13px;
    color: #4d4d4d;
  }


  /****next btn****/

  #REPORT div.page_nav div.inner div.next_box {
    width: 270px;
    text-align: right;
    float: right;
  }

  #REPORT div.page_nav div.inner div.next_box a {
    width: auto;
    display: block;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
  }

  #REPORT div.page_nav div.inner div.next_box a figure {
    width: 90px;
  }

  #REPORT div.page_nav div.inner div.next_box a figure img {
    width: 100%;
    height: 60px;
    /* for fuwel 長方形 */
    object-fit: cover;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
  }

  #REPORT div.page_nav div.inner div.next_box a div.next_area {
    width: 160px;
  }

  #REPORT div.page_nav div.inner div.next_box a div.next_area p.next {
    width: auto;
    text-align: right;
    margin: 0 0 0 auto;
    background: transparent url(../../img/review/arrow_cal_next.png) right 45% no-repeat;
    -webkit-background-size: 50px;
    background-size: 50px;
  }

  #REPORT div.page_nav div.inner div.next_box a div.next_area p.next span {
    width: auto;
    margin: 0 65px 0 0;
    font-size: 10px;
  }

  #REPORT div.page_nav div.inner div.next_box a div.next_area p.title {
    width: auto;
    font-size: 13px;
    color: #4d4d4d;
  }

  #REPORT p.back_btn {
    width: 360px;
    margin: 0 auto;
    padding: 40px 0 100px 0;
  }

  #REPORT p.back_btn a {
    width: auto;
    font-size: 14px;
    display: block;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    background-color: #be9b46;
    background: url(../../img/review/arrow_white.png) #be9b46 95% 45% no-repeat;
    background-size: 30px;
  }
}





/* -------------------------- sp only -------------------------- */
@media screen and (max-width:768px) {
  #REPORT .pc {
    display: none !important
  }

  #REPORT {
    width: auto;
  }

  #REPORT div.main_photo {
    width: auto;

  }

  #REPORT div.main_photo img {
    width: 100%;
    height: auto;
    max-height: 70vw;
    /* for fuwel 長方形 */
    object-fit: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
  }


  #REPORT div.report_intro {
    width: auto;
    padding: 0 0 40px 0;
  }

  #REPORT div.report_intro div.intro_block {
    width: auto;
    padding: 48px 24px 0 24px;
  }

  #REPORT div.report_intro div.intro_block h2 {
    width: auto;
    font-size: 22px;
    color: #555555;
  }

  #REPORT div.report_intro div.intro_block h3 {
    width: auto;
    font-size: 15px;
    color: #555555;
    padding-top: 10px;
  }

  #REPORT div.report_intro div.intro_block ul {
    width: auto;
    padding: 10px 0 0 0;

  }

  #REPORT div.report_intro div.intro_block ul li {
    width: auto;
    margin: 0 20px 0 0;
  }

  #REPORT div.report_intro div.intro_block ul li dl {
    width: auto;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    align-items: baseline;
  }

  #REPORT div.report_intro div.intro_block ul li dl dt {
    width: auto;
    margin: 0 10px 0 0;
    color: #555555;
    font-size: 12px;
    font-weight: bold;
    min-width: 20vw;
  }

  #REPORT div.report_intro div.intro_block ul li dl dd {
    width: auto;
    font-size: 15px;
    font-weight: bold;
    color: #555555;
  }

  #REPORT div.report_intro div.concept_box {
    width: auto;
    padding: 48px 24px 0 24px;
  }

  #REPORT div.report_intro div.concept_box h4 {
    width: auto;
    font-size: 18px;
    color: #555555;
  }

  #REPORT div.report_intro div.concept_box p.read {
    width: auto;
    font-size: 18px;
    color: #454544;
  }

  #REPORT div.report_intro div.concept_box p.text {
    width: auto;
    font-size: 14px;
    padding: 0.48px 0 0 0;
  }

  /*============================
    gallery
    ============================*/

  #REPORT div.gallery_wrapp {
    width: auto;
  }

  #REPORT div.gallery_wrapp div.gallery.common_gallery {
    width: auto;
    padding: 0 0 55px 0;
  }

  #REPORT div.gallery_wrapp div.gallery.common_gallery:last-child {
    width: auto;
    padding: 550px 0 0 0;
  }

  #REPORT div.gallery_wrapp div.gallery.common_gallery h5 {
    width: auto;
    font-size: 18px;
    text-align: center;
    color: #555555;
    letter-spacing: 0.07em;
    position: relative;
  }

  #REPORT div.gallery_wrapp div.gallery.common_gallery h5:after {
    content: "";
    width: 100px;
    height: 1px;
    display: block;
    background-color: #555555;
    position: absolute;
    left: 0;
    top: 15px;
  }

  #REPORT div.gallery_wrapp div.gallery.common_gallery h5:before {
    content: "";
    width: 100px;
    height: 1px;
    display: block;
    background-color: #555555;
    position: absolute;
    right: 0;
    top: 15px;
  }

  /*============================
    common_gallery
    ============================*/

  #REPORT div.common_gallery {
    width: auto;
    max-width: auto;
    margin: 0 auto;
    padding: 60px 0;
  }

  #REPORT div.common_gallery div.photo_box {
    width: auto;
    padding: 60px 0 0 0;
  }

  #REPORT div.common_gallery div.photo_box ul.container {
    width: 100%;
    padding: 0;
    position: relative;
  }

  #REPORT div.common_gallery div.photo_box ul.container li.item03,
  #REPORT div.common_gallery div.photo_box ul.container li.item02,
  #REPORT div.common_gallery div.photo_box ul.container li.item01 {
    width: 100%;
    margin: 0 0 0 0;
  }

  #REPORT div.common_gallery div.photo_box ul.container li.vertical span {
    width: 80%;
    height: 0;
    margin: 0 auto !important;
    display: block;
    padding-top: 140%;
  }


  #REPORT div.common_gallery div.photo_box ul.container li.wide span {
    width: auto;
    height: 0;
    display: block;
    padding-top: 69.65%;
  }

  #REPORT div.common_gallery div.photo_box ul.container li.item03 span,
  #REPORT div.common_gallery div.photo_box ul.container li.item02 span,
  #REPORT div.common_gallery div.photo_box ul.container li.item01 span {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  #REPORT div.common_gallerys div.photo_box ul.container li.item03 img,
  #REPORT div.common_gallerys div.photo_box ul.container li.item02 img,
  #REPORT div.common_gallerys div.photo_box ul.container li.item01 img {
    width: 100%;
  }

  /*============================
    page_nav
    ============================*/

  #REPORT div.page_nav {
    width: auto;
    margin: 0 24px;
    margin-top: 50px;
    padding: 48px 0 0 0;
    border-top: 1px #e6e6e6 solid;
  }

  #REPORT div.page_nav div.inner {
    width: auto;
    height: 30vw;
  }

  #REPORT div.page_nav div.inner div.prev_box {
    width: 30%;
    float: left;
  }

  #REPORT div.page_nav div.inner div.prev_box a {
    width: auto;
    display: block;
  }

  #REPORT div.page_nav div.inner div.prev_box a figure {
    width: 90%;
    margin: 0 auto 0 0;
    padding: 0 0 8px 0;
  }

  #REPORT div.page_nav div.inner div.prev_box a figure img {
    width: 100%;
    height: 17vw;
    /* for fuwel 長方形 */
    object-fit: cover;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
  }

  #REPORT div.page_nav div.inner div.prev_box a div.prev_area {
    width: auto;
  }

  #REPORT div.page_nav div.inner div.prev_box a div.prev_area p.prev {
    width: auto;
    background: transparent url(../../img/review/arrow_cal_prev.png) left 45% no-repeat;
    -webkit-background-size: 50px;
    background-size: 50px;
    line-height: 1.8em;
    font-size: 12px;
    font-weight: normal;
  }

  #REPORT div.page_nav div.inner div.prev_box a div.prev_area p.prev span {
    width: auto;
    margin: 0 0 0 55px;
    font-size: 10px;
  }

  #REPORT div.page_nav div.inner div.prev_box a div.prev_area p.title {
    width: auto;
    font-size: 12px;
  }


  /****next btn****/

  #REPORT div.page_nav div.inner div.next_box {
    width: 30%;
    float: right;
    text-align: right;
  }

  #REPORT div.page_nav div.inner div.next_box a {
    width: auto;
    display: block;

  }

  #REPORT div.page_nav div.inner div.next_box a figure {
    width: 90%;
    margin: 0 0 0 auto;
    padding: 0 0 8px 0;
  }

  #REPORT div.page_nav div.inner div.next_box a figure img {
    width: 100%;
    height: 17vw;
    /* for fuwel 長方形 */
    object-fit: cover;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
  }

  #REPORT div.page_nav div.inner div.next_box a div.next_area {
    width: auto;

  }

  #REPORT div.page_nav div.inner div.next_box a div.next_area p.next {
    width: auto;
    text-align: right;
    margin: 0 0 0 auto;
    background: transparent url(../../img/review/arrow_cal_next.png) right 45% no-repeat;
    -webkit-background-size: 50px;
    background-size: 50px;
    line-height: 1.8em;
    font-size: 12px;
    font-weight: normal;
  }

  #REPORT div.page_nav div.inner div.next_box a div.next_area p.next span {
    width: auto;
    margin: 0 55px 0 0;
    font-size: 10px;
  }

  #REPORT div.page_nav div.inner div.next_box a div.next_area p.title {
    width: auto;
    font-size: 12px;
    text-align: right;
  }

  #REPORT p.back_btn {
    width: auto;
    margin: 0 auto;
    padding: 32px 24px 80px 24px;
    line-height: 1.8em;
    font-size: 12px;
    font-weight: normal;
  }

  #REPORT p.back_btn a {
    width: auto;
    font-size: 12px;
    display: block;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    background-color: #be9b46;
    background: url(../../img/review/arrow_white.png) #be9b46 95% 45% no-repeat;
    background-size: 30px;
  }
}




/* ------------- other ------------- */
.relation-box {
  width: 1008px;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .relation-box {
    width: 100%;
    box-sizing: border-box;
  }
}

.bridal-fair-subttl.for-relation {
  width: 100%;
  margin: 60px auto 20px;
}

@media screen and (max-width:768px) {
  .bridal-fair-subttl.for-relation {
    width: 95%;
  }
}

/* relation fair */
.relation-fair {
  width: 960px;
  margin: 0 auto;
}

.relation-fair .bridal-fair-list {
  width: 100%;
}

.relation-fair .bridal-fair-list-time.pc,
.relation-fair .bridal-fair-list-hour.pc {
  display: inline-block !important;
}

@media screen and (max-width:768px) {
  .relation-fair {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .relation-fair .bridal-fair-list-time.pc,
  .relation-fair .bridal-fair-list-hour.pc {
    display: none !important;
  }

  .relation-fair .bridal-fair-list-cont {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }

  .relation-fair .bridal-fair-list-cont figure {
    width: 35%;
  }

  .relation-fair .bridal-fair-list-cont figure img {
    width: 100%;
  }

  .relation-fair .bridal-fair-list-cont .bridal-fair-list-tinfo {
    width: 62%;
    text-align: left;
    font-size: 11.2px;
  }

  .relation-fair .bridal-fair-list-icon {
    margin: 5px auto;
  }

  .relation-fair .bridal-fair-list-cont .bridal-fair-list-dt {
    text-align: center;
  }

  .relation-fair .bridal-fair-list-cont .bridal-fair-list-reserve {
    width: calc(50% - 5px);
    position: static;
    display: inline-block;
    margin: auto;
    float: none;
    clear: inherit;
    text-align: center;
    padding-top: 10px;
  }

  .relation-fair .bridal-fair-list-cont .bridal-fair-list-reserve a {
    width: 100%;
    font-size: 12px;
    padding: 15px 0;
  }

  .relation-fair .bridal-fair-list-cont .bridal-fair-list-more {
    width: calc(50% - 1.5px);
    position: static;
    display: inline-block;
    margin: auto;
    float: none;
    clear: inherit;
    text-align: center;
    padding-top: 10px;
  }

  .relation-fair .bridal-fair-list-cont .bridal-fair-list-more a {
    width: 100%;
    font-size: 12px;
    padding: 15px 0;
  }
}

/* relation plan */
.relation-plan {
  width: 960px;
  margin: 0 auto;
}

.relation-plan .bridal-fair-list {
  width: 100%;
  background-color: #f9f9f7;
}

.relation-plan .bridal-fair-list .bridal-fair-list-reserve {
  right: 12px;
  /* 打ち消し */
}

@media screen and (max-width:768px) {
  .relation-plan {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .relation-plan .bridal-fair-list-cont {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }

  .relation-plan .bridal-fair-list-cont figure {
    width: 35%;
  }

  .relation-plan .bridal-fair-list-cont figure img {
    width: 100%;
  }

  .relation-plan .bridal-fair-list-cont .bridal-fair-list-tinfo {
    width: 62%;
    text-align: left;
    font-size: 12px;
  }

  .relation-plan .bridal-fair-list-cont .bridal-fair-list-dt {
    text-align: center;
  }

  .relation-plan .bridal-fair-list-cont .bridal-fair-list-reserve {
    width: calc(50% - 5px);
    position: static;
    display: inline-block;
    margin: auto;
    /* float: none; */
    float: right;
    clear: inherit;
    text-align: center;
    padding-top: 10px;
  }

  .relation-plan .bridal-fair-list-cont .bridal-fair-list-reserve a {
    width: 100%;
    font-size: 12px;
    padding: 15px 0;
  }
}

/* gallrey (override前提)　*/
#bridal-gallery {
  min-height: 0 !important;
  /* 打消 */
}

#popup-right-view {
  border-top: none !important;
}

#popup-functions,
#popup-link,
#popup-link-pc,
#popup-link-sp {
  display: none !important;
}

@media screen and (min-width:769px) {
  #popup-left-view {
    float: none !important;
    margin: 0 auto !important;
  }

  #popup-right-view {
    display: none !important;
  }
}

@media screen and (max-width:768px) {
  .relation-gallery-box {
    padding: 0 20px;
  }

  #image-block-wrapper .image-block {
    width: 50% !important;
    /* 2列*/
    height: 45.8vw !important;
    /* 2列*/
    border: 1.5px solid #fafafa !important;
  }

  /* 画像以外 表示不要 */
  #popup-message {
    display: none !important;
  }

  #popup-post {
    display: none !important;
  }
}
