/* CSS Document */
body{
	font-family:"ヒラギノ丸ゴ ProN W4","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: rgba(26,21,21,1.00);
	background-color: #267243;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
header{
	padding: 20px;
	font-family: "UD デジタル 教科書体 NK-R";
	background-color:#FFFEFE;
	display: flex;
	justify-content: space-between;
}
address{
	font-style:normal;
}
.flex{
	display: flex;
}
.top{
	border-radius: 30px;
}
article{
	text-align: center;
	margin-top: 50px;
	line-height: 1.7;
}
.main{
	background-color: #FFFEFE;
	margin: 50px 170px;
	padding: 70px;
	border-radius: 30px;
}
h1{
	font-family: "UD デジタル 教科書体 NK-R";
	color:#704344;
	text-align: left;
	font-size: 150%;
}
section{
	padding-top: 50px;
}
p{
	text-align: left;
}
ul{
	list-style-type: none;
	text-align: left;
}
span{
	font-weight: 600;
	font-size: 130%;
	background: linear-gradient(transparent 60%, #FFD079 20%);
}
.borld{
	font-weight: 800;
	font-size: 180%;
	background: none;
}
.greeting{
	width: 90%;
}
.flort-right-curry{
	float: right;
}
.flex2{
	display: flex;
	justify-content: center;
}
.tenpo{
	object-fit: cover;
}
table{
	width: 100%;
	font-size: 90%;
	margin-top: 10px;
	border-collapse: collapse;
	text-align: left;
}
th{
	background-color: #F2E9D8;
	padding: 10px;
	width: 100px;
	font-weight: normal;
}
td{
	padding: 10px;
}
table,th,td{
	border-style: solid;
	border-width: 1px 0;
	border-color: #C5A381;
}
.pagetop{
	padding: 10px;
	text-align: right;
}
.link{
	text-align: center;
	padding: 20px;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover{
	color: rgba(26,21,21,1.00);
}
html{
    scroll-behavior: smooth;
}
footer{
	color: #ffffff;
	text-align: center;
	padding-bottom: 50px;
}
/* ボタン全体 */
#page_top {
width: 100px;
height: 100px;
position: fixed;
right: 10px;
bottom: 10px;
background: #FF9449;
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){
	header{
		flex-flow: column;
		margin: auto;
	}
	.logo{
		width: 300px;
		margin: auto;
	}
	.flex{
		margin: auto;
	}
	.borld{
	font-weight: 800;
	font-size: 130%;
	background: none;
}
	.insta{
		width: 50px;
		height: 50px;
	}
	.top{
		width: 90%;
	}
	.main{
	margin: 30px 20px;
	padding: 30px 20px;
	}
	section{
	padding-top: 20px;
}
	.flort-right-curry{
	float: none;
	width: 50%;
	margin: auto;
}
	.greeting{
	width: auto;
}
	.block{
		display: block;
		margin: auto;
		width: 300px;
	}
	.flex2{
		flex-flow: column;
	}
	.tenpo{
		width: 100%;
	}
	iframe{
		width: 100%;
	}
	.access{
		flex-flow: column;
	}
	table{
		margin: 10px auto;
	}
	.link{
		width: 70px;
	}
	#page_top {
		width: 50px;
		height: 50px;
	}
}


