@charset "utf-8";
/* CSS Document */
.main {
  background-color: #FFF8E9;
  padding-bottom: 90px;
  width: calc(100% - 270px);
  margin-left: 270px;
  }
@media screen and (max-width: 1024px) {
  .main {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .main {
    padding-bottom: 45px;
    width: 100%;
    margin-left: 0px;
  }
}
.section-top {
  margin-bottom: 100px;
  
}
.section-top__image {
  position: relative;
  margin: 0 auto;
  height: 660px;
  background-image: url("images/studio_top.png");
  background-repeat: no-repeat;
  background-position: center center; 
  display: flex;
  justify-content: center;
  background-size: cover;
}
.section-top__image h2 {
  position: absolute;
  top: 75.5%;
  left: 6.4%;
  font-size: 3.0rem;
  font-weight: 700;
  color: #FFF8E9;
  line-height: 4.5rem;
  text-shadow: 0px 2px 4px rgba(51, 51, 51, 0.78);
}
@media screen and (max-width: 480px) {
  .section-top {
    margin-bottom: 30px;
}
  .section-top__image {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
}
  .section-top__image h2 {
    position: absolute;
    top: 75.5%;
    left: 3.4%;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 3.2rem;
}
}
.section-place {
  max-width: 1170px;
  padding: 0 40px 0;
  margin: 0 auto 80px;
}
.section-place h2 {
  width: 180px;
  height: auto;
  margin: 0 auto 100px;
}
.section-place img {
  width: 100%;
}
.section-place__container {
  display: flex;
  justify-content: space-evenly;
}
.place__area {
  width: 43%;
}
.place__area address {
  padding: 50px 0 100px;
  text-align: left;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.2rem;
}
.place__area-address {
  font-size: 2.0rem;
  font-weight: 400;
}
.place__image-one {
  width:100%;
}

.place__image-two {
  width: 44%;
}
.place__image-two img {
  width: 100%;
}
@media screen and (max-width: 630px) {
  .section-place h2 {
    width: 149px;
    height: auto;
    margin: 0 auto 50px;
}
}
@media screen and (max-width: 480px) {
  .section-place {
    max-width: 375px;
    padding: 0 24px 50px;
    margin: 0 auto; 
  }

  .section-place__container {
  display: block;
}
.place__area {
  width: 100%;
}
.place__area address {
  padding: 0px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-bottom: 30px;
}
.place__area-address {
  font-size: 1.6rem;
}
  .place__image-one {
  width:69%;
}

.place__image-two {
  width: 63%;
  margin-left: 120px;
}
.place__image-two img {
  width: 100%;
}
}
.section-access {
  max-width: 1170px;
  padding: 0 40px 0;
  margin: 0 auto 80px;
}
.section-access h2 {
  width: 190px;
  height: auto;
  margin: 0 auto 100px;
}
.section-access img {
  width: 100%;
}
.section-access__container {
  display: flex;
  justify-content: space-evenly;
}
.section-access__text {
  width: 20%;
  font-size: 2.0rem;
  line-height: 3.2rem;
}
.section-access__image {
  width: 60%;
}
.section-access__image img {
  width: 100%;
}
@media screen and (max-width: 630px) {
  .section-access {
   max-width: 630px;
  padding: 0 24px ;
  margin: 0 auto; 
  }
  .section-access h2 {
  width: 152px;
  height: auto;
  margin: 0 auto 50px;
}
  .section-access__container {
    display: block;
  }
  .section-access__text {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 30px;
}
.section-access__image {
  width: 100%;
}
}