@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------
*  リノベーションの流れ
* --------------------------------------------------------------------------------------------------*/

.ttl{
  line-height: 1.75;
}
.page_ttl{
  display: block;
	width: auto;
  padding: 0 40px;
	height: 60px;
	background: #231815;
	color: #fff;
	font-size: 2.5rem;
	line-height: 60px;
	text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.detail_box + .btn_more a{
  width: 220px;
  margin-top: 0!important;
}
@media screen and (max-width : 768px){
  .page_ttl{
    width: 100%;
    height: 60px;
    font-size: 2.1rem;
    line-height: 60px;
    text-align: center;
    bottom: -60px;
  }
  .detail_box + .btn_more a{
    width: 100%;
    height: 32px;
    line-height: 32px;
    max-width: 300px;
    margin-top: 20px!important;
  }
  .detail_box + .btn_more a::after{
    top: 13px;
  }

}

/* ------------------------------
    mv
------------------------------ */
#mv .mv_wrap{
	width: 100%;
  height: 430px;
	margin: 0 auto;
  background: url(../img/case/mv_case.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
/* menu */
#mv #menu{
  width: 100%;
  background: rgba(35,24,21,0.7);
  height: 78px;
  position: absolute;
  top: 0;
}
@media screen and (max-width : 768px){
  #mv .mv_wrap{ 
    width: 100%; 
    height: 140px;
    background: url(../img/case/mv_case_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #mv #menu{
    width: 100%;
    background: rgba(35,24,21,1);
    height: auto;
    position: static;
  }
}
/* ------------------------------
    page_intro
------------------------------ */
#page_intro{
  padding: 88px 0 40px;
}
#page_intro .ttl{
  font-size: 4.2rem;
  margin-bottom: 25px;
}
#page_intro .ttl + p{
  font-size: 1.6rem;
  letter-spacing: 2px;
}

@media screen and (max-width : 768px){
  #page_intro{
    padding: 85px 0 18px;
  }
  #page_intro .ttl{
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
  #page_intro .ttl + p{
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: inherit;
  }

}
/* ------------------------------
    #case_list
------------------------------ */
#case_list{
  padding-top: 40px;
}
#case_list .case_detail{
  margin-bottom: 130px;
}
#case_list .case_detail .case_num p{
  width: 180px;
  text-align: center;
  height: 70px;
  background: #987f13;
  color: #fff;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -35px;
  z-index: 1;
}
#case_list .case_detail .case_num p span{
  font-size: 4.5rem;
  margin-left: .5em;
}
#case_list .case_detail .img{
  position: relative;
}
#case_list .case_detail .case_ttl{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100px;
  background: url(../img/case/bg_brown.png) repeat-X;
  background-size: auto 100px;
  background-position: bottom;
}
#case_list .case_detail .case_ttl span{
  font-size: 3.6rem;
  color: #fff;
  width: 940px;
  display: block;
  line-height: 100%;
  margin: auto;
  padding: 44px 0 20px;
}

#case_list .case_detail .txt{
  margin-top: 20px;
}
#case_list .case_detail .txt p{
  font-size: 1.6rem;
  position: relative;
}
#case_list .case_detail div.flex{
  margin-top: 40px;
}
#case_list .case_detail div.flex .detail_box{
  width: 620px;
}
#case_list .case_detail div.flex .detail_box p + p::before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #000;
  position: absolute;
  top: -0.5em;
}
#case_list .btn_more a{
  padding: 0;
}
#case_list .btn_more a::after{
  display: none;
}

@media screen and (max-width : 768px){
  #case_list{
    padding-top: 30px;
  }
  #case_list .case_detail{
    margin-bottom: 60px;
  }
  #case_list .case_detail .case_num p{
    width: 110px;
    height: 46px;
    font-size: 1.5rem;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
  }
  #case_list .case_detail .case_num p span{
    font-size: 2.4rem;
    margin-left: .2em;
  }
  #case_list .case_detail .case_ttl{
    height: 50px;
    background-size: auto 50px;
  }
  #case_list .case_detail .case_ttl span{
    font-size: 1.8rem;
    width: inherit;
    text-align: center;
    display: block;
    padding: 22px 0 10px;
  }

  #case_list .case_detail .txt{
    margin-top: 14px;
  }
  #case_list .case_detail .txt p{
    font-size: 1.4rem;
  }

  #case_list .case_detail div.flex{
    flex-direction: column;
    margin-top: 20px;
  }
  #case_list .case_detail div.flex .detail_box{
    width: inherit;
  }
  
}


/* ------------------------------
    recommend
------------------------------ */
#recommend {
  padding-top: 40px;
}
@media screen and (max-width : 768px){
  #recommend {
    padding-top: 20px;
  }
}







/* ----------------------------------------------------------------------------------------------------
*   事例詳細 ページ
* --------------------------------------------------------------------------------------------------*/
#page_intro.detail_ttl{
  margin-top: 20px;
}
#page_intro.detail_ttl .ttl{
  margin-bottom: 0;
}

/* ---------- customer -------- */
#case_detail .bigimg{
  width: 100%;
  height: 650px;
  background: url(../img/case/detail/img_case01_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
}

#case_detail .customer{
  background: #e1e0d2;
  padding-bottom: 66px;
}
#case_detail .customer .customer_img{
  width: 420px;
  background: #fff;
  padding: 30px 19px 8px;
  margin-top: -72px;
}
#case_detail .customer .customer_img .customer_name{
  text-align: center;
  font-size: 2.4rem;
  margin-top: 6px;
}
#case_detail .customer .txt.left{
  width: 480px;
  margin-top: 40px;
}
#case_detail .customer .txt.left p{
  color: #231815;
  font-size: 1.8rem;
  line-height: 1.94;
}

#case_detail .customer .customer_trouble{
  margin-top: 46px;
  position: relative;
  padding-top: 34px;
}
#case_detail .customer .customer_trouble .trouble_ttl{
  width: 440px;
  height: 60px;
  font-size: 2.8rem;
  line-height: 60px;
  background: #fff;
  border-radius: 30px;
  border: 1.5px dashed #231815;
  position: absolute;
  top: 0;
  left: 0;
}
#case_detail .customer .customer_trouble .trouble_txt{
  width: 670px;
  font-size: 2.8rem;
  line-height: 60px;
  background: #fffde6;
  border-radius: 26px;
  border: 1.5px dashed #231815;
  padding: 24px 40px;
}
#case_detail .customer .customer_trouble .trouble_txt p{
  font-size: 1.8rem;
  line-height: 2.1;
}


/* ---------- point -------- */
#case_detail .point{
  padding-top: 70px;
  padding-bottom: 110px;
}
#case_detail .point .point_ttl{
  display: block;
  position: relative;
  text-align: center;
  width: 460px;
  margin: auto;
  height: 70px;
  line-height: 70px;
  color: #fff;
  background: #231815;
  font-size: 3.2rem;
  margin-bottom: 42px;
}
#case_detail .point .point_ttl::after{
  content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -25px;
	border: 25px solid transparent;
	border-top: 25px solid #231815;
}
#case_detail .point .point_ttl + p{
  font-size: 1.8rem;
  line-height: 1.9;
  margin: 0 85px;
  margin-bottom: 78px;
}
/* loopslider */
#case_detail .point .bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	background: transparent;
	margin-bottom: 0;
	max-width: inherit!important;
}
#case_detail .point .bx-wrapper .bx-viewport{
  -moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
#case_detail .point #loopslider li{
  width: 225px;
  height: 225px;
}
#case_detail .point #loopslider li img{
  width: 100%;
  height: 100%;
}


/* ---------- voice -------- */
#case_detail .voice{
  padding-bottom: 30px;
}

#case_detail .voice .voice_box.voice01{
  background: #e1e0d2;
  position: relative;
  width: 100%;
  height: 540px;
  margin-bottom: 12px;
}
#case_detail .voice .voice_box.voice01 .voice_img{
  position: absolute;
  left: 0;
  top: 0;
  width: 44%;
  height: 540px;
  background: url(../img/case/detail/img_voice01.jpg)  no-repeat;
  background-size: cover;
  background-position: center top;
}
#case_detail .voice .voice_box.voice01 .voice_txt{
  padding: 45px 13.3% 50px 44%;
}
#case_detail .voice .voice_box.voice01 .voice_txt .txt_wrap{
  width:  510px;
  margin-right: auto;
  margin-left: 45px;
}

#case_detail .voice .voice_box.voice02{
  background: #e1e0d2;
  position: relative;
  width: 100%;
  height: 440px;
  margin-bottom: 12px;
}
#case_detail .voice .voice_box.voice02 .voice_img{
  position: absolute;
  right: 0;
  top: 0;
  width: 44%;
  height: 440px;
  background: url(../img/case/detail/img_voice02.jpg)  no-repeat;
  background-size: cover;
  background-position: center top;
}
#case_detail .voice .voice_box.voice02 .voice_txt{
  padding: 45px 44% 0 13.3%;
}
#case_detail .voice .voice_box.voice02 .voice_txt .txt_wrap{
  width:  510px;
  margin-right: 45px;
  margin-left: auto;
}

#case_detail .voice .voice_box .voice_txt .voice_ttl{
  font-size: 3.2rem;
  padding-left: 110px;
  line-height: 60px;
  background: url(../img/case/detail/icon_voice.png) no-repeat;
  background-size: auto 100%;
  background-position: left top;
  white-space: nowrap;
}
#case_detail .voice .voice_box .voice_txt p {
  color: #231815;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 2px;
}
#case_detail .voice .voice_box .voice_txt p + p{
  margin-top: 1.5em;
}
#case_detail .voice .voice_box .voice_txt .name{
  font-size: 2.0rem;
  text-align: right;
  margin-top: 1em;
}

/* ---------- gallery -------- */
#case_detail .gallery{
  padding-top: 60px;
  padding-bottom: 57px;
  background: #000;
}
#case_detail .gallery .gallery_ttl{
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 50px;
}
#case_detail .gallery .gallery_img_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
}
#case_detail .gallery .gallery_img_wrap li{
  width: 297px;
  margin-right: 24.5px;
  margin-bottom: 24.5px;
}
#case_detail .gallery .gallery_img_wrap li a img {
  width: 297px;
  height: 297px;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
#case_detail .gallery .gallery_img_wrap li:nth-child(3n){
  margin-right: 0;
}

/* ---------- detail_info -------- */
#case_detail .detail_info{
  padding-top: 70px;
  padding-bottom: 57px;
}
#case_detail .detail_info .ttl_line{
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.75;
  padding-bottom: 15px;
  background: url(../img/case/detail/bg_ttlline.png) no-repeat;
  background-position: center bottom;
  margin-bottom: 30px;
}
#case_detail .detail_info table{
  width: 100%;
  border-collapse: collapse;
}
#case_detail .detail_info table th{
  border: 1px solid #000;
  width: 15%;
  font-size: 1.4rem;
  padding: 4px 0;
  text-align: center;
  background: #fffde6;
}
#case_detail .detail_info table td{
  border: 1px solid #000;
  width: 35%;
  font-size: 1.4rem;
  padding: 4px 18px;
}

@media screen and (max-width : 768px){
  #page_intro.detail_ttl{
    margin-top: 0;
  }
  #page_intro.detail_ttl .ttl{
    margin-bottom: 0;
  }

  /* ---------- customer -------- */
  #case_detail .bigimg{
    width: 100%;
    height: 200px;
    background: url(../img/case/detail/img_case01_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
  }

  #case_detail .customer{
    padding-bottom: 30px;
  }
  #case_detail .customer .customer_img{
    float: none;
    width: 70%;
    max-width: 380px;
    padding: 15px 10px 5px;
    margin: auto;
    position: relative;
    top: -20px;
  }
  #case_detail .customer .customer_img .customer_name{
    font-size: 1.2rem;
    margin-top: 5px;
  }
  #case_detail .customer .txt.left{
    width: inherit;
    margin-top: 14px;
  }
  #case_detail .customer .txt.left p{
    font-size: 1.4rem;
  }

  #case_detail .customer .customer_trouble{
    margin-top: 30px;
    padding-top: 15px;
  }
  #case_detail .customer .customer_trouble .trouble_ttl{
    width: 90%;
    height: 30px;
    margin: auto;
    font-size: 1.7rem;
    line-height: 30px;
    border-radius: 20px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 1px dashed #231815;
  }
  #case_detail .customer .customer_trouble .trouble_txt{
    width: inherit;
    border-radius: 14px;
    padding: 20px 5%;
    border: 1px dashed #231815;
  }
  #case_detail .customer .customer_trouble .trouble_txt p{
    font-size: 1.4rem;
    line-height: 1.9;
  }


  /* ---------- point -------- */
  #case_detail .point{
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #case_detail .point .point_ttl{
    width: 85%;
    height: 50px;
    line-height: 50px;
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
  #case_detail .point .point_ttl::after{
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #231815;
  }
  #case_detail .point .point_ttl + p{
    font-size: 1.4rem;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  /* loopslider */
  #case_detail .point #loopslider li{
    width: auto;
    height: auto;
  }
  #case_detail .point #loopslider li img{
    width: auto;
    height: auto;
  }


  /* ---------- voice -------- */
  #case_detail .voice{
    padding-top: 0;
    padding-bottom: 30px;
  }

  #case_detail .voice .voice_box.voice01{
    width: 100%;
    height: auto;
  }
  #case_detail .voice .voice_box.voice01 .voice_img{
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    height: 54vw;
    background: url(../img/case/detail/img_voice01_sp.jpg)  no-repeat;
    background-size: cover;
    background-position: right 15% top;
  }
  #case_detail .voice .voice_box.voice01 .voice_txt{
    padding: 20px 0;
  }
  #case_detail .voice .voice_box.voice01 .voice_txt .txt_wrap{
    width:  inherit;
    margin: 0 5%;
  }

  #case_detail .voice .voice_box.voice02{
    width: 100%;
    height: auto;
  }
  #case_detail .voice .voice_box.voice02 .voice_img{
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    height: 54vw;
    background: url(../img/case/detail/img_voice02_sp.jpg)  no-repeat;
    background-size: cover;
    background-position: right 15% top;
  }
  #case_detail .voice .voice_box.voice02 .voice_txt{
    padding: 20px 0;
  }
  #case_detail .voice .voice_box.voice02 .voice_txt .txt_wrap{
    width:  inherit;
    margin: 0 5%;
  }
  
  #case_detail .voice .voice_box .voice_txt .voice_ttl{
    font-size: 2.3rem;
    padding-left: 50px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #case_detail .voice .voice_box .voice_txt .voice_ttl + p{
    margin-top: 1em;
  }
  #case_detail .voice .voice_box .voice_txt p {
    font-size: 1.4rem;
    letter-spacing: inherit;
  }
  #case_detail .voice .voice_box .voice_txt p + p{
    margin-top: 1.5em;
  }
  #case_detail .voice .voice_box .voice_txt .name{
    font-size: 1.6rem;
    text-align: center;
  }


  /* ---------- gallery -------- */
  #case_detail .gallery{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #case_detail .gallery .gallery_ttl{
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
  #case_detail .gallery .gallery_img_wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #case_detail .gallery .gallery_img_wrap li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
  }
  #case_detail .gallery .gallery_img_wrap li::before{
    content: "";
    display: block;
    padding-top: 100%;
  }
  #case_detail .gallery .gallery_img_wrap li a{
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
  }
  #case_detail .gallery .gallery_img_wrap li a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
  }
  #case_detail .gallery .gallery_img_wrap li:nth-child(3n){
    margin-right: 2%;
  }
  #case_detail .gallery .gallery_img_wrap li:nth-child(even){
    margin-right: 0;
  }

  /* ---------- detail_info -------- */
  #case_detail .detail_info{
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #case_detail .detail_info .ttl_line{
    font-size: 2.4rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  #case_detail .detail_info .wrap{
    padding: 0;
  }
  #case_detail .detail_info .table_cover {
    margin: 0 0 0 5%;
    overflow-x: scroll;
  }
  #case_detail .detail_info table{
    width: 600px;
  }
  #case_detail .detail_info table th{
    font-size: 0.9rem;
  }
  #case_detail .detail_info table td{
    border: 1px solid #000;
    width: 35%;
    font-size: 0.9rem;
    padding: 4px 18px;
  }
}





