.top__exterior {
  width: 1200px;
  display: flex;
  margin-top: 10%;
  margin-bottom: 20%;
}
.top__exterior__contents h2 {
  font-weight: 700;
  font-size: 2.8rem;
  font-family: serif;
  margin-left:5% ;
}
.top__exterior__contents { 
  justify-content: space-between;
  width: 60%;
}
.top__exterior__right-sec {
  width: 100%;
  margin-left: 0%;
  display: grid;
  justify-content: space-between;
}
 
.top__exterior__right-sec_font {
  margin-left: 10%;
  width: 100%;
  font-family: serif;
  font-size: 1rem;
  font-weight: 400; 
}

.top__exterior__bottom-sec {
  margin-left: 20%;
  display: flex;
  justify-content: center;
  height: fit-content;
  width: 80%;
  overflow:auto
}
.top__exterior__bottom-sec2 {
  width: 40%;
  margin: 1rem;
  padding: 0.8rem 0;
  margin-top: 0;
  line-height: 2;
  border: transparent;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;

  font-weight: 400;
  font-size: 1rem;
  font-family: serif;

  
  text-align: center;
  writing-mode: vertical-rl;
}

.top__exterior__left-pic-sec {
 width: 50%;


} 

.top__exterior__left-pic-sec img{
  width: 100%;
}

@media only screen and (max-width:1025px) {
  .top__exterior {
    
    width: 80%;
    margin: auto; 
    margin-top: 10%;
    padding: 0;
    margin-bottom: 15%;
    max-width: calc(1024px);
    text-align: center;
    flex-direction:column-reverse

  }
  .top__exterior__contents h2 {
    
    font-weight: 700;
    font-size: 2rem;
    font-family: serif;
    text-align: center;
    margin-left:0% ;
    
  }
  .top__exterior__contents {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-left: 0;
    padding-left: 0;

  }

  .top__exterior__left-pic-sec{
    padding-top: 5%;
    width: 55%; 
    height: 400px; 
    overflow: hidden; 
    position: relative; 
    margin:auto;
  

  }

  .top__exterior__left-pic-sec img{
    position: absolute; 
    top: -150px; 
    left: -0px; 
  }

  .top__exterior__bottom-sec {
    display: inline-block;
    text-align: center;
    margin: 0;
    margin-bottom: 3%;

    width: 100%;
    
  }
  .top__exterior__bottom-sec2 {
    width: 50%;
    margin: 0;
    margin-top: 2%;
    line-height: 1.5;
    border: transparent;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    font-size: 0.9rem;
    font-family: serif;

  }
  .top__exterior__bottom-sec > p {
    padding: 0;
    text-align: center;
    writing-mode:horizontal-tb;
  }
  .top__exterior__right-sec {
    width: 100%;

    background-position: center;
    background-size: cover;
    background-repeat: none;
    display: inline-block;
    text-align: center;

  }
  
  .top__exterior__right-sec_font {
    width: 100%;
    font-family: serif;
    font-size: 0.9rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 3%;
  }
  
  .test_04 {
    width: 100%;
    height: 100%; 
  }

}

@media only screen and (max-width:961px) {
  .top__exterior {

    max-width: calc(960px);
  }

}

@media only screen and (max-width:835px) {
  .top__exterior {
    max-width: calc(834px);

    width: 80%;
    margin-left: 5%;
    padding: 0;
    margin-bottom: 15%;
    text-align: center;
  }
}

@media only screen and (max-width:811px) {
  .top__exterior {
    max-width: calc(811px);
    margin-left: 3.7%;
  }
}

@media only screen and (max-width:801px) {
  .top__exterior {
    max-width: calc(801px);
    margin-left: 3.5%;
  }
}

@media only screen and (max-width:769px) {
  .top__exterior {
    max-width: calc(768px);
    margin-left: 3.3%;
  }
}

@media only screen and (max-width:745px) {
  .top__exterior {
    max-width: calc(744px);
    margin-left: 3.2%;
  }
}
@media only screen and (max-width:681px) {
  .top__exterior {
    max-width: calc(681px);
  }
  .top__exterior__left-pic-sec img{
    top: -100px; 
    left: -0px; 
  }
}

@media only screen and (max-width:602px) {
  .top__exterior {
    max-width: calc(601px);
  }
  .top__exterior__left-pic-sec {
    width: 65%;
   } 
}

@media only screen and (max-width:521px) {
  .top__exterior {
    max-width: calc(520px);
  }

  .top__exterior__contents > h2 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width:501px) {
  .top__exterior {
    max-width: calc(500px);
  }
}

@media only screen and (max-width:481px) {
  .top__exterior {

    width: 80%;
    margin: auto;
    margin-left:0%;
    max-width: calc(480px);
    text-align: center;
    margin-top: 10%;
  }

  .top__exterior__left-pic-sec {
    width: 80%;
   } 

  .top__exterior__contents h2 {
    
    font-weight: 700;
    font-size: 1.6rem;
    font-family: serif;
    text-align: center;
    
  }
  .top__exterior__contents {
    display: inline-block;
    width: 90%;
    text-align: center;
 
    margin: 0;
    margin-left: 5%;
    padding-left: 0;

  }



  .top__exterior__bottom-sec {
    display: inline-block;
    text-align: center;
    margin: 0;
    margin-bottom: 3%;
    width: 100%;
    
  }
  .top__exterior__bottom-sec2 {
    width: 80%;
    margin: 0;
    margin-top: 5%;
    line-height: 1.5;
    border: transparent;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display: inline-block;
    text-align: center;
  
    font-weight: 400;
    font-size: 0.8rem;
    font-family: serif;

  }
  .top__exterior__bottom-sec > p {
    padding: 5%;
    text-align: center;
    writing-mode:horizontal-tb;
  }
  .top__exterior__right-sec {
    width: 90%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    display: inline-block;
    text-align: left;
  }

  .top__exterior__right-sec_font {
    width: 90%;
    font-family: serif;
    font-size: 0.8rem;
    font-weight: 400;
    margin: auto;
    padding: 0;

  }
  .test_04 {
    width: 100%;
    height: 100%;
  }


}

@media only screen and (max-width:429px) {
  .top__exterior {
    max-width: calc(428px);
  }

}

@media only screen and (max-width:415px) {
  .top__exterior {

    max-width: calc(412px);

  }

}

@media only screen and (max-width:394px) {
  .top__exterior {

    max-width: calc(393px);

  }

}

@media only screen and (max-width:376px) {
  .top__exterior {
    max-width: calc(375px);
  }
}

@media only screen and (max-width:361px) {
  .top__exterior {
    max-width: calc(361px);
  }
}