/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Roboto%20Slab:300,400,500,600,700);

p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
	font-family: "classico-urw",sans-serif;
}

.innerbanner-text h1 { text-shadow: 1px 1px 5px #2e3d4f; color:#FFF;}

h2 {
	font-size: 40px;
	font-family: "classico-urw",sans-serif;
	color:#E54E99;
}


.section h2 { margin-bottom:1em; }

h2 span { 
		  
		  display:block;
		  font-size:12px;
		  font-weight:bold;
		  color : #736357;
		  color : rgb(115, 99, 87);
		  line-height:2.4;
		  }

h3 {
	font-size: 28px;
	color: #736357;
	font-weight: 300;
	font-family: "classico-urw",sans-serif;
	margin-bottom: 1em;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
	font-family: "classico-urw",sans-serif;
	padding:0 20px ;
	border:1px solid #2d3033;
	border-width: 0 1px 0 1px;
	display: inline-block;
	margin-bottom: 20px;
}
h5 {
	font-size: 16px;
	color: #736357;
	text-transform: uppercase;
	font-family: "classico-urw",sans-serif;
	font-weight: 700;
}
.btn {
	background-color: #3bc492;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #3d3d3d;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	color: #6c7279;
	width:100%;

}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
#top #news.section {
	padding: 160px 0 60px;
}

.section {
	padding: 170px 0px 60px;
	margin-top:-160px;
}

#notop .section {
	padding: 180px 0 60px;
	margin-top:-180px;
}


.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space
{
	margin-top:60px;
}
a.svglink { display:block;}
a.svglink object{
	pointer-events: none;    
width: 100%;
height: auto;
}
.svglink.btn, .svglink.btn:hover{ padding:0; background-color:transparent;}

/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
}
#header #sitecopy { 
	width:100%; 
	background : #012877;
  	background : rgba(1, 40, 119, 0.8); 
	position:fixed; 
	top:0
}
#header #sitecopy .header-copy-content {max-width: 1170px; margin:0 auto;}
#header #sitecopy h1 { font-size:12px; color:#FFFFFF; margin:0 auto; line-height:2.0; padding:0.5em 0;}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 60px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
	position:relative;
}
#header .logo {
	float: left;
	margin-top:-10px;
}
#header.fixed {
	background : #666;
  	background : rgba(102, 102, 102, 0.7);
	z-index:999;
}

#header.fixed .header-content {
	border-bottom: none;
	padding: 20px 0;
	min-height: 150px;
}
#header.fixed  #sitecopy{ margin-top:-40px;}
#header.fixed .nav-toggle {
	top: 18px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
	padding:10px;
	background:rgba(255, 255, 255, 0.75);
    border:solid 0px #FFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

	}
.navigation li {
	display: inline-block;
	padding-left:0;
	margin-left:5px;
}
.navigation li a.fa-caret-down:before{color:#E54E99; }
.navigation li a.fa-caret-right:before{color:#fad644;}
.navigation a {
	color: rgba(0, 0, 0, 1.0);
	font-size: 13px;
	font-weight: 400;
	margin-left:5px;
	letter-spacing: 3px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	display: block;
}
.navigation a:hover {
	/*olor: rgba(0, 0, 0, 0.7);*/
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.navigation .bt_contact.fa-caret-right{ color:#fad644; }
.navigation .bt_contact a { 
	background:#E54E99; 
	padding:6px 10px; 
	display:block; 
	border:solid 0px #E54E99;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
	color:#FFF; 
	}
.navigation .bt_contact a:hover { 
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
    }	
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #4b1685;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #4b1685;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/

.banner {
	background-color: #FFF;
	background : -moz-linear-gradient(50% 0% -90deg,rgba(153, 204, 255, 1) 0%,rgba(255, 255, 255, 1) 99.51%);
	background : -webkit-linear-gradient(-90deg, rgba(153, 204, 255, 1) 0%, rgba(255, 255, 255, 1) 99.51%);
	background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(153, 204, 255, 1) ),color-stop(0.9951,rgba(255, 255, 255, 1) ));
	background : -o-linear-gradient(-90deg, rgba(153, 204, 255, 1) 0%, rgba(255, 255, 255, 1) 99.51%);
	background : -ms-linear-gradient(-90deg, rgba(153, 204, 255, 1) 0%, rgba(255, 255, 255, 1) 99.51%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99CCFF', endColorstr='#FFFFFF' ,GradientType=0)";
	background : linear-gradient(180deg, rgba(153, 204, 255, 1) 0%, rgba(255, 255, 255, 1) 99.51%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99CCFF',endColorstr='#FFFFFF' , GradientType=0);
	/*min-height: 750px;*/
	overflow: hidden;
}
.banner-text {
	padding-top: 28%;
}
.banner-text h1 {
	color: #fff;
	font-family: "Roboto Slab", sans-serif;
	font-size: 80px;
	font-weight: 700;
}
.banner-text p {
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 80px;
}

/* ------------------------------------------------------------------------------
	 Header Slider
-------------------------------------------------------------------------------*/
#slick-slider { height:680px; position:relative;}

.slick-inner {
	width: 100%;

	margin: 0 auto;
	overflow: hidden;
}
.slick-inner {
	height: 100%;
}

.slick-inner div .image01, .slick-inner div .image02,.slick-inner div .image03,.slick-inner div .image04{ height:680px; width:100%;}

.slick-inner .image01 { background:url(/images/top/main01.jpg) center center no-repeat;background-size: cover;}
.slick-inner .image02 { background:url(/images/top/main02.jpg) center center no-repeat;background-size: cover;}
.slick-inner .image03 { background:url(/images/top/main03.jpg) center top no-repeat;background-size: cover;}
.slick-inner .image04 { background:url(/images/top/main04.jpg) center bottom no-repeat;background-size: cover;}
.caption {
	bottom: 36%;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	z-index: 10;
}
.caption h3 {

	color: #FFF;
	text-shadow: none;
	font-size:20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom:1.5em;
}
.caption p {
	font-family:sans-serif;
	color: #6c7279;
	text-shadow: none;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
}

#slick-slider .slider-mask object { position:absolute; bottom:-2px; z-index:99; width:102%; padding:0; margin:0;}


/* ------------------------------------------------------------------------------
	Anker Link TOP
-------------------------------------------------------------------------------*/

.a-link a .fa.fa-arrow-circle-o-down { color:#fad644; font-size:36px; }
.a-link a:hover .fa.fa-arrow-circle-o-down { color:#fad644; opacity:0.8; }


/* ------------------------------------------------------------------------------
	Description Text
-------------------------------------------------------------------------------*/

.descripton p {
	color: #3d3d3d;
	font-size: 18px;
	line-height: 33px;
	font-weight: 400;
}

  

/* ------------------------------------------------------------------------------
	Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: center;
	background : #EAEEF8; 
	margin-top:0;
	padding-top:20px;
	padding-bottom:40px;
	position: relative;
}
.footer #wave{ position: absolute; top:-15px; width:100%; height:30px;}
.footer p {
	font-size: 11px;
	color: #666;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.footer a {
	color: #666;
}
.footer a:hover {
	color: #e84545;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li  {
  padding: 4px 0;
  margin: 0 10px;
  display: inline-block;
  float: none;
-webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.footer .footer-share li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #666;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.footer .footer-share li:hover:before, .footer .footer-share li:focus:before, .footer .footer-share li:active:before {
  left: 0;
  right: 0;
}


.footer .footer-share a {
	color: #4d4d4d;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
.footer .footer-corpname dl{ width:80%; margin:10px auto 0; text-align: left;}
.footer .footer-corpname dl dt, .footer .footer-corpname dl dd { display: table-cell; padding-top:0; vertical-align: top; padding:0 20px;} 

.copyright { margin-top:10px; padding-top:0;}
#totop_btn { display:inline-block; position:fixed; bottom:55%; right:0; font-size:12px; background-color:rgba(1, 40, 119, 0.8); padding:10px; width:30px; z-index:1000; text-align:center; color:#FFF; }


#line-block {
	position:absolute;
	right:0;
	top:120px;
	display: inline-block;
	padding:10px 20px;
	text-align: center;
	background-color:rgba(240,240,240,0.8);
	width:auto;
	z-index: 2000;
	border-radius: 50px;
}
#line-block.fixed {
	top:80px;
}

/* ------------------------------------------------------------------------------
	Inner Page Banner
-------------------------------------------------------------------------------*/

.innerbanner {
	height: 400px;
	min-height: 100%;
	position:  relative;
}
.innerbanner-text h1 { margin-bottom:30px; font-size:48px; }
.innerbanner-text {
	padding-top: 138px;
	padding-bottom: 30px;
}

.innerbanner-text p {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 24px;
	margin-bottom: 60px;
	text-shadow: 1px 1px 5px #2e3d4f; 
}
.innerbanner small { position: absolute; right:20px; bottom:50px; color: #FFFFFF; }
/* ------------------------------------------------------------------------------
	Inner description
-------------------------------------------------------------------------------*/
.inner-description h1 {
	color: #3d3d3d;
	font-size: 23px;
	font-weight: 700;
	margin-top:55px;
}

.inner-description p {
	color: #3d3d3d;
	font-size: 18px;
	line-height: 33px;
	font-weight: 400;
}
.inner-description img
{
width:150px;
height:150px;
border-radius:50%;	
}
.innerbanner #local_nav{ 
background : #F19F0F;
  background : rgba(241, 159, 15, 0.9);
  width:100%;
  position:absolute;
  bottom:0;
	 }
.innerbanner #local_nav.fixed { position: fixed; z-index:500;top:150px; bottom: inherit;}
.innerbanner #local_nav ul { max-width:1170px; padding:10px 20px; width:100%; margin:0 auto; text-align: center; }
.innerbanner #local_nav ul li { display:inline-block; margin:0 10px;}
.innerbanner #local_nav ul li a {
	display: inline-block;
	color: #fff;
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
    outline: none;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    text-shadow: none;
	}
.innerbanner #local_nav ul li a:hover,.innerbanner #local_nav ul li.active a:hover,
.innerbanner #local_nav ul li a:focus {
	-webkit-transform: scale(0.99);
	-moz-transform: scale(0.99);
	transform: scale(0.99);
	color: #ba7700;
	outline: none;
}

/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
.conForm
{
margin-top:50px;	
}
.conForm input {
	background:#fafafa;
	color:#797979;
	padding:15px 30px;
	border:none;
	margin-right:3%;
	margin-bottom:30px;
	outline:none;
	font-style:normal;
	border:#f4f3f3 1px solid;
	font-size:15px;
}
.conForm input.noMarr {
	margin-right:0px;
}
.conForm textarea {
	background:#fafafa;
	color:#797979;
	padding:15px 30px;
	margin-bottom:18px;
	outline:none;
	height:300px;
	font-style:normal;
	resize:none;
	font-size:15px;
	border:#f4f3f3 1px solid;
}


.conForm .submitBnt {
	background:#3bc492;
	color: #fff;
		padding: 15px 40px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.conForm .submitBnt:hover {
	background:#3d3d3d;
	color:#fff;
}
.error_message {
    color: #ff675f;
    font-weight: 500;
    padding-bottom: 15px;
}
#success_page h3 {
    color: #5ed07b;
    font-size: 17px;
    font-weight: 700;
}