@charset "utf-8";
a {
	transition: 1.0s;
	cursor: pointer;
	color: #464C15;
}

a:link {
	color: #464C15;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ACC10C;
}
a:hover {
	text-decoration: none;
	color: #00AFD4;
}
a:active {
	text-decoration: none;
	color: #ACC10C;
}

h1 {
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}


p {
	margin: 0px;
	padding: 0px;
}
.left {
	float: left;
}
/**navの設定**/
body {
	color: #666666;
	margin-right: auto;
	margin-left: auto;	/*width: 980px;*/
	background-color: #FFFEF7;	/*-webkit-text-size-adjust: 100%;*/
	font-size: 16px;
}

.nav_j {
	font-family: 'Noto Serif JP', serif;
	font-size: 0.9em;
}
.HBnav {
	font-size: 1.4em;
	font-family: 'Noto Serif JP', serif;
	line-height: 2em;
}
.HBnav .nav_j {
	font-size: 0.9em;
	font-family: 'Noto Serif JP', serif;
}
.HBnav_under {
	font-size: 1.5em;
	font-family: 'Dancing Script', cursive;
	line-height: 2em;
	margin-left: 20px;
	float: left;
	height: auto;
	width: 100%;
	margin-top: -30px;
}
.insta_logo a{
	background-image: url(../img/1.top/insta1-21.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
	display: block;
	background-size: auto 100%;
	float: left;
	height: 50px;
	margin-right: 10px;
}
.insta_type {
}
.insta_logo a:hover{
	background-image: url(../img/1.top/insta2-21.png);
}	
/*invewの設定*/

/*共通項目*/
.fade {
	opacity: 0;
	transform: translate(0,40px);
	-webkit-transform: translate(0,40px);
}
.fade2 {
	opacity: 0;
	transform: translate(0,-30px); 
	-webkit-transform: translate(0,-30px); 
}
.fade3 {
	opacity: 0;
	transform: translate(0,40px); 
	-webkit-transform: translate(0,40px); 
}
.fade4 {
	opacity: 0;
	transform: translate(20px,0x); 
	-webkit-transform: translate(20px,0); 
}
.fade5 {
	opacity: 0;
	transform: scale(0.7,0.7); 
	-webkit-transform: scale(0.7,0.7); 
}


.move {
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.move2 {
	opacity: 1.0;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
}
#foot_nav a {
	color: #FFFEF7;
	opacity: 0.9;
}
#foot_nav a:hover {
	text-decoration: none;
	color: #00AFD4;
}
@media screen and (max-width:480px) {
#foot_nav {
	background-color: #353105;
	float: left;
	height: auto;
	width: 96%;
	padding-top: 2em;
	padding-right: 2%;
	padding-bottom: 1em;
	padding-left: 2%;
	font-size: 0.95em;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	display: none;
}
}
@media screen and (min-width:481px) {
#foot_nav {
	background-color: #353105;
	float: left;
	height: auto;
	width: 90%;
	padding-top: 1em;
	padding-right: 5%;
	padding-bottom: 1em;
	padding-left: 5%;
	font-size: 1em;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin-top: -0.1em;
}
}
