@charset "UTF-8";

#body {

	display: flex;
	flex-direction:column;
}
#body>div{
}
.bx-controls-direction{display: none;}
/* スライダー */
#slider {
	width: 100%;
	max-width: 950px;
	margin: 15px auto 0;
}
#slider .bx-wrapper {
    -moz-box-shadow: 0 0 0 #ccc;
    -webkit-box-shadow: 0 0 0 #ccc;
    box-shadow: 0 0 0 #ccc;
    border: 0px solid #fff;
    background: none;
}
#slider .bx-window {
}

#slider .bx-pager {
	text-align: center;
	margin: 8px auto 0;
}

#slider .bx-pager a {
	display: inline-block;
	width: 10px;
	margin-left: 10px;
	height:10px;
	background: #51200b;
	text-indent:-9999px;
}

#slider .bx-pager a:first-child {
	margin-left: 0;
}

#slider .bx-pager a.active {
	background: #ed9873;
}

#slider .bx-prev {
	position: absolute;
	/*top: 140px; left: 20px;*/
	top: 145px;
	left: -52px;
}

#slider .bx-next {
	position: absolute;
	/*top: 140px; left: 898px;*/
	top: 145px;
	left: 970px;
}
#center_col{
	padding: 10px;
}
#center_col p {
	padding: 10px 0px 0;
	font-size: 1.2rem;
}
#news .scroll{
	height: 650px;
	overflow: auto;
}
dl.table {
	width: 100%;
	margin: auto;
	font-size: 1.2rem;
	border-bottom: 1px solid #CCC;
}

dl.table dt {
	display: block;
	padding-left: 15px;
	color: #333;
	float: none;
}

dl.table dd {
	display: block;
	float: none;
}
dl.table dt {
	padding: 10px 0 7px 1.4rem;
	line-height: 1.6;
	position: relative;
}
dl.table dt::before {
	content: "";
	display: block;
	position: absolute;
	left: 2px;top: 0;	bottom: 0;
	width: 7px;
	height: 9px;
	margin: auto;
	padding: 0;
	background: url(/img/dt_maker.png) no-repeat;
}

dl.table dd {
	padding: 0px 3px 7px;
	line-height: 1.6;
}


dl.none_cat dt {
	width: 150px;
}

dl.none_cat dd {
	width: 285px;
}

#news dt span{
color: #fff;
    font-size: 70%;
    width: 60px;
    display: inline-block;
    text-align: center;
    margin-left: 20px;
}
#news dt span i{
background-image: linear-gradient(
	-45deg,
	rgba(255,255,255,0.2) 25%,
	rgba(0,0,0,0) 25%,
	rgba(0,0,0,0) 50%,
	rgba(255,255,255,0.2) 50%,
	rgba(255,255,255,0.2) 75%,
	rgba(0,0,0,0) 75%,
	rgba(0,0,0,0)
);
	background-size: 4px 4px;
	background-attachment: fixed;
    width: 60px;
    display: inline-block;
    text-align: center;
	font-style: normal;
}
#left_col, #right_col{
	text-align: center;
}

#left_col a, #right_col a {
	clear: both;
	border-top: 1px solid #ccc;
	width: 95%;
	margin: auto;
	padding: 5px 0;
	display: inline-block;
	text-align: left;
}
#left_col a .highlight h3 ,
#right_col a .highlight h3 {
	border: 0;
	position: relative;
	margin: 5px 15px 0 0;
}
a .highlight h3::before {
	content: "";
	display: block;
	position: absolute;
	margin:auto;
	width: 7px;
	height: 9px;
	background: url(/img/maker_arrow.png) no-repeat;
	top: 0;
	bottom: 0;
	left: 0;
}

a .highlight p {
	margin: 5px 15px 5px 0;
	font-size: 90%;

	line-height: 1.5;
	color: #000;
}

 a .highlight img {
	width: 40%;
	 height: auto;
	float: left;
	margin-right: 5%;
}
#left_col a .highlight .text ,
#right_col a .highlight .text {
	float: right;
	width: 55%;
}

.highlight a img{
	width: 100%;
	height: auto;
	display: block;
}

#center_col dl.table dd .link{
	margin: 10px 0 0;
	padding: 0;
}
dl.table dd .link a{
    font-size: 1.2rem;
    display: inline-block;
    padding: 0.2em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #F63;
    color: #F63;
    font-weight: normal;
    margin: 0 5px 5px 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}


@media (min-width: 768px) {
#body{
	flex-direction:row;
	justify-content: space-between;
	width: 100%;
	max-width: 950px;
	margin: auto;
}
#slider .bx-pager a {
	display: inline-block;
	width: 55px;
	margin-left: 10px;
	height:6px;
	background: #51200b;
	text-indent:-9999px;
}
	/* 左右ボックス */
#center_col { 
	max-height: 100%;
	width: 50%;	order: 2;flex-grow: 2;
}
#left_col { 
	width: 220px;
	max-width: 25%;
	max-height: 100%;
	border-right: 1px solid #ccc;
	order: 1;
}

#right_col {

	width: 220px;
	max-width: 25%;
	max-height: 100%;
	border-left: 1px solid #ccc;
	order: 3;
}

#upper_col { 
	width: 950px;
	max-height: 100%;
	border-right: 1px solid #ccc;
	
}


#left_col a .highlight, #right_col a .highlight {
	min-height: 210px;
	padding-bottom: 15px;
	border-top: 1px solid #ccc;
}

#left_col .highlight:first-child, #right_col .highlight:first-child { 
	border: none;
}
#left_col a, #right_col a {
	clear: both;
	border-top: 1px solid #ccc;
	width: 100%;
	margin: auto;
	padding: 0 0;
	display: inline-block;
	text-align: left;
}


#left_col a .highlight .text ,
#right_col a .highlight .text {
	float: none;
	width: 90%;
	margin: auto;
}

	a .highlight h3 {
	 	margin: 5px 15px 0 15px;
	font-size: 1.7rem;
		font-weight: 400;
	}

	a .highlight p {
		margin: 5px 15px 5px 15px;
		font-size: 1.2rem;
		line-height: 1.5;
		color: #000;
	}

	 a .highlight img {
		width: 100%;
		 height: auto;
		float: none;
		margin-right:0;
	}

	.highlight a img{
		width: 100%;
		height: auto;
		display: block;
	}


	.highlight h3 {
	 	margin: 15px 15px 0 15px;
	}

	.highlight p {
		margin: 5px 15px 5px 30px;
		font-size: 90%;
		line-height: 1.5;
	}
dl.table {
	width: 100%;
	margin: auto;
	font-size: 1.2rem;
	
}

dl.table dt {
	display: block;
	padding-left: 15px;
	color: #333;
}
dl.table dt::before {
content: "";
    left: 2px;
    top: 7px;
    bottom: auto;
}

dl.table dd {
	display: block;
	padding: 0px 3px 7px 1em;
}


#upper_col .highlight {
	float: left;
	width: 220px;
	padding-bottom: 13px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc
}

#upper_col .highlight:first-child {
}


/* 最新情報一覧 */
#news {
	padding: 50px 20px 0;
	font-size: 1.2rem;}

#news h3 {
	padding: 0;
	font-size: 2rem;
	font-weight: bold;
	border: 0;
}

#center_col p {
	padding: 10px 20px 0;
	font-size: 1.4rem;
}
dl.table {
	font-size: 1.4rem;
}

dl.table dt {
	padding: 0;
	padding-left: 15px;
	margin: 0 0 10px;
	color: #333;
}

dl.table dd {
}
dl.table dd .link a{
    font-size: 1.4rem;
}

dl.none_cat dt {
	width: 150px;

}

dl.none_cat dd {
	width: 285px;
}

#news dt span{
color: #fff;
    font-size: 70%;
    width: 60px;
    display: inline-block;
    text-align: center;
    margin-left: 8px;
}
#news dt span i{
background-image: linear-gradient(
	-45deg,
	rgba(255,255,255,0.2) 25%,
	rgba(0,0,0,0) 25%,
	rgba(0,0,0,0) 50%,
	rgba(255,255,255,0.2) 50%,
	rgba(255,255,255,0.2) 75%,
	rgba(0,0,0,0) 75%,
	rgba(0,0,0,0)
);
	background-size: 4px 4px;
	background-attachment: fixed;
    width: 60px;
    display: inline-block;
    text-align: center;
	font-style: normal;
}

	
	
	
	
	
}

@media (min-width: 1040px) {
		#body{
		flex-direction:row;
		width: 950px;
			margin: 0 auto;
	
	}
.bx-controls-direction{display: block;}

}