body {
    background: #FAF7F5;
    font-family: "M PLUS Rounded 1c";
}
.text-center {
    text-align: center;
    color:#47362E;
}

.text-center h1{
    font-size: 2em;

}

.text-center h6 {
    margin-top: 10px;
    font-size: 0.67em;

}
.container {
    text-align: center;
}

.container img{
    position: relative;
    width:80% ;
    height: 450px;
    object-fit: cover;
    border-radius: 30px;
    margin-top: 50px;
  }
  .text-cafe {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 15px;
    }
  .container p{
    position: absolute;
    padding: 10px;
    margin:-80px 180px;
    font-size: 15px;
    
  }
  .container p span {
      font-size: 30px;
  }
  .text-left {
      text-align: left;
      margin-top: 50px;
      margin-bottom: 20px;
      margin-left: 150px;
      color: #47362e;
  }
  .big-box{
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;
}

  .box {
      width: 40%;
      margin-bottom: 50px;
      text-align: center;
      background-color:#EFE7E1 ;
      border-radius: 50px;
      padding:30px;
      /* flex-grow: 1; 余白の割り当て */
  }
.night {
    font-size: 25px;
    color:#47362e;
    margin-bottom: 5px;
}

@media screen and (max-width:800px){
    .text-center{
        margin-top: 90px;
        margin-bottom: 20px;
    }
    .big-box{
        display: inline-block;
        justify-content: center;
        margin: 0 10%;
    }
    .box{
        width: 80%;
        margin: 0 auto;
        margin-bottom: 30px;
        padding:50px 50px 30px 50px;
    }
    .night{
        margin-top: -20px;
        margin-bottom: 20px;
    }
    .wrap{
        position: relative;
    }
    .container p{
        display: none;
    }
}

@media screen and (max-width:425px){
    .box{
        padding: 10%;
    }
    .night{
        margin:5px 0 10px 0;
    }
    .wrap{
        position: relative;
    }
    .container p span{
        font-size: 17px;
    }
}
