@media screen and (min-width: 751px) {
@charset "utf-8";
.sp_hidden {
	display: inline
}
.pc_hidden {
	display: none
}

body {
	-webkit-text-size-adjust: none;
	font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	font-size:10.5pt;
	min-width:1200px;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

img , iframe{
	vertical-align:bottom;}
* { margin: 0; padding: 0;  }

a:hover img{
	transition:all 0.1s ease; /*0.5秒かけて要素を変化させる*/
	opacity: 0.7;/*要素の透明度を指定*/
	filter: alpha(opacity=70); /*ie6、7の透明度指定*/
	/*ちなみにie8の透明度指定はこれ→ -ms-filter: "alpha(opacity=70)";*/
	}
.nav-wrap{
	display:none;}

.switch {
    visibility: hidden;
}





/*----------------------------------------ナビゲーション----------------------------------------*/
nav{
	background:#e60012;
	padding:10px 0;
}
nav div{
	width:1100px;
	margin:0 auto;
}
nav ul{
	display:table;
	table-layout: fixed;
	border-right:1px solid #fff;
	width:1100px;
	margin:0;
	padding:0;
}
nav ul li{
	color:#fff;
	text-decoration:none;
	display:table-cell;
	border-left:1px solid #fff;
	text-align:center;
	font-size:11pt;
}
nav ul li a{
	display:block;
	color:#fff;
}
nav a:hover{
	color:#fff;
	text-decoration:none;
}
/*----------------------------------------コンテンツ----------------------------------------*/
#contents{
	padding-top:90px;
	width:100%;
	margin:0 auto;
	padding-bottom:100px;
}

/*----------------------------------------メインイメージ----------------------------------------*/
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #e60012;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
	

/*----------------------------------------メインコンテンツ----------------------------------------*/

#ind01{
	width:1100px;
	margin:0 auto;
	text-align:center;
	padding-bottom:90px;
	}
#ind01 h1 img{
	width:123px;
	}		
#ind01 p{
	}
#ind01 p span{
	color:#75ac00;
	display:block;
	padding-bottom:30px;
	font-size:18pt;
	}	
	
	
#ind02{
	text-align:center;
	background:#f0f1f1;
	}
#ind02 .inner{
	background:#f0f1f1;
	position:relative;
	padding-top:70px;
	padding-bottom:70px;
	width:1100px;
	margin:0 auto;
	}
#ind02 h2{
	font-size:24pt;
	padding-bottom:100px;
	}
#ind02 div.icon{
	position:absolute;
	right:20px;
	top:-110px;
	}
#ind02 div.icon img{
	width:87px;
	}
#ind02 div.box{
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	width:600px;
	}	
#ind02 div.box div{
	float:left;
	text-align:center;
	width:300px;
	}
#ind02 div.box div img{
	display:block;
	width:95px;
	padding-bottom:20px;
	margin:0 auto;
	}
#ind02 div.box div p{
	display:block;
	font-weight:bold;
	font-size:18pt;
	}
#ind03{
	text-align:center;
	padding-top:70px;
	padding-bottom:150px;
	width:1100px;
	margin:0 auto;
	}
#ind03 h2{
	font-size:24pt;
	padding-bottom:40px;
	}	
#ind03 #news{
	width:100%;
	
	}
#ind03 #news li{
	text-align:left;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #ccc;
	padding-left:20px;
	
	}		
#ind04{
	text-align:center;
	background:#f0f1f1;
	padding-bottom:0px;
	}
#ind04 .inner{
	background:#f0f1f1;
	position:relative;
	padding-top:70px;
	padding-bottom:0px;
	width:1100px;
	margin:0 auto;
	}
#ind04 h2{
	font-size:24pt;
	padding-bottom:40px;
	}
#ind04 div.icon{
	position:absolute;
	left:20px;
	top:-110px;
	}
#ind04 div.icon img{
	width:87px;
	}
#ind04 div.box{
	overflow:hidden;
	padding:40px 0;
	width:1100px;
	margin:0 auto;
}
#ind04 div.box .logo{
	float:left;
	
}
#ind04 div.box .logo img{
	width:61px;
}
#ind04 div.box .tel{
	text-align:left;
	padding-left:20px;
	float:left;
	padding-top:7px;
}
#ind04 div.box .tel p span{
	display:block;
	font-weight:bold;
	font-size:18pt;
}
#ind04 div.box .btn{
	float:right;
}
#ind04 div.box .btn a{
	display:block;
	width:200px;
	background:#fff;
	text-decoration:none;
	color:#000;
	border:1px solid #000;
	padding:10px;
	border-radius:6px; 
-webkit-border-radius:6px;
-moz-border-radius:6px;
font-weight:bold;
font-size:12pt;
}

#ind05{
	text-align:center;
	padding-top:100px;
	width:1100px;
	margin:0 auto;
	}
#ind05 h2{
	font-size:24pt;
	padding-bottom:40px;
	}
	
/*--------------------------------------------------------------------------*/

.space .box01{
	width:1100px;
	margin:0 auto;
	text-align:center;
	font-weight:bold;
	font-size:12pt;
	padding-bottom:40px;
}
.space .box01 img{
	display:block;
	width:123px;
	margin:0 auto;
	padding-bottom:30px;
}
.space .box02{
	padding-bottom:70px;}
.space .box03{
	background:#f0f1f1;
	padding-top:50px;
	padding-bottom:50px;
}
.space .box03 h2{
	font-size:18pt;
	padding-bottom:20px;
	margin:5px;
}
.space .box03 h2 span{
	font-size:11pt;
	display:block;
	padding-top:5px;
}
.space .box03 .inner{
	width:1100px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.space .box03 .inner div{
	float:left;
	width:550px;
	text-align:center;
	margin-bottom:30px;
}
.space .box03 .inner div h3{
	color:#000;
	font-weight:bold;
	font-size:18pt;
	padding-bottom:30px;
	margin:0 auto;
	
}
.space .box03 .inner div table{
	width:450px;
	margin:0 auto;
	text-align:center;
	border-top:1px solid #000;
}
.space .box03 .inner div table tr{
	border-bottom:1px solid #000;
}
.space .box03 .inner div table th{
	text-align:center;
	padding:15px;
	font-size:16pt;
	font-weight:bold;
	width:50%;
	border-right:1px  dashed #000;
}
.space .box03 .inner div table td{
	text-align:center;
	padding:15px;
	font-size:16pt;
	font-weight:bold;
}
.space .box03 .inner p{
	font-weight:bold;
}
.space .box03 .inner p span{
	font-weight: normal;
	display:block;
}
.space .box04{
	width:1100px;
	margin:0 auto;
	text-align:center;
	padding-top:70px;
	}
.space .box04 ol{
}
.space .box04 ol li p{
	display:block;
	font-size:16pt;
	font-weight:bold;
	padding-bottom:10px;
}
.space .box04 ol li{
	padding-bottom:60px;
	list-style-type:none;
}
.space .box04 ol li img{
	display:block;
	width:500px;
	margin:0 auto;
}
/*--------------------------------------------------------------------------*/
.graphic{
	width:1100px;
	margin:0 auto;
	}
.graphic h2{
	font-size:24pt;
	padding-bottom:20px;
	text-align:center;
	}
.graphic p{
	padding-bottom:40px;
	text-align:center;
	}
/*--------------------------------------------------------------------------*/
.contact{
	width:1100px;
	margin:0 auto;}
.contact h2{
	font-size:24pt;
	padding-bottom:20px;
	text-align:center;
	}
.contact p{
	padding-bottom:40px;
	text-align:center;
	}

/*--------------------------------------------------------------------------*/
.blog{
	width:1100px !important;
	margin:0 auto;
	}

/* コンテナ */
div#container	{width: 1100px;
	margin:0 auto}



/* コンテンツ */
div#content	{width:100%;}

p#pagetitle	{
	display:none;}


/* 記事 */
div.post	{padding: 0px 0 70px 0;}

div.post h2	{color:#000;
	font-size:18pt;
	letter-spacing:1px;
	font-weight:bold;
	border-bottom:1px solid #CCC;
	padding-bottom:15px;
	margin-bottom:20px;
}

div.post h2 a	{text-decoration: none;
	color: #000000}

div.post p	{
	line-height: 1.6;
	margin-top: 20px}

p.postinfo	{color: #ae1e22;
	text-align: right;
	margin: 30px 0 0 0;
	clear: both}

p.postinfo a	{color: #ae1e22}


/* 記事内の画像 */
.aligncenter	{display: block;
	margin-left: auto;
	margin-right: auto}

div.post img	{border: none}

.alignleft	{float: left;
	margin-right: 20px;
	margin-bottom: 20px}

.alignright	{float: right;
	margin-left: 20px;
	margin-bottom: 20px}

.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px}


/* ページリンク */
span.oldpage	{float: left}

span.newpage	{float: right}

p.pagelink a	{
	color: #ae1e22}

p.pagelink	{overflow: hidden;
	width: 100%}


/* サイドバー */
div#sidebar	{width: 220px;
	display:none;
	float: right}

div#sidebar ul	{margin: 0;
	padding: 0;}

div#sidebar li	{list-style-type: none}

div#sidebar .widget	{background-color: #0c8bcd;
	padding: 16px;
	margin-bottom: 10px}

div#sidebar h2	{font-size: 0.75em;
	color: #ffffff;
	border-bottom: solid 1px #ffffff;
	padding-bottom: 8px;
	margin: 0 0 10px}

div#sidebar li li	{font-size: 0.75em;
	margin-bottom: 4px;
	background-image: url(listmark.gif);
	background-repeat: no-repeat;
	padding-left: 16px}

div#sidebar li li a	{text-decoration: none;
	color: #ffffff}


/* カレンダー */
.widget_calendar h2	{display: none}

#wp-calendar	{font-size: 0.75em;
	color: #ffffff;
	width: 100%}

#wp-calendar a	{color: #ffffff}

#wp-calendar td, #wp-calendar th
	{text-align: center}

#wp-calendar caption	{font-weight: bold;
	text-align: left;
	border-bottom: solid 1px #ffffff;
	padding-bottom: 8px;
	margin-bottom: 8px}

#wp-calendar #prev	{text-align: left;
	padding-top: 3px}

#wp-calendar #next	{text-align: right;
	padding-top: 3px}

/* フィード */
p.feed	{font-size: 0.75em;
	font-family: Verdana, Helvetica, sans-serif;
	border: solid 1px #0c8bcd;
	padding: 5px;
	margin: 25px 0}

p.feed a	{color: #444444;
	text-decoration: none}

p.feed img	{vertical-align: middle;
	margin-right: 8px}


/*----------------------------------------共通項---------------------------------------- */
.pc_no{
	display:none;
}
.table_basic { 
	border-collapse: separate;
	border-spacing: 0px; 
	background: #fff; 
	border-style: none; 
	width:100%;
	margin:0 auto;
}
.table_basic th {
	background-color: #fff;
	padding:20px 10px 20px 60px ; 
	font-weight: normal;
	width:20%;
	white-space:nowrap;
	border-bottom:1px solid #ccc;
	
}
.table_basic td { 
	background-color: #FFF;
	padding:20px;
	text-align:left;
	border-bottom:1px solid #ccc;
}

.table_basic td .all{
	width:100%;
}
.table_basic td textarea{
	width:100%;
	height:200px;
}
.tcome{
	text-align:left;
	width:1100px;
	margin:0 auto;}
.kome{
	color:#F00;
	font-size:90%;
	padding-left:5px;}
/*
    地図を表示するための領域のスタイル指定
    サイズがしていされていないと地図が正常に表示されないので必ず指定
    */
    #map {
      width:1100px;
      height:450px;
	  margin:0 auto;
    }
	
	
		
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




}