@charset "UTF-8";

/*****************************
footer_access_flex
*****************************/
.footer_access_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
justify-content: flex-start;
align-items: flex-start;
background: #fff;
width: 1400px;
max-width: 95%;
margin: 20px auto;
border-radius: 20px;
padding-top: 20px;
}
.fa_area{
    width: calc(100% / 2);
    padding: 10px;
}
@media screen and (max-width: 1024px) {
.fa_area{
    width: calc(100% / 1);
    padding: 10px;
}
}
.footer_access_logo{
width: 300px;
max-width: 100%;
transition: 0.5s;
margin-bottom: 10px;
}
.footer_access_logo:hover {
    transform: scale(0.95);
    transition: 0.5s;
}
.footer_access_gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 70%;
    position: relative;
    }
    @media screen and (max-width: 1200px) {
    .footer_access_gmap {
    padding-bottom: 100%;
      }
    }
    @media screen and (max-width: 1024px) {
    .footer_access_gmap {
    padding-bottom: 40%;
      }
    }
    @media screen and (max-width: 767px) {
    .footer_access_gmap {
    padding-bottom: 60%;
      }
    }
    .footer_access_gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    }

.footer_map_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
justify-content: flex-start;
align-items: flex-start;
}
.footer_map_flex li:nth-child(1){
    width: 50%;
    padding: 10px;
}
.footer_map_flex li:nth-child(2){
    width: 50%;
    padding: 10px;
}
@media screen and (max-width: 1200px) {
.footer_map_flex li:nth-child(1){
    width: 60%;
    padding: 10px;
}
.footer_map_flex li:nth-child(2){
    width: 40%;
    padding: 10px;
}
}
@media screen and (max-width: 1024px) {
.footer_map_flex li:nth-child(1){
    width: 40%;
    padding: 10px;
}
.footer_map_flex li:nth-child(2){
    width: 60%;
    padding: 10px;
}
}
@media screen and (max-width: 767px) {
.footer_map_flex li:nth-child(1){
    width: 50%;
    padding: 10px;
}
.footer_map_flex li:nth-child(2){
    width: 50%;
    padding: 10px;
}
}
@media screen and (max-width: 600px) {
.footer_map_flex li:nth-child(1){
    width: 100%;
    padding: 10px;
}
.footer_map_flex li:nth-child(2){
    width: 100%;
    padding: 10px;
}
}

.footer_map_flex .address_text{
   padding: 10px;
}
.footer_map_flex .address_text p{
    font-size: 16px;
    color: #7C6547;
}
.footer_map_flex a {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-left: 5px;
    color: #7C6547;
}