@charset "UTF-8";

/* お客様の声の設定 */
.order_made_title {
  margin: 20px 20px 50px;
}

.order_made_sentence {
  width: 100%;
  margin: 0 auto 50px;
}

.is-style-stripes {
  max-width: 600px;
}

#fixed_page_set {
  width: 100%;
  margin: 0 auto;
}

#fixed_page_set h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: white;
  text-align: center;
  font-size: 3rem;
}
.fixed_page_bar {
  width: 100%;
  position: relative;
  margin-bottom: 75px;
}
.fixed_page_bar img {
  width: 100%;
}

.sub_container {
  max-width: 1200px;
  margin: 0 auto;
}
.s_s_img {
  width: 100%;
  text-align: center;
}
.s_s_img img{
  width: 35%;
  height: auto;
  margin-bottom: 30px;
  box-shadow: 10px 5px rgba(232,149,255,0.3);
}

.single_t {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 50px;
  color: #da6e6b;
  
}
.single_t h4 {
  display: inline-block;
  border-bottom: 1px solid #da6e6b;
}
.page_container {
  margin: 0 auto 50px;
  width: 65%;
  font-size: 1.2rem;
  color: #957D58;
}

.page_price p {
  margin-bottom: 30px;
}

.service_menu_btn {
  text-align: center;
  margin-bottom: 50px;
}
.single_voice_btn {
  text-align: center;
  margin-bottom: 150px;
}
@media (max-width:950px) {
  .s_s_img img {
    width: 70%;
  }
  .page_container {
    width: 90%;
  }

}
@media (max-width:800px) {
  .single_t {
    margin-bottom: 20px;
  }
  .page_container {
  }
  .order_made_title {
    font-size: 1.3rem;
  }
 
}
@media (max-width:600px) {

  .is-style-stripes {
    max-width: 550px;
  }
}
@media (max-width:450px) {
  .s_s_img img {
    width: 80%;
  }
  .page_container {
    font-size: 1rem;
  }  
  .single_t {
    font-size: 1rem;
  }
  .is-style-stripes {
    max-width: 450px;
  }
}
