@charset "utf-8";
/* CSS Document */

/*********　お知らせ　*********/

#news .box{
	border-top: solid 1px #d6be45;
	margin-bottom: 120px;
	position: relative
}
#news .data{
	position: absolute;
	top: -30px;
	font-family: 'Century Gothic', sans-serif;;
	font-size: 15px;
	color: #bbe27d;
	letter-spacing: 3px;
}
#news .box_title{
	display: inline-block;
	width: 55%;
	padding: 20px 10px;
	border-left: solid 10px #d6be45;
	color: #B59D22;
	font-size: 19px;
	margin-bottom: 30px;
	border-bottom: solid 1px #d6be45
}
#news .box_txt{
	display: inline-block;
	width: 55%;
	padding: 0 15px 15px;
	vertical-align: top
}
#news .box_img{
	display: inline-block;
	float: right;
	width: 35%;
	margin-top: -70px;
	margin-right: 30px;
	position: relative;
	overflow: hidden;
}
#news .box_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#news_list{
	border-top: solid 1px #e6e6e6;
	padding-top: 50px;
	font-size: 0;
	text-align: center
}
#news_list li{
	display: inline-block;
}
#news_list a{
	display: block;
	font-size: 16px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #44c69b;
}
#news_list a:hover{
	background: #f2f2f2;
	color: #d6be45
}
#news_list li span{
	transition: all 0.2s;
	display: inline-block;
	height: 10px;
	width: 10px;
	border-bottom: solid 2px #44c69b;
	border-right: solid 2px #44c69b;
}
#news_list li:hover span{
	border-bottom: solid 2px #d6be45;
	border-right: solid 2px #d6be45;
}
#news_list .prev{
	margin-right: 10px;
}
#news_list .next{
	margin-left: 10px;
}
#news_list .prev span{
	margin-right: -5px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
#news_list .next span{
	margin-left: -5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){

/*********　お知らせ　*********/

	#news .box{
		text-align: center
	}
#news .box_title{
	text-align: left;
	display: block;
	width: auto;
	font-size: 18px;
	margin-bottom: 20px
}
#news .box_txt{
	text-align: left;
	display: block;
	width: auto;
	padding: 0;
	margin-bottom: 20px
}
#news .box_img{
	display: inline-block;
	float: none;
	width: 80%;
	max-width: 350px;
	margin: 0 auto;
}
#news .box_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
	

#news_list li{
	display: none;
}
#news_list .prev, #news_list .next{
	margin-right: 10px;
	display: inline-block;
}


}
/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
}
@media  screen and (max-width: 321px){
}