@charset "utf-8";

/*トップページ
-------------------------------------------------------------------------------------------------------------------*/

/*ビジュアル
-------------------------------------------------------------------------------------------------------------------*/
#index_visual{width:100%;height:400px;margin:0 auto;background-color: #FFF;text-align: center;
}
#index_visual_inner{width:100%;max-width:1200px;margin:0 auto;text-align: center;
background-image:url(../../images/visual_01_bg.jpg);
background-repeat:no-repeat;
background-position:right;
height:400px;
}
#index_visual_inner img{
	float:left;
	margin-top:90px;
}
/*新着情報
-------------------------------------------------------------------------------------------------------------------*/
#index_info{margin:50px 0;}
#index_info h1{margin:30px 0;padding:0;text-align: center;border:none;}
#info_box{width:700px;margin:0 auto;padding:20px 50px;background-image: url(../../images/info_box_bg.png);background-repeat: repeat;}
#info_box ul{}
#info_box ul li{line-height:1.2;padding:15px 0;color:#FFF;font-size:1.4em;}
#info_box ul li span{font-size:0.8em;margin-right:30px;}
#info_box ul li a{color:#FFF;}

#info_btn{text-align: center;margin:25px 0;}



/*コンテンツメニュー
-------------------------------------------------------------------------------------------------------------------*/
#index_menu{width:100%;padding:30px 0;background-image: url(../../images/contents_box_bg.png);background-repeat: repeat;}
#index_menu h1{margin:30px 0;padding:0;text-align: center;border:none;line-height:1;font-size: 1;}
#menu_box {width:980px;margin:0 auto;}
.menu_set{position:relative;	width: 172px;
	height: 220px;
    	overflow: hidden;
    float:left;
    margin-right:25px;
}
#menu_box .box_end{margin-right:0;}
.scale_up {
	width: 172px;
	height: 220px;
    padding-bottom:40px;

}
.scale_up img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.menu_set:hover > .scale_up img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.menu_set h2  {width:172px;height:40px;position:absolute;bottom: 0;margin:0;padding:0;border:0;text-align: center;line-height:40px;font-size:16px;}
.menu_set h2 a{width:172px;height:40px;display: block;background-color:#FFF;text-decoration: none;color:#333;text-align: center;font-weight: bold;
background-image:url(../../images/menu_set_bg.png);
background-position:right bottom;
background-repeat:no-repeat;}
.menu_set h2 a:hover{color:#FFF;background-color: #006b99;}

/*2ボックス
-------------------------------------------------------------------------------------------------------------------*/
#index_2box{margin:50px 0;display: table;width:100%;background-image: url(../../images/2box_bg.png);background-repeat: repeat-y;background-position: center;}

#box_left{width:50%;display:table-cell;text-align: center;vertical-align: middle; padding:50px 0;
background-image:url(../../images/box_left_bg.jpg);
background-repeat:repeat;
}
#box_right{width:50%;display:table-cell;text-align: center;vertical-align: middle;padding:50px 0;
background-image:url(../../images/box_right_bg.jpg);
background-size:cover;
background-position:bottom right; }

#box_left ul  {text-align: center;}
#box_left ul li {display: inline-block;margin:5px;}
#box_left ul li:last-child {margin-bottom:0px;}

#box_right h1{margin:5px 0;padding:0;text-align: center;border:none;line-height:1;font-size: 1px;}
#box_right ul  {text-align: center;}
#box_right ul li {display:inline-block;}
#box_right ul li img{margin:10px 3px;}