.shop_title{
	width: 100%;
	height: 60vh;
	background-image: url("../images/back_ground.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: -1;

}

.shop_title::before {
  content: '';
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.shop_title h2{
	font-size: 50px;
	color: #fff;
	position: absolute;
	top: 34%;
	left: 10%;
	font-weight: normal;
	display: block;
	font-family: 'FuturaB';
}

.shop_title br{
	display: none;
}

.shop_title img{
	width: 50px;
	height: auto;
	margin-right: 20px;
}

.shop_span{
	width: 100%;
	/* height: 1px; */
	display: block;
	font-size: 20px;
	text-align: center;
	font-family: 'SpicaNeueL'
}

.tab_menu{
	margin-top: 50px;
	background-color: #fff;
	width: 81%;
	margin: 0 auto;
 font-size: 0;
margin-top: -8%;
z-index: 10;
padding-bottom: 20px;
margin-bottom: 7vh;
}

.tab_item{
width: 50%;
height: 50px;
background-color: #818181;
line-height: 50px;
font-size: 16px;
text-align: center;
color: #fff;
display: block;
float: left;
text-align: center;
font-weight: bold;
transition: all 0.2s ease;
}

.tab_content{
	width: 100%;
}


.tab_content_description{
 width: 100%;
 height: auto;
 background-color: #fff;
 display: flex;
 justify-content:center;
 align-items: center;
 margin: 0 auto;
 flex-wrap: wrap;
}


.image_group{
	height: auto;
	margin: 0 auto;
  text-align: center;
}


.image_group img{
	width: 86px;
	height: auto;
	margin: 10px;
	margin: 10px 20px 10px 20px;
  margin-top: 20px;
}

.image_group2{
	height: auto;

}

.image_group2 img{
	width: 100%;
	height: auto;
	margin: 10px 20px 10px 20px;
	object-fit: cover;
	margin-top: 20px;
}

/* ラジオボタンをすべて消す */

input[name="tab_item"]{
	display: none;
}

.tab_content{
	display: none;

}

.tab_item:hover{
	opacity: 1.75;
}

.tab_text{
	font-size: 16px;
}

#category:checked ~ #category_content,
#map:checked ~ #map_content,
#shop:checked ~ #shop_content {
	display: block;
}

.tab_menu input:checked + .tab_item {
  background-color: #364E70;
  color: #fff;
}

.shop_list{
width: 85%;
height: auto;
display: block;
margin: 0 auto;
margin-bottom: 80px;
background-color: #E9C895;
padding: 0px;
box-sizing: border-box;
text-align: center;
}

.shop_search{
	width: 80%;
	height: 40px;
	margin-top: 50px;
	margin-bottom: 30px;
}

#sbtn1{
	width: 120px;
	height: 40px;
	background-color: #F18E57;
	margin-top: 50px;
	margin-bottom: 30px;
	border: 0;
	font-weight: bold;
	font-size: 19px;
	color: #fff;
	border-radius: 30px;
	margin-left: 2%;
}

.category_text{
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  font-size: 16px;
  background: #364E70;
  border: solid 3px #364E70;
  box-sizing: border-box;
	margin-bottom: 100px;
}

.category_text:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 12px solid #364E70;
  z-index: 2;
}



.category_text p {
  margin: 0;
  padding: 0;
}



.result_item_group{
	display: flex;
	margin-bottom: 30px;
	flex-flow: row wrap;
	justify-content: center;
}

.result_item{
	width: 430px;
	height: auto;
	color: #000;
	background-color: #fff;
	filter: drop-shadow(0 10px  10px rgba(0,0,0,0.6));
	margin: 50px;
	margin-top: 10px;
	margin-bottom: 40px;
	border-radius:10px;
	overflow: hidden;
	opacity: 0;
	transform : translateY(50%);
	transition : all 1500ms;
}

.result_item.active{
	opacity: 1;
	transform: translate(0, 0);
}


.result_item img{
	object-fit: cover;
	width: 100%;
  height: 300px;
	overflow: hidden;
	position: relative;
		transition: 0.3s;
}

.result_item a{
	text-decoration: none;
	color: #000;
}

.result_item  img:hover{
	overflow: hidden;
	width: 100%;
	height: 300px;
	transform: scale(1.19); /*画像の拡大率*/
	-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
}



.image_size{
	width: 100%;
  height: 280px;
	transition: 0.3s;
	overflow: hidden;
}

/* .result_item p {
  color: #000;
	background-color: #fff;
} */

/* .shop_list p{
	font-size: 13px;
} */

.tag_style{
	width: 65px;
	color: #fff;
	background-color: #F18E57;
	display: inline-block;
	border-radius: 15px;
	padding: 2px 2px 2px 2px;
	margin: 3px;
	}



.shop_content {
	display: flex;
	padding: 10px;
	font-size: 14px;
	flex-wrap: wrap;
}

.shop_tel{
	display: block;
	width: 135px;
	height: auto;
	margin-left: 20px;
	text-align: left;
}

.shop_holiday{
	display: block;
	width: 60px;
	height: auto;
	margin-left: 20px;
	text-align: left;
}

.shop_content1 {
	display: flex;
	padding: 10px;
	font-size: 14px;
}

.shop_content2 {
	display: flex;
	padding: 10px;
	font-size: 14px;
}


.tag_style1{
	width: 65px;
	color: #fff;
	background-color: #4F979B;
	display: inline-block;
	border-radius: 15px;
	text-align: center;
	padding: 2px 10px 2px 10px;
	margin-right: 5px;
	}

	.tag_style2{
		width: 65px;
		color: #fff;
		background-color: #727272;
		display: inline-block;
		border-radius: 15px;
		text-align: center;
		padding: 2px 10px 2px 10px;
    margin-left: 5px;
		}

.shop_card_title{
	width: 100%;
	height: auto;
	padding: 10px 0px;
	position: absolute;
	top: 280px;
	color: #fff;
	font-size: 30px;
	transform:translateY(-100%);
	background-color: #364E70;
		 background: rgba(45,45,45, 0.8);
		 text-align: left;

}

.card_text{
	display: inline-block;
	margin-left: 30px;
}

.card_text2{
	font-size: 14px;
	display: inline-block;
}



.page_button{
	display: flex;
	justify-content: center;
	margin-bottom: 7%
}

.page_button a{
		text-decoration: none;
		padding: 5px 10px 5px 10px;
		background-color: #fff;
		margin: 10px;
}

.page_button a:first-child{
		text-decoration: none;
		padding: 5px 10px 5px 10px;
		background-color: #364E70;
		color: #fff;
		margin: 10px;
}

.contact{
	text-align: center;
	margin-bottom: 5%;
}

.contact a{
	display: block;
	text-decoration: none;
	color: #000;
	margin-bottom: 1%;
}

.big_button{
	width: 200px;
	height: auto;
	border-radius:15px;
	margin: 0 auto;
	background-color:#F18E57;
	padding: 5px;
}

.big_button img{
 width: 40px;
 height: auto;
}



/* .shop_content p:nth-child(even){
	display:inline-block;
} */

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

	*{
		margin: 0;
		padding: 0;

	}
	body{
			background-color: #E9C895;
			box-sizing: border-box;
	}


	/* header */



	.shop_title{
		width: 100%;
		height: 60vh;
		background-image: url("../images/back_ground.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		z-index: -1;
		display: block;
	}

	.shop_title::before {
	  content: '';
	  background-color: rgba(0,0,0,.5);
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	}

	.shop_title h2{
		font-size: 38px;
		color: #fff;
		text-align: left;
		position: absolute;
	  top: 30%;
	  left: 10%;

	}

.shop_title br{
	display: block;
}

/*---------スマホサイズの時imgのdisplayをblockにしました。------------*/
	.shop_title img{
		width: 50px;
		height: auto;
		margin-right: 20px;
		display: block;
	}

	.shop_span{
		width: 100%;
		/* height: 1px; */
		display: block;
		font-size: 20px;
		text-align: center;
		font-weight: normal;
		text-align: left;
	}

	.tab_menu{
		margin-top: 50px;
		background-color: #fff;
		width: 100%;
		margin: 0 auto;
	 font-size: 0;
	margin-top: -25%;
	z-index: 10;
	margin-bottom: 4vh;
	}

	.tab_item{
	width: 33.3333%;
	height: 50px;
	background-color: #818181;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	}

	.tab_content{
		width: 100%;
	}


	.tab_content_description{
	 width: 100%;
	 height: auto;
	 background-color: #fff;
	 display: flex;
	 justify-content:space-around;
	 align-items: center;
	 margin: 0 auto;
	 flex-direction: column;
	}

	.tab_content_description img{
		width: 87px;
		height: auto;
	}

	.image_group{
		height: auto;
		display: block;

	}


	.image_group img{
		width: 56px;
		height: auto;
		margin: 17px;
	}

	.image_group2{
		height: auto;

	}

	.image_group2 img{
		width: 86px;
		height: auto;
		margin: 17px;
	}
	/* ラジオボタンをすべて消す */

	input[name="tab_item"]{
		display: none;
	}

	.tab_content{
		display: none;

	}

	.tab_item:hover{
		opacity: 1.75;
	}

	.tab_text{
		font-size: 16px;
	}

	#category:checked ~ #category_content,
	#map:checked ~ #map_content,
	#shop:checked ~ #shop_content {
		display: block;
	}

	.tab_menu input:checked + .tab_item {
	  background-color: #364E70;
	  color: #fff;
	}

	.shop_list{
	width: 85%;
	height: auto;
	display: block;
	margin: 0 auto;
	background-color: #E9C895;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	}



	.category_text{
	  position: relative;
	  display: inline-block;
	  padding: 10px 40px;
	  color: #fff;
	  font-size: 14px;
	  background: #364E70;
	  border: solid 3px #364E70;
	  box-sizing: border-box;
		margin-bottom: 5%;
	}




	.category_text p {
	  margin: 0;
	  padding: 0;
	}



	.result_item_group{
		display: flex;
		margin-bottom: 0;
		flex-flow: row wrap;
		margin: 0 auto;
		justify-content: center;
		flex-direction: column;
		align-items:center;
	}

	.result_item{
		width: 100%;
		height: auto;
		color: #000;
		background-color: #fff;
		filter: drop-shadow(0 10px  10px rgba(0,0,0,0.6));
		margin: 0;
		border-radius:10px;
		margin-bottom: 30px;
		overflow: hidden;
	}


	.result_item img{
		object-fit: cover;
		width: 100%;
	  height: 300px;
		overflow: hidden;
		position: relative;
	}

	.result_item a{
		text-decoration: none;
		color: #000;
	}

	.result_item  img:hover{
		overflow: hidden;
		width: 100%;
		height: 300px;
		transform: scale(1.19); /*画像の拡大率*/
		-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
		transition: 0.3s;
	}

	.image_size{
		width: 100%;
	  height: 200px;
		transition: 0.3s;
		overflow: hidden;
	}

	/* .result_item p {
	  color: #000;
		background-color: #fff;
	} */

	/* .shop_list p{
		font-size: 13px;
	} */

	.tag_style{
		width: 25%;
		height: 25px;
		color: #fff;
		background-color: #F18E57;
		display: inline-block;
		border-radius: 15px;
		padding: 0;
		margin: 0;
		margin-bottom: 5px;
		}



	.shop_content {
		display: flex;
		padding: 10px;
		padding-bottom: 5px;
		font-size: 14px;
	}

	.shop_tel{
		display: block;
		width: 70%;
		height: auto;
		text-align: left;
		margin-left:5%;
	}

	.shop_holiday{
		display: block;
		width: 70%;
		height: auto;
		margin-left: 5%;
		text-align: left;
	}

	.shop_content1 {
		display: flex;
		padding: 10px;
		font-size: 14px;
	}




	.tag_style1{
		width: 65px;
		color: #fff;
		background-color: #4F979B;
		display: inline-block;
		border-radius: 15px;
		text-align: center;
		padding: 2px 10px 2px 10px;
		margin-right: 5px;
		}

		.tag_style2{
			width: 65px;
			color: #fff;
			background-color: #727272;
			display: inline-block;
			border-radius: 15px;
			text-align: center;
			padding: 2px 10px 2px 10px;
	    margin-left: 5px;
			}

	.shop_card_title{
		width: 100%;
		height: auto;
		padding: 10px 0;
		position: absolute;
		top: 200px;
		color: #fff;
		font-size: 30px;
		background-color: #364E70;
			 background: rgba(45,45,45, 0.8);
			 text-align: left;

	}

	.card_text{
		display: block;
		margin: 0;
		font-size: 21px;
		margin-left: 17px;
	}

	.card_text2{
		font-size: 14px;
		display: block;
        margin-left: 17px;
	}


	.page_button{
		display: flex;
		justify-content: center;
		margin-bottom: 3%
	}

	.page_button a{
			text-decoration: none;
			padding: 5px 10px 5px 10px;
			background-color: #fff;
			margin: 10px;
	}

	.page_button a:first-child{
			text-decoration: none;
			padding: 5px 10px 5px 10px;
			background-color: #364E70;
			color: #fff;
			margin: 10px;
	}

	.contact{
		text-align: center;
		margin-bottom: 5%;
	}

	.contact a{
		display: block;
		text-decoration: none;
		color: #000;
		margin-bottom: 1%;
	}

	.big_button{
		width: 200px;
		height: auto;
		border-radius:15px;
		margin: 0 auto;
		background-color:#F18E57;
		padding: 5px;
	}

	.big_button img{
	 width: 40px;
	 height: auto;
	}


}
