@charset "UTF-8";

html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
}

body * {
	box-sizing: border-box;
	position: relative;
}

a {
	color: #0C0C0C;
	text-decoration: none;
	transition: all .3s;
}

a:hover {
	opacity: .6;
}

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

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

p,
ul,
dl,
dt,
dd,
figure {
	margin: 0;
	padding: 0;
}

ul li {
	padding: 0;
	list-style-type: none;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media (max-width: 480px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/* ここから下に追記してください */


body {
	font-family: "Noto Sans JP", sans-serif;
}

section {
	padding: 100px 0;
}

@media (max-width: 480px) {
	section {
		padding: 100px 0 60px;
	}
}

.flex {
	display: flex;
}

.wrapper { /* 0531修正 */
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
	color: #000;
}

@media (max-width: 480px) {
	.wrapper {
		max-width: 480px;
		width: 90%;
	}
}

section h1 img { /* 0531修正 */
	position: absolute;
	left: calc(50% - 30px);
  text-align: center;
	width: 60px;
	top: 20px;
	display: flex;
}

/* ヘッダー */
@media (max-width: 480px) {
	header {
		width: 100%;
		height: 100px;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
	}

	header .wrapper {
		width: 90%;
		height: 100px;
	}
}

header h1 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 20px;
	text-align: center;
}

header h1 img {
	display: block;
	width: 60px;
	height: 64px;
	margin: 0 auto;
}

header h1 span {
	display: block;
	font-family: "Reenie Beanie", cursive;
	margin-top: 10px;
}

@media (max-width: 480px) {
	header h1 {
		top: 20px;
		margin: 0;
	}

	header .sp h1 {
		top: 10px;
	}

	header h1 img {
		width: 32px;
		height: 34px;
	}

	header nav h1 span {
		font-size: 1.5rem;
		margin-top: 6px;
	}
}

header nav.pc {
	width: 100%;
	justify-content: space-between;
	margin-top: 60px;
}

@media (max-width: 480px) {
	header nav.sp {
		width: 90%;
		background: #fff;
		position: fixed;
		top: 20px;
		left: 5%;
		z-index: 1;
		padding: 80px 0 60px;
		border-radius: 16px;
		opacity: 0;
		visibility: hidden;
		transition: all 1s;
	}

	header nav.sp.show {
		opacity: 1;
		visibility: visible;
	}

	header nav .menu {
		background: #F8F3EA;
		padding: 20px 0;
	}
}

header nav.pc ul {
	width: calc(50% - 92px);
	justify-content: center;
	display: flex;
	border-bottom: 1px solid #707070;
	padding: 0 0 10px;
}

@media (max-width: 480px) {
	header nav.pc ul {
		display: none !important;
	}

	header nav.sp ul {
		text-align: center;
	}

	header nav.sp ul.flex {
		justify-content: center;
	}
}

header nav li {
	margin: 0 30px;
	align-items: left;
}

header nav a {
	font-size: 1.4rem;
}

header nav ul img {
	width: 20px;
	height: 20px;
}

@media (max-width: 480px) {
	header nav ul:nth-of-type(1) li {
		margin: 0 0 20px;
	}

	header nav ul:nth-of-type(1) a {
		font-size: 2rem;
	}

	header nav ul img {
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 480px) {
	.menu-btn {
		position: absolute;
		right: 0;
		top: 20px;
		background: transparent;
		border: none;
		padding: 0;
	}

	.menu-btn.close {
		top: auto;
		right: auto;
		left: calc(50% - 7px);
		bottom: 23px;
	}

	.menu-btn img {
		width: 25px;
		height: 16px;
	}

	.menu-btn.close img {
		width: 14px;
		height: 14px;
	}
}

#kv {
	width: 90%;
	max-width: 1024px;
	margin: 50px auto 100px;
}

@media (max-width: 480px) {
	#kv {
		display: block;
		width: 100%;
		max-width: 480px;
		margin: 100px auto 50px;
	}
}

#kv figure figcaption {
	position: absolute;
	color: #FFF;
	top: 100px;
	left: 100px;
	font-size: 2.8rem;
	text-shadow: 5px 5px 7px #000;
	line-height: 2;
}

@media (max-width: 480px) {
	#kv figure figcaption {
		top: 220px;
		left: 20px;
		font-size: 2.2rem;
		text-shadow: 10px 10px 15px #000;
		line-height: 2;
	}
}

#new-arrivals {
	background: #F8F3EA;
}

section h1 {
	font-family: "Reenie Beanie", cursive;
	font-size: 4rem;
	font-weight: 400;
	text-align: center;
	margin: 0 0 60px;
}


#new-arrivals h1 .fr:before { /*肉球*/
	content: '';
	width:40px;
	height:40px;
	display: block;
	background-image:  url(images/ico_footprint.svg); /*background個別指定*/
	background-repeat: no-repeat;/*background個別指定*/
	background-position: center center;/*background個別指定*/
	background-size: contain;/*background個別指定*/
	position: absolute;
	left: calc(50% - 120px)
}

#drink h1 .fr:before { /*肉球*/
	content: '';
	width:40px;
	height:40px;
	display: block;
	background-image:  url(images/ico_footprint.svg); /*background個別指定*/
	background-repeat: no-repeat;/*background個別指定*/
	background-position: center center;/*background個別指定*/
	background-size: contain;/*background個別指定*/
	position: absolute;
	left: calc(50% - 90px)
}

section h1 .fr:after { /*下線*/
	content: '';
	width: 50px;
	height: 1px;
	display: block;
	background: #707070;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 25px);
}

section h1 .jp {
	position: absolute;
	top: -60px;
	width: 147px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #707070;
	left: calc(50% - 73px);
}

section h1 .jp:before { /*吹き出し（グレーのフチ部分）*/
	content: '';
	display: block;
	width:0;
	height:0;
	border-style:solid;
	border-width: 15px 5.5px 0 5.5px;
	border-color: #707070 transparent transparent transparent;
	position: absolute;
	bottom: -14px;
	left: calc(50% - 5.5px);
}

section h1 .jp:after { /*吹き出し（白い部分）*/
	content: '';
	width:0;
	height:0;
	display: block;
	border-style:solid;
	border-width: 13px 4.5px 0 4.5px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	bottom: -12px;
	left: calc(50% - 4.5px);
}


@media (max-width: 480px) {
	section h1 {
	font-size: 3rem;
	margin: 0 0 35px;	
	}
}

#new-arrivals h2:before { /*下線*/
	content: '';
	width:50px;
	height:1px;
	display: block;
	background: #707070;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 25px);
}

.item {
	width: 232px;
	min-height: 390px;
}

@media (max-width: 480px) {
	.item {
		width: 335px;
		min-height: 455px;
		margin:0 auto 50px;
	}
}

.item h2 {
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 18px;
	text-align: center;
}


@media (max-width: 480px) {
	.item h2 {
		margin: 20px auto;
	}
}

.item p {
	color :#5D5B5B;
	font-size: 1.5rem;
	line-height: 1.6;
	}

.price {
	position: absolute; /* 0602追加 */
	bottom: 0; /* 0602追加 */
	width: 100%; /* 0602追加 */
	text-align: right; /* 0602追加 */
}

.price span {
	font-size: 2.2rem;
}

main button { /* 0531修正 */
	display: block;
	padding: 13px 30px;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #707070;
	margin: 100px auto 0;
}

main button a {
	font-family: "Noto Sans JP", sans-serif;
	color: #5D5B5B;
	font-size: 1.8rem;
}

main button a:after {
	content: '';
	width: 23px;
	height: 23px;
	display: inline-block;
	background-image: url(images/ico_arrow.svg); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 0 0 0 20px;
	vertical-align: -5px;
	
}

@media (max-width: 480px) {
	main button { 
		margin-top: 0px;
	}

	main button a{
		font-size: 1.4rem;
	}
}

.drink { 
	margin-top: 40px;
}


@media (max-width: 480px) {
	.drink { 
		margin-top: 0px;
	}
}

#about {
	background: #FFF;
}


@media (max-width: 480px) {
	#about {
		max-width: 480px;
		width: 90%; 
		margin:0 auto;
	}
}


#about h1 {
	font-family: "Reenie Beanie", cursive;
	font-size: 4rem;
	font-weight: 400;
	text-align: center;
	margin-top: 100px;
}

@media (max-width: 480px) {
	#about h1 {
		font-size: 3rem;
	}
}

#about h1 .fr:before { /*肉球 0602修正*/
	content: '';
	width:40px;
	height:40px;
	display: block;
	background-image: url(images/ico_footprint.svg); /*background個別指定*/
	background-repeat: no-repeat;/*background個別指定*/
	background-position: center center;/*background個別指定*/
	background-size: contain;/*background個別指定*/
	position: absolute;
	left: calc(50% - 90px);
}

#about h1:before { /*下線*/
	content: '';
	width:50px;
	height:1px;
	display: block;
	background: #707070;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 25px);
}

#about h1 .jp { /* 0602修正 */
	font-family: "Noto Sans JP", sans-serif;
	position: absolute;
	top: -60px;
	width: 250px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	background: #F8F3EA;
	border-radius: 10px;
	border: 1px solid #707070;
	left: calc(50% - 125px);
}

#about h1 .jp:before { /*吹き出し（グレーのフチ部分）0602修正 */
	content: '';
	display: block;
	width:0;
	height:0;
	border-style:solid;
	border-width: 15px 5.5px 0 5.5px;
	border-color: #707070 transparent transparent transparent;
	position: absolute;
	bottom: -14px;
	left: calc(50% - 5.5px);
}

#about h1 .jp:after { /*吹き出し（ベージュ部分）0602修正 */
	content: '';
	width:0;
	height:0;
	display: block;
	border-style:solid;
	border-width: 13px 4.5px 0 4.5px;
	border-color: #F8F3EA transparent transparent transparent;
	position: absolute;
	bottom: -12px;
	left: calc(50% - 4.5px);
}

#about figure {
	width: 90%; /* 0602追加 */
	max-width: 1024px; /* 0602追加 */
	margin: 70px auto 100px; /* 0602追加 */
	display: flex; /* 0602追加 */
	justify-content: space-between; /* 0602追加 */
	align-items: center;
}

#about figure img {
	width: 550px; /* 0602追加 */
	order: 1;
}

#about figure p {
	width: 450px; /* 0602追加 */
	font-size: 1.6rem; /* 0602追加 */
	line-height: 2; /* 0602追加 */
}

@media (max-width: 480px) {
	#about figure {
		display: block;
		width: 100%; 
		margin: 35px auto 50px; 
		padding: 0 auto;
	}
	
	#about figure img {
		width: 100%;
		margin: 0 auto 30px;
	}

	#about figure p {
		width: 100%;
		font-size: 1.8rem; 
		line-height: 2;
}
}

#drink {
	background: #F8F3EA;
	margin-top: 100px;
}

@media (max-width: 480px) {
	#drink{
		margin: 60px auto 0; 
	}
}
	
#drink .wrapper { /* 0531修正 */
	max-width: 860px;
}

@media (max-width: 480px) {

	#drink .wrapper {
		max-width: 480px;
	}
}

#drink .wrapper .item {
	min-height: auto;
	margin: 0 auto 60px;
}

#drink h2 {
	font-size: 1.6rem;
	font-weight: 400;
	text-align: left;
	margin: 0 0 40px;
}

@media (max-width: 480px) {
	#drink h2 {
		margin: 30px 0 40px;
	}
}



#map-blk > .wrapper {
	flex-wrap: wrap;
}

#map-blk .shop-info,
#map-blk .phone-mail {
	width: 50%;
}

.shop-info h2,
.phone-mail h2 {
	font-size: 3rem;
	font-weight: 400;
}

@media (max-width: 480px) {
	.shop-info h2,
	.phone-mail h2 {
		margin: 0 auto 20px;
	}
	.phone-mail {
		margin: 50px auto 0;
	}
}


.shop-info .logo {
	margin-right: 30px;
}

.shop-info .logo img {
	width: 60px;
	position: absolute;
	left: calc(50% - 30px);
	text-align: center;
	display: flex;
}

@media (max-width: 480px) {
	.shop-info .logo img {
		width: 40px;
	}
}

.shop-info .logo span {
	font-family: "Reenie Beanie", cursive;
	font-size: 2rem;
	margin: 74px 0 0;
	display: flex;
}

@media (max-width: 480px) {
	.shop-info .logo span {
		font-size: 1.5rem;
		margin: 53px 0 0;
	}
}

.shop-info p,
.phone-mail a {
	font-size: 1.6rem;
	line-height: 2;
}

@media (max-width: 480px) {
	.shop-info p {
		font-size: 1.4rem;
		line-height: 2;
	}
	.phone-mail a {
		font-size: 2rem;
	}
}


.phone-mail ul {
	padding: 0 0 10px;
}

.phone-mail ul:nth-of-type(1) {
	justify-content: space-between;
}

.phone-mail ul:nth-of-type(1) li a:before {
	content: '';
	width: 25px;
	height: 25px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 0 20px 0 0;
	vertical-align: -6px;
}

.phone-mail ul:nth-of-type(1) li:nth-of-type(1) a:before {
	background-image: url(images/ico_phone.svg);
}

.phone-mail ul:nth-of-type(1) li:nth-of-type(2) a:before {
	background-image: url(images/ico_mail.svg);
}

.phone-mail ul:nth-of-type(2) li {
	margin: 0 20px 0 0;
}

.phone-mail ul:nth-of-type(2) li img {
	height: 30px;
	width: auto;
}

#map-blk .map-pc {
	width: 100%;
	max-width: 1024px;
	margin: 60px 0 0;
}

@media (max-width: 480px) {
	#map-blk{
		padding: 50px 0;
	}

	#map-blk.wrapper {
		align-items: center;
	}

	#map-blk .shop-info,
	#map-blk .phone-mail {
		width: 100%;
		max-width: 480px;
	}

	#map-blk .map-sp {
		width: 100%;
		margin: 40px auto 0;
		padding: 0;
	}

	iframe {
		width: 100%;
	}

	.phone-mail ul:nth-of-type(1) {
		display: inline-block;
	}
}


footer > div {
	background-color: #F8F3EA;
}

.footer-logo {
	padding: 10px 0 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.footer-logo img {
	width: 50px;
}

.footer-logo span {
	font-size: 2rem;
	font-family: "Reenie Beanie", cursive;
	margin: 10px 0 0;
}

footer .flex {
	width: 90%;
	max-width: 1024px;
	display: flex;
	justify-content: space-between;
	margin:0 auto;
}


footer nav ul {
	display: flex;
	justify-content: center;
	padding: 0 0 20px; 
	margin: -50px 0 0;
}

footer nav ul:nth-of-type(1) {
	padding-right: 60px;
}

footer nav ul:nth-of-type(2) {
	padding-left: 60px;
}

footer nav li {
	margin: 0 40px;
}


footer nav a {
	font-size: 1.4rem;
}


@media (max-width: 480px) {
	footer nav.flex.pc {
		display: none;
	}
}

.copyright {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: right;
}

.gototop {
	width: 50px;
	position: fixed;
	bottom: 100px;
	right: 50px;
	z-index: 1;
	opacity: 0;
	transition: all .5s;
	cursor: pointer; /* ホバーでカーソルが指になる */
}

@media (max-width: 480px) {
	.gototop {
		width: 40px;
		bottom: 70px;
		right: 20px;
	}
}

.gototop.active {
	opacity: 1;
}
