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

#footer {
	
	height: 200px;
  background-position-x: center;
  background-position-y: bottom;
  background: url(../images/f3.png) bottom center repeat-x;
  background-size: auto;
width: 100%;
background-size: ;
background-position: 50%;
padding: 0px;
margin-bottom: 0px;
z-index:100;
}
#footer_bg {
	background-image:linear-gradient(to bottom, #fff, #089DE8);
}
#footer_in {
	font-size: ;
	line-height: 100%;
	font-weight: normal;
	width:1000px;
	padding:170px 0px 0px 0px;
	margin:auto;
	text-align:center;
	
}

#footer p {
	color: #73cbf6 ;
	margin:0px;
	padding:0px;
	font-size:13px;
}
#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: 'Lato', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	
}
#header {
	background-image:linear-gradient(to bottom, #73cbf6, #fff);
	position:fixed;
	width:100%;	
	z-index:100;
	border-bottom:1px solid #ccbaac;   
}



#header_in {
	width:1120px;
	height: 90px;
	text-align:left;
	position:relative;
	margin:auto;
	background-color:#e6e6fa;
	background:url(../images/cloud3.png) top center no-repeat;

}



#rim {
	height:7px;
/*background-color: #000000;
background-image: linear-gradient(180deg, #000000 0%, #625d5f 50%, #000000 100%);*/
	background-color: #1165ac/*#C11E2E*/;

	padding:;
	margin-top:0px;
	width:100%;

	
}



#header_in.top {
	height:50px;
	background-color:pink;
	padding:5px;
	
}
#header h1 {
	position:absolute;
	top:55px;
	color:#666;
	left:22px;
	font-size:12px;
	font-weight:normal;
	font-family:meiryo;	

}
#header div.logo {
	position:absolute;
	top:5px;
	left:0px;
}


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

#header div.icon {
	position: absolute;
	right: 1px;
	top: 6px;
	background-color: ;
	padding:4px;
	font-weight:bold;
	color:white;
	border-radius:33px;
	
	
	text-align:center;
}
#header div.soyokaze {
	position: absolute;
	right: 10px;
	top: 4px;
}
  #phone-menu-button {
	  display:none;
  }


div.content {
	margin:auto;
	text-align:left;
	padding-bottom:65px;
}
.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:110px ;
	font-family: 'Kaisei Decol', serif;
	font-size:;	
}

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

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

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

    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:#1165ac;
	/*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/bg_img2.jpg)
  center / 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%;
}
