@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
ul,li {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  background-image: url(img/bg2.jpg);
  background-size: cover; 
  background-color: #f9ebd2;
  color:#4c362c;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1em;
  box-sizing: border-box;
}

/* header */
.greenbay {
  display: none;
}
 .header {
  margin: 0 20px;
 }
 .header-nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 10px; 
  margin-bottom: 10px;
 }
 .header-nav li a .logoImg{
  width:80px;
  margin-bottom:0px;
  
}
.ball {
  width:30px;
  position: absolute;
  opacity: 0;
  margin: 0;
  padding: 0 5px;
}
 .header-nav li{
  width:150px;
  height: 80px;
  line-height:80px;
  text-align:center; 
  font-size: 1.5em;
 }
 .header-nav li a {
  display: block;
  font-family: 'Varela Round', sans-serif;
  line-height:80px;
  letter-spacing: .2em;
  color:#261919;
 }

 .header-nav li a:hover {
  font-size: 1.3em;
  color:forestgreen;
  background: url(img/ball.png) ;
  background-repeat: no-repeat;
  background-position:  center bottom ;
  background-size: 20px;
  transition: all .6s;
  -webkit-transition: all .6s;
  transition-delay:.3s;
  -webkit-transition-delay: .3s;
 }

 #main-wrapper{
  width: 1100px;
  height: auto;
  position: relative;
  margin: 0 auto;
 }
 .hero_img  {
  content:"";
  display: block;
width: 100vw;
min-height: 450px;
margin-bottom: 2em;
z-index: 1;
 }
/* about */
 #about {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
 }
 .about-left {
 padding: 1.5em;
 box-sizing: border-box;
 }
 .about-left h2 {
  font-size: 1.4em;
  margin-bottom: 20px;
 }
 .about-left > p {
  margin-bottom: 30px;
  font-size: 1.2em;
 }
 .about-right {
  width: 40%;
  padding: 1.5em;
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
 }
 .about-right p img {
  width: 150px;
  border: 8px solid #fff;
 }
.photo-2 {
 position: absolute;
 top:180px;
 right: 60px;
 /* z-index: -1;  */
 transform: rotate(15deg);
}
.menu-title  {
  font-size: 2.8em;
  font-family: 'Train One', cursive;
  letter-spacing: .03em;
  color:#1e432a;
  width:fit-content;
  margin:50px auto;
  text-align: center;
  border-bottom: #f7cb45 10px solid;
}
/* menu area */
#menu {
  margin-bottom: 50px;
}
.sec-menu {
  margin-bottom: 5em;
}
#menu .menu-title {
  width: 280px;
background-image:url(img/cheese.head_150.png);
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: right top;
}
.gb_food {
  font-size: 2em;
  font-family: 'Varela Round', sans-serif;
  vertical-align: top;
  display: inline-block;
}
.gb_food + p {
  display: inline-block;
  font-size: 1em; 
  margin-left: 130px;
  margin-bottom: 50px;
}
.menu_area {
  display: flex;
  justify-content:space-between;
} 
.menu_box {
  width: 300px;
  height: auto;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.menu_box .hover-img {
  margin: 0;
  padding: 0;
}
.hover-img img {
  width: 100%;
  height: 100%;
}
 .hover-text {
  position: absolute;
  width:100%;
  height: 100%;
  top:0;
  height: 0;
  color:#fff;
  opacity:0;
  transition: .3s ease-in-out;
}
.menu_box .hover-text .text {
  font-size: 14px;
  padding: 0px 20px;
  background-color:rgba(0,0,0,0.65);
  line-height: 2.5em;
}
.menu_box:hover .hover-text {
  opacity: 1;
  padding-top: 100px;
}

.menu_box p {
  width: 290px;
  padding: 10px;
  font-size: 0.9em;
  text-align: justify;
}
.menu_box img {
  margin-bottom: 15px;
}
.menu_box h4 {
  font-size: 1.2em;
  padding-left: 10px;
}
.menu_box span {
  font-size: 0.7em;
  font-weight: 400;
}
.menu_detail {
  text-align: right;
  font-size: 1.1em;
  font-weight: 600;
  color: #d4ab2e;
  text-decoration: dashed;
}
.menu_detail span {
  color: #1e432a;
  border: #f7cb45 dashed 3px;
  margin: .2em;
}
.menu_detail a {
  display: inline-block;  
}
.menu_detail span:hover{
  color:#d4ab2e;
  border: #1e432a dashed 3px;
} 
.menu_detail a:hover {
  color:#1e432a;
}
/* menu_sns */
#sns h3 {
  text-align: center;
  color:#1e432a;
  font-size: 1.3em;
  width: fit-content;
  margin: 50px auto;
  padding: .5em;
  border-top: #f7cb45 dashed 5px;
  border-bottom: #f7cb45 dashed 5px;
}
.sns_area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
.sns_area img {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, .3)
}
.insta {
  display: block;
  text-align: center;
  font-family: 'Varela Round', sans-serif;
  color: #f7cb45;
  font-size: 2.2em;
  margin-bottom: 2.5em;
}
/* news */
#news {
 margin-bottom:8em;
}
#news h2 {
  text-decoration: solid 5px #f7cb45;
}
#news h2::after {
  content:"";
  display: inline-block;
  background-image: url(img/gb_circle.gif);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 80px;
  height: 70px;
 }
 .news-area {
  /* max-width: 1100px; */
  margin:  auto;
  padding: 20px 50px;
  background-color: #fbf7f3;
  border: #1e432a solid 3px;
  border-radius: 10px;
  /* margin-bottom: 3em;
  background-color: #4c362c; */
 }
 .news-title {
  font-size: 1.5em;
  margin-bottom: 1.5em;
 }
 .news-area ul {
  padding-left: 1em;
 }
 .news-area ul li {
  font-size: 1.1em;
  padding-bottom: 1em;
  /* padding-top: 1em; */
  border-bottom: 1px solid #d4ab2e;
  margin-bottom: 1.5em;
 }
 .day {
  font-size: 1.1em;
  font-weight: 600;
  margin-right: 2em;
 }
 .event{
  display: inline-block; 
  width: 70px;
  background-color: #1e432a;
  color:#fff;
  text-align: center;     
  padding: 5px;
  margin-right: 1.5em; 
 }
 .gbinfo {
  display: inline-block;
  width: 70px;
  background-color: #f7cb45;
  color:#fff;
  text-align: center;
  padding: 5px;
  margin-right: 2em;
 }
 .gbmenu {
  display: inline-block; 
  width: 70px;
  background-color: #4c362c;
  color:#fff;
  text-align: center;     
  padding: 5px;
  margin-right: 2em;
 }
 .mInfo {
  /* position: relative; */
  display: inline-block;
  text-align: center;
  padding:0.5em 0.8em;
  margin-left: 2em;
  background: linear-gradient(to right, #1e432a 50%, #fff 50%);
  background-size: 180% 100%;
  background-position: right bottom;
  font-size: 1em;
  color:#4c362c;
  border: none;
  border-left: 0.1em solid #1e432a;
  border-color: none;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, .08);
  transition: all .5s ease-out;
 }
 .mInfo:hover {
  background-position: left bottom;
 }
 .mInfo a:hover {
  color: #f7cb45;
 }
 .mInfo a {
 color:#1e432a;
 display: inline-block;
 }
 
/* info */
#info h2::before {
 content:"";
 display: inline-block;
 background-image: url(img/helmet.png);
 transform: rotate(-30deg);
 width: 70px;
 height: 70px;
}
.info-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.info-detail {
  color:#1e432a;
  font-size: 1.1em;
  letter-spacing: .05em;
  line-height: 1.6em;
  padding-top: 20px;
}
.info-detail h3 {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.info-detail span {
  font-size: 1.3em;
  letter-spacing: .2em;
}
.shop-info {
  margin-top: 2em;
  line-height: 1.7em;
}
.info-item a {
  color:#1e432a;
}
.info-item a:hover {
  border-bottom: #f7cb45 solid 3px;
}
.footer-wrap {
  width: 100%;
  background-color: #1e432a;
  color:#f7cb45;
  text-align: center
}
.footer-nav{
  width: 50%;
  display: flex;
  justify-content: space-around;
  margin: 10px auto;
  padding: 1em;
}
.footer-nav li a img{
  width:80px;
  height: 80px;
  text-align:center; 
  font-size: 1em;
  height: 80px
 }
 .footer-nav li a {
  position: relative;
  display: block;
  font-family: 'Varela Round', sans-serif;
  width: 80px;
  height: 80px;
  line-height:80px;
  padding: 0 10px;
  text-align: center;
  color:#fff;
  transition: 25s;
 }

 .footer-nav li a::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.footer-nav li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.footer-nav li a:hover {
  color: #f7cb45;
}  
.footer-nav li a:hover::before {
  width: 100%;
  height: 100%;
  border-top-color: #f7cb45;
  border-right-color: #f7cb45;
  transition: width .25s ease-out, height .25s ease-out .25s;
}
.footer-nav li a:hover::after {
  width: 100%;
  height: 100%;
  border-bottom-color: #f7cb45;
  border-left-color: #f7cb45;
  transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
}
.topBack {
  display: none;
  display: inline-block;
  position: fixed;
  bottom: 50px;
  right: 50px;
 }
 .topBack a {
	display: block;
	width: 80px;
	height: 80px;
  background-image: url(img/goTop.gif);
  background-repeat: no-repeat;
  background-size: 80px 80px;
  border-radius: 30%;
  z-index: 1; 
	transition:0.3s;
}
.copy {
  padding-bottom: 40px;
}
