/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

.carousel{
	border-bottom:none;
}

/* menu */
.vk-menu-acc ul.sub-menu li a {
    background: white;
    color: #212529;
}
.vk-menu-acc ul.sub-menu li a:hover {
    background: #504897;
}
.gMenu ul li a {
    padding: 14px 1.2em;
    border-bottom: 1px solid rgb(33 37 41);
}
.gMenu_outer nav {
    max-width: 1140px;
    width: 1140px;
    display: flex;
    justify-content: center;
}
.siteHeadContainer div#gMenu_outer {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#gMenu_outer {
//    background: #504897;
    width: 100%;
}
.device-mobile .gMenu>li {
    list-style-type: none;
    height: 54px;
    width: 10.1rem;
}
//.siteHeader .container {
//    display: flex;
//    justify-content: center;
}
ul.gMenu>li>a {
    background: inherit;
//    color: white;
    height: 54px;
    width: 10rem;
    font-size: 100%;
}
//.gMenu>li:before {
//    border-bottom: 1px solid white;
//}
.res {
	clear: both;
}

/*TOP*/
.header_bottom {
    width: 100%;
    font-size: 20px;
    color: white;
    background: #504796;
    font-weight: bold;
    padding: 20px 40px;
}
.header_bottom p {
    margin: auto;
    max-width: 1140px;
    width: 1140px;
}
.siteHeader_logo img {
    margin-left: 0;
}
h1.navbar-brand.siteHeader_logo {
    width: 100%;
}


.siteContent_after {
    position: relative;
    display: none;
}
.pp.v {
    width: 100%;
}
.pp {
    width: 50%;
    float: left;
    padding: 12px 20px;
    line-height: 1.8;
}
.pp .in {
    display: flex;
}
.pp .title {
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    color: #435259;
    padding: 5px 0 7px;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 20px;
}
.pp span.icon {
    margin-right: 5px;
    border-right: 1px solid;
    padding-right: 5px;
    
}
.pp span.icon img {
    width: 32px;
}
.pp span.et {
    float: right;
}
.pp span.et a {
    float: right;
    color: #435259;
}
.pp.side {
    width: 100%;
    padding: 0;
}

/*footer*/
.siteFooter {
    clear: both;
    height: fit-content;
}
.container.top {
    padding-bottom: 30px;
}
footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px !important;
}
.container.tpbt {
    clear: both;
    text-align: right;
    padding-top: 40px !important;
}

/*common*/
.al {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    margin-top: 15px !important;
}
h1 {
    font-size: 120%;
}

/*tel*/
a.tel {
    font-size: 30px;
    font-weight: bold;
}
a.tel.side {
    font-size: 24px;
    font-weight: bold;
}
span.tel {
    font-size: 30px;
    font-weight: bold;
    color:#337ab7;
}
span.telIcon {
    background: #337ab7;
    color: white;
    border-radius: 5px;
    padding: 3px;
    margin-right: 5px;
}

/* page */
.section.page-header {
    display: none;
}
.section.siteContent {
    padding: 0px;
}
p {
    line-height: 1.8;
    margin-bottom: 1.2em;
}
.point {
    overflow: hidden;
    white-space: nowrap;
}

h2{
    color: white !important;
    text-shadow: 5px 5px 4px black;
}

h2.greet {
    background-image: url(https://trial-bril.com/huzoku/images/8.jpg);
    background-position: 193px;
}

h2.infoMedical {
    background-image: url(https://trial-bril.com/huzoku/images/2.jpg);
}

h2.infoGeneral {
    background-image: url(https://trial-bril.com/huzoku/images/3.jpg);
}

h2.infoNanbyo {
    background-image: url(https://trial-bril.com/huzoku/images/4.jpg);
}

h2.howto {
    background-image: url(https://trial-bril.com/huzoku/images/5.jpg);
}

h2.news {
    background-image: url(https://trial-bril.com/huzoku/images/6.jpg);
}

@media (max-width: 1199.98px){
//	.device-mobile .gMenu>li {
//    	width: 8.3rem;
//	}
//	ul.gMenu>li>a {
//	    width: 8.3rem;
//	}
//	.gMenu_outer nav {
//	    max-width: 934px;
//	}
}

@media (max-width: 991px){
	.pp {
	    width: 100%;
	}	
	.pp .in {
	    flex-direction: column;
	    align-items: center;
	}
	.siteHeadContainer div#gMenu_outer {
	    display: none;
	}
	span.tel {
	    font-size: 24px;
	}
}
