/*------------------------------------------------------------------
Project:	Nantes - multi purpose one-page template
Version:	1.0
Last change:	18/02/2016 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page
-------------------------------------------------------------------*/

/* main font for menu. */
@import url(http://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);

/*--------------------
Color customizations
change these colors to change overlays
--------------------*/

.mz-module:hover .ot-circle.color1 {
	color: #C54A4A;
}
.mz-module:hover .ot-circle.color2 {
	color: #6091DC;
}
.mz-module:hover .ot-circle.color3 {
	color: #6EB377;
}
.mz-module:hover .ot-circle.color4 {
	color: #FCBE03;
}

/*--------------------
General
--------------------*/

body {
	margin: 0px;
	font-family: "Open Sans", Sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	letter-spacing: 0.4px;
	font-family: 'Open Sans', Sans-serif;
	color: #232323;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.2px;
	color: #444444;
}

.dark-bg p {
color: #B1B1B1;	
}

a:hover, a:focus, a:active, a.active {
	color: #fec503;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

::selection {
	text-shadow: none;
	background: #fed136;
}
.btn{
	white-space:normal;
}

@media (min-width: 768px) {
	section {
		padding: 150px 0;
	}
}

section {
	padding: 90px 0;
}

ul {
	padding-left: 0;
	padding-top: 10px;	
}

ul li {
    list-style: none;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #000000;
}
.drop{
	display:none;
}

.drop-down i{
	display:none;
}

.kyoutyou {
	margin:1em 0;
}

@media (min-width:768px) and (max-width:1119px){
	ul{
		padding-top:0px;
	}
}
/*--------------------
section ul li:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f105";
	padding-right: 7px;
	color: #23AD21;
}

/*--------------------
 Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}

.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}

/*--------------------
 Navigation
--------------------*/

.navbar-default {
	background-color: #fff;
	border-color: transparent
}
.navbar-default .navbar-brand {
	color: #fff;
	font-family: "Open Sans",sans-serif;
	padding: 0px;
	margin-left: 10px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #fec503
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle {
	background-color: #fed136;
	border-color: #fed136
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #fed136
}
.navbar-default .nav li a {
	font-family: "Open Sans",sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #444448;
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #fed136;
	outline: 0
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #fed136
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #fec503
}
.nav > li > a{
	padding:10px 8px;
}
@media (min-width:768px) {
	.navbar-default
	{
		background-color: rgba(255, 255, 255, 0.65);
		padding: 5px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s;
		margin-top: 10px;
	    margin-left: 10px;
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		background-color: #FFFFFF;
		padding: 5px 0;
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
		margin-top: 10px;
	}
	.drop-down i{
		display:inline;
	}
	.drop{
		position:absolute;
		background-color:black;
		width:100%;
	}
	.drop li a{
		font-size: 12px;
		color: #fff;
		display:inline-block;
		width:100%;
		padding-left:8px;
	}
}
@media (min-width:768px) and (max-width:1119px){
	.navbar-default .nav {
		width:600px;
	}
	.navbar-default .nav li a{
		font-size:11px;
		padding:0px 7px;
	}
	.navbar-default .nav li .drop > li a{
		font-size:11px;
		padding:0;
		padding-bottom:5px;
		padding-left:3px;
	}

}
/*--------------------
 Header
--------------------*/

header {
    margin-top: 80px;
}
@media (min-width:768px) and (max-width:1119px){
	header{
		margin-top:70px;
	}
}
@media (max-width:768px){
	header {
		margin-top:50px;
	}
}

.owl-slider-item {
	position: relative;
	background-color: #000;
}
.owl-slider .owl-controls {
	position: absolute;
	left: 0;
	top: 38%;
	width: 100%;	
}

.owl-slider .owl-controls .owl-nav [class*=owl-] {
	padding: 30px 40px;
	background: rgba(0, 0, 0, 0.26);
	border-radius: 0;
	margin: 0;
	font-size: 30px;
	z-index: 1000;
}

.owl-slider .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-slider .owl-controls .owl-prev {
	float: left;
}

.owl-slider .owl-controls .owl-next {
	float: right;
}
/*--------------------
Sections
--------------------*/

.section-title h2 {
	font-size: 50px;
	color: #B3B3BB;
	font-weight: 900;
	letter-spacing: -0.6px;
	position: relative;
	margin: 0 0 50px 0;
	padding-bottom: 15px;
}

.section-title h2:after {
	left: 50%;
	z-index: 1;
	width: 60px;
	height: 3px;
	content: " ";
	bottom: -5px;
	margin-left: -30px;
	text-align: center;
	position: absolute;
	background: #D4D4D4;
}

.dark-bg .section-title h2 {
	color: #fff;
}

.section-title p {
	font-size: 18px;
	font-weight: 300;
	line-height: 31px;
	margin: 20px 100px 60px 100px;
}

/*--------------------
CTA sectoin
--------------------*/

.section-cta {
	padding: 40px 0;
	color: #fff;
	background-color: #fcbe03;
}

.section-cta h2 {
	color: #fff;
	font-size: 23px;
	font-weight: 300;
	margin: 0 0 20px;
}

.button-cta {
	border: 2px solid #fff;
	padding: 10px 50px;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	display: inline-block;

	-webkit-transition: all .4s ease; /* Safari and Chrome */
	-moz-transition: all .5s ease; /* Firefox */
	-o-transition: all .5s ease; /* IE 9 */
	-ms-transition: all .5s ease; /* Opera */
	transition: all .5s ease;

}
.button-cta:hover {
	color: #000;
	background-color: #fff;	
	text-decoration: none;
}
/*--------------------
 News
--------------------*/
.sp-index section{
	padding:70px 0;
}

/*--------------------
 News
--------------------*/
	
#news-contents {
	display:block;
	height:200px;
	max-height:200px;
	overflow-y:scroll;
}

/*--------------------
Face Book
--------------------*/
.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}
/*--------------------
Topics
--------------------*/
#topics .button-cta {
	background:#555555;
	margin:5px;
}
#topics .button-cta:hover{
	background:#C0C0C0;
}
#topics h3{
	font-size:30px;
}
#topics p {
	font-size:20px;
}
#topics img{
	margin-bottom:20px;
	padding:0px;
	max-width:400px;
}

#topics .sirusu {
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
}
#topics .ijou {
	text-align:right;
	margin-top:5px;
}
/*--------------------
Activity Report
--------------------*/

#activity-report .k-h3 h3{
	padding: 0.25em 0.5em;
	color: #494949;
	background: transparent;
}
#activity-report #gikai{
	border-left:solid 6px #c54a4a;	
}
#activity-report #seimu{
	border-left:solid 6px #6091dc;	
}
#activity-report #sonota{
	border-left:solid 6px #6eb377;	
}
#activity-report h4 {
	font-family:"Open Sans",Sans-serif;
	color: #494949;
	padding: 0.5em 0;
	border-top: solid 3px #494949;
	border-bottom: solid 3px #494949;
}
#activity-report  hr{
	border-color:#494949;
}
#activity-report .naiyou img{
	max-width:300px;
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
}

@media (min-width:768px) {

.naiyou{
	margin-left:10px;
}

}

.naiyou div{
	margin:10px;
}

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

.mz-module-about {
    border: 1px solid #E6E6EA;
    min-height: 280px;
    padding: 20px;
    background-color: #EFEFF1;
}

.mz-module-about h3 {
	font-weight: 500;
	font-size: 19px;
	/* text-transform: uppercase; */
	color: #424242;
	/* letter-spacing: 2px; */
	margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
	color: #FFFFFF;
}

.mz-module-about p {
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	color: #848484;
}
.mz-module-button {
	background-color: #B6B6C3;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	opacity: 0;
	color: #fff;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}
.mz-module:hover .mz-module-button {
	bottom: -45px;
	opacity: 1;
}
.mz-module-button:hover {
	background-color: #1a1a1a;
	color: #fff;
	text-decoration: none;
}

.mz-module-button {
	color: #fff;
}

.ot-circle {
	height: 95px;
	width: 95px;
	text-align: center;
	line-height: 98px;
	color: #FFFFFF;
	margin: 0 2px 4px;
	font-size: 75px;

	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;

}
a.katudou-menu-a{
	text-decoration:none;
}
.katudou-menu:hover{
	border:2px solid #808080;
}
.katudou-menu{
	height:280px;
	-webkit-display: flex;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-color:#EFEFF1;
}
.katudou-menu .fa-book{
	color:#c54a4a;
}
.katudou-menu .fa-pencil{
	color:#6091dc;
}
.katudou-menu .fa-bullhorn{
	color:#6eb377;
}
.katudou-menu i{
	height:95px;
	width:95px;
	text-align:center;
	line-height:98px;
	font-size:75px;
	
}
/*--------------------
Profile
--------------------*/
#profile img{
	width:100%;
	max-width:200px;
}
#profile-page{
	display:none;
}

#profile .well{
	background-color:#FFF
}
.profile-contents{
	margin-bottom:20px;
}

.profile-contents > div{
	display:none;
}

.profile-contents > div:first-child{
	display:block;
}
.profile-contents h3{
	padding: 0.25em 0.5em;
	color: #494949;
	background: transparent;
	border-left:solid 6px #FF5F00;
}
.profile-contents h4{
	color:#000080;
	font-weight:bold;
	border-bottom:solid 1px #000080;	
}
.profile-contents a{
	text-decoration:none;
}
.profile-menu a{
	text-decoration:none;
}
.profile-menu li{
	cursor:pointer;
	background-color:#EEEEEE;
	border-radius:6px;
	padding:5px;
	line-height:1.5em;
	margin-bottom:3px;
}
.profile-menu .p-active{
	background-color:#999999;
}
.twitter-icon{
	background-color:#55acee;
	padding:5px 60px;
	display:inline-block;
	margin-top:5px;
}
.fa-twitter {
	font-size:22px;
	color:#FFF;
	vertical-align:middle;
}
.facebook-icon{
	background-color:#315096;
	padding:5px 60px;
	display:inline-block;
	margin-top:5px;
}
.fa-facebook-f{
	font-size:22px;
	color:#FFF;
	vertical-align:middle;
}
.instagram-icon{
	background-color:#E1306C;
	padding:5px 60px;
	display:inline-block;
	margin-top:5px;
}
.fa-instagram{
	font-size:22px;
	color:#FFF;
	vertical-align:middle;
}

/*--------------------
Performance
--------------------*/
.performance-menu li{
	cursor:pointer;
	background-color:#EEEEEE;
	border-radius:6px;
	padding:5px;
	line-height:1.5em;
	margin-bottom:3px;
}
.performance-contents h3{
	padding: 0.25em 0.5em;
	color: #494949;
	background: transparent;
	border-left:solid 6px #FF5F00;
}
.performance-contents h4{
	color:#000080;
	font-weight:bold;
	border-bottom:solid 1px #000080;
	margin-left:10px;
}
.performance-contents li{
	margin-left:15px;
}

/*--------------------
Link
--------------------*/
.link h3{
	padding: 0.25em 0.5em;
	color: #494949;
	background: transparent;
	border-left:solid 6px #FF5F00;
}
.link div{
	margin:20px;
}

/*--------------------
Siryou
--------------------*/
.kusei-content {
	margin:0 auto;
	max-width:900px;
}
.kusei-content .carousel-indicators {
	border-radius:10px;
	background-color:rgba(0,0,0,0.5);
	bottom:-30px;	
}
.kusei-content .img_block {
	display: block;
	float: left;
	margin-left: 15px;
}
.kusei-content .img-carousel {
	width: 275px;
	height: auto;
	padding:10px;
}
.kusei-content .carousel-control.right, .kusei-content .carousel-control.left {
	background-image: none;
}
.kusei-content .carousel-control {
	width: 5px;
}
#reportCarousel {
	margin-top: 10px;
	margin-bottom: 50px;
}
.kusei-content .carousel-inner>.item {
	margin-left: 28px;
}
@media screen and (max-width: 999px) and (min-width: 600px) {
	.kusei-content {
		margin:0 auto;
		max-width:600px;
	}
	.kusei-content .img-carousel {
		width: 180px;
	}
}
@media screen and (max-width: 599px) and (min-width:451px) {
	.kusei-content {
		margin:0 auto;
		max-width:480px;
	}
	.kusei-content .img-carousel {
		width: 130px;
	}
	.kusei-content .carousel-inner>.item {
		margin-left: 20px;
	}
}

#siryou h3{
	padding: 0.25em 0.5em;
	color: #494949;
	background: transparent;
	border-left:solid 6px #FF5F00;
	
}
#siryou h4{
	color:#000080;
	font-weight:bold;
	border-bottom:solid 1px #000080;	
	font-family:'Open Sans', sans-serif;
}
#siryou .backnumber{
	max-width:440px;
	width:100%;
	height:auto;
	white-space:normal;
	text-align:left;
	margin-bottom:10px;
}
.backnumber-menu li{
	cursor:pointer;
	background-color:#EEEEEE;
	border-radius:6px;
	padding:5px;
	line-height:1.5em;
	margin-bottom:3px;
	margin-left:3px;
	margin-right:3px;
}
/*--------------------
Kaiha
---------------------*/
#kaiha h3{
	padding: 0.25em 0.5em;
	color: #494949;
	background: transparent;
	border-left:solid 6px #FF5F00;
	
}
#kaiha h4{
	color:#000080;
	font-weight:bold;
	border-bottom:solid 1px #000080;	
	font-family:'Open Sans', sans-serif;
}
#kaiha .btn{
	margin-left:5px;
	margin-right:5px;
}
.kaiha-contents {
	max-width:780px;
}
/*--------------------
 Contact
--------------------*/
#contact button{
	float:right;
}
.req {
	color:red;
}
/*--------------------
Sitemap
--------------------*/
#sitemap .contents a{
	height:100px;	
	-webkit-display: flex;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	
}
/*--------------------
 Footer
--------------------*/

footer {
	padding: 30px;
	background-color: #000;	
}

footer p {
	color: #B7B7B7;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.6px;
}

footer p a {
	color: #fff;
}

footer p a span {
	color: #FCBE03;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 700;
}
footer ul{
	list-style: circle;
}
footer ul li{
	color:#FFF;
	display:inline;
	padding:0px 5px;
	border-left:1px #FFF solid;
}
footer ul li:first-child{
	border-left:none;
}

footer .fa{
	font-size:20px;
}

footer .circle{
min-width:30px;
width:30px;
height:30px;
background:#C0C0C0;
border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
display: flex;
align-items: center;
justify-content: center;
}
footer .row p{
margin:0px 5px;
margin-top:5px;
overflow:visible;
word-break: keep-all;
text-align:left;
padding-left:30px;
}
footer  div .row .row{
margin-top:5px;
}

/*--------------------
Modal

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {	
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin: 25px 20px;
}

.modal-works span {
	background-color: #FED136;
	margin-right: 15px;
	padding: 5px 10px;
}
--------------------*/
/*----------------------------------
Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background: #A9A9B1;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background: #fed136;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
	margin-top: 7px;
	font-size: 20px;
}
}

@media (max-width:768px) {

.tyousei1 {
	margin-left: 60px;
}

.tyousei2 {
	margin-left: 45px;
}

.tyousei3 {
	margin-left: 30px;
}

.tyousei4 {
	margin-left: 30px;
}

.tyousei5 {
	margin-left: 30px;
}

.tyousei6 {
	margin-left: 120px;
}

.tyousei7 {
	margin-left: 175px;
}

.tyousei8 {
	margin-left: 120px;
}

.tyousei9 {
	margin-left: 120px;
}

.tyousei10 {
	margin-left: 120px;
}

.tyousei11 {
	margin-left: 120px;
}

.comma {
    display: none;
}

.newline {
	display: block;
}

}

@media (min-width:768px) {

	.tyousei1 {
		margin-left: 150px;
	}
	.tyousei2 {
		margin-left: 135px;
	}
	.tyousei3 {
		margin-left: 120px;
	}
	.tyousei4 {
		margin-left: 120px;
	}
	.tyousei5 {
		margin-left: 120px;
	}
	.tyousei6 {
		margin-left: 120px;
	}

	.tyousei8 {
		margin-left: 10px;
	}
	.tyousei9 {
		margin-left: 25px;
	}

	.tyousei10 {
		margin-left: 40px;
	}

	.tyousei11 {
		margin-left: 10px;
	}
	
	}