footer{
    background-color: #EEEEEE;
    font-size: .16rem;
    padding: 71px 0 0;
}

.footer-container{
    /*width: 1195px;*/
    max-width: 100%;
    margin: 0 auto;
        padding: 0 103px 0 103px;
}

.home .footer-container{
    /*width: 1195px;*/
    max-width: 100%;
    margin: 0 auto;
        padding: 0 181px 0 103px;
}

.footer---container__top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 68px;
}

.footer--top__address{
    width: 337px;
    max-width: 40%;
    
}


.footer--top__address .fot-pc-logo--link{
    display: inline-block;
    width: 333px;
    max-width: 100%;
    margin-bottom: 39px;
}

.footer--top__tel {
    margin-bottom: 18px;
}

.footer--top__tel p{
    margin-bottom: 3px;
}

.footer--top__tel a{
    color: #B1976E;
    text-decoration: none;
    font-size: .20rem;
    letter-spacing: 0.13em;
    display: flex;
    align-items: center;
}

.footer--top__tel a span{
    font-size: .16rem;
    margin-right: 8px;
    letter-spacing: 0.01em;
    font-family: "Cormorant Garamond", serif;
    margin-top: 4px;
}

.footer--top__company p{
    line-height: 1.5;
}
.footer--top__company div img{
    width:194px;
	margin-bottom:3px;
}

.footer--top__company div span{
    font-size: .14rem;
}

.footer--top__company p span:nth-of-type(1){
    letter-spacing: 0.05em;
}

.footer--top__company p span:nth-of-type(2){
    letter-spacing: 0.12em;
}


.footer--top__nav {
        /* margin-right: 23px; */
    display: flex;
    justify-content: space-between;
   /*  width: 36%;
	width: 54%;*/
	align-items: flex-start;
		
}

.footer--top__nav li{
    list-style: none;
    margin-bottom: 25px;
    text-align: right;
}

.footer--top__nav li:last-child{
    margin-bottom: 0;
}

.footer--top__nav li span{
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #B1976E;
    border-top: 1px solid #B1976E;
    display: inline-block;
    transform: rotate(45deg);
    margin-left: 11px;
}

.footer--top__nav li a{
    text-decoration: none;
    color: #B1976E;
	 font-family: "Cormorant Garamond", serif;
}

.fot-nav-left {
    width: 184px;
}

.fot-nav-right {
    width: 230px; 
    /* width: 37%; */
    margin-left: 52px;
}

.fot-insta-logo{
	    width: 17px;
    vertical-align: middle;
    margin-right: 9px;
}

.footer--bottom__address{
    border-top: #B1976E 1px solid;
    text-align: center;
    padding: 22px 0 17px;
}

.footer--bottom__address a{
    color: #000;
    text-decoration: none;
    margin: 0 24px;
}

.copyright{
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: .14rem;
    padding: 4px 0;
}


@media screen and (min-width:801px) and ( max-width:1000px){
.home .footer-container {
    padding: 0 110px 0 35px;
}

.home .fot-nav-right {
    margin-left: 15px;
}


}


@media screen and (max-width: 800px) {
    footer {
        padding: 36px 0 0;
        margin-bottom: 36px;
    }

    .footer-container,
	.home .footer-container{
        padding: 0 31px;
    }

    .footer--top__address {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .fot-sp-logo--link{
        margin-left: 5px;
        margin-bottom: 14px;
      	width: 28.4%;
    }

    .footer--top__nav{
        display: none;
    }
    

    .footer--top__tel p {
        font-size: .13rem;
        text-align: right;
        margin-top: 3px;
		margin-bottom:0;
    }
	
	.footer--top__company div img {
    width: 149px;
}

    .footer--top__tel a {
        font-size: .14rem;
        justify-content: end;
        margin-bottom: 17px;
    }

    .footer--top__tel a span {
        font-size: .11rem;
    }

    .footer--top__company p,
    .footer--top__company div span{
		font-size:.13rem;
    }
	
	.footer--top__company div span{
	        letter-spacing: 0.1em;
			white-space: nowrap;
	}
	
	.footer--top__company div{
		text-align: right;
		line-height: 1.1;
}

.footer-left--container{
	margin-top: 37px;
}

    .footer--top__nav li a{
        font-size: .11rem;
    }

    .footer---container__top{
        align-items: flex-start;
        margin-bottom: 31px;
    }

    .footer--top__nav li {
        margin-bottom: 8px;
        line-height: 1;
    }

    .footer--top__tel {
        margin-bottom: 3px;
    }



.footer--top__nav li span{
    margin-left: 5px;
}

.footer--bottom__address a{
    font-size: .13rem;
    display: block;
    margin-bottom: 1px;
}

.footer--top__address .fot-pc-logo--link {
    display: none;
}

.footer--top__company p{
    line-height: 1.8;
}


.footer--bottom__address {
    padding: 11px 0;
}

.copyright {
    font-size: .11rem;
}

}