@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainphoto_area {
  position: relative;
}
#mainphoto {
	position: relative;
	margin-top: 110px;
	z-index: 1;
}
#mainphoto .bxslider div {
	height: 180px;
	padding-top:20px;
}
#mainphoto .bxslider div img {
	width: auto;
	height: 132px;
}
.slide01 {
	text-align: center;
	background: url(../img/index_img/slide01_bg.jpg) no-repeat center;
	background-size: cover;
}
.slide02 {
	text-align: right;
	background: url(../img/index_img/slide02_bg.jpg) no-repeat center;
	background-size: cover;
}
.slide03 {
	text-align: center;
	background: url(../img/index_img/slide03_bg.jpg) no-repeat center;
	background-size: cover;
}
@media print, screen and (min-width:375px) {
#mainphoto .bxslider div {
	height: 190px;
}
#mainphoto .bxslider div img {
	width: auto;
	height: 150px;
}
}
@media print, screen and (min-width:768px) {
#mainphoto {
	margin-top: 126px;
}
#mainphoto .bxslider div {
	height: 320px;
	padding-top:50px;
}
#mainphoto .bxslider div img {
	width: auto;
	height: 220px;
}
}
@media print, screen and (min-width:992px) {
#mainphoto {
	margin-top: 166px;
}
#mainphoto .bxslider div {
	height: 550px;
	padding-top:89px;
}
#mainphoto .bxslider div img {
	width: auto;
	height: auto;
}
}

#bousai_bnr {
 position: relative;
 z-index: 1;
  width: 100%;
  text-align: left;
 background: #fff;
 padding-top: 40px;
}
#bousai_bnr img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:375px) {
  #bousai_bnr {
  }
  #bousai_bnr img {
  }
}
@media print, screen and (min-width:768px) {
  #bousai_bnr {
  }
  #bousai_bnr img {
  }
}
@media print, screen and (min-width:992px) {
  #bousai_bnr {
  }
  #bousai_bnr img {
  }
}
/*------------------------------------------------------------content*/
/*-------------------------------sec01*/
#sec01 {
  padding: 45px 0 30px;
}
#sec01 ul {
	margin-top:10px;
	font-size:0;
}
#sec01 ul li {
	position: relative;
	width:48%;
	display: inline-block;
	margin-right: 4%;
	margin-top:10px;
}
#sec01 ul li:nth-child(2n) {
	margin-right: 0;
}
#sec01 ul li a {
	display: block;
}
#sec01 ul li a img {
	width:100%;
	height: auto;
}
#sec01 ul li img.on {
	position: absolute;
	top:0;
	left:0;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
}
@media print, screen and (min-width:480px) {
#sec01 ul li {
	position: relative;
	width:23.5%;
	display: inline-block;
	margin-right: 2%;
}
#sec01 ul li:nth-child(2n) {
	margin-right: 2%;
}
#sec01 ul li:nth-child(4n) {
	margin-right: 0;
}
}
@media print, screen and (min-width:768px) {
#sec01 {
	padding: 90px 0 60px;
}
}
@media print, screen and (min-width:992px) {
#sec01 ul {
	max-width: 940px;
	margin: 0 auto;
	margin-top:10px;
}
#sec01 ul li {
	position: relative;
	width:200px;
	display: inline-block;
	margin-right: 20px;
	margin-top:20px;
}
#sec01 ul li:nth-child(2n) {
	margin-right: 20px;
}
#sec01 ul li:nth-child(4n) {
	margin-right: 0;
}
#sec01 ul li a img.on {
	transition: 0.5s all;
}
#sec01 ul li a:hover img.on {
	position: absolute;
	top:0;
	left:0;
	opacity:1;
	filter:alpha(opacity=1);
	-ms-filter: "alpha( opacity=1 )";
}
}

/*-------------------------------sec02*/
#sec02 {
	color:#fff;
	padding:30px 0;
	text-align: left;
	background: url(../img/index_img/bg_002.jpg) center center no-repeat;
	background-size: cover;
}
#sec02 p {
	margin-bottom:10px;
}
#sec02 figure {
	margin-top:20px;
	text-align: center;
}
@media print, screen and (min-width:768px) {
#sec02 {
	padding:60px 0;
	text-align: center;
	background: url(../img/index_img/bg_002.jpg) center center no-repeat fixed;
	background-size: cover;
}
#sec02 p {
	margin-bottom:10px;
	text-align: center;
}
#sec02 figure {
	margin-top:20px;
	text-align: center;
}
}

/*-------------------------------sec03*/
#sec03 figure {
	margin-top: 10px;
}
#sec03 figure img {
	width: 100%;
	max-width: 924px;
	height: auto;
}

/*-------------------------------sec04*/
#sec04 .sheet_basic th {
	white-space: nowrap;
}
#sec04 .btn_company {
	margin-top:10px;
	text-align: right;
}
#sec04 .btn_company a {
	display: inline-block;
	width:190px;
	height: 40px;
	padding-left:10px;
	text-align: left;
	line-height: 40px;
	text-decoration: none;
	color:#fff;
	background: url(../img/common_img/arrow01.png) right 10px center no-repeat #000;
	transition: 0.5s all;
}
#sec04 .btn_company a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#sec04 #map {
	height: 300px;
}
@media print, screen and (min-width:768px) {
#sec04 .btn_company {
	margin-top:0;
}
}

/*-------------------------------sec05*/
#sec05 .wrap {
	padding:15px 10px 15px 15px;
	background: linear-gradient(-45deg, #fff 25%, #F3F3F3 25%, #F3F3F3 50%, #fff 50%, #fff 75%, #F3F3F3 75%, #F3F3F3);
	background-size: 8px 8px;
}	
@media print, screen and (min-width:768px) {
#sec05 .wrap {
	padding:40px;
}	
}	


/*更新プログラム(連動)フォーマット*/
#news01 {
	width: 100%;
	overflow: hidden;
}
#news01 dl {
	padding: 0 0 10px 0;
}
#news01 dl dd div.newstitle {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
@media print, screen and (min-width:768px) {
#news01 dl dt {
	float: left;
}
#news01 dl dd {
	padding: 0 0 0 100px;
}
}
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
	width: 100%;
	max-height: 300px;
	padding-right:10px;
	overflow-y: scroll;
}
#news02::-webkit-scrollbar{
  width: 5px;
}
#news02::-webkit-scrollbar-track{
  background: #d0d0d0;
  border: none;
}
#news02::-webkit-scrollbar-thumb{
  background: #00a0e9;
  box-shadow: none;
}
.newsbox {
	overflow: hidden;
	margin-bottom: 20px;
}
#news02 .newsbox .newstitle {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
	padding-top: 10px;
}
#news02 .newsbox .newstitle span {
	font-size: 16px;
	font-weight: normal;
}
#news02 .newsbox .newstitle::before {
	position: absolute;
	width: 100px;
	height: 3px;
	top:0;
	left:0.;
	content: "";
	background: #000;
}
.newsbox .news_text {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.5;
	font-size:16px;
}
.newsbox img {
	margin-bottom: 10px;
	overflow: hidden;
}
@media print, screen and (min-width:768px) {
#news02 {
	max-height: 420px;
	padding-right:20px;
	text-align: left;
}
.newsbox {
	margin-bottom: 30px;
}
#news02 .newsbox .newstitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 20px;
}
#news02 .newsbox .newstitle span {
	margin-right: 15px;
	font-size: 16px;
	font-weight: normal;
}
#news02 .newsbox .newstitle br {
	display:none;
}
#news02 .newsbox img {
	width:240px;
	height: auto;
}
}

/*Googlemap*/
#googlemap iframe {
	display: none;
}
.mapbtn {
	background: #666;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
	width: 100px;
}
.mapbtn a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
.mapbtn a:hover {
	text-decoration: underline;
}
@media print, screen and (min-width:768px) {
#googlemap iframe {
	display: block;
}
.mapbtn {
	display: none;
}
}

#sec04 .sheet_basic td h4 {
    margin-top: 15px;
    margin-bottom: 8px;
    padding-left: 10px;
    line-height: 1.1;
    font-weight: bold;
    border-left: solid 2px #666;
}