@charset "utf-8";


/*---------------------------------------------
footer
===============================================*/
#footer{
	color: #fff;
	background-color: #264124;
	position: relative;
    padding: 100px 0;
    margin-top: auto;
}

#footer-contents {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 40px 0;
	position: relative;
}

#footer-contents div {
	margin: 0 auto;
}

#footer-contents div a {
	text-decoration: none;
}

#footer-contents a p {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0;
}


#footer address {
  color: #fff;
}

@media screen and (max-width: 767.98px) {
	#footer-contents {
		flex-direction: column;
		align-items: flex-start;
	}
}

#footer address p {
    margin-bottom: 0.5rem;
}

#footer #copyright {
	background-color: #000000;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer #copyright p, footer #copyright p a {
    color: #aaa;
	font-size: 1.2rem;
	text-decoration: none;
	-webkit-text-decoration: none;
	text-align: center;
	margin-bottom: 0;
	padding: 10px 0;
}

/*--------------------------------------------------*/
.Footer {
  padding: 50px 0;
  border-top: 2px solid #fff;
}

.Footer_wrap {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

.Footer_logo {
    margin: 0 0 15px; }

.Footer_logo a {
    display: inline-block;
    text-decoration: none;
    color: #fff!important;
    font-size: 1.5rem;
    font-weight: bold;
}

 .Footer_item {
    width: 100%;
     text-align: center;
}


  .Footer_list {
    flex-direction: column;
    align-content: center;
    width: 100%;
    height: 140px; }

    .Footer_list_item {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }
      .Footer_list_item:not(:nth-last-child(-n+5)) {
        margin-right: 30px; }

  .Footer_tel, .Footer_tel i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0;
    font-size: 2.0rem;
    font-weight: 900;
    text-decoration: none;
      color: #ffffff;
}

  .Footer_button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
    letter-spacing: 0.05em;
      color: #ffffff;}

.Footer_button i {
    color: #ffffff!important;
}
@media screen and (min-width:992px) {
    .Footer {
      padding: 70px 0;
      border-top: 2px solid #256DBE;
    }

    .Footer_wrap {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 1080px;
        margin: 20px auto;
        justify-content: center;
        column-gap: 50px;
        align-items: flex-end;
    }
      .Footer_logo {
        margin: 0 0 15px;
    }
    .Footer_logo a {
      /* display: inline-block;  */
    }
    
    .Footer_item {
/*        width: calc( 100% / 3);*/
        width: auto;
    }
    
    .Footer_item:nth-child(1) {
        text-align: left;
    }
    .Footer_item:last-child {
        display: flex;
        align-items: center;
        column-gap: 50px;
    }
    
    .Footer_list_link  {
        text-decoration: none;
    }
    
    .Footer_tel {
        margin: 0;
        font-size: 2.6rem;
    }
}
