@charset "UTF-8";
/*Config Vars*/
/*functions*/
/*Extends*/
/*Mixins*/
/*----------------------------------------------------------
16進数に変換する
----------------------------------------------------------*/
/*----------------------------------------------------------
rgbaを16進数表記に変換する
----------------------------------------------------------*/
/* line 2, ../sass/header.scss */
#header {
  width: 100%;
}

/*メディアクエリー*/
/*スマホ共通*/
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 13, ../sass/header.scss */
  #header {
    /*
    position: absolute;
    top: 0;
    left: 0;
    */
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: solid 5px red;
    z-index: 1260;
  }
  /* line 22, ../sass/header.scss */
  #header:after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background-image: url(../img/sp/common/headBack.jpg);
    background-repeat: repeat-x;
    background-size: 20px auto;
    background-position: left bottom;
  }
  /* line 37, ../sass/header.scss */
  #header > div {
    width: 100%;
    display: table;
  }
  /* line 41, ../sass/header.scss */
  #header > div > * {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 46, ../sass/header.scss */
  #header > div > h1 {
    padding: 5px 2% 10px;
  }
  /* line 48, ../sass/header.scss */
  #header > div > h1 > a {
    display: block;
    width: 220px;
  }
  /* line 54, ../sass/header.scss */
  #header > div > a {
    width: 60px;
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
    background-color: rgba(255, 0, 0, 0.5);
  }
  /* line 60, ../sass/header.scss */
  #header > div > a, #header > div > a:visited {
    color: #FFFFFF;
    text-decoration: none;
  }
  /* line 65, ../sass/header.scss */
  #header > div > a > i {
    margin: 0;
    padding: 0;
    line-height: normal;
  }
}
/*スマホ縦*/
/*スマホ横*/
/* タブレット・ＰＣ */
@media print, screen and (min-width: 768px) {
  /* line 86, ../sass/header.scss */
  #header > div {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 93, ../sass/header.scss */
  #header > div > h1 {
    width: 320px;
  }
  /* line 97, ../sass/header.scss */
  #header > div > a {
    display: none;
  }
}
/*タブレット縦（横はＰＣ）*/
