/*
 Theme Name:   kstw child
 Description:  original theme Theme
 Template:     kstw
*/

@media screen and (min-width: 768px) {
	.sp{display:none!important;}
}
@media screen and (max-width: 767px) {
	.pc{display:none!important;}
	.logo-text a{width:220px!important;height:49px!important;background-size: contain!important;}
}

#menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #fafafa;
	list-style: none;
	visibility: hidden;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 60px;
    visibility: visible;
    opacity: 1;
}

.menu__second-level li {
    border-top: 1px solid #CCC;
}
.menu__second-level li:first-child {
    border-top:none;
}

li.menu__single ul.menu__second-level li a {
    display: block;
	width:100%;
	height:100%;
	padding:15px 10px!important;
	box-sizing: border-box;
}

li.menu__single ul.menu__second-level li a:hover {
    text-decoration: none;
	opacity: .6;
}

.top_service_2.ja {
	width:22%;
	margin: 0 1.5%;
}

@media (max-width: 979px) {
  .top_service_2.ja {
    width: 46%;
    margin: 0 2% 20px;
  }
}
