.inner{
    max-width: 1000px;
    margin:0 auto;
    padding: 10px 2.5%;
}

.inner #top a{
    display: flex;
    align-items: center;
    justify-content: center;
    border:2px solid #6758da;
    background-color: #6758da;  
    color:#FFF;
    font-size: 20px;
    height: 50px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.inner #top{
    margin: 0 auto;
}

.inner .box{
    border: 3px solid #6758da;
    padding:20px 20px 0px;
}

.inner .box .archive{
    display: flex;
    align-items: center;
    justify-content: center;
    border:2px solid #6758da80;
    background-color: #6758da;  
    color:#FFF; 
    font-size: 16px;
    height: 40px;
    text-align: center;
    margin: 20px 400px 20px 400px;
}

.inner .box dl{
    border-bottom: 2px solid #6758da;
    padding: 8px;
    position: relative;
}

.inner .box dl a .date { 
    color:#000; font-size:16px; width:500px; top:2px; position:relative; 
    margin : 8px;
  }

.inner .box dl a .title { 
  font-size: 16px;
  width: 90%;
  margin-left: 10px;
  margin-bottom: 8px;
  margin-top: 20px;
 }

 .tag_image{
        width: 110px;
        height: 25px;
        border-radius: 4px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        color: #fff;
        text-align: center;
        font-size: 12px;
        line-height: 1.785;
 }

 .tag_1{
     background-color:#D64612;
 }

 .title::after { /* 右端の矢印 */
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: #666 #666 transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    text-align: right;
    position: absolute;
    top: 45%;
    right: 1%;
  }

  .access_canvas{
    width:1000px;
    height:500px;
    position:relative;
    margin:auto;
  }

  @media screen and (max-width: 1000px) {
    .access_canvas{
      width:100%;
      position:relative;
      margin:auto;
    }
  }

  @media screen and (max-width: 1000px) {
    .access_canvas .map{
      width:100% !important;

    }
  }

  .access_canvas .title{
    text-align:center;
    font-size:px;
  }
  .access_canvas .map{
    width:857px;
    height:350px;
    margin:auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .access_canvas .map img{
    border:1px solid purple;
    width:100%;
  }

  .top_info_canvas{
    width:700px;
    height:300px;
    
    position:absolute;

    top:50%;
    left:50%;
    margin-top: -150px;
    margin-left:-350px;

    border-bottom: 10px solid rgb(255, 255, 255);
    border-top: 10px solid rgb(255, 255, 255);

    border-radius: 5px;

    box-shadow: 0 0 20px rgb(0 0 0 / 30%);

    background-color:#ffffffa8;
  }

  .topinfo_mobile_innner{
    width: 100%;
    max-width: 400px;
    height: 250px;
    margin: auto;
    margin-top:40px;
  }

  .top_info_canvas_mobile{
    border: 5px solid #6758da;

  }

  .schedule_mobile{
    width: 95%;
    height: 101.49px;
    margin: auto;
    transform: scale(1.0);
  }

  .schedule_mobile img{
    width:100%;
    height:100%;
  }

  .telephone_mobile{
    width: 85%;
    height: 50px;
    background-color: #58da63;
    text-align: center;
    display: block;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    font-size: 18px;
    margin: 10px auto;
    line-height: 50px;
  }

  .telephone_mobile a{
    color: white;
  }
  
  .reserve_mobile{
    width: 85%;
    height: 50px;
    background-color: #58da63;
    color: white;
    text-align: center;
    display: block;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    font-size: 18px;
    margin: auto;
    line-height: 50px;
  }

  .schedule{
    width:600px;
    height:87px;
    margin:15px auto 80px auto;
  }
  
  .unit{
    width:600px;
    height:130px;
    margin:25px auto;
    display:block;
    justify-content:space-around;
  }

  .unit_mobile{
      width: 100%;
      height: 130px;
      margin: 0;
      display: block;
      justify-content: space-around;
  }
  
  .unit .telephone{
    width:400px;
    height:-50px;
    background-color:#58da63;
    color:white;
    text-align:center;
    display:block;
      box-shadow: 0 0 20px rgb(0 0 0 / 30%);
      font-size: 18px;
      margin:0 auto;
      line-height: 50px;
  }
  .unit .reserve{
    width:400px;
    height:50px;
    background-color:#6758da;
    color:white;
    text-align:center;
    display:block;
      box-shadow: 0 0 20px rgb(0 0 0 / 30%);
      font-size: 18px;
      margin: 5px auto 0px auto;
      line-height: 50px;
  }

  .scaled {
    transform: scale(1.0); /* Equal to scaleX(0.7) scaleY(0.7) */
  }