@charset "UTF-8";
/* CSS Document */

#container {
    width: 100%;
}
body {
    padding: 0;
    margin: 0;
}
.pc,#branding {
    display: none;
}
.mob {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
header {
    width: 100%;
	position: inherit;
	height: auto;
}
	#logo{
	margin:60px  auto 10px;
	}
	#gnavi{
		width:auto;
	}
#gnavi ul {
	display: block;
    margin: 0px;
    background-color: #710BFF;
    height: 0px;
    width: 200px;
}
#gnavi ul li {

    float: none;
    z-index: 2000;
    position: relative;
    opacity: 0.8;
    top: 5px;
    text-align: left;
    line-height: 3;

}
    #mv{
        width:100%;
        height: 200px;
        background-image: url(../img/mainm.png);
		background-size: cover;
    }

#cnavi {
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
    #MainMenu{
        display: none;
    }
main {
    width: 100%;
    padding-top:  10px;
}

aside {
    display: none;
}
#contents {
    width: 95%;
}

    .photo{
        display: none;
    }
    /*============ハンバーガー============*/	
 .btn {
    background:transparent url(../img/btn.png) no-repeat 0 0;
    display: block;
    width:40px;
    height: 40px;
    position: absolute;
    top:10px;
    right:10px;
    cursor: pointer;
    z-index: 3000;
}
    .drawr {
    display: none;
    background-color:rgba(0,0,0,0.6);
    position: absolute;
    top: 0px;
    right:0;
    width:500px;
        height: 100%;
    padding:60px 0 20px 20px;
    z-index: 100;
}