body {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  color: #545454;
  background-repeat: repeat-x;

  font-size: 17px;
  line-height: 180%;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
}

html,body {
    height: 100%;
    text-align: center;
    margin: 0px auto;
}

.padding-5{
padding: 5px;
}

.padding-10{
padding: 10px;
}

.padding-20{
padding: 20px;
}

.margin-0{
margin: 0px;
padding: 0px;
}

a {
  color: #626262;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #4699d4;
}


.image1{
border-radius: 10px;
border-color: #f9f9f6;
border: 1px solid #d5d5d5;
box-shadow: 0px 0px 17px 1px rgba(255, 255, 255, 0.05) inset, 0 16px 10px -8px rgba(0, 0, 0, 0.2);
}

.image2{
border-radius: 10px;
border-color: #f1f1f1;
border: 1px solid #b7b7b7;
box-shadow: 0px 0px 17px 1px rgba(255, 255, 255, 0.05) inset, 0 16px 10px -8px rgba(0, 0, 0, 0.2);
min-height: 300px;

}

.circle-button{
border-radius: 200px;
border-color: #8c8c8c;
border: 2px solid ;
}

.north-logo{
	z-index: 1;
	position: relative;
	top: 20%;
	max-height: 100vh;
	left: 5%;
	}

h1 {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: bold;
	color: #656565;
	font-size: 45px;
	line-height: 110%;
	padding: 0px 0px 0px 0px;
}


h1.white {

	font-weight: normal;
}

h2 {
	line-height: 1.2em;
	color: #414142;
}


h3 {
	color: #414142;
	font-weight: 300;
}

h3 a:hover{
	text-decoration: none !important;
}


h4 {
	font-size: 18px;
	font-weight: 300;
	color: #414142;
}

p {
  overflow: hidden;
  padding: 10px 0;
  text-align: left;
}



div#headerArea {    
    height: 90px;    
   box-sizing:content-box !important;
    color: white;    
    background-color: rgba(255,255,255,0.95);    
    margin-right: auto;    
    margin-left: auto;    
    text-align: left;  
    top: 0;  
    left: 0;  
    width: 100%; 
   box-shadow: 0px 1px 13px rgba(0,0,0,0.3);
      position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 9999;

}


.text-grey{
	color:#7f7f7f;
	}

.text-white{
	color:white;
	}
/*swiper　*/

.swiper-container {
    width: 100%;
}
.swiper-container2 {
    width: 100%;
}



/*パララックス背景　*/

.content2 {
  position: relative;
  margin: 0 auto;
  padding: 0;

}

.height100{

	width: 100%;
	}


.bg01-1{
	background: url(../img/20210214-top.jpg);
	background-size: cover;
	background-position: center top;
	padding: 77px 0px 0px 0px;
	height: 100%;
	
	max-height: 100%;

}



.bg01{
	background: url(../img/20180330-top.jpg?1) ;
	background-size: cover;
	background-position: center top;
	padding: 77px 0px 0px 0px;
	height: 100%;
	
	max-height: 100%;

}

.bg02{
	background: url(../img/bg02.jpg) ;
	font-size: 20px;
	font-weight: 500;
	line-height: 220%;
	background-size: cover;
	padding: 60px 0px 60px 0px;
}

.bg03{
	background: url(../img/08-tenpo.jpg) ;
	background-size: cover;
	padding: 40px 0px;
	min-height: 300px;
}


.bg04{
	background-color: #efefef;
	background-size: cover;
	padding: 53px 0px 57px 0px;
	
	min-height: 300px;
}


.bg05{
	background-color: #b6b6b6;
	margin: 9px 0px 0px 0px;
	padding: 40px 0px;
	color: white;

}



/*マウスオーバー画像拡大　*/
.power{

overflow:hidden;
}
 
.power img{
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.5s;
}
 
.power img:hover{
-moz-transform: scale(1.1,1.1);
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
 
}




/*  ヘッダーメニュー3rd */
/* header *//* header */
.inner {
    width: 90%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 10px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
	visibility: hidden;
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 16px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0px 20px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 5px;
    height: 75px;
    background: #fff;
    background: rgba(255,255,255,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	visibility: visible;
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 15px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 30px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}





/* ヘッダーメニューバーOLD */

ul.header-menu{
margin: 0px;
padding: 0px;
list-style: none;
box-sizing:content-box !important;
}



ul.header-menu li{
	line-height: 1.3em;
	text-align: center;
	width: 15%;
	height: 65px;
	float: left;
}

ul.header-menu li.logo{
	font-size: 1.2em;
	text-align: center;
	min-width: 200px;
	float: left;
}

ul.header-menu div.title-f{
	
	font-size: 0.9em;
	margin: 0px;
	display: inline;
}

ul.header-menu div.title-f:hover{
	
	color: #fff !important;
}







ul.header-menu a{
box-sizing:content-box !important;
	color: #0d0d0d;
	display: block;
	height: 30px !important;
	padding: 35px 0px 25px 0px !important;
	font-size: 1em;
}


ul.header-menu a:hover{
box-sizing:content-box !important;
	background: #868781;
	text-decoration: none;
	color: #fff;
}


ul.header-menu a.logo{　
	display: block;
	height: 30px !important;
	padding: 14px 0px 7px 0px !important;
	background: none;
}

ul.header-menu a.logo:hover{　
	display: block;
	background: white;
}


ul.header-menu  {
	color: #717173;
}


/*　ヘッダーメニューiphone */
header nav {
text-align: center;
background: #efefef;
}
header nav ul {
margin: 0;
padding: 1em;
list-style-type: none;
}
header nav ul li {
display: inline;
margin-left: 1em;
}
header nav ul li:first-child {
margin-left: 0;
}
header nav ul li ul {
display: none;
}



div.footerArea {   
     background-image:  url(../image/texture_2_light.jpg);
     	position: relative;
     text-align: left; 
     margin: 0px;
}  


.footerArea a{
color: white;
}

.footerArea a:hover{
color: white;
}

#container {  
    min-height: 95%;   
    _height: 95%; /* for IE6 */
}  

* html div#contentsArea{  
    margin: 0 auto;
}  

.wrapper{
    text-align: left;
    margin: 0 auto;
    max-width: 980px;
	_width: 960px;

}

.corner {
margin-right: 5px;
margin-left: 5px;
border-style: solid;
border-color: #c7c7c7;
border-width: 1px;
text-align: center;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background: white;

}
.corner-div {
margin-right: 5px;
margin-left: 5px;
border-style: solid;
border-color: #c7c7c7;
border-width: 1px;
text-align: center;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background: white;
}

.corner:hover {
background-color: #5dbae8;
color: white;
margin-right: 5px;
margin-left: 5px;
border-color: #5dbae8;
border-width: 1px;
border-style: solid;
text-align: center;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;

}

div.white{
	background-color: rgba(255,255,255,0.79);
}

div.grey{
	background-color: #f4f4f4;
}
div.pink{
	background-color: #ffe4de;
}
div.sky{
	background-image: url("../image/back-sky.jpg");
	background-position: center top;
	-moz-background-size:cover;
	background-size:cover ;
}



.footer1{ background-repeat: no-repeat; background-position: right; height: 30px; background-image: url(../images/footertop.png);}


.footer2{ padding-bottom: 40px; padding-top: 20px; font-size: 13px; color: white; background-color: #5dbae8; }

.footer2 a{color: white;}
.footer2 a:hover{text-decoration: underline; color: white;}

.ulfooter2{ margin-left: 0px; margin-bottom: 8px; margin-right: 0px; margin-top: 5px; line-height: 1.4em; font-size: 12px; padding-left: 10px; }
.footertitle{padding: 0px; margin: 0px; font-weight: bold;}

.nav {

	padding: 0 20px;
	margin: 0 auto 60px;

}


.button { border-style: none;

/* Firefox v3.6+ */
background-image:-moz-linear-gradient(50% 0% -88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%); 
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,50% 0%,51% 105%,color-stop(0, rgb(247,247,247)),color-stop(0.28, rgb(238,238,238)),color-stop(0.28, rgb(230,230,230)),color-stop(1, rgb(217,217,217)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(-88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(-88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(-88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%);
background-image:linear-gradient(-88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff7f7f7,endColorstr=#ffd9d9d9,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff7f7f7,endColorstr=#ffd9d9d9,GradientType=0);width: auto;
text-shadow:0px -1px  1px rgba(0, 0, 0, .4), 0px 1px #fff;/* テキストくぼませ */
max-width: 480px;
display:block; margin: 5px; padding:10px;
border-style: solid;
border-color: #c7c7c7;
border-width: 1px;
text-align: center;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;

 -webkit-box-shadow: 2px 2px 5px 0px rgba(155,155,155,0.34) ; /* Safari, Chrome用 */
  -moz-box-shadow: 2px 2px 5px 0px rgba(155,155,155,0.34); /* Firefox用 */
  box-shadow: 2px 2px 5px 0px rgba(155,155,155,0.34); /* CSS3 */

}
.button:hover { color: white; border-style: none; background-image: url(none);
/* Firefox v3.6+ */
background-image:-moz-linear-gradient(50% 0% -90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%); 
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(0,75,147)),color-stop(0.22, rgb(0,73,144)),color-stop(0.7, rgb(0,62,131)),color-stop(1, rgb(0,62,131)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(-90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(-90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(-90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%);
background-image:linear-gradient(-90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff004b93,endColorstr=#ff003e83,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff004b93,endColorstr=#ff003e83,GradientType=0);
display:block; margin: 5px; padding:10px;
text-shadow:0px 0px  0px rgba(0, 0, 0, .4), 0px 0px #fff;/* テキストくぼませ */
color: white;
border-color: #00468c;
border-width: 1px;
border-style: solid;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;

  -webkit-box-shadow: 0 0 8px 0 #baccf2; /* Safari, Chrome用 グロー*/
  -moz-box-shadow: 0 0 8px 0 #baccf2; /* Firefox用 */
  box-shadow: 0 0 8px 0 #baccf2; /* CSS3 */
}


.button-m { border-style: none;

/* Firefox v3.6+ */
background-image:-moz-linear-gradient(50% 0% -88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%); 
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,50% 0%,51% 105%,color-stop(0, rgb(247,247,247)),color-stop(0.28, rgb(238,238,238)),color-stop(0.28, rgb(230,230,230)),color-stop(1, rgb(217,217,217)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(-88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(-88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(-88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%);
background-image:linear-gradient(-88deg,rgb(247,247,247) 0%,rgb(238,238,238) 28%,rgb(230,230,230) 28%,rgb(217,217,217) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff7f7f7,endColorstr=#ffd9d9d9,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff7f7f7,endColorstr=#ffd9d9d9,GradientType=0);width: auto;
text-shadow:0px -1px  1px rgba(0, 0, 0, .4), 0px 1px #fff;/* テキストくぼませ */
max-width: 100%;
display:block; margin: 0px; padding:10px;
border-style: solid;
border-color: #c7c7c7;
border-width: 1px;
text-align: center;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;

 -webkit-box-shadow: 2px 2px 5px 0px rgba(155,155,155,0.34) ; /* Safari, Chrome用 */
  -moz-box-shadow: 2px 2px 5px 0px rgba(155,155,155,0.34); /* Firefox用 */
  box-shadow: 2px 2px 5px 0px rgba(155,155,155,0.34); /* CSS3 */

}
.button-m:hover { color: white; border-style: none; background-image: url(none);
/* Firefox v3.6+ */
background-image:-moz-linear-gradient(50% 0% -90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%); 
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(0,75,147)),color-stop(0.22, rgb(0,73,144)),color-stop(0.7, rgb(0,62,131)),color-stop(1, rgb(0,62,131)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(-90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(-90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(-90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%);
background-image:linear-gradient(-90deg,rgb(0,75,147) 0%,rgb(0,73,144) 22%,rgb(0,62,131) 70%,rgb(0,62,131) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff004b93,endColorstr=#ff003e83,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff004b93,endColorstr=#ff003e83,GradientType=0);

text-shadow:0px 0px  0px rgba(0, 0, 0, .4), 0px 0px #fff;/* テキストくぼませ */
color: white;
border-color: #00468c;
border-width: 1px;
border-style: solid;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;

  -webkit-box-shadow: 0 0 8px 0 #baccf2; /* Safari, Chrome用 グロー*/
  -moz-box-shadow: 0 0 8px 0 #baccf2; /* Firefox用 */
  box-shadow: 0 0 8px 0 #baccf2; /* CSS3 */
}


#tab {
	padding-top: 10px;
	padding-bottom: 20px;

}



#tab li {
text-shadow:0px -1px  1px rgba(0, 0, 0, .4), 0px 1px #fff;/* テキストくぼませ */
  min-width: 150px;
  float: left;
  padding: 10px;
  list-style: none;
  cursor: pointer;
border-style: none; width: auto;max-width: 220px;display:block; margin:0px; padding:10px;
margin-right: 5px;
margin-left: 5px;
border-style: solid;
border-color: #c7c7c7;
border-width: 1px;
text-align: center;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background-image: url(http://nixus.jp/images/button-back2.png);
 -webkit-box-shadow: 2px 2px 5px 0px rgba(155,155,155,0.54) ; /* Safari, Chrome用 */
  -moz-box-shadow: 2px 2px 5px 0px rgba(155,155,155,0.54); /* Firefox用 */
  box-shadow: 2px 2px 5px 0px rgba(155,155,155,0.54); /* CSS3 */



}


.border {
	border-color: #c7c7c7;
	border-width: 1px;
	border-style: solid;
}



#mobimenu{
padding-bottom: 10px;
padding-top: 10px;
width: 100%;border-style: none;text-align: left;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background: #282828;
}

#mobimenu a{

	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: white;

}


.side{

width:220px !important

}



table.tbl{
	width: 80%;
	margin: 15px auto 10px auto;
}


table.tbl th{
	text-align: center;
	padding:5px;
	background:#a9dae8;
	border:1px solid #c7c7c7;
}



table.tbl td{
	border:solid 1px #c7c7c7;
	padding:5px;
}


table.tbl tr.odd td{
	background: #f0f0f0;
}

.center{



	text-align: center;



}

.big-font{
	font-family:inherit;
	display: inline;
	font-size: 1.6em;
}

.midium-font{.big{
	font-family:inherit;
	display: inline;
	font-size: 10px;
}}

.small-font{ display: inline;  font-size: x-small; line-height: 100%;}
.small-font2{  color: #555555; font-size: 0.9em; line-height: 170%; }
.image-pic{

	
}

/*-- レスポンシブ時のiframe --*/
div.iframeWrap {
    position: relative;
    width: 100%;
}
div.iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.pc{display: block}
.mobi{display: none}
.tab{display:inline }


/* フッターメニューバー */

ul.footer-menu{
margin: 0px;
padding: 0px;
list-style: none;

}

ul.footer-menu li{
	line-height: 1em;
	background-color: rgba(0,0,0,0.70);
	text-align: center;
	width: 15%;
	float: left;
}

ul.footer-menu div.title-f{
	font-family:  'Open Sans', sans-serif;
	font-size: 1.2em;
	margin: 0px;
	display: inline;
}

ul.footer-menu li:hover{

	background-color: rgba(43,43,43,0.70);
	text-align: center;
	float: left;
}


ul.footer-menu a{
	display: block;
	padding: 10px 0px 10px 0px;
	font-size: 1em;
	color: white;
}

ul.footer-menu div.small-font {
	color: #717172;
}


/* 新レスポンシブナビゲーション */

#menu2 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: none;
}

.logomenu {

	height: 50px !important;
}

#menu2 li{
	display: block;
	float: left;
	width: 12.5%;
	margin: 0;
	padding: 0;
}
#menu2 li a {
	display: block;
	padding: 10px 0 10px;
	background-color: rgba(255,255,255,0.90);
	color: #464646;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #757575;
}
#menu2 li:last-child a{
	border: none;
}
#menu2 li a:hover{
	background: #787878;
	color: #fff;
}
#toggle {
	display: none;
}


/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
	ul{
		padding: 0;
		margin:  0;
	}


/* 新モバイルメニュー　3rd */

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: white;
        
    }
    #mobile-head {
       	width: 100%;
        height: 50px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 5px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: rgba(51, 51, 51, 0.8);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 15px;
    }



    
    #global-nav ul li {
        float: none;
        position: static;
    }
    
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: rgba(0, 0, 0, 0.62);
        padding: 12px 20px;
    }

    #top-head #global-nav ul li a:hover,
    #top-head.fixed #global-nav ul li a:hover {
        color: #ffffff;
        background-color: #c8c8c8;
    }    
    
    
    
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(575px);
        -webkit-transform: translateY(575px);
        transform: translateY(575px);
    }



	
	div#headerArea {    
    height: 70px;    
   box-sizing:content-box !important;
    color: white;    
    background-color: rgba(255,255,255,0.9);    
    margin-right: auto;    
    margin-left: auto;    
    text-align: left;  
    top: 0;  
    left: 0;  
    width: 100%; 
   box-shadow: 0px 1px 13px rgba(0,0,0,0.3);
      position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 9999;

}

	
	#menu2 {

		background-color: rgba(0,0,0,0.7);

	}
	#menu2 li {
		width: 100%;
		border-bottom: 1px solid #747474;
	}
	
	#menu2 li a {
	padding: 20px 0px 20px 0px
	}
	
	
	#toggle {
		display: block;
		position: relative;
		text-align: center;
		width: 100%;
		height: 65px;
		background-repeat: no-repeat
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 5px 10px 5px 10px;

		color:#FFF;
		text-align: center;
		text-decoration: none;
	}
}


/* ここまで新レスポンシブナビゲーション */





/* レスポンシブナビゲーション */

ul#navi { display: none; padding: 0px;margin: 0; }

.open { display: block; }
    	    #pageslide { width: 100px; }
    	    #pageslide #navi li { padding: 10px 10px 10px 10px;margin: 0px; border-bottom: 1px solid #666; list-style: none; }
    	    #pageslide #navi li a { color: #FFF; border: none; }
    	    #pageslide #navi li a:hover { text-decoration: underline; }
    	}
   	




@media print{
.nodisp{display: none}
.subnavimg{
	width: 120px;	
}
}

@media screen{
.print{display: none}
}

/* =Tablet (Portrait)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .wrapper { width: 748px; }

/* 3rd menuフォント */
#global-nav ul {
    font-size: 14.5px;
}
#top-head.fixed #global-nav ul li a {
    padding: 0 10px;
}



ul.header-menu li{
	line-height: 1.3em;
	text-align: center;
	width: 15%;
	height: 65px;
	float: left;
	font-size: 15px;
}

ul.header-menu li.logo{
	font-size: 1.2em;
	text-align: center;
	min-width: 150px;
	float: left;
	padding: 17px 0px 0px 0px;
}


.subnavimg{
	
	width: 120px;
	
}



}


/* =Mobile (Portrait)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.wrapper { width: 95%; min-width: 300px; }
	body {font-size: 16px ;font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
	.small-font{ display: inline;  font-size: x-small; line-height: 100%;}
	.small-font2{  color: #555555; font-size: 15px; line-height: 170%; }
	#nav, #header h1 { float: none; }
	#header h1 { margin-bottom: .5em; }
	#nav ul li { margin: 0; float: none; margin-bottom: 1px; background-color: #fff; }
	#nav ul li a, #nav ul li span { display: block; padding: 2px 5px; }
	.navarea { display: none; }
	.pc { display: none; }
	.mobi { display: block; }
	
	.tile0{ border-left-style: none; border-bottom-style: solid; border-right-style: none; border-top-style: none; border-bottom-color: #00468c; border-bottom-width: 1px; margin-top: 1px; padding-right: 10px; padding-left: 10px; }
	.tile{ border-style: none; padding-right: 10px; padding-left: 10px; }
	.tile2{ border-style: solid; margin-right: 5px; margin-left: 5px; padding-right: 10px; padding-left: 10px;}
	
	/*.tile0{ border-color: #e6e6e6; border-style: solid; border-width: 1px; margin-top: 1px; padding-bottom: 10px; padding-top: 10px; padding-right: 10px; padding-left: 10px;-moz-border-radius:5px;-webkit-border-radius:5px; }
	.tile{ border-width: 1px; border-style: solid; border-color: #e6e6e6; padding-bottom: 10px; padding-top: 10px; padding-right: 10px; padding-left: 10px;-moz-border-radius:5px;-webkit-border-radius:5px; }
	.tile2{ border-color: #e6e6e6; border-width: 1px; border-style: solid; padding-bottom: 10px; padding-top: 10px; margin-right: 5px; margin-left: 5px; padding-right: 10px; padding-left: 10px; -moz-border-radius:5px;-webkit-border-radius:5px;}*/


.big{
	font-family:inherit;
	display: inline;
	font-size: 1.2em;
}


.subnavimg{
	
	width: 90px;
	
}

.image-pic{
	width: 90%
	
}

.bg02{
	font-size: 15px;
}


ul.footer-menu{
margin: 0px;
padding: 0px;
list-style: none;
border-top: 1px solid rgba(255,255,255,0.5);	
}

ul.footer-menu li{
	width:48%;
	text-align: center;
	border-left: 1px solid  rgba(255,255,255,0.5);
	border-right: 1px solid  rgba(255,255,255,0.5);
	border-bottom:1px solid  rgba(255,255,255,0.5); 
}

ul.footer-menu li:hover{
	width:48%;
	background-color: rgba(186,186,186,0.70);
	text-align: center;
	border-left: 1px solid  rgba(255,255,255,0.5);
	border-right: 1px solid  rgba(255,255,255,0.5);
	border-bottom:1px solid  rgba(255,255,255,0.5); 
}

ul.footer-menu li:nth-child(odd) {
 	float: left;
	width: 49%;
 }


ul.footer-menu a{
	display: block;
	padding: 10px 0px 10px 0px;
	font-size: 1em;
}

.back-1{
	padding: 10px 0px 10px 0px;
}
.back-2{
			padding: 10px 0px 10px 0px;
}
.back-3{
			padding: 10px 0px 10px 0px;
}
.back-4{
			padding: 10px 0px 10px 0px;
}

#bg-salad{
	background: url(../menu/back-salad2.jpg) fixed;
	background-size: cover;
　  background-position: center center;  
}

#bg-otsumami{
	background: url(../menu/back-otsumami.jpg) fixed;
	background-size: cover ;
	
	
}

#bg-agemono{
	background: url(../menu/back-agemono2.jpg);
	background-size: cover;
	  /* 画像を常に天地左右の中央に配置 */
　  background-position: center center;   
	
	
}

#bg-dessert{
	background: url(../menu/back-dessert2.jpg);
	background-size: cover;
	  /* 画像を常に天地左右の中央に配置 */
　  background-position: center center;   
	
	
}


#bg-yaki{
	background: url(../menu/back-yaki2.jpg);
	background-size:　200%;
}

#bg-drink{
	background: url(../menu/back-drink2.jpg);
	background-size:　cover;

}



h1 {
  font-size: 2.5em;
  line-height: 1em;

}
h2 {
  font-size: 1.1em;
  line-height: 1.2em;
  margin-bottom: 0.1em;

}
h3 {
  font-size: 17px;
  line-height: 1.4em;

}
h4 {
  font-size: 16px;
  line-height: 1.65em;

}
h5 {
  font-size: 1em;
  line-height: 1.65em;

}
h6 {
  font-size: 0.857em;
  line-height: 1.5em;

  text-transform: uppercase;
}



ul, ol {
  background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 1px gray;/*線の種類 太さ 色*/
}

ul li, ol li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}




}







/* =Mobile (Landscape)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.wrapper { width: 420px; }
	



}




