@charset "UTF-8";
/* CSS Document */

/*フッター*/
#fcontent {
  max-width: 1350px;
  margin: auto;
  width: 100%;
 padding-top:20px;
 padding-bottom:20px;
}
#footer .fleft {
  float: left;
  width: 30%;
  max-width: 222px;
  padding: 38px;
}
#footer  .fleft h1 {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 16px;
	color: #333;
	padding: 0px;
	margin:auto;
	display: block;
	letter-spacing: 0.1em;
}
#footer  .fleft h2{
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 13px;
	color: #333;
	padding: 0px;
	margin:auto;
	display: block;
	letter-spacing: 0.1em;
}

#footer .fright{
float: right; width: 70%; padding: 40px 38px 10px 0px ! important;
}
#footer .linkbox.fbobine {
    width: 34%;
    margin-right: 0%;
    margin-left: -5%;
  letter-spacing:0.08em;
}
#footer .linkbox.linkshop {
    width: 21%;
    margin-right: 0%;
  letter-spacing:0.05em;
}
#footer .linkbox.linkshop2 {
    width: 24%;
    margin-right: 2%;
  letter-spacing:0.05em;
}
#footer .linkbox.linkweb {
    width: 16%;
  margin-right: 2%;
  letter-spacing:0.05em;
}
#footer .linkbox {
  float: left;
  color: #333;
  font-size: 11px;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  margin-right: 4%;
}
#footer .linkbox li a {
  color: #333;
  text-decoration: none;
}
#footer .linkbox li a:hover {
  color: #333;
  text-decoration: none;
}
#footer .linkbox li {
  margin-bottom: 8px;
}
#footer .credit {
    clear: both;
    float: none;
    text-align: right;
    color: rgb(255, 255, 255);
    padding: 0px 8px 8px 0px;
    font-size: 1.1rem;
}

/*1200以下のメニュー*/
@media only screen and (max-width: 1200px) {
#footer .fleft {
   float: left;
   width: 100%;
   max-width: 100%;
   padding: 30px 0;
   text-align: center;
   border-bottom: dotted 1px;
}
#footer .sns img {
   margin: 0 4px 0 4px;
}
#footer .fright {
    float: right;
    width: 100%;
    padding: 35px 0px 18px 0px !important;
    margin: 0 0 10px 0;
}
#footer .linkbox {
  float: left;
  color: #333;
  font-size: 11px;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  margin-right: 4%;
}
#footer .linkbox.fbobine {
    width:31%;
    margin-right:3%;
    margin-left: 7%;
    letter-spacing: 0.08em;
}
#footer .linkbox.linkshop{
  width:17%;
  margin-right:1%;
  letter-spacing: 0.05em;
}
#footer .linkbox.linkshop2{
  width:19%;
  margin-right:2%;
  letter-spacing: 0.05em;
}
#footer .linkbox.linkweb{
   width:16%;
   margin-right:2%;
  letter-spacing:0.05em;
}
#footer .linkbox li a {
  color: #333;
}
#footer .linkbox li a:hover {
  color: #333;
}
#footer .linkbox li {
  margin-bottom: 8px;
}
}
@media only screen and (max-width: 641px) {
#footer .sns img {
  margin: 0 4px 0 4px;
}
#footer .fleft{
	display:none;
}
#footer .fright{
	width:100%;
	padding:10px 0px 0px 0px !important;
	margin:0 0 10px 0;

}
#footer .linkbox {
  color: #333;
  font-size: 11px;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  margin-right: 4%;
}
#footer .linkbox.fbobine{
	margin-left: 0%;
	letter-spacing: 0.08em;
	width: 100%;
	text-align: center;
	border-bottom: dotted 1px #444;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#footer .linkbox.linkshop{
	width: 41%;
	margin-right: 1%;
	letter-spacing: 0.05em;
	margin-left: 10%;
}
#footer .linkbox.linkshop2{
	width: 40%;
	margin-right: 2%;
	letter-spacing: 0.05em;
}
#footer .linkbox.linkweb{
	display:none;
}
#footer .linkbox li a {
  color: #333;
}
#footer .linkbox li a:hover {
  color: #333;
}
#footer .linkbox li {
  margin-bottom: 8px;
}
}
