@charset "utf-8";

/*////////////////////////////////////////////////////////////

サイト全体の基本設定

////////////////////////////////////////////////////////////*/
/* = 基本 style
-------------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #3d3d3d;
	font-family: 'YuMincho','Yu Mincho','Yu Mincho Light','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-size: 16px;
	line-height: 100%;
}
p {
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
ul,
ol {
	margin: 0 0 20px 20px;
	line-height: 1.6em;
}
.red{ color: #f00; }

/* = レイアウト設定
-------------------------------------------------------------- */
a:link,a:visited,a:active {
	color: #42a3d0;
}
a:hover {
}
.mgn-b50{ margin-bottom: 50px; }

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
@media screen and (min-width:768px){
/* = レイアウト設定
-------------------------------------------------------------- */
.in_container {
	width: 1200px;
	margin: 0 auto 0 auto;
}
#wrapper {
    width: 100%;
}
#header_sub {
	width: 100%;
	height: auto;
}
#main {
	width: 100%;
}
footer {
	width: 100%;
}
#page_top{
  width: 40px;
  height: 40px;
  position: fixed;
  right: 55px;
  bottom: 55px;
  background: #666;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*////////////////////////////////////////////////////////////

image画像　基本設定

////////////////////////////////////////////////////////////*/
img {
	width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.aligncenter {
	width: auto;
	height: auto;
	margin: 0 auto 20px auto;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.content_entry img{ width: inherit; }

/*////////////////////////////////////////////////////////////

ヘッダーの設定

////////////////////////////////////////////////////////////*/
header{
	background: #f8f8f8;
}
/* = headerタグ
-------------------------------------------------------------- */
header .title {
	height: 100px;
}
/* = ロゴ・バナーイメージ画像
-------------------------------------------------------------- */
header .logo {
	clear: left;
	float: left;
	margin: 0;
}
header .logo img{
	width: auto;
	height: 100%;
}
header .banner {
	float: right;
	margin: -25px 0 0;
	position: relative;
}
header .banner a {
	color: #4d4d4d;
	text-decoration: none;
}
header .banner a.tex{
	pointer-events:none;
}
/* = サイトタイトル・キャッチフレーズ
-------------------------------------------------------------- */
header h1 {
	float: left;
	padding: 20px 0 10px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
}
header h1 span {
	font-size: 14px;
	font-weight: normal;
}
header a:link,
header a:active,
header a:visited {
	color: #4d4d4d;
	text-decoration: none;
}
header a:hover {
	color: #4d4d4d;
}
header .banner p {
	width: auto;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
}

/* = ヘッダーSNS
-------------------------------------------------------------- */
header .sns{
	margin-top: 20px;
}
header .sns a,header .sns span{
	float: right;
	display: block;
	margin-left: 25px;
	font-size: 20px;
	color: #434343;
}


/* = 検索
-------------------------------------------------------------- */

.search:hover{ cursor: pointer; }

#search-wrap{
	position:absolute;
	width: 550px;
	height: 30px;
	padding:  5px 0;
	right: 0;
	bottom: -30px;
	background: #fff;
	z-index:10;
}
.search-box{
	width: 550px;
	height:30px;
	margin:0 auto;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
}
.search-box input[type="text"]{
    /* background: #f4f4f4; */
    height: 20px;
    width: 82%;
    border: none;
    line-height: 20px;
    float: left;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 3px;
}

#search {
    width: 18%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    background: #434343;
    font-size: 120%;
    border: none;
    padding: 0;
    float: left;
    cursor: pointer;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0;
}
.search-box input[type="text"]::-webkit-input-placeholder {
    color: #3c3c3c;
}
.search-box input[type="text"]:-ms-input-placeholder {
    color: #3c3c3c;
}
.search-box input[type="text"]::-moz-placeholder {
    color: #3c3c3c;
}
.search-box input[type="text"]:focus {
    margin: 0;
    outline: none;
    border: none;
}




/*////////////////////////////////////////////////////////////

メインの設定

////////////////////////////////////////////////////////////*/

/* = パンくずリスト
-------------------------------------------------------------- */
#bread_list {
	width: 100%;
	height: 40px;
	font-size: 86%;
	line-height: 150%;
	text-align: right;
}
#bread_list ul {
	width: 100%;
	overflow: hidden;
	margin: 30px auto 0;
	margin-left: -7px;
}
#bread_list ul li {
	margin: 0 0 0 0;
	display: block;
	float: left;
	line-height: 100%;
}
#bread_list ul li a {
	font-size: 86%;
	text-decoration: none;
	display: block;
	background-image: url(../images/icon_arrow01.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 14px 15px 12px 7px;
}
#bread_list ul li a:hover {
}
#bread_list ul li.last_child {
	font-size: 86%;
	line-height: 100%;
	text-decoration: none;
	padding: 14px 25px 14px 7px;
	font-weight: bold;
}
/*////////////////////////////////////////////////////////////

サイドバーの設定

////////////////////////////////////////////////////////////*/
/* = サイドバー
-------------------------------------------------------------- */
#sidebar {
	width: 320px;
	float: right;
}
.home #sidebar{
	margin-top: 50px;
}
#sidebar .block {
	width: auto;
	margin: 0px 0 20px 0;
}
#sidebar .block #titlearea {
	padding: 15px 20px 15px 20px;
	border: solid 1px #E8E8E8;
	border-bottom: none;
}
#sidebar .block .textwidget {
	width: 298px;
	padding: 20px 20px 1px 20px;
	border: solid 1px #E8E8E8;
}
#sidebar .block .textwidget p {
	margin: 0 0 20px 0;
}
#sidebar .block ul {
	margin: 0 0 0 0;
	border: solid 1px #E8E8E8;
	border-top: none !important;
}
#sidebar li {
	border-top: #e8e8e8 1px solid;
	list-style-type: none;
}
#sidebar li a {
	padding: 12px 20px;
	overflow: hidden;
	background: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
#sidebar li a:hover {
	font-size: 95%;
	background: #ececec;
	font-weight: bold;
}
#sidebar .block img {
	margin: 0px 0 0 0;
}
.s-code {
	margin: 0px 0 30px 0;
}


.block{
	overflow: hidden;
	position: relative;
}

.block a img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.widget_sp_image-description{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255,255,255,0.8);
	z-index: 10;
}
.widget_sp_image-description p{
	display: table;
	width: 100%;
	height: 100%;
}
.widget_sp_image-description a{
	display: table-cell;
	width: 100%;
	height: 100%;
	padding: 0 10%;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
}
.widget_sp_image-description span{
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
}



/*20210202追加*/
.side-cont{
	width: 100%;
	margin-top: 30px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.side-cont h3{
	padding: 0 0 5px;
	margin: 0 0 10px;
	font-size: 18px;
	border-bottom: 1px solid #666;
}
.side-cont dl{
	width: 100%;
	margin: 0 0 10px;
	font-size: 14px;
}
.side-cont dt{
	clear: left;
	float: left;
	width: 25%;
	padding-bottom: 10px;
}
.side-cont dd{
	padding: 0 0 10px 20%;
	margin: 0;
}
.side-cont dd a{
	color: #3d3d3d;
	text-decoration: none;
}
.side-cont iframe{
	width: 100%;
}

/*////////////////////////////////////////////////////////////

グローバルメニューの設定

////////////////////////////////////////////////////////////*/
.in_container{ position: relative ;}
nav {
	width: 100%;
	height: 53px;
	margin: 0 0 0 0;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
}
nav ul {
	display: block;
	width: 100%;
	height: 53px;
	margin: 0 auto;
	padding: 0 0 0 1px;
	zoom: 1;
}
nav ul li {
	display: block;
	text-align: center;
	float: left;
	position: relative;
}
nav ul li a:link,
nav ul li a:visited,
nav ul li a:active {
	display: block;
	height: 53px;
	padding: 20px 45px 17px 0;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	text-align: left;
	line-height: 1;
	transition: background 0.3s ease;
}
nav ul li a span{
	display: block;
	margin-top: 5px;
}
nav ul li.menu-item {
	float: left;
	position: relative;
	background: none;
	z-index: 1;
}
nav ul li.menu-item-has-children {
	padding-left: 20px;
	background-image: url(../images/nav-icon.png);
	background-position: left;
	background-repeat: no-repeat;
}
nav ul li ul.sub-menu {
	display: none;
	width: 250px;
	margin: 0px;
	position: absolute;
	z-index: 0;
	top: 52px;
	left: 0;
	padding-left: 1em;
}

nav ul li:hover ul.sub-menu {
	display: block;
	height: auto;
	padding: 0 1em;
	background-color: #f8f8f8;
	border: 1px solid #bfbfbf;
	overflow: hidden;
}
nav ul li ul.sub-menu li{
	float: none;
	padding: 0;
}
nav ul li ul.sub-menu li a:link,
nav ul li ul.sub-menu li a:visited,
nav ul li ul.sub-menu li a:active {
	display: block;
	height: auto;
	padding: 15px 0;
	text-decoration: none;
	text-align: left;
	transition: background 0.3s ease;
	border-bottom: 1px solid #e3e3e3;
}

.in_container a.cart{
	position: absolute;
	display: block;
	top: 10px;
	right: 0;
	width: 31px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12.5px;
	color: #3f3f3f;
}
.in_container a.cart img{
	width: auto;
}

/*////////////////////////////////////////////////////////////

フッターの設定

////////////////////////////////////////////////////////////*/
footer {
	padding: 50px 0 20px;
	margin: 0;
	text-align: center;
	background: #f8f8f8;
}
footer .foot-cont {
	display: table;
	width: 1200px;
	margin: 0 auto 30px;
	color: #000;
}
footer .foot-cont a,footer .foot-cont h3{
	color: #000;
}
footer .foot-cont div{
	display: table-cell;
	min-width: 230px;
	text-align: left;
}
footer .foot-cont div h3{
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}
footer .foot-cont div a{
	display: block;
	margin-bottom: 10px;
	margin-left: 1em;
	line-height: 1;
	text-decoration: none;
}
footer .copyright {
	padding: 0;
}
footer .copyright p {
	margin-bottom: 0px;
}


.for-sp{ display: none; }
}
@import url('https://fonts.googleapis.com/css?family=Unica+One');

@media screen and (max-width: 767px){
.for-sp{ display: block;}
.for-pc,.in_container a.cart{ display: none; }
body {
	color: #4d4d4d;
	font-size: 18px;
	line-height: 100%;
}
/* = レイアウト設定
-------------------------------------------------------------- */
.in_container {
	width: 96%;
	margin: 0 auto 0 auto;
}
#wrapper {
	width: 100%;
	margin-top: 80px !important;
}
#header_sub {
	width: auto;
	height: auto;
}
#main {
	width: 100%;
}
footer {
	width: 100%;
}
/*////////////////////////////////////////////////////////////

image画像　基本設定

////////////////////////////////////////////////////////////*/
img {
	max-width: 100% !important;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align:bottom;
}
.alignleft {
	margin: 0 10px 0 0;
}
.aligncenter {
	width: auto;
	height: auto;
	margin: 0 auto 0 auto;
}
.alignright {
	margin: 0 0 0 10px;
}

/*////////////////////////////////////////////////////////////

ヘッダーの設定

////////////////////////////////////////////////////////////*/
/* = headerタグ
-------------------------------------------------------------- */
header .title {
	height: auto;
}

header #header_sub #header-img {

}

/* = ロゴ・バナーイメージ画像
-------------------------------------------------------------- */
header .logo {
    height: 50px;
    float: left;
    position: fixed;
    top: 10px;
    z-index: 999999;
}
header .logo img {
	width: auto;
	height: 60px;
	/*     -webkit-filter: invert(100%);
     -moz-filter: invert(100%);
     -o-filter: invert(100%);
     -ms-filter: invert(100%);
     filter: invert(100%);*/
}
header .banner p {
	width: 0px;
	height: 0px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
header .banner p a {
	width: 50px;
	height: 50px;
	margin: 10px 0 0 0;
	display: block !important;
	position: fixed;
	z-index: 999999;
	top: 5px;
	right: 70px;
	text-indent: 9999px;
	background-color: #28c1f0;
	background-image: url(../images/icon_phone.png);
	background-position: center center;
	background-size: 25px auto;
	background-repeat: no-repeat;
	border: 3px solid #FFF;
	border-radius: 25px;
}
/* = サイトタイトル・キャッチフレーズ
------------------------------------------------- */
header h1 {
	float: left;
	width: auto;
	padding: 10px 0 10px 0;
	font-size: 12px;
	line-height: 1.2em;
	color: #aaa;
}
header h1 span {
	font-size: 14px;
	font-weight: normal;
}
header h1 a:link,
header h1 a:active,
header h1 a:visited {
	text-decoration: none;
}
header h1 a:hover {
	color: #626262;
}
header p {
    float: left;
    width: auto;
    font-size: 12px;
    line-height: 1.2em;
	margin: 0 0 0 0;
    padding: 10px 0 10px 0;
    font-weight: bold;
}
/*////////////////////////////////////////////////////////////

メインの設定

////////////////////////////////////////////////////////////*/

/* = パンくずリスト
-------------------------------------------------------------- */
#bread_list {
	width: 100%;
	height: 40px;
	font-size: 86%;
	line-height: 150%;
	text-align: right;
}
#bread_list ul {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-left: -7px;
}
#bread_list ul li {
	margin: 0 0 0 0;
	display: block;
	float: left;
	line-height: 100%;
}
#bread_list ul li a {
	font-size: 86%;
	text-decoration: none;
	display: block;
	background-image: url(../images/icon_arrow01.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 15px 3px 7px;
}
#bread_list ul li a:hover {
}
#bread_list ul li.last_child {
	font-size: 86%;
	line-height: 100%;
	text-decoration: none;
	padding: 0 0 0 7px;
	font-weight: bold;
	text-align: left;
}
/*////////////////////////////////////////////////////////////

サイドバーの設定

////////////////////////////////////////////////////////////*/
/* = サイドバー
-------------------------------------------------------------- */
#sidebar {
	width: 100%;
}
#sidebar .block {
	width: auto;
	margin: 0px 0 20px 0;
}
#sidebar .block #titlearea {
	padding: 15px 20px 15px 20px;
	border: solid 1px #E8E8E8;
	border-bottom: none;
}
#sidebar .block .textwidget {
	width: auto;
	padding: 20px 20px 1px 20px;


	border: solid 1px #E8E8E8;
}
#sidebar .block .textwidget p {
	margin: 0 0 20px 0;
}
#sidebar .block ul {
	margin: 0 0 0 0;
	border: solid 1px #E8E8E8;
	border-top: none !important;
}
#sidebar li {
	border-top: #e8e8e8 1px solid;
	list-style-type: none;
}
#sidebar li a {
	padding: 12px 20px;
	width: auto;
	overflow: hidden;
	background: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
#sidebar li a:hover {
	background: #ececec;
	font-weight: bold;
}
#sidebar .block img {
	width: 100%;
	height: auto;
	margin: 0px 0 0 0;
}
.s-code {
	margin: 0px 0 30px 0;
}

/*20210202追加*/
.side-cont{
	width: 90%;
	margin: 30px 5%!important ;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.side-cont h3{
	width: 100%;
	padding: 0 0 5px!important;
	margin: 0 0 10px!important;
	font-size: 18px;
	border-bottom: 1px solid #666!important;
}
.side-cont dl{
	width: 100%;
	margin: 0 0 10px;
	font-size: 14px;
}
.side-cont dt{
	clear: left;
	float: left;
	width: 25%;
	vertical-align: top;
}
.side-cont dd{
	width: 80%;
	padding: 0 0 10px 20%;
	margin: 0;
}
.side-cont dd a{
	color: #3d3d3d!important;
	text-decoration: none!important;
}
.side-cont iframe{
	width: 100%;
}


/*////////////////////////////////////////////////////////////

グローバルメニューの設定

////////////////////////////////////////////////////////////*/
a.meanmenu-reveal {
	display: none;
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: fixed;
	background: #f8f8f8;
	min-height: 80px;
	z-index: 999999;
	top: 0;
	border-bottom: 1px solid #bfbfbf;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
}
.mean-container a.meanmenu-reveal {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 18px;
	right: 10px;
	cursor: pointer;
	color: #fff;
	display: block;
	background-color: #28c1f0;
	background-image: url(../images/btn-navi.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 27px auto;
	border-radius: 5px;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #f8f8f8;
	margin-top: 70px;
}
.mean-container .mean-nav ul {
	padding: 0 0 47px;
	margin: 0;
	width: 100%;
	overflow: hidden;
	list-style-type: none;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li a {
	font-size: 80%;
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: center;
	color: #000;
	border-top: 1px solid #383838;
	border-top: 1px solid #bfbfbf;
	text-decoration: none;
	text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid #e3e3e3;
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	color: #00b7ef;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mean-bar:nth-child(2) .sns{ display: none; }
.sns{
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: -47px 0 0;
	text-align: center;
	color: #000;
	border-top: 1px solid #383838;
	border-top: 1px solid #bfbfbf;
	text-decoration: none;
	text-transform: uppercase;
}
.mean-nav .sns a{
	padding: 0 10px;
	font-size: 20px;
	color: #666;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-remove {
	display: none !important;
}
/*////////////////////////////////////////////////////////////

フッターの設定

////////////////////////////////////////////////////////////*/
footer {
	width: 100%;
	padding: 30px 5% 20px;
	margin: 0;
	text-align: center;
	background: #f8f8f8;
}
footer .foot-cont {
	width: 100%;
	color: #000;
}
footer .foot-cont a,footer .foot-cont h3{
	color: #000;
}
footer .foot-cont div{
	margin-bottom: 20px;
	text-align: left;
}
footer .foot-cont div h3{
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
footer .foot-cont div a{
	display: block;
	margin-bottom: 5px;
	margin-left: 1em;
	font-size: 13px;
	line-height: 1;
	text-decoration: none;
}
footer .copyright {
	padding: 0;
}
footer .copyright p {
	margin-bottom: 0px;
}


#page_top{
  width: 40px;
  height: 40px;
  position: fixed;
  right: 5%;
  bottom: 10px;
  background: #666;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

}
