/*================================================
common
==================================================*/
body {
	line-height: 2.2;
}
h2 {
	margin-bottom: 20px;
}
h3 {
	margin-bottom: 20px;
}
h4 {
	margin-bottom: 20px;
}
img {
	max-width: 100%;
	height: auto;
}
.mb20 {
	margin-bottom: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb80 {
	max-width: 50%;
	margin: 0 auto;
	margin-bottom: 80px;
}
.m_auto{
	margin: auto;
}
@media (max-width:767px) {
	.mb80 {
		max-width: 100%;
		margin-bottom: 80px;
	}
}
.mb100 {
	margin-bottom: 100px;
}
.mt50 {
	margin-top: 50px;
}
.mt150 {
	margin-top: 150px;
}
.main-visual {
	background-image: url(../img/first.jpg);
	background-size: cover;
	height: 100vh;
}
.navbar-nav {
	margin-top: 23px;
}
.navbar-nav li {
	text-align: center;
}
a:hover {
	text-decoration: none;
}
.snsL {
	position: absolute;
	top: 3px;
	right: 20px;
}
.snsL i, .snsS i {
	color: #333;
	font-size: 1.3em;
}
.snsFtr i {
	font-size: 1.3em;
}
.m20 {
	margin: 20px;
}
.face img {
	max-width: 95px;
}
.b09 {
	font-size: 0.9em;
	font-weight: bold;
}
.infoL {
	font-size: 0.8em;
	text-align: left;
	padding: 10px;
}
.txs {
	font-size: 0.8em;
}
.txss {
	font-size: 0.7em;
}
.main-visual__img {
	/* height: 100%; */
	text-align: center;
	padding-top: 40vh;
}
.main-visual__txt{
	padding-top: 30px;
	text-align: center;
}
/*
.pc-only {
}
*/
.sp-only {
	display: none;
}
/* 
TOPICKS 
=============================*/
.topics {
	position: relative;
	max-width: 70%;
	margin: 0 auto;
	border: 1px solid #777;
	background: #fbfbfb;
	padding: 36px;
}
.news {
	background: url(../img/board.png) no-repeat top center;
	background-size: cover;
	position: relative;
	max-width: 650px;
	margin: 0 auto;
	padding: 2em;
}
.newsbtm {
	margin: 0 -2em -2em;
	line-height: 0
}
.news dt, dd {
	font-size: .8em;
}
.news dt {
	border-bottom: 1px dotted #999;
	line-height: 2.6;
}
.news dd {
	line-height: 1.6;
	padding-top:0.5em;
}
.menu-box {
	max-width: 80%;
}
.menu-img {
	position: relative;
	max-width: 25%;
}
.menu-img.left {
	margin-top: 46px;
}
.menu-img.center {
	margin-left: 72px;
	margin-top: 46px;
	margin-right: 12px;
}
.menu-img.right {
	margin-bottom: 46px;
}
/* 
nav
=============================*/
.Toggle {
	display: none;
}

@media (min-width:576px) {
li.snsS {
	display: none !important;
}
}

@media (max-width:577px) {
.snsL {
	display: none !important;
}
ul.navbar-nav li {
	padding: 10px 0;
}
.pc-only {
	display: none;
}
.sp-only {
	display: block;
}
.scroll-prevent {
	overflow: hidden;
}
/* 
TOPICKS 
=============================*/
.topics:after {/*画像を絶対配置*/
	bottom: 5%;
}
.menu-img {
	position: relative;
	max-width: 50%;
}
.menu-img.left {
	margin-right: 36px;
	margin-top: 0;
}
.menu-img.center {
	margin-left: 64px;
	margin-top: 24px;
	margin-right: 0;
}
.menu-img.right {
	margin-top: 12px;
	margin-bottom: 24px;
}
/* 
sale
=============================*/
h3.sale-title {
	margin-top: 40px;
}
.topics {
	max-width: 100%;
	padding: 12px;
}
#NavMenu {
	display: none;
}
#NavMenu.active ul li a {
	display: block; /*クリックできる領域を広げる*/
	color: #000;
	padding: 1em 0;
}
#NavMenu.active {
	display: block;
	overflow: hidden;
	transform: translateY(0%);
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	color: #000;
	text-align: center;
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.Toggle {
	display: block;
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 13px;
	top: 12px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 3;
}
.Toggle span {
	display: block;
	position: absolute;
	width: 38px;
	border-bottom: solid 3px #000;
	-webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
	-moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
	transition: .35s ease-in-out;			/*変化の速度を指定*/
	left: 0;
}
.Toggle span:nth-child(1) {
	top: 9px;
}
.Toggle span:nth-child(2) {
	top: 20px;
}
.Toggle span:nth-child(3) {
	top: 32px;
}
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
	top: 18px;
	left: -1px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
}

/*PCサイズで改行*/
@media (max-width:1240px) {
.lg_only {
	display: none;
}
}
.beanslove {
	border: 2px solid #ccc;
	padding: 1em 1em 0.5em;
	background: #F4EEEE
}
.message {
	padding: 2em 1em;
	background: #F4EEEE
}
#copy {
	font-size: 0.6em;
	text-align: center;
	color: #D0C9C9;
	margin: 5px;
	line-height: 120%
}
.keywords {
	font-size: 0.6em;
	text-align: center;
	color: #666;
	margin: 0 5px;
	line-height: 120%
}

/*　礪波追加 */
/* 
about 
=============================*/

.slide-items {
	width: 100%;
	height: 100%;
}

.slide-items img {
	width: 100%;
	object-fit: cover;
}

.slick-dots{
	bottom: -50px!important;
}

.mb50.beans img{
	max-width: 50%;
}
@media (max-width:767px) {
	.mb50.beans img{
		max-width: 100%;
	}
}


/* 
お店さんたち
=============================*/
.shops-logo{
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.shops-logo_area{
	display: flex;
}
.shops-logo>div{
	width: 10%;
	height: auto;
	padding: 10px;
}
@media (max-width:767px) {
	.shops-logo>div{
		width: 20%;
	}
	.shops__h2 img.txt{
		width: 80%;
		margin: auto;
	}
}


/* 
gallery
=============================*/
.gallery{
	display: flex;
	max-width: 1100px;
	justify-content: space-between;
	margin: auto;
}
.gallery-item{
	width: 24%;
	height: 0;
	padding-top: 24%;
	position: relative;
	overflow: hidden;
	transition: all 1.0s;
}
.gallery-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.gallery-item p{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	color: #fff;
	width: 100%;
    padding: 8px;
	font-size: 1.4rem;
}
.gallery-item:hover::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.5;
	width: 100%;
    height: 100%;
}
.gallery-item:hover p{
	display: block;
	z-index: 9999;
}


@media (max-width:767px) {
	.gallery{
		flex-wrap: wrap;
	}
	.gallery-item{
		width: 48%;
		padding-top: 48%;
		margin-bottom: 16px;
	}
	.gallery-item:hover::after{
		display: none;
	}
	.gallery-item:hover p{
		display: none;
		z-index: 9999;
	}
}

/* 
story
=============================*/
@media (max-width:767px) {
	#story .img{
		width: 48%;
		padding-bottom: 40px;
	}
}

/* 
access
=============================*/
.access__inner{
	display: flex;
	max-width: 900px;
	margin: auto;
	padding-top: 30px;
}
.access__inner>div{
	flex-basis: 50%;
}
.map{
	max-width: 480px;
    position: relative;
    margin-top: 20px;
    padding-bottom: 260px;
    margin: 20px auto;
}
.map iframe{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/* .map img{
	width: 100%;
	max-width: 380px;
} */
.shop-2 .map{
	margin-top: 68px;
}
@media (max-width:767px) {
	.access__inner{
		flex-direction: column;
	}
	.access__inner>div:first-of-type{
		padding-bottom: 40px;
	}
	.shop-1{
		margin-bottom: 40px;
	}
	.shop-2 .map{
		margin-top: 0;
	}
}
