#content p {
	line-height:150%;
	margin-left:15px;
}
img {
	border: none;
}

#footer {
	height:400px;
	background: url(../images/bg_footer.png) top / cover no-repeat;
	background-size:cover;
	padding:0px;
	margin-bottom:0px;
}
#footer img {
	width:100%;
}
#footer_in {
	font-size: ;
	line-height: 100%;
	font-weight: normal;
	width:1000px;
	padding:30px 10px 0px 0px;
	margin:auto;
}

#footer p {
	color:white;
	text-align:left
}
#footer p a:link { 
	color:white;
	font-weight:;
	text-decoration:none;
	margin-left:;
}
#footer p a:visited { color:white; } 

/*#footer a:link { 
	color: # ;
	font-weight:bold;
}*/



#phoneonly {
	display:none;
}
@media screen and (min-width: 481px) {
  body {
  	min-width: 1120px;
  }
}
body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #151515;	
}

#header {
	background-color: rgba(255,255,255,.9);
	position:fixed;
	width:100%;	
	z-index:100;
/*	border-bottom:1px solid #ccbaac;
*/}
#rim {
	height:7px;
	background-color: #664131;
	padding:;
	margin-top:0px;
	width:100%;	
}


#header_in {
	width:1120px;
	height: 90px;
	text-align:left;
	position:relative;
	margin:auto;
	background-color:;
	

}
#header_in.top {
	height:50px;
	background-color:pink;
	padding:5px;
	
}
#header h1 {
	position:absolute;
	top:3px;
	color:#999;
	right: 300px;
	font-size:12px;
	font-weight:normal;
	font-family:meiryo;	

}
#header div.logo {
	position: absolute;
	top: 22px;
	left: 1px;
	z-index: 100;
	background-image: url(%E3%83%8B%E3%82%AD%E3%83%8F%E3%83%BC%E3%83%86%E3%82%A3%E3%83%BC%E3%83%9B%E3%82%B9%E3%83%94%E3%82%BF%E3%83%AB);
}


#header div.address {
	position: absolute;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:28px;
	line-height: 25px;
	right: 80px;
	top:11px;
background: url(../images/phone.png) no-repeat left top;
	padding-left: 30px;
	text-align:right;
}
#header div.address a {
	text-decoration:none;
	color:#664131;
}

#header div.icon {
	position: absolute;
	right: 0px;
	top: 11px;
	/*background-color: gray;
	padding:4px;
	font-weight:bold;
	color:white;
	border-radius:33px;
	width:150px;
	font-size:12px;*/
	text-align:center;
}
#header div.soyokaze {
	position: absolute;
	left: 10px;
	top: 43px;
	background: url(../images/space.png) no-repeat left top;
	z-index:0;
}
#header div.soyokaze img {
	width: 100%;
	height:auto;
}
#phone-menu-button {
	  display:none;
  }


div.content {
	margin:auto;
	text-align:left;
	padding-bottom:65px;
	padding-top: 42px;
}
.content_in {
	margin:0px 18px;
	width:1080px;
	margin:auto;
}

div.containerfull {
	padding:30px 0px;
	background-color: #F0F0E2;
	/*background-image:linear-gradient(to bottom, #aaa, #CCC);*/
	
}
.containerfull_in {
	margin:0px 18px;
	width:1080px;
	margin:auto;
}

div.container_imgfull {
	padding:30px 0px;
	width:100%;	
}


.container_imgfullcolomn1 {
	width:50%;
	height:780px;
	padding:0px;
	background:url(../images/bg3.jpg) no-repeat;
	float:left;
	background-size: cover;
}
.container_imgfullcolomn1_in {
	margin:0px 18px;
	width:500px;
	margin:auto;
}
	

.container_imgfullcolomn2 {
	width:50%;
	height:780px;
	padding:0px;
	background:url(../images/bg4.jpg) no-repeat;
	float:left;
	background-size: cover;
}

.container_imgfullcolomn2_in {
	margin:0px 18px;
	width:500px;
	margin:auto;
}

div.maincontent {

	padding:0px 0px 0px 0px;
	background-color: ;
	margin:auto;
	margin-top: -8px

}

ul#navigation {
	display:none;
}


/*ヘッドバーメニュー*/
#mainmenu {
	margin-left:0px;
	margin-right:0px;
	height:25px;
	/*background: transparent linear-gradient(black, #aaa) repeat scroll 0% 0%;
	border-radius:5px;*/
	position: absolute;
	top: 50px;
	right:200px ;
	font-family: meiryo;
  font-size: 14px;
}

.nav {
  height: 40px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
.nav li {
  position: relative;
  list-style: none;
}
.nav li a {
  display: block;
  width: 115px;
  height: 40px;
  text-align: center;
  color: black ;
  line-height: 2.8;
  background:;
  text-decoration: none;
  box-sizing: border-box;
  z-index:100;  
}

.nav li a.active {
	font-weight:bold;
	color:;

}
.nav > li:hover > a {/*layer-1*/
  color: black;
  transition: color 1s;
  background-color: #E9E9E9;

    transition: background-color 1s;

}
  
.nav > li li:hover > a {/*layer-2*/
  color:black ;
  transition: color 1s;
  background-color: #E9E9E9;

    transition: background-color 1s;
  
}

.nav li ul {
  top: 40px;
  left: -40px;
  position: absolute;
    z-index:100;
}
.nav li ul li {
  overflow: hidden;
  height: 0;
  opacity:0;
  transition:opacity 0.6s;
  
}
.nav li ul li a {
  border-top: 1px solid #eee;
  width:210px;
  padding-left:16px;
  text-align:left;
  background-color:white;

  
}
.nav li:hover > ul > li {
  overflow: visible;
  height: 40px;
  opacity:1;

}
  .nav li ul li ul {
    top: 0;
    left: 110px;
}
img.slick-slide {
	height: auto;
}

div.background1 {
	padding:30px 0px;
	background-color:#664131;
	/*background-image:linear-gradient(to bottom, #aaa, #CCC);*/
	
}
.background1_in {
	margin:0px 18px;
	width:1080px;
	margin:auto;
	padding: 0px 18px;
}
.background1_in p {
	color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
}


div.backgroundimg1 {
	padding:30px 0px;
	background-color:#F8F8F1;
	
}
.backgroundimg1_in {
	margin:0px 18px;
	width:1080px;
	margin:auto;
}
.backgroundblack_in p {
	color:white;
}

div.backgroundimg2 {
	position: relative;
	background-repeat:no-repeat;
	padding: 40px 0px 40px 0px;	
  min-height: 120vh;
  margin: 0;
  background: url(../images/bg3.jpg)
    top / cover fixed;
	
}
.backgroundimg2_in {
	margin:0px 18px;
	width:1080px;
	margin:auto;
}


div.backgroundimg3 {
	position: relative;
	padding: 40px 0px 40px 0px;	
  min-height: 100vh;
  margin: 0;
  background: url(../images/bg1.jpg) left / contain no-repeat;
	background-position:top;
	
}
.backgroundimg3_in {
	margin:0px 18px;
	width:1080px;
	margin:auto;
	font-size:90%;
}
