/*
Template: albatros
Theme Name: albatros_custom
Theme URI:http://open-cage.com/albatros/
*/


/*********************
HEADER STYLES
*********************/
#custom_header_full{
text-align: center;
}
#custom_header{
  width:100%;
  height:375px;
  background-size: cover!important;
}

.header {
  background-color: #4B99B5; }

#inner-header{
  position:relative;
}
#logo {
  margin: 20px 0 8px;
  padding: 0;
  font-size: 1.4em;
  height: 95px;
  }
  #logo .h1{
    font-size:1em;
    margin:0;
    padding:0;
  }
  #logo a {
    color: white; 
    width: 100%;
    height: 55px;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    line-height: 1.15;
    text-decoration:none;
  }
  #logo a img{
	  width: 100%;
  }

  
  #logo a:hover{
    color:yellow;
  }

.subnav{
  position:absolute;
  width: 100%;
  font-size:12px;
}
.subnav .site_description{
  float:left;
  margin: 1em 0;
  color: #fff;
  font-size: 1.5em;
  width: 100%;
  text-align: center;
}
.subnav form{
  width:210px;
  max-width:100%;
  margin-top:5px;
}
.subnav form div{
  position:relative;
}
.subnav form input{
  width:90%;
  width: 90%\0/; /* IE9用 */
  max-width: 90%; 
  max-width: 90%\0/; /* IE9用 */
  height:26px;
  line-height: 1.5;
  padding:1% 5%;
}
.subnav form button{
  position:absolute;
  font-size:14px;
  right:5px;
  top:5px;
  border:0;
  background:none;
}

.subnav .linklist{
    float: right;
    margin-left: 1em;
}
.subnav .linklist li{
  display:inline;
  margin-right:1em;
}
.subnav .linklist li a{
  text-decoration:none;
  color:#fff;
}
.subnav .linklist li a:hover{
  text-decoration:underline;
}
.subnav .linklist li a:before{
  font-family:"fontawesome";
  content:'\f0da';
  margin-right:0.3em;
  color: #fff;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  opacity: 0.9;
}
.subnav .linklist li a span{
  display:none;
}
.subnav .contactbutton{
  width:170px;
  height:45px;
  line-height:40px;
  float:right;
  font-size:14px;
  text-align:center;
}
.subnav .contactbutton ul{
  margin:0;
}
.subnav .contactbutton a{
  width:100%;
  height:100%;
  display:block;
  background: #235D72;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 10px rgba(59, 59, 59, 0.2);
  color:#fff;
  text-decoration:none;
  text-shadow: 1px 1px rgba(80, 80, 80, 0.5);
}
.subnav .contactbutton a:hover{
  background:#3F7E94;
}
.subnav .contactbutton a i{
  margin-right:0.3em;
}
/* リンクがtel:00000000000の場合にアイコンをチェンジ */
.subnav .contactbutton a[href^="tel"] i:before{
  content: '\f095';
}

#breadcrumb{
  font-size:11px;
  margin-top: 15px;
  }
  #breadcrumb li{
    float:left;
    margin-left:0.5em;
  }
  #breadcrumb li:after{
    font-family:"fontawesome";
    content:'\f105';
    margin-left:0.5em;
  }
  #breadcrumb li:last-child:after{
    display:none;
  }
  #breadcrumb li a{
    color:#666;
    text-decoration:none;
  }