@charset "utf-8";

@media screen and (min-width: 992px) {
	.disp_sp{
		display:none;
	}
}

.font_min{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
	padding:0;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}
.mb60{
	margin-bottom:60px;
}
.mb70{
	margin-bottom:70px;
}
.mb80{
	margin-bottom:80px;
}
.mb90{
	margin-bottom:90px;
}
.mb100{
	margin-bottom:100px;
}
.mb150{
	margin-bottom:150px;
}
.pd0{
	padding:0;
}

.bread{
	text-align:left;
	font-size:1.1rem;
	letter-spacing:0.1em;
	padding-top: 1%;
}
#contents .ttl01{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:bold;
	letter-spacing: 0.1em;
	font-size:2.4rem;
	text-align:center;
	padding:0 0 1.5%;
}
#contents .ttl02 span{
	display:block;
	color:#785246;
	font-weight:normal;
	font-size:1.5rem;
}
#contents .ttl02 span.make_border_1{
	width:35px;
	background:#785246;
	height:3px;
	margin:18px auto;
}
#wrapper{
	position: relative;
}




/*ヘッダー*/

#hed_wrp{
	padding:0;
}


#hed_wrp h1,
#hideheader p.logo{
	margin:16px 66px 16px 16px;
}

#hed_wrp .posi-right, 
#hideheader .posi-right{
	position: absolute;
	right: 0;
	top: 15px;
}

.header-menu {
	margin:22px 0;
}
.header-menu li{
	float:left;
}
.header-menu li:nth-child(1){
	margin-right:25px;
}
.header-menu li:nth-child(2){
	margin-right:10px;
}


/*Gナビ*/
nav{
	background:#231815;
	position: relative;
}
nav li{
	position:relative;
}
nav .nav_main li a{
	color:#fff;
	font-size:1.6rem;
	letter-spacing:0.05em;
	display:block;
	padding:28px 0;
}
nav .nav_main li a span{
	width: 100%;
	display: block;
}
@media (max-width: 1200px) and (min-width: 992px) {
	#hed_wrp h1,
	#hideheader p.logo{
		margin:18px 0 18px 25px;
		width: 210px;
	}
	#hed_wrp h1 img, 
	#hideheader p.logo img{
		width: 100%;
	}
	nav li{
		padding: 0 20px;
		min-width: 100px;
	}
	nav .nav_main li a span{
		padding: 0;
	}
	nav .nav_main li a{
		font-size:1.3rem;
	}
	
.flex_center{
	/* 等間隔に配置 */
	-webkit-justify-content: center; /* Safari */
	justify-content : center;
	
}

	
	
}
@media (max-width: 992px) {
	
nav .nav_main li a span{
	/*padding:0 24px;*/
	padding: 0 0;
	width: 100%;
}
	
.flex_center{
	/* 等間隔に配置 */
	-webkit-justify-content: center; /* Safari */
	justify-content : center
}
	
}
@media (max-width: 768px) {
nav li a span{
	/*padding:0 20px;*/
}
}




nav .nav_main li a:hover{
	color:#fff;
	text-decoration:none;
	opacity:1;
}
nav .nav_main li a::after {
	content: '';
	position:absolute;
	bottom:5px;
	left:0%;
	width:100%;
	height:3px;
	-webkit-transform:scaleX(0);
	-ms-transform:scaleX(0);
	transform:scaleX(0);
	background-color:#333333;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}
nav .nav_main li a::after{
	left:0%;
	width:100%;
}
nav .nav_main li a::after {
	background-color:#fff;
}
nav .nav_main li a:hover::after {
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	transform:scaleX(1);
}
.h_eitai nav .nav_main li:nth-child(1) a::after,
.minamino nav .nav_main li:nth-child(2) a::after,
.noukotsu nav .nav_main li:nth-child(3) a::after,
.about nav .nav_main li:nth-child(4) a::after,
.access nav .nav_main li:nth-child(5) a::after {
	background-color:#fff;
	transform:scaleX(1);
}
.h_eitai.privacy nav .nav_main li:nth-child(1) a::after{
	background: none;
}


/*スクロール後固定Gナビ*/
@media screen and (min-width: 992px) {
	#hideHeader {
		position: fixed !important;  
		z-index: 5000;
		top: -50px;/* height */
		left: 0;
		width: 100%;
		height: 50px;
		visibility: hidden;
	}

	div#hideHeader.fixed {
		top: 0;/* height */
		display: block;
		visibility: visible
	}
}



/*--------------2階層目---------------*/
.gnav_under {
    position: relative;
    height: 70px;
    overflow: hidden;
    background-color: #F0ECDD;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.fixed .gnav_under {
    z-index: 1;
}
.gnav_under .container {
    height: 70px;
    position: relative;
    z-index: 1;
}
.gnav_under::before {
    content: '';
    position: absolute;
    left: -50%;
    width: 100%;
    height: 100%;
    background: #C4B579;
    z-index: 1;
}

.gnav_under ul{
    position: relative;
    display: flex;
	height: 100%;
	background-color: #F0ECDD;
    align-items: center;
    justify-content: space-between;
}
.gnav_under ul li,
.gnav_under ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
	line-height: 1.5;
	color: #211813;
	text-decoration: none!important;
    font-weight: bold;
}

.gnav_under ul li:not(:first-child){
    position: relative;
}

.gnav_under ul li:not(:first-child)::after{
    content: '';
    position: absolute;
    height: 60%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    border-right: 2px dotted #AA7F72;
}

.gnav_under ul li a:hover,
.minamino .gnav_under ul li.gnav_index a,
.eitai .gnav_under ul li.gnav_eitai a,
.compartment .gnav_under ul li.gnav_compartment a,
.flow .gnav_under ul li.gnav_flow a,
.faq .gnav_under ul li.gnav_faq a{
    color: #AA7F72;
}

.gnav_under ul li:first-child{
    color: #fff;
	background: #C4B579;
	letter-spacing: 0.1em;
}
.gnav_under ul li:first-child > span{
    text-align: left;
    line-height: 1.4;
}
.gnav_under ul li:first-child > span > b{
    font-weight: normal;
    font-size: 2rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 991px) {
	.gnav_under {
		height: auto;
		background: none;
		box-shadow: none;
		border-bottom: 1px solid #CECEBF;
		padding: 0;
	}
	.gnav_under .container {
		height: auto;
		padding: 0!important;
	}
	.gnav_under ul {
		flex-wrap: wrap;
		height: auto;
		background: none;
		padding-bottom: 10px;
	}
	.gnav_under ul li {
		width: calc(100%/5);
	}
	.gnav_under ul li, .gnav_under ul li a {
		height: auto;
	}
	.gnav_under ul li:first-child {
		width: 100%;
		text-align: center;
		background: none;
		color: #333333;
		font-size: 1.4rem;
		padding: 15px 0;
	}
	.gnav_under ul li:not(:first-child) a {
		font-size: 1.2rem;
		line-height: 1.4;
		height: 35px;
	}
	.gnav_under ul li:not(:first-child)::after {
		height: 100%;
	}
	.gnav_under ul li:first-child > span > b {
		font-weight: bold;
		font-size: 1.6rem;
	}
	.gnav_under ul li:last-child::after {
		border-right: none;
	}
	.gnav_under::before {
		content: none;
	}
	
}


/*フッタ*/
#footer_wrp{
	background:url(../img/img-common/fot_bg.gif) no-repeat center top;
	background-size: cover;
}
#footer_inner{
	margin:0 auto;
	font-size:1.4rem;
	color:#333;
	padding:40px 30px;
	text-align:left;
}
.footer_text{
	font-size: 1.5rem;
	margin-bottom: 15px;
}
.footer_menu {
	display: flex;
}
.footer_menu ul:nth-child(1){
	padding-right: 50px;
}
#footer_inner .footer_menu ul:nth-child(2) li:first-child{
	font-size: 1.3rem;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	#footer_inner .col-sm-6:nth-child(1){
		padding-left: 30px;
	}
	#footer_inner .col-sm-6:nth-child(2){
		padding-left: 70px;
	}
}

#footer_inner ul li{
	font-size:1.3rem;
	text-align:left;
	line-height:2;
	letter-spacing:0.3em;
}

#footer_inner ul li a{
	color:#333;
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	vertical-align: middle;
	text-decoration: none;
}
#footer_inner ul li a:hover{
	text-decoration:underline;
}
#footer_inner ul li a::before,
#footer_inner ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#footer_inner ul li a::before{
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 1px;
	background: #333;
}

#footer_inner .tel {
	background: url(../img/img-common/tel_ico.gif) no-repeat 0 0;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 0 0 0 37px;
	text-align:left;
	letter-spacing:0.05em;
	vertical-align:middle;
}
#footer_inner .tel a {
	text-decoration: none;
	color:#333;
}




footer #copyright{
	background:#231815;
	color:#fff;
	padding:10px 0;
	text-align:center;
	font-size:1.3rem;
}
footer #copyright a{
	color:#fff;
}


.foot_contact{
	background: #F0ECDD;
	position: relative;
	margin-top: 80px;
    margin-bottom: 0px;
}
.foot_contact::before{
	content: '';
	position: absolute;
	background: #C4B579;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
}
.foot_contact::after{
	content: '';
	position: absolute;
	background: #fff;
	bottom: -20px;
	left: 0;
	width: 100%;
}
.foot_contact dt{
	position: relative;
	font-size: 2.4rem;
	line-height: 70px;
	color: #fff;
	z-index: 2;
}
.foot_contact dd{
	display: flex;
	justify-content: center;
	padding: 35px 0 40px;
}
.foot_contact_btn img{
	height: 70px;
}

.foot_contact_tel {
	background: url(../img/img-common/tel_ico_l.gif) no-repeat 0 0;
	background-size: 37px auto;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	margin: 7px 0 0;
	padding: 0 0 0 50px;
	text-align: left;
	letter-spacing: 0.05em;
	vertical-align: middle;
	display: table;
}
.foot_contact_tel>a {
	color: #333333!important;
	line-height: 25px;
}
.foot_contact_tel>span {
	display: block;
	text-align: right;
	font-size: 1.4rem;
	font-weight: normal;
	padding-top: 10px;
}
@media screen and (min-width: 992px) {
	#footer_inner .foot_logo {
		max-width: 135px;
	}
	#footer_inner .foot_logo img{
		width: 100%;
	}
	
	.foot_contact_item{
		width: 50%;
		padding: 25px 15px;
	}
	.foot_contact_item:nth-child(1){
		margin-left: auto;
		padding-right: 60px;
		text-align: right;
		border-right: 1px solid #CABC86;
	}
	.foot_contact_item:nth-child(2){
		margin-right: auto;
		padding-left: 60px;
		text-align: left;
	}
	.foot_contact_item:nth-child(2) > span{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 991px) {
	.foot_contact{
		margin-bottom: 10px;
	}
	.foot_contact::after{
		bottom: -10px;
		height: 10px;
	}
	.foot_contact_item:nth-child(1){
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #CABC86;
	}
	.foot_contact dt {
		font-size: 1.6rem;
		line-height: 50px;
	}
	.foot_contact::before{
		height: 50px;
	}
	.foot_contact dd{
		flex-wrap: wrap;
		padding: 25px 0 30px;
	}
	.foot_contact_btn {
		width: 75%;
		display: block;
		margin: 0 auto;
	}
	.foot_contact_btn img{
		width: 100%;
		height: auto;
	}
	.foot_contact_item:nth-child(2) > span{
		font-size: 1.3rem;
		display: block;
		text-align: left;
	}
	.foot_contact_tel>a {
		line-height: 1;
	}
	.foot_contact_tel {
		background-size: 25px auto;
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1;
		margin: 7px 0 0;
		padding: 0 0 0 35px;
		letter-spacing: 0.01em;
		display: flex;
		flex-direction: column;
	}
	.foot_contact_tel>span {
		font-size: 1rem;
    	font-weight: normal;
		padding: 5px 0 0;
		letter-spacing: 0.01em;
	}
}

#topcontrol {
	z-index: 9999;
}



@media screen and (min-width: 320px) {
	html{
		font-size: 62.5%;
	}
}
@media screen and (min-width: 375px) {
	html{
		font-size: 72.5%;
	}
}
@media screen and (min-width: 414px) {
	html{
		font-size: 82.5%;
	}
}
@media screen and (min-width: 992px) {
	html{
		font-size: 62.5%;
	}
}

.font_min{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 991px) {
.disp_pc{
	display:none;
}

.mb10{
	margin-bottom:1%;
}
.mb20{
	margin-bottom:2%;
}
.mb30{
	margin-bottom:3%;
	padding:0;
}
.mb40{
	margin-bottom:4%;
}
.mb50{
	margin-bottom:5%;
}
.mb60{
	margin-bottom:6%;
}
.mb70{
	margin-bottom:7%;
}
.mb80{
	margin-bottom:8%;
}
.mb90{
	margin-bottom:9%;
}
.mb100{
	margin-bottom:15%;
}
.mb150{
	margin-bottom:22%;
}

.bread{
	display:none;
}
#wrapper{
	position: relative;
}


/*ヘッダー*/

#hed_wrp{
	padding:0;
}
#header_inner{
	margin:0 auto;
	padding:0;
	background-color: #231815;
}
#header_inner .pull-left{
	float:none;
	width:100%;

}

#header_inner h1{
	margin:4% 0% 4% 3%;
	text-align:left;
}
#header_inner h1 img{
	width:70%;
}
.header-menu {
	margin:22px 0;
}
.header-menu li{
	float:left;
}
.header-menu li:nth-child(1){
	margin-right:25px;
}
.header-menu li:nth-child(2){
	margin-right:10px;
}



/**　ハンバーガーメニュー 
--------------------------------------------------------------*/
body {
    position: relative;
    left: 0;
    overflow-x: hidden;
}
#slide_menu{
    position: fixed;
    top: 0;
    width:100%;
	z-index:10000;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
}
.slide_menu_in{
	width:75%;
	margin:0 0 0 25%;
    background: #F2F2F2;
	border-left:3px solid #46240B;
}
header p.menu_open{
	width: 15%;
	position: fixed;
	top: 1%;
	right:0.1%;
	outline: none;
	border: none;
	color: #fff;
	font-size: 1rem;
	cursor: pointer;
	z-index:1000;
	padding:0;
}
header p.menu_open img{
	width:100%;
}
header p.menu_open2{
	width: 15%;
    position: absolute;
	left:10.2%;
	top: 1%;
    outline: none;
    border: none;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}
header p.menu_close2 img{
	width: 50%;
}
header p.menu_close2{
	margin: 12% 0 0;
	text-align: center;
	padding: 0 0 16%;
}
header .hed_menu .first {
	padding: 0 0 0px;
}

header .hed_menu .ttl {
	float:left;
	width:83%;
}
header .hed_menu .menu_close {
	float:right;
	width:17%;
}
header .hed_menu ul.menu {
	clear: both;
	padding: 0% 0% 0;
	margin: 0px 0% 0%;
	background:#fff;
}
header .hed_menu ul li{
  border-bottom: 1px solid #F2F2F2;
}
header .hed_menu ul li p{
	padding:0 0 0 0%;
	margin:0 0 0 2%;
}
header .hed_menu ul li.method02,
header .hed_menu ul li.method03,
header .hed_menu ul li.method04,
header .hed_menu ul li.method05,
header .hed_menu ul li.method06{
	display: block;
	padding:0 0 0 0%;
}
header .hed_menu ul.menu li.method02{
	background: url(../img/img-common/ico_sp02.png) no-repeat 8% center;
	background-size: 7%;
}
header .hed_menu ul.menu li.method03{
	background: url(../img/img-common/ico_sp03.png) no-repeat 8% center;
	background-size: 7%;
}
header .hed_menu ul.menu li.method04{
	background: url(../img/img-common/ico_sp04.png) no-repeat 8% center;
	background-size: 7%;
}
header .hed_menu ul.menu li.method05{
	background: url(../img/img-common/ico_sp05.png) no-repeat 8% center;
	background-size: 7%;
}
header .hed_menu ul.menu li.method06{
	background: url(../img/img-common/ico_sp06.png) no-repeat 8% center;
	background-size: 7%;
}
header .hed_menu ul.menu li a{
	background: url(../img/img-common/ico_sp01.png) no-repeat 96% center;
	background-size: 9%;
  display: block;
  padding:6.5% 5% 6.5% 7%;
  text-decoration:none;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1;
	font-size:1.2rem;
	font-weight:bold;
	color:#333;
}
header .hed_menu ul.menu li > span{
	background-size: 9%;
	display: block;
	padding:6.5% 5% 6.5% 7%;
	text-decoration:none;
	text-align: left;
	letter-spacing: 0.05em;
	line-height: 1;
	font-size:1.2rem;
	font-weight:bold;
	color:#333;
	position: relative;
	cursor: pointer;
}
header .hed_menu ul.menu li > span::before{
	content: '';
	position: absolute;
	background-color: #95765A;
	top: 50%;
	right: 7%;
	width: 16px;
	height: 2px;
	margin-top: -1px;
}
header .hed_menu ul.menu li > span::after {
	content: '';
	position: absolute;
	background-color: #95765A;
	top: 50%;
	right: 7%;
	width: 16px;
	height: 2px;
	margin-top: -1px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
header .hed_menu ul.menu li > span.is_open::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}


header .hed_menu ul li.method01 a{
	background: url(../img/img-common/ico_sp01.png) no-repeat 96% center;
	background-size: 8%;
}
header .hed_menu ul li a span{
	background:url(../img/img-common/hed_ico01_sp.png) no-repeat right center;
	background-size: 12%;
	padding: 0 9% 0 0;
}

header .hed_menu .btn01{
	padding:0;
	width:75%;
	margin:8% auto 6%;
}
header .hed_menu .btn01 img{
	width:100%;
}

/*スライドメニュー*/
header .hed_menu ul.menu ul.slide_menu_sub{
	padding: 8% 0 10% 3%;
	background:#F1EDE7;
}
header .hed_menu ul.menu ul.slide_menu_sub li{
	background: none;
	border-bottom: none;
}
header .hed_menu ul.menu ul.slide_menu_sub li a{
	font-weight: normal;
	font-size: 1.1rem;
	padding: 2% 0 2% 15%;
	position: relative;
	background: none;
}
header .hed_menu ul.menu ul.slide_menu_sub li a::before{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #724A27;
    border-right: solid 1px #724A27;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7%;
    margin: auto;
}
header .hed_menu ul.menu ul.slide_menu_sub li:not(:last-child){
	margin-bottom: 6%;
}

/* アコーディオン */
.js_ac_box {
	height: 0;
	-webkit-transition: .4s ease-out;
	transition: .4s ease-out;
	visibility: hidden;
	overflow: hidden;
}

.is_open + .js_ac_box {
	height: auto;
	opacity: 1;
	visibility: visible;
}

/*フッタ*/
#footer_wrp{
	background: url(../img/img-common/fot_bg_sp.png) no-repeat center top;
	background-size: cover;
}
#footer_inner{
	margin:0 auto;
	font-size:1.4rem;
	color:#333;
	padding: 1% 6% 3%;
	text-align:left;
}
#footer_inner .col-sm-6:nth-child(1){
	padding: 6% 5%;
	margin:0 0 5%;
}
#footer_inner div:nth-child(2){
	padding: 5% 0;
}
#footer_inner ul{
	padding:0 0 0 0;
	margin: 3% 0;
	float: left;
	width: 50%;
	background-color: #F1EDE5;
}
#footer_inner ul li{
	font-size:1.2rem;
	text-align:left;
	line-height:2;
	letter-spacing:0.1em;
	padding: 0 0 5% 0;
}

#footer_inner ul li a{
	color:#333;
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	vertical-align: middle;
	text-decoration: none;
}
#footer_inner ul li a:hover{
	text-decoration:underline;
}
#footer_inner ul li a::before,
#footer_inner ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#footer_inner ul li a::before{
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 5px solid #5E4944;
}


#footer_inner .foot_logo {
	text-align: center;
	padding: 0 0 7% 0 ;
}
#footer_inner .foot_logo img{
	width: 35%;
}

#footer_inner .fot_cont02 .tel {
	background: url(../img/img-common/ico_tel.png) no-repeat left center;
	background-size: 7%;
	font-size: 6vw;
	padding: 0px 0 0px 8%;
	margin: 0px auto 1%;
	width: 74%;
	font-weight:bold;
	line-height: 1.8;
}
#footer_inner .fot_cont02 .tel a {
	text-decoration: none;
	color:#fff;
}
footer .address{
	text-align: left;
	font-size: 1.1rem;
}





#footer_inner .tel_block {
	width: auto;
    margin: 3% auto 0;
	display: block;
	width: 65%;
}


#footer_inner .tel {
	background: url(../img/img-common/tel_ico.gif) no-repeat 0 50%;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 0 0 0 32px;
	text-align:left;
	letter-spacing:0.05em;
	vertical-align:middle;
}
#footer_inner .tel a {
	text-decoration: none;
	color:#333;
	letter-spacing: 0.01em;
}

.foot_contact02 {
	margin: 20px auto 0;
	width: 65%;
}
.foot_contact02 img{
	width: 100%;
}




footer #copyright{
	background:#231815;
	color:#fff;
	padding:10px 0;
	text-align:center;
	font-size:0.9rem;
}
footer #copyright a{
	color:#fff;
}
.pagetop img {
	width: 100%;
}
}