body {
	margin-right: auto;
	margin-left: auto;
}

/*#title-background > img {
	width: 1200px;*/
}

.top-menu {
	width: 100vw;
	list-style: none;
	overflow: hidden;
}

.top-menu li {
	float: left;
	margin-right: calc(4vw * 1);
}
ul.top-menu > li.menu.menu> a > img{
	width: calc(100vw / 4);
	max-width: calc(100vw / 5);
}

@media screen and (min-width:500px) { 
#title-background {
	background-image: url("../img/index_top_tp_half.png");
	background-repeat: no-repeat;
	background-position: center;
	
	background-color: #0D3455;
	width: 100%;
	height: 200px;
}
}

@media screen and (min-width:501px) { 
#title-background {
	background-image: url("../img/index_top_tp.png");
	background-repeat: no-repeat;
	background-position: center;
	
	background-color: #0D3455;
	width: 100%;
	height: 200px;
}
}
#g_navi ul {
	display: flex;
	margin: 0 auto;
	padding: 0;
	border-top: 2px solid white;
}

ul.topnav {
	width: 100%
	height: 150px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #0D3455;
}
ul.topnav li {
	flex: 1 0 auto;
	float: left;

	border-right: 2px solid white;
}
ul.topnav li+ li {
	border-left: 0;
	border-right: 2px solid white;
}

ul.topnav li:last-child {
	border-right: none;
}

ul.topnav li a {
	display: block;
	padding: 20px 20px;
	text-align: center;
	text-decoration: none;
	color: white; /* これ、メニューの文字色 */
	font-size: 24px;
	font-weight: bold;
}

.contents-left {
	float: left;
	width: 50%;
}

.contents-left-content {
	margin-top: 20px;
	margin-left: 20px;
}

.contents-right {
	float: right;
	width: 50%;
}
.contents-right-content {
	background-color: #eeeeee;
	/*border: 1px solid black;*/
	margin-right: 20px;
	margin-top: 20px;
}

.contents-right-content .shop-name {
	text-align: center;
	background-color: #cccccc;
}
d.contents-right-content .shop-info {
	padding: 10px;
}

div.main-content::after {
  content: "";
  display: block;
  clear: both;
}

span.shop-info-left {
	width: 200px;
}

/*
#maincontent-top {
	background-image: url("");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 400px;
}
*/

#footer {
    display: table;
    width: 100%;
}
 
#footer-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
 
#footer-center-target {
    display: inline-block;
}
