#footer .gfont_Lato_regular {
  font-family: 'Lato', sans-serif;
  font-weight: 400; }

#footer .gfont_Lato_bold {
  font-family: 'Lato', sans-serif;
  font-weight: 700; }

#footer .gfont_Lato_black {
  font-family: 'Lato', sans-serif;
  font-weight: 900; }

#footer .top {
  height: 125px;
  background-color: #61413a; }
  #footer .top .logo {
    padding-top: 35px; }
    #footer .top .logo img {
      margin: 0 auto;
      width: 327px;
      display: block; }
  #footer .top .top_info {
    text-align: center;
    margin: 29px auto 0;
    width: 820px; }
    @media screen and (max-width: 750px) {
      #footer .top .top_info {
        width: 100%;
        margin: 20px auto 0; } }
    #footer .top .top_info .top_info__title {
      color: #64b3c8;
      font-size: 14px;
      letter-spacing: 1.5px;
      text-align: left;
      line-height: 1; }
      @media screen and (max-width: 750px) {
        #footer .top .top_info .top_info__title {
          text-align: center; } }
    #footer .top .top_info .top_info__inner {
      overflow: hidden;
      color: #fff;
      line-height: initial; }
      #footer .top .top_info .top_info__inner a {
        color: #fff; }
    #footer .top .top_info .top_info__blockL {
      width: 69.6%;
      border-right: 1px solid #fff;
      padding-top: 16px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 750px) {
        #footer .top .top_info .top_info__blockL {
          border-right: none;
          width: 100%;
          padding-top: 12px; } }
    #footer .top .top_info .top_info__blockR {
      width: 30.4%;
      padding-top: 8px; }
      @media screen and (max-width: 750px) {
        #footer .top .top_info .top_info__blockR {
          padding-top: 40px;
          width: 100%; } }
    #footer .top .top_info .top_info__blockL,
    #footer .top .top_info .top_info__blockR {
      float: left; }
    #footer .top .top_info .top_info__tel {
      width: 48.6%;
      float: left;
      text-align: left; }
      @media screen and (max-width: 750px) {
        #footer .top .top_info .top_info__tel {
          text-align: center;
          width: 100%; } }
    #footer .top .top_info .top_info__mail {
      width: 50%;
      float: left;
      text-align: left; }
      @media screen and (max-width: 750px) {
        #footer .top .top_info .top_info__mail {
          padding-top: 14px;
          text-align: center;
          width: 100%; } }
    #footer .top .top_info .tel {
      font-size: 25px;
      letter-spacing: 1.5px;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
      @media screen and (max-width: 750px) {
        #footer .top .top_info .tel {
          font-size: 24px;
          letter-spacing: 3px; } }
      @media screen and (min-width: 751px) {
        #footer .top .top_info .tel {
          pointer-events: none; } }
      #footer .top .top_info .tel:hover {
        opacity: 0.5; }
      #footer .top .top_info .tel:before {
        content: "";
        background-image: url(../images/new/icon_tel.png);
        width: 20px;
        height: 20px;
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 12px;
        position: relative;
        top: -7px; }
    #footer .top .top_info .time {
      font-size: 12px;
      letter-spacing: 0.15em;
      float: left; }
      @media screen and (max-width: 750px) {
        #footer .top .top_info .time {
          font-size: 10px;
          text-align: center;
          width: 100%;
          margin-top: -3px; } }
    #footer .top .top_info .mail {
      font-size: 16px;
      letter-spacing: 0.15em;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
      @media screen and (max-width: 750px) {
        #footer .top .top_info .mail {
          font-size: 14px;
          letter-spacing: 0.17em; } }
      #footer .top .top_info .mail:hover {
        opacity: 0.5; }
      #footer .top .top_info .mail:before {
        content: "";
        background-image: url(../images/new/icon_mail.png);
        width: 22px;
        height: 20px;
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 10px; }
  #footer .top .question {
    text-align: center; }
    #footer .top .question a {
      color: #ffffff;
      text-align: center !important;
      background-color: #64b3c8;
      border-radius: 100px;
      font-size: 14px;
      padding: 15px 60px 15px 30px;
      letter-spacing: 0.05em;
      position: relative;
      right: -22px;
      -webkit-transition: all 0.1s;
      -o-transition: all 0.1s;
      transition: all 0.1s; }
      @media screen and (max-width: 750px) {
        #footer .top .question a {
          right: auto;
          padding: 6px 33px 7px 17px; } }
      #footer .top .question a:hover {
        background-color: #fff;
        color: #64b3c8;
        opacity: 1; }
        #footer .top .question a:hover::before {
          background-color: #64b3c8; }
        #footer .top .question a:hover::after {
          border-color: #64b3c8; }
  #footer .top .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px; }
  #footer .top .arrow::before,
  #footer .top .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -110px;
    margin: auto;
    content: "";
    vertical-align: middle; }
  #footer .top .sample1-2::before {
    left: 3px;
    width: 7px;
    height: 1px;
    background: #ffffff; }
  #footer .top .sample1-2::after {
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

#footer .bottom {
  height: 140px; }
  @media screen and (max-width: 750px) {
    #footer .bottom {
      height: 100px;
      margin-bottom: 50px; } }
  #footer .bottom ul {
    text-align: center;
    margin: 38px 0 29px; }
    @media screen and (max-width: 750px) {
      #footer .bottom ul {
        margin: 16px 0 16px; } }
    #footer .bottom ul li {
      display: inline-block;
      margin-right: 26px;
      font-size: 12px;
      letter-spacing: 0.2em;
      line-height: 18px; }
      @media screen and (max-width: 750px) {
        #footer .bottom ul li {
          margin-right: 10px;
          letter-spacing: 1px; } }
      #footer .bottom ul li:last-child {
        margin-right: 0; }
      #footer .bottom ul li a:visited {
        color: #3e3e3e; }
  #footer .bottom .copy {
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.17em;
    line-height: 18px; }

@media screen and (max-width: 750px) {
  #footer .top {
    height: 110px; }
    #footer .top .logo {
      padding-top: 37px; }
      #footer .top .logo img {
        margin: 0 auto;
        width: 238px;
        display: block;
        position: relative;
        left: -6px; }
    #footer .top .arrow {
      position: relative;
      display: inline-block;
      padding: 0 0 0 16px;
      color: #000;
      vertical-align: middle;
      text-decoration: none;
      font-size: 15px; }
    #footer .top .arrow::before,
    #footer .top .arrow::after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: -100px;
      margin: auto;
      content: "";
      vertical-align: middle; }
    #footer .top .sample1-2::before {
      left: 3px;
      width: 7px;
      height: 1px;
      background: #ffffff; }
    #footer .top .sample1-2::after {
      left: 3px;
      width: 6px;
      height: 6px;
      border-top: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); } }
