@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------------全体フォーマット*/
body {
	font-size: 16px;
	color: #000;
	line-height: 1.7;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	min-width:960px;
}

a:hover img{filter: alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

.imgover { cursor:pointer; }


#pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index:100;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: middle;
}

/*--------------------------------------------------------------------共通*/
.clear{clear:both;}
.fl_l{float:left;}
.fl_r{float:right;}

.center { text-align: center; }
.strong{font-weight:bold;}
.font12px{font-size:12px;}
.font14px{font-size:14px;}

.mrg_top5{margin-top:5px;}
.mrg_top10{margin-top:10px;}
.mrg_top20{margin-top:20px;}
.mrg_top40{margin-top:40px;}
.mrg_top50{margin-top:50px;}

.mrg_btm5{margin-bottom:5px;}
.mrg_btm10{margin-bottom:10px;}
.mrg_btm15{margin-bottom:15px;}
.mrg_btm20{margin-bottom:20px;}
.mrg_btm30{margin-bottom:30px;}
.mrg_btm40{margin-bottom:40px;}
.mrg_btm50{margin-bottom:50px;}
.mrg_btm60{margin-bottom:60px;}
.mrg_btm80{margin-bottom:80px;}
.mrg_btm100{margin-bottom:100px;}

.mrg_left30{margin-left:30px;}
.mrg_left5{margin-left:5px;}
.mrg_left7{margin-left:7px;}
.mrg_left10{margin-left:15px;}
.mrg_left35{margin-left:35px;}
.mrg_left100{margin-left:100px;}
.mrg_left150{margin-left:150px;}
.mrg_left180{margin-left:180px;}

.mrg_right10{margin-right:10px;}
.mrg_right35{margin-right:35px;}

.red{
	font-weight:bold; 
	olor:#ff0000;
}
.orange{
	color: #f63;
}
.brown{
	color: #5e452a;
}
.bold{
	font-weight: bold;
}
.fz18{
	font-size: 18px;
}
.fz20{
	font-size: 20px;
}
.indent{
	text-indent: -1em;
	padding-left: 1em;
}
.indent--2{
	padding-left: 1em;
}
.mark{
    padding: 0 0 0 18px;
    text-indent: -8px;
}
.mark::before{
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #5e452a;
	position: relative;
	left: -10px;
	top: -3px;
}
.fx {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.row .text , .fx .text {
	webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.row-middle {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-ms-flex-align: center;
}

.ju-center {
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}
.ju-left {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
}
.ju-right {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: end;
}
.ju-around {
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-pack: distribute;
}
.v-center {
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}
.v-end {
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.r-rev {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*------------------------------------------------------------------------リンク文字色*/
a:link			 {color:#5e452a;text-decoration:none;}
a:visited		 {color:#5e452a;text-decoration:none;}
a:active		 {color:#5e452a;text-decoration:none;}
a:hover			 {color:#ff6633;text-decoration:underline;}

/*------------------------------------------------------------------------全体レイアウト*/

.inner{width:960px; margin:0 auto;}

#contents{margin:0 auto 0 auto;}


#title{
	margin-bottom:40px;
}

.title{
  height: 180px;
  position: relative;
}
 
.title img {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/*-----------------------------------header*/

#header{
	overflow:hidden;
}

#header h1{
	float:left;
	margin-top:20px;
}

#header .btn{
	float:right;
}


#header .btn p{
	display:inline;
	vertical-align:middle;
	margin-left:15px;
}

#header .btn  img{
	vertical-align:middle;
}

#header .tel{
	float:right;
	margin:15px 0 10px;
}

#header .tel img{
	margin:0 0 0 10px;
	vertical-align:middle;
}

#header #gnav{
	clear:both;
	overflow:hidden;
	background:#e8da4d;
}

#header #gnav li{
	float:left;
}


/*-----------------------------------footer*/
#footer{
	text-align:center;
	margin-bottom:20px;
	
}

#footer .snav{
	background:#e8da4d;
	padding:15px 0;
	overflow:hidden;
}

#footer .snav li{
	float:left;
	margin-right:15px;
}

#footer .logo li{
	display:inline-block;
	padding:20px;
}

/*---------------------------------------------------下層*/

#contents h2.ttl{
	text-align:center;
	border-bottom:#ff6633 5px solid;
	padding:25px 0;
	margin-bottom:35px;
}

#contents h3 ,#contents h4{
	text-align:center;
	margin-bottom:20px;
}

#contents .ttl_read{
	text-align:center;
	font-size:16px;
	margin-bottom:20px;
}

 .btn_b a{
	display:inline-block;
	background:#5e452a;
	width:220px;
	padding:5px 0;
	text-align:center;
	border-radius: 17px; 
		-webkit-border-radius: 17px;
		-moz-border-radius: 17px;
}

.btn_b a img{
	vertical-align:middle;
}

 .btn_o a{
	display:inline-block;
	background:#ff6633;
	width:188px;
	padding:5px 0;
	text-align:center;
	border-radius: 17px; 
		-webkit-border-radius: 17px;
		-moz-border-radius: 17px;
}

.btn_o a img{
	vertical-align:middle;
}



/*------------------------------------------------------------------------clearfixハック*/
#contents:after,
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#contents,
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html #contents,
* html .clear {height: 1%;}
#contents ,
.clear {display: block;}
/* End hide from IE-mac */

