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

FactoryCss

*******************************/
.bg-wh{
	padding-top: 100px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
	.bg-wh{
		padding-top: 50px;
	}
}
/*-----------------------------
contents-list
-----------------------------*/
.contents-link li.current {
    background: url(../../img/link02.jpg) center center no-repeat;
    background-size: cover;
}

/*-----------------------------
sec01
-----------------------------*/
section.sec01 address{
    text-align: left;
}
section.sec01 address a{
    display: inline-block;
    background: #000;
    border-radius: 20px;
    color: #fff;
    padding: 3px 20px;
}

section address .add {
    display: inline-block;
    line-height: 1.5;
    margin-right: 15px;
}

section.sec01 address span.tel{
    display: block;
    margin-top: 20px;
    font-weight: bold;
    font-size: 110%;
}

section.sec01 address span.tel:before{
    content: "\f098";
    font-family: FontAwesome;
    margin-right: 5px;
}

section.sec01 address span.tel a{
    background: none;
    border-radius: none;
    color: inherit;
    padding: 0;
}

.ggmap{
    margin: 100px 0;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
.ggmap{
    margin: 50px 0 100px;
}
}

