@charset "utf-8"; 
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;         
}

body {
	font-size:16px; /* 1.6em */
	font-family:'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

* {
	padding: 0px;
	margin: 0px;
}

*, 
*:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
	
a {
	text-decoration: none;
}

ul, li {
	list-style: none;
}
/*
p {
	font-size: clamp(1.4rem, 2.5vw, 2.4rem);   
	line-height: 1.4;
}  */

h2 {
	font-size:  clamp(1.8rem, 2.5vw, 2.8rem);  
	line-height: 1.4;
	font-weight: 600;
}

h3 {
	font-size: clamp(1.6rem, 2.2vw, 2.6rem);
	line-height: 1.4;
	font-weight: 550;
	color: black;
}

.coffee img {
	margin-top: 3em;
	width: 100%;
}

.coffee {
	width: 100%;
	text-align: center;
}

.introbox {
	display: flex;
	align-items: center;
	width: 80vw;
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: clamp(3rem, 5vw, 8rem);
	margin-top: clamp(0.6rem, 2.5vw, 1.2rem);
	box-shadow: 0 0 5px rgba(72,14.14,.7);
	border-radius: 10px;
}

.pic_vs img {
	display: block;
	margin: 0;
	padding: 0;
	width: 40vw;
	height: auto;
}
.side_text {
	display: flex;
	float: left;
	width: 40vw;
	min-width: 126px;
	margin-left: clamp(1rem, 2.5vw, 3rem);
	padding: 1rem;
	font-size: clamp(1.4rem, 2.5vw, 2.8rem);   
	line-height: 1.4;
}

.caption {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: clamp(6rem, 7vw, 12rem);
}
.caption .spanone {
	display: block;
	width: 10%;
	font-size: clamp(1rem, 2vw, 2.4rem);  /* clamp(1rem, 2.5vw, 2.4rem) */
	text-shadow: 1px 1px 2px silver;
	margin-top: 0px;
	margin-bottom: auto; 
	text-align: right;
}
.caption .spantwo {
	display: block;
	width: 10%;
	font-size: clamp(1rem, 2vw, 2.4rem);  /* clamp(1rem, 2.5vw, 2.4rem) */
	text-shadow: 1px 1px 2px silver;
	margin-top: 0px;
	margin-bottom: auto; 
	text-align: left;
}

@media not all and (min-width: 568px){
	.caption .spanone {
		margin-top: 3px;
	}
	.caption .spantwo {
		margin-top: 3px;
	}
}

.wrap{
	scroll-snap-type: x mandatory;
	white-space: nowrap;
	overflow-x: auto;
	margin: 0 auto;
	padding:  clamp(1.2rem, 2.5vw, 1.8rem) 0;
	width: 800px;
}

@media not all and (min-width: 840px){
	.wrap {
		width: 100%;
	}
	}

.item {
	scroll-snap-align: center;
	display: inline-block;
	margin: 0 clamp(0.8rem, 3vw, 1.4rem);
	width: 60%;
	white-space: normal;
   background-color: white;
	box-shadow: 0 0 10px rgba(72,14.14,.7);
	border-radius: 2px;
	overflow: hidden;
}

@media screen and (min-width:568px) {
.wrap.item img {
	width: 90%;
	}
	.item {
		border-radius: 4px;
	}
	}
	
img {
	display: block;
	width: 100%;
	height: auto;
}

.item p {
	padding: 30px;
	color: white;
	text-align: center;
	background-color: black;
}
.coffee p {
	color: black;
	padding: 1rem;
}

.pic-vs p {
	color: black;
}

.shop p {
	color: black;
}

@media not all and (min-width: 568px){
	p{
		padding: 3px;
		font-size: 0.875rem;
	}
}

.guide {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: clamp(1rem, 1vw, 1.4rem);
}
	
footer .logo img {
	position: relative;
	display: block;
	width: clamp(120px, 100vw/5, 200px) ;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-bottom: clamp(0.4rem, 2.5vw, 1rem);
		}		
 .logo p {
		font-size: clamp(1.8rem, 2.5vw, 2.6rem);
		font-weight: 500;
		margin-top: 0;
		padding-top: 0;
			color: blue;
	}
	.copyright {
		text-align: center;
		font-size: clamp(1.4rem, 2.5vw, 1.8rem);
}
.copyright p {
	color: gray;
}



