@charset "UTF-8";
/* CSS Document */

article {
	position: relative;
}

article h1 {
	position: absolute;
	top: 120px;
	left: 10px;
	font-size: 24px;
	padding: 10px 20px;
	z-index: 10;
	background-color: rgba(255,255,255,0.60);
}

.categories {
	position: absolute;
	top: 220px;
	left: 30px;
	font-size: 14px;
	z-index: 10;
	padding: 3px 5px;
	border-radius: 3px;
	background-color: #ffffff;
}


@media screen and (max-width:480px){
	article h1 {
		right: 10px;
	}
}



article h2{
	font-size: 21px;
	font-family: vdl-v7gothic, sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.5em;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: dotted 2px #4d2600;
	margin-top: 50px;
}

article h2[id]::before {
	display: block;
	content: '';
	height: 200px;
	margin-top: -200px;
}

article h3 {
	font-size: 16px;
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 10px;
}

article h3[id]::before {
	display: block;
	content: '';
	height: 100px;
	margin-top: -100px;
}


#coverImg {
	position: relative;
	width: 100%;
	height: 60Vh;
	overflow: hidden;
}

#coverImg img {
	width: 100%;
	height: 60Vh;
	object-fit: cover;
}

#coverImg img.logoMark {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 150px;
	height: 150px;
	display: block;
}

.coverTxt {
	width: 60%;
	margin: 30px auto;
} 

.coverTxt p {
	margin-bottom: 28px;
}

.coverTxt ul {
	margin-bottom: 28px;
	margin-left: 20px;
	list-style: circle;
}

p.note {
	margin-bottom: 5px;
	margin-left: 14px;
	text-indent: -14px;
}

p.subtitle {
	font-weight: 700;
	font-size: 16px;
	margin-top: 50px;
	margin-bottom: 18px;
}

.insertImg {
	margin-bottom: 28px;
}

.insertImg img {
	width: 70%;
	height: 200px;
	object-fit: cover;
}

@media screen and (max-width:768px){
	.insertImg img {
		width: 100%;
	}
}

div.column {
	padding: 10px;
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 300;
	font-style: normal;
	background-color: #D8BDA3;
	border-radius: 5px;
}

div.column p {
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 10px;
}
p.columntitle{
	font-size: 18px;
	margin-bottom: 10px;
}


div.shopInfo {
	margin: 50px auto 50px auto;
	width: 80%;
}

div.shopInfo p {
	margin: 5px 0;
	width: 100%;
}

div.shopBox {
	display: inline-block;
	margin-bottom: 30px;
	width: 45%;
	vertical-align: top;
}

@media screen and (max-width:768px) {
	.coverTxt {
		width: inherit;
		padding: 0 20px;
	}
	
	div.shopInfo {
		width: inherit;
		padding: 0 20px;
	}
	
	div.shopBox {
		display: block;
		margin-right: 0;
		width: 100%;
	}
}


/* switch box */

.switchBox {
	position: fixed;
	top: 120px;
	opacity: 0;
}

.switchBox a {
	display: inline-block;
	line-height: 1;
	padding: 12px;
	color: #ffffff;
	background-color: rgba(101,25,0,0.70);
	border-radius: 5px;
	z-index: 90;
	font-size: 12px;
}

/* item category */

ul.itemCtg {
	position: sticky;
	top: 70px;
	background-color: #ffffff;
}

ul.itemCtg li {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 10px 15px;
	box-sizing: border-box;
}

ul.itemCtg li a {
	text-decoration: underline;
}

@media screen and (max-width:480px){
	ul.itemCtg{
		top: 100px;
	}
}

dl.coffeeList dt {
}

dl.coffeeList dt[id]::before {
	display: block;
	content: '';
	height: 200px;
	margin-top: -200px;
}

dl.coffeeList dd {
	font-size: 12px;
	font-family: vdl-v7gothic, sans-serif;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 10px;
}
