@charset "UTF-8";

/*-----------------------------------------
/*
/* Top-page layout
/*
/*----------------------------------------*/
/* slider */
.bx-wrapper {
	margin: 0 !important;
	border: none;
}

/*ul.bxslider {
  padding: 0;
  margin: 0;
}*/
/*
ul.bxslider li a{
	display: inline-block;
}
ul.bxslider li a img{
	width: 100%;
}*/
ul.slides li a {
	display: inline-block;
	width: 100%;
}

/*ul.slides li a img{
	width: 100%;
}*/


/* section */
section#about .ol {
	text-align: center;
}

section#pancake,
section#drink,
section#parfait {
	padding: 0;
	background-color: #f6f4f2;
}

section#pancake .container,
section#drink .container,
section#parfait .container {
	margin: 0 auto;
}

section#pancake .exp,
section#drink .exp,
section#parfait .exp {
	padding: 30px;
	box-sizing: border-box;
}

section#news {
	background-color: #f6f4f2;
}

.sec-title {
	margin-bottom: 50px;
}

/* shime */
#shime {
	color: #fff;
}

#shime h2 {
	margin: 30px 0 20px;
}

#shime .shime-info .text {
	line-height: 1.8em;
}

#shime .shime-img01 img,
#shime .shime-img02 img {
	max-width: 350px;
}


/* insta */
#instagram ul {}

#instagram ul li {
	width: 25%;
	margin-bottom: 20px;
	display: inline-block;
}

#instagram ul li img {
	width: 100%;
}


/* shop-info */
#shop-info dl {
	overflow: hidden;
	font-size: 14px;
	border-bottom: solid 1px #7a6a55;
}

#shop-info dl dt {
	width: 30%;
	padding: 10px 0 3px;
	clear: both;
	float: left;
	border-top: solid 1px #7a6a55;
	font-weight: bold;
}

#shop-info dl dd {
	width: 70%;
	padding: 10px 0 3px;
	float: left;
	border-top: solid 1px #7a6a55;
}

#shop-info dl dd:first-child {
	border-top: none;
}

video {
	margin-top: 50px;
}

/* news */
#news dl {
	overflow: hidden;
	font-size: 14px;
	border-bottom: solid 1px #7a6a55;
}

#news dl dt {
	width: 30%;
	padding: 10px 0 3px;
	clear: both;
	float: left;
	border-top: solid 1px #7a6a55;
}

#news dl dd {
	width: 70%;
	padding: 10px 0 3px;
	float: left;
	border-top: solid 1px #7a6a55;
}

#news dl dd:first-child {
	border-top: none;
}


/* map */
#map iframe {
	height: 600px;
}

/* link-btn */
p.link-btn {
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	text-align: center;
	border: solid 2px #7a6a55;
	background-color: #fff;
}

p.link-btn a {
	display: block;
	text-align: center;
}

p.link-btn:hover {
	opacity: 0.7;
}

p.link-btn:hover a {
	color: #333;
}

/*#shime p.link-btn:hover a {
	color:#fefefe;
}*/
#shime p.link-btn:hover {
	opacity: 1;
}

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

	section#about {
		padding-top: 0;
	}

	section#about .ol {
		text-align: left;
	}

	section#about .ol br {
		display: none;
	}


	/* shime */
	.shime-img01 {
		display: none;
	}

	.shime-info p.text>br {
		display: none;
	}

	.shime-img02 {
		max-width: 100%;
		flex: 0 0 40%;
	}

	.shime-img02 img {
		width: 100%;
	}

	.shime-info p.text {
		text-align: left !important;
	}

}

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

	section#about {
		padding-top: 0;
	}

	section#about h1 {
		margin-top: 30px;
	}

	/* shime */
	.shime-img02 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.shime-img02 img {
		width: 100%;
	}

	.shime-info p.text {
		text-align: left !important;
	}

	/* instagram */
	#instagram ul li {
		width: 50%;
		margin-bottom: 20px;
		display: inline-block;
	}

	/* news */
	#news dl dt,
	#news dl dd {
		width: 100%;
		float: none;
	}

	#news dl dd {
		border-top: none;
	}

	/* map */
	#map iframe {
		height: 350px;
	}

}