@charset "UTF-8";
@media screen and (max-width:720px) {

/* リセット */
body{
margin-bottom:0;
}

/*-- ユーティリティ --*/
.pconly{
display:none !important;
}
.sponly{
display:inline-block !important;
}

/*-- リンク --*/

/*-- ローディング --*/
.l-load{
}
.l-load__inner{
}
.l-load__wrap{
position:absolute;
top:50%;
left:50%;
margin:-40px 0 0 -80px;
width:160px;
height:60px;
}
.l-load__loading{
position:relative;
width:160px;
height:40px;
background:url(../images/loading.png) center top no-repeat;
background-size:160px 40px;
}
.l-load__progress{
height:12px;
font-size:11px;
}

/* レイアウト */
.l-wrapper{
min-width:0;
}
.l-container{
}
.l-container__inner{
width:auto;
}
.l-content{
padding:0 10px;
}

/* ヘッダ */
.l-header{
min-width:0;
}
.l-header__mainpc{
display:none;
}
.l-header__mainsp{
display:block;
}
.l-header h1{
position:absolute;
top:15px;
left:10px;
width:35%;
height:auto;
}

.l-header__hall{
position:static;
bottom:auto;
left:auto;
margin:0 auto 20px;
width:30%;
}
.l-header__hall:hover{
}

/* メニュー */
.l-menu{
position:static;
top:auto;
right:auto;
width:auto;
height:auto;
text-align:center;
}
.l-menu__drawer{
margin:0;
padding:0;
width:100%;
height:auto;
line-height:1;
}
.l-menu__drawer:hover{
}
.l-menu__nav{
border-top:1px dotted #555555;
}
.l-menu__nav li{
border-bottom:1px dotted #555555;
background:rgba(0,0,0,0);
text-shadow:#000000 1px 1px 1px,#000000 2px 2px 2px;
transition:0.5s;
}
.l-menu__nav li:hover{
}
.l-menu__nav li:last-child{
border-bottom:1px dotted #555555;
}
.l-menu__nav li a{
padding:12px 0;
display:block;
}

.l-menu__drawer img{
padding:15px 10px 12px;
width:82px;
height:22px;
display:inline-block;
}

/* フッタ */
.l-footer{
position:relative;
bottom:auto;
min-width:0;
}
.l-footer__inner{
width:auto;
}
.l-footer__logo{
width:28%;
}
.l-footer__logo img{
}
.l-footer__logo:hover{
}
.l-copyright{
}

/* バナー */
.l-bn__box{
position:static;
bottom:auto;
right:auto;
margin:0 auto 10px;
width:auto;
text-align:center;
}
.l-bn{
position:relative;
top:0px;
margin:0 1% 10px;
width:36%;
display:inline-block;
}
.l-bn:hover{
}
.l-bn img{
}

/* SNS */
.l-sns__box{
}
.l-sns__tw,
.l-sns__fb,
.l-sns__line{
margin:0 1%;
width:44px;
height:44px;
}
.l-sns__tw img,
.l-sns__fb img,
.l-sns__line img{
}

}