@charset "UTF-8";
/**
*
* タイヤ預かり
*  
**/
html,body { height:100%; }
html{
	position:relative;
}

.wrap {
  background: none;
  line-height: 1.8;
  font-size: 15px;
height:100%;
}

.voice_staff {
  display: none;
}

@media screen and (min-width: 992px) {
  .wrap {
    width: 100%;
  }
}

.tirepage {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .tirepage {
    margin-top: 0;
  }
}

/* 声 */
.staff {
  position: absolute;
  bottom: 0;
  left: 0;
}

.staff img {
  width: 650px;
}

.voice {
  position: absolute;
  top: 12%;
  left: 25%;
}

.voice img {
  width: 300px;
}

@media screen and (max-width: 992px) {
  .wrap {
    height: 100%;
  }
  
  .voice,.staff {
    display: none;
  }  
  
  .voice_staff {
    display: block;
    margin-top: 50px;
  }
  
  .voice_staff img {
    width: 100%;
  }
}


/* 料金表 */
.price {
  border: solid 1px rgba(255, 255, 255, 0.8);
  background: rgba(0,0,0,0.7);
  padding: 20px 15px;
  margin-top: 100px;
  font-size:16px;
}

#catch{
	font-size:22px;	
	font-weight:bold;
}

/* copyright */
.copyright {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  width: 100%;
  color: #fff;
  padding: 10px;
  background: #122540;  
}

@media screen and (max-width: 768px) {
  .price {
    border: none;
    margin-top: 20px;
  }
  
  .copyright {
    margin: 0;
    background: #122540;
    position: static;
  }
}

hr {
  border-top: solid 1px rgba(255, 255, 255, 0.7);
}

.staff_content img {
  width: 100%;
}

.mb0 {
  margin-bottom: 0px;
}
@media screen and (max-width: 478px) {
	.price-sent{
		font-size:12px;
	}
	#catch{
		font-size:16px;	
	}
	.price {
	  padding: 7px;
	}
}