/* 全体 --------------------------------------------------------------*/
html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	-webkit-text-size-adjust: 100%;
	background-color: #FFFFFF;
/*	background-image: url('/images/common/background.gif'); */
	padding: 0px;
	margin: 0px;
}

button, input, select, textarea {
	font-family:inherit;
	font-size:100%;
}

.clear { clear:both; }

div.left { margin-left: 0; }

.menu-container {
	margin: 0;
}

.menu-container .menu {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-container .menu .menu-item {
	flex: 1;
}

.menu-container .menu .menu-item a {
	background: #fff;
	border: 1px solid #ccc;
	border-right: none;
	color: #333;
	display: block;
	padding: 0.6em 0.4em;
	text-align: center;
	text-decoration: none;
}

.menu-container .menu .menu-item a:hover {
	background: #ccc;
	color: #ffffff;
}

.menu-container .menu .menu-item:last-child a {
	border-right: 1px solid #ccc;
}

/* スマホ　767px以下 -------------------------------------------------*/
@media only screen and (max-width: 767px){
	.site_logo{
		width: 100%;
		height: auto;
	}
	.map{
		width: 100%;
		height: auto;
	}
	#container {
		width: 100%;
		margin: 0 auto;
	}

	.menu-container .menu {
		flex-wrap: wrap;
		width: 100%;
	}
	.menu-container .menu .menu-item {
		flex: auto;
		width: 33.33333333%;
	}
	.menu-container .menu .menu-item:nth-child(3n) a {
		border-right: 1px solid #ccc;
	}
	.menu-container .menu .menu-item:nth-child(n + 4) a {
		border-top: none;
	}
}

/* pc　768px以上 -----------------------------------------------------*/
@media only screen and (min-width: 768px), print {
	.site_logo{
		width: 1140px;
		height: auto;
	}
	.map{
		width: 1140px;
		height: auto;
	}
	#container {
		width: 1140px;
		margin: 0 auto;
	}
}
