@charset "utf-8";
body {
	background-color: #FFFFFF;
}
h1, h2, h3 {
	margin: 0;
}
.navigation {
	background-color: #323232;
}
.navigation p {
	padding-top: 40px;
	color: #FFFFFF;
	font-size: 18px;
}
	
@media (max-width: 576px) {
  .navigation p {
	padding-top: 15px;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 0px;
	}
.yokokugiri {
	border-left: 2px solid #074B04;
}

}
.mainimage {
	padding: 0;
	margin: 0;
}
.heading {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: normal;
	border-left: 10px solid #2F2F2F;
	background-color: #09A742;
}

.heading2{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #1223D9;
}
.items {
	color: #FFFFFF;
	text-align: center;
	background-color: #323232;
	
}
strong {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 20px;
}
li {
	display: block;
	padding-left: 1px;
	padding-right: 1px;
	color: #3041F0;
	list-style-type: none;
}
.copy {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	text-align: center;
}

.footer {
	background-color: #09A742;
	left: 0px;
	right: 0px;
}

.footer02 {
	background-color: #323232;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.pic {
        width:500px;
        margin:10px;
        float:left;
}

.button1 {
	width: 150px;
	height: 35px;
	position: fixed;
	z-index: 900;
	top: 20px;
	right: 20px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 18px;
	background-color: #E59125;
	text-align: center;
	border-radius: 10;
	text-indent: 0;
	border: 2px outset #EDA950;
	border-collapse: separate;
	border-spacing: 0 0px;
	padding-top: 2px;
}

@media (min-width: 460px)and (max-width: 992px){
	.button1 {
	width: 250px;
	height: 35px;
	position: fixed;
	z-index: 900;
	top: 20px;
	right: 20px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 18px;
	background-color: #E59125;
	text-align: center;
	border-radius: 10;
	text-indent: 0;
	border: 2px outset #EDA950;
	border-collapse: separate;
	border-spacing: 0 0px;
	padding-top: 2px;
	}
}




.button2 {
	width: 150px;
	height: 35px;
	position: absolute;
	z-index: 900;
	top: 60px;
	right: 20px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 18px;
	background-color: #13B0C3;
	text-align: center;
	border-radius: 10;
	text-indent: 0;
	border: 2px outset #73CBA6;
	border-collapse: separate;
	border-spacing: 0 0px;
	padding-top: 2px;
}

.button3 {
	width: 100%;
	height: 35px;
	position: relative;
	z-index: 900;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 16px;
	background-color: #13B0C3;
	text-align: center;
	text-indent: 0;
	border-spacing: 0 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	left: 0px;
	right: 0px;
	opacity: 0.85;
	
	max-width: 100%;
	border-style: solid;
	border-width: 0px;
	padding-top: 7px;
}

@media (min-width: 768px) {
    .button3 {
      pointer-events: none;
    }
  }


.button5 {
	width: 100%;
	height: 35px;
	position: relative;
	z-index: 900;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 16px;
	background-color: #F99F2B;
	text-align: center;
	text-indent: 0;
	border-spacing: 0 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	left: 0px;
	right: 0px;
	opacity: 0.85;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	max-width: 100%;
	padding-top: 7px;
}




/* loading */
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	z-index: 998;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 902;
}


/* svg */
.st0 {
  fill:#E4007F;stroke:#E4007F;stroke-width:3;stroke-miterlimit:10;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: hello 3s ease-in 0s;
  animation: hello 3s ease-in 0s;
}
		
	.st1 {
  fill:#0060e6;
  stroke:#0060e6;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: hello 3s ease-in 0s;
  animation: hello 3s ease-in 0s;
}

  @-webkit-keyframes hello {
      0% {
        stroke-dashoffset: 2000;
        fill:transparent;
      }
      40% {
        stroke-dashoffset: 1000;
        fill:transparent;
      }
      50% {
        fill:transparent;
      }
      100% {
        stroke-dashoffset: 0;
        fill:#0060e6;
      }
    }
		
		
.active{
  fill:#573A3B;
  stroke:#573A3B;
  
}


/* map1 */
.google-map {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
	right: 6px;
	left: 6px;
}
.google-map iframe {
	position: absolute;
	top: 0;
	left: auto;
	width: 100%;
	height: 100%;
	
}

/* map2 */
#mapField {
  width: 100%;
  height: 350px;
}.navitab-revesion {
	font-size: 10px;
	color: #FFFFFF;
}


#no-fixed {
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}


.wrap{
	z-index: 85;
}



.headBack {
	width: 100%;
	height: 77px;
	background-image: url(../img/headback.jpg);
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-color: #FFFFFF;

}
.headBack-W {
	background-color: #FFFFFF;
	background-image: url(../img/headback.jpg);
}


.alt-table-responsive {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	font-size: small;
	border-width: 1px;
}


#play {
	width: 60px;
	height: 30px;
	background-color: #323232;
	color: #FFFFFF;
	font-family: "Comic Sans MS", cursive;
	font-style: normal;
	font-weight: 700;
	font-size: medium;
	margin: 4;
	text-align: center;
	display: compact;
}


.breadcrumb{
	background-color: #FFFFFF;
	font-size: small;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: -15px;
}

.breadcrumb > li + li:before {
  content: ">";
}

#balloon1, #balloon2{
	position: absolute;
	height: 0;
	overflow: hidden;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	z-index: 45;
}

.tx-ind       {
text-indent : 1em
}

.tsume       {
	margin-bottom: 5px;
}

.servicesList       {
	height: 39px;
	color: #FFFFFF;
	padding-left: 11px;
	left: 0em;
	letter-spacing: 1px;
	border-color: #979696;
	width: 100%;
	padding-top: 8px;
	background-image: -webkit-linear-gradient(270deg,rgba(21,207,198,1.00) 0%,rgba(19,176,195,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(21,207,198,1.00) 0%,rgba(19,176,195,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(21,207,198,1.00) 0%,rgba(19,176,195,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(21,207,198,1.00) 0%,rgba(19,176,195,1.00) 100%);
	margin-bottom: 2px;
}

.servicesList:before {
	font-family: "FontAwesome";
	content: '\f138';
	}

@media (min-width: 768px) {
  .servicesList       {
	height: 39px;
	color: #FFFFFF;
	padding-left: 35px;
	left: 0em;
	letter-spacing: 2px;
	border-color: #979696;
	width: 100%;
	padding-top: 8px;
	margin-bottom: 20px;
	text-indent: 0px;
}}



#scrollTop {
  
}

#contact01 {
  
}

#contact02 {
  
}

#otoiawase {
  
}

.otoiawaseNon {
	display:none;
  
}

.otoiawaseON {
 	display:block; 
}

#otoiawasebtn {
 	 
}

#otoiawasebtn02 {
 	 
}

.liNomal {
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
	color: #323232;	
}
.maxW {
	max-width: 150px;
}

.komidashi{
	color: #1B971A;
	font-style: normal;
	font-size: 19px;
	margin-bottom: 5px;
	padding-top: 8px;
	font-weight: bold;
}

.klogoDeviceYoko {
	}

@media (max-width: 767px) and (orientation: landscape) {
.klogoDeviceYoko {
	width: 200px;
	transition: width 2s ease-in-out 0.01s;
	}
}

.naiyo {
	width: 95%;
}

.servicesList a, a:hover, a:active, a:focus {
    color: #C7F1A1;
	}
