@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
 address, cite, code, del,  em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
 var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body, table, input, textarea, select, option {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", 
"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {

	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
}
table {
	border-collapse: collapse;
}
a, a:link {
	color: #0060BF;
	text-decoration: none;
}
a:visited {
	color: #0060BF;
}
a:hover {
	color: #0060BF;
	text-decoration: underline;
}
a:active {
	color: #0060BF;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.clearfix::after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
/*------------------------------------------------------------
	(1)レイアウト
------------------------------------------------------------*/
body{
	background:#fff;
	color: #164158;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

.outer {
	position: relative;
	width:100%;
	min-width:640px;
}

.inner {
	min-width:640px;
	max-width:1000px;
	margin:0 auto;
	position: relative;
}
article {
	zoom: 1;
}
article:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.left-box{
	display: block;
	float: left;
	left: 0;
	margin-left: 0;
	position: absolute;
	zoom: 1;
}
.right-box{
	display: block;
	float: right;
	right: 0;
	margin-right: 0;
	position: absolute;
	zoom: 1;
}
.top-box{
	margin-top: 0;
}
.bottom-box{
	margin-bottom: 0;
}
section {
	clear: both;
	position:relative;
}
/*------------------------------------------------------------
	(2)header
------------------------------------------------------------*/
div#head-mark {
	display: none;
}
#g-navi-box {
	display:block;
	margin:0 auto;
	width:100%;
	min-width:640px;
	max-width:990px;
	position: relative;
}
#g-navi-box ul li {
	float: left;
	display: inline-block;
	width:20%;
}
/* #float:ie6･7 hack */
#g-navi-box ul li {
	#width:198px;
}

h3.navi-title{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    background: none;
}

#g-navi-box ul li a{
	text-indent: -9999em;
	display: block;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	height: 60px;
}

#g-navi-box ul::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#menu-mark a{
	background: url(../images/parts/mark.gif) no-repeat;
	background-position: 0 0;
	background-size:contain;
	z-index:-10;
}
#menu-home a{
	background: url(../images/parts/menu_bg_s1.gif) no-repeat;
	background-position: -198px 0;
}
#menu-service a{
	background: url(../images/parts/menu_bg_s1.gif) no-repeat;
	background-position: -396px 0;
}
#menu-company a{
	background: url(../images/parts/menu_bg_s1.gif) no-repeat;
	background-position: -594px 0;
}
#menu-contact a{
	background: url(../images/parts/menu_bg_s1.gif) no-repeat;
	background-position: -792px 0;
}
#menu-home a:hover {
	background: url(../images/parts/menu_bg_s2.gif) no-repeat;
	background-position: -198px 0;
}
#menu-service a:hover {
	background: url(../images/parts/menu_bg_s2.gif) no-repeat;
	background-position: -396px 0;
}
#menu-company a:hover {
	background: url(../images/parts/menu_bg_s2.gif) no-repeat;
	background-position: -594px 0;
}
#menu-contact a:hover {
	background: url(../images/parts/menu_bg_s2.gif) no-repeat;
	background-position: -792px 0;
}
/* ===========================================*/
/* メディアスクリーンＰＣのみ（スマホを除く） */
/* ===========================================*/
@media screen and (min-width: 641px) {
	body.home #menu-home a {
		background: url(../images/parts/menu_bg_s2.gif) no-repeat;
		background-position: -198px 0;
	}
	body.page-id-8 #menu-service a {
		background: url(../images/parts/menu_bg_s2.gif) no-repeat;
		background-position: -396px 0;
	}
	body.page-id-10 #menu-company a {
		background: url(../images/parts/menu_bg_s2.gif) no-repeat;
		background-position: -594px 0;
	}
	body.page-id-12 #menu-contact a {
		background: url(../images/parts/menu_bg_s2.gif) no-repeat;
		background-position: -792px 0;
	}
}

/*------------------------------------------------------------
	(3)コンテンツ
------------------------------------------------------------*/
#slide {
	display:block;
	margin-top: 20px;
	width: 100%;
	height:300px;
}
#slide + .none-image {display:none;}

/* #float:ie6･7 hack */
#slide {
	#display:none;
}
#slide + .none-image {#display:block;}

#page-nav a {
	color:#fff;
	background-color:#999;
	padding:2px 5px;
	font-size:16px;
	line-height: 2em;
	margin-left:5px;
}
#pagebody {
	position: relative;
}
.article {
	float:left;
	display:block;
	margin-right:-220px;
	width:100%;
	height:750px;
}
.article p {
	display:block;
	margin-right:220px;
	font-size: 1.2em;
	text-indent: 1em;
}
.aside {
	display:block;
	float:left;
	width:200px;
	margin-top:24px;
	padding-left:10px;
	padding-right:10px;
}
body.home .aside {
 	margin-top:360px;
}
#news  {
	display:block;
	width:100%;
	margin-right:220px;
	padding-left:5px;
	padding-right:5px;
}
#content-1 {
	position:relative;
	display:block;
	width:100%;
	margin: 0 auto 20px;
	padding-left:5px;
	padding-right:5px;

}
#home-txt {
	padding:10px;
}
#news-title {
	display:block;
	width:70px;
	height:20px;
	background: url(../images/parts/news.gif) no-repeat;
	float:left;
}
#news-list a {
	display:block;
	width:70px;
	height:20px;
	background: url(../images/parts/list.gif) no-repeat;
	float:left;
}

/* SNS button */
.social-box {
	display:block;
	float:right;
	margin-right:220px;
	height:40px;
	width:460px;
}
#socialbuttons div {
  float:right;
}
#socialbuttons{
	display:inline-block;
	height: 40px;
	width:460px;
	margin: 0 0 20px 0;
}

#news-warpper {
	width:100%;
	height: 150px;
	margin: 0 2px 220px 5px;
	text-indent:0;
	clear:both;
	display:block;
	vertical-align: 1.2em;
	font-size: 1em;
	margin-top:0;
	
}
/*
column-count:2; 
	column-width:50%;
	-moz-column-count:2;
	-moz-column-width:50%;
	-webkit-column-count:2; 
	-webkit-column-width:50%;
*/


#news-warpper table {
	border-collapse: separate;
	border-spacing: 6px 4px;
}
#news-warpper tr {
	width:100%;
}
#news-warpper td:first-child {
	width:20%;
}
#news-warpper a {
	text-decoration: none;
}
#news-warpper p {
	font-size:1em;
}
#content-1 {
	z-index:-10!impotant;
	display:block;
}
#content-1 .f-waku {
	height:20px;
	margin: 0 auto 20px;
	background: url(../images/parts/fuilm.gif) repeat-x;
}
.aside li {
	text-indent: -9999em;
}
.aside a:hover {
	opacity:0.9;
}
.aside ul li a {
	display:block;
}
.aside  img {
	border: solid 1px #060;
}
.aside  li:last-child img {
	border: 0;
}


.no-js .menu-box::after {
	font-size:1.5em;
	color:#f00;
	content:"このサイトは JavaScript を利用して作られています。すべての機能をご利用頂くには JavaScript を有効にしてください。";
}
/*------------------------------------------------------------
	(4)footer
------------------------------------------------------------*/
footer {
	position: relative;
	clear:both;
	display:block;
	width:100%;
	height:200px;
	bottom:-200px;
}
footer .inner {
	background: url(../images/parts/renga.gif) repeat;
	height:200px;
	border: solid 1px #060;
}

#footer2 > .left-box{
		display:block;
		float:none;
		color:#fff;
		margin-top: 55px;
		margin-left:0;
}
#footer2 ul li{
		display:inline-block;
		float: left;
		padding: 2px 4px;
}
#footer2 .left-box.copyright{
		color:#fff;
		clear:both;
		width:100%;
		display: block;
		margin-top:120px;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
}

#footer2 a {
		color:#fff;
}
#footer2 a:hover {
	color: #0000cc;
	text-decoration: underline;
}
#footer2 .left-box {
	height: 51px;
}
/* ひとまず最終的にはjquery */
#footer2 .left-box:first-child {
  margin-left: 35%;
}

/*------------------------------------------------------------
	(5)戻るボタン
------------------------------------------------------------*/
#pagetop.largepagetop  {
  text-indent:-9999em;
  position: fixed;
  bottom:200px;
  margin: 0 50%;
  z-index: 200;
  right:auto;
  left:auto;
}
/* ひとまず最終的にはjquery */
#pagetop.largepagetop  {
  margin-left: 35%;
}
#pagetop.largepagetop  a {
	display:block;
	width:110px;
	height:55px;
	background: url(../images/parts/box-top_s1.gif) no-repeat;
}
#pagetop.largepagetop  a:hover {
	display:block;
	width:110px;
	height:55px;
	background: url(../images/parts/box-top_s2.gif) no-repeat;
}

/*------------------------------------------------------------
--------------------------------------------------------------
	メディアクエリー
--------------------------------------------------------------
------------------------------------------------------------*/
@media screen and (max-width: 640px) {
/*------------------------------------------------------------
	(1')レイアウト
------------------------------------------------------------*/

.outer {
	width:100%;
	min-width:100%;
}

.inner {
	min-width:100%;
	max-width:100%;
	margin:0 auto;
}
.left-box,
.right-box{
	display:block;
	width:100%;
	position:relative;
	margin: 0 auto;
}
h3.navi-title span:before,
#g-navi-box ul li a:after {
background:url(../images/parts/icon_sphone.png) no-repeat;
-webkit-background-size:498px 134px;
-moz-background-size:498px 134px;
-o-background-size:498px 134px;
background-size:498px 134px;
}
/*------------------------------------------------------------
	(2')header
------------------------------------------------------------*/
div#head-mark  {
	display: block;
	width: 100%;
        height: 60px;
}
div#head-mark a {
	display: block;
	width: 100%;
        height: 60px;
	text-indent: -9999em;
	background: url(../images/parts/mark.gif) no-repeat;
	background-position: 0 0;
	background-size:contain;
}

#menu-mark a,
#menu-home a, 
#menu-home a:hover,
#menu-service a, 
#menu-service a:hover,
#menu-company a, 
#menu-company a:hover,
#menu-contact a, 
#menu-contact a:hover {
	background:none;
}
.global-navi { min-width:100%; }
.global-navi.inner { width:100%; height:45px;margin: 0 auto 0;}

#g-navi-box 	{
	min-width:100%;
	max-width:100%;
	margin:0 auto;
}
#g-navi-box.left-box {
	height:60px;
	width:100%;
}
.global-navi {
	margin-left: auto;
	margin-right: auto;
	background: none;
	height:auto;
	min-width:100%;
}
.global-navi ul li a{
	clear: both;
	text-indent: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	height: 60px;
	width: 100%;
	background: none;
}
h3.navi-title span {
	color:#360;
	display:block;
	padding: 14px 8px 7px;
	text-align:center;
}

h3.navi-title span:before {
	left:-14px;
	content:"";
	display:inline-block;
	position:relative;
	width:21px;
	height:14px;
	background-position:0 -2px;
}
h3.toggled-on span:before {
	left:-14px;
	content:"";
	display:inline-block;
	position:relative;
	width:21px;
	height:14px;
	background-position: -67px -31px;
}
h3.navi-title {
	width: 100%;
	height:60px;
	margin-left: auto;
	margin-right:auto;
}
h3.navi-title a {
	text-indent:0;
	text-decoration:none;
     	display: block;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	line-height:1.5;
	width: 100%;
	height:60px;
	margin-left: auto;
	margin-right:auto;
	background-image: url(../images/parts/spacer.gif);
	background-repeat:repeat;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	-ms-background-size:100%;

	z-index:20;
	position:relative;
	-ms-opacity:0.9;
	-moz-opacity:0.9;
	-webkit-opacity:0.9;
}
#g-navi-box.left-box {
	float:none;
}
.menu-box {
	display:block;
	background-color: #360;
	padding: 4px 4px 0;
}
#g-navi-box ul {
	display: none;
}
#g-navi-box.toggled-on {
	height: 322px;
}
#g-navi-box.toggled-on ul {
	position: relative;
	display: block;
}
#g-navi-box.left-box ul li {
	float: none;
	display: block;
	background-color: #fff;
	width: 100%;
	height:60px;
	border-bottom: 4px solid #360;
}

#g-navi-box.left-box ul li a{
	position:relative;
	color:#360;
	text-indent: 3px;
	float: none;
	display: block;
	width: 100%;
	height:60px;
	margin-left: auto;
	margin-right:auto;
	padding-top:15px;
	border-radius: 2px;
	font-size:130%;
	font-weight:bold;
vertical-align:20px;
}
#g-navi-box ul li a:after {
	content:"";
	display:block;
	position:absolute;
	top: 50%;
	right: 15px;
	width:4px;
	height:8px;
	background-position:0 -29px;
	margin-top: -15px;
}
#g-navi-box:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/* 以下は消えない→first-childにて消える
*/
li#menu-mark { display:none; }
#menu-mark a { display:none; }

#g-navi-box ul li:first-child {
	display:none;
}
/*------------------------------------------------------------
	(3')コンテンツ
------------------------------------------------------------*/
#slide {
	width:100%;
	margin: 0 auto;
}
.article {
	position:relative;
	float:none;
	margin-right:0;
	width:100%;
	height:auto;
	display:block;
}
.article h2 {
	line-height:1.5;
	font-size: 1em;
}
.article p {
	display:inline;
	margin-right:2px;
	margin-left:2px;
	font-size: 0.8em;
}
.aside {
	position:relative;
	display:block;
	float:none;
	width:100%;
	padding-left:0;
	padding-right:0;
}
body.home .aside {
 	margin-top:0px;
}
#news  {
	position:relative;
	display:block;
	width:100%;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}
#content-1 {
	display:block;
	width:100%;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}
#news {
	margin:10px 0 0 3px;
	width:100%;
	height:0;
	display:inline;
}
#news-title {
	display:block;
	width:70px;
	height:20px;
	background: url(../images/parts/news.gif) no-repeat;
	float:left;
}
#news-list a {
	display:block;
	width:70px;
	height:20px;
	background: url(../images/parts/list.gif) no-repeat;
	float:left;
}

/* SNS button */
.social-box {
	display:block;
	float:none;
	margin-right:0;
	height:60px;
	width:100%;
}
#socialbuttons div {
  float:right;
}
#socialbuttons{
	display:inline-block;
	height: 60px;
	width:100%;
	margin: 0;
}

.pinterest {
	margin-top:30px;
}
#news-warpper {
	width:100%;
	height: 80px;
	margin: 0 2px 20px 5px;
	text-indent:0;
	clear:both;
	display:block;
	vertical-align: 1em;
	font-size: 0.6em;
	margin-top:0;
	
}
/*
column-count:2; 
	column-width:50%;
	-moz-column-count:2;
	-moz-column-width:50%;
	-webkit-column-count:2; 
	-webkit-column-width:50%;
*/
#home-txt p {
	font-size:1.2em;
	line-height:1.2em;
	margin-left:3px;
	padding:0;
}
#news-warpper table {
	border-collapse: separate;
	border-spacing: 2px 2px;
	
}
#news-warpper tr {
	width:100%;
}
#news-warpper td:first-child {
	font-size:1.2em;
	width:35%;
}
#news-warpper a {
	text-decoration: none;
}
#news-warpper p {
	font-size:1.2em;
	line-height:1.2em;
}
#content-1 {

	display:block;
}
#content-1 .f-waku {
	height:20px;
	margin-right:0;
	background: url(../images/parts/fuilm.gif) repeat-x;
}
.aside li {
	width:100%;
	text-indent: -9999em;
}
.aside a:hover {
	opacity:0.9;
}
.aside ul li a {
	display:block;
	width: 100%;
	margin-left: auto;
	margin-right:auto;
	
	position:relative;
	border: none;
}
.aside  img {
	width:100%;
	height:auto;
	border: solid 1px #060;
}
.aside  li:last-child {
	display: none;
}
/* ウィジェット ＱＲコード不要 */
#widget_sp_image-4 {
	display:none;
}
/*------------------------------------------------------------
	(4')footer
------------------------------------------------------------*/
footer {
	position: relative;
	clear:both;
	display:block;
	width:100%;
	height:200px;
	bottom: 0px;
	margin-left: 0;
}
footer .inner {
	background: url(../images/parts/renga3.gif) repeat;
	border: solid 1px #060;
}
#footer2 .left-box:first-child {
  margin-left: 0;
}
#footer2 .left-box{
		color:#fff;
		margin: 0 auto 0;
		width:100%;
}
#footer2 ul li{
		display:block;
		float: left;
		padding: 2px 4px;
		width: 100%;
		margin-left: auto;
		margin-right:auto;
		line-height: 2;
		text-align:center;
		font-size: 120%;
		font-weight:bold;
}
#footer2 .left-box .copyright{
		clear:both;
		display: block;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
		text-align:center;
	width:100%;
}
#footer2 a {
		display:block;
		color:#fff;
}
#footer2 a:hover {
	color: #0060BF;
	text-decoration: underline;
}
#footer2 .left-box {
	margin-left: 0;
	width: 100%;
}
#footer2 .cx {
	display: none;
}
/*------------------------------------------------------------
	(5')戻るボタン
------------------------------------------------------------*/
/* pagetop pattern2 */

#pagetop.largepagetop  {
  position: fixed;
  
  bottom:200px;
  right: 0;
  margin-right:0;
  margin: 0 auto;
  z-index: 200;
}

#pagetop.largepagetop  a {
	display:block;
	width:110px;
	height:55px;
	background: url(../images/parts/box-top_s1.gif) no-repeat;
}
#pagetop.largepagetop  a:hover {
	display:block;
	width:110px;
	height:55px;
	background: url(../images/parts/box-top_s2.gif) no-repeat;
}

/* 丸いボタン
*/
#pagetop.smallpagetop a {
  text-indent: 0;
  display: table-cell;
  width: 5em;
  height: 5em;
  text-align: center;
  vertical-align: middle;
  padding-top:6px;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  border-radius: 50%;
  background: #000;
  behavior: url(PIE.htc);  
}

/* //↓}@media screen */
}

/*------------------------------------------------------------
--------------------------------------------------------------
	メディアクエリー印刷
--------------------------------------------------------------
------------------------------------------------------------*/
/*
@media print {
	#page-nav,
	#content-1,
	#pagetop.smallpagetop,
	#pagetop.largepagetop,
	#header .global-navi,
	#slide,
	footer ul { display:none; }
	
	#slide + .none-image {display:block;}
	div#head-mark  {
		display: block;
	}
	.aside {
		display:none;
	}
 	.article {
		float:left;
		display:block;
		margin-right:-220px;
		width:100%;
		height:550px;
	}
	.articl > h2,
	.article > p {
		font-size: 2em;
		line-height:2em;
	}
	footer {
		position:relative;
		
	}
	footer,footer .inner {
		background: none;
		border: 0;
		height:50px;
	}
	#footer2 > .left-box,
	#footer2 .left-box.copyright{
		margin-top: 0px;
	}
 
}
*/
/* //↑}@media print */

@media print {
  .aside {
		display:none;
	}
  .article {
		float:left;
		display:block;
		margin-right:-220px;
		width:100%;
		height:380px;
	}
  footer {
		position:relative;
		
	}
  footer,footer .inner {
		border: 0;
		height:50px;
	}
	#footer2 .left-box.copyright{
		margin-top: 20px;
	}
  body {
    -webkit-print-color-adjust: exact;
  }
}