/**************カルーセル**************/

#myCarousel{
width:100%;
height: 62.5vw !important;
}
@media (max-width: 540px) {
#myCarousel{
margin-top:50px;
width:100%;
/*height: 80vw !important;*/
}}


.carousel-caption {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    right: auto !important;
    color: #ffffff;
    text-align: left;
}

.carousel-item,
.carousel-item > img {
height: 62.5vw !important;
}

.carousel{
    margin-bottom: 0rem !important;
}

#myCarousel h2{
line-height:1.4em;
}