/* Footer */
footer {
  line-height: 1.6em;
  color: #FFF;
  background-color: #FEBA6C;
  padding: 80px 0 0; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 60px 0 53px; } }
  @media screen and (max-width: 480px) {
    footer {
      padding: 50px 0 0; } }
  footer .inner {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1100px) {
      footer .inner {
        width: 94%; } }
  footer .footer-logo {
    margin-bottom: 20px; }
    footer .footer-logo img {
      width: 260px; }
  footer .footer-box {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      footer .footer-box {
        display: block; } }
    footer .footer-box .footer-box-inner {
      text-align: left; }
      @media screen and (max-width: 768px) {
        footer .footer-box .footer-box-inner {
          width: 100%;
          box-sizing: border-box; } }
      footer .footer-box .footer-box-inner .icon {
        display: flex;
        margin-bottom: 10px; }
        footer .footer-box .footer-box-inner .icon img {
          width: 20px;
          margin-right: 5px; }
      footer .footer-box .footer-box-inner .btn {
        margin: 1em auto; }
        footer .footer-box .footer-box-inner .btn a {
          text-align: center;
          background-color: #FE9216;
          color: #FFF;
          font-weight: 700;
          border-radius: 30px;
          display: inline-block;
          width: 260px;
          padding: 8px;
          box-sizing: border-box; }
          footer .footer-box .footer-box-inner .btn a:hover {
            background-color: #D0A700; }
      footer .footer-box .footer-box-inner .icon-p img {
        width: 12px;
        margin: 0 auto; }
      footer .footer-box .footer-box-inner .icon-area {
        display: flex; }
        footer .footer-box .footer-box-inner .icon-area img {
          width: 10px;
          margin-right: 3px; }
      footer .footer-box .footer-box-inner table {
        width: auto;
        margin-bottom: 10px; }
        footer .footer-box .footer-box-inner table tr {
          border-bottom: 1px solid #FFF; }
        footer .footer-box .footer-box-inner table th, footer .footer-box .footer-box-inner table td {
          font-weight: normal;
          padding: 6px 20px;
          text-align: center;
          vertical-align: middle; }
          @media screen and (max-width: 1100px) {
            footer .footer-box .footer-box-inner table th, footer .footer-box .footer-box-inner table td {
              padding: 6px 15px; } }
          @media screen and (max-width: 480px) {
            footer .footer-box .footer-box-inner table th, footer .footer-box .footer-box-inner table td {
              padding: 6px 10px; } }
  footer .googlemap {
    width: 1000px;
    margin: 60px auto; }
    @media screen and (max-width: 1100px) {
      footer .googlemap {
        width: 90%;
        margin: 50px auto; } }
    @media screen and (max-width: 768px) {
      footer .googlemap {
        width: 94%;
        margin: 40px auto; } }
    footer .googlemap iframe {
      width: 100%;
      height: 500px; }
      @media screen and (max-width: 768px) {
        footer .googlemap iframe {
          height: 360px; } }
      @media screen and (max-width: 480px) {
        footer .googlemap iframe {
          height: 280px; } }
  footer .footer-copyright {
    font-size: 1.2rem;
    padding: 20px 0;
    text-align: center; }

#page_top {
  width: 41px;
  height: 41px;
  position: fixed;
  right: 0;
  bottom: -41px;
  /*background: #000;*/
  opacity: 1.0;
  border-radius: 50%; }
  #page_top a {
    position: relative;
    display: block;
    width: 41px;
    height: 41px;
    text-decoration: none;
    background-image: url("../images/pagetop-btn.png");
    background-size: 41px; }

nav.side {
  position: fixed;
  right: 0;
  /*bottom: 36%;*/
  bottom: 390px;
  width: 50px;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    nav.side {
      right: 0;
      bottom: 0;
      width: 100%;
      display: flex; } }
  nav.side figure {
    padding: 15px 0;
    line-height: 1.2em;
    margin-bottom: 2px;
    color: #FFF;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    z-index: 5; }
    nav.side figure.side-bg1 {
      background-color: #48A85E; }
    nav.side figure.side-bg2 {
      background-color: #397DD6; }
    nav.side figure:hover {
      transition: all .5s; }
    @media screen and (max-width: 768px) {
      nav.side figure {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0.9);
        /*width: 25%;*/
        width: 50%;
        box-sizing: border-box; }
        nav.side figure:first-of-type {
          border-left: none; } }
    nav.side figure img {
      height: 23px;
      margin-top: 8px; }
      @media screen and (max-width: 768px) {
        nav.side figure img {
          margin-top: 0;
          width: auto;
          margin-left: 10px; } }
    @media screen and (max-width: 768px) {
      nav.side figure a {
        display: flex;
        align-items: center;
        justify-content: center; } }
    nav.side figure a:hover {
      opacity: 1.0; }

.f-contact {
  padding: 80px 0;
  text-align: center;
  background-image: url("../images/f-contact-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom; }
  @media screen and (max-width: 768px) {
    .f-contact {
      padding: 60px 0;
      background-position: center center; } }
  @media screen and (max-width: 480px) {
    .f-contact {
      padding: 50px 0; } }
  .f-contact .tel-area {
    width: 700px;
    margin: 30px auto 0;
    background-color: #FEF4E8;
    border-radius: 8px;
    padding: 30px; }
    @media screen and (max-width: 768px) {
      .f-contact .tel-area {
        width: 94%;
        padding: 20px; } }
    .f-contact .tel-area .tel-area-tel {
      margin-bottom: 5px; }
      .f-contact .tel-area .tel-area-tel a {
        font-weight: 500;
        font-size: 5.0rem;
        line-height: 1.2em;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FE9216; }
        @media screen and (max-width: 768px) {
          .f-contact .tel-area .tel-area-tel a {
            font-size: 3.4rem; } }
      .f-contact .tel-area .tel-area-tel img {
        margin-top: 5px;
        width: 35px;
        margin-right: 5px; }
        @media screen and (max-width: 768px) {
          .f-contact .tel-area .tel-area-tel img {
            width: 22px;
            margin-top: 3px; } }
    .f-contact .tel-area .tel-area-time span {
      font-size: 1.2rem;
      margin-right: 8px;
      padding: 2px 8px;
      background-color: #FE9216;
      color: #FFF;
      border-radius: 30px; }
