@charset "UTF-8";
/* CSS Document */
* {
/*      outline: solid 1px #c00;*/
}
h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  img {
    margin: 10px auto;
  }
}
.top-text {
  padding-bottom: 50px;
  border-bottom: 2px solid;
  margin-bottom: 130px;
    text-align: center;
  p {
  width: min(1230px, 80%);
    margin: auto;
  }
}
.about-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  img {
    width: 800px;
    border-radius: 30px;
    object-fit: cover;
      margin-right: 30px;
  }
}
.text h3{
    margin-bottom: 10px;
    font-weight: 500;
}
.reverse {
  flex-direction: row-reverse;
    img{
         margin-right: 0;
      margin-left: 30px;
    }
}
.flex {
  margin-top: 130px;
  display: flex;
  justify-content: space-between;
}
.flex-left {
  line-height: 16px;
}
.sns {
  width: 500px;
}
.map {
  border-top-right-radius: 30px;
  overflow: hidden;
  p {
    text-align: center;
    color: white;
    background: var(--sub-color);
    padding: 10px;
  }
  iframe {
    width: 700px;
    height: 300px;
  }
}

@media (width <=750px) {
    .top-text p{
        width: 90%;
    }
    .about-group{
        display: block;
        margin-bottom: 60px;
        img{
            margin: 10px 0;
        }
    }
    .flex{
        margin-top: 100px;
        display: block;
    }
.flex-left {
        width: 90%;
    line-height: inherit;
        margin: auto;
}
    .sns{
        width: 90%;
    }
    .map{
        width: 90%;
        margin: auto;
    }
    }