@charset "UTF-8";

body {
  background: url(../images/top/top_back_muji.jpg) center center / cover
    no-repeat fixed;
  box-sizing: border-box;
}

#wrap {
  overflow: hidden;
}
main {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.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;
}
.coment {
  font-size: 18px;
  font-family: Sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-weight: 600;
  text-align: center;
  margin-top: 4vh;
}
.panel {
  margin-top: 4vh;
}

.panel ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  column-gap: 10px;
  row-gap: 10px;
  padding: 15px 3%;
}

/* .panel ul li a {
  font-size: 18px;
  font-family: sans-serif;
  background-color: dodgerblue;
  color: #fff;
  padding: 20px 18px;
  text-decoration: none;
  background: linear-gradient(
    to bottom,
    hsl(225, 78%, 79%),
    hsl(206, 89%, 47%)
  );
} */
.panel ul li a {
  display: inline-block;
  flex-grow: 0;
  font-size: 18px;
  font-family: sans-serif;
  color: #fff;
  line-height: 1.4;
  padding: 20px 18px;
  text-decoration: none;
  background: linear-gradient(
    to bottom,
    hsl(225, 78%, 79%),
    hsl(206, 89%, 47%)
  );
  width: 170px;
  height: 175px;
}
.panel ul li a:hover {
  opacity: 0.7;
}
span.black {
  color: darkblue;
  font-size: 16px;
}

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

@media (min-width: 700px) {
  main {
    max-width: 700px;
  }
  .bajji {
    text-align: center;
  }
  .bajji img {
    width: 150px;
    margin-left: 165px;
  }
}
