@charset "UTF-8";

@font-face {
    font-family: "NotoSansCJKjp-regular";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/NotoSansCJKjp-Regular-subset.otf") format("opentype"), url("../fonts/NotoSansCJKjp-Regular-subset.woff") format("woff");
}
@font-face {
    font-family: "NotoSansCJKjp-medium";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/NotoSansCJKjp-Medium-subset.otf") format("opentype"), url("../fonts/NotoSansCJKjp-medium-subset.woff") format("woff");
}
@font-face {
    font-family: "NotoSansCJKjp-bold";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/NotoSansCJKjp-Bold-subset.otf") format("opentype"), url("../fonts/NotoSansCJKjp-Bold-subset.woff") format("woff");
}
@font-face {
    font-family: "Montserrat-regular";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Montserrat-Regular-sunset.woff") format("woff"), url("../fonts/Montserrat-Regular-sunset.eot") format("eot");
}
@font-face {
    font-family: "Montserrat-medium";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Montserrat-Medium-sunset.woff") format("woff"), url("../fonts/Montserrat-Medium-sunset.eot") format("eot");
}
@font-face {
    font-family: "Montserrat-semibold";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Montserrat-SemiBold-subset.woff") format("woff"), url("../fonts/Montserrat-SemiBold-subset.eot") format("eot");
}
@font-face {
    font-family: "ArchivoNarrow-Bold";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/ArchivoNarrow-Bold-sunset.woff") format("woff"), url("../fonts/ArchivoNarrow-Bold-sunset.eot") format("eot");
}


/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */
html,
body {
	font-family: "NotoSansCJKjp-regular","Montserrat-regular","メイリオ", Meiryo, "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin-top: 10px;
    height: 100%
}

body {
    color: #333;
    font-weight: 400;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #333;
}

.subtitle {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

p {
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

input[type='submit'] {
    display: inline-block;
    background: #72b443;
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn{
    display: inline-block;
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-big {
    font-weight: 900;
}

.btn-active{
    background: #72b443;
    border-color: #72b443;
}

.caption-area .btn{
    margin-right: 15px;
}

.btn:hover {
    border-color: #72b443;
    background: #72b443;
    color: #fff;
}

.btn-active:hover{
    color: #333
}

.section-big {
    padding: 95px 0px;
}

.section-small {
    padding: 50px 0px;
}

.section-title {
    margin: auto;
    max-width: 100%;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-60{
    margin-bottom: 60px;
}

.abt-b{
    margin-top: 20px
}

.section-title.white h2 {
    color: #fff;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 25px;
    line-height: 30px;
    margin-top: 0;
    text-transform: uppercase;
}

.section-title h2:before {
    content: '';
    position: absolute;
    width: 70px;
    margin-left: -35px;
    height: 2px;
    left: 50%;
    bottom: 0px;
    background-color: #72b443;
}

.section-title h2 span {
    color: #72b443;
}

.section-title p {
    margin-top: 25px;
}

/* preloader css */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

img {
    max-width: 100%;
}

.btn-group{
	margin:5px;
}


@media (max-width: 768px) {
	
	
	 p {
    font-size: 0.9em;
}
	li{
    font-size: 1em;
}
  }

@media (max-width: 425px) {
	
	
	 p {
    font-size: 0.8em;
}
	li{
    font-size: 1em;
}
  }


/* ----------------------------------------------------------------------------------------
*                               02. ニュース css
* --------------------------------------------------------------------------------------- */

.news-area{
	margin: 0;
	background-color: #333;
	color: #fff;
}

.news-title{
	margin: 0;
	padding: 15px 0;
	background-color: #72b443;
	font-weight: 900;
}

.news-contents ul{
	padding: 15px 0;
}

.news-contents li{
	padding: 0 5px;
	display: inline-block;
	list-style: none;
}

.news-contents a{
	color: #fff;
	text-decoration-line: underline;
}

.news-contents a:hover{
	color: #FF4F00;
	text-decoration-line: underline;
}

@media (max-width: 768px){
.news-area{
	text-align: center;
	font-size: 0.9em;
}
.news-title{
	padding: 3px 0;
}
}


@media (max-width: 425px){
.news-area{
	font-size: 0.8em;
}

}


/* ----------------------------------------------------------------------------------------
*                               03. ナビゲーション css
* --------------------------------------------------------------------------------------- */
.brand-logo img{
	margin-top: 7px;
	width: 156px;
	border: none;
}

.brand-logo h1 a{
	text-decoration: none;
}

.brand-logo h1{
	font-size: 30px;
}

.menu-area{
	background-color: #fff;
	box-shadow: 0px 1px 4.7px 0.3px rgba(0, 0, 0, 0.24);
}

.top-bar {
    position: relative;
    z-index: 2;
    color: #fff;
    background: transparent;
    overflow: hidden;
}



.sticky-menu .mainmenu {
    padding-top: 0px;
}

.navbar {
    margin-bottom: 0;
    border: none;
}


.navbar-brand {
    padding: 0;
}

.navbar-brand:hover {
    color: #72b443;
}


.navbar-nav li a {
    color: #333;
    font-weight: 900;
    font-size: 14px;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
}


 .mainmenu .navbar-nav .contact-w a{
	color: #fff;
	background-color: #72b443;
 }

.mainmenu .navbar-nav .contact-w a:hover{
	color: #fff;
	background-color: #FF4F00;
 }


.mainmenu .navbar-nav li.active a {
    color: #72b443;
	background-color: #fff;
}


/* Mobile Nav css */
.navbar-toggle .icon-bar {
    background: #72b443;
}

/*Dropdown Css*/
.navbar-nav > li.dropdown:hover > a, 
.navbar-nav > li.dropdown:hover > a:hover,
.navbar-nav > li.dropdown:hover > a:focus {
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

@media (min-width: 768px) {
    li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.navbar-nav .dropdown-menu li a {
    padding: 10px;
}

@media (max-width: 1024px) {
	.navbar-nav ul {
	margin-top: 0;

}
.brand-logo{
	width: 100px;
		margin: 2px 0;
			}
	
	.nav-header:after{
		content: "";
		display: block;
		clear: both;
	}
	
	.brand-logo{
		float: left;
		width: auto;
	}
}


/* ----------------------------------------------------------------------------------------
*                               04. スライダー css
* -------------------------------------------------------------------------------------- */

/* Home carseoul
--------------------------- */
#slider,
#slider .carousel,
#slider .carousel .carousel-inner,
#slider .carousel .carousel-inner .item
{
    height: 600px;
}

#slider .main-container {
  padding: 0;
}

#slider .carousel-indicators li {
    width: 30px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 0px;
    background: transparent;
    margin: 0px;
    margin-left: 7px;
}

#slider .carousel-indicators li.active {
    background: #fff;
}

#slider .carousel-control.right,
#slider .carousel-control.left {
    background-image: none;
}

#slider .carousel .item{
    min-height: 425px;
    height: 100%;
    width:100%;
}


#slider .carousel-control{
    width: 6%;
    text-shadow: none;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
    -ms-transition-property: opacity;
    -moz-transition-property: opacity;
    -webkit-transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}


.caption img{
	width: 500px;
}


@media (max-width: 991px) {
    .caption h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .caption p {
        font-size: 16px;
        line-height: 24px;
    }
}

.caption p {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
}


.caption-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

/* Slide Background Image */
#slider .slide1 {
    background-image: url(../img/slider/01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide2 {
    background-image: url(../img/slider/02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide3 {
    background-image: url(../img/slider/03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide4 {
    background-image: url(../img/slider/04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


@media(max-width:768px){
#slider,
#slider .carousel,
#slider .carousel .carousel-inner,
#slider .carousel .carousel-inner .item
{
    height: 380px;
}
	
.caption img{
	width: 150px;
}
	
/* Slide Background Image */
#slider .slide1 {
    background-image: url(../img/slider/pt2/01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide2 {
    background-image: url(../img/slider/pt2/02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide3 {
    background-image: url(../img/slider/pt2/03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#slider .slide4 {
    background-image: url(../img/slider/pt2/04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

}



/* ----------------------------------------------------------------------------------------
*                                   05. サービス css
* --------------------------------------------------------------------------------------- */

.service-area{
	
	}

#service span{
  z-index: 1;
  width: 55%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: white;
  }

#service span p{
  font-size: 1.27em;
  padding: 15px 0;
  }

#service span .svc-title{
  font-size: 2.3em;
	font-weight: bold;
  }


#service span .svc-btn{
  width: 100%;
  font-size: 1.3em;
  font-weight: bold;
  border: solid 2px #fff;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  }


#service .item {
	position: relative;
    overflow: hidden;
	background-color: black;
	margin-top: 30px;
	width:100%;
	height: 400px;
}

#service .item a {
	position: absolute;
	display: block;
	width: 100%;
	height: 400px;
	z-index: 2;	
}

#service .item a:hover .svc-btn{
	background-color:  #72b443;
	border-color:  #72b443;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

#service .item1:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
	opacity: .7;
    top: 0;
    background: url(../img/service/1.jpg) no-repeat center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
 	-webkit-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
}

#service .item2:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
	opacity: .7;
    top: 0;
    background: url(../img/service/2.jpg) no-repeat center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
 	-webkit-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
}

#service .item:hover:after {
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}




@media(max-width: 1024px){
	
#service span p{
  font-size: 1em;
  }

#service span .svc-title{
  font-size: 2em;
	
  }
}

@media(max-width:768px){
#service .item {
	height: 300px;
}

#service .item a {
	height: 300px;
}
}
	
@media(max-width:425px){
#service span{
  width: 80%;
  }
	
	#service span p{
  font-size: 0.9em;
  }

#service span .svc-title{
  font-size: 1.5em;
	
  }

}





/* ----------------------------------------------------------------------------------------
*                               06. ポートフォリオ css
* --------------------------------------------------------------------------------------- */
.work-area {
	background-color: #fff;
}

.works.section-big {
background-color: #fff;
}

.portfolio .mix {
    display: none;
}

.filters {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
}

.filters li {
    display: inline-block;
    margin: 0px 15px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}


.filters li.active {
    color: #72b443;
}


/*-------- ポートフォリオ画像 ホバーアニメーション -------------*/
.work-items .item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.work-items .item img {
    width: 100%;
	transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
	
}

.work-items .item img {
	opacity: 1;
	-webkit-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
}

.work-items .item:hover img {
	opacity: 0.7;
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

.work-items .item:hover a{
	opacity: 0.8;

}

.work-items .overlay i.fa {
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;    
    padding: 20px;
    transform: translate(-50%, -50%);
}



/* pf slider Page -------------------------------------------------*/

#owl-pf .owl-controls, 
.news-carousel .owl-controls {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;    
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.news-carousel:hover .owl-controls {
    opacity: 1;
}

#owl-pf .owl-controls {
    opacity: 1;
}

.owl-buttons {
    opacity: 1;
}

.owl-buttons i.fa {
    font-size: 25px;
    color: #fff;
    background-color: #72b443;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transform: translate(0, -50%);
}
.owl-buttons i.fa:hover {
    /*color: #333;*/
    opacity: 0.7;
}

.owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    border: 1px solid #fff;
    background: #fff;
    float: left;
}

.owl-pagination {
    width: 80px;
    margin: auto;
    margin-top: 40px;
}

.owl-page.active span {
    border-color: #72b443;
    background: #72b443;
}

.owl-controls .owl-buttons div {
    font-size: 25px;
    background: none;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.news-carousel .owl-buttons {
    margin: 0 15px;
}

.owl-client .owl-controls {
    display: none;
    visibility: hidden;
    opacity: 0;
}



/*---- イメージタグ -------*/
.tags {
  position: relative;
  }

.tags p {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  color: white;
  background: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 10px;
  }

.tags img {
  width: 100%;
  }

/*-------- index PF 両端矢印タグ-------------*/

.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-next {
  font-size: 32px;
  font-size: 2rem;
  position: absolute;
  top: 10%;
  margin: 0;
  padding: 50px 20px;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
@media screen and (max-width: 640px) {
  .owl-theme .owl-controls .owl-nav .owl-prev,
  .owl-theme .owl-controls .owl-nav .owl-next {
    padding: 0 10px;
  }
}

.owl-theme .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.owl-theme .owl-controls .owl-nav .owl-next {
  right: 0;
}


/* ----------------------------------------------------------------------------------------
*                                   07. ワークフロー css
* --------------------------------------------------------------------------------------- */

.contact-area{
	background-color: #f1f1f1;
}

#contact .square{
	padding: 1em;
	margin-bottom: 4%;
}

#contact .square li{
	list-style: none;
	display: block;
	text-align: center;
}

#contact .square .wf-title{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.3em;
}

#contact .square i{
	color:  #72b443;
	text-align: center;
	display: block;
	margin-bottom: 0.3em;
	
}

#contact .square-end{
	padding: 1em;
	margin-bottom: 4%;
}

#contact .square-end li{
	list-style: none;
	display: block;
	text-align: center;
}

#contact .square-end .wf-title{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.3em;
}

#contact .square-end i{
	color:  #72b443;
	text-align: center;
	display: block;
	margin-bottom: 0.3em;
}


#contact .square:after{
	left: 95%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(51, 51, 51, 0);
	border-left-color: #333;
	border-width: 12px;
	margin-top: -12px;
}


@media (max-width: 768px) {
#contact .square{
	text-align: center;
	width: 100%;
}

	#contact .square i{
		font-size:2.2em;
		margin-bottom: 0.4em;
	}
	
	#contact .square-end i{
		font-size:2.2em;
		margin-bottom: 0.4em;
	}
	
#contact .square:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(51, 51, 51, 0);
	border-top-color: #333;
	border-width: 10px;
	margin-left: -10px;
}
}



/* ----------------------------------------------------------------------------------------
*                                   08. アクセス css
* --------------------------------------------------------------------------------------- */


.access-area {
	background: #333;
}


.access-area p{
	color: #fff;
}

.btn-listnone li{
	display: inline-block;
	list-style:none;
	margin-bottom: 10px;
	margin-left: 20px;
}

.access-area .btn{
    display: inline-block;
    padding: 10px 25px;
    border-radius: 0px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.btn-active{
	color: #333;
	width: 250px;
	padding: 10px 10px;
    background-color: rgba(0,0,0,0.0);
    border-color: #333;
}

.caption-area .btn{
    margin-right: 15px;
}

.btn:hover {
    border-color: #72b443;
    background: #72b443;
    color: #fff;
}

.btn-active:hover{
    color: #fff;
}





/* ----------------------------------------------------------------------------------------
*                                   09. チーム css
* --------------------------------------------------------------------------------------- */
.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
}


#team .team-flex{
	margin: 1%;
	position: relative;
	text-align: center;
	padding: 5em;
}


#team .team-flex span{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 100%;
	text-align: center;
	font-weight: bold;
}

#team .team-flex p{
	margin-top: 15px;
	font-size: 14px;
}


/* ----------------------------------------------------------------------------------------
*                         10. コピーライト css
* --------------------------------------------------------------------------------------- */


.copyright-area {
	padding-top: 20px;
	padding-bottom: 15px;
	height: auto !important;
	font-size: 12px;
	width: 100%;
	position:absolute;
	background: #72b443;
}

.copyright-text {
    color: #333;
}

.copyright-text p{
    padding-top:1em;
}

.copyright-text li{
	padding: 0 10px;
	display: inline-block;
	list-style: none;
}

.copyright-text a{
	color: #333;
	text-decoration-line: underline;
}

.copyright-text a:hover{
	color: #fff;
	text-decoration-line: underline;
}


/*@media (max-width: 425px) {*/
.wrap2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
    align-items: stretch;
}
/*}*/

#address span {
	font-weight: bold;
	font-size: 1.8rem;
}

#address .footer-logo{
	text-align: left;
	min-height: 60px;
	padding-bottom: 10px;
}

#address .add-logo{
	margin-top:10px;
}

#address .add-logo p{
	font-size: 14px;
}


#address .add-logo ul li{
	margin: 0;
	padding: 0;
}

#address .add-logo li a{
	list-style: none;
	color: #fff;
	font-size: 12px;
}

#address .add-logo li a:hover{
	color:  #f89174;
}



/* ----------------------------------------------------------------------------------------
*                     11. スクロールトップ css
* --------------------------------------------------------------------------------------- */
.s-top-area{
background-color: #444;
}

.s-top-area a{
	color: #fff;
   display: block;
   width: 100%;
	background-color: #444;
}

.s-top-area a:hover{
	color: #72b443;
   display: block;
   width: 100%;
	background-color: #444;
}
