@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017/07/12, 10:26:04
    Author     : 廣瀬壮顕
    Description: ヘッダー部のスタイルを定義する。
    Attention  : css ファイル自身を編集しないこと。
*/
/*
 * div#block-branding
 *  a.site-branding__logo       // 会社ロゴ
 *    img
 *
 *  div.site-branding__text
 *    div.site-branding__name   // サイト名
 *    div.site-branding__slogan // スローガン
 *
 */
/* see http://compass-style.org/ */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017/08/17, 11:41:46
    Author     : 廣瀬壮顕
    Description: 共通css
                 mixin等で共通的に使用できる物を記述する
*/
/* see http://compass-style.org/ */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017/07/12, 10:55:33
    Author     : 廣瀬壮顕
    Description: サイトで使用するパラメタを定義する。
*/
#header {
  min-width: 1030px;
  width: auto;
  height: 100px;
}
#header.header-image {
  height: 287px;
  background: #edffec url("/themes/custom/keneikai/images/header-background.png") no-repeat;
  background-position: center top;
  background-attachment: scroll;
}

@media screen and (min-width: 461px) {
  header #block-branding, header #block-site-branding-unauthorized {
    clear: both;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 287px;
    min-width: 1030px;
    max-width: 1366px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    pointer-events: none;
    background-image: rgba(255, 255, 255, 0.5);
  }
  header #block-branding .site-branding__logo, header #block-site-branding-unauthorized .site-branding__logo {
    display: block;
    pointer-events: auto;
    margin: 0.25rem 0 0 0.5rem;
    height: 0;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  header #block-branding .site-branding__logo img, header #block-site-branding-unauthorized .site-branding__logo img {
    max-width: 240px;
  }
  header #block-branding .site-branding__text, header #block-site-branding-unauthorized .site-branding__text {
    margin: 0rem;
    padding: 0.25rem 2rem 1rem 0;
    width: 100%;
    height: auto;
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-align-self: stretch;
    align-self: stretch;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  header #block-branding .site-branding__text .site-branding__name, header #block-site-branding-unauthorized .site-branding__text .site-branding__name {
    padding: 0 0 0 0.5rem;
  }
  header #block-branding .site-branding__text .site-branding__name > a, header #block-site-branding-unauthorized .site-branding__text .site-branding__name > a {
    font-size: 3.2rem;
    font-weight: bold;
    color: #333;
    pointer-events: auto;
/*20200124:topタイトルの下線消去 --->>*/
    /*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iI2I1ZGJhMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I1ZGJhMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(85%, rgba(0, 0, 0, 0)), color-stop(86%, #b5dba0), color-stop(100%, #b5dba0));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 85%, #b5dba0 86%, #b5dba0 100%);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 85%, #b5dba0 86%, #b5dba0 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 85%, #b5dba0 86%, #b5dba0 100%);*/
/*20200124topタイトルの下線消去 ---<<*/
    text-shadow: white 1px 1px 0px, white -1px 2px 0px, lightgray 2px -1px 0px, lightgray -1px -2px 0px;

  }
  header #block-branding .site-branding__text .site-branding__slogan, header #block-site-branding-unauthorized .site-branding__text .site-branding__slogan {
    margin: 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "HiraginoKakuGothicPro", "HiraginoKakuGothicProW3", メイリオ, Meiryo, Osaka, sans-serif;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-shadow: gray 1px 1px 0px, gray -1px 1px 0px, black 1px -1px 0px, black -1px -1px 0px;
  }
  header #block-branding .site-branding__text .site-branding__slogan > div, header #block-site-branding-unauthorized .site-branding__text .site-branding__slogan > div {
    margin: 0;
    padding: 0;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  header #block-branding .site-branding__text .site-branding__slogan .slogan_title, header #block-site-branding-unauthorized .site-branding__text .site-branding__slogan .slogan_title {
    padding-right: calc(70px + 1.5em);
    font-size: 1.0rem;
    font-weight: bold;
    /*text-shadow: none;*/
    text-shadow: gray 1px 1px 0px, gray -1px 1px 0px, black 1px -1px 0px, black -1px -1px 0px;
  }
}

/*# sourceMappingURL=shcs-header.css.map */
