@charset "UTF-8";
#header {
  position: fixed;
  top: 0;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  z-index: 100; }
  #header.hidden2 {
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.5s ease;
    z-index: 100; }
  #header .HeaderIn {
    max-width: 1300px;
    width: 96%;
    margin: auto;
    position: relative; }
    @media (min-width: 768px) {
      #header .HeaderIn {
        width: 95%; } }
    #header .HeaderIn .Logo {
      display: flex;
      position: absolute;
      top: 0;
      left: 0; }
      #header .HeaderIn .Logo .Tenpo {
        display: flex;
        border: 1px solid #333;
        border-radius: 10px;
        height: 40px;
        padding: 0 5px;
        margin-top: 10px; }
        @media (min-width: 768px) {
          #header .HeaderIn .Logo .Tenpo {
            padding: 0 20px;
            height: 44px;
            margin-top: 6px; } }
        #header .HeaderIn .Logo .Tenpo img {
          width: auto;
          height: 12px;
          margin-top: 14px;
          padding-right: 5px; }
          @media (min-width: 768px) {
            #header .HeaderIn .Logo .Tenpo img {
              height: 16px;
              padding-right: 20px; } }
        #header .HeaderIn .Logo .Tenpo p {
          font-size: 0.8em;
          font-weight: 400;
          border-left: 1px solid #333;
          padding: 10px 0 10px 5px; }
          @media (min-width: 768px) {
            #header .HeaderIn .Logo .Tenpo p {
              font-size: 1.0em;
              padding: 10px 0 10px 20px;
              width: 70px; } }
      #header .HeaderIn .Logo .nkinter {
        margin: 20px 0 0 10px; }
        @media (min-width: 1250px) {
          #header .HeaderIn .Logo .nkinter {
            margin: 18px 0 0 20px; } }
        #header .HeaderIn .Logo .nkinter img {
          width: auto;
          height: 16px; }
          @media (min-width: 768px) {
            #header .HeaderIn .Logo .nkinter img {
              height: 20px; } }
          @media (min-width: 1250px) {
            #header .HeaderIn .Logo .nkinter img {
              height: 24px; } }
    #header .HeaderIn .Pc_Menu {
      display: none; }
      @media (min-width: 1024px) {
        #header .HeaderIn .Pc_Menu {
          position: absolute;
          top: 10px;
          right: 0;
          display: flex;
          align-items: center; } }
      #header .HeaderIn .Pc_Menu ul {
        display: flex; }
        #header .HeaderIn .Pc_Menu ul li {
          margin-right: 10px; }
          @media (min-width: 1250px) {
            #header .HeaderIn .Pc_Menu ul li {
              margin-right: 20px; } }
          #header .HeaderIn .Pc_Menu ul li a {
            font-size: 0.9em;
            display: inline-block;
            position: relative; }
            @media (min-width: 1250px) {
              #header .HeaderIn .Pc_Menu ul li a {
                font-size: 1.0em; } }
            #header .HeaderIn .Pc_Menu ul li a::after {
              position: absolute;
              bottom: 0px;
              left: 0;
              content: '';
              width: 100%;
              height: 1px;
              background: #333;
              transform: scale(0, 1);
              transform-origin: right top;
              transition: transform .3s; }
            #header .HeaderIn .Pc_Menu ul li a:hover::after {
              transform-origin: left top;
              transform: scale(1, 1); }
          #header .HeaderIn .Pc_Menu ul li img {
            width: auto;
            height: 11px;
            margin-left: 3px; }
            @media (min-width: 1250px) {
              #header .HeaderIn .Pc_Menu ul li img {
                height: 12px; } }
      #header .HeaderIn .Pc_Menu .ContactBtn {
        margin-left: 10px; }
        #header .HeaderIn .Pc_Menu .ContactBtn a {
          font-size: 1.0em;
          font-weight: 400;
          color: #fff;
          display: inline-block;
          text-align: center;
          border-radius: 20px;
          height: 40px;
          line-height: 40px;
          width: 150px;
          background-color: #FF0000;
          transition: .5s; }
        #header .HeaderIn .Pc_Menu .ContactBtn::after {
          position: absolute;
          top: 50%;
          right: 8px;
          content: '';
          margin-top: -3px;
          width: 6px;
          height: 6px;
          border: 0px;
          border-top: solid 1px #fff;
          border-right: solid 1px #fff;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          transition: .5s; }
        #header .HeaderIn .Pc_Menu .ContactBtn:hover::after {
          right: -2px;
          margin-right: 7px;
          border-top: solid 1px #fff;
          border-right: solid 1px #fff; }

/*
---------------------------------------------------------------------------------------------------------------------
無料で御見積ボタン
---------------------------------------------------------------------------------------------------------------------
*/
.EstimateBtn {
  max-width: 250px;
  width: 85%;
  height: 48px;
  border-radius: 50px;
  position: relative;
  background-color: #FC0000;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 1024px) {
    .EstimateBtn {
      max-width: 400px;
      width: 65%; } }
  .EstimateBtn a {
    color: #fff;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 700;
    transition: .5s; }
    @media (min-width: 1024px) {
      .EstimateBtn a {
        font-size: 1.2em; } }
  .EstimateBtn::after {
    position: absolute;
    top: 50%;
    right: 8px;
    content: '';
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .5s; }
  .EstimateBtn:hover::after {
    right: -2px;
    margin-right: 7px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff; }

/*
---------------------------------------------------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------------------------------------------------
*/
#footer {
  background-color: #FFD400;
  height: auto;
  position: relative;
  z-index: 100;
  padding: 40px 10px 60px; }
  @media (min-width: 768px) {
    #footer {
      padding: 50px 10px 50px; } }
  #footer h3 {
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      #footer h3 {
        font-size: 1.0em; } }
  #footer .footerEstimate {
    display: flex;
    justify-content: center; }
  #footer .footerMenu {
    margin: 50px 0 0 5%;
    padding-bottom: 50px; }
    @media (min-width: 768px) {
      #footer .footerMenu {
        padding-bottom: 10px; } }
    #footer .footerMenu ul {
      display: flex; }
      #footer .footerMenu ul li {
        margin-right: 20px; }
        #footer .footerMenu ul li a {
          font-size: 0.9em;
          display: inline-block;
          position: relative; }
          @media (min-width: 768px) {
            #footer .footerMenu ul li a {
              font-size: 1.0em; } }
          #footer .footerMenu ul li a::after {
            position: absolute;
            bottom: 0px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #333;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          #footer .footerMenu ul li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
  #footer .CopyRights {
    position: absolute;
    right: 25px;
    bottom: 15px;
    z-index: 100;
    display: flex; }
    #footer .CopyRights a {
      font-size: 0.7em;
      margin-right: 10px;
      position: relative;
      display: inline-block; }
      @media (min-width: 768px) {
        #footer .CopyRights a {
          font-size: 0.8em; } }
      #footer .CopyRights a::after {
        position: absolute;
        bottom: 0px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #333;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s; }
      #footer .CopyRights a:hover::after {
        transform-origin: left top;
        transform: scale(1, 1); }
    #footer .CopyRights p {
      font-size: 0.7em;
      margin: 2px 0 0 0; }
      @media (min-width: 768px) {
        #footer .CopyRights p {
          font-size: 0.8em; } }

/*
---------------------------------------------------------------------------------------------------------------------
固定メニュー
---------------------------------------------------------------------------------------------------------------------
*/
#BottomMenu {
  width: 100%;
  height: 64px;
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background-color: #FFD400;
  opacity: 0; }

/*　上に上がる動き　*/
#BottomMenu.UpMove {
  animation: UpAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/*　下に下がる動き　*/
#BottomMenu.DownMove {
  animation: DownAnime1 0.5s forwards; }

@keyframes DownAnime1 {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(100px); } }
