﻿@charset "UTF-8";
 
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}

body{ font-family: NotoSansCJKjp,Avenir,Avenir Next,Helvetica Neue,Helvetica,Arial,Verdana,Roboto,YuGothic Medium,Yu Gothic Medium,"游ゴシック Medium","游ゴシック体 Medium",YuGothic,Yu Gothic,"游ゴシック","游ゴシック体","ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif; font-size:25px;font-weight: 300; -ms-word-wrap: break-word; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 200%;
	background-color:fffffff
	"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",Sans-Serif;
	color: #000000;
	line-height:200%;
}
a{
	color: #79a6d2;
}
a:hover{
	color:#4080bf;
}
hr{
height:1px;
background-color:#52d3ff;
color:#541641;
}
#global_info h1{
margin-bottom: 1%;
font-size: 160%;
    border-left: 10px #d95483 solid;
    padding-left: 1%;
    margin-bottom: 1%;
}
#global_menu h1{
    font-size: 125%;
    border-left: 1% #d95483 solid;
    padding-left: 1%;
    margin-bottom: 1%;
}
#global_map h1{
    font-size: 125%;
    border-left: 1% #d95483 solid;
    padding-left: 1%;
    margin-bottom: 1%;
}
 header{
    margin: 0px 0 0px;
    overflow: hidden;
}
header .logo{
	float: left;
} 
#banner_list li img {
	vertical-align:bottom;
}
header p{font-size: 125%;
	font-weight:bold;
	color:#670000;
	text-align: center;
 }

#global_info{
    width: 100%;
    float: left;
    margin-top: 3%;
    margin-right: 0%;
}
#global_info img{
	border: 5px #fff solid;
}
 .greetings{
    width: 100%;
	float: left;
	margin-bottom: 3%;
}
header {
  padding:2%;
  background:#52d3ff;
margin-bottom:0px;
}

#nav-drawer {
  position: relative;
}
.nav-unshown {
  display:none;
}
#nav-open {
margin-left:12px;
  display: inline-block;
  width: 80%;
  height:15px;
  vertical-align: middle;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
#nav-content {

  overflow: ;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 70%;
  height: 0%;
  background: #fff;
color:#ffffff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}


#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
#global_menu{
    width: 70%;
    float: left;
    margin-top: 3%;
    margin-right: 0%;
}
#global_menu img{
	border: 0.3% #fff solid;
}
.menu_box{
	width: 70%;
	clear:left; 
}
.menu_block{
    width: 21%;
	float: left;
    margin-right: 0%;	
    margin-bottom: 1%;
}
.menu_photo{
    margin-bottom: 10px;
}
.menu{
	width: 20%;
    margin-bottom: 10px;
}
.item_heading{
margin-bottom: 1%;
font-size: 160%;
}
.price{
	font-size: 125%;
	margin-top: 5px;
	color: #ff0000;
}
#global_map{
    width: 70%;
    float: left;
    margin-top: 3%;
    margin-right: 0%;
}
.map_block{
	width: 42%;
	float: left;
	border: 5px #fff solid;
	margin-top:30px;
	margin-right: 0%;	
	margin-bottom: 10px;
}
#side_bar{
	margin-top: 7%;
	width: 100%;
	float: left;
} 
.concept{
  margin-top: 5px;
  margin-left: 3%;
}
footer:before{
    display: table;
    clear: both;
}
footer p small{
        color: #ffffff;
        border: 1px #ffffff solid;
        padding: 20px;
        display: block;
}
footer a{
	color: #ffffff;
}
footer a:hover{
	color:#b7b7b6;
}
<!-------ここから照度測定----------->

table.type00 {

	border-collapse: collapse;

	text-align: left;

	line-height: 0;

}

table.type00 th {

	width: 750px;

	padding: 0px;

	font-weight: bold;

	vertical-align: bottom;

	border: 1px solid #ccc;

}

table.type00 td {

	width: 350px;

	padding: 10px;

	text-align: left;

	vertical-align: top;

	border: 1px solid #ccc;

}

table.type01 {

	border-collapse: separate;

	text-align: left;

	line-height:0;

}

table.type01 th {

	width: auto;

	padding: 0px;

	font-weight: bold;

	vertical-align: bottom;

	border: 1px solid #ccc;

}

table.type01 td {

	width: 50px;

	padding: 20px 10px 10px;

	text-align: left;

	vertical-align: middle;

	border: 1px solid #ccc;

}


ol.topic-path {
margin: 0;
padding: 7px 5px;
background-color: #e0ffff;
list-style-type: none;
font-size: 100%;
}

ol.topic-path li {
padding-left: 5px;
display: inline;
}

ol.topic-path li.first {
padding-left: 25px;
}

ol.topic-path li a {
padding-right: 18px;
}
ol.topic-path li a {
color: #4682b4;
}

ol.topic-path li a:hover {
color: #79a7cc;
}

ul#footermenu {
	clear: both;
	margin: 0px auto;
	text-align: center;
	font-size: 25px;
}
ul#footermenu li {
	display: inline;
	padding: 0px 5px;
}
#pagetop {
	/*clear: both;*/
}
#pagetop a {
	color: #FFF ;	
	font-size: 120%;
	background: #52d3ff;
	text-decoration: none;
	text-align: center;
	width: 350px;
height: 30%;
	display: block;
	float: right;
}

#pagetop a:hover {
	background: #333;
	color: #FFF;
}

a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#ENGLISH a {
	color: #FFF ;	
	font-size: 10px;
	background: #2525FF;
	text-decoration: none;
	text-align: center;
	width: 10em;
	display: block;
	float: left;
}
#ENGLISH a:hover {
	background: #222;
	color: #FFF;}