#map {
  height: 100%;
  width: 100%;
}
body {
 /* background: #f5f5f5;*/
}
:focus {
    outline: none;
}
/*
レイアウト
-----------------------*/
#header {
  background: #000000;
  border-bottom: 1px solid #f3f3f3;
  box-sizing: border-box;
 /* height: 75px;
  line-height: 75px;*/
  /*padding: 0 20px;*/
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1) !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.header_bg {
    padding: 0 20px;
}
.subheader_bg{
	display: block;
	background-color: #101010; }
.subheader_bg .container {
    overflow: visible !important;
}
.container {
    position: relative;
    width: 100%;
    /*max-width: 1320px;*/
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
subh_flexwrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    height: 50px;
    width: 100%;
}
.subh_flexitem01 {
    flex-grow: 1.2;
    font-size: 14px;
    text-align: center;
}
.subh_flexitem01 a {
    color: #E9E9E9;
}
.subh_flexitem02 {
    flex-grow: 1.2;
   
    font-size: 14px;
   
    text-align: center;
}

.subh_flexitem02 a {
    color: #E9E9E9;
}
.subh_flexitem03 {
    flex-grow: 1.2;
    /*margin: 0 30px 0 10px;*/
    font-size: 14px;
    text-align: center;
}
.subh_flexitem03 a {
    color: #E9E9E9;
}
.subh_flexitem04 {
    flex-grow: 6.6;
    /*margin: 0 0 0 100px;*/
    /*border-left: 1px solid rgba(255,255,255,0.40);*/
    /*padding-left: 30px;*/
}
.subh_flexitem04in {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: right;
    text-align: center;
}



#logo {
  line-height: 80px;
  float: left;
}
#logo img {
 /* vertical-align: middle;*/
}
#header-closeBtn {
    float: right;
    height: 20px;
border: 1px solid #ffffff;
border-radius: 4px;
padding: 4px 10px;
margin-top: 16px;
line-height: 20px;
    display: none;
    font-size: 84%;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    margin-right: 10px;
}
#wrapper {
  position: relative;
  overflow: hidden;
}
#listArea {
  background: #ffffff;
  box-sizing: border-box;
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  width: 360px;
}
#mapArea {
  background: #f5f5f5;
  box-sizing: border-box;
  margin-left: 360px;
  width: 100%;
}
#searchBox {
  position: fixed;
  right: 20px;
  top: 150px;
  background: #ffffff;
  width: 600px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
#searchBox .inner {
  padding: 20px;
}
.list ul {
  width: auto;
  margin: 0;
  padding: 0;
}
.list li,.list li.active {
  border: 1px solid #cccccc;
  list-style: none;
  margin-top: -1px;
  padding: 15px;
  cursor: pointer;
}
.makerName, .place {
  font-weight: bold;
}
.list .makerName {
  margin-bottom: 5px;
}
.zip, .address {
  font-size: 14px;
}
.list li:hover {
  background: #fbf9e1;
}
.slick-slider li:hover {
  background: #ffffff !important;
}

.list li.active {
  /*border: 2px solid #f8d18d;*/
  background: #fbf9e1;
}
.txM {
  font-size: 16px;
}
.txS {
  font-size: 13px;
}
#search_keyword {
  margin-bottom: 10px;
}
#search_item table th {
  width: 25%;
  background: #dfdfdf;
}
#search_item table th, #search_item table td {
  padding: 8px;
  border: 1px solid #cccccc;
}
#search_item table td select {
  width: 100%;
}
#search_item {
  margin-bottom: 10px;
}
#search_btn input[type="button"] {
  width: 100%;
  margin-bottom: 5px;
  padding: 8px;
  /*border: 1px solid #3b6ccf;*/
    border: 1px solid #626262;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  color:#ffffff;
 /* background: #3b6ccf;*/
background: #626262;
    
}
#search_btn input[type="button"]:hover {
    background: #910A2D;
    border: 1px solid #910A2D;
}

.btn {
  width: 100%;
}
.catList li {
  width: 50%;
  float: left;
}
.icon_cat {
  display: inline-block;
  /*border: 1px solid #cccccc;*/
  background: #f5f5f5;
  padding: 2px 4px;
  margin: 0 5px 5px 0;
  font-size: 12px;
}
.linkBtn01 {
  /* background: #333333;
 border: 1px solid #3b6ccf;*/background: #ffffff;
  border: 1px solid #333333; 
  
  color: #333333 !important;
  text-align: center;
  border-radius: 80px;
  padding: 3px 15px;
  display: inline-block;
  font-size: 13px;
  text-decoration: none !important;
  margin: 10px 0 0;
  float: right;
  font-weight: bold;
}
.list .linkBtn01 {
    margin: -5px 0 0;
}

.closeBtn {
  text-align: center;
  border: 1px solid #999;
  display: block;
  cursor: pointer;
  border-radius: 2px;
  padding: 8px;
  font-weight: bold;
    width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.listInBtn {
    display: none;
}
/*ナビゲーションバー*/
#navBar {
  background: #ffffff;
  box-sizing: border-box;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  text-align: right;
}
/*現在地取得ボタン*/
#getLocation {
      position: absolute;
    bottom: 165px;
    right: 10px;
    width: 44px;
    height: 44px;
    background: #ffffff;
    border-radius: 200px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;

}

/*表示切替ボタン*/
#header-changeView,
#changeView {
  display: none;
}


#popupMsg, #routeInfo {
    display: none;
    background: #000000;
    position: absolute;
   border-radius: 2px;
   opacity: 0.8;
    color:#ffffff;
    font-weight: bold;
  bottom: 40px;
  right: 20px;
    z-index: 9999;
    width: 85%;
    /*height: 40px;*/
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    padding: 15px;
}    

#popupMsg {
     right: 0;
    /*top: 65px;*/
}
#popupMsg p {
    text-align: center;
}
    #routeInfo {
        background: #ffffff;
        opacity: 1;
        bottom: inherit;
        top: 65px;
        color:#333333;
        height: auto;
         right: 0;
    
    }    
    .distance {
        float: left;
    }
    .time {
        float: right;
    }

/*検索条件変更ボタン*/
#searchBoxBtn {
  border: none;
  border-radius: 2px;
  padding: 10px 20px;
  font-weight: bold;
  color: #666;
  webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
  top: 140px;
  right: 20px;
  z-index: 8889;
  background: #ffffff;
  font-size: 94%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
/*吹き出し*/
.gm-style .gm-style-iw-c {
  border-radius: 0px !important;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2) !important;
  padding: 15px !important;
}
.gm-ui-hover-effect img {
  /*    width: 20px !important;
    height: 20px !important;*/
}
.thumb {}
#listArea .list .left {
  float: left;
  width: 25%;
}
#listArea .list .right {
  float: right;
  width: 70%;
}
.reserve_required, .zip, .address, .tel, .close_at, .open_at {
  display: none;
}
#listArea .list .right p {
  word-break: break-all;
  white-space: normal;
}
.linkBtn01s {
  display: none;
}



/*==============================　ヘッダー　==============================*/
.h_wrap{
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%; }
	
/* ヘッダー背景 */
.header_bg{
	background-color: #000; }
.subheader_bg{
	display: none; }
	
/*--- sp-pc スイッチ---*/
.spmenu{
  display: block;
  /*height:80px;*/ }
.pcmenu{
  display: none; }
  
/* Larger than desktop */
@media (min-width: 1200px) {

/* ヘッダー背景 */
.subheader_bg{
	display: block;
	background-color: #101010; }

  /* sp-pc */
  .spmenu{
    display: none; }
  .pcmenu{
    display: flex; }
	
}
	
/* -----------　SP　ヘッダー内容　-----------*/
.h1sp{
  display:block !important;
  position:absolute;
  top:-10px;
  left:20px;
  z-index:9999 !important; }
	.h1sp img {
	 margin-top: 35px;
width: auto;
height: 16px;
vertical-align: top;}
  
/* バーガーメニュー */
.navi_wrap {
  float: right; }
	/* バーガー */
	.navi-btn {
	  width: 50px;
	  height: 76px;
	  position: relative;
	  cursor: pointer;}
		/* 1本目 */
		.navi-btn span {
		  position: absolute;
		  display: block;
		  width: 36px;
		  height: 2px;
		  background: #fff;
		  border-radius: 5px;
		  transition: all .3s;
		  right: 10px;
		  top: 28px}
		/* 2本目 */
		.navi-btn span:nth-of-type(2) {
		  top: 38px;
		  opacity: 1;
		  transition: all .3s;}
		/* 3本目 */
		.navi-btn span:last-of-type {
		  top: 48px;}
		.navi-btn p {
		  color: #252525;
		  text-align: center;
		  position: absolute;
		  /*top: 45px;
		  left: 2px;*/}
		/* 3本の回転 */
		.navi-btn-on span:first-of-type {
		  transform: rotate(-45deg) translateY(12px) translateX(-3px);}
		.navi-btn-on span:nth-of-type(2) {
		  transform: translateX(0);
		  opacity: 0;}
		.navi-btn-on span:last-of-type {
		  transform: rotate(45deg) translateY(-12px) translateX(-3px);}
	/* メニュー内容 */
	.navi-menu {
	  top: 80px;
	  display: none;
	  background: #252525;
	  /*width: 96%;*/
	  width: 100%;
	  position: fixed;
	  padding: 10px 2%;
	  box-sizing: border-box;
	  z-index: 99999;
	 /* overflow-y: auto;*/
	  }
		.navi-menu li {
		  list-style-type: none;}
			.navi-menu li a {
			  display: block;
			  color: #e7efe7;
			  font-size: 16px;
			  text-decoration: none;
			  box-sizing: border-box;
			  padding: 5px 2%;}
			.navi-menu li a:hover {
			  background-color: #910A2D;
			  display: block;}
  
  
/* -----------　PC　ヘッダー内容 　-----------*/

.h_flexwrap{
	display: none; }
  
/* Larger than desktop */
@media (min-width: 1200px) {
	.h_flexwrap{
		position: relative;
		display: flex;
		align-items: center;
		height: 70px;
		width: 100%; }
}

	/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');*/
	.h_flexleft{
		position: relative;
		width: 220px;
		height: 70px ; }
		.sr_rogo {
			width: auto;
			height: 70px;
			margin: 0; }
			.h_flexleft img{
				margin-top: 28px;
				width: auto; 
                height: 16px;
vertical-align: top;}

	.h_flexright {
		flex: 1;
		width: 100%; }
		.h_flexright ul {
			font-size: 1.0em;
			position: relative;
			display: flex;
			flex-direction: row;
			justify-content: flex-end;
			text-align: right; 
			margin-left: auto;}
			.h_flexright ul li {
				font-weight: 600;
				margin-left: 30px;
				display: flex;
				align-items: center; }

				/*メインメニュー*/
				.nav {
				width: 100%;
				height: 40px;
				padding: 0;
				top: 0;
				position: relative;
				display: flex;
				}
					.nav li {
						position: relative;
						list-style: none;
					}
						.nav li a {
							display: block;
							/*width: 130px;*/
							/*height: 40px;*/
							text-align: center;
							color: #E9E9E9;
							font-size: 14px;
							transition: 0.5s;
							text-decoration: none;
							box-sizing: border-box;
							/*vertical-align: middle;*/
							padding: 20px 0; }
						.nav > li:hover > a {/*layer-1*/
							color: #910A2D;
							/*background: #910A2D; */}
						.nav > li li:hover > a {/*layer-2*/
							color: #910A2D;
							/*background: #910A2D;*/ }

						/*子メニュー*/
						.nav li ul {
							position: absolute;
							width: 200px;
							left: -80px;
							z-index: 9999;
							display: flex; 	}
							.nav li ul li {
								overflow: hidden;
								height: 0;
								transition: 0.2s;
								left: -40px;
								color: #fff;
								background: rgba(0,0,0,0.8);
								width: 240px;
							}
							.nav li ul li a {
								width: 240px;
								text-align: left;
								padding-left: 20px;
								color: #fff;
							}
							.nav li:hover > ul > li {
								overflow: visible;
								height: 40px;
							}




/*==============================　サブヘッダー　==============================*/
.subh_flexitem031 .custom-select-wrapper {
    width: 200px;
}
.subh_flexitem031 {
    text-align: center;
}
/* -----------　PC　サブヘッダー内容 　-----------*/
.subh_flexwrap{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto;
	padding: 0 200px;
	box-sizing: border-box;
	height: 50px;
	width: 100%; }

	/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');*/
	.subh_flexitem01{
		flex-grow:2.5;
		font-size: 14px;
		text-align: center; }
		.subh_flexitem01 a{
			color: #E9E9E9; }
	.subh_flexitem02 {
		flex-grow:2.5;
	
		font-size: 14px;
	
		text-align: center; }
		.subh_flexitem02 a{
			color: #E9E9E9; }
	.subh_flexitem03 {
		flex-grow:2.5;
		/*margin: 0 30px 0 10px;*/
		font-size: 14px;
		text-align: center; }
		.subh_flexitem03 a{
			color: #E9E9E9; }
	.subh_flexitem04 {
		flex-grow:2.5;
		/*margin: 0 0 0 100px;*/
		/*border-left: 1px solid rgba(255,255,255,0.40);*/
		/*padding-left: 30px;*/
		font-size: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center; }
	.fasicon {
		margin-right: 10px;	}
		
		.subh_flexitem031 {
			flex-grow:3;
			text-align: center; }
	
					/** Custom Select（セレクトメニュー） **/
					.custom-select-wrapper {
					  position: relative;
					  display: inline-block;
					  user-select: none;
					  height: 32px;
					  width: 100%;
					  border-bottom: 1px solid rgba(255,255,255,0.60);
					}
					  .custom-select-wrapper select {
						display: none;
					  }
					  .custom-select {
						position: relative;
						display: inline-block;
					  height: 40px;
					  width: 100%;
					  }
						.custom-select-trigger {
						  position: relative;
						  display: block;
						  /*width: 130px;*/
						  
						  font-weight: 300;
						  color: #fff;
						  line-height: 32px;
						  border-radius: 4px;
						  cursor: pointer;
                            text-align: center;
						}
						  .custom-select-trigger:after {
							position: absolute;
                            display: block;
                            content: '';
                            width: 10px;
                            height: 10px;
                            top: 50%;
                            right: 5px;
                            margin-top: -3px;
                            border-bottom: 1px solid #fff;
                            border-right: 1px solid #fff;
                            transform: rotate(45deg) translateY(-50%);
                            transition: all .4s ease-in-out;
                            transform-origin: 50% 0;
						  }
						  .custom-select.opened .custom-select-trigger:after {
							margin-top: 3px;
							transform: rotate(-135deg) translateY(-50%);
						  }

					/** Custom Select（セレクト子メニュー） **/
					  .custom-options {
						position: absolute;
						display: block;
						top: 100%; left: 0; right: 0;
						min-width: 100%;
						margin: 15px 0;
						border: 1px solid #b5b5b5;
						border-radius: 4px;
						box-sizing: border-box;
						box-shadow: 0 2px 1px rgba(0,0,0,.07);
						background: #fff;
						transition: all .4s ease-in-out;

						opacity: 0;
						visibility: hidden;
						pointer-events: none;
						transform: translateY(-15px);
						/*margin: 0 calc(50% - 50vw);*/
						/*width: 100vw;*/
					  }
                     .custom-options {
                        overflow-y: scroll;
                        height: 250px;
                     }
					  .custom-select.opened .custom-options {
						opacity: 1;
						visibility: visible;
						pointer-events: all;
						transform: translateY(0);
                        overflow-y: scroll;
                        height: 250px;
					  }
						.custom-options:before {
						  position: absolute;
						  display: block;
						  content: '';
						  bottom: 100%; right: 25px;
						  width: 7px; height: 7px;
						  margin-bottom: -4px;
						  border-top: 1px solid #b5b5b5;
						  border-left: 1px solid #b5b5b5;
						  background: #fff;
						  transform: rotate(45deg);
						  transition: all .4s ease-in-out;
						}
						.option-hover:before {
						  background: #f9f9f9;
						}
						.custom-option {
						  position: relative;
						  /*display: block;*/
						  /*display: inline-block;*/
						  padding: 4px 1.5%;
						  border-bottom: 1px solid #b5b5b5;
						  font-size: 12px;
						  font-weight: 600;
						  color: #b5b5b5;
						  line-height: 26px;
						  cursor: pointer;
						  transition: all .4s ease-in-out;
						  width: 47%;
                          float:left;
						}
						.custom-option:first-of-type {
						  border-radius: 4px 4px 0 0;
						}
						.custom-option:last-of-type {
						  border-bottom: 0;
						  border-radius: 0 0 4px 4px;
						}
						.custom-option:hover,
						.custom-option.selection {
						  background: #f9f9f9;
						}	
	
				
		.subh_flexitem032 {
			flex-grow:5;
			margin: 0 10px;
			text-align: center; }
			.sr-inputCat {
			    padding: 10px;
				box-sizing: border-box;
				width: 100%;
				color: #333;
				line-height: 60px;
				background: #fff;
				border-radius: 4px;
				border: 1px solid #333;
				cursor: pointer;
				font-weight: 600;	}
		.subh_flexitem033 {
			flex-grow:2;
			text-align: center; }

		.sr-searchBtn_h {
			width:70px;
			height:30px;
			border-radius:2px;
			background:rgba(255,255,255,0.20);
			color:#fff;
			font-weight:500;
			font-size:12px;
			border:none;
			}
		.sr-searchBtn_h:hover {
			background: #910A2D; 
			color:#fff;
			}
		.sr-searchBtn {
			width:100%;
			height:40px;
			border-radius:2px;
			background:rgba(255,255,255,0.20);
			color:#fff;
			font-weight:500;
			font-size:14px;
			border:none;
			}
		.sr-searchBtn:hover {
			background: #910A2D; 
			color:#fff;
			}



/* Larger than desktop */
@media (min-width: 1200px) {
	/*--- sp-pc スイッチ---*/
/*  .spmenu{
    display: none; }
  .pcmenu{
    display: flex; }*/
	
			.sr-searchBtn {
				width:70px;
				}

}



























@media screen and (max-width:767px) {
    
 .navi-btn {
    width: 50px;
    height: 64px;
    position: relative;
    cursor: pointer;
    margin-top:-8px;
}
.navi-menu {
    top: 63px;
    display: none;
    background: #252525;
    width: 96%;
    width: 100%;
    position: fixed;
    padding: 10px 2%;
    box-sizing: border-box;
    z-index: 99999;
    overflow-y: auto;
    left: 0;
}    
    
 .list li.active {
  /*border: 2px solid #f8d18d;*/
  background: #ffffff;
}
    
  #header {
    height: 64px;
  }
  #logo {
    line-height: 64px;
  }
  #logo img {
    /*height: 15px;*/
    margin-top: 15px;
      vertical-align: middle;
  }
    
  button {
    webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
  }
  #listArea {
    display: none;
    position: fixed;
    top: auto !important;
    bottom: 15px !important;
    /*height: 100px !important;*/
    z-index: 9998;
    width: 100%;
    overflow-x: auto;
    overflow-y: inherit;
    white-space: nowrap;
    background: none;
  }
  #mapArea {
    margin-left: 0;
  }
  .showresult #getLocation {
    display: block;
    position: absolute;
    bottom: 160px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 200px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
  }
    .showresult #listArea{
        display: block;
    }
    
  #getLocation {
    display: block;
    position: absolute;
    bottom: 25px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 200px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
  }
  #getLocation img {
    width: 35px;
    height: 35px;
    margin-top: 3px;
  }
  #changeView {
    display: none;
    position: absolute;
    top: 70px;
    right: 10px;
    background: #ffffff;
    /*border: 1px solid #cccccc;*/
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    /*z-index: 99999;*/
  }
  #header-changeView ul li,
  #changeView ul li {
    float: left;
  }
  #header-changeView ul li:first-child,
  #changeView ul li:first-child {
    border-right: 1px solid #f9f9f9;
  }
  #header-changeView ul li span ,
  #changeView ul li span {
    display: inline-block;
    padding: 8px;
    text-align: center;
    width: 50px;
    font-size: 89%;
    cursor: pointer;
    font-weight: bold;
  }
  #searchBox {
    background: #f4f4f4;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 44px;
    right: inherit;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;
  }
  .list li {
    /*float: left;*/
    padding: 12px;
    cursor: pointer;
    background: #ffffff;
    display: inline-block;
    width: 300px;
    height: 85px;
    overflow: hidden;
    margin: 0 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  }
  .catList li {
    width: 100%;
    border-bottom: 1px dotted #cccccc;
  }
  .catList li label {
    display: block;
    padding: 8px;
  }
  #search_item select {
    padding: 10px;
      height: 60px;
  }
  #search_item table th, #search_item table td {
    display: block;
    width: auto;
    
      margin-top: -1px;
  }
    
    #search_item table td {
        background: #ffffff;
    }        
    
#popupMsg, #routeInfo {
    display: none;
    background: #000000;
    position: absolute;
      border-radius: 2px;
  opacity: 0.8;
    color:#ffffff;
    font-weight: bold;
  bottom: 80px;
  right: 20px;
    z-index: 9999;
    width: 85%;
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    padding: 15px;
}    
    
    #popupMsg {
        top: inherit;
        right: 0;
    }
    
    #routeInfo {
        background: #ffffff;
        opacity: 1;
        bottom: inherit;
        top: 44px;
        color:#333333;
        height: auto;
    }    
    .distance {
        float: left;
    }
    .time {
        float: right;
    }
    
    
  #searchBoxBtn {
    border-radius: 200px;
    padding: 10px 20px;
    top: auto;
    bottom: 20px;
    right: 35%;
    z-index: 9999;
    background: #ffffff;
    background-color: rgb(255, 255, 255);
    font-size: 94%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  }
  .showresult #searchBoxBtn {
    border-radius: 200px;
    padding: 10px 20px;
    top: auto;
    bottom: 150px;
    right: 35%;
    z-index: 9997;
    background: #ffffff;
    background-color: rgb(255, 255, 255);
    font-size: 94%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  }
  .list li {
    border: 1px solid #f5f5f5;
  }
  .gm-svpc {
    top: 0 !important;
  }
  .showresult .gm-svpc {
    top: -125px !important;
  }
  .reserve_required, .zip, .address, .tel, .close_at, .open_at {
    display: none;
  }
  .thumb {
    /*    width: 60px;
    height: 60px;*/
  }
  /*リスト表示*/
  .listview #listArea {
    top: 64px !important;
    overflow-x: inherit;
    overflow-y: scroll;
    background: #ffffff;
  }
  .listview #listArea .list li {
    float: none;
    padding: 12px;
    cursor: pointer;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    border-width: 0 0 1px 0;
  }
    
    
  .listview #changeView {
    z-index: 9999;
    box-shadow: none;
    border: 1px solid #cccccc;
      top: 7px;
      display: none;
  }
    
    
    
  .listview #changeView ul li span {
    padding: 4px;
    width: 50px;
    font-size: 89%;
  }
  .listview #listArea .thumb {
    width: auto;
    height: auto;
  }
  .listAreaMsg {
    display: none;
  }
  #listArea .list .left {
    float: left;
    width: 22%;
  }
  #listArea .list .right {
    float: right;
    width: 73%;
  }
  .listview #listArea .list .left {
    float: left;
    width: 25%;
  }
  .listview #listArea .list .right {
    float: right;
    width: 70%;
  }
  .right .place {
    font-size: 86%;
  }
  .right .makerName {
    font-size: 78%;
  }
  .right .icon_cat {
    font-size: 78%;
  }
  .listview .right .place {
    font-size: 92%;
  }
  .listview .right .makerName {
    font-size: 84%;
  }
  .listview .right .icon_cat {
    font-size: 84%;
  }
  .listview .right .linkBtn01 {
    font-size: 13px !important;
    margin: 0;
  }
  .linkBtn01s {
    display: block;
    border: 1px solid #626262;
    color: #ffffff !important;
    text-align: center;
    border-radius: 80px;
    padding: 2px;
    font-size: 11px;
    text-decoration: none !important;
    margin: 5px 0 0;
    font-weight: bold;
    background: #626262;
    width: auto;
  }
  .linkBtn01 {
    display: none;
  }
  .listview .linkBtn01s {
    display: none;
  }
  .listview .linkBtn01 {
    display: block;
  }
    .list .draggable li{
        height: 130px;
    } 
}