.guideline-container {
    width: 890px;
    margin: 0 auto;
    border: solid 2px #ccc;
    border-spacing: 0;
    border-collapse: inherit;
    margin-top: 15px;
    margin-bottom:45px;
  }
  
  .guideline-flex {
    display: flex;
  }
  
  .guideline-margin {
    border-bottom: solid 2px #ccc;
  }
  
  .guideline-left-text {
    text-align: center;
    color: #333;
    font-size: 22px;
    background-color: #eee;
    font-weight:normal;
    height:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    width: 180px;
    border-right: solid 2px #ccc;
  }
  
  .guideline-right-text {
    font-size: 20px;
    padding: 10px 0 10px 40px;
    border-bottom: solid 1px #ccc;
    width: 681px;
  }
  
  .red {
    color: #ff0000;
  }
  
  .bold {
    font-weight: bold;
  }
  
  .guideline-big {
    font-size: 22px;
  }
  
  .guideline-days-text {
    font-weight: normal;
    font-size: 22px;
  }
  
  .guideline-small {
    font-size: 18px;
  }
  
  .days-ul {
    padding: 0 0 0 3vw;
  }
  
  .guideline-inbitation-text {
    font-weight: bold;
    font-size: 6vw;
    text-align: center;
    color: #ff0000;
    margin-top: 2vw;
    margin-bottom: -1vw;
  }
  
  .guideline-bottom-place {
    text-align: start;
    font-size: 4vw;
    padding: 2vw 3vw;
  }
  
  .guideline-corona {
    font-size: 18px;
    text-align: start;
  }
  
  .youkou-title {
    text-align: center;
    position: absolute;
    font-size: 54px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--main-color);
  }
  
  .youkou-title-box {
    position: relative;
    width: 890px;
    height: 70px;
    margin: -70px auto 0;
  }
  
  .youkou-title-girl {
    position: absolute;
    width: 285px;
    top: -244px;
    left: 2%;
  }
  
  .corona-box {
    width: 750px;
    margin: 30px auto 0;
  }
  
  .youkou-title-background {
    height: 200px;
  }
  
  .youkou-title-text {
    position: relative;
    left: 42%;
    width: 550px;
    height: auto;
    transform: translateY(-220%);
  }
  
  .font-winter {
    font-size: 50px;
  }
  
  .guideline-big-text {
    font-size: 1.15em;
  }
  
  .guideline-small-text {
    font-size: 0.8em;
  }


  /* borderを確認するー小柴 */