﻿@charset "utf-8";
					/* Common */
* {	 
	padding: 0;
	margin: 0;
	text-decoration: none;
}
a[href*="mailto:"]:before {
  	padding-right:0;
	display: none;
}
a[href*="mailto:"]:hover:after {
	width: 0%;
}
					/* footer */
#footer {
 	background: url("../jp/jjp4.jpg");
	margin: 30px 0 0 0; 
	⁬height: auto;
	color: #fff;
 	position: relative;
	z-index: 10000;
}
#footer::before {
  	position: absolute;
    	content: '';
  	width: 100%;
  	height: 5.5px;
  	box-sizing: border-box;
  	top: 0;
  	border-top: 3px solid #192f60;
  	border-bottom: 2.5px solid #c7b370;
}
#footer a {
	color: #fff;
	display: block;
  	text-shadow: 0 1px 1px #583822;
}
#footer a:hover,
#footer a .now {
	color: #c7b370;
}
.f_top,
.f_middle,
.f_bottom {
	margin: 0 auto;
}
.f_top {
	width: 960px;
}
.f_top .f_item {
	width: 120px;
	margin: 30px 20px 0 20px;
	display: block;
	float: left;
	overflow: hidden;
	font: 100%/1.8 "メイリオ";
}
.f_top .f_ttl,
.f_middle{
	font-weight: bold;
	text-align: center;
}
.f_middle {
	display: block;
	width: 360px;
	font-size: 150%;
	text-align: right;
	position: relative;
}
.f_logo {
	overflow: hidden;
	clear: both;
	margin: 30px auto 0 auto;
	padding: 50px 30px;
	position: relative;
}
.f_logo:before {
	position: absolute;
	top: 0;
	left: 3px;
	width: 137px;
	height: 137px;
	display: inline-block;
	content: " ";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #fff;
	-webkit-transform: scale(0);
	border-radius: 50%;
}
.f_logo:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.f_logo:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 127px;
	margin: 5px;
	display: inline-block;
	content: " ";
	background: url(../icon/logo1200.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.f_logo span {
	display: inline-block;
	float: right;
}
.f_sns {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.f_sns .f_snsinner{
	width: 420px;
	margin: 0 auto;
}
.f_bottom {
	text-align: center;
	font: 70%/2.2 "メイリオ";
}
.f_bottom p.copyright {
	text-align: center;
	color: #fff;
  	text-shadow: 0 1px 1px #583822;
}
				@media screen and (max-width:959px){
.f_top,
.f_bottom {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.f_inner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.f_top .f_item {
	clear: both;
	margin: 20px 0 0 0;
	font-size: 100%;
}
.f_container1,
.f_container2 {
	width: 20%;
	float: left;
	margin: 0 15%;
}
.f_sns .f_snsinner{
	width: 168px;
}
				}/* max-width:959px */
				@media screen and (max-width:520px){
.f_container1,
.f_container2 {
	width: 40%;
	margin: 0 5%;
	text-align: center;
}
.f_middle {
	width: 320px;
	text-align: right;
}
.f_logo:before {
	width: 103px;
	height: 100px;
}
.f_logo:after {
	left: -1px;
	width: 100px;
	height: 97px;
}
				}/* max-width:520px */