/*
Template Name: impresscms	with groundworkcss
*/


@font-face {
	font-family: 'hannari';
	src: url('fonts/Hannari.otf');
}

body {
	background: #fff;
	font-size: 1rem;
	font-family: 'Noto Sans JP', sans-serif;
}

hr {
	border-bottom: 1px solid #338;
}

nav ul {
		line-height: 40px !important;
}

.container {
	background-color: #fff;

}

.hannnari {
	font-family: 'hannari';
	font-weight: bold;
}

.noradius {
border-radius: 0;
}

.topbg {
	background-image: url('images/topai.png');
	background-repeat: repeat-x;

}

/**** for owlCarousel Main slide ****/
#main-slider {
	width: 100%;
  overflow: hidden;
}
#main-slider .item {
  height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}



#main-slider .slider-inner {
  position: absolute;
  top: 0;
	left: 0;
	 width: 100%;
	 height: 100%;
	 color: #fff;
}

#main-slider .slider-inner h2 {
  margin-top: 30px;
	margin-left: 15px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
	text-shadow: 2px 2px 2px #555;
}

#main-slider .slider-inner .slider-button {
  position: absolute;
	bottom:15px;
	right: 15px;
}


@media (max-width: 767px) {
	#main-slider .item {
  	height: 200px;
	}

	#main-slider .slider-inner h2 {
	  margin-top: 15px;
		margin-left: 10px;
	  font-size: 18px;
	}



}



#main-slider .slider-inner p {
  margin-top: 20px;
  font-size: 16px;
  line-height:25px;
  color: #fff; text-align: center;
}

#main-slider .slider-inner .btn {
  margin-top: 20px; background:transparent; border:3px solid #f26522; border-radius:30px;
}
#main-slider .slider-inner .btn.btn-primary{ padding:10px 46px; font-size:22px;}
#main-slider .slider-inner .btn.btn-primary:hover{ background:#f26522;}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
	text-align: center;
	 border-radius: 100px;
	 z-index: 10000;
	 -webkit-transition: background-color 400ms;
	 transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}


#toparea h3 {
	line-height : 60px;
	margin-bottom: 0;
}
/***************************/
/*  for d3news module    ***/
/***************************/

.topicon {
	padding: 8px;
	font-size: 1.3em;
}

.facebookicon a {
	color:#3B5998;
}

.twittericon a {
	color:#1da1f2;
}

.lineicon a {
	color:#1dcd00;
}



.d3news-title a {
	color: #333;
}

.d3news-title a:hover {
	color: #888;
	text-decoration: none;
}


.d3news-info {
  list-style: none;
  margin: 15px 0 12px 0;
  padding-left:0;
}
.d3news-info li {
  padding: 0;
  color: #555;
  font-size: 13px;
  margin-right: 10px;
  display: inline-block;
}
.d3news-info li i {
  color: #052f8e;
}

.d3news-info li.ironashi i {
  color: inherit;
}

.d3news-info li.ironashi a {
  text-decoration: none;
}

.d3news_article {
	position:relative;
	margin-bottom: 40px;
}


.d3newsblock {
	position:relative;
	clear: both;
}

.d3news_left {
	float: left;
	width: 75%;
	padding: 20px;
	box-sizing: border-box;
}

.d3news_left h2 {
	font-size: 30px;
	color: #052f8e;
	margin-bottom: 20px;
}

.d3news_right {
	float: left;
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
}

.d3newsblockimage {
	float:left;
	width: 16.66666667%;
	padding: 5px;
	box-sizing: border-box;
}

.d3newsblockimage img {
	max-width: 100%;
}

.d3newsblocktitle {
	float:left;
	width: 83.3333333%;
	padding: 10px;
	box-sizing: border-box;
}


/* dropdown menu */
@media (max-width: 600px) {
	.d3newsblockimage {
		width: 33.33333333%;
	}
	.d3newsblocktitle {
		width: 66.66666667%;
	}

}

.d3news_recent_img {
	float:left;
	width: 25%;
	padding:4px;
	box-sizing: border-box;
}

.d3news_recent_title {
	float:left;
	width: 75%;
	padding:4px;
	box-sizing: border-box;
}

.d3news_recent_title h3 {
		font-size: 1.2em;
}

.news-image {
	text-align:center;
}

.news-image img {
	width:80%;
	height: auto;
}

@media (max-width: 767px) {

	.d3news_left {
		width: 100%;
	}

	.d3news_right {
		display: none;
	}


}


@media (max-width: 1000px) {

	.nav a {
		font-size: 12px;
		padding:.25em .5em;
	}

	.nav button {
		font-size: 12px;
	}
}

@media (max-width: 480px) {

	nav.mobile {
		font-size: 18px;
		line-height: 60px;
	}


	.nav a {
		font-size: 18px;
		padding:.4em 1em;
	}

	.nav button {
		font-size: 30px;
	}

}

/* for mainmenu */
.menuTop {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menuMain
 {	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top:1px solid #999;
}

#searchform {
	line-height: 2;
}
.maxwidth {
	width: 100%;
}

.wmax {
	width: 100%;
}

.lyellow {
	color: #ccddff !important;
}

.half-white {
	background-color: rgba(255,255,255,0.5);
	font-weight: bold;
}

.btitle {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	border-bottom: 3px solid #3333aa;
}

.bluebar {
	padding:10px;
	border: 2px solid #36a;
	color: #36a;
	font-weight: 600;
}
