@charset "UTF-8";
/* CSS Document */

/*index*/

/*carousel*/

.top-slide{
    max-width: 100%;
}


.carousel-item .img-fluid {
  width:90%;
  height:auto;
}

.carousel-item{
  height: auto;
}

.carousel-item a {
  display: block;
  width:100%;
}

.carousel-item .show-image {
  display: block;
  width:100%;
}

.carousel-inner img {
    display: block;
    margin: auto;
}

/*矢印の色変更*/

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")!important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")!important;
}



/*latest*/

#latest{
    display: flex;
    padding-top: 20px;
}

.latest_inner{
    border: 3px dotted yellow;
    width: 300px;
    height:auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.counter1{
    display: block;
    
}

/* SNS */

.centering{
   display: flex;
    margin-left: auto;
    margin-right: auto;
}

.finally{
    padding-bottom: 20px;
}