@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%;
	margin: 0;
	padding: 70px 300px 0 0;
	box-sizing: border-box;
	position: relative;
}


#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{
	background-color: #aadaff;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}


.image_map{
	max-width: 1030px;
	max-height: 560px;
	margin: 0 auto;
	padding: 50px;
}


img[usemap] {
    max-width: 100%;
    height: auto;
}




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

	#map_area{
		padding: 70px 0 0 0;
	}


	#topic_path{
		padding: 0 30px;
	}


	.image_map{
		padding: 20px;
	}

}




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

	#map_area{
		display: none;
	}

}




/*==================================================
  SearchSpArea
==================================================*/
#search_sp_area{
	display: none;
	width: 100%;
	margin: 0;
	padding: 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_inner{
		padding: 5px 15px 30px 15px;
	}


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

}




/*==================================================
  ContentsArea
==================================================*/
#contents_area{
	width: 100%;
	margin: 0;
	padding: 0 300px 0 0;
	box-sizing: border-box;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}


#contents_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;
}


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


#contents_area_inner{
	background-color: #ffffff;
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	box-sizing: border-box;
}


.store_notice{
	width: 100%;
	margin: 0;
	padding: 15px 25px;
	border-bottom: dotted 1px #cccccc;
	box-sizing: border-box;
}


.store_notice p{
	font-size: 1.4rem;
	line-height: 1.7;
	color: #333333;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}


#store_list{
	width: 100%;
	margin: 0;
	padding: 30px 25px 10px 25px;
	box-sizing: border-box;
	overflow: auto;
}


.store_list_box{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}


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


.store_name{
	width: 100%;
	margin: 0;
	padding: 0;
}


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


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


.display_distance{
	visibility: hidden;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 66px;
	color: #999999;
	margin: 0;
	padding: 4px 0 0 0;
	float: left;
	position: relative;
}


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


.link_hitosara{
	width: 42px;
	height: 55px;
	margin: 0;
	padding: 12px 20px 0 0;
	float: right;
}


.store_list_1{
	margin: 0;
	padding: 5px 10px 0 10px;
	border-top: dashed 1px #cccccc;
}


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


.store_list_1 li,
.store_list_2 li{
	width: 50%;
	min-height: 30px;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #333333;
	margin: 5px 0 0 0;
	padding: 8px 10px 0 40px;
	box-sizing: border-box;
	position: relative;
	float: left;
}
.store_list_2 li.store_op,
.store_list_2 li.store_cl{
	line-height: 1.7;
	padding-top: 4px;
}


.store_list_1 li span,
.store_list_2 li span{
	display: inline-block;
	background-color: #2b3b4b;
	width: 30px;
	font-size: 1.2rem;
	line-height: 28px;
	color: #ffffff;
	margin: 0 10px 0 0;
	padding: 2px 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}


.store_list_1 li.store_tel_sp{
	display: none;
	padding: 0 0 0 40px;
}


.store_tel_sp button{
	background-color: #efefef;
	height: 30px;
	font-size: 1.5rem;
	line-height: 29px;
	color: #ff6600;
	margin: 0;
	padding: 0 15px 0 10px;
	border: solid 1px #cccccc;
	box-sizing: border-box;
	border-radius: 5px;
}


.store_tel_sp button i{
	font-size: 1.8rem;
	margin: 0;
	padding: 0 5px 0 0;
	position: relative;
	top: 1px;
}


/*
.store_cl span{
	background: url(../store_images/store_img_cl_span.png) no-repeat 30px 0;
	width: 100%;
	height: 30px;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #333333;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
*/


.link_detail{
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}

.link_detail a{
	display: block;
	background-color: #2b3b4b;
	font-size: 1.4rem;
	line-height: 49px;
	color: #ffffff;
	margin: 0;
	padding: 1px 0 0 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.link_detail a:hover{
	color: #ff9900;
}

.link_detail a i{
	font-size: 2.0rem;
	position: relative;
	top: 2px;
	left: -7px;
}




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

	#contents_area{
		display: none;
	}

}




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

	#contents_area{
	}

}




/*==================================================
  SpecialInfo
==================================================*/
.special_info{
	width: 100%;
	margin: 0;
	padding: 25px 25px 0 25px;
	box-sizing: border-box;
}


.special_info_box{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	border: solid 2px #efefef;
	box-sizing: border-box;
}


.special_info_box p{
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333333;
	margin: 0;
	padding: 20px;
	text-align: center;
}


.special_info_box p a{
	color: #ff0000;
	text-decoration: underline;
}
.special_info_box p a:hover{
	color: #666666;
	text-decoration: underline;
}




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

	.special_info{
		padding: 25px 15px 0 15px;
	}

}




/*==================================================
  テスト用
==================================================*/
#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: hidden;
	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;
	}

}
