@charset "utf-8";
/* CSS Document */
html{font-size:16px;}

@font-face {
    font-family: 'Sawarabi Gothic';
    src: url('../img/SawarabiGothic-Regular.woff');
}
body{font-family: 'Sawarabi Gothic', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;}
.Quick{font-family: 'Quicksand', sans-serif;}

body {
	-webkit-text-size-adjust: 100%;
}
#wrap{
	margin: 0 auto;
	overflow: hidden;
}
/*--- ローディング ------------------------------------*/
#fakeloader{
	z-index: 9999!important;
}
#fakeloader .fl{
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%,-50%)!important;
	width: 50%!important;
	max-width: 350px!important;
}
/*--- ヘッター ------------------------------------*/
header{
    position: fixed;
	z-index: 999;
}
header #header{
	padding-left: 2.5%;
	padding-right: 2.5%;
}
header #header nav ul{
	line-height: 1.3;
}

#header{
}
#logo{
	max-width: 250px;
}
/*--- フッター ------------------------------------*/
.loopSliderWrap{
    top: 0;
    left: 0;
    height: 250px;
}
.loopSlider {
    margin: 0 auto;
    height: 250px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider ul {
    height:250px;
    float: left;
    overflow: hidden;
}
.loopSlider ul li {
    width: 250px;
    height: 250px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box
}
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
.footer_icon{
	top:0;
	right:0;
	width:80px;
}
#map {
	width: 100%;
	height: 290px;
}
#footer_box1{
	padding-bottom: 70px!important;
}
#footer_box1 .more{
	transition: all .3s;
	width:130px;
}
#footer_box1 .more::after{
    display: inline-block;
    content: "";
    width: 130px;
    height: 1px;
    background: #f19233;
    position: absolute;
    bottom: -4px;
    left: 0;
    margin: auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#footer_box1 .more::before{
    display: inline-block;
    content: "";
    width: 8px;
    height: 1px;
    background: #f19233;
    position: absolute;
    bottom: -1px;
    right: 0px;
    margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .3s;
}
#footer_box1 .more:hover::after{
    padding-right: 10px;
	width: 130px;
}
#footer_box1 .more:hover::before{
    right: -10px;
}

/*--- top_returnー ------------------------------------*/
p.gotop{
    position: fixed;
    bottom: 100px;
    right: 20px;
	z-index: 99;
}
p.gotop a{
    height: auto;
	width:90px;
    display: block;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#wrap{
	min-width: 100%;
}
#top_conveyor,.loopSliderWrap,.loopSlider,.loopSlider ul,.loopSlider ul li{
	height: 150px
}
.loopSlider ul li{
    width: 150px;
}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
html{font-size:14px;}
#fakeloader .fl{
	width: 60%!important;
	max-width: 350px!important;
}
#footer_box1{
	padding-bottom: 60px!important;
}
.footer_icon {
    top: -20px;
    right: 0;
    width: 62px;
}
/*--- top_returnー ------------------------------------*/
p.gotop{
    bottom: 100px;
    right: 5px;
}
p.gotop a{
	width:70px;
}
}