/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
body {
   margin: 0;
   padding: 0;
   font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
   background-color: #ebe4cf;
}
/*header {
  margin-bottom: ;
}

.kizuna {
  background-image: url(../images/backimages3.png);
  background-size: cover;
  width: 100%;
  margin: 0 auto;
}

.houmon-wrepper {
  text-align: center;
  margin: 0 auto;
}


.houmon  {
  width: 25%;
  margin-top: 120px;
  margin-bottom:;
}

.topgazo {
  text-align: center;
  margin:  0 auto;
  margin-top: 5px;
  background-color: ;
}

.topgazo img {
  width: 55%;
}


.list-wrepper {
  margin-top: 15px;
  margin-bottom: 50px;
}
.nav-list {
  padding-bottom: 30px;
  margin: 0 auto;
  text-align: center;
}

.nav-list li {
  font-size: 22px;
  width: 16%;
  padding: 15px;
  text-align: center;
  background-color: #8fcc99;
  display: inline-block;
  border-radius: 5px;
}
.nav-wrapper {
  text-align: center;
}

.nav-list li a {
  color: #000000;
  font-weight: bold;
  display: block;
}

/*.nav-list li:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}*/




.nav-list a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.nav-list a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.nav-list a:hover::after {
  transform: scale(1, 1);
}


.news-wrapper {
  background-color:;
  width: 50%;
  margin: 0 auto;
}

.heading {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
  width:;
  margin: 5px 5px 5px 5px;
  border: 1px solid #ffffff;
  background-color:;
  padding: 5px 10px 5px 10px;
}

.heading-l {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
  width: 200px;
  margin: 5px 5px 5px 5px;
  border: 2px solid #ffffff;
  background-color:;
}
.heading h1 {
  padding: 10px;
  border-bottom: 2px solid #333;
  margin: 0 auto;
  text-align: center;
}

.heading h2 {
  color: #ffffff;
  padding: 5px;
  letter-spacing: 5px;
}
.head-border {
    display: flex;
    align-items: center;
    justify-content: center;
}

.heading-l {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
  width: 200px;
  margin: 5px 5px 5px 5px;
  border: 2px solid #ffffff;
  background-color:;
}
.heading-l h2 {
  color: #ffffff;
  padding: 5px;
  letter-spacing: 5px;
}
/*
.head-border:before,
.head-border:after {
    content: "";
    height: 2px;
    flex-grow: 0.35;
    background-color: #666;
}

.head-border:before {
    margin-right: 3rem;
    background: linear-gradient(-90deg, /*#88ff4d*/   /*#808080, transparent);
}

.head-border:after {
    margin-left: 3rem;
    background: linear-gradient(90deg, /*#88ff4d*/     /*#808080, transparent);
}
*/
.news-container {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  overflow-y: scroll;
  max-width: 1400px;
  height: 25em;
  margin-bottom: 100px;
  margin-top: 80px;
  background-color:;
  font-size: 18px;
  /*border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;*/
}

 .news-list{
  list-style: none outside;
  margin: 0 auto;
  padding: 0;
}

.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  width: 95%;
  margin: 0 auto;
  padding: 20px 30px;
}


/*
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}

*/
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 18px;
  color: #999;
  padding: 8px 20px 0 0;
}

/*
.category {
  padding-top: px;
}
*/

.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #ff1a1a;
  color: white;
  text-align: ;
  display: inline-block;
  padding: 8px 20px;
  font-size: 18px;
  line-height: 1;
  border-bottom: solid 2px #D7D7D7;
  border-top: solid 2px #D7D7D7;
  border-left: solid 2px #D7D7D7;
  border-right: solid 2px #D7D7D7;
}

.news-list .item .category h4{
  background: #c3e388;
  color: white;
  text-align: ;
  display: inline-block;
  padding: 8px 20px;
  font-size: 18px;
  line-height: 1;
}

.news-list .item .category h5{
  background: #ff8c1a;
  color: white;
  text-align: ;
  display: inline-block;
  padding: 8px 20px;
  font-size: 18px;
  line-height: 1;
}

.news-list .item .category h6{
  background: #990f0f;
  color: white;
  text-align: ;
  display: inline-block;
  padding: 8px 20px;
  font-size: 18px;
  line-height: 1;
}
.news-list .item {
  margin: 0;
  width: 100%;
  padding: 8px 20px 0 0;
}

.title {
    padding: 8px 20px 0 0;
}
.news-list .item a:hover .title{
  color: #00F;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}

}

.link-work {
  width: 45%;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
.link-wrepper {
  display: flex;
}

.link-wrepper h3 {
  padding-left: 10px;
}
.air {
  width: 60%;
}

.fab {
  margin-left: 5px;
}


.link-wrepper a:hover {
  opacity: 0.5;
}





.access-wrapper2 {
  padding-top: 250px;
  padding-bottom: 50px;
}

.access-container2 {
  width: 76%;
  margin: 0 auto;
  background-color: white;
  padding: 15px;
  display: flex;
  margin-top: 20px;
}

.heading-logo2 {
  padding-bottom: 50px;
  margin: 0 auto;
  text-align: center;
}



/*提供サービス*/

.about-wrepper {
  width: 70%;
  margin: 0 auto;
  padding: 0;
  margin-top: 80px;
}

.table11 {
  margin-top: 30px;
}

.about-top {
  background-color: #ffe666;
}
.table11 h1 {
  font-size: 28px;
  padding: 15px;
  border-bottom: solid 2px #D7D7D7;
  border-top: solid 2px #D7D7D7;
  border-left: solid 2px #D7D7D7;
  border-right: solid 2px #D7D7D7;

}
.about-text {
  margin-top: 5px;
  padding: 15px;
  border-bottom: solid 2px #D7D7D7;
  border-top: solid 2px #D7D7D7;
  border-left: solid 2px #D7D7D7;
  border-right: solid 2px #D7D7D7;
}
.table11 h2{
  font-size: 22px;
  padding: 5px;
  display: inline-block;
  border-bottom: solid 3px #8fcc99;
}

.table11 p {
  font-size: 20px;
  padding: 8px;
}
/*
.table2 {
  width: 50%;
  height: auto;
  font-size: 24px;
  border-bottom: solid 1px #D7D7D7;
  border-top: solid 1px #D7D7D7;
  border-left: solid 1px #D7D7D7;
  border-right: solid 1px #D7D7D7;
}

.table2 th {
  border-bottom: solid 1px #D7D7D7;
  background-color: #F2F2F2;
  vertical-align: middle;
  letter-spacing: 1px;
  width: 12%;
  padding: 35px;
  text-align: center;
  }

.table2 td {
  border-bottom: solid 1px #D7D7D7;
  font-size: 22px;
  width: 38%;
  padding-left: 15px;
  vertical-align: middle;
}

.table2 td h4 {
  padding: 5px;
}


.table2 i {
  float: left;
  padding-top: 3px;
  padding-right: 5px;
}
.table2 li {
  display: flex;
  padding-left: 20px;
}

.gmap-wrap {
  width: calc(62% - 10px);
  padding-right:
}

.gmap-wrap2 {
  height: auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 50%;
}
.gmap-wrap2 iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}*/




.work {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  background-color: ;
}

.work-work {
  width: 50%;
  margin: 0 auto;
}


.work h2 {
  margin: 0 auto;
  background-color: ;
}

.works-list {
  display: flex;
  justify-content: center;
  background-color: ;
  font-size: 24px;
}


.works-list i {
  padding-right: 10px;
}


.works-list li {
  font-size: 24px;
  width: 80%;
  padding: 15px;
  text-align: center;
  display: inline-block;
  padding-right: 10px;
  margin-top: 10px;
  letter-spacing: 1px;
}


.works-list li a {
  color: #000000;
  /*font-weight: bold;*/
  display: block;
}

.works-list li:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}


.ft_sns {
  background-color: white;
  height: 550px;
  color: #000000;
  text-align: center;
  margin-top: 30px;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;

}
.ft-logo img{
  width: 15%;
  margin-bottom: 15px;
  margin-top: 10px;
}

.ft-logo  h2 {

  padding: 2px;

}

.ft-logo a {
  text-decoration: underline;
}
.small{
  height: 50px;
  transform:scale(0.5)
  padding-top: 10px;
  /*border-top: solid 1px #000000;*/
}



/*.ft_sns {
  background-color: #333333;
  height: 100px;
  color: white;
  text-align: center;
}

.ft_sns {
  padding-top: 20px;
  font-size: 18px;
}*/


/*ここからkango.html*/





/*ここから介護求人*/


/*会社概要*/

/*.news-wrapper p {
  margin: 0 auto;
  width: 90%;
  font-size: 24px;
  margin-top: 30px;
}*/

.topgazo {
  margin-top: 80px;
}
.text-wrepper{
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding: 20px 30px;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 180px;
  font-family: serif;
}

.text-wrepper p {
  display: inline-block;

}




.gaiyou {
  border-bottom: solid 1px ;
  width: 80%;
  margin: 0 auto;
}

.gaiyou {
  position: relative;
  padding:;
}

/*.gaiyou:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}*/


.gaiyou table {
  margin: 0 auto;
  width: 90%;
  margin-top: 70px;
  margin-bottom: 70px;
}

.gaiyou th {
  padding: 20px;
  font-size: 22px;
}

.gaiyou  h3 {
  padding: 5px;
}


.gaiyou td {
  padding: 20px;
  font-size: 22px;
  letter-spacing: 1px;
}












/*ここから介護or看護の採用情報*/


.info-work {
  margin-bottom: 100px;
  margin-top: 80px;
}
.info-wrepper {
  display: flex;
  justify-content: center;
  width: 70%;
  margin: 0 auto;
}

.info-wrepper h2 {
  width: 30%;
}
.fa-angle-down {
  color: #8cff1a;
  padding-left: 3px;
}

.fa-caret-down {
  color: #991f2b;
  padding-left: 3px;
}

.slider-wrapper {
  overflow: hidden;

  z-index: 2;
}
.slider {
  width: 80%;
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 50px;
}
.slider img {
  width: 75%;
  margin: 0 auto;
}

.slick-next, .slick-prev{
  z-index: 1;
}
.slick-next {
  right: 40px;
  font-size: 30px;
  ;
}

.slick-prev {
  left: 2px;
}
.slick-prev:before, .slick-next:before { font-size: 60px; }
.slick-dots {
  bottom: 10px;
}






/* ポップアップウインドウの設定 */
.pu {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70%;
  height: 80%;
  overflow-y: scroll;
}
/* チェックボックスの初期設定 */
#pu-on{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#pu-on:checked + .pu{
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close{
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

/* 開くボタン */
.btn-open{
  background: #fff;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* ポップアップの内容 */
.pu-content{
  text-align: center;
  margin: 0 auto;
}






/*ここから介護or看護のアクセス*/

.access-tab {
  height: 2050px;
  margin-top: 200px;
}

.access-tab1 {
  height: 1000px;
    margin-top: 200px;
}
.access-wrapper2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*ここからお問い合わせフォーム*/
form {
  margin-top: 150px;
}
.form-wrapper {
  margin-top: 250px;
  text-align: center;
  margin: 0 auto;
  height: 1400px;
}


.from-c {
  display: flex;
  justify-content: center;
  width: 90%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.phone li{
  display: flex;
  padding: 15px;
}

.phone a:hover {
  opacity: 0.3;
}
.from-c h2 {
  padding-left: 20px;
  font-size: 40px;
  letter-spacing: 3px;
  padding: 15px;
}


.from-c p {
  padding-left: 20px;
  font-size: 24px;
  letter-spacing: 1px;
}

.from-c i {
  background-color: #ffffb3;
  padding: 10px;
}


.map {
  width: 50%;
  margin: 0 auto;
}

.map h2 {
  font-size: 30px;
  margin-top: 100px;
  width: 60%;
}
.map img {
  width: 100%;
  margin-bottom: 100px;
}











/*きずな掲示板*/

.aisatu5 {
  margin: 0 auto;
  text-align: center;
}

.aisatu5 img {
  width: 30%;
  border-bottom: solid 2px #D7D7D7;
  border-top: solid 2px #D7D7D7;
  border-left: solid 2px #D7D7D7;
  border-right: solid 2px #D7D7D7;
}
.kizuna-board {
  height: 1000px;
  margin-top: 200px;
}
.kizuna-board h1 {
  font-size: 28px;
  text-align: center;
  color: #a8e62e;
}




.zyunnbi {
  text-align: center;
  margin: 0 auto;
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}









#hamburger .btn-gNav{
  position: fixed;
	top: 35px;
	right: 5px;
	width: 30px;
	height: 24px;
	z-index: 4;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}

#hamburger .btn-gNav span{
	position: absolute;
	width: 100%;
	height: 4px;
	background: #333;
	border-radius: 10px;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
#hamburger .btn-gNav span:nth-child(1) {
	top:0;
}
#hamburger .btn-gNav span:nth-child(2) {
	top:10px;
}
#hamburger .btn-gNav span:nth-child(3) {
	top:20px;
}
/*#hamburger .btn-gNav span:nth-child(2)::before {
content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
/*  top:5px;
  left:-2px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}*/


#hamburger .btn-gNav h3:nth-child(4) {
	top:30px;
}





.btn-gNav  h3{
  font-size: 10px;
}


#hamburger .btn-gNav.open span:nth-child(1){
	background: white;
	top: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
}
#hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){
	top: 6px;
	background :white;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}
#gNav{
	position: fixed;
	top: 0;
	right: -100%;
	width: 65%;
	height: 100%;
	background: #333;
	font-size: 16px;
	box-sizing: border-box;
	z-index: 2;
	padding-top: 50px;
	transition: .8s;
}
#gNav.open{
	right: 0px;
}
#gNav .gNav-menu{
	width: 100%:;
	height:100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	/*justify-content: center;*/
}
#gNav .gNav-menu li{
	display: block;
	padding : 20px 30px;
  border-bottom: solid 1px #666;
}
#gNav .gNav-menu li a{
	color: #ddd;
	text-decoration: none;
}

#gNav .gNav-menu h2{
	color: white;
  display: flex;
}



@media screen and (min-width: 780px){
	.btn-gNav{
		display: none;
	}
	#gNav{
	 display: none;
	}

}
