footer {
    padding-top: 99px;
    position: relative;
    z-index: 89;
    background-color: #fff;
}

footer::before{
	content: "";
    position: absolute;
}

.fot-logo {
    border-top: 1px solid #B49A6D;
    border-bottom: 1px solid #B49A6D;
    padding: 28px 0;
    display: block;
}

.fot-logo img{
    width: 401px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.fot-main {
    background-color: #e6e6e6;
    padding: 40px 0 0px;
}

.fot-info {
    display: flex;
    justify-content: space-between;
    width: 1230px;
    padding: 0 20px;
    max-width: 100%;
    margin: 0 auto 36px;
    font-size: .15rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
	align-items: center;
}

.fot-info__left {
    width: 43%;
}


.fot-tel {
    margin-bottom: 34px;
	font-size: .16rem;
}

/*.fot-tel span {
    color: #b49a6d;
    font-size: .24rem;
	letter-spacing: 0.07em;
}*/

.fot-tel a {
    text-decoration: none;
    color: #b49a6d;
	font-size: .24rem;
	letter-spacing: 0.07em;
}

.fot-info__left img{
    width: 342px;
    margin-bottom: 11px;
}

.fot-info__left p{
	font-size:.16rem;
}

.b-hours{
	display: inline-block;
	letter-spacing: 0.08em;
}

.fot-ad {
    margin-bottom: 4px;
	margin-right: 19px;
	display: inline-block;
}
.fot-info__right{
	flex: 0 1 auto;
    width: 50%;
	display: flex;
	justify-content: flex-end;
}
.fot-info__navlist{
    margin-top: 18px;
	flex: 0 1 auto;
	width: fit-content;
}
.fot-info__navlist1{
	margin-right: 30px;
}
.fot-info__navlist2{
	margin-right: 38px;
}

.fot-info__right li{
    list-style: none;
    margin-bottom: 26px;
    text-align: right;
}

.fot-info__right li:last-of-type{
    margin-bottom: 0;
}

.fot-info__right li a{
    text-decoration: none;
    color: #000;
}

.fot-info__right li a span{
    margin-left: 12px;
}


.fot-business {
    border-top: solid 1px #ab986f;
    padding: 22px 0 26px;
}

.fot-business > div{
    display: flex;
    justify-content: space-between;
    width: 620px;
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}

.copyright{
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: .15rem;
    text-align: center;
    background-color: #B49A6D;
    padding: 6px 0;
    letter-spacing: 0.06em;
}

.fot-business_link{
	color: #000;
	text-decoration: none;
}


@media screen and (min-width:801px) and ( max-width:1000px){
	.fot-tel a {
    	display: block;
	}
}

@media screen and (max-width: 800px) {

    footer {
        padding-top: 69px;
        padding-bottom: 67px;
    }


    .fot-business > div{
        flex-direction: column;
    }

    .fot-logo {
        padding: 32px 0;
    }

    .fot-logo img {
        width: 322px;
    }

    .fot-main {
        padding: 38px 0 0px;
    }

    .fot-info{
        flex-direction: column;
        padding: 0px 0px;
        margin: 0 auto 28px;
    }

    .fot-tel a{
        display: block;
        margin-top: 3px;
    }

    .fot-tel {
        margin-bottom: 41px;
    }

    .fot-info__left img {
        margin-bottom: 10px;
		width: 280px;
    }


    .fot-info__right ul {
        margin-top: 48px;
        margin-right: 0;
        display: flex;
        justify-content: space-between;
        width: 305px;
        max-width: 100%;
        margin: 48px auto 0;
    }

    .fot-info__left {
        padding: 0px 0px;
        width: 325px;
        max-width: 100%;
        margin: 0 auto;
    }
	
	.fot-info__right {
    	display: none;
	}

    .fot-info__right li a span {
        margin-left: 2px;
    }

	.fot-business > div p {
    	padding: 0 17px;
    	letter-spacing: 0.01em;
		width: 375px;
        margin: 0 auto;
	}
    .fot-business > div p:nth-of-type(1){
        margin-bottom: 8px;
    }

    .fot-business {
        padding: 17px 0 15px;
    }

    .copyright {
        font-size: .10rem;
        padding: 7px 0;
    }
}