@charset "utf-8";
/*
 Theme Name:     Akotto（WP Bootstrap Starter Child Theme）
 Theme URI:      
 Description:    A child theme of WPBS Theme
 Author:         Afterimage Designs
 Author URI:     https://afterimagedesigns.com/
 Template:       wp-bootstrap-starter
 Version:        1.4
*/


/****************************************
*** Theme customization starts below ***
*****************************************/

/*　メニュー hoverで展開 */
.dropdown:hover>.dropdown-menu {
    display: block;
}

.page .container {
    /*max-width: 1140px;*/
    max-width: 1080px;
}


@media (min-width: 1200px) {
    .container {
        /*max-width: 1140px;*/
        max-width: 1080px;
    }
}