@charset "UTF-8";
/* Scss Document */
/*
---------------------------------------
footer
---------------------------------------
*/
#footer {
  background: #fff;
  border-top: 2px solid #7d7d7d;
  text-align: center; }

#footer .copy {
  font-size: 18px;
  background: #191919;
  color: #fff;
  padding: 20px 0; }

@media screen and (max-width: 999px) {
  /*TAB以下*/
  #footer {
    margin: 0px 0 0;
    padding: 5% 0 0; }

  #footer #foot_address {
    padding: 0 0 4%; }

  #footer h2 {
    font-size: 18px;
    margin: 0 0 20px;
    letter-spacing: 0.1em; }

  #footer h2 img {
    margin: 0 0 0 2%;
    width: 100px;
    vertical-align: -5px; }

  #footer ul {
    font-size: 30px;
    display: table;
    border-spacing: 8px 0;
    border-collapse: separate;
    text-align: center;
    margin: 0 auto; }

  #footer ul li {
    display: table-cell; } }
@media screen and (min-width: 1000px) {
  #footer {
    margin: 0px 0 0;
    padding: 5% 0 0; }

  #footer #foot_address {
    padding: 0; }

  #footer h2 {
    margin-bottom: 3%; }

  #footer h2 img {
    width: 120px;
    height: auto; }

  #footer ul {
    font-size: 30px;
    display: table;
    border-spacing: 8px 0;
    border-collapse: separate;
    text-align: center;
    margin: 0 auto; }

  #footer ul li {
    display: table-cell; } }
/*
---------------------------------------
foot_map マップ箇所
---------------------------------------
*/
/*マップサイズ設定*/
@media screen and (max-width: 999px) {
  #map01, #map02, #map05,
  .home #map01, .home #map02 .home #map05 {
    width: 100%;
    height: 300px; }

  #foot_map2 .box + .box {
    margin-top: 13%; } }
@media screen and (min-width: 1000px) {
  #map01, #map02, #map05,
  .home #map01, .home #map02, .home #map05 {
    width: 100%;
    height: 400px; }

  #foot_map2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }

  #foot_map2 .box {
    width: 100%; }

  #foot_map2 .box p {
    margin-bottom: 2%; } }
.bgmap {
  border-bottom: 1px solid #333;
  width: fit-content;
  margin: 0 auto; }

#foot_map2 .box .fttl {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (max-width: 999px) {
    #foot_map2 .box .fttl {
      font-size: 18px;
      margin-top: 0;
      margin-bottom: 0; } }
