@charset "UTF-8";

/* col-md- 1199px以下 */
@media screen and (max-width: 1199px) {
}

/* col-sm- 991px 以下 */
@media screen and (max-width: 991px) {
}

/* col-xs- 767px 以下 */
@media screen and (max-width: 767px) {
}
/*ptop
****************************************************************************************** */
#topcontrol {
	margin-right: 0;
	margin-bottom: 0;
}
#ptop {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #faf7e5;
	background: rgba(0,0,0,0.5);
}
#ptop i {
	font-size: 30px;
	vertical-align: middle;
}
/*footer
****************************************************************************************** */
footer { color: #faf7e5; }
footer a { color: #faf7e5; }
/*footer-menu
****************************************************************************************** */
#footer-menu { text-align: center; }
#footer-menu a { color: #333; }
#footer-menu ul {
	list-style: none;
	margin: auto;
	padding: 1rem 0;
}
#footer-menu ul li {
	display: inline-block;
	border-left: 1px solid #ddd;
	padding: 0 1rem;
	font-size: 13px;
	font-size: 0.86rem;
	line-height: 1.2;
}
#footer-menu ul li:last-child { border-right: 1px solid #ddd; }
/*f-grandnavi
****************************************************************************************** */
#f-grandnavi {
	background: rgba(0,0,0,0.1);
	padding-top: 30px;
}
#f-grandnavi a {
	display: block;
	text-align: center;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	background: #fff;
}
#f-grandnavi a img { margin: auto; }
#f-grandnavi a.current {
	box-shadow: none;
	background: none;
}
#f-grandnavi [class*='col-'] { margin-bottom: 30px; }

@media screen and (min-width: 991px) {
#f-grandnavi [class*='col-'] { width: 14.2%; }
}
#f-cp {
	background: #509256 url(../img/footer-bg.png);
	height: 60px;
	overflow: hidden;
	position: relative;
}
#f-cp ul.sns {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 60px;
	overflow: hidden;
	position: absolute;
}
#f-cp ul.sns li {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	float: left;
	text-align: center;
	background: rgba(0,0,0,0.2);
}
#f-cp ul.sns li:first-child { background: rgba(0,0,0,0.1); }
#f-cp ul.sns li i {
	font-size: 24px;
	margin: auto;
	padding: 0;
	vertical-align: middle;
}
#f-cp ul.sns li span { display: none; }
#f-cp p.cp {
	text-align: center;
	margin: 0;
	padding: 0;
	height: 60px;
	line-height: 60px;
	font-size: 11px;
	font-family: "Times New Roman", Times, "serif";
	letter-spacing: 0.1em;
}



#f-cp ul.sns li.toi {
	width: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
#f-cp ul.sns li.toi a:hover{
  color: #fff;
}
#f-cp ul.sns li.toi a::before{
  content: '\f003';
  font-family: FontAwesome;
  margin-right: 0.2em;
}


@media screen and (max-width: 767px) {
footer { margin-top: 0; }
#f-grandnavi { padding-top: 10px; }
#f-grandnavi .row {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
#f-grandnavi [class*='col-'] {
	padding: 5px;
	margin: 0;
}
#topcontrol {
	margin-right: 0;
	margin-bottom: 30px;
}
#f-cp {
	height: auto;
	text-align: center;
}
#f-cp ul.sns {
	position: relative;
	margin: 0;
	text-align: center;
/*	width: 120px;*/
}
#f-cp p.cp {
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	letter-spacing: 0;
}
}
