
/* Base
   ========================================================================== */
html {
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	line-height: 1.8;
	color: #111;
	/**/
	min-width: 1000px;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	transition-duration: 0.3s;
}
a:hover {
	opacity: 0.7;
}

section {
	padding: 80px 0;
	text-align: center;
}

.inner {
	max-width: 920px;
	margin: 0 auto;
}

.row {
	display: flex;
	justify-content: space-between;
}
.col-4 {
	width: 37%;
	flex-basis: 37%;
}
.col-6 {
	width: 48.93%;
	flex-basis: 48.93%;
}
.col-8 {
	width: 62%;
	flex-basis: 62%;
}

.pcNone {
	display: none;
}
.spNone {
	display: block;
}


@media screen and (max-width: 767px) {
	body {
		min-width: 320px;
		
	}
	
	a:hover {
		opacity: 1;
	}
	
	section {
		padding: 40px 0;
	}
	
	.inner {
		max-width: none;
	}
	
	.col-4,
	.col-6,
	.col-8 {
		width: 100%;
		flex-basis: 100%;
	}

	.pcNone {
		display: block;
	}
	.spNone {
		display: none;
	}
}





/* Shibuya DELI Style
   ========================================================================== */
#visual {
	background: url(../img/main_bg_pc.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 600px;
	position: relative;
}
#visual h1 {
	background: url(../img/main_logo_pc.png) no-repeat 0 0;
	background-size: 100% auto;
	width: 317px;
	height: 273px;
	line-height: 273px;
	margin: auto;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#visual .bnr {
	width: 262px;
	position: absolute;
	right: 298px;
	bottom: 13px;
}
#visual .qr {
	width: 262px;
	position: absolute;
	right: 16px;
	bottom: 13px;
}
#visual .btnLang {
	background: #111;
	width: 118px;
	margin: auto;
	padding: 5px 2px;
	border-radius: 0 0 6px 6px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.3s;
}
#visual .btnLang a {
	color: #fff;
}
#visual .btnLang ul {
	margin: 0;
	padding: 0;
}
#visual .btnLang ul li {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #666;
}
#visual .btnLang.open {
	background: #fff;
	color: #111;
}
#visual .btnLang.open a {
	color: #111;
}

#about h2 {
	background: url(../img/main_title_pc.png) no-repeat 0 0;
	background-size: 100% auto;
	width: 680px;
	height: 68px;
	line-height: 68px;
	margin: 0 auto 38px;
	text-indent: -9999px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	#visual {
		background: url(../img/main_bg_pc.jpg) no-repeat 50% 50%;
		background-size: cover;
		height: 1px;
		padding: 46.666% 0;
		position: relative;
	}
	#visual h1 {
		background: url(../img/main_logo_sp.png) no-repeat 0 0;
		background-size: 100% auto;
		width: 60%;
		height: 1px;
		line-height: 1px;
		margin: auto;
		padding-top: 48.4%;
		text-indent: -9999px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	#about h2 {
		background: url(../img/main_title_sp.png) no-repeat 0 0;
		background-size: 100% auto;
		width: 90.666%;
		height: 1px;
		line-height: 1px;
		margin: 0 auto 38px;
		padding-top: 9.0666%;
	}
	#about p {
		padding: 0 20px;
	}
	#about .bnr {
		margin-bottom: 1rem;
		padding: 0 20px;
	}
	#about .qr {
		margin-bottom: 3rem;
		padding: 0 20px;
	}
}


/* FLOOR MAP
   ========================================================================== */
#floor {
	background-color: #eee;
}
#floor h2 {
	background: url(../img/floor_ttl_pc.png) no-repeat 0 0;
	background-size: 100% auto;
	width: 214px;
	height: 26px;
	line-height: 26px;
	margin: 0 auto 68px;
	text-indent: -9999px;
	overflow: hidden;
}
#floor ul {
	text-align: left;
}
#floor ul li {
	margin-top: 18px;
	display: inline-block;
}
#floor ul li:last-child {
	margin-top: 0;
}
#floor a:hover img {
	opacity: 1.0;
}

@media screen and (max-width: 767px) {
	#floor h2 {
		background: url(../img/floor_ttl_sp.png) no-repeat 0 0;
		background-size: 100% auto;
		width: 28.5333%;
		height: 1px;
		line-height: 1px;
		margin: 0 auto 38px;
		padding-top: 3.4666%;
		text-indent: -9999px;
		overflow: hidden;
	}
	#floor .row {
		flex-wrap: wrap;
	}
	#floor .row .col-4,
	#floor .row .col-8 {
		width: 90%;
		flex-basis: 90%;
		padding: 0 5%;
	}
	#floor ul {
		padding: 0;
	}
	#floor ul li {
		width: 48%;
		margin-top: 18px;
		display: inline-block;
	}
}


/* SHOP
   ========================================================================== */
#shop-info {
	padding-top: 0;
}
#shop-info .txtBox {
	max-width: 350px;
	flex-basis: 350px;
	padding: 0 2.9%;
	text-align: left;
}
#shop-info .txtBox h2 {
	padding: 30px 0;
	text-align: center;
}
#shop-info .txtBox p {
	margin-bottom: 1rem;
	font-weight: bold;
}
#shop-info .txtBox p.notice {
	font-size: 0.75rem;
	font-weight: normal;
}
#shop-info .txtBox p .time {
	font-size: 0.75rem;
	font-weight: normal;
	color: #936;
}
#shop-info .shopBtn {
	margin-top: 40px;
}
#shop-info .shopBtn a {
	background: #000 url(../../jp/img/shop_btn_pdf_pc.png) no-repeat 50% 50%;
	background-size: 213px 37px;
	width: 237px;
	height: 46px;
	line-height: 46px;
	text-indent: -999px;
	overflow: hidden;
	display: inline-block;
}

#shop-info .line1 {
	background: url(../img/shop_border.png) repeat;
	height: 6px;
	line-height: 6px;
	margin: 50px auto;
}
#shop-info .line2 {
	background: url(../img/shop_line_pc.png) no-repeat 50% 0;
	height: 7px;
	line-height: 7px;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	#shop-info .row {
		flex-wrap: wrap;
	}
	#shop-info .row .col-6 {
	}
	#shop-info .imgBox {
		max-width: none;
		margin: 0 auto 1rem;
		order: 0;
	}
	#shop-info .txtBox {
		width: 94.2%;
		flex-basis: 94.2%;
		max-width: none;
		order: 1
	}
	#shop-info .txtBox p {
		padding: 0 20px;
		text-align: center;
		font-size: 1.25rem;
	}
	#shop-info .txtBox p.notice {
		text-align: left;
		font-size: 1rem;
	}
	
	#shop-info .shopBtn {
		margin-top: 1.5rem;
	}
	#shop-info .shopBtn a {
		background: #000 url(../../jp/img/shop_btn_pdf_sp.png) no-repeat 50% 50%;
		background-size: 89.48% auto;
		width: 67.2%;
		height: 1px;
		line-height: 1px;
		padding-top: 13.0666%;
		text-indent: -999px;
		overflow: hidden;
		display: inline-block;
	}
	
	#shop-info .line2 {
		background: url(../img/shop_line_sp.png) no-repeat 50% 0;
		background-size: auto 8px;
		height: 8px;
		line-height: 8px;
	}
}


/* ACCESS
   ========================================================================== */
#access h2 {
	background: url(../img/access_ttl_pc.png) no-repeat 0 0;
	background-size: 100% auto;
	width: 149px;
	height: 28px;
	line-height: 26px;
	margin: 0 auto 72px;
	text-indent: -9999px;
	overflow: hidden;
}
#access .inner {
	max-width: 535px;
}
#access a.blank {
	display: inline-block;
	background: url(../img/icon_blank.png) no-repeat 100% 50%;
	background-size: 16px 16px;
	padding-right: 22px;
	color: #646464;
}

@media screen and (max-width: 767px) {
	#access h2 {
		background: url(../img/access_ttl_sp.png) no-repeat 0 0;
		background-size: 100% auto;
		width: 19.4666%;
		height: 1px;
		line-height: 1px;
		margin: 0 auto 38px;
		padding-top: 3.4666%;
		text-indent: -9999px;
		overflow: hidden;
	}
	#access p {
		padding: 0 20px;
	}
}


/* FOOTER
   ========================================================================== */
footer {
	background-color: #708d93;
	padding: 24px 18px 20px;
	font-size: 0.75rem;
	color: #fff;
	position: relative;
}
footer p {
	margin: 0;
	padding: 0;
}
footer p {
}
footer p+p {
	position: absolute;
	top: 24px;
	right: 18px;
}
footer a {
	color: #fff;
}

@media screen and (max-width: 767px) {
	footer {
		text-align: center;
	}
	footer p+p {
		position: static;
	}
}
