
br {
  display: block;
  content: "";
  margin: 10px 0;
  }

img{display: block;
    margin-left: auto;
    margin-right: auto;
}


        .urgency-bar {
            background: linear-gradient(45deg, #ff4444, #cc0000);
            color: white;
            text-align: center;
            padding: 10px;
            font-weight: bold;
            animation: pulse 2s infinite;
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        
        @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.8; }
        }
        
.js-order {
  max-width: 500px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
}

.title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  color: #ffffff;
  background: #ff0000;
  text-align: center;
}

.order-item {
border-bottom: 1px solid #ddd;
padding: 10px 0;
display: block;
}

.js-order-time {
font-size: 14px;
color: #555;
}

.address {
font-weight: bold;
color: #0066cc;
}

.course {
font-weight: bold;
color: #333;
}

.number {
font-size: 12px;
color: #666;
}

.number .code {
font-weight: bold;
color: #000;
}


@media screen and ( min-width:800px ){
  .main{
    width: 600px;
    margin:0 auto;
  }
    .text {
      margin: 0 auto　20px;
      max-width: 90%;
      letter-spacing: 0.03em;
      font-size: 20px;
      line-height: 30px;
  }

  .chara-talk .highlight {
    margin: 0 auto　20px;
    max-width: 90%;
    letter-spacing: 0.03em;
    font-size: 21px;
    line-height: 30px;
    color: rgb(255, 0, 0);
    font-weight: bold;
}


.spanline {
  font-weight: bold;
  text-align: center;
  font-size: 35px;
  margin: 15px auto 15px ;
  width: 340px;
  color: rgb(255, 255, 255);
  background-color: rgb(228 0 103);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.spanline2 {
  font-weight: bold;
  text-align: center;
  font-size: 35px;
  margin: 15px auto 15px ;
  width: fit-content;
  color: rgb(255, 255, 255);
  background-color: rgb(228 0 103);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

  .sp1 {
    margin: 0 auto　20px;
    max-width: 90%;
    letter-spacing: 0.03em;
    font-size: 20px;
    line-height: 30px;
    color: rgb(255, 0, 106);
    font-weight: bold;
  }

.sp2 {
  margin: 0 auto　20px;
  max-width: 90%;
  letter-spacing: 0.03em;
  font-size: 20px;
  line-height: 30px;
  color: rgb(0, 81, 255);
  font-weight: bold;
}

.sp3 {
  margin: 0 auto　20px;
  max-width: 90%;
  letter-spacing: 0.03em;
  font-size: 24px;
  line-height: 30px;
  color: rgb(255, 0, 0);
  font-weight: bold;
}

.sp4 {
  margin: 0 auto　20px;
  max-width: 90%;
  letter-spacing: 0.03em;
  font-size: 24px;
  line-height: 30px;
  color: rgb(0, 81, 255);
  font-weight: bold;
}
 
    .img2{
      width: 600px;
      }

      .img3{
        width: 100%;
        margin: 0px auto;
            }
  h1{
        color: rgb(228 0 103);
        text-align: center;
        padding: 0.2em;
        font-size: 22px;
        margin: 0 auto 30px;
        border-top: solid 2px rgb(228 0 103);
        border-bottom: solid 2px rgb(228 0 103);
        background-color: #f5faff;
      }

      h2 {
        background-color:#fff5f9;
        padding: 10px 30px;
        font-weight: 900;
        color: #ff0084;
        font-size: 26px;
    }

      .ulf {
       
          color:rgb(0, 2, 5);
          font-size: 25px;
          }
      
          .line {
            background: linear-gradient(transparent 60%, yellow 30%);
            display: inline-block;
          }

      .pinkB {
        font-weight: bold;
        color: rgb(255, 28, 28);
        font-size: 25px;
        text-align: center;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }



    a.btn-c {
      font-size: 6vw;
      width: 100%;
      position: relative;
      padding: 0.25rem 10px 1.5rem 10px;
      color: #fff;
      background: #32b16c;
      -webkit-box-shadow: 0 5px 0 #2c9d60;
      box-shadow: 0 5px 0 #2c9d60;
      margin: 20px auto;
      display: block;
  }

  a.btn-c span {
    font-size: 17px;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    width: 87%;
    padding: 0.2rem 0;
    color: #32b16c;
    border: 2px solid #32b16c;
    border-radius: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.btn, a.btn, button.btn {
font-size: 1.6rem;
font-weight: 700;
line-height: 1.5;
position: relative;
display: inline-block;
padding: 1rem 4rem;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: 0.1em;
color: #ffffff;
border-radius: 0.5rem;
}


    .chara-talk {
      margin: 50px 0;
      padding: 0;

  }
  .chara-talk li {
      width: 75%;
      margin-left: 100px;
      padding: 15px;
      border: solid 2px;
      border-radius: 7px;
      box-shadow: 0px 2px 8px -1px rgba(0,0,0,0.2);
      position: relative;
  }
  .chara-talk li + li {
      margin-top: 40px;
  }
  .chara-talk li:empty {
      margin: 0;
      padding: 0;
      height: 0;
  }
  .chara-talk li:before {
      position: absolute;
      top: 19px;
      left: -7px;
      width: 10px;
      height: 10px;
      margin: auto;
      border-top: 2px solid;
      border-right: 2px solid;
      transform: rotate(-135deg);
      content: '';
  }
  
  /* 各キャラクターごとのスタイル */
  .chara-talk .KOKIO {
      background-color: #def0ff;
      border-color: #accde4;
  }
  .chara-talk .KOKIO:before {
    background-color: #def0ff;
    border-color: #accde4;
  }
  
  .chara-talk .rinon {
      background-color: #ffedfa;
      border-color: #ffc4f2;
  }
  .chara-talk .rinon:before {
    background-color: #ffedfa;
    border-color: #ffc4f2;
  }

  .chara-talk .rinon2 {
    background-color: #ffedfa;
    border-color: #ffc4f2;
}

  .chara-talk .rinon2:before {
    background-color: #ffedfa;
    border-color: #ffc4f2;
  }
  
  /* 吹き出しの顔アイコン＆名前 */
  .chara-talk li .icon {
      display: block;
      position: absolute;
      top: -5px;
      left: -78px;
      width: 50px;
      height: 50px;
  }
  .chara-talk li .icon:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      width: 50px;
      height: 50px;
      border: solid 2px #555;
      border-radius: 50%;
      overflow: hidden;
      background: no-repeat center center;
      content: '';
  }
  .chara-talk li .icon:after {
      display: block;
      position: absolute;
      bottom: -22px;
      left: 0;
      right: 0;
      margin: 0 -10px;
      font-size: 11px;
      text-align: center;
  }
  
  /*** キャラクター画像と名前の指定 ***/
  .chara-talk .KOKIO .icon:before {
      background-image: url(img/iconKOKIO.jpg);
  }
  .chara-talk .KOKIO .icon:after {
      content: 'KOKIO';
  }
  
  .chara-talk .rinon .icon:before {
      background-image: url(img/iconrinonn.jpg);
  }

  .chara-talk .rinon2 .icon:before {
    background-image: url(img/iconrinonn2.jpg);
}

  .chara-talk .rinon .icon:after {
      content: '橘りのん';
  }
  .chara-talk .rinon2 .icon:after {
    content: 'りのん';
}

}
@media screen and ( max-width:799px ){

  .main {
    width: 100%;
    margin: 0px auto;
    padding: 3px;
    background-color: #fff;
}
  .text{letter-spacing: 0.03em;
    font-size: 16px;
    line-height: 30px;}

      .img3{
    width: 100%;
    margin: 0px auto;
        }
  
      
        .sp1 {
          margin: 0 auto　20px;
          max-width: 90%;
          letter-spacing: 0.03em;
          font-size: 17px;
          line-height: 30px;
          color: rgb(255, 0, 106);
          font-weight: bold;
        }
      
      .sp2 {
        margin: 0 auto　20px;
        max-width: 90%;
        letter-spacing: 0.03em;
        font-size: 17px;
        line-height: 30px;
        color: rgb(0, 81, 255);
        font-weight: bold;
      }
      
      .sp3 {
        margin: 0 auto　20px;
        max-width: 90%;
        letter-spacing: 0.03em;
        font-size: 20px;
        line-height: 30px;
        color: rgb(255, 0, 106);
        font-weight: bold;
      }
      
      .sp4 {
        margin: 0 auto　20px;
        max-width: 90%;
        letter-spacing: 0.03em;
        font-size: 20px;
        line-height: 30px;
        color: rgb(0, 81, 255);
        font-weight: bold;
      }
       


    .chara-talk {
      margin: 50px 0;
      padding: 0;
      font-size: 15px;
  }
  .chara-talk li {
    margin-left: 70px;
    padding: 7px;
    border: solid 2px;
    border-radius: 7px;
    box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.2);
    position: relative;
}
  .chara-talk li + li {
      margin-top: 40px;
  }
  .chara-talk li:empty {
      margin: 0;
      padding: 0;
      height: 0;
  }
  .chara-talk li:before {
      position: absolute;
      top: 11px;
      left: -7px;
      width: 10px;
      height: 10px;
      margin: auto;
      border-top: 2px solid;
      border-right: 2px solid;
      transform: rotate(-135deg);
      content: '';
  }
  
  /* 各キャラクターごとのスタイル */
  .chara-talk .KOKIO {
    background-color: #def0ff;
    border-color: #accde4;
}
.chara-talk .KOKIO:before {
  background-color: #def0ff;
  border-color: #accde4;
}

.chara-talk .rinon {
    background-color: #ffedfa;
    border-color: #ffc4f2;
}
.chara-talk .rinon:before {
  background-color: #ffedfa;
  border-color: #ffc4f2;
}

.chara-talk .rinon2 {
  background-color: #ffedfa;
  border-color: #ffc4f2;
}

.chara-talk .rinon2:before {
  background-color: #ffedfa;
  border-color: #ffc4f2;
}
  
  
  /* 吹き出しの顔アイコン＆名前 */
  .chara-talk li .icon {
      display: block;
      position: absolute;
      top: -5px;
      left: -78px;
      width: 40px;
      height: 40px;
  }
  .chara-talk li .icon:before {
      position: absolute;
      top: 0;
      left: 16px;
      z-index: 10;
      width: 40px;
      height: 40px;
      border: solid 2px #555;
      border-radius: 50%;
      overflow: hidden;
      background: no-repeat center center;
      content: '';
  }
  .chara-talk li .icon:after {
      display: block;
      position: absolute;
      bottom: -22px;
      left: 25px;
      right: 0;
      margin: 0 -10px;
      font-size: 11px;
      text-align: center;
  }
  
  /*** キャラクター画像と名前の指定 ***/
  .chara-talk .KOKIO .icon:before {
    background-image: url(img/iconKOKIO.jpg);
}
.chara-talk .KOKIO .icon:after {
    content: 'KOKIO';
}

.chara-talk .rinon .icon:before {
    background-image: url(img/iconrinonn.jpg);
}

.chara-talk .rinon2 .icon:before {
  background-image: url(img/iconrinonn2.jpg);
}

.chara-talk .rinon .icon:after {
    content: 'りのん';
}
.chara-talk .rinon2 .icon:after {
  content: 'りのん';
}

        a.btn-c {
          font-size: 6vw;
          width: 100%;
          position: relative;
          padding: 0.25rem 10px 1.5rem 10px;
          color: #fff;
          background: #32b16c;
          -webkit-box-shadow: 0 5px 0 #2c9d60;
          box-shadow: 0 5px 0 #2c9d60;
          margin: 20px auto;
          display: block;
      }
  
      a.btn-c span {
        font-size: 17px;
        position: absolute;
        top: -10px;
        right: 0;
        left: 0;
        margin: 0 auto;
        display: block;
        width: 87%;
        padding: 0.2rem 0;
        color: #32b16c;
        border: 2px solid #32b16c;
        border-radius: 0.5rem;
        background: #fff;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

  .btn, a.btn, button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #ffffff;
    border-radius: 0.5rem;
}

  h1{
        color: rgb(228 0 103);
        text-align: center;
        padding: 0.2em;
        font-size: 22px;
        border-top: solid 2px rgb(228 0 103);
        border-bottom: solid 2px rgb(228 0 103);
        background-color: #f5fbff;
      }

      h2 {
        background-color:#fff5f9;
        padding: 10px 30px;
        font-weight: 900;
        color: #ff0084;
        font-size: 26px;
    }

      .ulf {
       
          color:rgb(0, 2, 5);
          font-size: 16px;
          }
      
          .line {
            background: linear-gradient(transparent 60%, yellow 30%);
            display: inline-block;
          }

      .spanline {
        font-weight: bold;
        text-align: center;
        font-size: 25px;
        margin: 15px auto 15px ;
        color: rgb(255, 255, 255);
        background-color: rgb(228 0 103);
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .spanline2 {
      font-weight: bold;
      text-align: center;
      font-size: 23px;
      margin: 15px auto 15px ;
      color: rgb(255, 255, 255);
      background-color: rgb(228 0 103);
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

      .pinkB {
        font-weight: bold;
        color: rgb(255, 0, 106);
        font-size: 20px;
        text-align: center;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

  }