@charset "UTF-8";

/* ---------- mediaQuery  ---------- */

@media all and (min-width: 768px) and (max-width: 1100px) {
	
.nonetb {
		display: none!important;
}


body {
		background-image: none;
		width: 100%;
}
.inner{
	clear: both;
	width: 96%;
	margin: 0 auto;
	padding: 0 2% 0 2%;
}
img {
		width: 100%;
		height: auto
	}

/* ===============
header
================*/
header.index_header {
	width: 100%;
	height: 362px;
}
.index_topimage {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.index_nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 140px;
	height: 362px;
	background-color: rgba(0,0,0,0.8);
	text-align: right;
	z-index: 100;
}
.index_nav h1 {
	width: 90px;
	text-align: center;
	margin: 0 auto 30px auto;
}
.index_nav h1 img {
	width: 100%;
	height: auto;
}
.index_nav nav {
	clear: both;
	margin: 0 16px 0 0;
}
.index_nav ul li {
	line-height: 2;
	font-size: 14px;
	position:relative;
  display:block;
	margin-right: 10px;
}
.index_nav ul li a {
	color: #fff;
	font-weight: 600;
}
.index_nav ul li a::after {
	content:"";
   display:inline-block;
   width: 20px;
   height: 2px;
   background-color: #c1c1c1;
   position: absolute;
   top: 16px;
   right: -26px;
}
.index_nav ul li a:hover::after {
	content:"";
   display:inline-block;
   width: 120px;
   height: 2px;
   background-color: #bf3461;
   position: absolute;
   top: 30px;
   right: -26px;
transition: 0.2s all ease 0s;
}

.topimage_area {
	flex-basis: auto;
	width: 100%;
	height: 362px!important;
	display: block;
	margin: 0;
}
.topimage_area .slide {
	width: 100%;
	height: 362px!important;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.topimage_area h1 {
　width: 100%!important;
	text-align: center;
	margin: 0 auto;
}

.topimage_area .slide img {
		height: auto;
		width: 100%;
}
.slick-prev,
.slick-next {
	top: 40%!important;
	}
.slick-prev {
   left: 140px!important;
	z-index: 100;
}

/* ===============
main
================*/
main {
	width: 100%;
	clear: both;
}
	
/* ===============
.index_intro 
================*/
.index_intro {
	width: 100%;
	margin: 20px 0;
}
.index_intro .inner {
	width: 96%;
	margin: 0 auto;
}
.index_intro h2 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', "Hiragino Sans", '游ゴシック体','游ゴシック', YuGothic,"Hiragino Kaku Gothic ProN", sans-serif;
	color: #949494;
}
.index_intro p {
	margin: 0 auto;
}
	
/* ===============
.index_shoplist
================*/
.index_shoplist {
	width: 90%;
	margin: 0 auto 40px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index_shoplist .shoplist_item {
	flex-basis: 46%;
	margin-bottom: 30px;
}

	
/* ================
.index_news 
================== */
.index_news {
	width: 100%;
	margin: 40px auto 0 auto;
	background-color: #efefef;
	padding: 30px 0 30px 0;
}
.index_news .inner {
	width: 96%;
	margin: 0 auto;
}


/* ================
#pagetop
================== */
#pagetop {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 40px;
	width: 60px;
	height: 60px;
	background: url(../images/common/totop.svg) no-repeat;
	background-size: 60px;
	z-index: 5;
}
#pagetop a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}
	
/* ================
footer
================== */
footer {
	width: 100%;
	margin: 0;
	background-color: #000;
}
footer .inner {
	width: 96%;
	padding: 40px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


}