
ol li {
  list-style: none;
	margin-left: 1px;/* リストの左側に余白 */
	text-align: left;
}
ul li{
  list-style: none;
  color:red;
  font-weight: bold;
  font-size:13px !important;
}
    .headimg>p::before{
    white-space: pre;
    font-size:25px;
    content:"全車禁煙について";
  }
  dl,dt,dd{
    margin:0;
    padding:0;
  }
  dt,dd{
    border:1px solid #333;
  }
  dt,dd{
    border-bottom:none;
  }
  .lll{
   border-bottom:1px solid #333;
  }

  .wrapper{
    max-width:700px;
    margin:0 auto 100px;
    padding: 0;
    position: relative;
    line-height:1.5;
  }


  
  h1{
    font-size:30px;
    padding:10px;
    font-weight: 500;
  }
  h2{
    font-size:20px;
    font-weight:400;
    padding-left:10px;
    border-left:5px solid #69d1c3;
    margin-top:30px;
  }
  h3{
    background:#69d1c3;
    font-weight: normal;
    color:#222;
    padding:5px;
  }
  h3 img{
    width:200px;
  }
  h4{
    border-left:5px solid #69d1c3;
    padding:4px 5px;
    font-size:20px;
    font-weight:normal;
  }

  .wrapper li{
    font-size: 16px;
    max-width: 700px;
  }
  .box{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding:30px 0;
    /* background:#69d1c3; */
  }


  .boximg p{
    font-size:20px;
    font-weight:bold;
    padding:10px;
  }
  .boximg img{
    width:230px;
  }
  .boximg{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .fbus{
    position: absolute;
    z-index: 3;
    top:70px;
    left:500px;
  }
  ul.bus_menu{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0;
    padding:0;
  }
  ul.bus_menu > a{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width:25%;
    background:#69d1c3;
    padding:15px 5px;
    margin:1px;
    font-size: 15px;
    text-decoration: none;
    color:rgb(94, 94, 94);
  }
  ul.bus_menu > a:hover{
    opacity:0.8;
    color:#000;
  }
  @media screen and (max-width: 440px){
    ul.bus_menu > a >li{
      font-size:14px;
    }
  }
  @media screen and (max-width: 350px){
    ul.bus_menu > a{
      padding:10px 0;
    }
  }



  @media screen and (max-width: 730px){
    .fbus{
      display:none;
    }
  }
  .fbus img{
    width:200px;
  }

  @media screen and (max-width: 600px){
    .boximg{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin:0 auto;
    }
   .box{
     flex-direction: column;
     padding:10px 0;
   }
   h1{
     font-size:25px;
     font-weight:700;
   }
  }
  .wrapper p{
    padding:0 5px 5px 9px;
    margin:0;
    max-width: 700px;
    font-size:16px;
    line-height:1.6;
  }

  dl{
    font-size: 0;
  }
  dt,dd{
    display: inline-block;
    width:200px;
    font-size:16px;
    padding:10px;

    color:#000;
  }

  dt{
    font-weight: 700;
    background-color: #69d1c3;
    color:rgb(58, 58, 58);
  }
  dd{
    width:400px;
    border-left:none;
    /* background-color: #69d1c3; */
  }
  td.discount{
    color:red;
    font-weight:bold;
    font-size: 14px;
    background-color: rgb(188, 248, 183);

  }
  @media screen and (max-width: 690px){
   dt,dd{
     box-sizing: border-box;
     display:block;
     width:98%;
     margin:0 auto;
     border:1px solid rgb(170, 168, 172);
   }
   dd{
     border-top:none;
     border-bottom:none;
   }
   dd.lll{
     border-bottom:1px solid rgb(170, 168, 172);
   }
  }

  .set_price table{
    border-collapse: collapse;
    width:100%;
    max-width: 500px;
    margin-bottom:30px;
  }
  caption{
    font-size: 18px;
    margin:10px auto;
    border-bottom:3px solid #69d1c3;
    width:100px;
    
  }

  .set_price td,.set_price th{
    border:1px solid rgb(71, 71, 71);
    width:33.3333%;
    text-align: center;
    padding:12px 0;
  }
  .set_price th{
    font-size: 14px;
    background-color: #69d1c3;
  }

  

