@charset "UTF-8";

body {
  background: url(../images/top/top_back_muji.jpg) center center / cover
    no-repeat fixed;
  margin: 0 auto;
}
#wrap {
  overflow: hidden;
}
main {
  display: flex;
  flex-direction: column;
  /* width: 800px; */
  margin: 0 auto;
  padding: 0 3%;
}
.bajji {
  text-align: center;
  /* background-color: #3fdb7d; */
}
.bajji img {
  width: 88%;
  max-width: 150px;
  margin-top: 1vh;
  margin-left: -4vw;
}
.back_to p a {
  font-size: 15px;
  border-radius: 10px;
  padding: 10px 5px;
  font-family: sans-serif;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  background-color: hsla(29, 96%, 45%, 0.862);
}
.back_to a:hover {
  background-color: rgb(12, 190, 249);
}

.combi {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: flex-end;
}

h5 {
  margin-top: 10px;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: normal;
  color: #1277dd;
  max-width: 800px;
  text-align: justify;
}
.block p.name {
  font-size: 17px;
  font-family: sans-serif;
  font-weight: bold;
  margin-top: -8px;
  margin-bottom: -10px;
}
.block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.block img {
  width: 50px;
  height: auto;
  /* max-width: 70px; */
  margin-top: -5px;
}
.block p {
  font-size: 16px;
  font-family: sans-serif;
  font-weight: normal;
  line-height: 1.5;
  text-align: justify;
}
.blue {
  color: blue;
}
.sns a:hover {
  opacity: 0.5;
}
/* .mail {
    text-align: start;
  }
  .mail a {
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 15px;
    font-family: sans-serif;
    color: #fff;
    font-weight: normal;
    text-decoration:none;
    background-color: hsla(29, 96%, 45%, 0.862);
  }
  .mail a:hover {
    background-color: rgb(12, 190, 249);
  } */

p.title {
  background-color: none;
  color: #1277dd;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 30px;
  padding-left: 0;
  font-size: 20px;
  font-family: sans-serif;
  font-weight: bold;
  border: none;
  border-top: solid 2px #000;
}

hr {
  border: none;
  height: 1px;
  border-top: 1px #000000 dashed;
  width: 100%;
}

.under_title {
  text-align: center;
  border-top: solid 2px #000;
}
.under_title img {
  width: 95%;
  max-width: 500px;
  margin-top: 30px;
}

@media (min-width: 700px) {
  main {
    max-width: 800px;
    /* margin: 0 auto; */
  }
  .bajji {
    text-align: center;
  }
  .bajji img {
    width: 150px;
    margin-left: 165px;
  }
  /* .block {
    display: flex;
    align-items: flex-start;
  } */
}

@media (min-width: 1250px) {
  body {
    max-width: 1250px;
  }
}
