@charset "utf-8";

/* break-md */
@media (max-width: 767.8px) {
		html {
		width: 100%;
		padding: 0;
		border: 0;
		font-size: 14px;
		}	

	
		.googlemap iframe {
		width: 100%;
		height: 400px;
		}
	
		.roots_hero {
		width: 100%;
		height: 300px;
		background-color: #ccc;
		position: relative;
		}
		.roots_hero ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
		box-sizing:border-box;
		width: 100%;
		height: 300px;
		}
		.roots_hero ul img {
		width:100%;
		height:300px;
		object-fit: cover;
		box-sizing:border-box;
		}
		.roots_head {
		position: absolute;
		height: 300px;
		top: 0;
	    left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
		z-index: 15;
		}
		.roots_logo_head {
		width: 100px;
		padding: 10px 00px 0px 0px;
		text-align: center;
		background-color: #5D1618;
		position: absolute;
		left: 15px;
		top: 0px;
		}
	
	.roots_price {
		width:80%;
		height:auto;
	}
	
	
	/*navigation*/
	.roots_nav {
		color:#fff;
		background-color: #5D1618;
		letter-spacing: 0.2em;
		font-family: "Sawarabi Mincho",serif;
	}
	.roots_nav a:link, .roots_nav a:visited {
		text-decoration: none;
		color: #fff;
	}

	.roots_nav ul{
		list-style-type: none;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap:wrap
	}
	.roots_nav li {
		padding: 15px;
		text-align:center;
	}

	
	
}