@charset "UTF-8";


/* -----------------------------------------------
 *  	         index page
 * ----------------------------------------------- */
.report-box_inner {
  position: relative;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  margin-bottom: 50px !important;
  border-radius: 10px;
}
.report-box_inner a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
}
.report-box_inner a:hover{
	/*box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);*/
  background-color: rgba(0,0,0,0.2);;
  transition: 0.5s;
  border-radius: 10px;
}
.report-box_inner img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.report-box_inner .txtbox{
  padding-right: 25px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
}
.report-box_inner .txtbox2{
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 2;
}
.report-box_inner .txtbox2 span.icon {
  display: inline-block;
  width: 93px;
  margin: 5px 5px 0 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.2px;
  padding: 0 3px;
  border-radius: 15px;
  font-weight: bold;
  border: 1px solid #e79f9f;
  color: #e79f9f;
  font-size: 12px;
}
.report-box_inner .txtbox2 span.icon::before {
  content: "#";
}
/* topページのreportエリア */
.top_report_area .report-box_inner {
  height: 480px;
}
.top_report_area .report-box_inner .icon{
  background-color: #ffffff;
}
@media only screen and (max-width: 48em) {
  .report-box_inner p.icon{
    position: absolute;
    top: 215px;
    left: 30px;
  }
}




/*　tag */
.sortNav_area {
  text-align: center;
}
ul.sortNav li{
  display: inline-block;
  width: 150px;
  margin: 5px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.2px;
  padding: 3px 5px;
  border-radius: 15px;
  font-weight: bold;
  border: #e79f9f 1px solid;
  color: #e79f9f;
  background-color: #ffffff;
  cursor: pointer;
}
ul.sortNav li:before {
  content: "#";
}
@media only screen and (max-width: 48em) {
  ul.sortNav li{
    width: 30%;
    margin: 5px 2px;
  }
}





/* -----------------------------------------------
 *  	         report page casual
 * ----------------------------------------------- */

.report_block .block_header {
  display: none;
}

.report-box {
  position: relative;
  overflow: hidden;
}
.report-box.js_is-hover .report-box_bg-img {
  opacity: 0.7;
}
.report-box >.box-link {
  display: none;
}
@media only screen and (max-width: 48em) {
  .report-box >.box-link {
    display: block;
  }
}

.report-box_bg-img-outer {
  background-color: #5fcc85;
}
.report-box_bg-img-outer:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.report-box_bg-img {
  float: left;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition-timing-function: linear; 
  transition-duration: 0.15s;
  transition-property: opacity;
}
.report-box_bg-img img {
  position: absolute; 
  visibility: hidden;
}
.report-box_bg-img.is-large {
  padding-top: 39.70588%; 
  width: 66.76471%;
}
.report-box_bg-img.is-small {
  padding-top: 19.85294%; 
  width: 33.23529%;
}
@media only screen and (max-width: 48em) {
  .report-box_bg-img.is-large {
    padding-top: 59.46667%; 
    width: 100%;
  }
  .report-box_bg-img.is-small {
    display: none;
  }
}

.report-box_header {
  position: relative;
  padding: 4% 0;
  background-color: #fff; 
  text-align: center;
  font-size: 0;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: background-color;
}
.report-box_header:hover {
  background-color: #b5e8c7;
}
.report-box_header:hover .report-box_season:before,
.report-box_header:hover .report-box_space:before {
  color: #fff;
}
.report-box_header:hover .report-box_title {
  border-color: #fff;
}

.report-box_info {
  display: inline-block;
  box-sizing: border-box; 
  width: 40%;
  vertical-align: middle;
  text-align: left;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Oranienbaum";
}
@media only screen and (max-width: 48em) {
  .report-box_info {
    display: block;
    padding: 2% 3%;
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.report-box_number {
  display: block;
}

.report-box_season,
.report-box_space {
  margin-right: 4%; 
  font-size: 13px;
  font-size: 1.3rem;
}
.report-box_season:before,
.report-box_space:before {
  margin-right: 2%;
  color: #5fcc85;
  content: "";
  font-size: 11px;
  font-size: 1.1rem;
  transition-timing-function: linear; 
  transition-duration: 0.15s;
  transition-property: color;
}

.report-box_season:before {
  content: "SEASON";
}

.report-box_space:before {
  content: "PARTY SPACE";
}

.report-box_title {
  display: inline-block;
  box-sizing: border-box;
  padding: 1% 2%;
  width: 60%;
  border-left: 1px solid #ddd;
  background-image: url("/bridal/kyoto/muromachihouse/common/img/icon_big-arrow-right-white.png");
  background-position: right center;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  transition-timing-function: linear; 
  transition-duration: 0.15s;
  transition-property: border-color;
}
@media only screen and (max-width: 48em) {
  .report-box_title {
    display: block;
    padding: 2% 3%;
    width: 100%;
    border: none; 
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 48em) {
  .post_block >.wrapper {
    margin: 0 4%; 
    width: 92%;
  }
}

.post_header {
  margin-bottom: 4%; 
  text-align: center;
}

.post_info {
  padding-bottom: 60px;
}
@media only screen and (max-width: 54em) {
  .post_info {
    padding-bottom: 5%;
  }
}

.post_title {
  margin-bottom: 4%; 
  color: #5fcc85;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Oranienbaum";
}

.post_sub-title {
  margin-bottom: 4%; 
  color: #444;
  letter-spacing: 0.2rem;
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 47.75em) {
  .post_sub-title {
    font-size: 20px;
    font-size: 2rem;
  }
}

.post_season,
.post_space {
  margin-right: 3%; 
  font-size: 15px;
  font-size: 1.5rem;
}
.post_season:before,
.post_space:before {
  margin-right: 2%;
  color: #5fcc85;
  content: "";
  font-size: 11px;
  font-size: 1.1rem;
  transition-timing-function: linear; 
  transition-duration: 0.15s;
  transition-property: color;
}

.post_season:before {
  content: "SEASON";
}

.post_space:before {
  content: "PARTY SPACE";
}



/* ========パーティレポートのムービー領域======== */
.post_movie-outer {
  position: relative;
  overflow: hidden; 
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
@media only screen and (max-width: 48em) {
  .post_movie-outer.js_has-movie:after {
    width: 44px !important;
    height: 44px !important;
  }
}
.post_movie-outer.js_has-movie:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 88px;
  height: 88px;
  background: transparent url("/bridal/kyoto/muromachihouse/common/img/btn_play.png") center center no-repeat;
  background-size: contain;
  content: "";
  opacity: 1; 
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
.post_movie-outer.js_has-movie:hover {
  opacity: 0.8;
  cursor: pointer;
}
.post_movie-outer.js_is-played:after {
  opacity: 0;
}
.post_movie-outer img {
  position: relative;
}

.post_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* ========パーティレポートのムービー領域======== */



/* ========パーティレポートのムービーYousube======== */
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ========パーティレポートのムービーYousube======== */



/* ========パーティレポートのムービー以下の領域======== */
.post-box {
  padding-bottom: 6%;
}
.post-box_text {
  padding: 4% 0;
  text-align: center;
}
.post-box_text02 {
  padding: 0% 0;
  text-align: center;
}
.post-box_text03 {
  padding: 0 0 4% 0;
  text-align: center;
}
.post-box_gallery {
  text-align: center; 
  font-size: 0;
}
.post-box_gallery span {
  position: relative;
  display: inline-block;
  padding-top: 33.20312%; 
  width: 50%;
  outline: 4px solid #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.post-box_gallery img {
  position: absolute; 
  top: 0;
  left: 0;
  visibility: hidden;
}
.post-box_gallery.type-a span:nth-child(3n+3) {
  padding-top: 66.40625%; 
  width: 100%;
}
.post-box_gallery.type-b span:nth-child(3n+1) {
  padding-top: 66.40625%; 
  width: 100%;
}
/*.post-box_gallery.type-c span{
  padding-top: 160%; 
  width: 100%;
}*/
.post-box_gallery.type-c span:first-child {
  padding-top: 66.40625%; 
  width: 100%;
}
.post-box_gallery.type-c span:nth-child(5n+1){
  padding-top: 66.40625%; 
  width: 100%;
}
.post-box_gallery.type-d span{
  padding-top: 160%; 
  width: 100%;
}

@media only screen and (max-width: 48em) {
  .post-box_gallery span {
    padding-top: 68%;
    width: 100%;
    outline: 2px solid #fff;
  }
}

.post-aside {
  padding: 2% 0; 
  background: #f8f8f8;
}
.post-aside .btn a {
  width: 180px;
}
@media only screen and (max-width: 48em) {
  .post-aside .btn {
    text-align: center;
  }
}

.post-aside_title {
  padding: 4%;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 48em) {
  .post-aside_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.post-aside_content-outer {
  position: relative; 
  margin-bottom: 4%;
  background-color: #fff;
}
.post-aside_content-outer:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.post-aside_content {
  float: left;
  padding: 4%; 
  width: 57%;
}
@media only screen and (max-width: 48em) {
  .post-aside_content {
    float: none;
    padding: 8% 4%; 
    width: 100%;
  }
}

.post-aside_content-title {
  vertical-align: middle;
  font-size: 13px;
  font-size: 1.3rem;
}
.post-aside_content-title span {
  font-weight: normal; 
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "Quickpen";
}
@media only screen and (max-width: 48em) {
  .post-aside_content-title {
    margin-bottom: 4%; 
    text-align: center;
  }
  .post-aside_content-title span {
    display: block;
  }
}

.post-aside_text {
  margin-bottom: 3%; 
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 48em) {
  .post-aside_text {
    margin-bottom: 4%; 
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.post-aside_img {
  top: 0;
  right: 0;
  float: right;
  overflow: hidden;
  width: 43%;
  height: 100%;
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
}
.post-aside_img img {
  visibility: hidden; 
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 48em) {
  .post-aside_img {
    float: none;
    width: 100%;
  }
  .post-aside_img img {
    width: 100%;
    height: auto;
  }
}


/* ======== パーティレポートのその他レポートのスライド部分 ======== */
.post-slide {
  padding-top: 5%;
}

.post-slide_title {
  margin-bottom: 2%;
  text-align: center; 
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Oranienbaum";
}

.post-slide_inner {
  position: relative;
}

.post-slide_item {
  position: relative;
  padding: 0 2%;
  outline: none;
}

.post-slide_item a {
  color: #444;
  text-decoration: none;
}

.post-slide_item-title {
  padding: 2% 0; 
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}


/* ======== パーティレポートのその他レポートのスライド部分に関連 ======== */
/* slick-dotsはjsのslick,minに関連付けられている */
.slick-dots {
  text-align: center;
}
.slick-dots >li {
  display: inline-block;
  margin: 10px;
  text-align: center;
  cursor: pointer;
}
.slick-dots >li:before {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%; 
  background-color: #ddd;
  content: "";
}
.slick-dots >li.slick-active:before {
  background-color: #78d297;
}
.slick-dots >li button {
  display: none;
}


/* == 左縦長1：右横2 == */
/* type-L */
.post-box_gallery.type-l div.type-l_l , .post-box_gallery.type-l div.type-l_r{
	float:left;
    width: 50%;
}
.post-box_gallery.type-l:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
.post-box_gallery.type-l span.type-l1{
	padding-top: 120%; 
    width: 100%;
}
.post-box_gallery.type-l span.type-l2{
	padding-top: 60%; 
    width: 100%;
}
@media only screen and (max-width: 48em) {
.post-box_gallery.type-l div.type-l_l, .post-box_gallery.type-l div.type-l_r{
	float:none;
    width: 100%;
}

.post-box_gallery.type-l span.type-l1{
	padding-top: 100%; 
    width: 100%;
}
.post-box_gallery.type-l span.type-l2{
	padding-top: 66.40625%; 
    width: 100%;
}
}














/* -----------------------------------------------
 *  	         report page highbrand
 * ----------------------------------------------- */

.Page-info {
  text-align: center;
}

.Page-category {
  display: inline-block;
  margin: 0 1.5rem;
  letter-spacing: .1rem; 
  font-size: 1.5rem;
  font-family: "PT Serif";
}
@media only screen and (max-width: 37.5em) {
  .Page-category {
    display: block; 
    font-size: 1.2rem;
  }
}
.Page-category span {
  margin-right: .6rem;
  color: #AA8E76; 
  font-size: 1.1rem;
}

.Page-content {
  padding-top: 60px;
}
@media only screen and (max-width: 60em) {
  .Page-content {
    padding-top: 4%;
  }
}

.reportIndexBox {
  position: relative;
  overflow: hidden;
}
.reportIndexBox:hover .reportIndexBox-bgImg {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.reportIndexBox:hover .reportIndexBox-subTitle,
  .reportIndexBox:hover .reportIndexBox-category,
  .reportIndexBox:hover .reportIndexBox-headTitle {
  color: #AA8E76;
}

.reportIndexBox-bgImg {
  position: relative;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94); 
  transition-duration: 20s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.reportIndexBox-bgImg:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
  transition-timing-function: linear; 
  transition-duration: .3s;
  transition-property: background-color;
}

.reportIndexBox-subTitle,
.reportIndexBox-category,
.reportIndexBox-headTitle {
  transition-timing-function: linear; 
  transition-duration: .2s;
  transition-property: color;
}

.reportIndexBox-header {
  position: relative;
  background-color: #fff;
}
.reportIndexBox-header .wrapper {
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 60em) {
  .reportIndexBox-header .wrapper {
    padding: 4% 0;
  }
}
.reportIndexBox-header .wrapper:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  border-top: 1px solid #AA8E76;
  border-right: 1px solid #AA8E76;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 60em) {
  .reportIndexBox-header .wrapper:after {
    width: 17px;
    height: 17px;
  }
}

.reportIndexBox-info {
  position: relative; 
  width: 37.5%;
}
@media only screen and (max-width: 60em) {
  .reportIndexBox-info {
    margin-bottom: 2%; 
    width: 100%;
  }
}
.reportIndexBox-info:after {
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ddd; 
  content: "";
}
@media only screen and (max-width: 60em) {
  .reportIndexBox-info:after {
    display: none;
  }
}

.reportIndexBox-subTitle {
  padding: 5px 0; 
  font-size: 1.7rem;
}

.reportIndexBox-subTitle span.type-movie {
	font-size: 1.2rem;
	display: block;
	background-color: #AA8E76;
	color: #FFF;
	width: 35.5%;
	text-align: center;
}

.reportIndexBox-subTitle span.type-photo {
	font-size: 1.2rem;
	display: block;
	color: #aa8e76;
	width: 35.5%;
	text-align: center;
	border: 1px solid #aa8e76;
}

@media only screen and (max-width: 60em) {
  .reportIndexBox-subTitle {
    font-size: 1.5rem;
  }
}

.reportIndexBox-category {
  display: inline-block;
  margin-right: 1.1rem;
  letter-spacing: .1rem; 
  font-family: "PT Serif";
}
@media only screen and (max-width: 60em) {
  .reportIndexBox-category {
    font-size: 1.2rem;
  }
}
.reportIndexBox-category span {
  margin-right: .6rem; 
  color: #AA8E76;
  font-size: 1.1rem;
}

.reportIndexBox-headTitle {
  position: absolute;
  top: 50%;
  padding-right: 35px;
  padding-left: 39.5%;
  font-size: 2rem; 
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 60em) {
  .reportIndexBox-headTitle {
    position: relative;
    top: auto;
    padding-right: 20px; 
    padding-left: 0;
    font-size: 1.7rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.reportDetailBlock {
  margin-bottom: 40px;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBlock {
    margin-bottom: 4%;
  }
}

.reportDetailBlock-movie {
  position: relative;
  margin-bottom: 40px;
  transition-timing-function: linear; 
  transition-duration: .2s;
  transition-property: opacity;
}
.reportDetailBlock-movie:hover {
  opacity: .8; 
  cursor: pointer;
}
.reportDetailBlock-movie.is-played:after {
  opacity: 0;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBlock-movie {
    margin-bottom: 8%;
  }
}
.reportDetailBlock-movie:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 88px;
  height: 88px;
  background: transparent url(/common/img/moviePlayBtn.png) center center no-repeat;
  background-size: cover;
  content: "";
  transition-timing-function: linear; 
  transition-duration: .2s;
  transition-property: opacity;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBlock-movie:after {
    width: 44px;
    height: 44px;
  }
}
.reportDetailBlock-movie video {
  position: absolute;
  top: 0;
  left: 0;
  display: block; 
  width: 100%;
  height: 100%;
}
.reportDetailBlock-movie img {
  position: relative; 
  display: block;
  margin: auto;
  width: 100%;
}

.reportDetailBlock-movie-youtube {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.reportDetailBlock-movie-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reportDetailBlock-img {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBlock-img {
    margin-bottom: 8%;
  }
}
.reportDetailBlock-img img {
  display: block; 
  width: 49.8%;
}
.reportDetailBlock-img img:nth-child(1) {
  width: 100%;
  border-bottom: 4px solid #fff;
}
.reportDetailBlock-img img:nth-child(2) {
  float: left;
  border-right: 2px solid #fff;
}
.reportDetailBlock-img img:nth-child(3) {
  float: right;
  border-left: 2px solid #fff;
  border-bottom: 4px solid #fff;
}
.reportDetailBlock-img img:nth-child(4) {
  width: 100%;
  border-bottom: 4px solid #fff;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBlock-img img:nth-child(n) {
    width: 100%;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #fff; 
    border-left: none;
  }
}
.reportDetailBlock-img:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.reportDetailBlock-leadText,
.reportDetailBox-leadText {
  margin-bottom: 60px; 
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBlock-leadText,
  .reportDetailBox-leadText {
    margin-bottom: 8%;
  }
}

.reportDetailBox {
  margin-bottom: 40px;
}
.reportDetailBox .reportDetailBox-img {
  margin-bottom: 60px;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBox .reportDetailBox-img {
    margin-bottom: 8%;
  }
  .reportDetailBox .reportDetailBox-img img:nth-child(n) {
    width: 100% !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 2px solid #fff !important; 
    border-left: none !important;
  }
}
.reportDetailBox:nth-child(2n+1) .reportDetailBox-img {
  position: relative;
  font-size: 0;
}
.reportDetailBox:nth-child(2n+1) .reportDetailBox-img img {
  display: inline-block; 
  width: 49.8%;
}
.reportDetailBox:nth-child(2n+1) .reportDetailBox-img img:nth-child(1), .reportDetailBox:nth-child(2n+1) .reportDetailBox-img img:nth-child(4) {
  border-right: 2px solid #fff;
}
.reportDetailBox:nth-child(2n+1) .reportDetailBox-img img:nth-child(2), .reportDetailBox:nth-child(2n+1) .reportDetailBox-img img:nth-child(5) {
  border-left: 2px solid #fff;
}
.reportDetailBox:nth-child(2n+1) .reportDetailBox-img img:nth-child(3) {
  width: 100%;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.reportDetailBox:nth-child(2n+1) .reportDetailBox-img:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
.reportDetailBox:nth-child(2n) .reportDetailBox-img {
  font-size: 0;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBox:nth-child(2n) .reportDetailBox-img {
    margin-bottom: 8%;
  }
}
.reportDetailBox:nth-child(2n) .reportDetailBox-img img {
  display: inline-block; 
  width: 49.8%;
}
.reportDetailBox:nth-child(2n) .reportDetailBox-img img:nth-child(2) {
  border-right: 2px solid #fff;
}
.reportDetailBox:nth-child(2n) .reportDetailBox-img img:nth-child(3) {
  border-left: 2px solid #fff;
}
.reportDetailBox:nth-child(2n) .reportDetailBox-img img:nth-child(1), .reportDetailBox:nth-child(2n) .reportDetailBox-img img:nth-child(4) {
  width: 100%;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.reportDetailBox:nth-child(2n) .reportDetailBox-img:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}


/* =========== reportDetailBox-typeA =========== */

/* 左側に縦写真＋右側に横写真2枚のレイアウト */

.reportDetailBox-typeA {
  margin-bottom: 40px;
}
.reportDetailBox-typeA .reportDetailBox-img {
  margin-bottom: 60px;
}
@media only screen and (max-width: 37.5em) {
  .reportDetailBox-typeA .reportDetailBox-img {
    margin-bottom: 8%;
  }
  .reportDetailBox-typeA .reportDetailBox-img img:nth-child(n) {
    width: 100% !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 2px solid #fff !important; 
    border-left: none !important;
  }
}
.reportDetailBox-typeA .reportDetailBox-img {
  position: relative;
  font-size: 0;
}
.reportDetailBox-typeA .reportDetailBox-img img {
  display: inline-block; 
  width: 50%;
}
.reportDetailBox-typeA .reportDetailBox-img img:nth-child(1) {
  float: left;
  border-right: 2px solid #fff;
}
.reportDetailBox-typeA .reportDetailBox-img img:nth-child(2) {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.reportDetailBox-typeA .reportDetailBox-img img:nth-child(3) {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}
.reportDetailBox-typeA .reportDetailBox-img img:nth-child(4) {
  width: 100%;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.reportDetailBox-typeA .reportDetailBox-img:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
/* =========== reportDetailBox-typeA ここまで =========== */


.usedSpaceBlock {
  padding: 60px 0 20px; 
  background-color: #f5f5f5;
}
@media only screen and (max-width: 37.5em) {
  .usedSpaceBlock {
    padding: 6% 0 2%;
  }
}

.usedSpaceBlock-headTitle {
  margin: auto;
  margin-bottom: 40px; 
  width: 92%;
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .usedSpaceBlock-headTitle {
    margin-bottom: 4%; 
    font-size: 1.7rem;
  }
}

.usedSpaceBox {
  position: relative;
  margin-right: auto; 
  margin-bottom: 40px;
  margin-left: auto;
  max-width: 1024px;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 69.56522em) {
  .usedSpaceBox {
    margin-right: 4%; 
    margin-left: 4%;
    width: 92%;
  }
}
@media only screen and (max-width: 37.5em) {
  .usedSpaceBox {
    margin-right: auto;
    margin-bottom: 4%; 
    margin-left: auto;
    width: 100%;
  }
}

.usedSpaceBox-bgImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 37.5%;
  height: 100%;
}
@media only screen and (max-width: 37.5em) {
  .usedSpaceBox-bgImg {
    position: relative;
    width: 100%;
  }
}

.usedSpaceBox-body {
  margin-right: 37.5%;
  padding: 4%; 
  width: 62.5%;
  height: 100%;
}
@media only screen and (max-width: 37.5em) {
  .usedSpaceBox-body {
    margin-right: 0;
    width: 100%;
  }
}

.usedSpaceBox-header .Btn {
  max-width: 240px;
}
@media only screen and (max-width: 37.5em) {
  .usedSpaceBox-header .Btn {
    margin: auto;
  }
}

.usedSpaceBox-headTitle {
  margin-bottom: 10px;
  text-align: left; 
  font-size: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .usedSpaceBox-headTitle {
    text-align: center; 
    font-size: 1.7rem;
  }
}
.usedSpaceBox-headTitle span {
  margin-left: 1.3rem; 
  vertical-align: middle;
  font-size: 1.3rem;
}
@media only screen and (max-width: 37.5em) {
  .usedSpaceBox-headTitle span {
    display: block; 
    font-size: 1.1rem;
  }
}

.usedSpaceBox-text {
  margin-bottom: 10px; 
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2;
}

.otherReportBlock {
  padding: 60px 0 20px;
}
.otherReportBlock .slick-dots {
  padding: 20px 0; 
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .otherReportBlock .slick-dots {
    padding: 2% 0;
  }
}
.otherReportBlock .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 10px;
}
.otherReportBlock .slick-dots li:hover {
  cursor: pointer;
}
.otherReportBlock .slick-dots li:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; 
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #aaa;
  content: "";
}
.otherReportBlock .slick-dots li button {
  display: none;
}
.otherReportBlock .slick-dots li.slick-active:after {
  border: 1px solid #AA8E76; 
  background-color: #fff;
}

.otherReportBlock-headTitle {
  margin: auto;
  margin-bottom: 40px; 
  width: 92%;
  text-align: center;
  font-size: 2rem;
}

.otherReportBox {
  position: relative;
  margin: 0 10px;
  outline: none;
}
.otherReportBox img {
  width: 100%;
}
.otherReportBox .boxLink {
  outline: none;
}

.otherReportBox-headTitle {
  margin: auto; 
  margin-top: 10px;
  width: 92%;
  text-align: center;
  font-weight: normal;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.otherReportBlock-slide .slick-arrow {
	position: absolute;
	top: 23%;
	width: 58px;
	height: 78px;
	z-index: 10;
	display: block;
	border: 0;
	background-color: rgba(0,0,255,0);
	opacity: 0.7;
}

.otherReportBlock-slide .slick-arrow :hover {
	opacity: 1.0;
    outline:none;
}
.otherReportBlock-slide .slick-prev{
	left: 0;
	background-image: url(../img/slideArrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.otherReportBlock-slide .slick-next{
    right: 0px;
	background-image: url(../img/slideArrow.png);
	transform: rotate(180deg);
	background-repeat: no-repeat;
	background-position: right center;
}



/* category */
ul.report_category li {
  display: inline;
  color: #e79f9f;
  font-weight: bold;
  font-size: 18px;
  margin: 5px;
}
ul.report_category li:before {
  content: "#";
  margin-right: 3px;
}
@media only screen and (max-width: 37.5em) {
  ul.report_category li {
    font-size: 14px;
  }
}