@charset "utf-8";

@media screen and (max-width: 760px) {
	.sp {
		display: block;
	}

	.pc {
		display: none !important;
	}

	#logo {
		width: 25%;
		left: 10px;
		top: 10px;
	}

	#header ul {
		right: 0;
	}

	#header ul li a {
		padding: 10px 20px;
		font-size: 1.3rem;
	}

	#about {
		min-height: initial;
	}

	.scroll {
		margin-bottom: 40px;
	}

	.about_title {
		font-size: 2.6rem;
	}

	.about_copy {
		font-size: 1.4rem;
	}

	.about_important {
		position: static !important;
		margin-top: 1em;
		text-align: left !important;
		font-size: 1.1rem !important;
	}

	.design_text {
		position: static !important;
		padding: 20px;
	}

	.design_text p {
		color: #000 !important;
	}

	#location {
		min-height: initial;
	}

	#location_description {
		display: block;
		padding: 60px 10px 30px 10px;
	}

	.location_title {
		display: block;
		width: 100%;
		text-align: center;
		background: none !important;
		padding: 0;
		margin-bottom: 40px;
	}

	.location_title span.large {
		font-size: 2rem;
	}

	.location_title span {
		font-size: 3.5rem;
	}

	.location_text {
		position: static;
		padding: 20px;
	}

	#entry_section {
		padding: 50px 10px 100px 10px !important;
	}

	#entry_section h2 {
		font-size: 2.5rem;
	}

	#design {
		min-height: initial;
	}

	.shop_col_wrap {
		flex-wrap: wrap;
	}

	.shop_list .shop_col {
		width: 100%;
		margin-right: 0;
	}

	.shop_col_wrap2 .shop_col_inner {
		width: calc(100% / 3 - 7px);
		margin-right: 10px;
	}

	.shop_list p.title {
		font-size: 1.5rem;
	}

	.shop_list p.title span {
		font-size: 1.2rem;
	}

	.shop_col_wrap .shop_col_inner p.text {
		font-size: 1rem;
	}

	#access_section {
		padding: 150px 10px 120px 10px;
	}

	.yokoku {
		flex-wrap: wrap;
	}

	.yokoku p {
		width: 100%;
		margin-right: 0;
	}

	.yokoku_title {
		border-right: none;
		border-bottom: 1px solid #000;
		text-align: center;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	#footer {
		padding: 40px 10px;
	}

}


@media screen and (min-width: 761px) {
	.pc {
		display: block;
	}

	.sp {
		display: none !important;
	}


}



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

	.location_text {
		left: 5%;
	}

	.nagoya_premium {
		margin-bottom: 15px;
	}

	.location_text .title {
		font-size: 2.1rem;
		margin-bottom: 10px;
	}

	.location_text .text {
		font-size: 1.4rem;
	}

	.design_text {
		position: absolute;
		top: 100px;
		right: 5%;
		max-width: 420px;
	}

	.design_text .title {
		font-size: 2.1rem;
	}

	.design_text .text {
		font-size: 1.4rem;
	}


}