footer {
    background-color: #DAD6CE;
    padding: 50px 0 51px;
}
.footer-address p {
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: .13rem;
}

.footer-address p img{
	width: 159px;
    margin-right: 2px;
}

.fot-name-contents{
	display: flex;
    align-items: baseline;
}

.footer-address p:nth-of-type(2){
	    letter-spacing: 0.15em;
		margin-bottom:0px;
}

footer>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    /* width: 1250px;
    margin: 0 auto; */
    padding: 0 80px;
}

.fot-logo--img{
    width: 288px;
    margin-bottom: 42px;
}

footer a {
    color: #000;
    margin-left: auto;
    display: inline-block;
    font-size: .13rem;
}


.footer-address a{
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 11px;
}

.footer-link__list a {
    width: fit-content;
    display: block;
    font-size: .12rem;
	margin-bottom:9px;
}

.footer-link__list p {
    font-size: .12rem;
	letter-spacing: 0.05em;
}

.footer-link__list a:nth-last-of-type(1) {
    margin-bottom: 56px;
}

.plus-mark {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 44px;
    height: 1px;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    margin-bottom: 3px;
    margin-left: 10px;
}

/*.plus-mark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}*/

span.plus-mark.sp_only {
    display: none;
}

.footer-address a {
}

@media screen and (max-width: 768px) {
	
	.fot-logo--img {
		width: 146px;
        margin: 0 auto 61px;
}


    .footer-link__list a {
        margin-left: 0;
		display: flex;
    	align-items: center;
		font-weight: 500;
		margin-bottom: 6px;
		width: 100%;
       justify-content: space-between;
	    padding: 0 13px;
    }

    footer>div {
        padding: 0 46px;
        display: block;
    }

    /* .footer-address p{
        margin-bottom: 5px;
    } */
.fot-tel-box {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    padding: 0 14px;
	margin-bottom: 9px;
}

    .footer-address a {
       	display: inline-block;
        width: fit-content;
        margin: 0;
        line-height: 1.5;
		letter-spacing: 0.05em;
    }
	
	.footer-address p img {
    width: 159px;
    margin-right: 0px;
    margin-bottom: 7px;
}
	
	.fot-name-contents{
		font-size:.15rem;
		font-weight: bold;
	}
	
	.fot-name-contents span{
		font-size:.13rem;
	}
	
	.footer-address p:nth-of-type(2) {
   		 margin-bottom: 8px;
		 letter-spacing: 0.05em;
		 text-align: center;
}

    footer {
        padding: 53px 0 14px;
    }

    .footer-address {
        margin-bottom: 2px;
    }

    .footer-link__list p {
        text-align: center;
        color: #898989;
        font-size: .10rem;
    }
	
	.fot-name-contents {
    flex-direction: column;
    align-items: center;
}

    .footer-link__list a:nth-last-of-type(1) {
        margin-bottom: 25px;
    }
	
	.footer-link__list .plus-mark {
    margin-left: 0;
    margin-right: 5px;
    width: inherit;
    margin-bottom: 0;
	background: initial;
	width: 36%;
}
	
	.plus-mark::before{
	content: '';
    position: absolute;
    width: 94px;
    height: 7px;
    left: 0;
    top: -2px;
    margin: auto;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
	transform: skew(45deg);
	}
	
	
	
}