@charset "utf-8";
/* CSS Document */
/*==================================================
mainvisual
===================================*/
#mainvisual .menu_list{
	height: 0;
}
#mainvisual .menu_list p{
	width: 6%;
    position: relative;
    bottom: 7em;
    left: 4em;
    z-index: 1;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.3;
    background-color: #0c4ca3;
    padding: 1.5em 0.5em 1.5em 0.8em;
}
/*==================================================
店舗概要タイトル
===================================*/
#store_overview{
	margin-top: 100px;
}
#store_overview .store_overview_ttl{
	margin: 0 auto;
}
#store_overview .store_overview_ttl img{
    width: 25%;
    margin-left: 10em;
}
#store_overview .store_overview_ttl h3{
    font-size: 53px;
    text-align: center;
}
#store_overview .store_overview_ttl .hr{
	border-bottom: 4px solid #0c4ca3;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 30%;
    margin: 0 auto;
    margin-top: 1em;
}
/* 画像 */
#store_overview img{
    margin-top: 3em;
    margin: 0 auto;
    padding-top: 3em;
}
/* table */
#store_location table{
	margin: 0 auto;
	padding: 5em 0 0;
}
#store_location table tr th{
	padding: 2em 0 2em 1em;
	border-bottom: 2px dotted #707070;
	text-align: left;
	vertical-align:top;
}
#store_location table tr td{
	padding: 2em 0 2em 1em;
	border-bottom: 2px dotted #707070;
}
#store_location table th{
	width: 30%;
}












/*==================================================
 SP
===================================*/
@media screen and (max-width: 1286px) {
	#mainvisual .menu_list p {
		padding: 1.5em 0.5em 1.5em 0.6em;
	}
	#store_location table{
		width: 60%;
	}
}
@media screen and (max-width: 1024px) {
	#mainvisual .menu_list p {
    	width: 7%;
		left: 3em;
	}
	#store_location table {
		width: 90%;
	}
}
@media screen and (max-width: 850px) {
	#mainvisual .menu_list p {
		width: 9%;
		bottom: 6em;
		left: 2em;
	}
}
@media screen and (max-width: 480px) {
	#store_overview .store_overview_ttl img {
		margin-left: 9em;
	}
	#store_location table {
		width: 100%;
		padding: 2em 0 0;
	}
	#mainvisual .menu_list p {
		width: 17%;
		padding: 1em 0.5em 1em 0.6em;
	}

}






