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

/* PCレイアウト */
@media (min-width: 768px) {
/*--------------------------------------------------*
 *   ヘッドエリア（トップページのみ）
 *--------------------------------------------------*/
#headarea {
	width: 100%;
}
#headarea .swiper-container{
	width: 960px;
	height: 440px;
	margin:30px auto;
}

#headarea .slide{
	width: 960px;
	height: 440px;
	margin:30px auto;
}
/*
#headarea .slide:not(:first-child) {
  display: none;
}
*/

#index {
	width: 100%;
}
#index .space_index {
	margin-top: 30px;
}
#index .index_menu{
/*
	width: 640px;
*/
	width: 100%;
}
#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: 40px;
}
#index .information .inner {
/*
	width: 560px;
*/
	width: 100%;

}
#index .information .inner ul {
	margin-top: 20px;
}
#index .information .inner ul li {
	border-bottom: 1px solid #382111;
	padding: 12px 0px;
}
#index .information .inner ul li a {
	width: 560px;
	display: block;
}
#index .information .inner ul li .date {
	float: left;
	font-size: 0.95em;
	width: 7em;
/*
	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;
}

.top_menu{
    display:table;
    width:100%;
    margin:0px;
    padding:0px;
}
.top_menu li{
    display:table-cell;
    width:calc(100%/3);
    padding:0%;
    float:left;
}
.top_menu li a{
    display:block;
    background-color:#a5937b;
    border-radius: 10px;
    margin:10px;
    font-size:1.1em;
    color:#fff;
    text-align:center;
    width:98%;
    min-height:120px;
    max-height:120px;
    padding:45px 10px;
    margin:0px auto;
    float:left;
}

}

/* スマホレイアウト */
@media (max-width: 767px) {
#headarea .swiper-container{
	width: 100%;
	margin:10px 0px 30px 0px;
}
#headarea .slide{
	width: 100%;
	height: 200px;
	margin:0px auto 20px auto;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; /* 背景画像をフルスクリーンにフィットさせます */
}
/*
#headarea .slide:not(:first-child) {
  display: none;
}
*/

#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:20px 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;
}

.top_menu{
    display:table;
    width:100%;
    margin:0px;
    padding:0px;
}
.top_menu li{
    display:table-cell;
    width:calc(100%/3);
    padding:0%;
    float:left;
}
.top_menu li a{
    display:block;
    background-color:#a5937b;
    border-radius: 10px;
    margin:10px;
    font-size:1.0em;
    color:#fff;
    text-align:center;
    width:98%;
    min-height:100px;
    max-height:100px;
    padding:30px 0px;
    margin:0px auto;
    float:left;
}

}



