@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* フッター調整 */
.l-footer {
   z-index: 1;
}
.l-footer__nav > li {
  position: relative;
}
.l-footer__nav li li {
    height: 0;
    overflow: hidden;
}
.l-footer .sub-menu {
    position: absolute;
}
.l-footer__nav> li:hover ul {
    bottom: 1.5em; /*サブメニューの高さを調整*/
    white-space: nowrap;
    background-color: #f5f5f5;
    padding: 10px 10px 10px 10px;
}
.l-footer__nav li:hover > ul > li {
    height: 2.5rem;
    overflow: visible;
}
@media (min-width: 600px){
	.l-footer__nav .sub-menu a {
		border-right: none;
	}
	.l-footer__nav .sub-menu li:first-child a {
		border-left: none;
	}
}