
* { 
margin: 0;
padding: 0;
}



/*---------------------
         Main
---------------------*/ 

body{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-family: "Sawarabi Mincho";
} 

a:hover{
	opacity:0.6;
	}


/*---------------------
        h
---------------------*/ 

h4{ text-align:center;
font-size:x-large;
border-bottom:2px solid #ff8f00;
font-weight:normal;
margin:0 auto 40px;
padding:10px;
max-width:180px;}


h5{ text-align:center;
font-size: medium;
background:#eaeaea;
font-weight: normal;
margin:0 auto 40px;
padding:10px;
max-width:150px;
border-radius:10px;}







/*---------------------
        Header
---------------------*/ 

.header_0{
	max-width:1280px;
	max-height:49px;
	width:100%;
	margin:0 auto;
	display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	}

.nav{
	max-height:49px;
	display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	list-style:none;
	}
	
.t_l{
	max-width:500px;
    display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;

}
	


.main_bg{
	background:url(../img/main_bg.png);
	width:100%;
	max-height:550px;
	padding:175px 0;
	background-repeat:no-repeat;
	margin:0 auto;
	background-size:cover;
	}
	
	
.main_bg img{
	max-width:475px;
	width:96%;
	}
	
.main_bg p{
	text-align:center;
	}
	
	
/*---------------------
        Header out
---------------------*/ 


.main_out{
	background:url(../img/out_bg.png) center;
	}
	
.main_out img{
	padding:22px 0;
	text-align:center;
	max-width:193px;
	width:100%;
	margin:0 auto;
	}

.main_out p{
	text-align:center;
	
	}
	
	

	
	
			
	
	
	
/*---------------------
      コンテンツ
---------------------*/

.intro_t{ padding-top:30px;}
	

.content_wrapper{
	max-width:1280px;
	margin:0 auto;
	}
	
.inner{ width:100%;
margin:0 auto;}	
	
.belfleurs_p{
	padding:60px 0;
	width:96%;
	text-align:center;
	margin:0 auto;
	color:#542F2F;
	line-height: 30px;
	}
	
	
.introduction{
	background:#EEEEEE;
	width:100%;
	
	}
	
	
.intro_Mansion{
max-width: 1230px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 80px;
    margin: 0 auto;
	}
	
.intro_t p{
	text-align:center;
	max-height:151px;
	}
	
.intro_t img{
	max-width:374px;
	width:96%;
	
	}



.intro_Mansion p{
	font-size:0;
	}
	
.intro_Mansion img{
	max-width:410px;
	width:100%;
	}	

	
.m_1,.m_2{
	max-width:1230px;
	max-width:100%;
	margin:0 auto; 
	display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;

	}
	
.inquiry{
	text-align:center;
	padding:40px 0;
	background:#fff;
	border-top: 1px solid #ccc;
	}
	
.inquiry img{
	max-width:300px;
	width:96%;
	}
	
footer{

	padding:20px 0;
	text-align:center;
	background:#EEEEEE;
	font-size: 10px;
	}
	
	
	
/*---------------------
     概要   コンテンツ
---------------------*/

	.content_wrapper{
	max-width:1920px;
	width:100%;
	margin:0 auto;
	}
	
	.menu{
	max-width:400px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	list-style:none;
	margin:0 auto;
	padding:20px 0;
		
		}
		
	.menu a{
		color:#ff8f00;
		
		}	
		
		.menu a:hover{
		
		}			
			
	#policy{
		background:url(../img/policy_bg.png);
		padding:108px 0;
		margin:0 auto;
		font-size:0;
		}
		
	#policy p{
		text-align:center;
		max-width:845px;
		width:100%;
		margin:0 auto;
		}
		
#policy p img{

		width:100%;
		}	
	
		
	#statement{
		background:url(../img/statement_bg.png);
		padding:103px 0;
		background-repeat:no-repeat;
		margin:0 auto 30px;
		
		
		}
		
	#statement p{
		text-align:center;
		max-width:845px;
		width:100%;
		margin:0 auto;
		}
		
		#statement p img{

		width:100%;
		}	
	
	
	
	
	
/*---------------------
     概要
---------------------*/

.table_line{ max-width:700px;
width:100%;
margin:40px auto;
border:1px solid #a68783;
font-size:13px;
}

.table_line th{ background:#fee6e6;
border-bottom:1px solid #a68783;
padding:10px;
font-weight:normal;

}

.table_line td{ border-bottom:1px solid #a68783;
padding:10px;

}

.no_border{ 
border-bottom: none !important;

}

/*---------------------
   アクセス
---------------------*/

.access_map{
	max-width:700px;
width:100%;
margin:40px auto;
	}
	
.access_map img{
width:100%;

	}	
/*---------------------
     グーグルマップ
---------------------*/
.google_map{ max-width:700px;
width:100%;
margin:40px auto;
}	
	
	
	
	
/*---------------------
      レスポンシブ
---------------------*/
.sp{
	display:none;
		}
	
	
@media screen and (max-width: 640px){
	.inner{ width:90%;
margin:0 auto;}	
	
	.pc{
	display:none;
	}
	.sp{
		display:block;
		}
		
	.sp_m{
		position:absolute;
		top:53px;
		left:0;
		width:100%;
		display:none;
		
		}
		
	.sp_m a{
		display:block;
		position:relative;
		width:90%;
		padding:8px 5%;
		background:#FF8F00;
		border-bottom:solid 1px #452F00;
		color:#FFFFFF;
		text-decoration:none;
		}

		
.sp_m a:after{
	content:"";
	display: block;
	width:7px;
	height:7px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:55%;
	margin-top:-7px;
}
		
		
	.header_0{
		max-height:53px;
		position:relative;
		}
		
	.sp_menu{
		max-width:120px;
		display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
		}
		
	.main_bg{
		background:url(../img/main_sp.png);
		background-repeat:no-repeat;
		padding:82px 0;
		}
		
	.belfleurs_p{
		max-width:600px;
	    width:96%;
		text-align: left;
		padding-bottom:100px;
		}
		
	.intro_t img{
		margin-top:-70px;
		}
		
		
	.inquiry{
		height:auto;
		}
		
	.intro_t{
		padding-bottom:-80px;
		}
		
	.w_410{
		max-width:410px;
		width: 101%;
		}
		
	.m_sp{
		max-width:410px;
		margin:0 auto;
		}
    
	 .inquiry{
		 padding:20px 0;
		 }
		 }
		 
		 
/*---------------------
      スマホメニュー
---------------------*/

* {
  list-style: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}


nav {
  width: 100%;
  z-index: 999;
}
nav > ul > li {
  width: 150%;
}
nav > ul > li > a {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  text-align: center;
}
nav > ul > li:first-child > a{border-top: 1px solid #ccc;}
nav > ul > li > ul {
  display: none;
}
nav > ul > li li > a {
  display: block;
  width: 100%;
  padding: 10px 5%;
  border-bottom: 1px solid #ccc;
  background-color: #111;
  color: #fff;
}

.bgc{
	font-size:15px;
	background-color:#AEB9C6;
    padding:5px;
	}
	
.bgc_s{
	background:#FF8F00;
	padding:5px;
	 color: #fff;
	 font-size:15px;
	}
	
.bgc_s a{
	color:#FFFFFF;
	}
	
.bgc a{
	color:#FFFFFF;
	width:150%;
	}
.nav_sp{ width:150px;
margin-left:-250px;
z-index:900;
position:absolute;
right:0px;}

.sp_tell
{ 
margin-left:0;
z-index:999;
position:absolute;
right:60px;
}

.nav_sp ul ul{/*margin-left: -60px;*/
    text-align: center;}


@media screen and (min-width: 700px) {
  nav{margin-top: 50px;}
  nav > ul {
    width: 960px;
    margin: 0 auto;
    font-size: 0;
  }
  nav > ul > li {
    display: inline-block;
    width: calc(100% / 5);
    font-size: 1rem;
    vertical-align: top;
  }
  nav > ul > li > a {
    border: none;
    border-left: 1px solid #ccc;
  }
  nav > ul > li:first-child > a {
    border-top: none;
    border-left: none;
  }
}

/*# sourceMappingURL=style.css.map */