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

/*Structure 
-------------------------------------------------------------- */

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  /* important */
  height: 100%;
  min-height: 100%;
}


body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-size: 14px;
  color: #333333;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;	
}



/* ------------------------------------------------------------------
   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(../../assets/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: 0px 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{
    height: 450px;
	background-position: center 35%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
　　background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../bg.jpg");
}
*/

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


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

    Main content

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


.main-content {
  height: 100%;
}

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}




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

  Title

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

.widget-title {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 40px;
  letter-spacing: 1px;
  display: inline-block;
  font-family: 'Lora', serif;
  color: #7E6F6F;
}

.widget-title2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 40px;
  letter-spacing: 1px;
  display: inline-block;
  font-family: 'Lora', serif;
  color: #7E6F6F;
}



/* Bg
-------------------------------------------------------------- */

.back_bg {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width:768px) and ( max-width:959px) {
  .back_bg {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (min-width:481px) and ( max-width:767px) { 
  .back_bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width:320px) and ( max-width:480px) {
  .back_bg {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}




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

   Access

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


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

.ad_box{
   margin-top: 50px;
   width:60%;
   margin-right: auto;
   margin-left: auto;
}

.map{
   margin-top: 50px;
   width: 100%;
   max-width: 500px;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}

.ad_tex {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px dotted #A29091;
}

.ad_tex p {
  letter-spacing: 1px;
}


.notice {
	margin-top: 20px;
	font-weight: 600;
}


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

     Footer

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

footer.site-footer {
    overflow: hidden;
    background-size: 50% auto;
    background-position: 30% 50%;
	letter-spacing: 1px;
}

.footer_tit{
  text-align: left;
  width: 100%;
  font-size: 40px;
  letter-spacing: 1px;
  font-family: 'Lora', serif;
  color: #7E6F6F;
  margin-left: auto;
  margin-right: auto;
}

.contact {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;	
}

.contact p {
  line-height: 24px;
  letter-spacing: 1px;
}

.in_a {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  float: left;
}

.in_b {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  float: right;
}

.contact_tex {
  margin-top: 10px;
  padding-right: 80px;
}

.tel-color{
	color: #000;
}
	
	
.tel-color a {
	color: pink;
}


.tel-color a:hover {
	color: #E03755;
}





.footer_bottom{
  padding-top: 80px;
  padding-bottom: 80px;
  clear: both;
  background-image: url(../../assets/img/footer/bg.jpg);
  background-repeat: repeat;	
}


.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;
}

/* Contact
-------------------------------------------------------------- */

footer.site-footer .contact-form input[type="text"], footer.site-footer .contact-form input[type="email"], footer.site-footer .contact-form textarea {
  /*background: rgba(0,0,0,0.87);*/
  color: #3B3737; 
  border: 1;
  letter-spacing: 0.5px;
}

footer.site-footer .contact-form input[type="text"]:-moz-placeholder, footer.site-footer .contact-form input[type="email"]:-moz-placeholder, footer.site-footer .contact-form textarea:-moz-placeholder {
  /* color: #000;*/
	 color: #3B3737;
}

footer.site-footer .contact-form input[type="text"]::-moz-placeholder, footer.site-footer .contact-form input[type="email"]::-moz-placeholder, footer.site-footer .contact-form textarea::-moz-placeholder {
  /* color: #000;*/
	color: #3B3737;
}

footer.site-footer .contact-form input[type="text"]:-ms-input-placeholder, footer.site-footer .contact-form input[type="email"]:-ms-input-placeholder, footer.site-footer .contact-form textarea:-ms-input-placeholder {
  /* color: #000;*/
	color: #3B3737;
}

footer.site-footer .contact-form input[type="text"]::-webkit-input-placeholder, footer.site-footer .contact-form input[type="email"]::-webkit-input-placeholder, footer.site-footer .contact-form textarea::-webkit-input-placeholder {
	color: #3B3737;
}

.form-group input, .form-group textarea, .form-group select, .form-group option {
  width: 100%;
}

.form-group input[type="submit"] {
  width: auto;
}

input[type="text"], input[type="email"], input[type="number"], input[type="date"], input[type="password"], input[type="url"], input[type="tel"], textarea {
  max-width: 100%;
  color: #3B3737;;
  padding: 20px;
  margin-bottom: 10px;
  outline: 0;
  border: 1px solid #ddd;
/*  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;*/
  font-size: 14px;
 }


	



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

                        Responsiv

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




@media screen and (max-width: 1440px) {
	
	.top_cover{
    height: 720px;
    background-position: center center;
}
	}

@media screen and (max-width: 1366px) {
	
	.top_cover{
    height: 700px;
    background-position: center center;
}
	}



@media screen and (max-width: 1200px) {
#top-head .logo {
	margin-left: 50px;
}
	
	
nav { 
    margin-right:  50px;	
}	
}	



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

                        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);
}	
}



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

   1080px

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



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

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


.footer_tit{
  width: 90%;
}


.contact {
    width:90%;
	margin-left: auto;
    margin-right: auto;
}
	
	
.in_a{
	width: 45%;
}


.in_b{
	width: 55%;
}
}	
	



@media screen and (min-width:960px) and ( max-width:1024px) {	
	

}
	



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

   959-768px

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

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



/*    Access
-------------------------------------------------------------- */

.ad_box{
   width:70%;
}

.map{
   max-width: 600px;

}




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

 .footer_tit {
    width: 80%;
}		
	

 .contact {
    width: 80%;
}	
	
.in_a{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align:left; 
	float: none;
}


.in_b{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	margin-top: 50px;
}
	
.sns_follow{
	color: #A2C7C0;
	font-size:13px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
}
	
.sns_contents  li a {
	display: block;
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
}
	

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






@media screen and (min-width:481px) and ( max-width:767px) { 
	
	
.access {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  
}

.ad_box{
   margin-top: 50px;
   width:80%;
   margin-right: auto;
   margin-left: auto;
}

.map{
   margin-top: 50px;
   width: 100%;
   max-width: 500px;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}

.ad_tex {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px dotted #A29091;
}

.ad_tex p {
  letter-spacing: 1px;
}


.notice {
	margin-top: 20px;
	font-weight: 600;
}


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

.footer_tit{
	width: 80%;
}

.contact {
    width: 80%;
}	
	
.in_a{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align:left; 
	float: none;
}


.in_b{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	margin-top: 50px;
}	
.sns_follow{
	color: #A2C7C0;
	font-size:13px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
}
	
.sns_contents  li a {
	display: block;
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
}
	

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







@media screen and (min-width:320px) and ( max-width:480px) { 
	
body{
		font-size: 16px;
	}
	

.top_cover{
    position: relative;
    height: 350px;
    width: 100%;
    background-image: url("../bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}	
	
	
.ad_box{
   margin-top:30px;
   width:85%;
}


/* Footer
-------------------------------------------------------------- */
	
.footer_tit{
	width: 80%;
	}	
	

.contact{
    width: 85%;
    line-height: 30px;
}	
	
.in_a{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align:left; 
	float: none;
}


.in_b{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	margin-top: 50px;
}
	
	
.sns_follow{
	color: #A2C7C0;
	font-size:14px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
}
	
.sns_contents  li a {
	display: block;
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
}
	

.sns_contents i {
	display: block;
    font-size: 25px;
}	
	
	
.contact_tex{
  margin-top: 20px;
  padding-right: 0px;
}	
}	
		



