@charset "UTF-8";

.footer-bg {
	width: 100%;
	height: 170px;
	background: #C9BA96 ;
	padding: 35px 0 ;
}
.footer-logo img {
	width: 100%;
	height: auto;
}
ul.footer-item {
	width: 100%;
	height: 25px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	text-align: left;
}
li.footer-item-text {
	position: relative;
	font-size: 12px !important;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
}
li.footer-item-text:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	top: 50%;
	right:-10px;
	margin-top: -13px;
	display: inline-block;
}
li.footer-item-text a {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
}
li.footer-item-text a:hover {
	display: block;
	width: 100%;
	color: #FFFFFF;
	text-decoration: underline;
}


/* SNSロゴ */
.sns-logo {
	width: 100%;
	margin: 0 auto 0 auto;
}
.sns-logo:after { 
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
ul.sns-logo-item {
	width: 200px;
	margin: 0 0 0 auto;
}
ul.sns-logo-item li.sns-logo-item-img {
	float: right;
	margin: 10px 20px 0 0 ;
}

/* コピーライト */
.copyright  {
	width: 100%;
	height: 50px;
	background: #FFFFFF ;
}
.copyright-text {
	text-align: center;
	padding: 15px 0 ;
	font-size: 12px;
}


/* ページトップ */
#pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
}
#pagetop a {
  display: block;
  z-index: 9999;
  padding: 30px 20px 20px 20px;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  background-color: #FFC1C2;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}	

	


@media (max-width: 599.98px) {
	
	.footer-bg {
		width: 100%;
		height: auto;
		background: #C9BA96 ;
		padding: 1rem 0 ;
	}
	.footer-logo {
		width: 25% !important;
		height: auto;
		margin: 1rem auto 1rem 0 ;
		padding: 0;
	}
	.footer-logo img {
		width: 100% !important;
		height: auto;
	}
	ul.footer-item {
		width: 100%;
		height: auto;
		margin:0 auto;
		display: block;
		justify-content: space-between;
		text-align: left;
		border-top: #FFFFFF 1px solid;
	}
	li.footer-item-text {
		position: relative;
		font-size: 12px !important;
		color: #FFFFFF;
		display: block;
		vertical-align: middle;
		padding: 0.5rem 0;
	}
	li.footer-item-text:after {
		font-family: 'FontAwesome';
		content: "\f105";
		position: absolute;
		top: 50%;
		right:0;
		margin-top: -13px;
		display: block;
	}
	li.footer-item-text a {
		display: block;
		color: #FFFFFF;
		text-decoration: none;
	}
	li.footer-item-text a:hover {
		display: block;
		width: 100%;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	/* SNSロゴ */
		.sns-logo {
			width: 100%;
			margin: 0 auto 0 auto;
		}
		ul.sns-logo-item {
			width: 50%;
			height: auto;
			margin: 1rem auto 0 auto;
			display: flex;
			justify-content: space-between;
			text-align: left;
		}
		ul.sns-logo-item li.sns-logo-item-img  {
			display: inline-block;
			width: 100px;
			margin: 10px auto 0 auto ;
		}

	
	/* コピーライト */
	.copyright  {
		width: 100%;
		height: 50px;
		background: #FFFFFF ;
	}
	.copyright-text {
		text-align: center;
		padding: 15px 0 50px 0 ;
	}
	
	/* ページトップ */
	#pagetop {
		bottom: 20px !important;
		right: 20px !important;
	}
	#pagetop a {
	  display: block;
	  background-color: rgba(255,193,193,0.80);
	}
	
	
	/* スマホのみ固定 */
	#sp-fixed-menu {
		background: #53A8B8;
		width: 100%;
		height: 50px;
		background-image: linear-gradient(180deg, #86D2E1 0%, #53A8B8 75%);
	}
	#sp-fixed-menu a {
		display: block;
		color: #FFFFFF;
		text-decoration: none;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		line-height: 50px;
	}
	
}

@media (min-width: 600px) and (max-width: 991.98px)	{
	
	.footer-bg {
		width: 100%;
		height: auto;
		background: #C9BA96 ;
		padding: 35px 0 ;
	}
	.footer-logo {
		width: 200px;
		height: auto;
		margin: 0 auto 2rem auto !important;
		padding: 0;
	}
	.footer-logo img {
		width: 100% !important;
		height: auto;
	}
	
	/* SNSロゴ */
	.sns-logo {
		width: 100%;
		margin: 0 auto 0 auto;
	}
	ul.sns-logo-item {
		width: 200px;
		margin: 0 auto 0 auto;
	}
	ul.sns-logo-item li.sns-logo-item-img {
		float: l;
		width: 100px;
		margin: 10px auto 0 auto ;
	}
	
	/* ページトップ */
	#pagetop {
		position: fixed;
		bottom: 30px;
		right: 30px;
		z-index: 9999;
	}
	#pagetop a {
	  display: block;
	  z-index: 999;
	  padding: 30px 20px 20px 20px;
	  border-radius: 50px;
	  width: 80px;
	  height: 80px;
	  background-color: #FFC1C2;
	  font-size: 12px;
	  color: #fff;
	  font-weight: bold;
	  text-decoration: none;
	  text-align: center;
	}

	#pagetop a:hover {
	  text-decoration: none;
	  opacity: 0.7;
	}
	
}

