/*
    Theme Name: Arsha
    Theme URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');
/* === fontawesome === */
@import url('font-awesome.css');

/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');


body {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:15px;
	font-weight:500;
	line-height:1.6em;
	color:#000;
	background-color:#fff;
}

a:hover {
	text-decoration:none;	
}


.navbar-default {
	background-color: #fff;
	border-radius:0;
	border-right:0;
	border-left:0;
	border-top:0;	
    background-image:url(../img/bg_top2.jpg) ;
    background-repeat: no-repeat;
}


.container-fluid > .navbar-header {
	margin-right: 30px;
	margin-left: 10px;
	margin-top:20px;
	border-radius:0;
}
.navbar-brand {
  float: left;
  height: 30px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand h1 {
	float: left;
	line-height:20px;
	padding: 20px;
	font-size: 40px;
	margin-top:-18px;
	color:#AD2D05;
    font-weight: 600
}

.navbar-header h1 {
    color: #fff;
    text-shadow:2px 2px 3px #666;
    font-weight: 900;
    margin-bottom: 15px;
}

.navbar-brand h1:hover {
  background-color:#fff;
}


.text_em15 {
    font-size: 1.5em;
} 

#menu {
	font-size:15px;
	float:right;
	text-transform:uppercase;
	font-weight:900;


}


#menu ul.nav-tabs li {
	color:#000;	

}

.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 0;
  font-weight: bold !important;
}
.nav-tabs > li > a {
	margin-top:20px;
	margin-bottom:20px;
	margin-right: 15px;
	line-height: 1.42857143;
	border-bottom: 3px solid transparent;
	border-radius:0;
	color:#1542AC;
	border-top:0;
	border-right:0;
	border-left:0;	
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #50c0e9;
   color: #50c0e9;
  border-radius:0;
  background-color:#f9f9f9;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #AD2D05;
  border: 0;
  border-bottom-color: transparent;
  cursor:pointer;  
}

.slides {
	margin-top:-21px;	
}

#head_image {
    background-image:url(../img/bg_top.jpg)

}

#head_image h2, h3 {
    color:#D520BE

}

button {
  -webkit-appearance: none;
  padding: 0;	
  background: transparent;
  border: 0;
}

button.btn-primary h2 {
	padding:0;	
}

button.btn-primary h3 {
    text-shadow: none;
}

#bnrStop {
  width: 100vw;
  height: 0;
  position: static;

}
 
#bnrStop #bnr {
  width: 45px;
  height: 122px;
    border:1px solid #18AA83;
  position: fixed;
  right: 0px;
  top: 300px;
  z-index: 99999;    
}
 
/* バナー停止時 */
 
#bnrStop.stop {
  position: relative;
}
#bnrStop.stop #bnr {
  position: absolute;
  top: auto;
  bottom: 0px;
}

.gototop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}


.btn {
  display: inline-block; 
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 0 solid transparent;
  border-radius: 0;
}
.btn-primary {
  color: #fff;
  background-color: #50c0e9;
  border:0;
  margin-bottom:10px;
}
.btn-primary:hover {
	background-color: #50c0e9;
}

.contents {
	background-color:#fff;
	padding:50px;
	text-align:center;
	color:#50c0e9;	
}
.contents p {
	color:#50c0e9;
	text-transform:uppercase;
}

.contents h2 {	
	font-size:40px;
}

.recent button.btn-primarys h3 {
	padding:0px 20px 8px 20px;
	font-size:30px;	
	text-decoration:0;
	color:#FFFFFF;	
}

.content {
	margin-top:30px;
}
.align-center {
	text-align:center;
	background-color:#E7F7FC;
	color:#428bca;
	padding:50px 20px;
	margin-bottom:30px;
    border: 1px dotted #C1D5F4;
	border-bottom: 30px solid transparent;
	border-color:#1b7eb9;
    font-size: 120%;
}
.align-center  p {
	margin-top:10px;
	margin-bottom:30px;
}

.align-center ul li {
    list-style: none;
    text-align: left;
    line-height:200%;
}

.align-center h4 {
        font-size: 130%;
}

.align-center:hover {
    background-color: #9EE2E5;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    opacity: 0.9;
    font-weight: 900 !important;
}

.links-center {
	text-align:center;
	background-color:#E7F7FC;
	color:#428bca;
	padding:12px 0px;
	margin-bottom:10px;
	border-bottom: 30px solid transparent;
	border-color:#1b7eb9;
    font-size: 120%;
}

.links-center  p {
	margin:auto;
    text-align:left;
    margin-left: -10px;
}

.links-center ul li {
    list-style: none;
    text-align: left;
    line-height:200%;
    margin-left: -10px;
}

.links-center h4 {
        font-size: 130%;
}

.links-center a {
    font-weight: 300;
}

.links-center a:hover {
    font-weight: 600;
}

.align-left {
	text-align:left;
	background-color:#E7F7FC;
	color:#428bca;
	padding:5px 10px;
	margin-bottom:30px;
	border-bottom: 30px solid transparent;
	border-color:#1b7eb9;
    font-size: 120%;
}
.align-left  address {
	margin-top:10px;
	margin-bottom:10px;
    font-size: 0.9em;
}

.align-left ul li {
    list-style: none;
    text-align: left;
    line-height:170%;
    margin-left: -35px;
}





.icon {
	margin-top:30px;
	margin-bottom:30px;
	color:#1b7eb9;
}

.ficon i {
	color:#50c0e9;
}

/* --- About --- */
.row-slider {
	margin-bottom:50px;
}

.thumnails {
	color:#a9a9a9;
	margin-bottom:50px;
	margin-top:30px;
}
.thumnails h4 {
	color:#50c0e9;
	text-align:center;
	margin-bottom:20px;	
}
.thumnails .ficon {
	text-align:center;
}
.company {
	color:#000;	
}
.responsive-slider .slides ul li .slide-bodys  img {
  max-width: 100%;
}

.slide-bodys {
	margin-top:55px;
	margin-bottom:30px;	
}
section.portfolio {
	margin-top:50px;
}

.box2 {
	margin-top:30px;
	margin-bottom:50px;
}

/* --- Blog --- */


.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 20px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  /*border-right: 1px solid #eee;
  border-left: 1px solid #eee;*/
}

.blog h4 {
    color: #000000;
}
.blog h5 {
	color:#000;
	margin-left:20px;
	text-transform:uppercase;
	margin-top:10px;
}
.blog img {
	margin-top:10px;
	margin-bottom:10px;	
}

.blog h3,p {
	color:#000;
	padding:15px;
}
.blog .ficon {
	text-align:center;
	margin-bottom:30px;
}
.form-search .form-control {
	margin-top:20px;	
}

.media h4 {
	color:#000;
	margin-bottom:30px;
}
.media-body .ficon {
	float:right;
	margin-right:30px;
}
.media-body h4 {
	color:#000;

}
.media-list {
  padding-left: 0;
  list-style: none;
  margin-left:90px;
  margin-bottom:20px;
}

.panel {
	margin-top:20px;
  margin-bottom: 20px;
  background-color: #fff;
  border:#eee 1px solid transparent;
  border-radius: 0;
   -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align:center; 
}

.panel-default {
  border-color: #eee;
  border-bottom-color:#eee;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #50c0e9;
  border-color: #eee;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
   border-bottom-color:#eee;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eee;
}
.list-group {
	margin-top:-80px;
	margin-bottom:30px;
}
.list-group h5 {
	color:#fff;
	text-align:center;
	margin-bottom:-5px;
	background:#50c0e9;
	
	padding:15px 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eee;
  color:#000;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
  border-radius:0;
  background-color:#fff;
  color:#000;
}
.popular-tags h5 {
	color:#50c0e9;
	margin-bottom:30px;
	text-align:center;
}
.popular-tags ul.tags {
	list-style:none;
	margin:0;
	margin-left: 0;
	padding-left:0;
	
}
.popular-tags ul.tags li {
	margin:0 5px 15px 0;
	display:inline-block;
}
.popular-tags ul.tags li a {
	background:#eee;
	color:#333;
	padding:5px 10px;
}
.popular-tags ul.tags li a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#50c0e9;
}

/* google map */
#google-map{
	position:relative;
	margin-top:10px;
    height: 400px;
}

/* --- contact-area --- */

.contact-area  {
	color:#000;
	margin-bottom:30px;
    padding-left: 30px;
}
.contact-area h4 {
	color:#50c0e9;
}

button.btn-default {
	margin-top:10px;
	margin-bottom:30px;
	background-color:#50c0e9;
	color:#fff;
}
button.btn-default:hover {
	background-color:#eee;
	color:#50c0e9;
}
textarea.form-control {
	border-radius:0;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

/* --- footer --- */

footer a {
	color:#000;
}

footer a:hover {
	color:#000;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color:#000;
}

footer address {
	line-height:1.6em;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}

ul.social-network {
	list-style:none;
	margin:0;
}

ul.social-network li {
	display:inline;
	margin: 0 5px;
	color:#50c0e9;
}
ul.social-network li a {	
	color:#50c0e9;
}

#sub-footer{
	text-shadow:none;
	color:#000;
	padding:40px;
	padding-top:10px;
	padding-bottom:50px;
	margin:20px 0 0 0;
	background-color:#fff;
}

#sub-footer p{
	margin:0;
	padding:0;
}

#sub-footer span{
	color:#000;
}

.copyright {
	text-align:left;
	font-size:14px;
}
.copyright a {
	color:#50c0e9;
}

#sub-footer ul.social-network {
	float:right;
	font-size:14px;
}


/* --- Heading style --- */

h4.heading {
	font-weight:700;
}

.heading {
	position: relative;
	margin-bottom: 30px;
}

/* --- widgets --- */

.widget {
	padding:20px;

}
.widgetheading {
	width:100%;
	padding:0;
	color:#50c0e9;
	margin-bottom:30px;
}
.widget address{
	color:#000;

}

footer .widgetheading {
	position: relative;
}

footer .widget .social-network {
	position:relative;
}

/* --- flickr --- */
.widget .flickr_badge {
	width:100%;
}
.widget .flickr_badge img { margin: 0 9px 20px 0; }

footer .widget .flickr_badge {
    width: 100%;
}
footer .widget .flickr_badge img {
    margin: 0 9px 20px 0;
}

.flickr_badge img {
    width: 50px;
    height: 50px;
    float: left;
	margin: 0 9px 20px 0;
}

/* --- latest tweet widget --- */

.twitter ul{
	margin-left:0;
	list-style:none;
}

.twitter  img{
    float: left;
    margin-right: 15px;
}
.twitter span.tweet_time{
    display: block;
    padding-bottom: 5px;

}
.twitter li{    
    border-bottom: 1px dashed #efefef;    
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}
.twitter li:last-child{border: none;}



ul.general {
	list-style:none;
	margin-left:0;
}

ul.link-list{
	margin:0;
	padding:0;
	list-style:none;
}

ul.link-list li{
	margin:0;
	padding:2px 0 2px 0;
	list-style:none;
}

footer ul.link-list li a {
	color:#000;
}
footer ul.link-list li a:hover {
	color:#50c0e9;
}

footer .widget ul li a {
	color:#000;
}

/* accordion */
.accordion-group {
  border: 1px solid #116A88;
    padding: 10px
}
.accordion-inner {
  border-top: 1px solid #116A88;
  padding-left: 15px;
}
.accordion-heading {
  background-color: #116A88;
  padding-left: 15px
}
.accordion .accordion-heading a.accordion-toggle {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
}

#gmap iframe{
	width: 100%px;
	height: 500px;
}
 
.slicknav_menu {
	display:none;
}

    
    .navbar-header h3 {
        display:none;
    }

@media screen and (max-width: 767px) {
    .container {
        padding-top: 200px !important;
        margin-top: -200px !important;
    }
  
    .top-title {
        display:none;
    }    
    
    #menu {
        display:none;
    }
    
.navbar-toggler.toggler-example {
    cursor: pointer;
}    
   /* .nav-tabs li a {
        margin-top: 0;
    }
    
	#menu  li{
      width: 100%;
      height: 40px;
      color: #111;
      margin-top: 0px;
      line-height: 40px;
    }
    
    #menu ul {
        margin:80px 0 100px 0;
        margin-bottom: 35px;
        font-size: 1.8rem;
        text-align: center;
    }

    #menu ul li {
              border-bottom: #ccc 1px solid;    
    } */
    
	.slicknav_menu {
		display:block;
	}
    
    .navbar-header h3 {
        font-size: 1.6rem;
        color: #f2f2f2;
    }
    
        .sub_title {
        display:none;
    }
}

@media screen and (max-width: 411px) {
    
    .navbar-header h3 {
        display:none;
    }
    

}

#pageTop{
	background:#B5B0B0;
	border-radius:5px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:20px;
	right:100px;
    opacity: 0.8;
	}
#pageTop:hover{
	background:#666;
	}

.ggmap {
position: relative;
padding-bottom: 40%;
padding-top: 30px;
height: auto;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height:100%;
min-width: 350px;
}

#main_slide ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.odd {
    background-color:#C9E1E5;
    opacity: 0.8;
}

.even {
    background-color:#E9D5D6;
    }

.flex {
    display: flex;
    display: -webkit-flex;
}

.h3, h4, h5 {
    font-weight:700;
}

.list_dec li {
    list-style: decimal;
}

.list_circle li {
    list-style: circle;
}

.list_square li
{    list-style: square;}

.list_disc li {
    list-style:disc;
}

