@charset "UTF-8";

.site-logo {
	width: 60px;
}

.header-logo {
	width: 47%;	
}

@media (min-width: 1024px) {
  .header-nav {
    width: 53%;
  }
}

h1.site-name {
	font-size: 28px;
}

.site-name a {
	display: flex;
	align-items: center;
}

.site-name .site-name-text span {
	margin-bottom: 5px;
	display: block;
	font-size: 16px;
}

#top .main-inner {
	max-width: 1120px;
}

.top_navi_btn {
	margin: 20px auto 50px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_navi_btn li {
	margin: 0 60px;
	background: #fff;
	border-radius: 50%;
	list-style-type: none;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
}

.top_navi_btn li a {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 6px solid #e9e0c0;
	text-decoration: none;
	color: #333;
}

.top_navi_btn li a:hover {
	background: #e9e0c0;
	color: #fff;
}

.top_navi_btn li br.sp {
	display: none;
}

.top_2column {
	display: flex;
	justify-content: space-between;
}

.top_2column > .module-section {
	width: calc(50% - 20px);
}

.top_2column .summary-default .summary-default-item {
	float: none;
	width: 100%;	
}

.top_2column .summary-title {
	margin-top: 5px;
	
}

.top_banner {
	margin: 30px 0 40px;
	clear: both;
}

.top_banner ul {
	display: flex;
}

.top_banner li {
	margin: 0 20px 0 0;
	float: none;
	width: auto;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {

	.site-logo {
		width: 45px;
	}
	
	.header-logo {
		width: 100%;	
	}
	
	#top .main-inner {
		max-width: inherit;
	}


	.top_navi_btn {
		margin: 10px 0 20px;
		justify-content: space-between;
	}
	
	.top_navi_btn li {
		margin: 0;
		background: #fff;
		border-radius: 50%;
		list-style-type: none;
		font-size: 1.0rem;
		line-height: 1.2;
		text-align: center;
	}
	
	.top_navi_btn li a {
		width: 105px;
		height: 105px;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 3px solid #e9e0c0;
		text-decoration: none;
		color: #333;
	}

	.top_navi_btn li br.sp {
		display: block;
	}

	.top_2column {
		display: block;
		justify-content: space-between;
	}
	
	.top_2column > .module-section {
		width: 100%;
	}

	.top_banner ul {
		display: block;
	}
	
	.top_banner li {
		margin: 0 0 20px 0;
		padding: 0;
		display: flex;
		width: 100%;
	}

	.summary_noimage {
		width: 60px;
		height: 60px;
	}

}

.alltop_navi_btn {
	margin: 70px auto 100px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.alltop_navi_btn li {
	margin: 0 30px;
	background: #fff;
	list-style-type: none;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
}

.alltop_navi_btn li a {
	width: 315px;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 6px solid #e9e0c0;
	text-decoration: none;
	color: #333;
}

.alltop_navi_btn li a:hover {
	background: #e9e0c0;
}

@media screen and (max-width: 767px) {

	.alltop_navi_btn {
		margin: 10px 0 20px;
		justify-content: space-between;
	}
	
	.alltop_navi_btn li {
		margin: 0;
		background: #fff;
		list-style-type: none;
		font-size: 1.0rem;
		line-height: 1.2;
		text-align: center;
	}
	
	.alltop_navi_btn li a {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 3px solid #e9e0c0;
		text-decoration: none;
		color: #333;
	}

}
