/* CSS Document */
@charset "utf-8";


body {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: 400;
  color: #fff;
	background-color: #000;
	margin: 0;
	padding: 0;
	height:100%;
	line-height: 1.5;
	font-size: 16px;
  font-feature-settings: "palt" !important;
  -webkit-font-feature-settings: "palt" !important;
}

/*-----------------------------------
 基本設定
 ----------------------------------*/

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover , a img:hover {
  opacity: .8;
}

.inner {
  width: 100%;
	max-width: 476px;
	height: auto;
	position: relative;
  margin: 0 auto;
  padding: 80px 0 50px;
}


/*-----------------------------------
 top
 ----------------------------------*/
#main {
  text-align: center;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left bottom;
  z-index: -1;
}

#header { 
  margin-bottom: 50px;
}
#day {
	margin-bottom: 50px;
}

.nigate {
  margin: 0 auto 40px;
  border: 1px solid #fff;
  display: block;
  padding: 5px;
}

.menu-box {
  border: 1px solid #857256;
  padding: 36px 14px;
  margin-bottom: 30px;
  background: rgba(0, 0, 0, 0.5);
}

h2.menu-title {
  margin-bottom: 30px;
}

.menu-box h3 {
  margin-bottom: 30px;
}

.menu-box p {
  color: #e0c69f;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.menu-box p span {
  font-size: 1.5rem;
  display: block;
}

.mb {
  margin-bottom: 80px;
}
.mb-non {
  margin-bottom: 0!important;
}


#footer {
	width:100%;
	text-align:center;
	font-size:11px;
  color: #e0c69f;
}

@media screen and (max-width: 840px) {
  #main {
    background: none;
  }

  #main::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_sp.jpg);
    background-position: 0 100%;
    background-repeat: no-repeat;
  }
  
  .inner {
  width: 90%;
  padding: 60px 0 40px;
}
  .menu-box p {
  margin-bottom: 2.4rem;
  font-size: 1.7rem;
}

	

}


