@charset "UTF-8";

.carousel {
    margin-bottom: 1em;
}

.carousel-item .img-fluid {
    width: 100%;
    height: auto;
    min-height: 700px;
    object-fit: cover;
}

.carousel-item {
    height: 700px;
}

.carousel-item a {
    display: block;
    width: 100%;
}

.carousel-item .show-image {
    display: block;
    width: 100%;
}

.my_carousel_caption {
    position: absolute;
    right: 15%;
    bottom: 2em;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    /* フォントサイズ52px */
    font-size: 58px;
    text-shadow: 1px 1px 6px #aaaaaa;
    font-family: "UD Shin Go Conde90 M";
}

.my_carousel_fg_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.my_carousel_fg_img img {
    width: 800px;
}

@media screen and (max-width:760px) {
    .my_carousel_caption {
        font-size: 50px;
        bottom: 2.6em;
    }

    .my_carousel_fg_img img {
        width: 600px;
    }
}

@media screen and (max-width:600px) {
    .my_carousel_caption {
        font-size: 50px;
        bottom: 2.6em;
    }

    .my_carousel_fg_img img {
        width: 430px;
    }
}

@media screen and (max-width:391px) {
    .my_carousel_caption {
        font-size: 50px;
        bottom: 2.6em;
    }

    .my_carousel_fg_img img {
        width: 390px;
    }
}

/*
site_top02_text_800x600.png
*/
/** test **/
.my_carousel_fg_img img.pc {
    display: block;
}

.my_carousel_fg_img img.sh {
    display: none;
}

@media screen and (max-width:600px) {
    .my_carousel_fg_img img.pc {
        display: none;
    }

    .my_carousel_fg_img img.sh {
        display: block;
    }

    .carousel-item {
        height: 400px;
    }
}