@charset "utf-8";
@media screen and (min-width:767px){
.to-top{
	position: fixed;
	bottom:0;
	right:0;
	background: rgba(156,143,128,.9);
	color:#fff;
	z-index:100;
	width:60px;
	text-align: center;
}
.to-top i{
	font-size: 60px;
}

/* footer */
#footer{
	width:100%;
}
#footer .footer_label{
	background: #9C8F80;
}
#footer .footer_label .info{
	max-width:1200px;
	margin:0 auto;
	color:#fff;
}
#footer .footer_label .info a{
	color:#fff;
}
#footer .footer_label .info .row{
	margin:0 6%;
	padding:1.2% 0;
}
#footer .footer_label .foot_logo{
	width:23.6%;
	display: inline-block;
	vertical-align: middle;
}
#footer .footer_label p.shop_name{
	text-align: right;
	display: inline-block;
	font-size: 1.2rem;
	margin-left:5%;
}
#footer .footer_label p.shop_tel{
	text-align: right;
	display: inline-block;
	font-size: 1.2rem;
	margin-left:6.6%;
}
#footer .footer_label .foot_logo img{
	width:100%;
}
#footer .footer_main{
	background: rgba(156,143,128,.7);
	position: relative;
}
#footer .footer_main .nav_area{
	max-width: 1400px;
	margin:0 auto;
	position: relative;
}
#footer .footer_main .nav_area nav{
	margin-left: 6%;
	margin-top:24px;
}
#footer .footer_main nav ul{
	float:left;
}
#footer .footer_main nav ul .ginza{
	transition: 0.2s ease-in-out;
}
#footer .footer_main nav ul .ginza:hover{
	opacity:0.8;
}
#footer .footer_main nav ul:nth-of-type(1){
	padding-right:6.7%;
}
#footer .footer_main nav ul:nth-of-type(2){
	padding-right:6.2%;
}
#footer .footer_main nav ul li{
	margin-bottom:10px;
	font-size: 1.2rem;
}
#footer .footer_main nav ul li a{
	color:#fff;
}
#footer .footer_main nav ul li:hover a{
	text-decoration: underline;
	}
#footer .footer_main .sns_link{
	position: absolute;
	right:4.5%;
	text-align: right;
	width:40%;
}
#footer .footer_main .sns_link a{
	transition: 0.2s ease-in-out;
}
#footer .footer_main .sns_link a:hover{
	opacity:0.8;
}
#footer .footer_main .sns_link ul li{
	display: inline;
	margin-left:15px;
}
#footer .footer_main .about_fee{
	float:right;
	color: #fff;
	width:34.4%;
	font-size: 1.2em;
	margin-right:4%;
	padding:40px 0 20px;
}
#footer .footer_copy{
	background: rgba(156,143,128,.3);
}
#footer .footer_copy .copy{
	max-width: 1000px;
	margin:0 auto;
	color:#9c8f80;
	font-size: 1.3rem;
	padding:15px 0;
}
	#footer .footer_copy .copy small{
		margin-left:4%;
}
}
@media screen and (max-width:820px){
	#footer .footer_label p.shop_name,
	#footer .footer_label p.shop_tel{
		font-size: 0.76rem;
	}
}

@media screen and (max-width:766px){
.to-top{
	position: fixed;
	bottom:0;
	right:0;
	background: rgba(156,143,128,.9);
	color:#fff;
	z-index:10;
	width:50px;
	text-align: center;
}
.to-top i{
	font-size: 50px;
}

/* footer */
#footer{
	width:100%;
}
#footer .footer_label{
	width:100%;
	background: #9C8F80;
	overflow: hidden;
}
#footer .footer_label .info{
	color:#fff;
}
#footer .footer_label .info a{
	color:#fff;
}
#footer .footer_label .info .row{
	width:95%;
	margin:0 auto;
}
#footer .footer_label .foot_logo{
	padding:4% 0;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
#footer .footer_label p.shop_name{
	display: block;
	font-size: 0.8rem;
	padding-top:3%;
	line-height: 1.4;
	padding-left:70px;
}
#footer .footer_label p.shop_tel{
	display: block;
	font-size: 0.8rem;
	padding-bottom:3%;
	padding-left:70px;
}
#footer .footer_label .foot_logo img{
	width:60px;
	height:22px;
}
#footer .footer_main{
	background: rgba(156,143,128,.7);
	position: relative;
}
#footer .footer_main .nav_area{
	width:90%;
	margin:20px auto;
	position: relative;
}
#footer .footer_main .nav_area nav{
	overflow: hidden;
	width:100%;
	margin:0 auto 20px;
}
#footer .footer_main nav ul{
	float:left;
	width:50%;
	padding:10px 5% 10px 0;
}
#footer .footer_main nav ul li{
	margin-bottom:15px;
	font-size: 0.9rem;
}
#footer .footer_main nav ul li a{
	color:#fff;
}
#footer .footer_main .sns_link{
	position: absolute;
	bottom: 0;
	width:100%;
	text-align: right;
}
#footer .footer_main .sns_link ul{
	width:100%;
}
#footer .footer_main .sns_link ul li{
	display: inline;
	margin-right:15px;
}
#footer .footer_main .about_fee{
	color: #fff;
	font-size: 12px;
	padding-bottom:60px;
}
#footer .footer_copy{
	width:100%;
	padding:16.5px 0;
	background: rgba(156,143,128,.3);
}
#footer .footer_copy .copy{
	width:90%;
	margin:0 auto;
	color:#9c8f80;
	font-size: 0.7rem;
}
	#footer .footer_copy .copy small{
}
}
