@charset "utf-8";
/* CSS Document */

#photoGar{
	width:980px;
	margin:40px auto;
}

.img-remakedescription{
  width: auto;
}

.rentalPlanBox .planTtlSet{
  background: #FC87A2;
}

.rentalPlanBox .rentalPlanBoxDesc .figure{
  padding-top: 0;
}

.rentalPlanBox .rentalPlanBoxDesc .figure p{
  line-height: 2em;
}

.rentalPlanBox .rentalPlanBoxDesc .figure p.note{
  font-size: 13px;
  margin-top: 33px;
}

.plan main .contents .plan-wrap .contents-inner.noborder{
  background: none;
}

.contents-inner .remakebox{
  padding: 30px;
}

.annex h3.mincyo{
  font-size: 20px;
  font-weight: bold;
  color: #816C57;
}

.remakebox{
  margin-bottom: 40px;
}

.remakebox .annex{
  min-height: 170px;
}

.sceneimg{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sceneimg span{
  width: 50%;
  box-sizing: border-box;
  padding: 5px;
}

.familyimg{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.familyimg span{
  box-sizing: border-box;
}

.preperationimg > div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.preperationimg h3{
  font-size: 20px;
  font-weight: bold;
  color: #816C57; 
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.preperationimg h3:after{
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: url(/furisode/img/bg_noise-brown.png) repeat left top;
  content: "";
}

.preperationimg .text{
  width: 425px;
}

.preperationimg p{
  font-size: 15px;
  color: #726353;
  line-height: 2em;
}

.ttl-remake-coorde{
  margin-bottom: 30px;
}

.remakedescription-box .value{
  vertical-align: middle;
}

.remakedescription-box .value span{
  vertical-align: middle;
}

.remakedescription-box .value p{
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  vertical-align: middle;
  color: #887260;
}

.remakedescription-box .value p strong{
  font-size: 32px;
}


@media screen and (max-width:800px) {
  #photoGar{
    width:90%;
  }
  
  .remakebox{
    margin-bottom: 20px;
  }
  
  .plan main .contents .plan-wrap .contents-inner{
    background: none;
  }
  
  .remakedescription-box{
    padding: 0 10px;
    margin-bottom: 30px;
  }
  
  .img-remakedescription{
    width: 100%;
  }
  
  .remakedescription-box .value{
    margin-top: 30px;
  }
  
  .remakedescription-box .value span {
      display: inline-block;
      border: 1px solid #BBB6A6;
      color: #836C59;
      font-size: 12px;
      padding: 5px;
  }
  
  .remakedescription-box .value p{
    font-size: 13px;
    margin-top: 1em;
    margin-top: 0;
  }
  
  .remakedescription-box .value p strong{
    font-size: 20px;
    margin-left: 10px;
  }
  
  .contents-inner .remakebox{
    padding: 10px;
  }
  
  ul.coordelist li dl dt{
    color: #FA5F83;
    padding: 3px 5px;
    text-align: center;
    border: 1px solid #FA5F83;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  
  ul.coordelist li dl dd img{
    display: block;
    margin: 10px auto;
    max-width: 100%;
    height: auto;
  }
  
  .coordelist,
  .sceneimg,
  .familyimg,
  .preperationimg{
    margin: 30px 0;
  }

  .coordelist img,
  .sceneimg img,
  .familyimg img,
  .preperationimg img{
    max-width: 100%;
    height: auto;
  }

  .ttl-remake-coorde {
      margin: 20px 10px;
  }
  
  .plan main .contents .plan-wrap h3{
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
  }
}
#photoGar ul{
	display:table;
	width:100%;
}
#photoGar ul li{
	display:table-cell;
	width:25%;
	text-align:center;
	padding:10px 0;
}
#photoGar ul li img{
	width:100%;
}
.ttl {
    background: #FC87A2;
    padding: 20px 0;
    text-align: center;
}
.inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.inner p {
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
}
.inner figure {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.slider-pro a.openmodal.text {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    background: rgba(62,62,62,0.8);
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 10000;
}
.modal.show {
    visibility: visible;
    opacity: 1;
}
.modal .content {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
    padding-left: 15px;
    padding-right: 15px;
}
.modal .content .close {
    position: absolute;
    top: -35px;
    right: 15px;
}
.modal .content .close img {
    width: 25px;
    height: 25px;
}
.sp-thumbnail-image-container img {
    width: 100%;
    height: auto;
}
.sp-buttons {
  margin-bottom: 80px;
}