@charset "utf-8";
/* トップページ用CSS */

/* PCレイアウト */
@media (min-width: 768px) {
/*--------------------------------------------------*
 *   ヘッドエリア（トップページのみ）
 *--------------------------------------------------*/
#headarea {
	width: 100%;
}
#headarea .swiper-container{
	width: 960px;
	height: 440px;
	margin:30px auto;
}
#index {
	width: 100%;
}
#index .space_index {
	margin-top: 30px;
}
#index .index_menu{
	width: 640px;
}
#index .index_menu li{
	float:left;
	width: 240px;
	text-align:center;
}
#index .index_menu li:first-child{
	text-align:left;
	width: 200px;
}
#index .index_menu li:last-child{
	text-align:right;
	width: 200px;
}
/*--------------------------------------------------*
 *   おしらせ
 *--------------------------------------------------*/
#index .information {
/*
	width: 640px;
*/
	width: 100%;
/*
	background-color: #F4ECDF;
*/
	padding: 40px 40px 30px 40px;
	margin-top: 0px;
}
#index .information .inner {
	width: 100%;
/*
	width: 560px;
*/
}
#index .information .inner ul {
	margin-top: 20px;
}
#index .information .inner ul li {
	border-bottom: 1px solid #382111;
	padding: 20px 0px 10px 0px;
}
#index .information .inner ul li a {
	width: 560px;
	display: block;
}
#index .information .inner ul li .date {
	float: left;
	font-size: 0.95em;
	width: 9em;
/*
	color: #BA8B2F;
*/
	font-weight: bold;
}
#index .information .inner ul li .note {
	float: left;
}
/*--------------------------------------------------*
 *   ボタン
 *--------------------------------------------------*/
#index .bt_more {
	width: 180px;
	margin: 30px auto 0px auto;
	text-align: center;
}
#index .bt_more a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 1.3em;
	color: #FFF;
	font-weight: bold;
	background-color: #382111;
}
#index .bt_more a span {
/*
	background-image: url(../img/common/icon_arrow_1.png);
	background-repeat: no-repeat;
	background-position: right center;
*/
	padding-right: 20px;
}
}

/* スマホレイアウト */
@media (max-width: 767px) {
#headarea .swiper-container{
	width: 100%;
	margin:10px 0px 30px 0px;
}
#index .space_index {
	margin-top: 30px;
}
#index .index_menu{
	width: 90%;
	margin:0px auto;
}
#index .index_menu li{
	float:left;
	width: 33%;
	text-align:center;
	padding:0px 4px;
}

/*--------------------------------------------------*
 *   おしらせ
 *--------------------------------------------------*/
#index .information {
	width: 100%;
	background-color: #F4ECDF;
	padding-top: 40px;
	padding-bottom: 30px;
	margin:10px auto 0px auto;
}
#index .information .inner {
	width: 100%;
	padding: 0px 15px;
}
#index .information .inner ul {
	margin-top: 10px;
}
#index .information .inner ul li {
	width: 100%;
	border-bottom: 1px solid #382111;
	padding: 10px 0px;
}
#index .information .inner ul li a {
	display: block;
}
#index .information .inner ul li .date {
	width: 100%;
	font-weight: bold;
}
#index .information .inner ul li .note {
	width: 100%;
}
/*--------------------------------------------------*
 *   ボタン
 *--------------------------------------------------*/
#index .bt_more {
	width: 180px;
	margin: 20px auto 0px auto;
	text-align: center;
}
#index .bt_more a {
	display: block;
	height: 40px;
	font-size: 1.2em;
	color: #FFF;
	line-height: 40px;
	font-weight: bold;
	background-color: #382111;
}
#index .bt_more a span {
/*
	background-image: url(../img/common/icon_arrow_1.png);
	background-repeat: no-repeat;
	background-position: right center;
*/
	padding-right: 20px;
}
}



