f@charset "utf-8";
a {
	transition: 1.0s;
	cursor: pointer;
}
@media screen and (max-width:480px) {

/*20190723*/
#t_footer {
	width: 100%;
	height: auto;
	padding-top: 2%;
	float: left;
	padding-bottom: 12%;
	transition: 2s;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	font-weight: 300;
}
.copy {
	font-size: 0.9em;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 1%;
}
}
@media screen and (min-width:481px) {

#t_line {
	background-image: url(../img/1_top/t_colorfulbar1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	float: left;
	width: 100%;
	height: 0;
	display: block;
	padding-top: 3.92%;

}
#t_footer {
	width: 96%;
	height: auto;
	float: left;
	font-weight: 300;
	transition: 2s;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #675e2e;
	padding-right: 2%;
	padding-left: 2%;
}
.copy {
	font-size: 0.9em;
	text-align: right;
	float: left;
	width: 100%;
	margin-top: 1%;
}
}
a:link {
	color: #574D22;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #574D22;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #574D22;
}
a img:hover {
	filter: drop-shadow(5px 5px 5px brown) ;
	transition: 1s;
}
h1 {
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}


p {
	margin: 0px;
	padding: 0px;
}
.left {
	float: left;
}
.right {
	text-align: right;
}
.no-wrap {
    display: inline-block; /* インラインブロック化 */
}
/**navの設定**/
body {
    color: #574D22;
    margin-right: auto;
    margin-left: auto;	/*width: 980px;*/
    background-color: #FFF67F;
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
}
.blue {
	color: #00A0D6;
}
.green {
	color: #46B256;
}
.red {
	color: #CD0920;
}
.yellow {
	color: #F3EC36;
}
	
/*文字のスタイル*/
.mintyo_300 {
	font-weight: 300;
}
.mintyo_700 {
	font-weight:700;
}
.gothic_100 {
	font-weight: 100;
	font-family: 'Noto Sans JP', sans-serif;
}
.gothic_300 {
	font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
}
.gothic_400 {
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}	

/*invewの設定*/

/*共通項目*/

.fade {
	opacity: 0;
	transform: translate(0,20px); 
	-webkit-transform: translate(5px,0); 

}
.fade2 {
	opacity: 0;
	transform: translate(0,-30px); 
	-webkit-transform: translate(0,-30px); 
}
.fade3 {
	opacity: 0;
	transform: translate(0,20px); 
	-webkit-transform: translate(0,20px); 
}
#t_comment_top {
}
#t_comment_top {
}
.fade4 {
	opacity: 0;
	transform: translate(20px,0); 
	-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);
}

#line_top {
	background-image: url(../img/0.common/line_1.png);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 1%;
	background-size: 100%;
	transition: 2s;
	
}
#line_under {
	background-image: url(../img/0.common/line_2.png);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 1%;
	background-size: 100%;
	transition: 2s;
}
#line_top_w {
	background-image: url(../img/0.common/line_w_1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 1%;
	background-size: 100%;
	transition: 2s;
}
#line_under_w {
	background-image: url(../img/0.common/line_w_2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 1%;
	background-size: 100%;
	transition: 2s;
}
@media screen and (max-width:480px) {
#line_top_w {
	background-image: url(../img/0.common/line_1.png);
}
    #line_under_w {
	background-image: url(../img/0.common/line_2.png);
}
}
.small {
    font-size: 0.7em;
    padding-top: -0%;
    vertical-align: top;
    margin-top: 0px;
    top: auto;
}
