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

@import url("shopinfo.css");


.second_main_img {
	padding: 212px 0 ;
	height: auto;
	background: url("../img/shop/nishiumeda_main.jpg") no-repeat center / cover;
}

.second_main_img.shop-yodoyabashi {
	background: url("../img/shop/odona_main.jpg") no-repeat center/ cover ;
}

.second_main_img.shop-tennoji {
	background: url("../img/shop/mioplaza_main.jpg") no-repeat center / cover ;
}

.second_main_img.shop-oap {
	background: url("../img/shop/oap_main.jpg") no-repeat center / cover ;
}

.second_main_img.shop-umeda {
	background: url("../img/shop/est_main.jpg") no-repeat center / cover ;
}

.second_main_img.shop-hanshinumeda {
	background: url("../img/shop/hanshin_main.jpg") no-repeat center / cover ;
}

.second_main_img.kitchen-genmian {
	background: url("../img/shop/kichen_main.jpg") no-repeat center / cover ;
}

.second_main_img.kitchen-genmian-keihan {
	background: url("../img/shop/keihan/keihan_main.jpg") no-repeat center / cover ;
}

.second_main_img.shop-central {
	background: url("../img/shop/shop-central_main.jpg") no-repeat center / cover ;
}

.second_main_img.kitchen-genmian-hanshin {
	background: #291109;
}


.second_main_img h1 {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
}

.second_main_img h1 span {
	color: #fff;
	font-size: 75px;
	display: block;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 3px;
}

.second_main_img h1 span.sub_ttl {
	font-size: 28px;
	font-weight: 700;
	margin-left: 15px;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.second_main_img h1 span.sub_ttl {
		font-size: 4vw;
		display: block;
		margin: 0;
	}
}

.shop_map  {
	margin-bottom: 40px;
}

.shop_map iframe {
	width: 100%;
}

.bottom_menu {
	position: relative;
	margin-bottom: 80px;
	background: #f4f0e9;
	padding-bottom: 50px;
}

.bottom_menu:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	height: 18%;
	width: 100%;
}

.bottom_menu h2,
.other_shop h2 {
	text-align: center;
	font-size: 12px;
	margin-bottom: 30px;
	position: relative;
}

.bottom_menu h2 span,
.other_shop h2 span {
	font-size: 50px;
	color: #351c13;
	display: block;
	font-weight: bold;
	letter-spacing: 3px;
}

.bottom_menu .menu_inner {
	width: 94%;
	max-width: 870px;
	margin: 0 auto;
}

.bottom_menu .menu_inner ul.flex {
	justify-content: center;
}

.bottom_menu .menu_inner ul li {
	width: 23.5%;
	background: #fff;
	border: 2px solid #351c13;
	border-radius: 10px;
}

.bottom_menu .menu_inner ul li a {
	display: block;
	padding: 12px 0;
	color: #351c13;
	font-size: 16px;
	position: relative;
	font-weight: bold;
	text-align: center;
}

.bottom_menu .menu_inner ul li:not(:last-of-type) {
	margin-right: 2%;
}

.bottom_menu .menu_inner ul li a:after {
	content: "";
	background: url("../img/common/arrow_icon2@2x.png") no-repeat center / cover;
	width: 6px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	right: 5%;
}

.line_banner {
	max-width: 1000px;
	width: 94%;
	margin: 0 auto;
}

.line_banner a img + img {
	display: none;
}

.shop_list .shop_single .shop_txt .link_btn {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	    min-width: 270px;
    max-width: 500px;
	width: auto;
}


@media screen and (max-width: 1024px){
	.bottom_menu .menu_inner {
		max-width: none;
	}
	
	.bottom_menu .menu_inner ul li {
		width: calc(97% / 4);
	}
	
	.bottom_menu .menu_inner ul li:not(:last-of-type) {
		margin-right: 1%;
	}
	
	.bottom_menu .menu_inner ul li a {
		font-size: 15px;
	}
}


@media screen and (max-width: 767px){
	.second_main_img {
		padding: 23% 0;
	}
	
	.second_main_img h1 {
		text-align: center;
		font-size: 5vw;
	}
	
	.second_main_img h1 span {
		font-size: 10vw;
	}
	
	
	.bottom_menu .menu_inner ul li,
	.bottom_menu .menu_inner ul li:not(:last-of-type){
		width: 49%;
		margin: 0 0 2%;
	}
	
	.bottom_menu .menu_inner ul li:nth-of-type(odd) {
		margin-right: 2%;
	}
	
	.bottom_menu .menu_inner ul li a {
		font-size: 16px;
	}
	
	.shop_map {
		position: relative;
		padding: 39% 0;
	}
	
	.shop_map iframe {
		position: absolute;
		height: 100%;
		top: 0;
	}
	
	.bottom_menu h2, .other_shop h2 {
		font-size: 3vw;
	}
	
	.bottom_menu h2 span, .other_shop h2 span {
		font-size: 8.5vw;
	}
	
	.bottom_menu:before {
		height: 14%;
	}
	
	.line_banner a img {
		display: none;
		width: 100%;
	}
	
	.line_banner a img + img {
		display: block;
	}
}




