@charset "UTF-8";
/* CSS Document */
border:solid 1px #f00;


/* ==============================================================
　サイト全体
============================================================== */
html {
	margin:			0;
	padding:		0;
	overflow-y:		scroll;
	-moz-text-size-adjust:		none;/* スマホ文字サイズ自動調整 */
	-webkit-text-size-adjust:	100%;
	}
*{
	margin:				0;
	padding:			0;
	box-sizing:			border-box;	/* ボックスサイズ枠線まで含める */  
	-moz-box-sizing:	border-box;
	-webkit-box-sizing:	border-box;
	}
	
img{/*画像 縦配置時の隙間なくす*/
	vertical-align:	middle;
	}
	
body{
	width:			100%;
	padding:		0;
	font-size:		1em;
	font-family:	'Noto Sans JP', sans-serif;
	font-weight:	300;
	line-height:	1.75;
	border-top:		7px solid #00ac9d;
	}
	@media only screen and (max-width: 800px) {/* タブレット幅 */
		body{
			padding:		0;
			}
		}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
		body{
			padding:		0;
			}
		}

/* ------------------------------------- */
/* リセット
/* ------------------------------------- */
h1, h2, h3, h4, h5, p, div, dt, dd, dl, img, input, form, ul, li, span {
	margin: 0;
	padding: 0;
}
/* ------------------------------------- */
/* 画像
/* ------------------------------------- */
img {
	border:			0;
	}
.resizeimage img {
	width: 100%;
	}

/* ------------------------------------- */
/* 回りこみ解除
/* ------------------------------------- */
.clear {
	clear:			both;
	}

html {/*スクロールバーを常に表示*/
     overflow-y:scroll;  
}
a img,
ol li img,
li img,
ul li img {/*上揃え*/
	vertical-align: top;
	text-align:center;
    border-style:none;
}
ol,ul{/*リストマークを消す*/
margin: 0;
padding: 0;
list-style-type: none;
}
ul ul{
	margin-left: 1em;
}
.tn {
	display: none;
}
.red {
	color: #FF3300;
}

/* ------------------------------------- */
/* 重なり順 設定
/* ------------------------------------- */
.container_g,
#header,
#gNav,
#mainVisual{
	position:	relative;
		}
/* TOPバナー2つ */
.container_g{
	z-index:	1000;
	}
/* ヘッダー */
#header{
	z-index:	100;
		}
/* グローバルナビ */
#gNav {
	z-index:	10;
		}
/* スライド・ページタイトル */
#mainVisual{
	z-index:	1;
	}

/* ------------------------------------- */
/*	フロート設定
/* ------------------------------------- */
.tex img.centered,
.tex img.aligncenter {
    display:		block;
    margin-left:	auto;
    margin-right:	auto;
	clear:			none;
	}
.tex img.alignright {
    margin-left:	20px;
    margin-right:	0;
    margin-bottom:	20px;
    display:		inline;
	clear:			none;
	}
.tex img.alignleft {
	margin-left:	0;
	margin-right:	20px;
	margin-bottom:	20px;
	display:		inline;
	clear:			none;
	}
.tex img.alignnone {
    margin-left:	0;
    margin-right:	0;
    margin-bottom:	10px;
	clear:			none;
	}
.tex .alignright {
	float:			right;
	}
.tex .alignleft {
	float:			left;
	}
	@media screen and (max-width: 800px){
	/*	tex
	/* ------------------------------------- */
	.tex img.centered,
	.tex img.alignright,
	.tex img.alignleft,
	.tex img.alignnone,
	.tex img.aligncenter {
		display:		block;
		margin-left:	auto;
		margin-right:	auto;
		clear:			both;
		}
	.tex .alignright {
		float:			none;
		}
	.tex .alignleft {
		float:			none;
		}
	.tex .aligncenter {
		clear:			both;
		display:		block;
		margin-left:	auto;
		margin-right:	auto;
		}
	}




/* ==============================================================
　ヘッダー
============================================================== */
#header{
	background-color: #FFF;
	}
#header_box {
	width: 1000px;
	height: 105px;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
		#header_box {
			width: 100%;
			height: 115px;
			}
		}
#catch{
	font-size:0.8em;
	font-weight:400;
	color:#777;
	}
	@media only screen and (max-width: 800px) {/* タブレット幅 */
		#catch{
			margin:0 0 0 30px;
			}
		}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
		#catch{
			font-size:0.7em;
			margin:0 0 5px 20px;
			width: 75%;
			line-height:140%;
			}
		}
h1 a {
	float: left;
	}
	@media only screen and (max-width: 800px) {/* タブレット幅 */
		h1 a img {
			margin:0 0 0 30px;
			}
		}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
		h1 a img {
			width: 80%;
			margin:0 0 0 20px;
			}
		}
	@media only screen and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) {
		/* iPhone 4 CSS */
		h1 a img {
			width: 80%;
			margin:0 0 0 20px;
			}
		}
#header_box address {
	width: 255px;
	height: 64px;
	text-indent: -9999px;
	margin:-10px 0 0 0;
	float: right;
	background: url(../img/header_tel.png) no-repeat 0px 0px;
	}
	@media only screen and (max-width: 800px) {/* タブレット幅 */
		#header_box address {
			display:none;
			}
		}
		
/* menu -------------------- */
.navbox {
	width: 100%;
	height: 75px;
	background: url(../img/menu_bg.jpg) no-repeat center;
	}

/* ------------------------------------- */
/*  メインメニュー
/* ------------------------------------- */
nav#gNav {
	width:			100%;
	margin:			0 auto;
	box-shadow:			0px 0px 9px 3px rgba(0,0,0,0.16);
	-moz-box-shadow:	0px 0px 9px 3px rgba(0,0,0,0.16);
	-webkit-box-shadow:	0px 0px 9px 3px rgba(0,0,0,0.16);
	background: url(https://www.sinmeig.jp/img/bg_green.jpg) repeat;
	}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
		nav#gNav {
			display:none;
			}
		}
nav#gNav ul {
	list-style:		none;
	overflow:		hidden;
	}
	@media only screen and (min-width: 801px) {/* PC幅 */
		nav#gNav ul {
			width:		100%;
			max-width:	1100px;
			margin:		0 auto;
			}
		}
nav#gNav li a {
	font-size:		1.1em;
	font-weight:	400;
	color:			#fff;
	display:		block;
	float:			left;
	padding:		20px 0px;
	text-align: 	center;
	text-decoration:none;
	text-transform: uppercase;
	width:			16.6%;
	line-height:	120%;
	border-right:solid 1px #fff;
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
	}
nav#gNav li:first-child a {
	border-left:solid 1px #fff;
	}
	@media only screen and (max-width: 800px) {/* タブレット幅 */
		nav#gNav li a {
			font-size:	0.95em;
			}
		nav#gNav li:first-child a {
			border-left:none;
			}
		nav#gNav li:last-child a {
			border-right:none;
			}
		}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
		nav#gNav li a {
			font-size:		0.9em;
			padding:		10px 0 15px 0;
			}
		}

nav#gNav li a:hover{
	color: #AEE4DA;
	text-decoration: none;
	}
nav#gNav li a img{
	margin:10px 0;
	}
nav#gNav li a:hover img{
	filter:			alpha(opacity=70);
    -moz-opacity:	0.7;
    opacity:		0.7;
	}

/*SMALL*/
nav#gNav small {
	font-weight:	500;
	font-size:		0.4em;
	color:			#fff;
	letter-spacing:1px;
	text-transform: none;
	}







/* ==============================================================
　メインコンテンツ
============================================================== */
#wrapper{
	overflow: hidden;
	}

/* contents -------------------- */

#container {
	max-width: 1000px;
	margin:30px auto;
	}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
		#container {
			width: 100%;
			padding:0 10px;
			}
		}
#main {
	float: left;
	max-width: 730px;
	width:67%;
	margin: 0 2% 0 0;
	padding: 0px 0px 20px 0;
}
	@media only screen and (max-width: 800px) {/* タブレット幅 */
		#main{
			max-width: 800px;
			width: 100%;
			padding: 0px 50px 20px 30px;
			}
		}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
		#main{
			padding: 0px 20px 20px 20px;
			}
		}

/* sidebar  -------------------- */
#sidebar {
	float:right;
	min-width: 242px;
	width:25%;
	margin: 0px 0px 15px 0px;
	padding: 0;
	}
	@media only screen and (max-width: 800px) {/* タブレット幅 */
		#sidebar {
			display:none;
			}
		}
#bnr_blog a {
	width: 242px;
	height: 110px;
	float: right;
	margin: 0;
	text-indent: -9999px;
	background: url(../img/bnr_blog.png) no-repeat;
}
#bnr_blog a:hover {
	background-position: 0px -110px;
}

#ad address {
	background: url(../img/bnr_ad.png) no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 242px;
	height: 248px;
	display: block;
	float: right;
	margin: 0px 0px 0px 0px;
}
/* その他設定 -------------------- */

hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dotted; /* 線種 */
	border-color: #00ac9d; /* 線色 */
	height: 1px; /* 高さ */
	width: 100%x;
	clear:both;
	margin: 10px 0px;
}

/* ==============================================================
　フッター
============================================================== */

#footer {
	width: 100%;
	margin: 50px 0 0 0;
	height: 210px;
	background: url(https://www.sinmeig.jp/img/bg_green.jpg) repeat;
	box-shadow:			0px 0px 9px 3px rgba(0,0,0,0.16);
	-moz-box-shadow:	0px 0px 9px 3px rgba(0,0,0,0.16);
	-webkit-box-shadow:	0px 0px 9px 3px rgba(0,0,0,0.16);
}
.footer_box {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	}
	@media only screen and (max-width: 800px) {/* タブレット幅 */
		.footer_box{
			width: 100%;
			text-align: center;
			}
		}

.f_b01 {
	width: 320px;
	float: left;
	border-right: #fff 1px solid;
	margin: 20px 0 20px 0;
	color: #fff;
	}
	@media only screen and (max-width: 800px) {/* タブレット幅 */
		.f_b01{
			width: 100%;
			border-right: none;
			}
		}

h5.name {
	font-size: 1.3em;
	line-height: 180%;
	width: 100%;
	color: #fff;
	font-weight: 300;
	margin: 0px 0px 0px 0px;
}
.footer_box address {
	margin: 3px 0px 0px 0px;
	font-size: 0.9em;
	line-height: 150%;
	color: #fff;
	font-style: normal;
}
.copy {
	padding: 10px 0 5px 0;
	font-size: 0.8em;
	line-height: 150%;
	text-align: left;
	color: #fff;
	}
	@media only screen and (max-width: 800px) {/* タブレット幅 */
		.copy{
			text-align: center;
			}
		}

#nav_box {
	float: left;
	font-size: 0.9em;
	line-height:160%;
	padding: 0;
	margin: 30px 0 0 0;
	}
	@media only screen and (max-width: 800px) {/* タブレット幅 */
		#nav_box{
			display:none;
			}
		}
.sub_box dt a,
.sub_box dd a {
	color: #fff;
	text-decoration: none;
}
.sub_box {
	
	height:95px;
	float: left;
	padding: 0px 10px 0px 0px;
}
.sub_box dt {
	background: url(../img/top/sub_i01.png) no-repeat 10px 4px;
	padding: 0px 0px 0px 25px;
}
.sub_box dt a:hover,
.sub_box dd a:hover {
	color: #AEE4DA;
	text-decoration: underline;
}
/* ------------------------------------- */
/*	中見出し
/* ------------------------------------- */
h3.midasi{
	font-size:		1.3em;
	line-height:	110%;
	color:			#fff;
	font-weight:	400;
	padding:		20px 20px;
	margin:			0px 0 15px 0;
	background: 	url(../img/subttlbg.jpg) no-repeat left center;
	text-align: left;
	padding: .8em .75em;
	}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
		h3.midasi{
			font-weight:	400;
			}
		}
		
/* ------------------------------------- */
/*	リキャプチャのマークを非表示
/* ------------------------------------- */		
.grecaptcha-badge { visibility: hidden; }