@charset "utf-8";


/*==================================================
  Common
==================================================*/
input,
select,
textarea{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}


::-webkit-input-placeholder{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.4rem !important;
	color: #999999 !important;
	opacity: 1;
}
::-moz-placeholder{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.4rem !important;
	color: #999999 !important;
	opacity: 1;
}
:-ms-input-placeholder{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.4rem !important;
	color: #999999 !important;
	opacity: 1;
}
::placeholder{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.4rem !important;
	color: #999999 !important;
	opacity: 1;
}




/*==================================================
  Store
==================================================*/
#store{
}




/*==================================================
  SearchArea
==================================================*/
#search_area{
	background-color: #ffffff;
	width: 300px;
	height: 100vh;
	margin: 0;
	padding: 0;
	box-shadow: 0 -1px 10px 4px rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	overflow: auto;
}


.search_box{
	width: 260px;
	margin: 0;
	padding: 10px 0 20px 20px;
}


.search_box h2{
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-size: 2.0rem;
	color: #ff6600;
	margin: 0;
	padding: 15px 0 10px 0;
}

.search_box p{
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: dotted 1px #cccccc;
}


.location_search button{
	background-color: rgba(43,59,75,1.0);
	width: 260px;
	height: 52px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 50px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: solid 1px #2b3b4b;
	border-radius: 5px;
	cursor: pointer;
}


.location_search button:hover{
	background-color: #5d8fc2;
}


.store_search input{
	width: 210px;
	height: 52px;
	font-size: 1.4rem;
	line-height: 47px;
	margin: 0;
	padding: 3px 10px 0 10px;
	box-sizing: border-box;
	border: solid 1px #cccccc;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}


.store_search button{
	background-color: rgba(43,59,75,1.0);
	width: 50px;
	height: 52px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 50px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: solid 1px #2b3b4b;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
}


.store_search button:hover{
	background-color: #5d8fc2;
}


.search_box dl{
	background-color: rgba(43,59,75,1.0);
	width: 100%;
	margin: 0;
	padding: 5px 0 10px 0;
	border-radius: 5px;
	position: relative;
}


.search_box dl dt{
	background-color: rgba(43,59,75,1.0);
	width: 100%;
	height: 51px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 50px;
	color: #ffffff;
	margin: 0;
	padding: 0 25px;
	box-sizing: border-box;
	border-bottom: dotted 1px #495967;
	cursor: pointer;
}
.search_box dl dt:hover{
	color: #ff9900;
}


.search_box span{
	display: block;
	position: relative;
}
.search_box dl dt span::after{
	content: "\f067";
	font-family: fontAwesome;
	position: absolute;
	top: 1px;
	right: 0;
}
.search_box dl dt span.active::after{
	content: "\f068";
	font-family: fontAwesome;
	position: absolute;
	top: 1px;
	right: 0;
}


.search_box dl dd{
	display: none;
	background-color: #efefef;
	margin: 0;
	padding: 0;
}


.search_box dl dd ul{
	margin: 0;
	padding: 0;
}


.search_box dl dd ul li{
	background-color: #efefef;
	width: 130px;
	font-size: 1.4rem;
	line-height: 40px;
	color: #999999;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: dotted 1px #cccccc;
	text-align: center;
	float: left;
}


.search_box dl dd ul li a{
	display: block;
	background-color: #ffffff;
	color: #ff6600;
}


.search_box dl dd ul li a:hover{
	background-color: #ff6600;
	color: #ffffff;
}


#search_area_info{
	margin: 15px 0 0 0;
	padding: 10px 10px 0 10px;
	border: dashed 1px #cccccc;
	border-radius: 5px;
}


#search_area_info p{
	font-size: 1.2rem;
	margin: 0;
	padding: 0 0 10px 0;
	border: none;
}




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

	#search_area{
		display: none;
	}

}




/*==================================================
  MapArea
==================================================*/
#map_area{
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 70px 300px 70px 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}


#topic_path{
	background-color: #ffcc00;
	width: 100%;
	height: 70px;
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 70px;
	color: #2b3b4b;
	margin: 0;
	padding: 0 330px 0 30px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}


#store_map{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}


#map_area h2{
	background-color: #ffcc00;
	width: 100%;
	height: 70px;
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 70px;
	color: #2b3b4b;
	margin: 0;
	padding: 0 300px 0 0;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}


#data_length{
	margin: 0;
	padding: 0 10px;
}




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

	#map_area{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		overflow: visible;
	}
	#map_area::before{
		content: "";
		display: block;
		padding-top: 75%;
	}


	#topic_path{
		padding: 0 30px;
	}


	#store_map{
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 70px;
		right: 0;
		bottom: 0;
		left: 0;
	}


	#map_area h2{
		display: none;
	}

}




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

	#map_area::before{
		padding-top: 90%;
	}


	#topic_path{
		width: 100%;
		height: 50px;
		font-family: "Noto Sans JP";
		font-weight: 700;
		font-size: 1.4rem;
		line-height: 50px;
		color: #2b3b4b;
		margin: 0;
		padding: 0 20px;
	}


	#store_map{
		top: 50px;
	}

}




/*==================================================
  SearchSpArea
==================================================*/
#search_sp_area{
	display: none;
	width: 100%;
	margin: 0;
	padding: 70px 0 0 0;
}


#search_sp_area h2{
	background-color: #ffcc00;
	width: 100%;
	height: 70px;
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 70px;
	color: #2b3b4b;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}


#search_sp_area h2 i{
	font-size: 2.5rem;
	margin: 0;
	padding: 0;
	position: relative;
	top: 4px;
	left: -10px;
}


#search_sp_area_inner{
	width: 100%;
	margin: 0;
	padding: 5px 25px 30px 25px;
	box-sizing: border-box;
}


#search_sp_area_inner h3{
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-size: 2.0rem;
	color: #ff6600;
	margin: 0;
	padding: 20px 0 10px 0;
}

#search_sp_area_inner p{
	margin: 0;
	padding: 0 0 15px 0;
	border-bottom: dotted 1px #cccccc;
}


.location_search_sp button{
	background-color: rgba(43,59,75,1.0);
	width: 100%;
	height: 52px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 50px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: solid 1px #2b3b4b;
	border-radius: 5px;
	cursor: pointer;
}


.location_search_sp button:hover{
	background-color: #5d8fc2;
}


.store_search_sp input{
	width: 75%;
	height: 52px;
	font-size: 1.4rem;
	line-height: 47px;
	margin: 0;
	padding: 3px 10px 0 10px;
	box-sizing: border-box;
	border: solid 1px #cccccc;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}


.store_search_sp button{
	background-color: rgba(43,59,75,1.0);
	width: 25%;
	height: 52px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 50px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: solid 1px #2b3b4b;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
}


.store_search_sp button:hover{
	background-color: #5d8fc2;
}


#search_sp_area_inner dl{
	background-color: rgba(43,59,75,1.0);
	width: 100%;
	margin: 0;
	padding: 5px 0 10px 0;
	border-radius: 5px;
	position: relative;
}


#search_sp_area_inner dl dt{
	background-color: rgba(43,59,75,1.0);
	width: 100%;
	height: 51px;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 50px;
	color: #ffffff;
	margin: 0;
	padding: 0 25px;
	box-sizing: border-box;
	border-bottom: dotted 1px #495967;
	cursor: pointer;
}
#search_sp_area_inner dl dt:hover{
	color: #ff9900;
}


#search_sp_area_inner span{
	display: block;
	position: relative;
}
#search_sp_area_inner dl dt span::after{
	content: "\f067";
	font-family: fontAwesome;
	position: absolute;
	top: 1px;
	right: 0;
}
#search_sp_area_inner dl dt span.active::after{
	content: "\f068";
	font-family: fontAwesome;
	position: absolute;
	top: 1px;
	right: 0;
}


#search_sp_area_inner dl dd{
	display: none;
	background-color: #efefef;
	margin: 0;
	padding: 0;
}


#search_sp_area_inner dl dd ul{
	margin: 0;
	padding: 0;
}


#search_sp_area_inner dl dd ul li{
	background-color: #efefef;
	width: 20%;
	font-size: 1.4rem;
	line-height: 50px;
	color: #999999;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: dotted 1px #cccccc;
	text-align: center;
	float: left;
}


#search_sp_area_inner dl dd ul li a{
	display: block;
	background-color: #ffffff;
	color: #ff6600;
}


#search_sp_area_inner dl dd ul li a:hover{
	background-color: #ff6600;
	color: #ffffff;
}




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

	#search_sp_area{
		display: block;
	}

}




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

	#search_sp_area{
		padding: 50px 0 0 0;
	}


	#search_sp_area_inner{
		padding: 5px 15px 30px 15px;
	}


	#search_sp_area_inner dl dd ul li{
		width: 50%;
	}

}




/*==================================================
  ListArea
==================================================*/
#list_area{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: -100%;
}


#store_list{
	margin: 0;
	padding: 0 10px;
}


.store_list_box{
	margin: 0;
	padding: 0;
}


.store_list_box_inner{
	margin: 0;
	padding: 0;
	border: solid 2px #dddddd;
	border-radius: 5px;
}


.store_name{
	margin: 0;
	padding: 0;
}


.store_name h4{
	font-size: 1.2rem;
	font-weight: normal;
	color: #ff6600;
	margin: 0;
	padding: 3px;
	float: left;
}


.data_box{
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}


.display_distance{
	visibility: visible;
	font-size: 1.2rem;
	font-weight: bold;
	color: #999999;
	margin: 0;
	padding: 3px;
	float: left;
	position: relative;
}


.display_distance i{
	margin: 0;
	padding: 0 10px;
	position: relative;
	top: -1px;
}




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

	#list_area{
		padding: 0;
	}

}




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

	.store_list_1 li.store_tel{
		display: none;
	}


	.store_list_1 li.store_tel_sp{
		display: block;
	}


	.store_list_1 li{
		width: 100%;
	}


	.store_list_2 li{
		width: 100%;
	}


	.store_list_2{
		padding: 0 10px 10px 10px;
	}

}




/*==================================================
  GoogleMapsInfoWindow
==================================================*/
.info_window_wrap{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin: -80px 0 0 0;
	padding: 0;
}


.info_window_box{
	background-color: #ffffff;
	width: 100%;
	margin: 0 0 0 -50%;
	padding: 0;
	box-sizing: border-box;
	border: solid 2px #ff9900;
	border-radius: 5px;
	position: relative;
}
.info_window_box::before{
	display: inline-block;
	background: url(../images/info_window_arrow.png) no-repeat 0 0;
	content: '';
	width: 20px;
	height: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.info_window_box a{
	display: block;
	font-size: 1.2rem;
	color: #ff6600;
	text-decoration: underline;
	margin: 0;
	padding: 5px 10px 4px 10px;
	white-space: nowrap;
	text-align: center;
}




/*==================================================
  テスト用
==================================================*/
#latlng{
	display: none;
}


#destination,
#results_latlng{
	font-size: 1.2rem;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	border-bottom: dotted 1px #cccccc;
}


#destination span,
#results_latlng span{
	visibility: hidden;
}


.data_lat,
.data_lng,
.data_distance{
	visibility: visible;
	font-size: 1.2rem;
	margin: 0;
	padding: 2px 0 0 2px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}




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

	#destination,
	#results_latlng{
		border-bottom: none;
	}

}
