/* CSS Document */

body{
	letter-spacing: 1px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

li{
	list-style:none;
}


a{
	text-decoration: none;
	color: inherit;
}


/* area-wrap */
.area-wrap{
	width: 100%;
	padding: 150px 20px;
	max-width: 1260px;
	margin: 0 auto;
}

.area-title p{
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: 600;
    padding-left: 4px;
    display: flex;
    align-items: center;
}

.area-title span{
	display: block;
	height: 1px;
	width: 15vw;
	background: #fff;
	margin-left: 5px;
	
}

.area-title h2{
	font-size: 45px;
	font-weight: 500;
	letter-spacing: 2px;
}






/* footer */

footer{
	background: #fff;
	width:100%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 50px 0 0;
	overflow: hidden;
}



.ft-above{
	width: 100%;
	display: flex;
	flex-direction: row;
	padding: 50px;
}

.sitemap{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.sitemap ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
    align-items: center;
}

.sitemap ul li{
	padding:2vw;
}

.sitemap ul li a p{
	font-size: 14px;
	letter-spacing: 2px;
}

.sitemap ul li a p span{
    position: relative;
    width: 70px;
    display: block;
	text-align: end;
}

.sitemap ul li a p span::before{
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    right: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}


.sitemap ul li a:hover{
	opacity: 0.7;
}

.ft-map{
	width:100%;
}


.footer_logo img{
	width: 220px;
}

.ft-map iframe{
	width: 100%;
	height: 350px;
}

.ft_info{
	min-width: 450px;
}


.ft_contact{
	margin:30px 0 10px;
	width: 100%;
	min-width: 350px;
}

.ft_contact p{
	line-height: 30px;
	font-size: 15px;
	letter-spacing:2px; 
	display: flex;
}


.ft-add{ 
	letter-spacing:4px!important; 
	display: flex;
	flex-direction: column;
}

.ft-add span{
	width: 100%;
	letter-spacing:3px; 
}

.ft-tel {
	letter-spacing:2px!important; 
}





.copyright{
	background: linear-gradient(to left, #7f4700 25%, #e18e3f 50%, #7f4700);
	width: 100%;
	text-align: center;
	padding:10px;
}

.copyright p{
	font-size: 13px;
	color: #fff;
}



/* footer ///////////////*/



@media(max-width:1200px){
	.area-title h2{
		font-size: 36px;
	}
}


@media(max-width:1000px){
	.ft-above {
    	padding: 30px 10px;
		display: flex;
		flex-direction: column;
    	justify-content: center;
		align-items: center;
	}
	
		.sitemap ul {
		flex-direction: row;
		justify-content: center;
	}
	
	.ft_info {
        min-width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
	}
	
	.ft_contact p {
		justify-content: center;
	}
	
	.ft-add {
		letter-spacing: 1px !important;
	}
	
	.sitemap ul li{
		border-right: 1px solid #333;
		padding: 0 2vw;
   		margin: 10px 0;
	}
	
	.sitemap ul li:last-child{
		border-right: none;
	}
	
    .sitemap ul li a p span {
        text-align: center;
		font-size: 13px;
	}
	
	
	.sitemap ul li a p span::before {
		display: none;
	}
	
}


@media(max-width:800px){

	.area-wrap {
		width: 100%;
		padding: 100px 20px;
	}
	
	.area-title h2 {
		font-size: 28px;
		letter-spacing: 1px;
	}
	
	.area-title p {
    	font-size: 12px;
		letter-spacing: 1px;
	}
	
	.ft-above {
		padding: 30px 10px 10px 10px;
	}

	
}


@media(max-width:600px){
	
    .area-wrap {
        padding: 50px 10px;
    }
	
	.ft_contact p {
		font-size: 14px;
	}
	
	
	.copyright p {
		font-size: 10px;
	}
	
	
	

}