@charset "utf-8";
/* CSS Document */

@import "https://fonts.googleapis.com/css?family=Orbitron";
@import "https://fonts.googleapis.com/css?family=Josefin Sans";
@import "https://fonts.googleapis.com/css?family=Quicksand";
@import "https://fonts.googleapis.com/css?family=Comfortaa";

/*------------------------------------------------------------- リセット ***/
body,div,dl,dt,dl,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0px;
	padding:0px;
}

table { border-collapse:collapse; border-spacing:0; }

fieldset,img { border:0; }

address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:normal; }

li { list-style:none; }

caption,th { text-align:left; }

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
	font-weight:normal;
}

q:before,q:after { content:''; }

abbr,acronym { border:0; font-variant:normal; }

sup { vertical-align:text-top; }

sub { vertical-align:text-bottom; }

input,textarea,select {
    font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
    *font-size:100%;
}

legend { color:#000000; }



/*------------------------------------------------------------- 共通 ***/

.font_Orbitron{
	font-family:"Orbitron";
}

a:link {
/*	color:#333333;
	text-decoration:underline;*/
} 
a:visited {
/*	color:#aaaaaa;
	text-decoration:underline;*/
} 
a:hover {
/*	color:#000000;
	text-decoration:none;*/
}
a:active {
/*	color:#000000;
	text-decoration:underline;*/
}
strong {
/*	font-weight: bold;
	color: #000000;*/
}
img {
    border:none;
}

img a{
	border:none;
}

h1 {
	margin:0;
	padding:0;
}

h2{
	margin:0;
	padding:0;
}

h3{
	margin:0;
	padding:0;
}

h4{
	margin:0;
	padding:0;
}

h5{
	margin:0;
	padding:10px 10px 10px 0;
	color:#fff;
	text-align:right;
	font-family:"Orbitron";
	font-size:80%;
}

h6{
	text-align:center;
	color:#fff;
}

.mb20{
	margin-bottom:20px;
}

.mb10{
	margin-bottom:10px;
}

.h35{
	height:35px;
}

body {
	color:#333333;
	line-height: 140%;
	font-size: 13px;
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック","Henny Penny";
}

.clear_both{
    clear:both;
}

#page-top {
    bottom: 20px;
    font-size: 77%;
    position: fixed;
    right: 100px;
}
#page-top a {
    background-color: #333;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    width: 50px;
}
#page-top a:hover {
    text-decoration: none;
    line-height: 130%;
}

#wrapper {
    height: auto !important;
    min-height: 100%;
    width: 100%;
}


#header {
    background: #ffffff none repeat scroll 0 0;
    height: 100%;
}

.logo{
	margin:20px auto 20px auto;
}

#gnav {
    padding: 0 0 45px;
}
.gnav {
    border-left: 5px solid #0085b2;
}
.gnav a {
    border: 1px solid #eee;
    color: #333333;
    display: block;
    float: left;
    font-size: 12.5px;
    list-style: outside none none;
    margin-bottom: 1%;
    margin-left: 1%;
    padding: 5px 1px 0 11px;
    text-decoration: none;
    width: 43%;
}
.gnav a span {
    color: #59abdd;
    display: block;
    font-size: 10px;
	font-family:"Orbitron";
}

.gnav a.current, .gnav a:hover {
    background: #ffffff url("images/arrow.png") no-repeat scroll 2% 50%;
    opacity: 1 !important;
}

.border{
	background-image:url(images/title.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
	margin-bottom:25px;
}

#main {
    height: 100%;
    padding: 10px;
}
main {
    display: block;
}

.main {
}

footer{
	background-color:#333333;
	bottom:0;
}

address {
    margin-bottom: 20px;
    padding: 5px 10px 10px;
}

.ttl {
    font-size: 225%;
    padding-right: 15px;
}

.subttl {
    border: 1px solid #555555;
    font-size: 140%;
    line-height: 250%;
    text-indent: 27px;
}

.aisatsu {
    font-size: 120%;
    line-height: 155%;
}

		/* Effect 14 */
#sample14{
	margin-bottom:40px;
	margin-top:20px;
}

#sample14 figure {
    height: 100px;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
    width: 90%;
}
		#sample14 figure img{
			border:5px solid #fff;
		}
		#sample14 figcaption {
			position: absolute;
			bottom: -15px;
			right: 30px;
			z-index: 2;
			width: 100%;
			height: 60px;
			background: rgba(0,0,0,.6);
			-webkit-transition: .3s;
			transition: .3s;
		}
		#sample14 figcaption h3 {
			padding: 5px 0 0;
			font-size: 18px;
			margin-right: -10px;
		}
#sample14 figcaption p {
    font-size: 15px;
    padding-top: 20px;
    text-align: left;
    text-indent: 35px;
}
		#sample14 figure:hover figcaption {
			margin-right: -30px;
		}
		.transform01 {
			-webkit-transform: scale(1);
			transform: scale(1);
			-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.transform02 {
			-webkit-transform: rotate(15deg) scale(1.4);
			transform: rotate(15deg) scale(1.4);
			-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		figure:hover .transform01 {
			-webkit-transform: scale(1.2);
			transform: scale(1.2);
		}
		figure:hover .transform02 {
			-webkit-transform: rotate(0) scale(1);
			transform: rotate(0) scale(1);
		}
		figure h3 {
			padding: 20px 0 5px;
			color: #fff;
			font-size: 23px;
			text-align: center;
			font-family: 'Open Sans', sans-serif;
			font-weight: 600;
		}
		figure p {
			color: #fff;
			text-align: center;
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
		}
		.eng{
			font-size:80%;
			padding-left:40px;
			font-family:"Orbitron";
		}

.button {
    height: 60px;
    text-align: center;
    text-decoration: none;
    width: 60px;

    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    float: right;
    margin: 5px 5px 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
	border-radius:60px;
	line-height:60px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button:hover {
	color: #fff;
}
.button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.button:hover::after {
	background: #333;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.carbox {
    border: 1px solid #333;
    float: left;
    margin-right: 1%;
    padding: 0.3%;
    width: 99%;
	margin-bottom:1%;
}

.carbox img{
	max-width:100%;
}

.carbox_title{
	background:#ffffff;
}

.sbbox {
    border: 1px solid #333;
    float: left;
    margin-right: 1%;
    padding: 0.3%;
    width: 23%;
	margin-bottom:1%;
}

.sbbox img{
	max-width:100%;
}

.sbbox_title{
	background:#ffffff;
}

.nagare {
    background-color: #cccccc;
    border-radius: 5px;
    margin-bottom: 2%;
    padding: 0.5%;
}

.nagare_title {
    border-bottom: 1px solid #eee;
    font-size: 120%;
    font-weight: bold;
    line-height: 200%;
    text-align: left;
    text-indent: 18px;
}

.nagare_setsumei {
    line-height: 150%;
    margin-left: 4px;
    margin-top: 5px;
}

.arrow_nagare{
/*	background-image:url(images/arrow_nagare.png);
	background-position:right center;
	background-repeat:no-repeat;
	width:14px;
	height:58px;
	float:left;
	margin-top:25px;
	margin-right:2%;*/
}

.blankbox{
	min-height:302px;
}

/*----------------------------------------------------
    .demo01
----------------------------------------------------*/

.demo01{
/*	background-color:#fff;*/
	width:90.4%;
}
.demo01 table   { width: 100%;  }
.demo01 th, .demo01 td  { padding: 10px; border: 1px solid #555; }
.demo01 th  { /*background: #D2E6F4;*/ font-weight:bold; }
.demo01 th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .demo01 {/* margin: 0 -10px;*/ }
    .demo01 th,
    .demo01 td{
        width: 100%;
        display: block;
        border-top: none;
    }
    .demo01 tr:first-child th   { border-top: 1px solid #555; }
}

.imgmax{
	max-width:100%;
}

.contact_table{
	background-color:#fff;
	width:90.4%;
}
.contact_table table   { width: 100%;  }
.contact_table th, .contact_table td  { padding: 10px; border: 1px solid #555; }
.contact_table th  { background: #59abdd; color:#fff; }
.contact_table th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .contact_table { margin: 0 -10px; }
    .contact_table th,
    .contact_table td{
        width: 100%;
        display: block;
        border-top: none;
    }
    .contact_table tr:first-child th   { border-top: 1px solid #555; }
	input{width:60%}
}

.soushin {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
/*    border-radius: 10px;*/
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: 1px;
    outline: medium none;
    padding: 10px 60px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
	color:#333;
}
.soushin::after {
/*    border-radius: 10px;*/
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
.soushin::before, .icon-heart::after, .icon-star::after, .icon-plus::after, .icon-file::before {
/*    border-radius: 10px;*/
    font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    text-transform: none;
}
.soushin-3 {
/*    border-radius: 10px;*/
    color: #333;
    margin: 10px 15px 0 0;
    border: 2px solid #333;
}
.soushin-3:hover {
    background: #333333 none repeat scroll 0 0;
/*    border-radius: 10px;*/
    color: #ffffff;
}
.soushin-3:active {
    background: #aaaaaa none repeat scroll 0 0;
/*    border-radius: 10px;*/
    color: #ffffff;
    top: 2px;
}
.soushin-3::before {
/*    border-radius: 10px;*/
    font-size: 140%;
    height: 100%;
    left: 0;
    line-height: 3;
    position: absolute;
    top: 0;
    width: 60px;
}

.map_left{
/*	float:left;*/
margin-bottom:8%;
}

.map_right {
/*    float: left;*/
    margin: 0 auto;
	width:90%;
}

.smart{
	background-color:#ddd;
}

.rnagare {
    background-color: #ffffff;
    border: 2px solid #59abdd;
    border-radius: 5px;
    padding: 0.5%;
    text-align: center;
}

.r2nagare {
    background-color: #ffffff;
    border: 2px solid #59abdd;
    border-radius: 5px;
    padding: 0.5%;
    text-align: center;
}

.r2nagare img{
	max-width:100%;
}

.arrow_nagare_blue {
    background-image: url("images/arrow_nagare_blue_shita.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 14px;
}


#map_canvas{
width: 280px; height: 150px;
margin:0 auto;
}

#streetview_canvas{
width: 280px; height: 150px;
margin:0 auto;
}

.contact_height{
	height:650px;
}