@charset "Shift_JIS";
body, div, ul, li{
	margin-right : 0px;margin-bottom : 0px;margin-left : 0px;
	padding : 0px 0px 0px;
  border-left-style : none;
}

body{
	background-color : white;
	font-size : 90%;
	color : rgb(41, 38, 35);
}

a{
	text-decoration: none;
	color: #292623;
}


/* ------- wrapper ------- */

#wrapper{
	width: 900px;
	margin: 0 auto;
}

#menu{
 height : 70px;
}


#inquiry{
 text-align:right;
 font-size : 1.2em;
 font-family:メイリオ;
}

/* ------- header ------- */

#header{
	height : 170px;
  width : 900px;
      text-align:center;
}

#header img{
	margin-top : 0px;
}

/* ------- header R.E. ------- */

#header_re{
	height : 110px;
	width : 900px;
	text-align:center;
}

#header_re img{
	margin-top : 0px;
}

/* ------- nav ------- */

#nav{
	width: 900px;
	background: #FFFFFF;
}

#nav li{
	list-style-type: none;
}

#nav > li{
	position: relative;
	z-index: 10;
	float: left;
	width: 150px;
}

#nav > li > a{
	display: block;
	padding: 23px 0 23px 0;
	background: #FFFFFF;
	border-right : 0px solid rgb(194, 197, 169);
	font-family : メイリオ;
	font-size : 1.2em;
	line-height: 1;
	text-align: center;
}

#nav > li:hover > a{
	background: #4F4944;
	color: #FFFFFF;
	font-weight: bold;
}

#nav .subs{
	visibility: hidden;
	position: absolute;
	width: 760px;
	top: 100%;
	left: 0;
	padding: 15px;
	background: url("images/arrow.png") no-repeat 66px 0 #797168;
  font-family : メイリオ;
}

#nav > li:hover .subs{
	visibility: visible;
}

#nav .subs > li{
	float: left;
	width: 190px;
}

#nav .subs li span{
	font-size : 1em;
	color: #FFFFFF;
}

#nav .subs li{
	padding-top: 5px;
}

#nav .subs li a{
	display: block;
	border-left: 6px solid #4F4944;
	padding: 13px 0 13px 0;
	font-size : 1em;
	line-height: 1;
	text-indent: 12px;
	color: #FFFFFF;
}

#nav .subs li a:hover{
	border-left: 12px solid #BCB8B4;
	background: #FFFFFF;
	color: #797168;
	font-weight: bold;
}

/* ------- nav col ------- */

#nav .col4{
	width: 760px;
}

#nav .col2{
	width : 380px;
}

#nav .col1{
	width: 190px;
}

/* ------- menu------- */

#nav > li.color-blue:hover > a{
	background: #0F81BD;
}

#nav > li.color-green:hover > a{
	background: #0A9AA7;
}

#nav > li.color-red:hover > a{
	background: #BE386D;
}

#nav .color-blue .subs{
	background: url("images/arrow_blue.png") no-repeat 66px 0 #419ED6;
}

#nav .color-green .subs{
	background: url("images/arrow_green.png") no-repeat 66px 0 #28B8BB;
}

#nav .color-red .subs{
	background: url("images/arrow_red.png") no-repeat 66px 0 #E1608D;
}

#nav .color-blue .subs li a{
	border-left: 6px solid #0F81BD;
}

#nav .color-green .subs li a{
	border-left: 6px solid #0A9AA7;
}

#nav .color-red .subs li a{
	border-left: 6px solid #BE386D;
}

#nav .color-blue .subs li a:hover{
	border-left: 12px solid #A0CFEB;
	color: #419ED6;
}

#nav .color-green .subs li a:hover{
	border-left: 12px solid #94DCDD;
	color: #28B8BB;
}

#nav .color-red .subs li a:hover{
	border-left: 12px solid #F0B0C6;
	color: #E1608D;
}




/*3clum-*/
.contents_3clum{
	margin: 0 0 0 0;
	padding-bottom : 50px;
       padding-top : 0px;
	overflow: hidden;
	width: 900px;
	border-bottom : 0px solid rgb(214, 214, 214);
}
.contents_3clum h2{
	font-size: 250%;
       font-family:メイリオ;
	color: blck;
}
.contents_3clum h3{
	font-size: 200%;
	color: blck;
	margin-bottom: 10px;
  font-family : メイリオ;
}
.contents_3clum .section:nth-of-type(2) h3{
	color : black;
}
.contents_3clum .section:nth-of-type(3) h3{
	color: #8C6900;
}
.contents_3clum .section{
	float:left;
	width: 280px;
	margin-right: 30px;
}
.contents_3clum .section.last{
       width:280px;
	margin-right: 0px;
}
.contents_3clum .section h4{
	font-weight: bold;
       font-size:150%;
       line-height:0%;
  font-family : メイリオ;
}
.contents_3clum .section p{
  font-size : 130%;
  font-family : メイリオ;
}
.contents_3clum .section1 p{
  font-size : 130%;
  font-family : メイリオ;
}

.contents_3clum .section.last h4{
  padding-bottom:5px;
}

/*4clum-*/
.contents_4clum{
	margin: 0 0 35px 0;
	padding-bottom: 0px;
	overflow: hidden;
	width : 900px;
	border-bottom : 0px solid white;
}
.contents_4clum .section{
	float:left;
	width : 210px;
	margin : 0px 20px 30px 0px;
}
.contents_4clum .section1{
	float:left;
	width : 210px;
	margin : 0px 0px 30px 0px;
}
.contents_4clum h3{
	font-weight: bold;
	margin-bottom: 5px;
}


/* ------- コンテンツ ------- */

#contents{
	height: 190px;
	width: 850px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 25px;
	position: absolute;
	border-width: 1px;
	border-style: solid;
	border-color: #3399ff;
	padding-left: 5px;
	padding-right: 5px;
}

h2{
	font-size: 175%;
	color: black;
       margin-left: 50px;
	margin-bottom: 10px;
	font-family: メイリオ;
}

/* ------- スライドショー　ナビ ------- */

#slide_nav{
	margin-top: 220px;
	height: 120px;
	}

h3{
	font-size: 200%;
	color : black;
	margin-bottom: 10px;
	font-family: メイリオ;
}

/* ------- スライドショー ------- */

#slide{
	margin-top: 280px;
	height: 580px;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
}

#slide2{
	margin-top: 20px;
	height: 480px;
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 0px;
}

/* ------- コンテンツ ------- */

#main{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	border-width: 1px;
	border-style: solid;
	border-top-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
}

 #section{
	float: left;
	width: 550px;
	padding-left: 8px;
	height : 280px;
	padding-right: 8px;
}

 #sectionlast{
	float: left;
	width: 220px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: olive;
	height: 280px;
	font-size: 14px;
	font-family: "小塚ゴシック Pr6N R";
	
}

/* 申込みボタン */
.button2{
	display: inline-block;
	width : 180px;
	height : 40px;
	text-align: center;
	text-decoration: none;
	outline: none;
  line-height : 40px;
}
.button2::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2{
	background-color : rgb(255,165,0);
	color : rgb(255, 255, 255);
}
 .button2:hover{
	background-color: rgb(255,215,0);
}

h1{
  width: 900px;
  margin: 0 auto;
  padding: 0;
  word-spacing: 0px;
  font-size: 0px;
  color: #fff;
}

/*5clum-*/
.contents_5clum{
	margin: 0 0 35px 0;
	padding-bottom: 0px;
	overflow: hidden;
	width : 900px;
	border-bottom : 0px solid white;
}
.contents_5clum .section{
       font-family:メイリオ;
       font-size : 75%;
	float:left;
	width : 525px;
	margin : 0px 20px 30px 0px;
}
.contents_5clum .section1{
       font-family:メイリオ;
	float:left;
	width : 190px;
	margin : 0px 0px 30px 0px;
}
.contents_5clum .sectionlast{
       font-size:80%;
       font-family:メイリオ;
	float:left;
	width : 160px;
	margin : 0px 0px 30px 0px;
}
.contents_5clum h3{
	font-weight: bold;
	margin-bottom: 5px;
}

/*footer*/
.footer{
	background-color : white;
	padding: 20px 0;
	margin-bottom: 10px;
       font-size: medium;
}
.footer .contents_5clum{
	overflow: hidden;
	width : 900px;
	margin:0 auto;
}
.footer p{
	float:left;
	margin-right : 20px;
}
.footer p:fast-child{
	margin-left: 1px;
}
.footer p:last-child{
	margin-right:0px;
}
.copy{
	text-align: center;
	margin-bottom: 10px;
}

A{
  text-decoration: none;
  color:black;
}
A:LINK{
  color : black;
  border-style:none;
}



/*初めにの吹き出し*/
#regist{
	position: absolute;
	left: -25px;
	top: -45px;
}


.p1{
  font-size : 15px;
  font-family : メイリオ;
}

.p2{
	font-size: 33px;
	color: #ff0000;
	font-family: HG丸ｺﾞｼｯｸM-PRO;
	font-weight: bold;
}


.tsp008{
  vertical-align: middle;
 }

/*マーカータイプ*/
.marker_hoso {
background: linear-gradient(transparent 60%, #66ccff 60%);
}

/*中心揃えにする*/
.center{
 display: block;
 margin-left: 50px;
 margin-right: auto;
}
