@charset "utf-8";
	/* 480px以上は写さない */
@media (min-width: 480px) {
	.sp-only {
		display: none!important;
	}
}
	/* 960px以上は写さない */
@media (min-width: 960px) {
	.tb-only {
		display: none!important;
	}
}

	/* 1280px以下に適用されるCSS（スクエアモニター用） */
@media screen and (max-width: 1280px) {
	.header-left {
		width: 20%;
	}
	.header-right {
		width: 80%;
	}
	.nav a {
		font-size: 17px;
	}
	.ttl {
		font-size: 28px;
	}
	#footer .txt p {
		font-size: 18px;
	}
	#footer .left {
		width: 42%;
	}
	#footer .right {
		width: 58%;
	}
	.border::before {
		height: 83%;
	}
	.img02::before {
		height: 100%;
	}
	.menu-list .ttl {
		font-size: 20px;
	}
	.price::before {
		width: 200px;
		top: 15px;
		left: -198px;
	}
	
	}


	/* 960px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 960px) {
	body {
		font-size: 18px;
	}
	.header-left {
		width: 10%;
	}
	.header-right {
		width: 90%;
	}
	.h-top a {
		width: 33%;
	}
	#mv, #mv img {
		height: 60vh;
	}
	.cp {
		font-size: 52px;
	}
	.index-ttl, .sec-ttl {
		font-size: 35px;
	}
	.wrap {
		width: 95%;
	}
	.inner {
		width: 90%;
	}
	.ttl {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.more {
		max-width: 200px;
	}
	.more-btn {
		font-size: 18px;
	}
	.bg-white {
		width: 60%;
		padding: 45px 0 20px;
	}
	#store .flex {
		flex-direction: column;
	}
	#store .flex-2 {
		width: 100%;
		margin-bottom: 30px;
	}
	#store img {
		margin: 0 auto;
	}
	.bg-brown {
		padding: 20px 5px;
	}
	#index-contact .inner {
		width: 94%;
		padding: 20px;
	}
	.contact-form {
		width: 270px;
	}
	.contact-form .btn {
		font-size: 20px;
		padding: 20px 0;
	}
	#index-contact .flex {
		margin: 30px auto;
	}
	.contact-btn {
		font-size: 20px;
	}
	#footer .flex {
		flex-direction: column;
	}
	#footer .left, #footer .right {
		width: 100%;
		margin-bottom: 20px;
	}
	#footer .right {
		margin-top: 0;
	}
	#page_top {
		bottom: 10px;
		right: 10px;
	}
	#mainvisual {
		height: 35vh;
	}
	.page-ttl {
		font-size: 50px;
	}
	.border::before {
		height: 60%;
	}
	.bg-green {
		padding-top: 150px;
	}
	.bg-green::after {
		height: 65%;
	}
	.bg-green02::after {
		height: 80%;
	}
	.img02::before {
		height: 100%;
	}
	.sec-ttl::after {
		background-size: 70%;
	}
	.menu-list {
		width: 100%;
	}
	.price::before {
		width: 55px;
		left: -32px;
	}
	
	
	
	
	}




	/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	.pc-only {
		display: none!important;
	}
	body {
		font-size: 16px;
	}
	#header {
		background: none;
		position: absolute;
	}
	.header-left {
		width: 20%;
	}
	.header-right {
		display: none!important;
	}
	.sp-nav {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: fixed;
	}
	.nav_wrapper {
		position: fixed;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		bottom: 0;
	}
	.nav_wrapper div:first-child {
		border-left: 1px solid #F3F3F3;
	}
	.nav_wrapper div {
		width: 25%;
		display: flex;
		background: #72876D;
		align-items: center;
		justify-content: center;
		border-right: 1px solid #F3F3F3;
		border-top: 1px solid #F3F3F3;
	}
	.nav_wrapper a {
		padding: 5px;
	}
	#page_top {
		display: none!important;
	}
	.flex {
		flex-direction: column;
	}
	.flex-2, .flex-3 {
		width: 100%;
		margin-bottom: 30px;
	}
	.d-demo__item {
		width: calc(300vw / 6);
	}
	.news-item {
		flex-direction: column;
	}
	.copyright {
		padding: 15px 0 70px;
	}
	.cp {
		font-size: 30px;
		width: 95%;
		right: 10px;
		transform: translateY(50%);
	}
	#news {
		padding: 50px 0 70px;
	}
	.index-ttl, .sec-ttl {
		font-size: 24px;
	}
	.ttl {
		font-size: 18px;
	}
	.more {
		width: 175px;
	}
	.more-btn {
		font-size: 16px;
	}
	#menu {
		margin-top: 110px;
	}
	.menu-item {
		padding-left: 5px;
	}
	.bg-white {
		width: 98%;
		padding: 15px 0;
	}
	.more {
		margin: 15px auto 0;
	}
	#staff, #store {
		margin-top: 100px;
	}
	dl.info dt {
		width: 100px;
	}
	dl.info dd {
		width: calc(100% - 100px);
	}
	#index-contact {
		margin: 100px auto;
		padding: 15px 0;
	}
	#index-contact .inner {
		padding: 10px;
	}
	.contact-form .btn {
		font-size: 17px;
		padding: 15px 0;
	}
	.contact-form {
		width: 220px;
	}
	#index-contact .flex {
		width: 85%;
		flex-direction: row!important;
		margin: 20px auto;
	}
	.contact-btn {
		font-size: 17px;
		width: 48%;
		padding: 10px 0;
	}
	.logo {
		width: 45%;
	}
	#footer .txt p {
		font-size: 14px;
		margin-bottom: 8px;
	}
	#footer .right {
		display: none;
	}
	.page-ttl {
		font-size: 38px;
		width: 100%;
		text-align: center;
	}
	.section {
		margin-top: 80px;
	}
	.content {
		padding-top: 50px;
	}
	.sec-ttl::after {
		background-size: 55%;
	}
	.border::before {
		height: 100%;
		top: -5px;
		left: -5px;
	}
	.bg-beige {
		margin: 60px auto;
		width: 90%;
		padding: 30px 0;
	}
	.list li {
		width: 100%;
		margin-bottom: 10px;
	}
	.bg-green::after {
		height: 50%;
		width: 85%;
	}
	.price {
		width: 100%;
	}
	.price::before {
		display: none;
	}
	dl.store-info dt{ 
		width: 100%;
		border-right: none;
	}
	dl.store-info dd{
		width: 100%; 
	}
	.form .txt {
		padding-top: 30px;
	}
	.red {
		font-size: 14px;
	}
	.contact-table tr {
		display: flex;
		flex-direction: column;
	}
	.contact-item, .contact-body {
		width: 100%;
		padding: 14px 10px;
	}
	.contact-submit {
		width: 200px;
		font-size: 17px;
		padding: 10px 0;
	}
	
	
	
	
	
	
	
	
	
	
	
	
}