/*
SITE URL: https://foudamour.jp/
PAGE Name foudamour
*/


/* ------------------------------------------------------------------
   HEADER
------------------------------------------------------------------ */

#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin:100px auto 0;
	z-index: 999;
	background-color: #fff;
	height: 80px;
}


#top-head .inner {
    position: relative;
    
}


#top-head h1.logo{
    width: 119px;
    height: 53px;
    float: left;
	margin-left: 30px;
	margin-top: 10px;
}

#top-head h1.logo a {
    background-image: url("../img/header/logo_handmade.png");
    background-repeat: no-repeat;
    width: 	119px;
    height: 53px;
    display: block;
	text-align: center;
	text-indent: -9999px;
}

/*inner
-------------------------------------------------------------- */

.inner {
	width: 100%;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}



/* ------------------------------------------------------------------
   NAV
------------------------------------------------------------------ */

nav {
	padding-top: 20px;
	float: right;
	margin-right: 50px;
}


#global-nav ul {
 font-size: 0px;
}

#global-nav ul li {
    display: inline-block;
	position: relative;  
	margin-left: 5px;
	margin-right: 5px;
}

#global-nav ul li a {
    color: #624E4E;
	letter-spacing: 1.5px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	padding: 15px 20px;
    display: block; 
	border: solid 1px transparent;
}

#global-nav ul li a:hover {
	border: solid 1px #DFDFDF;
	
}


#global-nav ul li a.active  {

	color: #A0936F;
	border: solid 1px #A0936F;
}




ul.submenu li:hover ul {
   display: block;
	margin-top: 0px;
}

/* -------------------- */
/* ▼サブメニューの装飾 */
/* -------------------- */
ul.submenu ul {
   margin: 0px;         
   display: none;       
   position: absolute;  
}

/* ------------------------ */
/* ▼サブメニュー項目の装飾 */
/* ------------------------ */
#global-nav ul.submenu ul li {
   border-top: 0px solid #FBF2F3; 
	margin-left: 0px;
	margin-right: 0px;


}

#global-nav ul.submenu ul li a {
	color: #fff;
	background-color: #E0ACAC;
	text-align: center;
    display: block;
	width: 80px; 
    margin-left: 0px;
	margin-right: 0px;
	padding: 20px 10px;
}

#global-nav ul.submenu ul li a:hover {
    color: #fff;
	background-color: rgba(161,108,47,0.81);
	border: solid 1px transparent
	}


@media screen and (max-width: 1080px) {
	

#global-nav ul.submenu ul li {            
   border-top: 2px solid #FBF2F3; 
}

#global-nav ul.submenu ul li a {
	background-color: #EEB2B2;
	text-indent: 1em;
	text-align: left;

}		
	}



/* ------------------------------------------------------------------
   FIXED
------------------------------------------------------------------ */


 .fixed nav {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 0px;
}


#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 0px;
	height: 90px;
	background-color: rgba(161,108,47,0.63);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo  {
	  width: 180px;
      height: 51px;
	  margin-left: 30px;
	  margin-top: 14px;	 
}


#top-head.fixed .logo a {
	  background-repeat: no-repeat;
      background-image: url("../img/header/logo_w.png");
	  width: 180px;
      height: 51px; 
}



#top-head.fixed #global-nav ul li a {
    color: #fff;	
}

#top-head.fixed #global-nav ul li a:hover {
	color: #fff;
	background-color: rgba(161,108,47,0.63);
	
}

#top-head.fixed #global-nav ul li a.active  {
	color: #fff;
    border: solid 1px #FFFFFF;
	
}

/*------------------------------------------------------------------

    Toggle

  ------------------------------------------------------------------ */

#nav-toggle {
	display: none;
	position: absolute;
	right: 35px;
	top: 30px;
	width: 30px; 
	height: 38px;
	cursor: pointer;
	z-index: 101; 
}


#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 90%;
	background-color: #000;
	left: 0;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 11px;
}

#nav-toggle span:nth-child(3) {
	top: 22px;
}




/*------------------------------------------------------------------

    Top cover

  ------------------------------------------------------------------ */

.top_cover{
    position: relative;
    height: 700px;
    width: 100%;
    background-image: url(../../care/img/header.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


.top_cover2{
    position: relative;
    height: 700px;
    width: 100%;
    background-image: url("../../about/img/about_head.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


.top_cover3{
    position: relative;
    height: 700px;
    width: 100%;
    background-image: url(../../diy/img/header.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top_cover4{
    position: relative;
    height: 500px;
    width: 100%;
    background-image: url(../../care/img/header.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}




/* ------------------------------------------------------------------
Footer
------------------------------------------------------------------ */

footer.site-footer {
    letter-spacing: 1px;
    color: #000;
	  background-image: url(../../assets/img/footer/bg.jpg);
}


.footer_nav{
	width: 50%;
	padding-left: 25px;
	margin-bottom: 60px;
}

.footer_nav_tit{
	width: 40%;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #B8B8B8;
	
}

.footer_nav ul li {
  padding-bottom: 15px;
}

.footer_nav ul li a {
  color: #242424;
}

.footer_nav ul li a:hover {
  color: #686868;
}
 

.sns {
    width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.sns_follow{
	margin-bottom: 20px;
	color: #A2C7C0;
	text-align: center;
}

.sns_contents {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.sns_contents li {
	display: inline-block;
    width: auto;
    height: auto;
}

.sns_contents i {
	display: block;
    font-size: 25px;
}

.sns_contents  li a {
	display: block;
	color: #fff;
	padding-right: 10px;
	text-align: center;
}

.copyright_text {
	width: 100%;
	float:right;
	text-align: center;
	font-size: 11px;
	color: #fff;
}






/* ------------------------------------------------------------------

                        Responsiv

------------------------------------------------------------------ */
	
@media screen and (max-width: 1080px) {

	

	
#top-head, .inner {
	width: 100%;
	padding: 0;
}
	

#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
	height: 80px;
	background-color:#fff;

}	
	
#top-head h1.logo{
    width: 180px;
    height: 51px;
    float: left;
    margin-left: 30px;
	margin-top: 14px;	 
}

#top-head h1.logo a {
    background-image: url("../img/header/logo_b.png");
    background-repeat: no-repeat;
    width: 	180px;
    height: 51px;
    display: block;
	text-align: center;
	text-indent: -9999px;
}

	
#mobile-head {
		width: 100%;
		z-index: 999;
		position: relative;
	    height: 80px;
}
					
#top-head.fixed {
		padding-top:0;
	    height: 80px;
	    background-color: rgba(163,124,73,0.66);
}
	

#top-head.fixed .logo  {
	  width: 180px;
      height: 51px;
	  margin-left: 30px;
	  margin-top: 14px;	 
}

	

#top-head.fixed .logo a {
	  background-repeat: no-repeat;
      background-image: url("../img/header/logo_w.png");
	  width: 180px;
      height: 51px; 
	  display: block;
}
	

	

		
	/*   global-nav
----------------------------------*/	
	
nav {
	float: none;
	padding-top: 0px;
	margin-right: 0px;
}
	
	
	
#global-nav {
		position: absolute;
		top: -476px;
		background-color: rgba(218,160,160,0.93);
		width: 100%;
		text-align: left;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
}
	
#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
}
	
#global-nav ul li {
		display: inline;
		position: static;
}
	
#global-nav ul li:after  {
		display: none;
}
	
	
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		font-size: 14px;
		padding-top: 18px;
		padding-bottom: 18px;
		padding-left: 20px;
		padding-right: 0px;
		border-top: 1px solid rgba(45,29,25,0.15);
	
}
	
	
#top-head.fixed #global-nav ul li a.active  {
    border: none;
}	
	
	
#global-nav ul li a:hover  {
	color: #fff;
	background-color: #C97B7B;
	border: solid 1px transparent;
}	
	

#global-nav ul li a.active  {
	color: #fff;
	background-color: #775954;
	border: 0px;
}	
	

	
/*   Toggle
----------------------------------*/	
	
#nav-toggle {
		display: block;
}
	
.fixed #nav-toggle span  {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #fff;
	left: 0;
}
	
	
.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
}
	
.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
}
	
.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
}

.open #global-nav {
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
}
}



@media screen and (min-width:768px) and ( max-width:959px) {
	

.top_cover3{
    position: relative;
    height: 550px;
    width: 100%;
    background-image: url("../../diy/img/header_ipad.jpg");
    background-position:  28% center;
    background-size: cover;
    background-repeat: no-repeat;
}		
	
}	
	


@media screen and (min-width:481px) and ( max-width:767px) {
	
 .top_cover{
	position: relative;
    height: 550px;
    width: 100%;
    background-image: url("../../care/img/header_m.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}	
	
.top_cover2{
    position: relative;
    height: 550px;
    width: 100%;
    background-image: url("../../about/img/about_head_sp.jpg");
    background-position:  28% right;
    background-size: cover;
    background-repeat: no-repeat;
}	
	
.top_cover3{
    position: relative;
    height: 550px;
    width: 100%;
    background-image: url("../../diy/img/header_ipad.jpg");
    background-position:  10% center;
    background-size: cover;
    background-repeat: no-repeat;
}	


footer.site-footer {
    letter-spacing: 1px;
    color: #000;
}


.footer_nav{
	width: 100%;
	padding-left: 35px;
}

.footer_nav_tit{
	width: 38%;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #B8B8B8;
	
}

.footer_nav ul li {
  padding-bottom: 15px;
}

.footer_nav ul li a {
  color: #242424;
}

.footer_nav ul li a:hover {
  color: #686868;
}
} 

@media screen and (min-width:320px) and ( max-width:480px) {
	
	
 .top_cover{
	position: relative;
    height: 450px;
    width: 100%;
    background-image: url("../../care/img/header_m.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
	
.top_cover2{
    position: relative;
    height: 350px;
    width: 100%;
    background-image: url("../../about/img/about_head_sp.jpg");
    background-position:  34% center;
    background-size: cover;
    background-repeat: no-repeat;
}
	
.top_cover3{
    position: relative;
    height: 350px;
    width: 100%;
    background-image: url("../../diy/img/header_sp.jpg");
    background-position: 0% center;
    background-size: cover;
    background-repeat: no-repeat;
}	
		
	

.footer_nav{
	width: 100%;
	padding-left: 0px;
}

.footer_nav_tit{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #B8B8B8;
	
}
	
.footer_nav ul {
  	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.sns_contents i {
    font-size: 30px;
}

.sns_contents  li a {
	padding-right: 15px;
}
} 
 