@charset "UTF-8";
/* CSS Document */

#mv{
	background-image: url(/files/img/area/mv.jpg);
}
.map{
	width: 42%;
}
.seach-area{
	width: 57%;
}
input::placeholder{
	color: #a3a3a3;
	font-size: 14px;
}
#search-text{
	  padding: 0.5em 1em 0.5em 1em;
	  border:solid #4d4d4d ;
	  border-width:3px 0px 3px 3px;
	max-width: 323px;
	width: 70%;
}
.seach-btn button{
	background-color: #506b78;
	color: #fff;
	padding: 3.5px 20px;
	width: 100%;
	position: relative;
	text-align: left;
}
.seach-btn button::after{
	content: "";
	background-color: #fff;
	width: 35px;
	height: 2px;
	display: block;
	position: absolute;
	top:50%;
	right: 20px;
}
.seach-btn{
	display: inline-block;
	width: 25%;
	position: relative;
	right: 5px;
	top: 2px;
	min-width: 124px;
}
@media all and (-ms-high-contrast: none) {
	.seach-btn{
		top: -1px;
	}
	.seach-btn button{
		padding: 4px 20px;
	}
}
@-moz-document url-prefix() {
	#search-text{
		padding: 0.3em 1em 0.3em 1em;
	}
	.seach-btn button{
		padding-top: 4.9px;
	}
	.seach-btn{
		top: 3px;
	}
}
.area-list{
	background-color: #e6edf1;
	width: 100%;
	height: 272px;
	margin-top: 20px;
	padding: 25px 35px;
}
.area-item p{
	width: 15%;
	line-height: 2;
}
.area-item ul{
	width: 84%;
	line-height: 2;
}
.search_item{
	display: inline-block;
	width: 70px;
	text-align: center;
	cursor: pointer;
}
.search_item.is-active{
	border-bottom: 2px solid #636567;
}
.list_item.is-hide{
	display: none;
}
h2.shop-search::before{
	background-image: url(/files/img/area/Search.png);
	width: 65px;
	height: 15px;
}
h2.shop-list::before{
	/*background-image: url(/files/img/area/List.png);*/
	width: 40px;
	height: 15px;
}
.shop-bak{
/*	background-image: url(/files/img/area/green-bak.jpg);*/
	background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    background-position: right bottom;
    /*background-color: #506b78;*/
    /*padding: 80px 0 115px;*/
	padding: 120px 0 150px;
    min-height: 700px;
	/*color: #fff;*/
}
.target-area{
	/*	max-height: 850px;
overflow: auto;
	overflow-x: hidden;*/
	padding-right: 20px;
}	
.shop-bak .cont-wrapper{
	margin: 0 auto;
}
.shop-name{
	width: 15%;
    padding: 15px 10px 0;
}
.shop-about{
	width:  85%;
    padding: 15px 15px 0 5%;
	font-family: 'Noto Sans JP';
	font-size: 16px;
	font-weight: 400;
}
.shop-about .open{
	display: block;
	color: rgba(255,0,4,1.00);
	font-weight: bold;
	font-size: 1.3em;
}
.gm_link {
	display: block;
	color: rgba(124,158,255,1.00);
	font-size: 0.8em;
	text-decoration: underline;
	width: 140px;
}
.menu_lnk {
	display: block;
	background-color: rgba(164,227,255,1.00);
	text-align: center;
	margin: 18px 0 20px;
	width: 216px;
	padding: 8px 0;
	font-weight: bold;
}
.menu_lnk:hover {
	filter: brightness(1.1);
}
.list_item{
	border-bottom: 2px solid #94a5ac;
	position: relative;
	padding-bottom: 15px;
}
.list_item::after{
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 15%;
	border-bottom: 2px solid #6d7d85;
}
.area-btn{
	width: 100%;
	margin: 0 0 0 auto;
}

.box.is-hidden {
  display: none;
}
.btn-color{
	padding: 5px 10px;
	width: 40%;
	max-width: 250px;
	margin: -75px 0 15px auto;
}
.area-block{
	width: 30%;
	margin-bottom: 10px;
}
.acord::after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    transform: rotate(45deg);
	display: block;
	position: absolute;
}
.district{
	border-bottom: 2px solid #000;
	margin-bottom: 10px;
}

.contents ul{
	margin-bottom: 10px;
}
.contents ul li{
	line-height: 1.4;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Noto Sans JP';
}
.contents{
	margin: 25px 0 30px auto;
	background-color: rgba(120,120,120,0.1);
    padding: 20px 30px;
    color: #000;
	width: 95%;
	
}
@media screen and (max-width:1700px){
	#search-text{
		width: 69%;
	}
}
@media screen and (max-width: 1750px){
	.shop-bak{
		background-size: cover;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width:1024px){
	h2::before{
		left: 330px;
		margin-top: 10px;
	}
	.shop-bak{
		padding-top: 250px;
	}
}
@media screen and (max-width:767px){
	h2.shop-search{
		margin-top: 230px;
	}
	h2.shop-search::before,h2.shop-list::before{
		left: 150px;
		margin-top: 0;
	}
	.map,.seach-area{
		width: 100%;
	}
	.map{
		margin-bottom: 25px;
	}
	.seach-btn{
		min-width: 0;
		width: 28%;
	}
	.seach-btn button{
		font-size: 14px;
		padding: 4.6px 5px 4.6px 10px;
		bottom: 1px;
	}
	#search-text{
		font-size: 14px;
		padding: 5px 5px;
		width: 70%;
	}
	.seach-btn button::after{
		right: 10px
	}
	.cont-wrapper{
		margin-bottom: 60px;
	}
	.shop-name,.shop-about{
		width: 100%;
	}
	.shop-name{
		border-bottom: none;
		padding: 15px 0 0;
	}
	.shop-about{
		padding-top: 0;
	}
	.menu_lnk {
	margin-bottom: 42px;
	width: 100%;
	max-width: 500px;
	}
	.area-btn{
		margin-top: 15px;
		padding-left: 5%;
		width: 100%;
	}
	/*.target-area{
		max-height: 800px;
	}*/
	.btn-color{
		width: 100%;
		margin: 0;
	}
	.contents{
		width: 100%;
	}
	.area-block{
		width: 100%;
	}

}
@media screen and (max-width:500px){
	.shop-bak{
		background-position: 82% 0;
	}
}