@charset "UTF-8";

*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body{
  position: relative;
  font-family: "ヒラギノ丸ゴ ProN W4";
  color: rgb(0, 0, 0);
}

img{
  width: 100%;
  object-fit: contain;
}


header{
  background-color: rgb(255, 200, 0); /*クロムイエロー*/
  padding: 0;
}

.headAll{
  width: 100%;
  height: 120px;
  z-index: 800;
}
.headAll h1{
  font-size: 35px;
  letter-spacing: 1.8px;
  position: absolute;
  top: 2vw;
  left: 8vw;
  z-index: 800;
}

.category_icon{
  width: 12%;
  height: auto;
  min-width: 130px;
  margin: 10% 0 0 15%;
}

.shoukai{
  width: 85%;
  margin:0 auto;
}
.shoukai h2{
  text-align: center;
  font-size: 2rem;
}
.shoukai p{
  margin: 15% 8vw;
  font-size: 20px;
  line-height: 1.8;
}

.shashincenter{
  text-align: center;
  margin: 5% 23%;
}

.tsugi{
  margin: 50px 0 80px auto;
}

/* ポジティブ */
.positive{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom:50px;
  width: 100%;
}
.balloon1-right {
  position: relative;
  margin: 1.5em 0px;
  padding: 15px;
  width: auto;
  height: 50%;
  min-width: 120px;
  max-width: 300px;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius:10px;
  word-break: break-word;
}
.balloon1-right:before {
  content: "";
  position: absolute;
  top: 70%;
  left: 100%;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 30px solid #e0edff;
}
.balloon1-right .hitokoto {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.posiman{
  width: 60%;
  max-width: 300px;
  min-width: 150px;
  padding-left: 10%;
}
/* ポジティブ終わり */

@media screen and (max-width: 600px) { /*ウィンドウ幅が最大600pxまでの場合に適用*/
  .headAll{
    height: 65px;
  }
  .headAll h1{
    font-size: 30px;
    letter-spacing: 1.6px;
  }
  .category_icon{
    margin: 10% 0 0 10%;
  }
  .shoukai{
    width: 90%;
    margin:0 auto;
  }
  .shoukai h2{
    font-size: 1.5rem;
  }
  .shoukai p{
    margin: 15% auto;
    font-size: 16px;
  }
  .shashincenter{
    margin: 5% 15%;
  }

  .balloon1-right .hitokoto {
    font-size: 16px;
  }

}/*必要*/
