.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-family: 'FuturaB';
	font-weight: normal;
}

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

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



.shop{
max-width: 81%;
height: auto;
margin: 0 auto;
background-color: #fff;
padding: 20px;
padding-bottom: 50px;
box-sizing: border-box;
margin-bottom: 5%;
z-index: 10;
margin-top: -8%;
border-radius: 10px;
}

.shop_group{
	display: flex;
	position: relative;
}


.shop_image img{
	width: 100%;
	height: auto;
}

.shop_image{
	width: 50%;
	font-size: 12px;
	margin: 20px;
	display: inline-block;
}

.shop_info{
	width: 50%;
	margin:20px;
	position: relative;
	/* display: inline-block;
	border-left: solid 5px #EC6800; */
	padding-left: 0;
}


.shop_info_wrap{
	border-left: solid 5px #EC6800;
}


.shop_info p{
	width: 100%;
	height: auto;
	font-size: 14px;
	word-wrap: break-word;
	display: inline-block;
	padding-left: 20px;
}

.shop_info h2{
	font-weight: normal;
	font-size: 33px;
	padding-left: 20px;
}


.shop_overview{
	letter-spacing: 1px;
	width: 100%;
	word-wrap: break-word;
	margin-top: 10%;
	display: block;
}

.shop_overview2{
	display: none;
}

.shop_overview p{
	font-size: 18px;
	padding-left: 0;
	margin: 1vh 0;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2;
    letter-spacing: 0.5px;
}

.shop-detail{
	position: relative;
	text-align: left;
	padding-left: 5px;
	margin-left: 0;
	border-left: solid 5px #EC6800;
	margin-bottom: 50px;
}

.menu-detail{
	position: relative;
	text-align: left;
	padding-left: 5px;
	margin-left: 0;
	border-left: solid 5px #EC6800;
	margin-bottom: 50px;
}

.menu-detail p{
	font-size: 25px;
}

.shop-detail p{
	font-size: 25px;
}

.group_information{
	display: flex;
	margin-bottom: 15vh;
	justify-content: center;
}


.menu_information{
	width: 40%;
	height: auto;
 color:#000;
 margin: 30px;
}



.table_main{
	width: 100%;
	font-size: 18px;
	height: auto;
	margin-top: 10px;;
}

.table_main tr:nth-child(odd){
	background-color: #EFEFEF;
}

.table_main_2{
	width: 100%;
	font-size: 18px;
	height: auto;
	margin-top: 10px;
	word-break: break-all;
}

.table_main td{
	padding: 10px;
}

.table_main_2 td{
	padding: 10px;
}

.table_main_2 tr:nth-child(odd){
	background-color: #EFEFEF;
}




.shop_information{
	width: 50%;
 height: auto;
 display: inline-block;
 margin:30px;
}



.shop_list_content li:nth-child(1){
	letter-spacing: 2px;
}


.shop_list_content li:nth-child(2){
	letter-spacing: 5px;
		width: 200px;
		font-size: 16px;
		margin-top: 10px;
}

.googlemap {
text-align: center;
}



.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;
	padding-top: 10px;
	background-color:#F18E57;
}

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


/* swiper */


.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  opacity: 0.5;
  overflow: hidden;
	width: calc(100% / 3)!important;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}


/*----修正imgタグにdisplay:blockをかけました------*/
/*----shop_spanにtextalign:leftをかけました------*/

@media screen and (max-width:840px) {
	.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;
	}

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

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



	.shop{
	max-width: 95%;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px;
	padding-bottom: 50px;
	box-sizing: border-box;
	margin-bottom: 5%;
	z-index: 10;
	margin-top: -32%;
	border-radius: 10px;
	}

	.shop_group{
		display: flex;
		flex-direction: column;
	}


	.shop_info{
		width: 100%;
		height: auto;
		margin: 0;
		order: 1;
	}


	.shop_info p{
		width: 100%;
		height: auto;
		font-size: 14px;
		word-wrap: break-word;
	}

	.shop_info h2{
		font-weight: normal;
		font-size: 30px;
	}


	.shop_overview{
		width: 100%;
		word-wrap: break-word;
		margin-top: 10%;
		order: 3;
		position: static;
		display: none;
	}

	.shop_overview2{
		width: 100%;
		word-wrap: break-word;
		margin-top: 10%;
		order: 3;
		display: block;
	}

	.shop_overview p{
		font-size: 16px;
		padding-left: 0;
		margin: 1vh 0;
		line-height: 1.5;
		letter-spacing: 0.5px;
		text-align: justify;
		text-justify: inter-ideograph;
	}



	.shop_overview2 p{
	font-size: 16px;
	padding-left: 0;
	margin: 1vh 0;
	line-height: 2;
    letter-spacing: 0.5px;
    text-align: justify;
	text-justify: inter-ideograph;
	}


		.shop_image img{
			width: 100%;
			height: auto;
		}

		.shop_image{
			width: 100%;
			font-size: 12px;
			margin: 0;
			margin-top: 10px;
			margin-bottom: 10px;
			order: 2;
		}


	.shop-detail{
		margin-top: 10%;
		position: relative;
		text-align: left;
		margin-left: 0px;

	}

	.menu-detail{
		margin-top: 10%;
		position: relative;
		text-align: left;
		margin-left: 0px;
	}

	.menu-detail p{
		font-size: 25px;
	}

	.shop-detail p{
		font-size: 25px;
	}

	.group_information{
		display: flex;
		justify-content: space-around;
		flex-direction: column;
	}


	.menu_information{
		width: 100%;
		height: auto;
	 color:#000;
	 margin: 0;
	}

	.menu_list{
		margin: 30px;
		margin-left: 0;
		margin-right: 0;
	}

	.menu_list_content{
		display: flex;
		list-style: none;
	}

	.menu_list_content li{
		width: 100%;
		font-size: 18px;

		text-align: left;
		background-color: #EFEFEF;
	}

	.menu_list_content li:nth-child(2){
		width: 100%;
		font-size: 18px;
		text-align: right;
		background-color: #EFEFEF;
	}

	.menu_list_content2{
		display: flex;
		list-style: none;
	}

	.menu_list_content2 li{
		width: 100%;
		font-size: 18px;

		text-align: left;
	}

	.menu_list_content2 li:nth-child(2){
		width: 100%;
		font-size: 18px;
		text-align: right;
	}


	.table_main{
		width: 100%;
		margin: 0px;
		font-size: 16px;
		height: auto;
		margin-top: 30px;
	}

	.table_main tr:nth-child(odd){
		background-color: #EFEFEF;
	}

	.table_main_2{
		width: 100%;
		font-size: 16px;
		margin: 0px;
		margin-top: 30px;
		height: auto;
	}

	.table_main_2 td{
		padding: 10px;
	}

	.table_main_2 tr:nth-child(odd){
		background-color: #EFEFEF;
	}

	.shop_information{
	 width: 100%;
	 height: auto;
	 margin: 0;
	}

	.shop_list{
		margin-top: 25px;
		margin-bottom: 40px;
	}

	.shop_list_content{
		display: flex;
		list-style: none;
	}

	.shop_list_content li{
		width: 200px;
		font-size: 16px;
	  margin: 10px;
		margin-top: 10px;
		margin-left: 0;
		text-align: left;
	}



	.shop_list_content li:nth-child(1){
		letter-spacing: 2px;
	}


	.shop_list_content li:nth-child(2){
		letter-spacing: 5px;
			width: 200px;
			font-size: 13px;
			margin-top: 10px;
	}

	.googlemap {
	text-align: center;
	}

	.googlemap {
	height: 0;
	overflow: hidden;
	padding-bottom: 80.25%;
	position: relative;
	}
	.googlemap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	}


	.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;
		padding-top: 10px;
		background-color:#F18E57;
	}

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


}
