/* CSS Document */
html{
	scroll-behavior: smooth;
	font-size: 100%;
}
body{
	margin: 0;
	color: #707070;
	font-family:'Noto Sans JP', sans-serif;
}
header{
	text-align: center;
}
a{
	text-decoration: none;
	color: #707070;
}
h1{
	color: #DA685E;
}
.logo{
	padding: 20px;
}
.main{
	background-color: #FFECEA;
	padding: 50px;
	position: relative;
}
.absolute{
	position: absolute;
	top: 30px;
	left: -80px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 40px;
}
.mainimg{
	padding-left: 300px;
	object-fit: cover;
}
article{
	width: 70%;
	margin: auto;
	padding: 50px;
	text-align: center;
	line-height: 1.7;
}
.concept{
	padding: 20px 0;
}
.sub{
	width: 100%;
	margin: auto;
	text-align: left;
}
.table1 th,.table1 td {
    border: solid 1px; /* 枠線指定 */
	width: 200px;
}

.table1{
    border-collapse:  collapse; 	/* セルの線を重ねる */
	margin: auto;
	text-align: left;
	width: 100%;
}
.weight{
	color: #DA685E;
	font-weight: 800;
}
.contact{
	text-align: center;
	padding: 50px;
}
.contact img{
	margin: 30px;
}
.btn6 a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 300px;
	height: 60px;
	text-decoration: none;
	background-color: #FFA94F;
	border-radius: 30px;
	margin: auto;
	text-decoration: none;
	color: #FFFFFF;
}
.btn6 a:hover{
	background-color: rgba(255,141,50,0.50);
}
.table2{
	width: 70%;
	margin: auto;
	font-size: 90%;
	border-collapse: collapse;
	text-align: left;
}
.table2 th{
	background-color: #FFECEA;
	padding: 10px;
	width: 110px;
	font-weight: normal;
}
.table2 td{
	padding: 10px;
}
.table2 table,.table2 th,.table2 td{
	border-style: solid;
	border-width: 1px 0;
	border-color: #DA685E;
}

footer{
	text-align: center;
	padding: 100px;
	background-color: #DA685E;
	color: #FFFFFF;
}
/* ボタン全体 */
#page_top {
width: 100px;
height: 100px;
position: fixed;
right: 10px;
bottom: 10px;
background: #FFA94F;
border-radius: 50%;
opacity: 0.8;
}

/* Font Awesome */
#page_top::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: '\f0d8';
font-size: 50px;
color: rgb(255, 255, 255);
position: absolute;
top: 50%;
left: 50%;
translate: -50% -50%;
}
/* 800px以下 */
@media(max-width:800px){
	.logo{
		width:  50px;
	}
	.logo2{
		width: 100px;
	}
	.mainimg{
		padding: 10px;
		width: 100%;
		height: 250px;
	}
	.absolute{
		left: 10px;
		top: 10px;
		font-size: 20px;
	}
	article{
		width: 100%;
		padding: 10px 0;
	}
	.concept{
		padding: 10px 0;
	}
	.concept img{
		width: 200px;
	}
	table{
		width: 100%;
	}
	.btn6 a{
		width: 250px;
	}
	.sub{
		font-size: 80%;
		width: 90%;
	}
	.contact{
		padding: 30px 0;
	}
	.table2{
		width: 100%;
	}
	footer{
		padding: 10px 0;
	}
	#page_top {
		width: 50px;
		height: 50px;
	}
}
