/*
 Theme Name:   Divi Child
 Theme URI:    https://futuremediahouse.jp/
 Description:  
 Author:       Future Media House Inc.
 Author URI:   https://futuremediahouse.jp/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.mikan-manual > span {
    display: inline-block !important;
}

#main-footer > .container {
    display: none;
}

.ic-gallery .et_pb_gallery_item:last-child {
    margin-right: 0 !important;
}

.ic-gallery-3 .et_pb_gallery_item {
    width: calc( 33.333333% - 10px ) !important;
    margin-right: 15px !important;
}

.ic-table-reserve-th-blocks th {
    white-space: nowrap !important;
}

.ic-table-slim-mobile td,
.ic-table-slim-mobile th {
    padding-right: 5px !important;
    padding-left: 10px !important;
}

#et-top-navigation {
    visibility: hidden;
}

@media (max-width: 767px) {
    .ic-gallery-3 .et_pb_gallery_item {
        width: 100% !important;
        margin-right: 0 !important;
    }
}





#main-header:not(.et-fixed-header) {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media ( min-width: 768px ) {
    #main-header:not(.et-fixed-header) #logo {
        max-height: 75%;
        height: 75%;
        margin-top: 25px;
    }
}



.home-hero-section .et_pb_bottom_inside_divider {
    z-index: 10 !important;
}

.home-code-module-slider {
    position: relative;
}

.home-code-module-slider:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -12px;
    height: 100%;
    width: 12px;
    background: rgba(255,255,255,.5);
}