@charset "utf-8";

#index_wrap{
	margin-bottom: 3rem;
	overflow: hidden;
}

/* サイトトップロゴ */
#index_title{
	display: none;
}

@media print, screen and (min-width: 940px){
#index_title{
	display: block;
	text-align: center;
	padding: 20px 0;
}
}

/* 文章 */
#index_text{
	margin: 0 1rem;
}

#index_text h2{
	text-align: center;
	padding: 1.5rem 0;
}

@media print, screen and (min-width: 940px){
#index_slide{
	width: 470px;
	float: left;
}

#index_text{
	width: 430px;
	float: right;
	margin: 0;
}
}

/* メニュー */
#index_menu{
	text-align: center;
	margin: 0 1rem;
}

@media print, screen and (min-width: 940px){
#index_menu{
	margin: 0;
}

#index_menu li{
	display: inline-block;
	margin: 0 0.5rem;
}

#index_menu li img{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
}

/* カウンター */
#counter{
	font-size: 62.5%;
	text-align: right;
	color:#f2ede0;
}

/*eof*/