@charset "utf-8";
@media screen and (min-width: 767.8px){	
    .br-pc { display:block; }
    .br-sp { display:none; }
    a[href^="tel:"]{
        pointer-events: none;
    }
}
@media screen and (max-width: 767.8px){	
    .br-pc { display:none; }
    .br-sp { display:block; }
}
/* 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;
	}

	.grandmenu_slider {
		width:80%;
	}
	.grandmenu_slider .slick-prev,
	.grandmenu_slider .slick-next {
		width:36px;
		height:36px;
	}
	.grandmenu_slider .slick-prev {
		left:-26px;
	}
	.grandmenu_slider .slick-next {
		right:-26px;
	}
	.grandmenu_slider .slick-prev:before,
	.grandmenu_slider .slick-next:before {
		font-size:36px;
	}


	/*navigation*/
	.roots_nav {
		color:#fff;
		background-color: #5D1618;
		letter-spacing: 0.08em;
		font-size: 1rem;
		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: 13px 9px;
		text-align:center;
	}

	
	.news-container {
		width:95%;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:3.5rem;
		font-family: "Sawarabi Mincho",serif;
	}
	.news-title {
		background-color:#5d1618;
		color:#fff;
		padding:1.5rem 1.5rem;
		background-image: url(image/bgd2.png);
		background-repeat: repeat;
	}
	.news-title h2 {
		font-size:1.25rem;
		text-align:center;
		line-height:150%;

	}
	
	
}