@charset "utf-8";

::selection {background: #DDDDDD;color: #443E61; /* Safari */}
::-moz-selection {background: #DDDDDD;color: #443E61; /* Firefox */}
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/*@font-face {
  font-family: 'aleoreg';
  src: url('http://afro-fukuoka.net/assets/font/aleo-regular-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'aleobold';
  src: url('http://afro-fukuoka.net/assets/font/aleo-bold-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'aleoitalic';
  src: url('http://afro-fukuoka.net/assets/font/aleo-italic-webfont.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	src: url('http://afro-fukuoka.net/assets/font/Montserrat-Regular.otf') format('opentype');
}
*/




/*共通設定*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	min-height: 100%;
}

body {
	punctuation-trim: adjacent;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	font-size: 12px;
	height: 100%;
}

.background img{
	background: #fffffe;
	position: fixed;
	right: 0;
	bottom:0;
	z-index: -1000;
}


blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}
b {font-weight: bold;}
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
img {
}

table {
	width:100%;
}
a, a:hover {
	color:#333;
	text-decoration: none;
}


a:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.7;

}
#slider{
	position: relative;
	width:100%;
	min-height:340px;
	display:block;
}
#slider ul{
	position: absolute;
	top: 0;
	left: 0;
}

#slider li{
	float: left;
}

.wrapper {
	width: 100%;
	max-width: 1190px;
	margin: 60px auto;
	padding: 0 20px;
}

.company_name {
	text-align: left;
	font-size: 10px;
}

.of {overflow: hidden;}
.fl { float:left;}
.fr { float:right;}
.tl { text-align:left;}
.tr { text-align:right;}
.mt10 { margin-top:10px;}
.mr10 { margin-right:10px;}
.mb10 { margin-bottom:10px;}
.ml10 { margin-left:10px;}
.mt20 { margin-top:20px;}
.mr20 { margin-right:20px;}
.mb20 { margin-bottom:20px;}
.ml20 { margin-left:20px;}
.mt30 { margin-top:30px;}
.mr30 { margin-right:30px;}
.mb30 { margin-bottom:30px;}
.ml30 { margin-left:30px;}
.tab{display: none}
.sp{display: none}
.pc{display: block}


#header{
	margin-bottom: 30px;
}

#header h1 .logo_name{
	width:350px;
}

#header h1 span{
	font-size: 12px;
}

#header .news{
	font-size: 13px;
}

#header .col-md-5 ,#header .col-md-6 ,#header .col-md-7 ,#header .col-md-10 ,#header .col-md-3 {
	padding: 0;
}

/*ticker*/

.ticker {
    position: relative;
    overflow: hidden;
	min-height: 18px;
}
 
.ticker ul {
    min-height: 18px;
}
 
.ticker ul li {
	width: 100%;
}
.ticker ul li a{
	width: 100%;
}
.ticker ul li span{
	display: block;
}




/*content*/


#content{
	display: block;
}

#content .box{
	display: flex;
}

#content .box #menu {
	flex-shrink: 0;
	width: 132px;
}

#content .box #menu ul li{
	margin-top: 20px;
	font-size: 14px;
}


#content .box #main{
	width: 100%;
}

#content .box #main img{
	width:100%;
}

#pager {
	text-align: right;
	overflow: hidden;
}

#pager ul{
	float: right;
}

#pager ul li{
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
#pager ul li a{
	width: 28px;
	height: 28px;
	display: inline-block;
}


/*footer*/


#footer #gotop{
	position: fixed;
    right: 20px;
    bottom: 20px;
    color: #333;
    font-size: 40px;
    padding: 10px 18px;
	cursor: pointer;
}

#footer #gotop:hover{
	opacity: 0.8;
}
    
#footer .snsList li{
	float: left;
	font-size:24px;
}

#footer .snsList li:nth-child(even){
	margin: 0 20px;
}


#footer .col-md-3,#footer .col-md-9{
	padding: 0;
}

#footer .snsList .icon-insta{
	margin-top: 5px;
	display: block;
}

#footer .copylight{
    vertical-align: bottom;
    padding-top: 8px;
    line-height:28px;
    font-size:10px;	
}

#footer .copylight img{
	margin-top: -2px;
}





/*タブレット*/
@media (max-width: 992px) {
	.pc{display: none}
	.sp{display: none}
	.tab{display: block}
	
	
	.wrapper {
		padding: 0 0px;
	    margin: 60px auto 0;
	}
	
	/*mainnav*/


	#header{
		background: #fff;
		height: 60px;
		background-size: contain;
		width:100%;
		position: fixed;
		top:0;
		z-index: 100;
	}

	.mainnav {
		background: none;
	}

	.mainnav .navcontainer{
		height: 100%;
		padding:0;
	}

	.navbar_ {
		height: 100%;
		padding:0;
	}

	.navbar_ .headtop{
		overflow: hidden;
		padding:10px 15px;
	}

	.navbar_ .headtop .spmenu_btn {
		float: right;
		margin: 10px 0;
		position: relative;
		width: 20px;
		height: 16px;
	}

	.navbar_ .headtop .spmenu_btn,
	.navbar_ .headtop .spmenu_btn span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	
	.navbar_ .headtop .spmenu_btn span {
		position: absolute;
		right: 0;
		width: 100%;
		height: 2px;
		background: #333;
	}
	.navbar_ .headtop .spmenu_btn span:nth-of-type(1) {
		top: 0;
	}
	.navbar_ .headtop .spmenu_btn span:nth-of-type(2) {
		top: 7px;
	}
	.navbar_ .headtop .spmenu_btn span:nth-of-type(3) {
		bottom: 0;
	}

	.open .navbar_ .headtop .spmenu_btn span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}
	.open .navbar_ .headtop .spmenu_btn span:nth-of-type(2) {
		opacity: 0;
	}
	.open .navbar_ .headtop .spmenu_btn span:nth-of-type(3) {
		-webkit-transform: translateY(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}
	
	.navbar_ .nav-collapse_{
		background: #fff;
		height: 100%;
		position: fixed;
		top: 60px;
		right: -280px;
		width: 280px;
		overflow-y: scroll;
		-webkit-overflow-scrolling:touch;
		height: 100%;
	}

	.nav-collapse_ .nav{
		margin-bottom: 200px;
	}

	.nav-collapse_ .nav > li .arrow1,.nav-collapse_ .nav > li:after {
		display: none!important;
	}

	.nav-collapse_ .nav > li{
		color: #333;
	}

	.nav-collapse_ .nav > li.categori{
		background: #fff;
		padding: 2px 5px;
	}

	.nav-collapse_ .nav > li a{
		text-decoration: none;
    	letter-spacing: 1px;
		display: block;
		padding: 10px 15px;
		border-bottom: #ccc 1px solid;
	}

	.nav-collapse_ .nav > li a i{
		margin-right: 10px;
		font-size: 18px;
	}

	.nav-collapse_ .nav > li a:after{
		font-family: "FontAwesome";
		content: "\f105";
		float: right;
		margin-left: 15px;
	}
	
	
	#header h1{
		font-size: 18px;
		float: left;
    	width: 232px;
	}
	
	#header h1 .logo_name {
		width: 182px;
		margin-top: 4px;
	}
	
	#header h1 img{
		display: block;
		margin: 4px 10px 0 0;
	}

	#header h1 span{
		font-size: 10px;
	}
	
	
	/*content*/
	
	#content {
		height: initial;
	}
	
	#content .box #main {
		position: initial;
		float: none;
		width: 100%;
		max-width: 100%;
	}
	
	
	/*footer*/
	
	#footer {
		text-align: center;
	}
	
	
	#footer .news .date{
		font-size: 10px;
	}
	
	#footer .copylight{
		text-align: center;
		float: none;
		margin-bottom: 10px;
	}
	
	#footer .snsList{
		width: 184px;
   		margin: 30px auto;
	}
	
	#footer .snsList .fa-phone{
		transform: scale(-1, 1);
	}
	    
}


/*スマホ*/
@media (max-width: 768px) {
	.pc{display: none}
	.tab{display: none}
	.sp{display: block}
	
	
	#content{
		margin-bottom: 10px;
	}
	
	/*header*/
	
	#header h1 {
		width: 190px;
	}
	
	#header h1 .logo_name {
		width: 140px;
		margin-top: 8px;
	}
	
	
	.navbar_ .headtop .spmenu_btn {
    	margin-top: 12px;
		width: 17px;
		height: 14px;
	}
	
	

	.navbar_ .headtop .spmenu_btn span:nth-of-type(2) {
		top: 6px;
	}

	.open .navbar_ .headtop .spmenu_btn span:nth-of-type(1) {
		-webkit-transform: translateY(6px) rotate(-45deg);
		transform: translateY(6px) rotate(-45deg);
	}

	.open .navbar_ .headtop .spmenu_btn span:nth-of-type(3) {
		-webkit-transform: translateY(-6px) rotate(45deg);
		transform: translateY(-6px) rotate(45deg);
	}
	
	/*footer*/

	
	#footer .snsList {
	    width: 210px;
		margin: 10px auto;
	}
	
	#footer .snsList li{
		font-size:22px;
	}

	#footer .snsList li:nth-child(even){
		margin: 0 26px;
	}
	
	#footer .news .date {
		margin-top: -10px;
	}
	
	#footer .copylight{
		font-size: 10px;
	}
	
	#pager {
		width: 96%;
}
.background,
.background img{display:none;}

}

.fa-twitter:before {
content: "𝕏";
}










