@charset "utf-8";
/* CSS Document */

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/*topscroll用*/

#top_scroll{ 
  /*  position: relative; */
    z-index: 100; 
    margin: 0; 
    padding: 0; 
	display:none;

}
 .page-top1{

	display: inline-block;
	position: relative;
	z-index: 9999;
	font-size: 2.5em;
	background-image: url("../images-linodesign/Snow_12.png");
	background-size: 70px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px;
}

.fa-envelope{
	font-size: 35px;
}

.fixed_contact{
	font-weight: 800;
	font-size: 10px;
	/*background: #fff;*/
	display: inline-block;
	text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}

#fontawesome{
    display: flex;
	flex-direction: column;
	justify-content: center;
    position: fixed;
    z-index: 9998;
    bottom: 5%;
    right: 1%;
    padding: 0;
    color: #222;
    text-align: center;
    text-decoration: none;
    transition: 1s;
    -webkit-transition: 1s;	
}

#fontawesome a{
	color:#7E93C0;
}

#fontawesome a i{
	text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
 
#page-top1:hover{ 
    transform: translateY(-10px);
}
 
#top_scroll:hover{
    background: #fff;
}

.f-color{
	color: #7E93C0;
	
}
.spli{
		display:none;
}
.space{
	margin-right: 4px;
}

.btn-stitch .space2{
	margin-right: 4px;
	display:none;
}
.btn-stitch:hover .space{
	display:none;
}
.btn-stitch:hover .space2{
	display:inline-block;
}

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}


@media screen and (max-width: 768px) {
	#fontawesome{
		right: 0px;
	}
	.spli{
		display: inline-block;
	}
	
}
