@charset "UTF-8";

.rsp_on { display: none; }
.rsp_off { display: block; }

@media screen and ( max-width:780px ){

	.rsp_on { display: block; }
	.rsp_off { display: none; }

	body {
		width: 100vw;
		min-width: 100vw;
	}
	#wrap {
		width: 100vw;
		overflow: hidden;
	}

	#header {
	    position: fixed;
	    top: 0;
	    height: 40px;
	    z-index: 5000;
	    background-color: #fff;
	}

	#header .logo {
		border-bottom: none;
		width: 70%;
		min-height: 40px;
		max-width: 460px;
		float: left;
		padding: 0px;
		margin: 0px;
	}

	#header .logo img{
		width: 100%;
	}
	
	.main_bg {     margin-top: 40px; }

	.drawer-nav {
		width: 150px;
		padding-top: 40px;
	}
	.drawer-nav a{
	    text-decoration: none;
	    display: block;
	    border-bottom: solid #dcdcdc 1px;
	    color: black;
	    padding: 5px 0px;
	}
	.drawer-nav ul li:first-child a{
	    border-top: solid #dcdcdc 1px;
	}
	.drawer--right.drawer-open .drawer-hamburger {
		right: 0px;
	}
	
	.main {
	  width: 100%;
	  overflow: hidden;
	}
	#pagetop {
		display: none;
	}


	#footer {
		width: 100vw;
		height: unset;
	}
	#footer .content {
		width: 100%;
	}
	#footer .sitemap .title {
		padding: 10px 0px;
	}
	#footer .sitemap .menu {
		width: 50%;
		margin-left: 0;
		border : none;
		height: auto;
	}
	#footer .sitemap .menu li{
		width: 100%;
	}
	#footer .sitemap .menu li a {
		font-size: 10px;
		line-height: 20px;
	}
	#footer .content .copy {
		float: unset;
	}
	.address p {
	  margin-top: 10px;
	}

	#footer .telephone {
	    display: flex;
	    flex-direction: column;
	}

}
