/*.c-page-header{
  color:#253958 ;
  background-color:#ccffff;
  padding: 80px 0 ;
}*/
img{
  max-width:100%;
  height: auto;
}

.title.rental-studio{
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position:center bottom;
  background-size:cover;
  color:#253958;
  text-align:center;
  background-image:url(../rental-studio/images/青背景-1.png)
  
}
.title-rental-studio-content{
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-studio{
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-studio img{
  width: 550px;
  height: 400px;
}

.section-title{
  margin:60px 0 20px 0;
  border-bottom:2px solid #253958;
  padding:0 0 5px 0;
  color: #253958;
  font-size:1.5rem;
}
.services{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  text-align:center;
  gap:20px;
}
.services p{
  padding-bottom:10px;
}
.service-1{
  background-color: #C6E1E4;
}
.service-2{
  background-color:#8DDCE4;
}
.service-3{
  background-color:#54D6E4;
}

.studio-photo{
  
  box-shadow:2px 2px 7px gray;
  text-align:center;
  margin-bottom:20px;
  }
.studio-photo-text{
  text-align: center;
  margin-bottom:20px;
}
.sample-photo{
  
  text-align:center;
  margin-bottom:20px;
  }
.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0;
}
.inquiry_button {
  background-color: #f25f29;
  color: #ffffff !important;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 92%);
  cursor: pointer;
  width: 400px;
  max-width: 80%;
}


@media screen and (max-width: 767px) {
  .title-rental-studio-content{
    flex-direction: column;
  }
  .about-studio{
    flex-direction: column;
  }
  .services{
  display:grid;
  grid-template-columns:1fr 1fr;
  text-align:center;
}
 }
 @media screen and (min-width: 768px) {
  .studio-photo{
    max-width:50%;
  }
  @media screen and (min-width: 768px) {
  .sample-photo{
    max-width:50%;
  }
}