@charset "utf-8";


/*-------
  フッター
  --------*/


/*----------↓コピーライト----------*/


/* コピーライト */
#copyright {
    text-align: center;
    color: #FFF;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: #00bcaa;
    font-size: 0.85em;
}


/*----------↑コピーライト----------*/



.footer_contact_box {
    background-color: #FFF;
    padding-top: 80px;
}
.footer_contact_text {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    color: #6A5145;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.6em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 30px;
}
.footer_contact {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}
.footer_contact li {
    width: 46%;
    max-width: 450px;
    text-align: center;
    border-radius: 5px;
}
.footer_netyoyaku {
    background-color: #00BBA8;
}
.footer_netyoyaku a{
  display:block;
}

.footer_tel {
    border: 2px solid #00BBA8;
}
.footer {
    background-color: #EFEFEF;
    border-top: 4px solid #DDDDDD;
}
.footer_box {
     width: 96%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    display: flex;

}
.footer_box li:first-child {
    border-right: 2px solid #DDDDDD;
    padding-right: 2%;
}

.footer_box li:last-child {
    padding-left: 2%;
}

.footer_box li {
    padding-top: 80px;
    width: 48%;
    padding-bottom: 80px;
}
.footer_title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #6A5145;
}
.footer_acc {
    display: flex;
    justify-content: space-between;
}
/*acc_map↓*/
.footer_map {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    width: 320px;
    height: 250px;
    margin-top: 20px;
    border: 2px solid #FFFFFF;
}
.footer_map iframe, .footer_map object, .footer_map embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.footer_acc_text {
    width: 50%;
    line-height: 1.6em;
    color: #6E6A69;
}
.footer_transportation {
    font-size: 0.9em;
    margin-top: 5px;
}

.material-icons.link_yajirushi {
    font-size: 30px;
    display: inline-flex;/*横軸そろえる */
    vertical-align: middle;/*横軸そろえる */
    margin-right: 5px;

}

.footer_acc_link {
    margin-top: 20px;
    font-size: 1.2em;
    font-weight: bold;
}

.footer_acc_link a{
    color: #00BBA8;
}

.footer_acc_link a:hover{
    text-decoration: underline;
    color: #FFA301;
}
.footer_acc_ion {
     font-size: 30px;
    display: inline-flex;/*横軸そろえる */
    vertical-align: middle;/*横軸そろえる */
    margin-right: 5px;
}
.footer_policy {
    background-color: #00BCAA;
    text-align: center;
    color: #FFFFFF;
    padding-top: 15px;
    font-size: 0.8em;
    padding-bottom: 15px;
}

.footer_policy a{
    color: #FFFFFF;

}


.footer_policy a:hover{
    text-decoration: underline;

}


/* 835px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 1000px) {
.footer_contact_box {
    display: none;

}
.footer_box {
    flex-direction: column;
    padding-top: 50px;
}

.footer_box li:first-child {
    border-right: 2px none #DDDDDD;
    padding-right: 0%;
}

.footer_box li:last-child {
    padding-left: 0%;
}

.footer_box li {
    padding-top: 0px;
    width: 80%;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.footer_box li img {
    width: 100%;
}

.footer_acc_text {
    width: 40%;
    line-height: 1.6em;
    color: #6E6A69;
}

/*acc_map↓*/
.footer_map {
    max-width: 400px;
    width: 58%;
    height: 250px;

}

}




/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 800px) {

.footer_box li {
    padding-top: 0px;
    width: 90%;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}


.footer_acc {
    flex-direction: column;
}

.footer_acc_text {
    width: 100%;
}

.br_pc{
    display: none;
}

    /*acc_map↓*/
.footer_map {
    max-width: 700px;
    width: 100%;
    height: 350px;

}

    .sp_space{
    margin-left: 10px;
    }

}
