@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Playfair+Display+SC:400,700,900);
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&display=swap');
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}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 #cccccc;margin:1em 0;padding:0}input,select{vertical-align:middle}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:1.0625rem;font-family:'Sawarabi Mincho', sans-serif;}p{margin:1rem auto;line-height:1.8}a{color:#000}a:visited{color:#000}a:focus{color:#959595}a:hover{color:#959595}a:active{color:#00a0e9}body{background-color:#f0f1f6}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}small{font-size:0.8rem}sub,sup{font-size:0.8rem;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}strong{font-weight:bold}strong.red{color:#e00909;font-weight:normal}i{font-weight:normal;font-style:italic}input[type=email],input[type=text],input[type=url]{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e0e3e4;padding:0.5rem}textarea{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e0e3e4;padding:0.5rem}p{margin:20px auto}.wp-caption{}.wp-caption-text{}.sticky{}.gallery-caption{}.bypostauthor{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{}header#site-header{padding:20px;background-color:#efefef}main{padding:20px}main article.entry{padding:20px;border-bottom:3px dotted #efefef}main .navigation{padding:20px}#sub{padding:20px}#sub .widget{padding:20px}footer#site-footer{padding:20px;background-color:#efefef}
/*# sourceMappingURL=style.css.map */

body{
	/*フォントを変更*/
	font-family: 'Sawarabi+Mincho', serif !important;
	/*背景にグラデーションを導入*/
	/*background: linear-gradient(rgba(255, 255, 255, 0.0) 75%, rgba(245, 222, 179, 0.8)) fixed;*/
}

.line-minheight{
	line-height:105%;
}

/*固定ページの日付を消す*/
.page .post-meta {
	display: none;
}
/*-------------------------------------------------------------------------------------------------------------------*/

/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: rgba(246, 173, 73,1.0);

  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

.spinner {
  margin-top: 150px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
  width: 80px;
  height: 80px;
  position: relative;
  text-align: center;

  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 15%;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/*-------------------------------------------------------------------------------------------------------------------*/

/*横幅一杯に表示する*/
.notpadding{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.toppad30{
	padding-top :30px;
}
.toppad50{
	padding-top :50px;
}
.toppad100{
	padding-top :100px;
}
.botpad30{
	padding-bottom :30px;
}
.pad10{
	padding-top :10px;
	padding-bottom :10px;
}

.margin10{
	margin-top :10px;
	margin-bottom :10px;
}
.margin30{
	margin-top :30px;
	margin-bottom :30px;
}

.jump_innner {
    padding-top: 100px;
    margin-top:-100px;
}

/*-------------------------------------------------------------------------------------------------------------------*/

/*タイトルロゴ用CSS*/
.maintitle{
display:block;
line-height:72px;
letter-spacing:-4px;
text-shadow:1px 1px 3px #fff,3px 3px 6px #888;
color: #583822;
}
a:hover {
	text-decoration: none !important;
}

/*-------------------------------------------------------------------------------------------------------------------*/

/*パララックス用CSS*/
/*固定する背景*/
div {
  box-sizing: border-box;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  height: 100%;

}
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50%;
  width: 100%;
}


/*-------------------------------------------------------------------------------------------------------------------*/

/*背景の画像(divにparallax-bg と img-bg-0xを入れてそれでコンテンツを囲むとその間だけ背景画像が設定される)*/
.img-bg-booksenden {
  background-image: url('src/img/bg/book_bg.png');
	background-size: cover;
	z-index: 99;
}
.img-bg-itoshima {
  background-image: url('src/img/bg/itoshima_bg.jpg');
	background-size: 100% auto;
}
.img-bg-tohu {
/*   background-image: url('../../../wp-content/uploads/2019/07/bg-01.jpg');*/
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%),url('src/img/bg/tohu_bg.jpg');
	background-size: cover;
}
.img-bg-tonyu {
  background-image: url('src/img/bg/tonyu_bg.jpg');
}
.img-bg-zaruage {
  background-image: url('src/img/bg/zaruage_bg.jpg');
  background-size: cover;
}
.img-bg-zaru {
  background-image: url('src/img/bg/zaru_bg.png');
	background-size: cover;
}
.img-bg-tama {
  background-image: url('src/img/bg/tama_bg.png');
	background-size: cover;
}
.img-bg-tonyutitle {
  background-image: url('src/img/bg/tonyu_titlebg.jpg');
  background-size: cover;
}
.img-bg-tonyu {
  background-image: url('src/img/bg/tonyu_bg.png');
  background-size: cover;
}
.img-bg-business {
  background-image: url('src/img/bg/business_bg.png');
	background-size: cover;
}
.img-bg-shoplist {
  background-image: url('src/img/bg/shoplist_bg.jpg');
	background-size: cover;
}

.img-bg-titleback{
	background: linear-gradient( 90deg,
		 rgba(255, 225, 132, .7) 50%, rgba(255,255,255, 0) 50%),
	 linear-gradient( 90deg,
		 rgba(240, 131, 0, .3) 50%, rgba(255,255,255, 0) 50%),
	 linear-gradient( 90deg,
		 rgba(255, 150, 102, .3) 50%, rgba(255,255,255, 0) 50%),
	 linear-gradient( 90deg,
		 rgba(187, 85, 53, .2) 50%, rgba(255,255,255, 0) 50%);
 background-size: 7em 7em, 5em 5em, 3em 3em, 1em 1em;
 background-color: #F5E9BE;
}
.img-bg-bunnerback{
	background-color: rgba(246, 173, 73, 0.5);
}

.img-bg-stripe{
	background: repeating-linear-gradient(55deg, #f8b862, #f8b862 20px, white 20px, white 40px);
}

/*-------------------------------------------------------------------------------------------------------------------*/

/*背景に文字が埋もれてしまっていた時用のアシストカラー*/
.img-bg-whiteassist{
	background-color: rgba(255, 255, 255, 0.2);
}

.text-red{
	color:#FF0000;
}

.accent-orange{
	font-size: 150%;
	font-weight: bold;
	color: rgb(246, 173, 73);
	text-shadow: 0px 0px 10px rgba(135, 206, 235, 0.5);
}

.subtitle_line {
  position: relative;
  padding: 0.25em 0;
}
.subtitle_line:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(246, 173, 73), transparent);
  background: linear-gradient(to right, rgb(246, 173, 73), transparent);
}


/*背景に円形のグラデーションを入れる*/
.design-bg-l-sidegrad{
	background: radial-gradient(40% 50% at 38% 50%, #FFA35D 0%, #FFFFFF 100%) no-repeat 50% 50% / 100% 100%;
}
.design-bg-r-sidegrad{
	background: radial-gradient(40% 50% at 62% 50%, #FFA35D 0%, #FFFFFF 100%) no-repeat 50% 50% / 100% 100%;
}

/*縁取り*/
.fuchi-title {
	/*text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;*/
	text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
}
.fuchi-content {
	text-shadow:0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF;
}

/*テープとめ風囲み*/
.kakomi-tape {
 position: relative;
 width: 90%;
 margin: 2.5em auto;
 padding: 0px 30px 20px;
 color: #770000;/* 文字色 */
 background-color: #c7b370; /*枠背景色*/
 box-shadow: inset 0 0 40px rgba(204, 186, 136,1), 0 2px 2px #ccc;
 transform: rotate( 1deg ); /*テープ角度*/
 border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}
.kakomi-tape::before {
 display: block;
 position: absolute;
 content: "";
 width: 190px;
 height: 35px;
 left: 35%;
 top: -16px;
 background-color: rgba(193, 228, 233,0.7);/*テープ色*/
 box-shadow: 0 0 3px rgba(0,0,0,0.1);
 transform: rotate( -3deg ); /*テープ角度*/
}

/*リボン風テーマタグ*/
.ribbon {
  display: inline-block;
  position: relative;
  padding: 10px 0px;
  font-size: 18px;/*フォントサイズ*/
  color: #000;/*フォントカラー*/
  background: #f8b862;/*背景色*/
	background-image:
	 radial-gradient(#ffdb4f 2px, transparent 2px);
	 background-size: 20px 20px;
	border-radius: 10px 10px 0px 0px;
}

.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);/*折り返し部分*/
}

.ribbon:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px rgb(149, 158, 155);/*折り返し部分*/
}

/*-------------------------------------------------------------------------------------------------------------------*/
/*point付き枠*/
.pointbox {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px rgb(246, 173, 73);
}
.pointbox .point-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: rgb(246, 173, 73);
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.pointbox p {
    margin: 0;
    padding: 0;
}

/*-------------------------------------------------------------------------------------------------------------------*/

/*仕分け線*/
.decohr {
  height:0px;
  border-radius: 2px;
  border: 2px solid rgba(255,186,97,0.3);
  width: 100%;
}

/*-------------------------------------------------------------------------------------------------------------------*/

/*sm以下だけ改行する*/
@media only screen and (min-width: 481px){
 h3 br{
  display:none;
 }
}

/*-------------------------------------------------------------------------------------------------------------------*/

/*トップ画像デザイン用*/
.cover-img {
	display: table;
	width: 100%;
	background-size: cover;
	z-index: 0;
}

/*記事内特定テーブルのみ横幅を強制的に１００％にする*/
.widthmaximportant{
	width: 100% !important;
}

.bottom-footer {
  bottom: 0;
  height: 5em;
  position: absolute;
}

/*-------------------------------------------------------------------------------------------------------------------*/

/*差し込み風写真にするCSS*/
.frame {
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
}
.frame img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.frame:before,
.frame:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #ffc107; /* 背景色 */
	transform: rotate(-30deg);
}
/* 左上 */
.frame:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;

}
/* 右下 */
.frame:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
}

/*frameクラスと一緒につけることで差込色を白にできる*/
.framewhite:before,
.framewhite:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #fff !important;/* 背景色 */
	transform: rotate(-30deg);
}


/*重ね写真風にするcss*/
.framecard {
	display: inline-block;
	position: relative;
}
.framecard:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(3deg); /* 回転させる */
	background: #fff;
	z-index: -1;
}

/*画像を角丸にするCSS*/
.frameradius img {
	border-radius: 10px;
}

/*画像を角丸にするCSS*/
.frameradius-under{
	border-radius: 0px 0px 40px 5px;
}

/*画像を丸くして枠線をつける*/
.frameradius-border img {
	border-radius: 60%;
	border: 7px inset #ff7f00;
}

/*画像に枠をつけるCSS*/
.framesimple img {
	border:solid 3px #fff;
}

/*画像を回転させるCSS*/
.frameroll-r {
	display: inline-block;
	transform: rotate(5deg);
}
.frameroll-l {
	display: inline-block;
	transform: rotate(-5deg);
}

/*背景に立体的な枠をつける*/
.framebox {
    background: #f1f1f1;
    box-shadow: 2px 2px 4px 3px rgba(0, 0, 0, 0.2);
		border-radius: 0px 0px 40px 5px;

}
.framebox .box-title {
    font-size: 1.2em;
    background: #ffc107;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.frameshadow {
	box-shadow: 2px 2px 4px 3px rgba(0, 0, 0, 0.2);
}

/*-------------------------------------------------------------------------------------------------------------------*/


/*マウスオーバーすると画像が白くなる*/
.img_wrap{
  width: 300px;
  height: 226px;
  margin: 0 auto;
  overflow: hidden;
}
.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

.img_mouseover {
	overflow: visible;
	width: 100%;
	height: 100%;
}
.img_mouseover img {
	display: block;
	transition-duration: 0.5s;
}
.img_mouseover img:hover {
	transform: scale(1.2,1.2);
	transition-duration: 0.5s;
}
/*-------------------------------------------------------------------------------------------------------------------*/

/*ふわっと文字を出す系のCSS*/
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*-------------------------------------------------------------------------------------------------------------------*/

/*背景を半透明にしちゃうCSS*/
.translucent {
background-color: rgba( 0, 0, 0, 0.25 );
}

/*-------------------------------------------------------------------------------------------------------------------*/

/*トップに移行するボタン*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f40;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/*プレスリリース用のスライドを構成するCSS。slide.php、slide.jsと連携*/
.slides {
  position: relative;
  top: 0;
  left: 50%;
  overflow: hidden;
  width: 100%;
  height: 200px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#slider-area {
  position: relative;
  margin-bottom: 0px;
}

.slides-inner {
  position: relative;
  top: 0;
  width: 100%;
}

.slidekiji {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
}

.slidekiji a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 200px;
}

.slidekiji img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slidekiji .text {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 25px 30px 15px;
  background: linear-gradient(top, rgba(255, 255, 255, 0) 2%, #000 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 2%, #000 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 2%, #000 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 2%, #000 100%);
  text-shadow: 0 0 3px #000;
  -moz-text-shadow: 0 0 3px #000;
  -webkit-text-shadow: 0 0 3px #000;
}

.slidekiji .kiji-date {
  font-size: .9em;
  color: #fff;
}

.slidekiji .cat-data {
  font-size: .9em;
  color: #fff;
  background-color: transparent;
}

.slidekiji h2 {
  font-size: 1.5em;
  line-height: 1.4;
  margin: 0;
  color: #fff;
}

#pager {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#pager .prev, #pager .next {
  line-height: 40px;
  position: absolute;
  top: 0;
  width: 44px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #ff8c00;
}

#pager .prev {
  left: 0;
}

#pager .next {
  right: 0;
}

.slides-nav {
  position: relative;
  /*top: 160px;
  bottom: -150px;*/
  left: 0;
  width: 100%;
  text-align: center;
}

.slides-nav a {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: #ccc;
}

.slides-nav a.active {
  cursor: default;
  background: #ff8c00;
}

@media (max-width: 799px) {
  .slides {
    height: 240px;
  }
  .slidekiji a {
    height: 240px;
  }
  .slidekiji h2 {
    font-size: 1.2em;
  }
  .slidekiji .cat-data, .slidekiji .kiji-date {
    font-size: .8em;
  }
  #pager .prev, #pager .next {
    line-height: 8vw;
    width: 8vw;
    height: 8vw;
  }
  .slides-nav a {
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
}

/*ナビゲーションバー*/
ul.gmenu {
  margin: 0;
  padding: 0;
  /*background-color: rgb(255, 140, 0);*/
	background: linear-gradient(to right, rgba(245, 222, 179) 2%, rgba(255, 140, 0) 5%, rgba(255, 140, 0) 95%, rgba(245, 222, 179) 98%, rgba(245, 222, 179) 100%) fixed;
	background: -moz-linear-gradient(to right, rgba(245, 222, 179) 2%, rgba(255, 140, 0) 5%, rgba(255, 140, 0) 95%, rgba(245, 222, 179) 98%, rgba(245, 222, 179) 100%) fixed;
	background: -webkit-linear-gradient(to right, rgba(245, 222, 179) 2%, rgba(255, 140, 0) 5%, rgba(255, 140, 0) 95%, rgba(245, 222, 179) 98%, rgba(245, 222, 179) 100%) fixed;
	background: -ms-linear-gradient(to right, rgba(245, 222, 179) 2%, rgba(255, 140, 0) 5%, rgba(255, 140, 0) 95%, rgba(245, 222, 179) 98%, rgba(245, 222, 179) 100%) fixed;

}

ul.gmenu > li {
  display: inline-block;
  padding: 5px;
  font-weight: bold;
}
ul.gmenu > li a {
  color: #000000;
}

/* サブメニュー */
ul.gmenu ul {
  display: none;
}

ul.gmenu > li:hover ul {
  display: block;
  height: auto;
  position: absolute;
  background-color: #FFAA20;
  padding: 5px;
  margin-left: -5px;
}
ul.gmenu ul > li {
  display: block;
  padding: 5px;
}

ul.gmenu li:hover {
  background-color: #FFDDA0;
  text-decoration: underline;
  font-size: 1.2rem;
}

.navup {
	width :100%;
}

.navcenter ul{
	text-align:center;
}

.navup ul.gmenu > li {
  position: relative;
}
.navup ul.gmenu > li:hover ul {
  bottom: 36px;
  white-space: nowrap;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 98;
}

/*-------------------------------------------------------------------------------------------------------------------*/
