/* top.css 
----------------------------------------*/

#kv {
	background-image: url(../img/kv.jpg);
	background-position: top center;
	height:350px;
}

#kv .kybnr {
	float: right;
	width: 275px;
	padding-top: 30px;
}
#kv .kybnr a {
	display:block;
	margin-bottom:10px;
	position:relative;
}
#kv .kybnr a:hover {
	opacity:.9;
	left:-5px;
}

#ad{
	width:100%;
	height:50px;
	background-color:#e9516f;
}

.left {
	width:275px;
	float:left;
	margin-right:10px;
}
.middle{
	width:520px;
	float:left;
	margin-right:10px;
}
.right{
	float: left;
	width: 285px;
}


.swiper-container {
    width: 520px;
    height: 320px;
}

.swiper-button-next{
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23555555'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev{
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23555555'%2F%3E%3C%2Fsvg%3E");
}

#news {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dotted #CCC;
}

#news dl {
	border-bottom:1px dotted #CCC;
	position:relative;
}
#news dt {
	vertical-align: middle;
	padding: 10px 15px;
	width: 16rem;
	box-sizing: border-box;
	position: absolute;
	line-height: 1.5;
}
#news dd {
	padding: 10px 40px 10px 16rem;
	line-height: 1.5;
	box-sizing: border-box;
}
#news dd a {
	display:block;
}
#news dd a::before {
	content: "";
	width: 10px;
	height: 10px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
}
#news dd a:hover::before  {
	right: 25px;
}



#bnr {
	margin: 10px 0px 70px 0px;
	clear: both;
}
#bnr .sub_bnr{
}

#bnr .sub_bnr ul.row3 {
	display: block;
	margin-top: 20px;
	clear: both;
}
#bnr .sub_bnr ul.row3:after {
	content:"";
	display: table;
	clear:both;
}
#bnr .sub_bnr ul.row3 li {
	border: solid 1px #ccc;
	margin: 0px 7px 15px;
	display: block;
	float: left;
	box-sizing: border-box;
}
#bnr .sub_bnr ul.row5 {
	display: block;
	margin-top: 0px;
	clear: both;
}
#bnr .sub_bnr ul.row5:after {
	content:"";
	display: table;
	clear:both;
}
#bnr .sub_bnr ul.row5 li {
	border: solid 1px #ccc;
	margin: 0px 4px 15px;
	display: block;
	float: left;
	box-sizing: border-box;
	width: 210px;
	height: 70px;
}
#bnr .sub_bnr ul.row5 li.no-deco{
	border: none;
}

#bnr .sub_bnr ul.row5 img{
	width: 100%;
	height: 100%;
}

.left ul{

}

.left ul li{
	margin: 0px 0px 10px 0px;
}


.ivent{
	margin: 10px 0px;
}

p.tit-ivent{
	text-align: center;
	font-size: 125%;
	line-height: 1.4;
	color: #b05000;
	font-weight: bold;
}

p.sub-ivent{
	text-align: center;
	line-height: 1.2;
}

#ika{
	display: none;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {

#main{

}

.left {
	width:100%;
	margin: 0px auto;
	float:none;
	display: block;
}

.middle{
	width:100%;
}

.right{
	width:100%;
	display: none;
}

#bnr .sub_bnr ul.row3 {
	display: block;
	margin: 20px auto 0;
	clear: both;
	width: -moz-min-content;
}

#kv {
	background-position: center center;
	height:250px;
}

ul.brocklist{
	margin: 0px 0px 20px 0px;
}

ul.brocklist li{
	text-align: center;
	background-color: #777;
	margin: 0px 0px 1px 0px;
}
ul.brocklist li a{
	color: #fff;
	display: block;
	padding: 20px;
	line-height: -moz-block-height;
	vertical-align: middle;
}






}


/* SP 極小用（519px以下の画像など）
-------------------------------------*/
@media screen and (max-width: 519px) {

#ika{
	display: block;
}

#ika a > img{
	width: 100%;
}


.swiper-container{
	display: none;
}






}