@charset "utf-8";

body {

  /* ソースのような背景を作成 */
  background-color: #f5eee1;
  /* デザートのベースの色 */
  background-image: radial-gradient(circle, #5c59fa 10%, rgba(245, 243, 241, 0.575) 60%),
    /* ソースの色と広がり */
    radial-gradient(circle, #1f0301 3%, rgba(244, 67, 36, 0) 40%);
}

h2 {
  font-size: 40px;
  background-image: url(../images/haikei.jpg);
  background-repeat: repeat;
   padding: 1vw;
   border: 3px solid rgb(240, 131, 131);
   margin-bottom: 65px;
}
h2::before {
   content: url(../images/h2.png);
  
  display: inline-block; /* またはblockを指定 */
  width: 100%; /* サイズ変更はできません */
  height: 10px; /* サイズ変更はできません */
  vertical-align: middle; /* テキストと高さを合わせる場合 */
}
.contener {
  /* margin-top: 20px; */
  display: flex;
  justify-content: space-around;
  background-image: url(../images/haikei.jpg);
  background-repeat: repeat;
  border: 3px solid rgb(240, 131, 131);
    
    
}
.imgcontener {
  width: 100%;
  display: flex;
  justify-content: space-between; 

}
h3 {
  font-size: 24px;
  padding-top: 10px;

}

.imgtext {
  float: right;
  font-size: 18px;
  padding: 20px;
  background-color:rgba(225, 225,225, 0.6);
  text-align:left;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  
}
.imgtext p {
  text-align: left;
}

.contener {
  flex-basis: 33%;
 margin-bottom: 65px;
}
.img {
  text-align: center;
}
.img img {
width: 35vh;
}

.drink img {
  margin: 20px;
  width: 30vw;
  flex-basis: 48%;
}

@media screen and (max-width:900px) {
  body {
    height: 800px;
  }
  header img {
    width: 20vh;
    height: 20vh;
  }
  header {
    height: 200px;
  }

  h2 {
    font-size: 20px;
  }
.img img {
  width: 30vh;
}

h3 {
padding: 10px;
}
  p {
    font-size: 12px;
  }
.contener,.imgcontener {
  display: block;
}
.contener {
  padding: 20px;

}

.imgtext  {
  float: none;
  text-align: center;
}
.img {
  margin: 0 auto;
}
.drink img {
  width: 35vh;
}

.contener {
  margin-bottom: 90px;
  text-align: center;
  backdrop-filter: blur;
}
}