@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      store.css
 Update:         2017.2.10
 Style Info:     店舗CSSファイル
----------------------------------------------------------- */
/********************************************
モバイルファースト
*********************************************/
/***タイトル***/
#page_title {
	position:relative;
	width:100%;
	height:250px;
}
#page_title p{
	width:190px;
	height:50px;
	overflow:hidden;
	color:#FFF;
	font-size:36px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	text-align:center;
	z-index:56;
}
#page_title p.wide{
	width:280px;
}
#page_title p:before {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	margin:auto;
	content: '';
	width: 100%;
	height: 0;
	border-top: 1px solid #FFF;
}
#page_title p:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	margin:auto;
	content: '';
	width: 100%;
	height: 0;
	border-top: 1px solid #FFF;
}
/*スライダー*/
.title_slider {
	width:100%;
	height:250px;
	background:#FFF;
	overflow:hidden;
	text-align:center;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.title_slider li .focal_point {
    width: 100%;
    height: 250px;
    overflow: hidden;
}  
.title_slider li .focal_point img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
} 
.title_slider li .focal_point div {
    position: relative;
    max-width: none;
    height: auto;
	margin:-2em -6em;
}

/***TOPICS***/
#topics {
	margin:35px 10px 60px 10px;
	position:relative;
}
.store_topics {
	margin-top:15px;
}
.store_topics li {
	/*width:100% !important;*/
	margin-bottom:10px;
}
.store_topics_parts {
	position:relative;
	height:120px;
}
.store_topics_parts div{
	float:left;
	width:50%;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	box-sizing: border-box;
}
.store_topics_parts a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(255,255,255,0.01);
	text-indent:-9999px;
}
.store_topics_parts .topics_thumb {
    height: 120px;
    overflow: hidden;
	border-right:5px solid #FFF;
}
.store_topics_parts .topics_thumb img {
	width: 100%;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
.store_topics_parts .topics_thumb p {
	position: relative;
    max-width: none;
    height: auto;
	margin:0em -1.5em;
}

.store_topics_parts .topics_contents .topics_date {
	color:#909090;
	font-weight:bold;
}
.store_topics_parts .topics_contents .topics_title {
	margin-top:5px;
}

/***STAFF***/
#staff ul {
	margin:15px 5px;
}
#staff ul li {
	float:left;
	width:50%;
	padding:5px;
	text-align:left;
	overflow:hidden;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	box-sizing: border-box;
	position:relative;
	cursor:pointer;
}
#staff ul li .profile_staff {
	position: relative;
    width: 100%;
    height: auto;
	overflow:hidden;
}
#staff ul li .profile_staff:before {
	content: "";
    display: block;
    padding-top: 100%;
}
#staff ul li .profile_staff .img_staff {
	position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}
#staff ul li .profile_staff .img_staff img{
	width: 100%;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
#staff ul li .profile_staff .img_staff p{
	position: relative;
    max-width: none;
    height: auto;
	margin:-1em -3em;
}
#staff ul li .profile_staff .txt_staff{
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:10px;
	color:#FFF;
	background-color:rgba(0,0,0,0.7);
	z-index:5;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	box-sizing: border-box;
	transition:all 0.5s;
}
#staff ul li.selected .profile_staff .txt_staff{
	opacity:1;
}
#staff ul li .profile_staff .txt_staff:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:95%;
	height:95%;
	z-index:6;
	border:1px solid #FFF;
}
#staff ul li .profile_staff .txt_staff:after {
	content:'X';
	position:absolute;
	bottom:5px;
	right:10px;
}
#staff ul li .profile_staff .txt_staff .name_staff {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

/*店舗によって色を変える*/
#staff ul#staff_izumisano li .profile_staff .txt_staff:after {
	color:#6bd7ff;
}
#staff ul#staff_izumisano li .profile_staff {
	background:url(../img/store/staff_bg_izumisano.jpg) no-repeat;
	background-size:cover;
}

#staff ul#staff_sakai li .profile_staff .txt_staff:after {
	color:#ffea00;
}
#staff ul#staff_sakai li .profile_staff {
	background:url(../img/store/staff_bg_sakai.jpg) no-repeat;
	background-size:cover;
}

#staff ul#staff_shinsaibashi li .profile_staff .txt_staff:after {
	color:#ff0042;
}
#staff ul#staff_shinsaibashi li .profile_staff {
	background:url(../img/store/staff_bg_shinsaibashi.jpg) no-repeat;
	background-size:cover;
}

#staff ul#staff_kishiwada li .profile_staff .txt_staff:after {
	color:#53df07;
}
#staff ul#staff_kishiwada li .profile_staff {
	background:url(../img/store/staff_bg_kishiwada.jpg) no-repeat;
	background-size:cover;
}

#staff ul#staff_yawata li .profile_staff .txt_staff:after {
	color:#be0af9;
}
#staff ul#staff_yawata li .profile_staff {
	background:url(../img/store/staff_bg_yawata.jpg) no-repeat;
	background-size:cover;
}

#staff ul#staff_amagasaki li .profile_staff .txt_staff:after {
	color:#ffa0c6;
}
#staff ul#staff_amagasaki li .profile_staff {
	background:url(../img/store/staff_bg_amagasaki.jpg) no-repeat;
	background-size:cover;
}

#staff ul#staff_wakayama li .profile_staff .txt_staff:after {
	color:#ff7e00;
}
#staff ul#staff_wakayama li .profile_staff {
	background:url(../img/store/staff_bg_wakayama.jpg) no-repeat;
	background-size:cover;
}

#staff ul#staff_kankan li .profile_staff .txt_staff:after {
	color:#2b8c00;
}
#staff ul#staff_kankan li .profile_staff {
	background:url(../img/store/staff_bg_lalaportsakai.jpg) no-repeat;
	background-size:cover;
}
#staff ul#staff_lalaportsakai li .profile_staff .txt_staff:after {
	color:#FFF;
}
#staff ul#staff_lalaportsakai li .profile_staff {
	background:url(../img/store/staff_bg_lalaportsakai.jpg) no-repeat;
	background-size:cover;
}
#staff ul#staff_machida li .profile_staff .txt_staff:after {
	color:#c187cb;
}
#staff ul#staff_machida li .profile_staff {
	background:url(../img/store/staff_bg_machida.jpg) no-repeat;
	background-size:cover;
}
#staff ul#staff_kanazawa li .profile_staff .txt_staff:after {
	color:#2b8c00;
}
#staff ul#staff_kanazawa li .profile_staff {
	background:url(../img/store/staff_bg_lalaportsakai.jpg) no-repeat;
	background-size:cover;
}

/***STORE INFO***/
#info .store_info {
	margin:15px 10px;
	padding:5px;
}
#info .store_info dl {
	width:100%;
	background:#FFF;
	padding:10px;
	line-height:1.2;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	box-sizing: border-box;
}
#info .store_info dl dt {
	display:block;
	text-align:right;
	width:25%;
	padding-right:10px;
	font-weight:bold;
	clear:left;
	float:left;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	box-sizing: border-box;
}
#info .store_info dl dd {
	display:block;
	margin-left:25%;
	padding-left:10px;
	padding-bottom:10px;
}
#info .store_info dl dd span {
	display:block;
	color:#c8c8c8;
	font-size:12px;
}
/*店舗によって色を変える*/
#info #info_izumisano {
	background:url(../img/store/info_bg_izumisano.gif) repeat;
}
#info #info_izumisano dl dd {
	border-left:1px solid #9dbde9;
}

#info #info_sakai {
	background:url(../img/store/info_bg_sakai.gif) repeat;
}
#info #info_sakai dl dd {
	border-left:1px solid #f4c900;
}

#info #info_shinsaibashi {
	background:url(../img/store/info_bg_shinsaibashi.gif) repeat;
}
#info #info_shinsaibashi dl dd {
	border-left:1px solid #ee1111;
}

#info #info_kishiwada {
	background:url(../img/store/info_bg_kishiwada.gif) repeat;
}
#info #info_kishiwada dl dd {
	border-left:1px solid #1db200;
}

#info #info_yawata {
	background:url(../img/store/info_bg_yawata.gif) repeat;
}
#info #info_yawata dl dd {
	border-left:1px solid #6d0cc7;
}

#info #info_wakayama {
	background:url(../img/store/info_bg_wakayama.gif) repeat;
}
#info #info_wakayama dl dd {
	border-left:1px solid #ff6000;
}

#info #info_amagasaki {
	background:url(../img/store/info_bg_amagasaki.gif) repeat;
}
#info #info_amagasaki dl dd {
	border-left:1px solid #f44184;
}

#info #info_kankan {
	background:url(../img/store/info_bg_kankan.gif) repeat;
}
#info #info_kankan dl dd {
	border-left:1px solid #2b8c00;
}
#info #info_lalaportsakai {
	background:url(../img/store/info_bg_lalaportsakai.gif) repeat;
}
#info #info_lalaportsakai dl dd {
	border-left:1px solid #00225C;
}
#info #info_machida {
	background:url(../img/store/info_bg_machida.gif) repeat;
}
#info #info_machida dl dd {
	border-left:1px solid #00225C;
}
#info #info_kanazawa {
	background:url(../img/store/info_bg_kankan.gif) repeat;
}
#info #info_kanazawa dl dd {
	border-left:1px solid #2b8c00;
}

/***ACCESS***/
#access .access_map {
	margin:15px 0;
	position:relative;
	width:100%;
	height:300px;
}
#access #access_how {
	width:95%;
	margin:0 auto;
	padding-bottom:30px;
	margin-top:30px;
}
#access #access_how dl {
	display:table;
	margin-bottom:30px;
}
#access #access_how dl dt {
	display:table-cell;
	text-align:right;
	width:65px;
	padding-right:10px;
	font-weight:bold;
	/*clear:left;
	float:left;*/
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	box-sizing: border-box;
	vertical-align:middle;
}
#access #access_how dl dd {
	display:table-cell;
	padding-left:10px;
	border-left:1px solid #000;
}
#access #access_how dl dd ul li {
	margin-bottom:10px;
}
#access #access_how dl dd ul li:last-child {
	margin-bottom:0;
}
#access #access_how dl dd ul li:before {
	content:"◆";
	float:left;
	font-size:10px;
	line-height:2.0;
	clear:left;
}
#access #access_how dl dd ul li p.access_by {
	font-weight:bold;
}
#access #access_how dl dd ul li p {
	margin-left:13px;
}

#access #access_how dl dd>p.access_note {
	margin-top:15px;
	font-size:12px;
	color:#666;
}
#access #access_how dl dd>p.access_note:before {
	content:"※";
	float:left;
	clear:left;
}
#access #access_how dl dd>p.access_note span {
	display:block;
	margin-left:12px;
}


/********************************************
ランドスケープ
*********************************************/
@media screen and (min-width:480px){
	/***STORE INFO***/
	#info .store_info {
		margin:15px 10px;
		padding:10px;
	}
	#info .store_info dl {
		padding:15px;
	}
	#info .store_info dl dt {
		padding-right:20px;
	}
	#info .store_info dl dd {
		padding-bottom:15px;
		padding-left:20px;
	}
	
	/***STAFF***/
	#staff ul li .profile_staff .txt_staff:before {
		width:90%;
		height:90%;
	}
	#staff ul li .profile_staff .txt_staff:after {
		font-size:16px;
		right:20px;
		bottom:15px;
	}
	#staff ul li .profile_staff .txt_staff{
		padding:20px;
	}
	#staff ul li .profile_staff .txt_staff .msg_staff {
		position:absolute;
		padding-right:15px;
		bottom:30px;
	}
}

/********************************************
ランドスケープ
*********************************************/
@media screen and (min-width:640px){
	/***タイトル***/
	#page_title {
		height:350px;
	}
	/*スライダー*/
	.title_slider {
		height:350px;
	}
	.title_slider li .focal_point {
		height: 350px;
	}
	
	/***TOPICS***/
	.store_topics_parts .topics_thumb p {
		position: relative;
		max-width: none;
		height: auto;
		margin:-4em -1.5em;
	}
	
	/***STAFF***/
	#staff ul li {
		width:33.3%;
	}
	
	/***STORE INFO***/
	#info .store_info dl {
		font-size:16px;
	}
	#info .store_info dl dt {
		width:20%;
	}
	#info .store_info dl dd {
		margin-left:20%;
		padding-bottom:18px;
	}
	#info .store_info dl dd span {
		display:inline;
	}
}

/********************************************
ランドスケープ
*********************************************/
@media screen and (min-width:680px){
	/***TOPICS***/
	.store_topics {
		margin-top:15px;
		padding:0 25px;
	}
	.store_topics li {
		/*width:20% !important;*/
		margin-bottom:0;
	}
	.store_topics_parts .topics_thumb {
		position: relative;
		height: 284px;
		border-right:none;
		z-index:2;
	}
	.store_topics_parts .topics_thumb p {
		position: relative;
		max-width: none;
		height: auto;
		margin:0em -1.5em;
	}
	.store_topics_parts .topics_contents {
		position:absolute;
		top:40px;
		width:55%;
		height:240px;
		padding-top:30px;
		padding-left:6%;
		padding-right:10px;
		right:0;
		border:8px solid #d3d3d3;
		z-index:0;
		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		-ms-box-sizing: border-box;
  		box-sizing: border-box;
	}
	/*店舗によって矢印の色を変える*/
	#topics_izumisano .store_topics_parts .topics_contents {
		background:url(../img/store/arrow_izumisano.gif) no-repeat;
		background-position:97% 95%;
	}
	#topics_sakai .store_topics_parts .topics_contents {
		background:url(../img/store/arrow_sakai.gif) no-repeat;
		background-position:97% 95%;
	}
	#topics_shinsaibashi .store_topics_parts .topics_contents {
		background:url(../img/store/arrow_shinsaibashi.gif) no-repeat;
		background-position:97% 95%;
	}
	#topics_kishiwada .store_topics_parts .topics_contents {
		background:url(../img/store/arrow_kishiwada.gif) no-repeat;
		background-position:97% 95%;
	}
	#topics_yawata .store_topics_parts .topics_contents {
		background:url(../img/store/arrow_yawata.gif) no-repeat;
		background-position:97% 95%;
	}
	#topics_amagasaki .store_topics_parts .topics_contents {
		background:url(../img/store/arrow_amagasaki.gif) no-repeat;
		background-position:97% 95%;
	}
	#topics_wakayama .store_topics_parts .topics_contents {
		background:url(../img/store/arrow_wakayama.gif) no-repeat;
		background-position:97% 95%;
	}
	#topics_kankan .store_topics_parts .topics_contents {
		background:url(../img/store/arrow_kankan.gif) no-repeat;
		background-position:97% 95%;
	}
	#topics_kanazawa .store_topics_parts .topics_contents {
		background:url(../img/store/arrow_kankan.gif) no-repeat;
		background-position:97% 95%;
	}
		
	.store_topics_parts a {
		height:284px;
		z-index:5;
	}

	/*矢印*/
	#topics .slick-arrow {
	  position: absolute;
	  top: 50%;
	  width:16px;
	  height: 32px;
	  margin-top: -18px;  /* 高さの半分だけネガティブマージン */
	  color: #bd77f2;
	  line-height: 36px;
	  font-size: 28px;
	  cursor: pointer;
	  text-indent:-99999px;
	  z-index: 10;  /* 重要 */
	}
	#topics .slick-prev {
	  left: 0;
	  background:url(../img/store/arrow_left.png);
	  background-size:contain;
	}
	#topics .slick-next {
	  right: 0;
	  background:url(../img/store/arrow_right.png);
	  background-size:contain;
	}
	#topics .slick-slide {
	  padding: 1.5em 0 !important;
	  font-size: 1.1em;
	  outline: 0;
	}
	
	/***STORE INFO***/
	#info .store_info {
		margin:20px 10px;
	}
	
	/***ACCESS***/
	#access .access_map {
		margin:20px 0;
	}
}

/********************************************
タブレット
*********************************************/
@media screen and (min-width:768px){
	/***タイトル***/
	/*スライダー*/
	.title_slider li .focal_point div {
		margin:-4em -4em;
	}
	
	/***TOPICS***/
	.store_topics_parts .topics_contents {
		top:60px;
	}
	
	/***STORE INFO***/
	#info .store_info dl dt {
		padding-right:30px;
	}
	#info .store_info dl dd {
		padding-left:30px;
	}
	
	/***ACCESS***/
	#access .access_map {
		height:450px;
	}
}

/********************************************
タブレット　ランドスケープ
*********************************************/
@media only screen and (min-width: 1024px) {
	/***タイトル***/
	#page_title {
		height:400px;
	}
	/*スライダー*/
	.title_slider {
		height:400px;
	}
	.title_slider li .focal_point {
		height: 400px;
	}
	.title_slider li .focal_point div {
		margin:-6em -2em;
	}
	
	/***TOPICS***/
	.store_topics li {
		padding:2em;
	}
	#topics .slick-slide {
	  padding: 1.5em 0 2em 0!important;
	  font-size: 1.1em;
	  outline: 0;
	}
	.store_topics_parts .topics_thumb p {
		margin:-2em -1.5em 0 -1.5em;
	}
	.store_topics_parts .topics_contents {
		top:70px;
	}
	
	/***STAFF***/
	#staff ul li {
		width:25%;
	}
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1051px) {
	/***TOPICS***/
	#topics {
		margin-top:60px;
	}
	.store_topics_parts .topics_thumb p {
		margin:0em -1.5em;
	}
	
	/***TOPICS***/
	.store_topics {
		margin:15px 30px;
	}
	
	/***STAFF***/
	#staff ul {
		margin:15px 30px;
	}
	
	/***STORE INFO***/
	#info .store_info {
		margin:20px 30px;
	}
	
	#access #access_how {
		margin-top:50px;
		padding-bottom:50px;
	}
	
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1280px) {
	/***タイトル***/
	#page_title {
		height:450px;
	}
	#page_title p{
		width:300px;
		height:70px;
		font-size:52px;
	}
	#page_title p.wide{
		width:380px;
		height:70px;
		font-size:52px;
	}
	/*スライダー*/
	.title_slider {
		height:450px;
	}
	.title_slider li .focal_point {
		height: 450px;
	}
	.title_slider li .focal_point div {
		margin:-6em -2em;
	}
	
	/***TOPICS***/
	.store_topics {
		margin:15px 50px;
	}
	
	/***STAFF***/
	#staff ul {
		margin:30px 50px;
	}
	
	/***STORE INFO***/
	#info .store_info {
		margin:35px 50px;
	}
	
	/***ACCESS***/
	#access .access_map {
		margin:35px 0;
	}
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1368px) {	
	/***TOPICS***/
	#topics .slick-slide {
	  padding: 1.5em 0 3em 0!important;
	}
	.store_topics_parts .topics_contents {
		top:70px;
	}
	.store_topics_parts .topics_thumb p {
		margin:-3.5em -1.5em 0 -1.5em;
	}
	
	/***STAFF***/
	#staff ul {
		text-align:left;
	}
	#staff ul li {
		width:265px;
		height:265px;
		float:none;
		display:inline-block;
	}
	
	/***STORE INFO***/
	#info .store_info {
		margin:35px 65px;
	}
	
	/***ACCESS***/
	#access #access_how {
		width:80%;
	}
	#access_how dl {
		float:left;
		width:50%;
		padding-right:20px;
	}
	#access_how dl:last-child {
		padding-right:0;
		padding-left:20px;
	}
	
}


/********************************************
PC
*********************************************/
@media only screen and (min-width: 1370px) {
	
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1500px) {
	/***TOPICS***/
	.store_topics {
		width:1080px;
		margin:0 auto;
		margin-top:20px;
		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		-ms-box-sizing: border-box;
  		box-sizing: border-box;
	}
	
	/***STAFF***/
	#staff ul {
		width:85%;
		margin:0 auto;
		margin-top:30px;
		text-align:center;
	}
	
	/***STORE INFO***/
	#info .store_info {
		width:1080px;
		margin:0 auto;
		margin-top:35px;
	}
}



/********************************************
PC
*********************************************/
@media only screen and (min-width: 1680px) {
	/***タイトル***/
	/*スライダー*/
	.title_slider li .focal_point div {
		margin:-12em 0em;
	}
	
}
