@charset "UTF-8";
/* CSS Document */
.section-top_image {
  height: 305px;
  width: 100%;
  background-image: url("../images/studio/studio-to_img.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.section-top h2 {
  font-family: 'Merriweather', serif;
  font-size: 4.5rem;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 9px;
}
.section-top_text {
  font-size: 1.8rem;
  font-weight: 600;
  color:#FFF;
}

@media (max-width: 480px){
  .section-top h2 {
  font-size: 3.6rem;
  }
  .section-top_image {
    background-image: url("../images/studio/top-img_mobile@2x.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
  }
}

.section-studio {
    background: url(../images/quilt_beige@2x-min.png) no-repeat top 49px left -40px/30%,url(../images/quilt_beige@2x-min.png) no-repeat top 175px right -84px/40%,url(../images/quilt_beige@2x-min.png) no-repeat top 735px left -37px/35%,url(../images/quilt_beige@2x-min.png) no-repeat top 1004px right -88px/40%;
    background-color: #FFF;
  padding: 100px 20px 120px;
}
.section-studio h3 {
  max-width: 1160px;
    margin: 0 auto;
    padding-bottom: 100px;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: left;
    line-height: 1.7;
}
.section-top_image_text-area {
  margin: 0 auto;
}
.section-studio ul {
  max-width: 1160px;
  margin: 0 auto;
}
.section-studio ul li {
  list-style: none;
  padding-bottom: 120px;
}
.section-studio ul li:last-child {
  padding-bottom: 0;
}

.studio-wrapper {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
.studio-inner {
  display: flex;
  align-items: flex-start;
  gap :20px;
}
.section_studio-name {
  max-width: 428px;
  padding: 35px 20px;
  font-size: 2.6rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  background-color: #fff;
  font-weight: 500;
}
.studio_description {
  max-width: 428px;
  padding: 45px 0 50px;
  font-size: 2.0rem;
  text-align: left;
}
.section-studio_map {
  width: 50%;
  height: auto;
}
.section-studio_map iframe {
  width: 100%;
/*  height: 100%;*/
}
.studio_icon-area {
  width: 25px;
  height: 35px;
  padding-top: 5px;
}
.studio_icon-area img {
  width: 100%;
  height: auto;
}
.section-studio_address {
  max-width: 428px;
  padding-bottom: 20px;
}
.section-studio_text p {
  text-align: left;
  line-height: 1.7;
}
.studio-inner span {
  font-size: 1.4rem;
}

@media (max-width: 480px) {
  .section-studio h3 {
    font-size: 2.0rem;
  }
}

@media (max-width: 800px){
  .studio-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .section-studio {
    padding-bottom: 70px;
  }
  .section-studio_map {
  width: 100%;
    max-width: 428px;
}
}
