
/*////////////////////////////////////////

TOP.CSS

////////////////////////////////////////*/

/*////////////////////////////////////////

CONTENTS

////////////////////////////////////////*/
div.top-contents{
	width:980px;
	margin:0 auto 0;
	background-color: #FFF;
}


/*BOX*/
section.box{
	width:966px;
	margin:0 auto 0;
	padding-top:45px;
	padding-bottom:45px;
	font-size:16px;
}

h3.inbox{ 
	margin-bottom:30px; 
	background:url(../img/top/sec02_h3bg.gif); 
	background-position:bottom; 
	background-repeat:repeat-x;
	font-size:18px;
	font-weight:bold;	
	}

.txtbox{
	width:485px;
}

ul.column3{
	width:960px;
	margin:0 auto 0;
}

ul.column3 li{
	float:left;
	width:310px;
	margin:0 auto 0;
	font-size:16px;
	text-align:center;
}

ul.column3 li p{
	margin:15px 0 15px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}


/* =======================================
	2016/3/14 追加　代表挨拶
======================================= */

section.box_aisatu{
	width:926px;
	margin:0 auto 30px;
	padding:45px 20px 45px 20px;
	font-size:16px;
	background-color: #e7dfd1;
	border-radius: 20px;
}

section.box_aisatu .txtbox{
	width:520px;
	padding:0px 0px 0px 20px;
}

section.box_about{
	width:926px;
	margin:0 auto 30px;
	padding:45px 20px 45px 20px;
	font-size:16px;
}

section.box_about .txtbox{
	width:520px;
	padding:0px 0px 0px 20px;
}


section.box_jigyousha{
	width:926px;
	margin:0 auto 30px;
	padding:45px 20px 45px 20px;
	font-size:16px;
}

section.box_jigyousha .txtbox{
	width:520px;
	padding:0px 0px 0px 20px;
}

section.box_otoiawase{
	width:926px;
	margin:0 auto 0px;
	padding:0px 20px 45px 20px;
	font-size:16px;
}

section.box_otoiawase .btnbox{
	width:450px;
	margin:0 auto 0px;
	padding:0px 0px 0px 0px;
}


/*////////////////////////////////////////

slider

////////////////////////////////////////*/
div#slider{
	margin:0 auto 0;
	width:100%;
	height:710px;
	background-image:url(../img/top/pager_bg.gif);
	background-position:bottom;
}

.wideslider {
	padding-bottom: 0px;
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev { background: #47210d url(../img/top/prev.jpg) no-repeat right center;}
.slider_next { background: #47210d url(../img/top/next.jpg) no-repeat left center;}

.pagination {
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0px;
	width: 240px;
	height: 100px;
	display: inline-block;
	overflow: hidden;
}
.pagination a.pn1 {background: transparent url(../img/top/slidesmall_01_new.jpg) no-repeat left top;}
.pagination a.pn2 {background: transparent url(../img/top/slidesmall_02_new_20230620.jpg) no-repeat left top;}
.pagination a.pn3 {background: transparent url(../img/top/slidesmall_03_new.jpg) no-repeat left top;}
.pagination a.pn4 {background: transparent url(../img/top/slidesmall_04.jpg) no-repeat left top;}

.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}


/* =======================================
	2015/11/27 追加　NEWS
======================================= */

/*BOX*/
section.news-box{
	width:960px;
	margin:0 auto 0;
	padding:50px 10px 50px 10px;
	background-color: #FFF;
}


section.news-box h2.news-ttl{
	width:920px;
	margin:0 auto 0;
	margin:0 auto 50px;
}

section.news-box dl.news{
	width:830px;
	margin:0 auto 0;
}


section.news-box dl dt{
	width:auto;
	font-size:16px;
	font-weight:bold;
}
section.news-box dl dd{
	width:auto;
	font-size:14px;
	line-height:26px;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:dotted #993 1px;
}

area{
  border:none;
  outline:none;
}
.dBlock{
	display: block;
}
.m0auto{
	margin: 0 auto;
}
.mb30{
	margin-bottom: 30px;
}
.mb50{
	margin-bottom: 50px;
}
.column3_bnr{
	display: grid;
	max-width: 830px;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 6px;
	margin: 0 auto 30px;
}

.column2_bnr{
	display: grid;
	max-width: 830px;
	grid-template-columns: repeat(2, 1fr);
	place-items: center;
	grid-gap: 6px;
	margin: 0 auto 30px;
}
.bnr_wrap{
	position: relative;
}
.bnr_link_wrap{
	position: absolute;
	display: flex;
	gap: 15px;
	left: 11%;
	bottom: 17px;
}
.column2_bnr .column1{
  grid-column-start: 1;
  grid-column-end: 3;
}
/*section.news-box a:link {text-decoration: underline;}
section.news-box a:visited {div.news a:link {text-decoration: underline;}
section.news-box a:hover {text-decoration: underline; color: #cbae00}
section.news-box a:active {text-decoration: none;}*/

.news a:link {text-decoration: underline;}
.news a:visited div.news a:link {text-decoration: underline;}
.news a:hover {text-decoration: underline; color: #cbae00}
.news a:active {text-decoration: none;}