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

/* micro clearfix */

.cf:before,.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;
}
.cf {
	*zoom: 1;
}

/* スクロールバー　*/

::-webkit-scrollbar {
	width: 12px;
  	height: 10px;
}
::-webkit-scrollbar-thumb {
  	background: rgba(219,219,219,1.00);
  	border-radius: 5px;
	border: solid 1px rgba(147,147,147,0.71);
}
html {
	font-size: 100%;  /* 16px */
	scroll-behavior: smooth;
}
body {
	color: #282A2D;
	font-family: "Sawarabi Gothic";
}
h1 a {
	font-size: 3rem;
}
a {
	text-decoration: none;
}
p {
	font-size: 1.3rem;
}
img {
	max-width: 100%;
}
li {
	list-style: none;
	font-size: 1.2rem;
}

/* ========================================
    About
========================================= */

.wrapper {
	width: 100%;
	margin: 50px auto 100px auto;
	padding: 0 5%;
	text-align: center;
}
.about {
	margin: 0 auto;
	max-width: 1280px;
	margin-bottom: 40px;
	text-align:left;
}
.about h1 {
	color: #3F3F3F;
	font-size: calc(1.5vw + 1rem);
	margin-bottom: 40px;
}
.sec-text {
	width: 100%;
	max-width: 960px;
	height: auto;
	font-size: calc(1.5vw + 1rem);
}
.sec-text dt {
	font-size: calc(0.3vw + 0.3rem);
	line-height: 1;
	padding: 1em;
	border-left: 4px solid darkblue;
	margin-bottom: 2em;
}
.sec-text dd {
	margin: 0 0 40px 20px;
	font-size: calc(0.3vw + 0.8rem);
}
#sns-top {
	margin-left: 100px;
}

#sns-top img.icon {
	width: 45px;
	
} 
#sns-top img:hover {
	transition: 0.6s;
	opacity: 0.3;
	color: #9F9F9F;
}
#sns-top img.icon {
	padding-top: 20px;
	width: 45px;
} 
#sns-top img:hover {
	transition: 0.6s;
	opacity: 0.3;
	color: #9F9F9F;
}

/* HOME ボタン */
#back-home {
	margin: 100px auto 80px auto;
	text-align: center;
}
#back-home a {
	display:inline-block;
	font-size: 1.3rem;
	border-radius: 5px;
	padding: 0 50px;
	line-height: 55px;
	background-color: rgba(255,255,255,1.00);
	box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
	color: #2B2B2B;
} 
#back-home a:hover {
	transition: 0.7s;
	opacity: 0.5;
	background-color: #FFFFFF;
	color: #C8C8C8
}

/* フッター  */
.footer {
	max-width: 1380px;
	height: 52px;
	margin: 0 auto;
	padding: 0 5%;	
}
.footer nav ul{
	display: flex;
}
.footer ul li {
	font-size: 1.2rem;
	width: 300px;
	height: 48px;	
}
.footer ul li a {
	color: #24292e;
	transition: all 0.3s;
	display: block;
	text-align: center;
}
.footer ul li a:hover {
	transition: 0.7s;
	opacity: 0.5;
	color: #B4B4B4;
}
#footer-last  {
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	line-height: 80px;
	text-align: center;
	border-top: solid 1px #24292E;
}
#footer-last p {
	color: #24292E;
	font-size: calc(0.8vw + 0.6rem);	
}

@media screen and (min-width: 1381px) {
	
	.nav-fast {
		float: left;	
	}
	.footer nav {
		float: right;
	}
	.footer ul li a {
		line-height: 48px;
	}
}
@media screen and (min-width: 861px) and (max-width: 1080px) {	
	
	.footer {
		padding: 0 10%;	
	}	
	.footer nav ul li {
		width: 200px;
	}
}

@media screen and (min-width: 1081px) and (max-width: 1380px) {
	
	.footer {
		padding: 0 10%;	
	}
	.footer nav ul li {
		width: 260px;
	}
}
@media screen and (min-width: 861px) and (max-width: 1380px) {
	
	.nav-fast {
		float: left;	
	}
	.footer nav ul li {
		line-height: 48px;
	}
}
@media screen and (min-width: 861px){
	
	.footer ul li {
		line-height: 2;
	}
	.sec-text {
		padding-left: 100px;
	}
}

@media screen and (max-width: 860px) {
	#sns-top img.icon {
		width: 35px;
	}
	#sns-top {
		margin-left: 6vw;
	}
	.sec-text {
		text-align: left;
		margin-top: 30px;
	}
	#back-home a {
		font-size: 0.9rem;
		padding: 0 40px;
		line-height: 40px;
	} 
	.footer {
		padding: 0 3%;
		height: 80px;
	}
	.footer ul li {
		width: 380px;
		height: 38px;
		line-height: 2;
	}
}
@media screen and (max-width: 680px) {
	.footer li {
		font-size: 0.8rem;
	}
	
}


	
	
	