@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------
*  リノベーションの流れ
* --------------------------------------------------------------------------------------------------*/

.ttl{
  line-height: 1.75;
}
.page_ttl{
  display: block;
	width: 344px;
	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%);
}

@media screen and (max-width : 768px){
  .page_ttl{
    width: 100%;
    height: 60px;
    font-size: 2.1rem;
    line-height: 60px;
    text-align: center;
    bottom: -60px;
  }
  
  /* プルダウン */
  #header.org .link_flow{
    visibility: hidden;
  }
  #header.clone .link_flow{
    visibility: visible;
  }
  .link_flow{
    width: 100%;
    height: 44px;
    background: #9e7f13;
    padding: 7px 5%;
    display: flex;
    align-items: center;
    position: relative;
  }
  .link_flow >*{
    font-size: 1.2rem;
    line-height: 16px;
  }
  
  .link_flow select{
    width:80%;
    height: 100%;
    background: #fff;
    border: 1px solid #9e7f13;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
    margin-right: 10px;
    padding: 5px 15px 5px 8px;
    background: url(../img/flow/icon_select_arrow.png)  #fff no-repeat 98% center;
    background-size: 10px 8px;
  }
  .link_flow ul{
    display: none;
    background: #fff;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
    width: 80%;
    border: 2px solid #9e7f13;
    position: absolute;
    top: 34px;
    left: 5%;
    padding: 5px 20px 5px 1.5em;
  }
  
/*
  .link_flow p,
  .link_flow ul li a{
    font-size: 1.3rem;
    line-height: 16px;
  }
  .link_flow .acc_box{
    width:80%;
    height: 100%;
    background: #fff;
    border: 2px solid #9e7f13;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
    margin-right: 10px;
    padding: 5px 20px 5px 1.5em;
    background: url(../img/flow/icon_select_arrow.png)  #fff no-repeat 95% center;
    background-size: 10px 8px;
  }
  .link_flow ul{
    display: none;
    background: #fff;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
    width: 80%;
    border: 2px solid #9e7f13;
    position: absolute;
    top: 34px;
    left: 5%;
    padding: 5px 20px 5px 1.5em;
  }
  
*/

}

/* ------------------------------
    mv
------------------------------ */
#mv .mv_wrap{
	width: 100%;
  height: 430px;
	margin: 0 auto;
  background: url(../img/flow/mv_flow.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/flow/mv_flow_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }

  /* menu */
  #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;
  }

}
/* ------------------------------
    flow_list
------------------------------ */
#flow_list{
  background: #e2e1d3;
/*  padding-top: 70px;*/
}
#flow_list .wrap{
  padding: 70px 59px;
}
#flow_list .box{
  margin-bottom: 102px;
  width: 100%;
  
}
#flow_list .box_wrap{
  position: relative;
  padding: 32px 40px 32px;
  background: #fff;
  border-radius: 12.666px;
  min-height: 210px;
}

#flow_list .box_wrap::after{
  content: "";
	position: absolute;
	bottom: -49px; 
  left: 50%;
  transform: translateX(-50%);
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 50px 49px 0 49px;
	border-color: #fff transparent transparent transparent;
}
#flow_list .box:last-child .box_wrap::after{
  display: none;
}
#flow_list .box .flow_num{
  display: inline-block;
  width: 69px;
  height: 69px;
  text-align: center;
  font-size: 4.5rem;
  line-height: 69px;
  color: #fff;
  background: #997f13;
  position: absolute;
  top: -47px;
  left: 84px;
}
#flow_list  .txt{
  padding-top: 10px;
}
#flow_list .box .txt .ttl{
  color: #997f13;
  font-size: 2.8rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
#flow_list .txt p{
  font-size: 1.6rem;
  letter-spacing: 2px;
}


#flow_list .flow1 .txt,
#flow_list .flow2 .txt,
#flow_list .flow4 .txt,
#flow_list .flow7 .txt,
#flow_list .flow9 .txt,
#flow_list .flow10 .txt,
#flow_list .flow11 .txt{
  width: 450px;
  display: inline-block;
}
#flow_list .flow1 .img{
  width: 218px;
}
#flow_list .flow2 .img{
  width: 182px;
  margin-top: -8px;
}
#flow_list .flow4 .img{
  width: 279px;
  margin-right: -18px;
}
#flow_list .flow7 .img{
  width: 171px;
  margin-right: 40px;
  margin-top: -10px;
}
#flow_list .flow9 .img{
  width: 232px;
}
#flow_list .flow10 .img{
  width: 241px;
}
#flow_list .flow11 .img{
  width: 308px;
  margin-right: -20px;
  margin-top: 0;
}


@media screen and (max-width : 768px){
  #flow_list{
    background: #e2e1d3;
  /*  padding-top: 70px;*/
  }
  #flow_list .wrap{
    padding: 65px 5%;
  }
  #flow_list .box{
    min-height: inherit;
    height: auto;
    margin-bottom: 70px;
    padding-top: 140px;
    margin-top: -140px;
  }
  #flow_list .box:last-child{
    margin-bottom: 0;
  }
  #flow_list .box_wrap{
    padding: 32px 20px 32px;
    min-height: inherit;
  }
  #flow_list .box_wrap::after{
    bottom: -25px; 
    border-width: 25px 25px 0 25px;
  }
  #flow_list .box .flow_num{
    width: 48px;
    height: 48px;
    font-size: 3.15rem;
    line-height: 48px;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
  }
  #flow_list  .txt{
    width: 100%!important;
    padding-top: 0;
  }
  #flow_list .box .txt .ttl{
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }
  #flow_list .txt p{
    font-size: 1.2rem;
    letter-spacing: 2px;
  }


  
  #flow_list .box .img{
    float: none;
    display: block;
    margin: auto;
    margin-top: 20px;
    text-align: center;
  }
  
  #flow_list .flow1 .img{
    width: 70%;
  }
  #flow_list .flow2 .img{
    width: 54%;
  }
  #flow_list .flow4 .img{
    width: 70%;
  }
  #flow_list .flow7 .img{
    width: 70%;
  }
  #flow_list .flow9 .img{
    width: 70%;
  }
  #flow_list .flow10 .img{
    width: 70%;
  }
  #flow_list .flow11 .img{
    width: 84%;
  }
}


/* ------------------------------
    recommend
------------------------------ */
#recommend {
  padding-top: 94px;
}
@media screen and (max-width : 768px){
  #recommend {
    padding-top: 50px;
  }
}