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

/* 冒頭でimport */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* フォントを指定したいところで */
body{
    font-family: 'Noto Sans JP';    
	max-width: 1280px;
	margin: 0 auto;
}

#contents{
	width: 100%;
	height:auto;
	margin:0 auto;
}

#contents .header{
	width:100%;
	height:auto;
	margin:0 auto;
}


.pageTop{
	background:#ccc;
	color:#FFF;
	padding:12px;
	position:fixed;
	bottom:20px;
	right:25px;
	opacity:0.6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size:10px;
  text-decoration: none;		
	}
.pageTop:hover{
	background:#666;
	}



/*------------------title logo-------------------*/
.headertitle{
	width: 13%;
	height: auto;
	float:left;
	margin:3em 0 0 2em;
}	
/*menu-------------------------------------------*/

.animenu {
  font-size:0.8em;
  margin:0 0;
  width:75%;
  float:right;
  border-bottom: 1px solid #666;
  margin:3em 3.5em 0 0;
  padding:0;
}
.animenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.animenu li {
  position: relative;
  width:20%;
}
.animenu li a{
	  text-align:center;
	  padding:0 3em;
	  width:20%;
}

.animenu li a:hover{
	color:#999;
	background:none;
}
.animenu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu li:hover > a {
  color: #ddd;
}
.animenu input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.animenu label {
  display: none;
  cursor: pointer;
  user-select: none;
}

.animenu > ul > li {
  float: left;
}
.animenu > ul > li > a {
  float: left;
  padding: 1em 3em;
  text-transform: uppercase;
}
.animenu > ul a {
  color: #666;
  text-decoration: none;
  text-shadow: 0 0px 0 #111111;
}
.animenu > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 2em 0 0 0;
  background-color: #666;/*menu background*/
  background-image: none;
  -webkit-transition-property: margin, opacity;
  -moz-transition-property: margin, opacity;
  -o-transition-property: margin, opacity;
  transition-property: margin, opacity;
  -webkit-transition-duration: .15s;
  -moz-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.animenu > ul ul li {
	width:300px;
  display: block;
  -webkit-box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
  -moz-box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
  box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
}
.animenu > ul ul li a {
	color:#fff;
	width:300px;
}
.animenu > ul ul li:first-child > a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.animenu > ul ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 4em;
  top: -12px;
  border: 6px solid transparent;
  border-bottom-color: inherit;
}
.animenu > ul ul li:last-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.animenu > ul ul li:last-child > a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.animenu > ul ul a {
  padding: 0.8em;
  display: block;
  border-color: #fff;
}
.animenu > ul ul a:hover {
  border-color:#fff;/*三角*/
  color:#ddd;
}

/*menu-------------------------------------------*/

/*main-------------------------------*/

.main{
	width:95%;
	height:auto;
	margin:2em auto;
	color: #333;
}

.maintitle{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	font-size:20px;
	border-bottom:1px dotted #666;
	margin:3em auto;
	padding-bottom:5px;
}
.news{
	width:600px;
	height:auto;
	float:left;
	text-align:left;
	font-size:15px;
	margin:30px 0;
	clear:both;
	padding-bottom:10px;
	border-bottom:#666 1px dotted;
}
.news h1{
	color:#F00;
	margin-bottom:30px;
	font-size:16px;
}

.newsmain{
	width:600px;
	height:100px;
	clear:both;
	overflow:scroll;
	padding-right:1em;
}

.newsmain p span{
	color:#F00;
}

.gaiyou{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	margin:1em 0;
	clear:both;
}
.gaiyou h2{
	font-size:1.2em;
	border-bottom:1px solid #666;
	padding-bottom:0.4em;
}
.res-table{
	width:100%;
	margin-top:1em;
	font-size:1em;
	float:left;
	clear:both;
	margin-bottom:2em;
}
.res-table tr{
	width:50%;
	height:50px;
	border-bottom:dotted #ddd 1px;
}
.res-table th{
	width:100%;
    padding:15px 2em 10px 10px;
	display:table-cell;
	text-align:left;
}
 
.res-table td{
    padding:15px 3em 10px 3em;
	display:table-cell;
	text-align:left;
}
.map{
	width:95%;
	height:auto;
	margin-top:2em;
	}
	
.map1{
    background:url(../images/google1.png) no-repeat;/* ロールオーバー時のチラつき防止 */
	width:150px;
	height:50px;
}
	
.map1 a{
	 background:url(../images/google1.png) no-repeat;/* ロールオーバー時のチラつき防止 */
	 width:150px;
	 height:50px;
	 float:left;
	 display: block;
    text-indent: -9999px;
}

.map1 a:hover{
	background-image:url(../images/google.png);
}
#map{
	text-align:center;
	margin-bottom:8em;
}

img {
   width: 100%; /* 横幅に合わせて自動で拡大縮小する */
}

.work1{
	font-size:1em;
	border-bottom:none;
	padding-top:2em;
}
.work2{
	font-size: 1em;
	border-bottom: none;
	padding: 2em 0 0 0;
	line-height: 3em;
}

.work3{
	font-size: 0.9em;
	border-bottom: none;
	padding: 0.5em 0 1em 0;
	border-bottom: dotted #ddd 1px;
	line-height: 3em;
}

.guide{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	margin:10px 0 50px 0;
	clear:both;
}

/*main-------------------------------*/


/*fooer-------------------------*/

.footer{
	   width:100%;
	   text-align:left;
	   height:auto;
	   margin:3em 0 0 0;
	 }
span.reference{
	float: left;
	font-size: 0.8em;
    color: #666; 	
	}
.reference small{
	padding-left: 2em;
	font-size: 1em;
            }
span.reference a{
      color:#666;
      text-decoration:none;
	  padding-left: 1em;
          }
span.reference a:hover{
	color: #ddd;
	}

/*fooer-------------------------*/



/*print jquery-------------------------*/

.print-btn,
.print-all {
    margin: 20px auto;
    padding: 10px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    background-color: #666;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
}

.print-btn {
  width: 80%;
}
.print-off {
    display: none;
}

/*print jquery-------------------------*/

@media screen and (max-width: 768px){
	
/*menu-------------------------------------------*/

.animenu {
  font-size:0.8em;
  width:100%;
  margin:4em 0 0 0;
  padding:0;
	border: none;
}
.animenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.animenu li {
  position: relative;
  width:100%;
  border-bottom: 1px solid #666;
}
.animenu li a{
	  text-align:left;
	  padding:0 3em;
	  width:100%;
}

.animenu li a:hover{
	color:#999;
	background:none;
}
.animenu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu li:hover > a {
  color: #ddd;
}
.animenu input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.animenu label {
  display: none;
  cursor: pointer;
  user-select: none;
}

.animenu > ul > li {
  float: left;
}
.animenu > ul > li > a {
  float: left;
  padding: 1em 3em;
  text-transform: uppercase;
}
.animenu > ul a {
  color: #666;
  text-decoration: none;
  text-shadow: 0 0px 0 #111111;
}
.animenu > ul ul {
  position: absolute;
  top: 100%;
  left: 23%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 2em 0 0 0;
  background-color: #666;/*menu background*/
  background-image: none;
  -webkit-transition-property: margin, opacity;
  -moz-transition-property: margin, opacity;
  -o-transition-property: margin, opacity;
  transition-property: margin, opacity;
  -webkit-transition-duration: .15s;
  -moz-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.animenu > ul ul li {
	width:  300px;
  display: block;
  -webkit-box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
  -moz-box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
  box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
}
.animenu > ul ul li a {
	color:#fff;
	width: 300px;
}
.animenu > ul ul li:first-child > a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.animenu > ul ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 4em;
  top: -12px;
  border: 6px solid transparent;
  border-bottom-color: inherit;
}
.animenu > ul ul li:last-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.animenu > ul ul li:last-child > a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.animenu > ul ul a {
  padding: 0.8em;
  display: block;
  border-color: #fff;
}
.animenu > ul ul a:hover {
  border-color:#fff;/*三角*/
  color:#ddd;
}


/*menu-------------------------------------------*/
	
.headertitle{
	width: 20%;
	height: auto;
	float:left;
	margin:3em 0 0 2em;
}		
	
/*------------------title logo-------------------*/
.headertitle{
	width: 20%;
	height: auto;
	float:left;
	margin:3em 0 0 2em;
}	
/*main-------------------------------*/

.main{
	width:95%;
	height:auto;
	margin:2em auto;
}

.maintitle{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	font-size:20px;
	border-bottom:1px dotted #666;
	margin-bottom:60px;
	padding-bottom:5px;
}
.news{
	width:600px;
	height:auto;
	float:left;
	text-align:left;
	font-size:15px;
	margin:30px 0;
	clear:both;
	padding-bottom:10px;
	border-bottom:#666 1px dotted;
}
.news h1{
	color:#F00;
	margin-bottom:30px;
	font-size:16px;
}

.newsmain{
	width:600px;
	height:100px;
	clear:both;
	overflow:scroll;
	padding-right:1em;
}

.newsmain p span{
	color:#F00;
}

.gaiyou{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	margin:1em 0;
	clear:both;
}
.gaiyou h2{
	font-size:1.2em;
	border-bottom:1px solid #666;
	padding-bottom:0.4em;
}
.res-table{
	width:100%;
	margin-top:1em;
	font-size:1em;
	float:left;
	clear:both;
	margin-bottom:2em;
}
.res-table tr{
	width:100%;
	height:50px;
	border-bottom:dotted #ddd 1px;
}
.res-table th{
	width:100%;
    padding:15px 2em 10px 10px;
	display:table-cell;
	text-align:left;
}
 
.res-table td{
    padding:15px 3em 10px 3em;
	display:table-cell;
	text-align:left;
}
.map{
	width:95%;
	height:auto;
	margin-top:2em;
	}
	
.map1{
    background:url(../images/google1.png) no-repeat;/* ロールオーバー時のチラつき防止 */
	width:150px;
	height:50px;
}
	
.map1 a{
	 background:url(../images/google1.png) no-repeat;/* ロールオーバー時のチラつき防止 */
	 width:150px;
	 height:50px;
	 float:left;
	 display: block;
    text-indent: -9999px;
}

.map1 a:hover{
	background-image:url(../images/google.png);
}
#map{
	text-align:center;
	margin-bottom:8em;
}

img {
   width: 100%; /* 横幅に合わせて自動で拡大縮小する */
}

.work1{
	font-size:1em;
	border-bottom:none;
	padding-top:2em;
}
.work2{
	font-size: 1em;
	border-bottom: none;
	padding: 2em 0 0 0;
	line-height: 3em;
}

.work3{
	font-size: 0.8em;
	border-bottom: none;
	padding: 0.5em 0 1em 0;
	border-bottom: dotted #ddd 1px;
	line-height: 3em;
}

.guide{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	margin:0 auto;
	clear:both;
	padding-bottom: 2em;
}
	
.guide1{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	margin:0 auto;
	clear:both;
	padding-bottom: 0;
}	
	

/*main-------------------------------*/
	

/*fooer-------------------------*/

.footer{
	   width:100%;
	   text-align:left;
	   height:auto;
	   padding-left: 0;
	 }
span.reference{
	float: left;
	font-size: 0.8em;
	margin:3em 0;	
	}
.reference small{
	font-size: 1em;
	clear: both;
	float: left;
	padding-top:1.5em;
	padding-left:0;
            }
span.reference a{
      text-decoration:none;
	  padding-left:0;
	 float: left;
          }
span.reference a:hover{
	color: #ddd;
	}

/*fooer-------------------------*/
}

@media screen and (max-width: 480px){
	
.animenu {
  font-size:0.8em;
  width:100%;
  margin:4em 0 0 0;
  padding:0;
  border: none;
}
.animenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.animenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.animenu li {
  position: relative;
  width:100%;
  border-bottom: 1px solid #666;
}
.animenu li a{
	  text-align:left;
	  padding:0 3em;
	  width:100%;
}

.animenu li a:hover{
	color:#999;
	background:none;
}
.animenu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu li:hover > a {
  color: #ddd;
}
.animenu input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.animenu label {
  display: none;
  cursor: pointer;
  user-select: none;
}

.animenu > ul > li {
  float: left;
}
.animenu > ul > li > a {
  float: left;
  padding: 1em 3em;
  text-transform: uppercase;
}
.animenu > ul a {
  color: #666;
  text-decoration: none;
  text-shadow: 0 0px 0 #111111;
}
.animenu > ul ul {
  position: absolute;
  top: 100%;
  left: none;
  right: 0%;	
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 2em 0 0 0;
  background-color: #666;/*menu background*/
  background-image: none;
  -webkit-transition-property: margin, opacity;
  -moz-transition-property: margin, opacity;
  -o-transition-property: margin, opacity;
  transition-property: margin, opacity;
  -webkit-transition-duration: .15s;
  -moz-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.animenu > ul ul li {
	width:  100%;
  display: block;
  -webkit-box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
  -moz-box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
  box-shadow: 0 1px 0 #666, 0 2px 0 #FFF;
}
.animenu > ul ul li a {
	color:#fff;
	width: 100%;
}
.animenu > ul ul li:first-child > a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.animenu > ul ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 4em;
  top: -12px;
  border: 6px solid transparent;
  border-bottom-color: inherit;
}
.animenu > ul ul li:last-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.animenu > ul ul li:last-child > a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.animenu > ul ul a {
  padding: 0.8em 0 0.8em 0.8em;
  display: block;
  border-color: #fff;
}
.animenu > ul ul a:hover {
  border-color:#fff;/*三角*/
  color:#ddd;
}
	
	
.headertitle{
	width: 35%;
	height: auto;
	float:left;
	margin:3em 0 0 2em;
}		
/*main-------------------------------*/

.main{
	width:95%;
	height:auto;
	margin:2em auto;
}

.maintitle{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	font-size:20px;
	border-bottom:1px dotted #666;
	margin-bottom:60px;
	padding:2em 0 1em 0;
}
.news{
	width:600px;
	height:auto;
	float:left;
	text-align:left;
	font-size:15px;
	margin:30px 0;
	clear:both;
	padding-bottom:10px;
	border-bottom:#666 1px dotted;
}
.news h1{
	color:#F00;
	margin-bottom:30px;
	font-size:16px;
}

.newsmain{
	width:600px;
	height:100px;
	clear:both;
	overflow:scroll;
	padding-right:1em;
}

.newsmain p span{
	color:#F00;
}

.gaiyou{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	margin:1em 0;
	clear:both;
}
.gaiyou h2{
	font-size:1.2em;
	border-bottom:1px solid #666;
	padding-bottom:0.4em;
}
.res-table{
	width:100%;
	margin-top:1em;
	font-size:1em;
	float:left;
	clear:both;
	margin-bottom:2em;
}
.res-table tr{
	width:100%;
	height:50px;
	border-bottom:dotted #ddd 1px;
}
.res-table th{
	width:100%;
    padding:15px 2em 10px 10px;
	display:table-cell;
	text-align:left;
}
 
.res-table td{
    padding:15px 3em 10px 3em;
	display:table-cell;
	text-align:left;
}
.map{
	width:95%;
	height:auto;
	margin-top:2em;
	}
	
.map1{
    background:url(../images/google1.png) no-repeat;/* ロールオーバー時のチラつき防止 */
	width:150px;
	height:50px;
}
	
.map1 a{
	 background:url(../images/google1.png) no-repeat;/* ロールオーバー時のチラつき防止 */
	 width:150px;
	 height:50px;
	 float:left;
	 display: block;
    text-indent: -9999px;
}

.map1 a:hover{
	background-image:url(../images/google.png);
}
#map{
	text-align:center;
	margin-bottom:8em;
}

img {
   width: 100%; /* 横幅に合わせて自動で拡大縮小する */
}

.work1{
	font-size:1em;
	border-bottom:none;
	padding-top:2em;
}
.work2{
	font-size: 1em;
	border-bottom: none;
	padding: 2em 0 0 0;
	line-height: 3em;
}

.work3{
	font-size: 0.8em;
	border-bottom: none;
	padding: 0.5em 0 1em 0;
	border-bottom: dotted #ddd 1px;
	line-height: 3em;
}

.guide{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	margin:0 auto;
	clear:both;
}

/*main-------------------------------*/
	
/*fooer-------------------------*/

.footer{
	   width:100%;
	   text-align:left;
	   height:auto;
	   padding-left: 0;
	 }
span.reference{
	float: left;
	font-size: 0.8em;
    margin:3em 0;
	}
.reference small{
	font-size: 1em;
	clear: both;
	float: left;
	padding-top:1em;
	padding-left:0;
            }
span.reference a{
      text-decoration:none;
	  padding-left: 0;
	 float: left;
          }
span.reference a:hover{
	color: #ddd;
	}

/*fooer-------------------------*/
	
		
}